Trace number 3709712

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.01 1786.55

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl30_31_pb.cnf.cr.opb
MD5SUM4d7adbd65e64509ef53d6e98bf824cab
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.031994
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables1860
Total number of constraints122
Number of constraints which are clauses62
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint31
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 32
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.03/0.08	c version 2.3.2.v20120418
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		501472288
0.03/0.08	c Max memory 		7480803328
0.03/0.08	c Total memory 		504102912
0.03/0.08	c Number of processors 	8
0.10/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.11	c configuring ORDERS
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=true
0.10/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3709712-1338129856.opb
0.10/0.12	c reading problem ... 
0.29/0.21	c ... done. Wall clock time 0.091s.
0.29/0.21	c declared #vars     1860
0.29/0.21	c #constraints  122
0.29/0.21	c constraints type 
0.29/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 62
0.29/0.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 60
0.29/0.21	c 122 constraints processed.
1.55/1.27	c cleaning 2500 clauses out of 5001 with flag 5001/5001
3.34/2.93	c cleaning 4251 clauses out of 8502 with flag 11002/11002
5.57/5.10	c cleaning 5631 clauses out of 11263 with flag 18014/18014
8.24/7.78	c cleaning 6799 clauses out of 13618 with flag 26000/26000
11.19/10.66	c cleaning 7911 clauses out of 15826 with flag 35007/35007
15.03/14.48	c cleaning 8950 clauses out of 17908 with flag 45000/45000
19.39/18.77	c cleaning 9975 clauses out of 19959 with flag 56001/56001
24.06/23.36	c cleaning 10986 clauses out of 21983 with flag 68000/68000
29.40/28.69	c cleaning 12001 clauses out of 24009 with flag 81012/81012
34.62/33.87	c cleaning 12998 clauses out of 25997 with flag 95001/95001
41.40/40.55	c cleaning 13971 clauses out of 27998 with flag 110000/110000
48.28/47.38	c cleaning 15013 clauses out of 30031 with flag 126004/126004
56.27/55.25	c cleaning 16006 clauses out of 32017 with flag 143003/143003
65.03/63.99	c cleaning 17013 clauses out of 34032 with flag 161024/161024
74.93/73.73	c cleaning 17997 clauses out of 35997 with flag 180002/180002
83.92/82.63	c cleaning 18999 clauses out of 38001 with flag 200003/200003
94.98/93.62	c cleaning 20000 clauses out of 40004 with flag 221005/221005
106.65/105.21	c cleaning 20988 clauses out of 41999 with flag 243000/243000
120.45/119.00	c cleaning 22003 clauses out of 44011 with flag 266000/266000
134.14/132.55	c cleaning 23008 clauses out of 46020 with flag 290012/290012
148.25/146.51	c cleaning 23998 clauses out of 48002 with flag 315002/315002
168.28/166.59	c cleaning 24998 clauses out of 50002 with flag 341000/341000
187.30/185.43	c cleaning 25997 clauses out of 52005 with flag 368001/368001
209.13/207.10	c cleaning 27002 clauses out of 54007 with flag 396000/396000
225.05/222.94	c cleaning 28011 clauses out of 56024 with flag 425019/425019
241.85/239.65	c cleaning 28985 clauses out of 57994 with flag 455000/455000
264.45/262.17	c cleaning 30000 clauses out of 60009 with flag 486000/486000
291.06/288.63	c cleaning 31002 clauses out of 62011 with flag 518002/518002
319.63/317.06	c cleaning 32005 clauses out of 64018 with flag 551011/551011
350.38/347.67	c cleaning 33000 clauses out of 66002 with flag 585000/585000
370.94/368.03	c cleaning 34000 clauses out of 68002 with flag 620000/620000
399.84/396.88	c cleaning 34993 clauses out of 70004 with flag 656002/656002
432.12/429.00	c cleaning 36010 clauses out of 72026 with flag 693017/693017
458.94/455.69	c cleaning 36994 clauses out of 73999 with flag 731000/731000
491.05/487.62	c cleaning 37994 clauses out of 76005 with flag 770000/770000
517.37/513.81	c cleaning 39005 clauses out of 78013 with flag 810002/810002
550.34/546.63	c cleaning 39975 clauses out of 80006 with flag 851000/851000
580.10/576.27	c cleaning 41012 clauses out of 82032 with flag 893001/893001
605.80/601.74	c cleaning 42005 clauses out of 84024 with flag 936005/936005
638.39/634.06	c cleaning 43003 clauses out of 86014 with flag 980000/980000
672.27/667.87	c cleaning 44005 clauses out of 88023 with flag 1025012/1025012
722.62/717.81	c cleaning 44996 clauses out of 90006 with flag 1071000/1071000
764.58/759.60	c cleaning 46010 clauses out of 92025 with flag 1118015/1118015
824.10/818.90	c cleaning 46999 clauses out of 94001 with flag 1166001/1166001
865.21/859.77	c cleaning 47972 clauses out of 96002 with flag 1215001/1215001
909.24/903.44	c cleaning 49018 clauses out of 98046 with flag 1265017/1265017
955.82/949.52	c cleaning 50011 clauses out of 100022 with flag 1316011/1316011
1000.55/993.92	c cleaning 50997 clauses out of 102000 with flag 1368000/1368000
1046.90/1039.93	c cleaning 51993 clauses out of 104006 with flag 1421003/1421003
1083.90/1076.70	c cleaning 53004 clauses out of 106014 with flag 1475004/1475004
1148.10/1140.51	c cleaning 54003 clauses out of 108006 with flag 1530000/1530000
1203.28/1195.37	c cleaning 54997 clauses out of 110004 with flag 1586001/1586001
1254.04/1245.82	c cleaning 55999 clauses out of 112006 with flag 1643000/1643000
1313.29/1304.86	c cleaning 56997 clauses out of 114008 with flag 1701001/1701001
1391.98/1383.08	c cleaning 58003 clauses out of 116011 with flag 1760001/1760001
1449.15/1439.74	c cleaning 58995 clauses out of 118008 with flag 1820001/1820001
1497.14/1487.31	c cleaning 60001 clauses out of 120013 with flag 1881001/1881001
1548.64/1538.41	c cleaning 60996 clauses out of 122012 with flag 1943001/1943001
1603.03/1592.26	c cleaning 62005 clauses out of 124015 with flag 2006000/2006000
1666.10/1654.76	c cleaning 63003 clauses out of 126011 with flag 2070001/2070001
1742.72/1730.43	c cleaning 64001 clauses out of 128013 with flag 2135006/2135006
1782.84/1769.69	c cleaning 65001 clauses out of 130007 with flag 2201001/2201001
1800.01/1786.51	c starts		: 228
1800.01/1786.51	c conflicts		: 2224506
1800.01/1786.51	c decisions		: 2651693
1800.01/1786.51	c propagations		: 75634115
1800.01/1786.51	c inspects		: 10158378820
1800.01/1786.51	c shortcuts		: 0
1800.01/1786.51	c learnt literals	: 0
1800.01/1786.51	c learnt binary clauses	: 0
1800.01/1786.51	c learnt ternary clauses	: 0
1800.01/1786.51	c learnt constraints	: 2224506
1800.01/1786.51	c ignored constraints	: 0
1800.01/1786.51	c root simplifications	: 228
1800.01/1786.51	c removed literals (reason simplification)	: 13655417
1800.01/1786.51	c reason swapping (by a shorter reason)	: 0
1800.01/1786.51	c Calls to reduceDB	: 62
1800.01/1786.51	c number of reductions to clauses (during analyze)	: 0
1800.01/1786.51	c number of learned constraints concerned by reduction	: 0
1800.01/1786.51	c number of learning phase by resolution	: 0
1800.01/1786.51	c number of learning phase by cutting planes	: 0
1800.01/1786.51	c speed (assignments/second)	: 42341.28871066793
1800.01/1786.51	c non guided choices	437
1800.01/1786.54	c learnt constraints type 
1800.01/1786.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 88537
1800.01/1786.54	c constraints type 
1800.01/1786.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 62
1800.01/1786.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 60
1800.01/1786.54	c 122 constraints processed.
1800.01/1786.54	s UNKNOWN
1800.01/1786.54	c Total wall clock time (in seconds): 1786.425

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3709712-1338129856/watcher-3709712-1338129856 -o /tmp/evaluation-result-3709712-1338129856/solver-3709712-1338129856 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709712-1338129856.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.06 2.02 3/194 21994
/proc/meminfo: memFree=30111656/32873844 swapFree=7116/7116
[pid=21994] ppid=21992 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/21994/stat : 21994 (java) S 21992 21994 19004 0 -1 4202496 1191 0 0 0 0 0 0 0 20 0 2 0 279110554 94019584 903 33554432000 1073741824 1073778376 140733308795600 140733308786736 240568533053 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21994/statm: 22954 913 693 9 0 16769 0
[pid=21994/tid=21995] ppid=21992 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/21994/task/21995/stat : 21995 (java) R 21992 21994 19004 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 279110554 94019584 917 33554432000 1073741824 1073778376 140733308795600 140733308784664 240556010791 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.0391091 s]
/proc/loadavg: 2.02 2.06 2.02 3/194 21994
/proc/meminfo: memFree=30111656/32873844 swapFree=7116/7116
[pid=21994] ppid=21992 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/21994/stat : 21994 (java) S 21992 21994 19004 0 -1 4202496 3028 0 1 0 2 1 0 0 20 0 13 0 279110554 9446973440 3725 33554432000 1073741824 1073778376 140733308795600 140733308786736 240568533053 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21994/statm: 2306390 3725 1698 9 0 2297091 0
[pid=21994/tid=21995] ppid=21992 vsize=9225560 CPUtime=0.01 cores=1,3,5,7
/proc/21994/task/21995/stat : 21995 (java) R 21992 21994 19004 0 -1 4202560 1846 0 1 0 1 0 0 0 20 0 13 0 279110554 9446973440 3725 33554432000 1073741824 1073778376 140733308795600 140419207479536 140419211495012 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100317 s]
/proc/loadavg: 2.02 2.06 2.02 3/194 21994
/proc/meminfo: memFree=30111656/32873844 swapFree=7116/7116
[pid=21994] ppid=21992 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/21994/stat : 21994 (java) S 21992 21994 19004 0 -1 4202496 4275 0 1 0 9 1 0 0 20 0 18 0 279110554 9787842560 5993 33554432000 1073741824 1073778376 140733308795600 140733308786736 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21994/statm: 2389610 5993 2116 9 0 2380296 0
[pid=21994/tid=21995] ppid=21992 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/21994/task/21995/stat : 21995 (java) R 21992 21994 19004 0 -1 4202560 2414 0 1 0 6 1 0 0 20 0 18 0 279110554 9787842560 5993 33554432000 1073741824 1073778376 140733308795600 140419207482056 240568558861 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300223 s]
/proc/loadavg: 2.02 2.06 2.02 3/194 21994
/proc/meminfo: memFree=30111656/32873844 swapFree=7116/7116
[pid=21994] ppid=21992 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/21994/stat : 21994 (java) S 21992 21994 19004 0 -1 4202496 6516 0 1 0 49 2 0 0 20 0 19 0 279110554 9856004096 8886 33554432000 1073741824 1073778376 140733308795600 140733308786736 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21994/statm: 2406251 8886 2239 9 0 2396937 0
[pid=21994/tid=21995] ppid=21992 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/21994/task/21995/stat : 21995 (java) R 21992 21994 19004 0 -1 4202560 2507 0 1 0 26 1 0 0 20 0 19 0 279110554 9856004096 8886 33554432000 1073741824 1073778376 140733308795600 140419207484176 140419215249201 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625004

[startup+0.700303 s]
/proc/loadavg: 2.02 2.06 2.02 3/194 21994
/proc/meminfo: memFree=30111656/32873844 swapFree=7116/7116
[pid=21994] ppid=21992 vsize=9625004 CPUtime=1.01 cores=1,3,5,7
/proc/21994/stat : 21994 (java) S 21992 21994 19004 0 -1 4202496 6580 0 1 0 99 2 0 0 20 0 19 0 279110554 9856004096 10392 33554432000 1073741824 1073778376 140733308795600 140733308786736 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21994/statm: 2406251 10392 2240 9 0 2396937 0
[pid=21994/tid=21995] ppid=21992 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/21994/task/21995/stat : 21995 (java) R 21992 21994 19004 0 -1 4202560 2510 0 1 0 66 1 0 0 20 0 19 0 279110554 9856004096 10392 33554432000 1073741824 1073778376 140733308795600 140419207484176 140419074165724 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9625004

[startup+1.50075 s]
/proc/loadavg: 2.02 2.06 2.02 3/213 22013
/proc/meminfo: memFree=30073304/32873844 swapFree=7116/7116
[pid=21994] ppid=21992 vsize=9625004 CPUtime=1.9 cores=1,3,5,7
/proc/21994/stat : 21994 (java) S 21992 21994 19004 0 -1 4202496 7241 0 1 0 187 3 0 0 20 0 19 0 279110554 9856004096 16238 33554432000 1073741824 1073778376 140733308795600 140733308786736 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21994/statm: 2406251 16238 2276 9 0 2396937 0
[pid=21994/tid=21995] ppid=21992 vsize=9625004 CPUtime=1.45 cores=1,3,5,7
/proc/21994/task/21995/stat : 21995 (java) R 21992 21994 19004 0 -1 4202560 2518 0 1 0 144 1 0 0 20 0 19 0 279110554 9856004096 16238 33554432000 1073741824 1073778376 140733308795600 140419207483816 140419074092306 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21994/tid=21997] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/21997/stat : 21997 (java) S 21992 21994 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279110555 9856004096 16238 33554432000 1073741824 1073778376 140733308795600 140419196545832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21994/tid=21998] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/21998/stat : 21998 (java) S 21992 21994 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279110555 9856004096 16238 33554432000 1073741824 1073778376 140733308795600 140419195493032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21994/tid=21999] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/21999/stat : 21999 (java) S 21992 21994 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279110555 9856004096 16238 33554432000 1073741824 1073778376 140733308795600 140419194440744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21994/tid=22000] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22000/stat : 22000 (java) S 21992 21994 19004 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 279110555 9856004096 16238 33554432000 1073741824 1073778376 140733308795600 140419193387944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21994/tid=22001] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22001/stat : 22001 (java) S 21992 21994 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279110555 9856004096 16238 33554432000 1073741824 1073778376 140733308795600 140419192334632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21994/tid=22002] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22002/stat : 22002 (java) S 21992 21994 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279110555 9856004096 16238 33554432000 1073741824 1073778376 140733308795600 140419045996712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21994/tid=22003] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22003/stat : 22003 (java) S 21992 21994 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279110555 9856004096 16238 33554432000 1073741824 1073778376 140733308795600 140419044944424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21994/tid=22004] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22004/stat : 22004 (java) S 21992 21994 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279110555 9856004096 16238 33554432000 1073741824 1073778376 140733308795600 140419043891624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21994/tid=22005] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22005/stat : 22005 (java) S 21992 21994 19004 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 279110556 9856004096 16238 33554432000 1073741824 1073778376 140733308795600 140419031694056 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21994/tid=22006] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22006/stat : 22006 (java) S 21992 21994 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279110556 9856004096 16238 33554432000 1073741824 1073778376 140733308795600 140419030640120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21994/tid=22007] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22007/stat : 22007 (java) S 21992 21994 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279110556 9856004096 16238 33554432000 1073741824 1073778376 140733308795600 140419029587720 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21994/tid=22008] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22008/stat : 22008 (java) S 21992 21994 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279110559 9856004096 16238 33554432000 1073741824 1073778376 140733308795600 140419028536208 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21994/tid=22009] ppid=21992 vsize=9625004 CPUtime=0.18 cores=1,3,5,7
/proc/21994/task/22009/stat : 22009 (java) S 21992 21994 19004 0 -1 4202560 1378 0 0 0 18 0 0 0 20 0 19 0 279110559 9856004096 16238 33554432000 1073741824 1073778376 140733308795600 140419027482808 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21994/tid=22010] ppid=21992 vsize=9625004 CPUtime=0.18 cores=1,3,5,7
/proc/21994/task/22010/stat : 22010 (java) S 21992 21994 19004 0 -1 4202560 2088 0 0 0 18 0 0 0 20 0 19 0 279110559 9856004096 16238 33554432000 1073741824 1073778376 140733308795600 140419026430008 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21994/tid=22011] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22011/stat : 22011 (java) S 21992 21994 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279110559 9856004096 16238 33554432000 1073741824 1073778376 140733308795600 140419025377912 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21994/tid=22012] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22012/stat : 22012 (java) S 21992 21994 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279110559 9856004096 16238 33554432000 1073741824 1073778376 140733308795600 140419024325320 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21994/tid=22013] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22013/stat : 22013 (java) S 21992 21994 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279110575 9856004096 16238 33554432000 1073741824 1073778376 140733308795600 140419023271336 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 9625004

[startup+3.10077 s]
/proc/loadavg: 2.02 2.06 2.02 3/213 22013
/proc/meminfo: memFree=30055120/32873844 swapFree=7116/7116
[pid=21994] ppid=21992 vsize=9625004 CPUtime=3.57 cores=1,3,5,7
/proc/21994/stat : 21994 (java) S 21992 21994 19004 0 -1 4202496 7281 0 1 0 351 6 0 0 20 0 19 0 279110554 9856004096 21878 33554432000 1073741824 1073778376 140733308795600 140733308786736 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21994/statm: 2406251 21878 2276 9 0 2396937 0
[pid=21994/tid=21995] ppid=21992 vsize=9625004 CPUtime=3.02 cores=1,3,5,7
/proc/21994/task/21995/stat : 21995 (java) R 21992 21994 19004 0 -1 4202560 2519 0 1 0 301 1 0 0 20 0 19 0 279110554 9856004096 21878 33554432000 1073741824 1073778376 140733308795600 140419207483696 140419074059886 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21994/tid=21997] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/21997/stat : 21997 (java) S 21992 21994 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279110555 9856004096 21878 33554432000 1073741824 1073778376 140733308795600 140419196545832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21994/tid=21998] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/21998/stat : 21998 (java) S 21992 21994 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279110555 9856004096 21878 33554432000 1073741824 1073778376 140733308795600 140419195493032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21994/tid=21999] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/21999/stat : 21999 (java) S 21992 21994 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279110555 9856004096 21878 33554432000 1073741824 1073778376 140733308795600 140419194440744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21994/tid=22000] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22000/stat : 22000 (java) S 21992 21994 19004 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 279110555 9856004096 21878 33554432000 1073741824 1073778376 140733308795600 140419193387944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21994/tid=22001] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22001/stat : 22001 (java) S 21992 21994 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279110555 9856004096 21878 33554432000 1073741824 1073778376 140733308795600 140419192334632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21994/tid=22002] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22002/stat : 22002 (java) S 21992 21994 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279110555 9856004096 21878 33554432000 1073741824 1073778376 140733308795600 140419045996712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21994/tid=22003] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22003/stat : 22003 (java) S 21992 21994 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279110555 9856004096 21878 33554432000 1073741824 1073778376 140733308795600 140419044944424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21994/tid=22004] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22004/stat : 22004 (java) S 21992 21994 19004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 279110555 9856004096 21878 33554432000 1073741824 1073778376 140733308795600 140419043891624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21994/tid=22005] ppid=21992 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21994/task/22005/stat : 22005 (java) S 21992 21994 19004 0 -1 4202560 35 0 0 0 1 0 0 0 20 0 19 0 279110556 9856004096 21878 33554432000 1073741824 1073778376 140733308795600 140419031694056 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21994/tid=22006] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22006/stat : 22006 (java) S 21992 21994 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279110556 9856004096 21878 33554432000 1073741824 1073778376 140733308795600 140419030640120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21994/tid=22007] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22007/stat : 22007 (java) S 21992 21994 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279110556 9856004096 21878 33554432000 1073741824 1073778376 140733308795600 140419029587720 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21994/tid=22008] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22008/stat : 22008 (java) S 21992 21994 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279110559 9856004096 21878 33554432000 1073741824 1073778376 140733308795600 140419028536208 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21994/tid=22009] ppid=21992 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/21994/task/22009/stat : 22009 (java) S 21992 21994 19004 0 -1 4202560 1378 0 0 0 20 0 0 0 20 0 19 0 279110559 9856004096 21878 33554432000 1073741824 1073778376 140733308795600 140419027482808 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21994/tid=22010] ppid=21992 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/21994/task/22010/stat : 22010 (java) S 21992 21994 19004 0 -1 4202560 2088 0 0 0 20 0 0 0 20 0 19 0 279110559 9856004096 21878 33554432000 1073741824 1073778376 140733308795600 140419026430008 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21994/tid=22011] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22011/stat : 22011 (java) S 21992 21994 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279110559 9856004096 21878 33554432000 1073741824 1073778376 140733308795600 140419025377912 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21994/tid=22012] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22012/stat : 22012 (java) S 21992 21994 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279110559 9856004096 21878 33554432000 1073741824 1073778376 140733308795600 140419024325320 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21994/tid=22013] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22013/stat : 22013 (java) S 21992 21994 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279110575 9856004096 21878 33554432000 1073741824 1073778376 140733308795600 140419023271336 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 9625004

[startup+6.30078 s]
/proc/loadavg: 2.10 2.07 2.02 3/213 22013
/proc/meminfo: memFree=30015596/32873844 swapFree=7116/7116
[pid=21994] ppid=21992 vsize=9625004 CPUtime=6.83 cores=1,3,5,7
/proc/21994/stat : 21994 (java) S 21992 21994 19004 0 -1 4202496 7311 0 1 0 675 8 0 0 20 0 19 0 279110554 9856004096 25963 33554432000 1073741824 1073778376 140733308795600 140733308786736 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21994/statm: 2406251 25963 2276 9 0 2396937 0
[pid=21994/tid=21995] ppid=21992 vsize=9625004 CPUtime=6.18 cores=1,3,5,7
/proc/21994/task/21995/stat : 21995 (java) R 21992 21994 19004 0 -1 4202560 2521 0 1 0 617 1 0 0 20 0 19 0 279110554 9856004096 25963 33554432000 1073741824 1073778376 140733308795600 140419207483944 140419074043215 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21994/tid=21997] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/21997/stat : 21997 (java) S 21992 21994 19004 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 279110555 9856004096 25963 33554432000 1073741824 1073778376 140733308795600 140419196545832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21994/tid=21998] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/21998/stat : 21998 (java) S 21992 21994 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279110555 9856004096 25963 33554432000 1073741824 1073778376 140733308795600 140419195493032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21994/tid=21999] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/21999/stat : 21999 (java) S 21992 21994 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279110555 9856004096 25963 33554432000 1073741824 1073778376 140733308795600 140419194440744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21994/tid=22000] ppid=21992 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21994/task/22000/stat : 22000 (java) S 21992 21994 19004 0 -1 4202560 26 0 0 0 0 1 0 0 20 0 19 0 279110555 9856004096 25963 33554432000 1073741824 1073778376 140733308795600 140419193387944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21994/tid=22001] ppid=21992 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21994/task/22001/stat : 22001 (java) S 21992 21994 19004 0 -1 4202560 22 0 0 0 0 2 0 0 20 0 19 0 279110555 9856004096 25963 33554432000 1073741824 1073778376 140733308795600 140419192334632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21994/tid=22002] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22002/stat : 22002 (java) S 21992 21994 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279110555 9856004096 25963 33554432000 1073741824 1073778376 140733308795600 140419045996712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21994/tid=22003] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22003/stat : 22003 (java) S 21992 21994 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279110555 9856004096 25963 33554432000 1073741824 1073778376 140733308795600 140419044944424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21994/tid=22004] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22004/stat : 22004 (java) S 21992 21994 19004 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 279110555 9856004096 25963 33554432000 1073741824 1073778376 140733308795600 140419043891624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21994/tid=22005] ppid=21992 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/21994/task/22005/stat : 22005 (java) S 21992 21994 19004 0 -1 4202560 37 0 0 0 3 0 0 0 20 0 19 0 279110556 9856004096 25963 33554432000 1073741824 1073778376 140733308795600 140419031694056 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21994/tid=22006] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22006/stat : 22006 (java) S 21992 21994 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279110556 9856004096 25963 33554432000 1073741824 1073778376 140733308795600 140419030640120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21994/tid=22007] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22007/stat : 22007 (java) S 21992 21994 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279110556 9856004096 25963 33554432000 1073741824 1073778376 140733308795600 140419029587720 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21994/tid=22008] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22008/stat : 22008 (java) S 21992 21994 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279110559 9856004096 25963 33554432000 1073741824 1073778376 140733308795600 140419028536208 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21994/tid=22009] ppid=21992 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/21994/task/22009/stat : 22009 (java) S 21992 21994 19004 0 -1 4202560 1378 0 0 0 20 0 0 0 20 0 19 0 279110559 9856004096 25963 33554432000 1073741824 1073778376 140733308795600 140419027482808 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21994/tid=22010] ppid=21992 vsize=9625004 CPUtime=0.21 cores=1,3,5,7
/proc/21994/task/22010/stat : 22010 (java) S 21992 21994 19004 0 -1 4202560 2089 0 0 0 21 0 0 0 20 0 19 0 279110559 9856004096 25963 33554432000 1073741824 1073778376 140733308795600 140419026430008 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

################
# More data... #
################

[pid=21994/tid=22009] ppid=21992 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/21994/task/22009/stat : 22009 (java) S 21992 21994 19004 0 -1 4202560 1378 0 0 0 20 0 0 0 20 0 19 0 279110559 9856004096 206435 33554432000 1073741824 1073778376 140733308795600 140419027482808 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21994/tid=22010] ppid=21992 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/21994/task/22010/stat : 22010 (java) S 21992 21994 19004 0 -1 4202560 2093 0 0 0 26 0 0 0 20 0 19 0 279110559 9856004096 206435 33554432000 1073741824 1073778376 140733308795600 140419026430008 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21994/tid=22011] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22011/stat : 22011 (java) S 21992 21994 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279110559 9856004096 206435 33554432000 1073741824 1073778376 140733308795600 140419025377912 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21994/tid=22012] ppid=21992 vsize=9625004 CPUtime=0.97 cores=1,3,5,7
/proc/21994/task/22012/stat : 22012 (java) S 21992 21994 19004 0 -1 4202560 99 0 0 0 59 38 0 0 20 0 19 0 279110559 9856004096 206435 33554432000 1073741824 1073778376 140733308795600 140419024325320 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21994/tid=22013] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22013/stat : 22013 (java) S 21992 21994 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279110575 9856004096 206435 33554432000 1073741824 1073778376 140733308795600 140419023271336 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1734.4
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/213 22110
/proc/meminfo: memFree=29246952/32873844 swapFree=7116/7116
[pid=21994] ppid=21992 vsize=9625004 CPUtime=1795.8 cores=1,3,5,7
/proc/21994/stat : 21994 (java) S 21992 21994 19004 0 -1 4202496 11028 0 1 0 179423 157 0 0 20 0 19 0 279110554 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140733308786736 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21994/statm: 2406251 207478 2276 9 0 2396937 0
[pid=21994/tid=21995] ppid=21992 vsize=9625004 CPUtime=1768.94 cores=1,3,5,7
/proc/21994/task/21995/stat : 21995 (java) R 21992 21994 19004 0 -1 4202560 2676 0 1 0 176864 30 0 0 20 0 19 0 279110554 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419207482736 140419074042987 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21994/tid=21997] ppid=21992 vsize=9625004 CPUtime=2.12 cores=1,3,5,7
/proc/21994/task/21997/stat : 21997 (java) S 21992 21994 19004 0 -1 4202560 487 0 0 0 195 17 0 0 20 0 19 0 279110555 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419196545832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21994/tid=21998] ppid=21992 vsize=9625004 CPUtime=2.06 cores=1,3,5,7
/proc/21994/task/21998/stat : 21998 (java) S 21992 21994 19004 0 -1 4202560 549 0 0 0 193 13 0 0 20 0 19 0 279110555 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419195493032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21994/tid=21999] ppid=21992 vsize=9625004 CPUtime=1.88 cores=1,3,5,7
/proc/21994/task/21999/stat : 21999 (java) S 21992 21994 19004 0 -1 4202560 433 0 0 0 174 14 0 0 20 0 19 0 279110555 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419194440744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21994/tid=22000] ppid=21992 vsize=9625004 CPUtime=2.19 cores=1,3,5,7
/proc/21994/task/22000/stat : 22000 (java) S 21992 21994 19004 0 -1 4202560 349 0 0 0 206 13 0 0 20 0 19 0 279110555 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419193387944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21994/tid=22001] ppid=21992 vsize=9625004 CPUtime=2.05 cores=1,3,5,7
/proc/21994/task/22001/stat : 22001 (java) S 21992 21994 19004 0 -1 4202560 195 0 0 0 195 10 0 0 20 0 19 0 279110555 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419192334632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21994/tid=22002] ppid=21992 vsize=9625004 CPUtime=1.99 cores=1,3,5,7
/proc/21994/task/22002/stat : 22002 (java) S 21992 21994 19004 0 -1 4202560 366 0 0 0 190 9 0 0 20 0 19 0 279110555 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419045996712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21994/tid=22003] ppid=21992 vsize=9625004 CPUtime=1.99 cores=1,3,5,7
/proc/21994/task/22003/stat : 22003 (java) S 21992 21994 19004 0 -1 4202560 194 0 0 0 190 9 0 0 20 0 19 0 279110555 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419044944424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21994/tid=22004] ppid=21992 vsize=9625004 CPUtime=1.86 cores=1,3,5,7
/proc/21994/task/22004/stat : 22004 (java) S 21992 21994 19004 0 -1 4202560 314 0 0 0 177 9 0 0 20 0 19 0 279110555 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419043891624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21994/tid=22005] ppid=21992 vsize=9625004 CPUtime=4.31 cores=1,3,5,7
/proc/21994/task/22005/stat : 22005 (java) S 21992 21994 19004 0 -1 4202560 705 0 0 0 428 3 0 0 20 0 19 0 279110556 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419031694056 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21994/tid=22006] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22006/stat : 22006 (java) S 21992 21994 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279110556 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419030640120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21994/tid=22007] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22007/stat : 22007 (java) S 21992 21994 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279110556 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419029587720 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21994/tid=22008] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22008/stat : 22008 (java) S 21992 21994 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279110559 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419028536208 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21994/tid=22009] ppid=21992 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/21994/task/22009/stat : 22009 (java) S 21992 21994 19004 0 -1 4202560 1378 0 0 0 20 0 0 0 20 0 19 0 279110559 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419027482808 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21994/tid=22010] ppid=21992 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/21994/task/22010/stat : 22010 (java) S 21992 21994 19004 0 -1 4202560 2093 0 0 0 26 0 0 0 20 0 19 0 279110559 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419026430008 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21994/tid=22011] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22011/stat : 22011 (java) S 21992 21994 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279110559 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419025377912 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21994/tid=22012] ppid=21992 vsize=9625004 CPUtime=1.01 cores=1,3,5,7
/proc/21994/task/22012/stat : 22012 (java) S 21992 21994 19004 0 -1 4202560 103 0 0 0 61 40 0 0 20 0 19 0 279110559 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419024325320 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21994/tid=22013] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22013/stat : 22013 (java) S 21992 21994 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279110575 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419023271336 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1795.8
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.5 s]
/proc/loadavg: 2.04 2.02 2.00 3/213 22110
/proc/meminfo: memFree=29246952/32873844 swapFree=7116/7116
[pid=21994] ppid=21992 vsize=9625004 CPUtime=1800.01 cores=1,3,5,7
/proc/21994/stat : 21994 (java) S 21992 21994 19004 0 -1 4202496 11028 0 1 0 179844 157 0 0 20 0 19 0 279110554 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140733308786736 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21994/statm: 2406251 207478 2276 9 0 2396937 0
[pid=21994/tid=21995] ppid=21992 vsize=9625004 CPUtime=1773.13 cores=1,3,5,7
/proc/21994/task/21995/stat : 21995 (java) R 21992 21994 19004 0 -1 4202560 2676 0 1 0 177283 30 0 0 20 0 19 0 279110554 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419207482736 140419074043337 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21994/tid=21997] ppid=21992 vsize=9625004 CPUtime=2.12 cores=1,3,5,7
/proc/21994/task/21997/stat : 21997 (java) S 21992 21994 19004 0 -1 4202560 487 0 0 0 195 17 0 0 20 0 19 0 279110555 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419196545832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21994/tid=21998] ppid=21992 vsize=9625004 CPUtime=2.06 cores=1,3,5,7
/proc/21994/task/21998/stat : 21998 (java) S 21992 21994 19004 0 -1 4202560 549 0 0 0 193 13 0 0 20 0 19 0 279110555 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419195493032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21994/tid=21999] ppid=21992 vsize=9625004 CPUtime=1.88 cores=1,3,5,7
/proc/21994/task/21999/stat : 21999 (java) S 21992 21994 19004 0 -1 4202560 433 0 0 0 174 14 0 0 20 0 19 0 279110555 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419194440744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21994/tid=22000] ppid=21992 vsize=9625004 CPUtime=2.19 cores=1,3,5,7
/proc/21994/task/22000/stat : 22000 (java) S 21992 21994 19004 0 -1 4202560 349 0 0 0 206 13 0 0 20 0 19 0 279110555 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419193387944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21994/tid=22001] ppid=21992 vsize=9625004 CPUtime=2.05 cores=1,3,5,7
/proc/21994/task/22001/stat : 22001 (java) S 21992 21994 19004 0 -1 4202560 195 0 0 0 195 10 0 0 20 0 19 0 279110555 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419192334632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21994/tid=22002] ppid=21992 vsize=9625004 CPUtime=1.99 cores=1,3,5,7
/proc/21994/task/22002/stat : 22002 (java) S 21992 21994 19004 0 -1 4202560 366 0 0 0 190 9 0 0 20 0 19 0 279110555 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419045996712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21994/tid=22003] ppid=21992 vsize=9625004 CPUtime=1.99 cores=1,3,5,7
/proc/21994/task/22003/stat : 22003 (java) S 21992 21994 19004 0 -1 4202560 194 0 0 0 190 9 0 0 20 0 19 0 279110555 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419044944424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21994/tid=22004] ppid=21992 vsize=9625004 CPUtime=1.86 cores=1,3,5,7
/proc/21994/task/22004/stat : 22004 (java) S 21992 21994 19004 0 -1 4202560 314 0 0 0 177 9 0 0 20 0 19 0 279110555 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419043891624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21994/tid=22005] ppid=21992 vsize=9625004 CPUtime=4.31 cores=1,3,5,7
/proc/21994/task/22005/stat : 22005 (java) S 21992 21994 19004 0 -1 4202560 705 0 0 0 428 3 0 0 20 0 19 0 279110556 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419031694056 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21994/tid=22006] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22006/stat : 22006 (java) S 21992 21994 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279110556 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419030640120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21994/tid=22007] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22007/stat : 22007 (java) S 21992 21994 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279110556 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419029587720 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21994/tid=22008] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22008/stat : 22008 (java) S 21992 21994 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279110559 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419028536208 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21994/tid=22009] ppid=21992 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/21994/task/22009/stat : 22009 (java) S 21992 21994 19004 0 -1 4202560 1378 0 0 0 20 0 0 0 20 0 19 0 279110559 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419027482808 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21994/tid=22010] ppid=21992 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/21994/task/22010/stat : 22010 (java) S 21992 21994 19004 0 -1 4202560 2093 0 0 0 26 0 0 0 20 0 19 0 279110559 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419026430008 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21994/tid=22011] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22011/stat : 22011 (java) S 21992 21994 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279110559 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419025377912 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21994/tid=22012] ppid=21992 vsize=9625004 CPUtime=1.01 cores=1,3,5,7
/proc/21994/task/22012/stat : 22012 (java) S 21992 21994 19004 0 -1 4202560 103 0 0 0 61 40 0 0 20 0 19 0 279110559 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419024325320 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21994/tid=22013] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22013/stat : 22013 (java) S 21992 21994 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279110575 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419023271336 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625004

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1786.5 s]
/proc/loadavg: 2.04 2.02 2.00 3/213 22110
/proc/meminfo: memFree=29246952/32873844 swapFree=7116/7116
[pid=21994] ppid=21992 vsize=9625004 CPUtime=1800.01 cores=1,3,5,7
/proc/21994/stat : 21994 (java) S 21992 21994 19004 0 -1 4202496 11028 0 1 0 179844 157 0 0 20 0 19 0 279110554 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140733308786736 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21994/statm: 2406251 207478 2276 9 0 2396937 0
[pid=21994/tid=21995] ppid=21992 vsize=9625004 CPUtime=1773.13 cores=1,3,5,7
/proc/21994/task/21995/stat : 21995 (java) R 21992 21994 19004 0 -1 4202560 2676 0 1 0 177283 30 0 0 20 0 19 0 279110554 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419207482736 140419074043337 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21994/tid=21997] ppid=21992 vsize=9625004 CPUtime=2.12 cores=1,3,5,7
/proc/21994/task/21997/stat : 21997 (java) S 21992 21994 19004 0 -1 4202560 487 0 0 0 195 17 0 0 20 0 19 0 279110555 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419196545832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21994/tid=21998] ppid=21992 vsize=9625004 CPUtime=2.06 cores=1,3,5,7
/proc/21994/task/21998/stat : 21998 (java) S 21992 21994 19004 0 -1 4202560 549 0 0 0 193 13 0 0 20 0 19 0 279110555 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419195493032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21994/tid=21999] ppid=21992 vsize=9625004 CPUtime=1.88 cores=1,3,5,7
/proc/21994/task/21999/stat : 21999 (java) S 21992 21994 19004 0 -1 4202560 433 0 0 0 174 14 0 0 20 0 19 0 279110555 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419194440744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21994/tid=22000] ppid=21992 vsize=9625004 CPUtime=2.19 cores=1,3,5,7
/proc/21994/task/22000/stat : 22000 (java) S 21992 21994 19004 0 -1 4202560 349 0 0 0 206 13 0 0 20 0 19 0 279110555 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419193387944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21994/tid=22001] ppid=21992 vsize=9625004 CPUtime=2.05 cores=1,3,5,7
/proc/21994/task/22001/stat : 22001 (java) S 21992 21994 19004 0 -1 4202560 195 0 0 0 195 10 0 0 20 0 19 0 279110555 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419192334632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21994/tid=22002] ppid=21992 vsize=9625004 CPUtime=1.99 cores=1,3,5,7
/proc/21994/task/22002/stat : 22002 (java) S 21992 21994 19004 0 -1 4202560 366 0 0 0 190 9 0 0 20 0 19 0 279110555 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419045996712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21994/tid=22003] ppid=21992 vsize=9625004 CPUtime=1.99 cores=1,3,5,7
/proc/21994/task/22003/stat : 22003 (java) S 21992 21994 19004 0 -1 4202560 194 0 0 0 190 9 0 0 20 0 19 0 279110555 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419044944424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21994/tid=22004] ppid=21992 vsize=9625004 CPUtime=1.86 cores=1,3,5,7
/proc/21994/task/22004/stat : 22004 (java) S 21992 21994 19004 0 -1 4202560 314 0 0 0 177 9 0 0 20 0 19 0 279110555 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419043891624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21994/tid=22005] ppid=21992 vsize=9625004 CPUtime=4.31 cores=1,3,5,7
/proc/21994/task/22005/stat : 22005 (java) S 21992 21994 19004 0 -1 4202560 705 0 0 0 428 3 0 0 20 0 19 0 279110556 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419031694056 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21994/tid=22006] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22006/stat : 22006 (java) S 21992 21994 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279110556 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419030640120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21994/tid=22007] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22007/stat : 22007 (java) S 21992 21994 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279110556 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419029587720 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21994/tid=22008] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22008/stat : 22008 (java) S 21992 21994 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279110559 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419028536208 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21994/tid=22009] ppid=21992 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/21994/task/22009/stat : 22009 (java) S 21992 21994 19004 0 -1 4202560 1378 0 0 0 20 0 0 0 20 0 19 0 279110559 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419027482808 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21994/tid=22010] ppid=21992 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/21994/task/22010/stat : 22010 (java) S 21992 21994 19004 0 -1 4202560 2093 0 0 0 26 0 0 0 20 0 19 0 279110559 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419026430008 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21994/tid=22011] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22011/stat : 22011 (java) S 21992 21994 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279110559 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419025377912 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21994/tid=22012] ppid=21992 vsize=9625004 CPUtime=1.01 cores=1,3,5,7
/proc/21994/task/22012/stat : 22012 (java) S 21992 21994 19004 0 -1 4202560 103 0 0 0 61 40 0 0 20 0 19 0 279110559 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419024325320 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21994/tid=22013] ppid=21992 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21994/task/22013/stat : 22013 (java) S 21992 21994 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279110575 9856004096 207478 33554432000 1073741824 1073778376 140733308795600 140419023271336 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21994 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=608330
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=813724
# CPU time returned by wait4() is 1795.42
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1786.55
CPU time (s): 1800.01
CPU user time (s): 1798.44
CPU system time (s): 1.57
CPU usage (%): 100.753
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.61
system time used= 1.81372
maximum resident set size= 839060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11072
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40629
involuntary context switches= 19512

runsolver used 9.41957 second user time and 13.134 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-27 16:44:16
IDJOB=3709712
IDBENCH=1417
IDSOLVER=2289
FILE ID=node146/3709712-1338129856
RUNJOBID= node146-1338124629-19021
PBS_JOBID= 14624512
Free space on /tmp= 71184 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl30_31_pb.cnf.cr.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3709712-1338129856/watcher-3709712-1338129856 -o /tmp/evaluation-result-3709712-1338129856/solver-3709712-1338129856 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709712-1338129856.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 4d7adbd65e64509ef53d6e98bf824cab
RANDOM SEED=97604817

node146.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30111920 kB
Buffers:          305648 kB
Cached:           752184 kB
SwapCached:         2184 kB
Active:          1767536 kB
Inactive:         161752 kB
Active(anon):     870828 kB
Inactive(anon):     2668 kB
Active(file):     896708 kB
Inactive(file):   159084 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:               924 kB
Writeback:             0 kB
AnonPages:        914024 kB
Mapped:            17612 kB
Shmem:                 0 kB
Slab:             691220 kB
SReclaimable:     132520 kB
SUnreclaim:       558700 kB
KernelStack:        1760 kB
PageTables:         5768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1131464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    882688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71184 MiB
End job on node146 at 2012-05-27 17:14:05