Trace number 4096145

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 2.3.6 Resolution PB16? (TO) 1800.02 1799.13

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
subsetcard/normalized-subsetcard-eq-random4regular-30.opb
MD5SUM385932e95fa98a18d84f560f29bbc773
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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.011998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables121
Total number of constraints60
Number of constraints which are clauses0
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 constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.10	c java.vm.version	19.1-b02
0.00/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		1.6.0_24
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		501472288
0.00/0.10	c Max memory 		7480803328
0.00/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4096145-1466103073.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  no objective function found
0.08/0.13	c ... done. Wall clock time 0.016s.
0.08/0.13	c declared #vars     121
0.08/0.13	c #constraints  120
0.08/0.13	c constraints type 
0.08/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 120
0.08/0.13	c 120 constraints processed.
0.63/0.47	c cleaning 2496 clauses out of 5002 with flag 33549/5002
0.99/0.78	c cleaning 4247 clauses out of 8504 with flag 80492/11000
1.43/1.20	c cleaning 5623 clauses out of 11257 with flag 131796/18000
2.13/1.84	c cleaning 6811 clauses out of 13634 with flag 199872/26000
2.84/2.53	c cleaning 7904 clauses out of 15823 with flag 264651/35000
3.75/3.44	c cleaning 8949 clauses out of 17919 with flag 343894/45000
4.85/4.53	c cleaning 9973 clauses out of 19970 with flag 435149/56000
6.24/5.99	c cleaning 10992 clauses out of 21998 with flag 534352/68001
7.94/7.61	c cleaning 11999 clauses out of 24006 with flag 645860/81001
9.44/9.15	c cleaning 13000 clauses out of 26007 with flag 742055/95001
11.14/10.84	c cleaning 13996 clauses out of 28006 with flag 841428/110000
13.14/12.86	c cleaning 14994 clauses out of 30011 with flag 944392/126001
15.44/15.15	c cleaning 15996 clauses out of 32016 with flag 1057536/143000
17.85/17.59	c cleaning 17004 clauses out of 34021 with flag 1183201/161001
20.85/20.51	c cleaning 18003 clauses out of 36017 with flag 1311770/180001
23.85/23.56	c cleaning 19002 clauses out of 38014 with flag 1452479/200001
27.25/26.95	c cleaning 20000 clauses out of 40013 with flag 1602771/221002
30.85/30.58	c cleaning 20996 clauses out of 42011 with flag 1757963/243000
35.05/34.70	c cleaning 22002 clauses out of 44016 with flag 1914553/266001
39.54/39.23	c cleaning 22995 clauses out of 46016 with flag 2083840/290003
44.45/44.11	c cleaning 24001 clauses out of 48021 with flag 2248955/315003
49.64/49.37	c cleaning 25005 clauses out of 50018 with flag 2419732/341001
55.45/55.15	c cleaning 26002 clauses out of 52015 with flag 2605737/368003
61.65/61.38	c cleaning 26998 clauses out of 54010 with flag 2783721/396000
68.45/68.17	c cleaning 27994 clauses out of 56013 with flag 2976981/425001
75.65/75.33	c cleaning 28998 clauses out of 58019 with flag 3175385/455001
82.86/82.54	c cleaning 30004 clauses out of 60020 with flag 3396409/486000
90.45/90.18	c cleaning 30999 clauses out of 62016 with flag 3612996/518000
98.75/98.45	c cleaning 31996 clauses out of 64018 with flag 3842812/551001
108.05/107.76	c cleaning 33005 clauses out of 66022 with flag 4062701/585001
117.95/117.66	c cleaning 34003 clauses out of 68017 with flag 4299296/620001
128.46/128.12	c cleaning 35001 clauses out of 70014 with flag 4535164/656001
138.97/138.70	c cleaning 35998 clauses out of 72012 with flag 4769634/693000
150.97/150.63	c cleaning 37005 clauses out of 74014 with flag 5012590/731000
162.67/162.37	c cleaning 38000 clauses out of 76009 with flag 5282360/770000
175.28/174.99	c cleaning 38998 clauses out of 78009 with flag 5550563/810000
189.18/188.81	c cleaning 39998 clauses out of 80011 with flag 5810268/851000
202.98/202.63	c cleaning 40998 clauses out of 82013 with flag 6071128/893000
217.73/217.33	c cleaning 42000 clauses out of 84015 with flag 6350139/936000
232.93/232.53	c cleaning 43004 clauses out of 86015 with flag 6622831/980000
248.23/247.80	c cleaning 44000 clauses out of 88011 with flag 6910794/1025000
263.14/262.72	c cleaning 44998 clauses out of 90011 with flag 7194138/1071000
279.84/279.41	c cleaning 45999 clauses out of 92014 with flag 7484732/1118001
297.14/296.72	c cleaning 47004 clauses out of 94015 with flag 7801805/1166001
315.55/315.19	c cleaning 48003 clauses out of 96011 with flag 8120795/1215001
334.75/334.33	c cleaning 49001 clauses out of 98007 with flag 8435591/1265000
355.75/355.32	c cleaning 49997 clauses out of 100007 with flag 8744427/1316001
376.56/376.11	c cleaning 51003 clauses out of 102011 with flag 9068923/1368002
398.86/398.48	c cleaning 52000 clauses out of 104006 with flag 9384921/1421000
422.88/422.44	c cleaning 52997 clauses out of 106006 with flag 9715151/1475000
448.07/447.60	c cleaning 53993 clauses out of 108009 with flag 10032796/1530000
481.99/481.56	c cleaning 55002 clauses out of 110018 with flag 10372324/1586002
509.20/508.79	c cleaning 56002 clauses out of 112014 with flag 10720245/1643000
538.20/537.74	c cleaning 57001 clauses out of 114012 with flag 11084228/1701000
568.51/568.08	c cleaning 58004 clauses out of 116011 with flag 11461315/1760000
599.51/599.04	c cleaning 58993 clauses out of 118008 with flag 11829160/1820001
632.33/631.80	c cleaning 59997 clauses out of 120015 with flag 12192497/1881001
662.67/662.16	c cleaning 61007 clauses out of 122019 with flag 12571340/1943002
695.37/694.87	c cleaning 61994 clauses out of 124010 with flag 12955294/2006000
728.09/727.57	c cleaning 63004 clauses out of 126016 with flag 13354255/2070000
763.51/762.92	c cleaning 64007 clauses out of 128013 with flag 13756838/2135001
801.22/800.68	c cleaning 64999 clauses out of 130006 with flag 14149417/2201001
838.43/837.81	c cleaning 66000 clauses out of 132007 with flag 14555168/2268001
878.64/878.04	c cleaning 67004 clauses out of 134007 with flag 14963135/2336001
921.16/920.56	c cleaning 67993 clauses out of 136002 with flag 15381039/2405000
964.06/963.46	c cleaning 69003 clauses out of 138009 with flag 15808908/2475000
1009.78/1009.14	c cleaning 69992 clauses out of 140006 with flag 16215560/2546000
1054.09/1053.40	c cleaning 71001 clauses out of 142014 with flag 16620924/2618000
1102.01/1101.33	c cleaning 71996 clauses out of 144014 with flag 17064243/2691001
1151.12/1150.47	c cleaning 73004 clauses out of 146018 with flag 17507583/2765001
1198.84/1198.16	c cleaning 74005 clauses out of 148014 with flag 17920832/2840001
1248.92/1248.15	c cleaning 74996 clauses out of 150008 with flag 18370270/2916000
1303.74/1302.93	c cleaning 76006 clauses out of 152015 with flag 18829837/2993003
1359.75/1358.91	c cleaning 76995 clauses out of 154006 with flag 19271659/3071000
1414.87/1414.09	c cleaning 77996 clauses out of 156011 with flag 19716541/3150000
1472.78/1471.93	c cleaning 78996 clauses out of 158018 with flag 20168615/3230003
1534.89/1534.06	c cleaning 80000 clauses out of 160019 with flag 20642814/3311000
1598.79/1597.95	c cleaning 81000 clauses out of 162019 with flag 21117780/3393000
1660.00/1659.15	c cleaning 82003 clauses out of 164022 with flag 21592978/3476003
1730.21/1729.35	c cleaning 83005 clauses out of 166017 with flag 22065918/3560001
1797.62/1796.72	c cleaning 84001 clauses out of 168012 with flag 22540797/3645001
1800.02/1799.10	c starts		: 6325
1800.02/1799.10	c conflicts		: 3650287
1800.02/1799.10	c timeout
1800.02/1799.10	c decisions		: 4736243
1800.02/1799.10	c propagations		: 72337650
1800.02/1799.10	c inspects		: 39671848822
1800.02/1799.10	c shortcuts		: 0
1800.02/1799.10	c learnt literals	: 0
1800.02/1799.10	c learnt binary clauses	: 0
1800.02/1799.10	c learnt ternary clauses	: 0
1800.02/1799.10	c learnt constraints	: 3650287
1800.02/1799.10	c ignored constraints	: 0
1800.02/1799.10	c root simplifications	: 0
1800.02/1799.10	c removed literals (reason simplification)	: 0
1800.02/1799.10	c reason swapping (by a shorter reason)	: 0
1800.02/1799.10	c Calls to reduceDB	: 81
1800.02/1799.10	c Number of update (reduction) of LBD	: 1041213
1800.02/1799.10	c Imported unit clauses	: 0
1800.02/1799.10	c number of reductions to clauses (during analyze)	: 0
1800.02/1799.10	c number of learned constraints concerned by reduction	: 0
1800.02/1799.10	c number of learning phase by resolution	: 0
1800.02/1799.10	c number of learning phase by cutting planes	: 0
1800.02/1799.10	c speed (assignments/second)	: 40210.68213629385
1800.02/1799.10	c non guided choices	31
1800.02/1799.13	c learnt constraints type 
1800.02/1799.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 89297
1800.02/1799.13	s UNKNOWN
1800.02/1799.13	c Total wall clock time (in seconds): 1799.009

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4096145-1466103073/watcher-4096145-1466103073 -o /tmp/evaluation-result-4096145-1466103073/solver-4096145-1466103073 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1466098180-14177 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4096145-1466103073.opb 

pid=14760
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.13 2.11 2.06 3/194 14763
/proc/meminfo: memFree=31515880/32872528 swapFree=240572/273276
[pid=14763] ppid=14760 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/14763/stat : 14763 (java) D 14760 14763 14160 0 -1 4202496 522 0 0 0 0 0 0 0 20 0 1 0 12357312 9515008 175 33554432000 1073741824 1073778376 140735378938512 140735378921240 251143209872 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/14763/statm: 2323 175 133 9 0 71 0

[startup+0.100058 s]
/proc/loadavg: 2.13 2.11 2.06 3/194 14763
/proc/meminfo: memFree=31515880/32872528 swapFree=240572/273276
[pid=14763] ppid=14760 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/14763/stat : 14763 (java) S 14760 14763 14160 0 -1 4202496 4409 0 1 0 7 1 0 0 20 0 18 0 12357312 9787879424 6043 33554432000 1073741824 1073778376 140735378938512 140735378929648 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14763/statm: 2389619 6043 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200231 s]
/proc/loadavg: 2.13 2.11 2.06 3/194 14763
/proc/meminfo: memFree=31515880/32872528 swapFree=240572/273276
[pid=14763] ppid=14760 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/14763/stat : 14763 (java) S 14760 14763 14160 0 -1 4202496 6110 0 1 0 26 2 0 0 20 0 19 0 12357312 9856040960 7197 33554432000 1073741824 1073778376 140735378938512 140735378929648 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14763/statm: 2406260 7197 2223 9 0 2396937 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300281 s]
/proc/loadavg: 2.13 2.11 2.06 3/194 14763
/proc/meminfo: memFree=31515880/32872528 swapFree=240572/273276
[pid=14763] ppid=14760 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/14763/stat : 14763 (java) S 14760 14763 14160 0 -1 4202496 6670 0 1 0 48 2 0 0 20 0 19 0 12357312 9856040960 7326 33554432000 1073741824 1073778376 140735378938512 140735378929648 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14763/statm: 2406260 7326 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700186 s]
/proc/loadavg: 2.13 2.11 2.06 3/194 14763
/proc/meminfo: memFree=31515880/32872528 swapFree=240572/273276
[pid=14763] ppid=14760 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/14763/stat : 14763 (java) S 14760 14763 14160 0 -1 4202496 7758 0 1 0 97 2 0 0 20 0 19 0 12357312 9856040960 8224 33554432000 1073741824 1073778376 140735378938512 140735378929648 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14763/statm: 2406260 8224 2237 9 0 2396937 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.13 2.11 2.06 3/213 14782
/proc/meminfo: memFree=31489272/32872528 swapFree=240572/273276
[pid=14763] ppid=14760 vsize=9625040 CPUtime=1.83 cores=1,3,5,7
/proc/14763/stat : 14763 (java) S 14760 14763 14160 0 -1 4202496 7763 0 1 0 181 2 0 0 20 0 19 0 12357312 9856040960 8739 33554432000 1073741824 1073778376 140735378938512 140735378929648 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14763/statm: 2406260 8739 2240 9 0 2396937 0
[pid=14763/tid=14765] ppid=14760 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/14763/task/14765/stat : 14765 (java) R 14760 14763 14160 0 -1 4202560 2403 0 1 0 144 2 0 0 20 0 19 0 12357313 9856040960 8739 33554432000 1073741824 1073778376 140735378938512 139738561456696 139738388827142 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14763/tid=14766] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14766/stat : 14766 (java) S 14760 14763 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12357314 9856040960 8739 33554432000 1073741824 1073778376 140735378938512 139738522950312 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14763/tid=14767] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14767/stat : 14767 (java) S 14760 14763 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12357314 9856040960 8739 33554432000 1073741824 1073778376 140735378938512 139738521897768 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14763/tid=14768] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14768/stat : 14768 (java) S 14760 14763 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12357314 9856040960 8739 33554432000 1073741824 1073778376 140735378938512 139738520845224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14763/tid=14769] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14769/stat : 14769 (java) S 14760 14763 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12357314 9856040960 8739 33554432000 1073741824 1073778376 140735378938512 139738519792680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14763/tid=14770] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14770/stat : 14770 (java) S 14760 14763 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12357314 9856040960 8739 33554432000 1073741824 1073778376 140735378938512 139738518739112 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14763/tid=14771] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14771/stat : 14771 (java) S 14760 14763 14160 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12357314 9856040960 8739 33554432000 1073741824 1073778376 140735378938512 139738517686568 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14763/tid=14772] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14772/stat : 14772 (java) S 14760 14763 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12357314 9856040960 8739 33554432000 1073741824 1073778376 140735378938512 139738516634024 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14763/tid=14773] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14773/stat : 14773 (java) S 14760 14763 14160 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12357314 9856040960 8739 33554432000 1073741824 1073778376 140735378938512 139738515581480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14763/tid=14774] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14774/stat : 14774 (java) S 14760 14763 14160 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12357316 9856040960 8739 33554432000 1073741824 1073778376 140735378938512 139738385201768 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14763/tid=14775] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14775/stat : 14775 (java) S 14760 14763 14160 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12357316 9856040960 8739 33554432000 1073741824 1073778376 140735378938512 139738384148088 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14763/tid=14776] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14776/stat : 14776 (java) S 14760 14763 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12357316 9856040960 8739 33554432000 1073741824 1073778376 140735378938512 139738383095432 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14763/tid=14777] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14777/stat : 14777 (java) S 14760 14763 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12357319 9856040960 8739 33554432000 1073741824 1073778376 140735378938512 139738382044176 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14763/tid=14778] ppid=14760 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/14763/task/14778/stat : 14778 (java) S 14760 14763 14160 0 -1 4202560 2854 0 0 0 18 0 0 0 20 0 19 0 12357319 9856040960 8739 33554432000 1073741824 1073778376 140735378938512 139738380990520 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14763/tid=14779] ppid=14760 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/14763/task/14779/stat : 14779 (java) S 14760 14763 14160 0 -1 4202560 1235 0 0 0 14 0 0 0 20 0 19 0 12357319 9856040960 8739 33554432000 1073741824 1073778376 140735378938512 139738379937976 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14763/tid=14780] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14780/stat : 14780 (java) S 14760 14763 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12357319 9856040960 8739 33554432000 1073741824 1073778376 140735378938512 139738378885624 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14763/tid=14781] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14781/stat : 14781 (java) S 14760 14763 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12357319 9856040960 8739 33554432000 1073741824 1073778376 140735378938512 139738377833288 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14763/tid=14782] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14782/stat : 14782 (java) S 14760 14763 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12357326 9856040960 8739 33554432000 1073741824 1073778376 140735378938512 139738376779048 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.12 2.11 2.06 3/213 14782
/proc/meminfo: memFree=31486728/32872528 swapFree=240572/273276
[pid=14763] ppid=14760 vsize=9625040 CPUtime=3.44 cores=1,3,5,7
/proc/14763/stat : 14763 (java) S 14760 14763 14160 0 -1 4202496 7767 0 1 0 342 2 0 0 20 0 19 0 12357312 9856040960 9764 33554432000 1073741824 1073778376 140735378938512 140735378929648 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14763/statm: 2406260 9764 2240 9 0 2396937 0
[pid=14763/tid=14765] ppid=14760 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/14763/task/14765/stat : 14765 (java) R 14760 14763 14160 0 -1 4202560 2406 0 1 0 304 2 0 0 20 0 19 0 12357313 9856040960 9764 33554432000 1073741824 1073778376 140735378938512 139738561449680 139738388818469 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14763/tid=14766] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14766/stat : 14766 (java) S 14760 14763 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12357314 9856040960 9764 33554432000 1073741824 1073778376 140735378938512 139738522950312 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14763/tid=14767] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14767/stat : 14767 (java) S 14760 14763 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12357314 9856040960 9764 33554432000 1073741824 1073778376 140735378938512 139738521897768 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14763/tid=14768] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14768/stat : 14768 (java) S 14760 14763 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12357314 9856040960 9764 33554432000 1073741824 1073778376 140735378938512 139738520845224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14763/tid=14769] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14769/stat : 14769 (java) S 14760 14763 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12357314 9856040960 9764 33554432000 1073741824 1073778376 140735378938512 139738519792680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14763/tid=14770] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14770/stat : 14770 (java) S 14760 14763 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12357314 9856040960 9764 33554432000 1073741824 1073778376 140735378938512 139738518739112 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14763/tid=14771] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14771/stat : 14771 (java) S 14760 14763 14160 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12357314 9856040960 9764 33554432000 1073741824 1073778376 140735378938512 139738517686568 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14763/tid=14772] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14772/stat : 14772 (java) S 14760 14763 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12357314 9856040960 9764 33554432000 1073741824 1073778376 140735378938512 139738516634024 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14763/tid=14773] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14773/stat : 14773 (java) S 14760 14763 14160 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12357314 9856040960 9764 33554432000 1073741824 1073778376 140735378938512 139738515581480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14763/tid=14774] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14774/stat : 14774 (java) S 14760 14763 14160 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12357316 9856040960 9764 33554432000 1073741824 1073778376 140735378938512 139738385201768 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14763/tid=14775] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14775/stat : 14775 (java) S 14760 14763 14160 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12357316 9856040960 9764 33554432000 1073741824 1073778376 140735378938512 139738384148088 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14763/tid=14776] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14776/stat : 14776 (java) S 14760 14763 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12357316 9856040960 9764 33554432000 1073741824 1073778376 140735378938512 139738383095432 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14763/tid=14777] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14777/stat : 14777 (java) S 14760 14763 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12357319 9856040960 9764 33554432000 1073741824 1073778376 140735378938512 139738382044176 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14763/tid=14778] ppid=14760 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/14763/task/14778/stat : 14778 (java) S 14760 14763 14160 0 -1 4202560 2855 0 0 0 19 0 0 0 20 0 19 0 12357319 9856040960 9764 33554432000 1073741824 1073778376 140735378938512 139738380990520 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14763/tid=14779] ppid=14760 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/14763/task/14779/stat : 14779 (java) S 14760 14763 14160 0 -1 4202560 1235 0 0 0 15 0 0 0 20 0 19 0 12357319 9856040960 9764 33554432000 1073741824 1073778376 140735378938512 139738379937976 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14763/tid=14780] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14780/stat : 14780 (java) S 14760 14763 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12357319 9856040960 9764 33554432000 1073741824 1073778376 140735378938512 139738378885624 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14763/tid=14781] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14781/stat : 14781 (java) S 14760 14763 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12357319 9856040960 9764 33554432000 1073741824 1073778376 140735378938512 139738377833288 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14763/tid=14782] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14782/stat : 14782 (java) S 14760 14763 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12357326 9856040960 9764 33554432000 1073741824 1073778376 140735378938512 139738376779048 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 9625040

[startup+6.30087 s]
/proc/loadavg: 2.12 2.11 2.06 3/213 14782
/proc/meminfo: memFree=31482408/32872528 swapFree=240572/273276
[pid=14763] ppid=14760 vsize=9625040 CPUtime=6.64 cores=1,3,5,7
/proc/14763/stat : 14763 (java) S 14760 14763 14160 0 -1 4202496 7771 0 1 0 662 2 0 0 20 0 19 0 12357312 9856040960 10785 33554432000 1073741824 1073778376 140735378938512 140735378929648 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14763/statm: 2406260 10785 2241 9 0 2396937 0
[pid=14763/tid=14765] ppid=14760 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/14763/task/14765/stat : 14765 (java) R 14760 14763 14160 0 -1 4202560 2409 0 1 0 623 2 0 0 20 0 19 0 12357313 9856040960 10785 33554432000 1073741824 1073778376 140735378938512 139738561449680 139738388818656 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14763/tid=14766] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14766/stat : 14766 (java) S 14760 14763 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12357314 9856040960 10785 33554432000 1073741824 1073778376 140735378938512 139738522950312 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14763/tid=14767] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14767/stat : 14767 (java) S 14760 14763 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12357314 9856040960 10785 33554432000 1073741824 1073778376 140735378938512 139738521897768 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14763/tid=14768] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14768/stat : 14768 (java) S 14760 14763 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12357314 9856040960 10785 33554432000 1073741824 1073778376 140735378938512 139738520845224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14763/tid=14769] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14769/stat : 14769 (java) S 14760 14763 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12357314 9856040960 10785 33554432000 1073741824 1073778376 140735378938512 139738519792680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14763/tid=14770] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14770/stat : 14770 (java) S 14760 14763 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12357314 9856040960 10785 33554432000 1073741824 1073778376 140735378938512 139738518739112 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14763/tid=14771] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14771/stat : 14771 (java) S 14760 14763 14160 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12357314 9856040960 10785 33554432000 1073741824 1073778376 140735378938512 139738517686568 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14763/tid=14772] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14772/stat : 14772 (java) S 14760 14763 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12357314 9856040960 10785 33554432000 1073741824 1073778376 140735378938512 139738516634024 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14763/tid=14773] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14773/stat : 14773 (java) S 14760 14763 14160 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12357314 9856040960 10785 33554432000 1073741824 1073778376 140735378938512 139738515581480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14763/tid=14774] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14774/stat : 14774 (java) S 14760 14763 14160 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12357316 9856040960 10785 33554432000 1073741824 1073778376 140735378938512 139738385201768 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14763/tid=14775] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14775/stat : 14775 (java) S 14760 14763 14160 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12357316 9856040960 10785 33554432000 1073741824 1073778376 140735378938512 139738384148088 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14763/tid=14776] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14776/stat : 14776 (java) S 14760 14763 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12357316 9856040960 10785 33554432000 1073741824 1073778376 140735378938512 139738383095432 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14763/tid=14777] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14777/stat : 14777 (java) S 14760 14763 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12357319 9856040960 10785 33554432000 1073741824 1073778376 140735378938512 139738382044176 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14763/tid=14778] ppid=14760 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/14763/task/14778/stat : 14778 (java) S 14760 14763 14160 0 -1 4202560 2855 0 0 0 19 0 0 0 20 0 19 0 12357319 9856040960 10785 33554432000 1073741824 1073778376 140735378938512 139738380990520 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14763/tid=14779] ppid=14760 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/14763/task/14779/stat : 14779 (java) S 14760 14763 14160 0 -1 4202560 1235 0 0 0 15 0 0 0 20 0 19 0 12357319 9856040960 10785 33554432000 1073741824 1073778376 140735378938512 139738379937976 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14763/tid=14780] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14780/stat : 14780 (java) S 14760 14763 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12357319 9856040960 10785 33554432000 1073741824 1073778376 140735378938512 139738378885624 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14763/tid=14781] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14781/stat : 14781 (java) S 14760 14763 14160 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12357319 9856040960 10785 33554432000 1073741824 1073778376 140735378938512 139738377833288 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14763/tid=14782] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14782/stat : 14782 (java) S 14760 14763 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12357326 9856040960 10785 33554432000 1073741824 1073778376 140735378938512 139738376779048 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.64
Current children cumulated vsize (KiB) 9625040


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

[pid=14763/tid=14782] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14782/stat : 14782 (java) S 14760 14763 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12357326 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738376779048 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1723.21
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 1.02 1.12 1.47 2/189 14882
/proc/meminfo: memFree=31518640/32872528 swapFree=240572/273276
[pid=14763] ppid=14760 vsize=9625040 CPUtime=1783.22 cores=1,3,5,7
/proc/14763/stat : 14763 (java) S 14760 14763 14160 0 -1 4202496 8356 0 1 0 178279 43 0 0 20 0 19 0 12357312 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 140735378929648 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14763/statm: 2406260 49998 2256 9 0 2396937 0
[pid=14763/tid=14765] ppid=14760 vsize=9625040 CPUtime=1777.56 cores=1,3,5,7
/proc/14763/task/14765/stat : 14765 (java) R 14760 14763 14160 0 -1 4202560 2470 0 1 0 177726 30 0 0 20 0 19 0 12357313 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738561449680 139738388818651 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14763/tid=14766] ppid=14760 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14763/task/14766/stat : 14766 (java) S 14760 14763 14160 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 12357314 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738522950312 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14763/tid=14767] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14767/stat : 14767 (java) S 14760 14763 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12357314 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738521897768 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14763/tid=14768] ppid=14760 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14763/task/14768/stat : 14768 (java) S 14760 14763 14160 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 12357314 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738520845224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14763/tid=14769] ppid=14760 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14763/task/14769/stat : 14769 (java) S 14760 14763 14160 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 19 0 12357314 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738519792680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14763/tid=14770] ppid=14760 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14763/task/14770/stat : 14770 (java) S 14760 14763 14160 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 12357314 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738518739112 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14763/tid=14771] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14771/stat : 14771 (java) S 14760 14763 14160 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12357314 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738517686568 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14763/tid=14772] ppid=14760 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14763/task/14772/stat : 14772 (java) S 14760 14763 14160 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 12357314 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738516634024 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14763/tid=14773] ppid=14760 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14763/task/14773/stat : 14773 (java) S 14760 14763 14160 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 12357314 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738515581480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14763/tid=14774] ppid=14760 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14763/task/14774/stat : 14774 (java) S 14760 14763 14160 0 -1 4202560 13 0 0 0 0 2 0 0 20 0 19 0 12357316 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738385201768 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14763/tid=14775] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14775/stat : 14775 (java) S 14760 14763 14160 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12357316 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738384148088 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14763/tid=14776] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14776/stat : 14776 (java) S 14760 14763 14160 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12357316 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738383095432 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14763/tid=14777] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14777/stat : 14777 (java) S 14760 14763 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12357319 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738382044176 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14763/tid=14778] ppid=14760 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/14763/task/14778/stat : 14778 (java) S 14760 14763 14160 0 -1 4202560 2855 0 0 0 19 0 0 0 20 0 19 0 12357319 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738380990520 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14763/tid=14779] ppid=14760 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/14763/task/14779/stat : 14779 (java) S 14760 14763 14160 0 -1 4202560 1577 0 0 0 17 0 0 0 20 0 19 0 12357319 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738379937976 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14763/tid=14780] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14780/stat : 14780 (java) S 14760 14763 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12357319 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738378885624 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14763/tid=14781] ppid=14760 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/14763/task/14781/stat : 14781 (java) S 14760 14763 14160 0 -1 4202560 104 0 0 0 35 39 0 0 20 0 19 0 12357319 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738377833288 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14763/tid=14782] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14782/stat : 14782 (java) S 14760 14763 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12357326 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738376779048 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1783.22
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.1 s]
/proc/loadavg: 1.02 1.11 1.46 2/188 14882
/proc/meminfo: memFree=31518772/32872528 swapFree=240572/273276
[pid=14763] ppid=14760 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/14763/stat : 14763 (java) S 14760 14763 14160 0 -1 4202496 8356 0 1 0 179959 43 0 0 20 0 19 0 12357312 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 140735378929648 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14763/statm: 2406260 49998 2256 9 0 2396937 0
[pid=14763/tid=14765] ppid=14760 vsize=9625040 CPUtime=1794.32 cores=1,3,5,7
/proc/14763/task/14765/stat : 14765 (java) R 14760 14763 14160 0 -1 4202560 2470 0 1 0 179402 30 0 0 20 0 19 0 12357313 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738561449680 139738388818480 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14763/tid=14766] ppid=14760 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14763/task/14766/stat : 14766 (java) S 14760 14763 14160 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 12357314 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738522950312 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14763/tid=14767] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14767/stat : 14767 (java) S 14760 14763 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12357314 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738521897768 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14763/tid=14768] ppid=14760 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14763/task/14768/stat : 14768 (java) S 14760 14763 14160 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 12357314 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738520845224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14763/tid=14769] ppid=14760 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14763/task/14769/stat : 14769 (java) S 14760 14763 14160 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 19 0 12357314 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738519792680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14763/tid=14770] ppid=14760 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14763/task/14770/stat : 14770 (java) S 14760 14763 14160 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 12357314 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738518739112 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14763/tid=14771] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14771/stat : 14771 (java) S 14760 14763 14160 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12357314 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738517686568 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14763/tid=14772] ppid=14760 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14763/task/14772/stat : 14772 (java) S 14760 14763 14160 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 12357314 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738516634024 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14763/tid=14773] ppid=14760 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14763/task/14773/stat : 14773 (java) S 14760 14763 14160 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 12357314 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738515581480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14763/tid=14774] ppid=14760 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14763/task/14774/stat : 14774 (java) S 14760 14763 14160 0 -1 4202560 13 0 0 0 0 2 0 0 20 0 19 0 12357316 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738385201768 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14763/tid=14775] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14775/stat : 14775 (java) S 14760 14763 14160 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12357316 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738384148088 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14763/tid=14776] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14776/stat : 14776 (java) S 14760 14763 14160 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12357316 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738383095432 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14763/tid=14777] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14777/stat : 14777 (java) S 14760 14763 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12357319 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738382044176 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14763/tid=14778] ppid=14760 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/14763/task/14778/stat : 14778 (java) S 14760 14763 14160 0 -1 4202560 2855 0 0 0 19 0 0 0 20 0 19 0 12357319 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738380990520 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14763/tid=14779] ppid=14760 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/14763/task/14779/stat : 14779 (java) S 14760 14763 14160 0 -1 4202560 1577 0 0 0 17 0 0 0 20 0 19 0 12357319 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738379937976 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14763/tid=14780] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14780/stat : 14780 (java) S 14760 14763 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12357319 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738378885624 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14763/tid=14781] ppid=14760 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/14763/task/14781/stat : 14781 (java) S 14760 14763 14160 0 -1 4202560 104 0 0 0 35 40 0 0 20 0 19 0 12357319 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738377833288 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14763/tid=14782] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14782/stat : 14782 (java) S 14760 14763 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12357326 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738376779048 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 14763 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1799.1 s]
/proc/loadavg: 1.02 1.11 1.46 2/188 14882
/proc/meminfo: memFree=31518772/32872528 swapFree=240572/273276
[pid=14763] ppid=14760 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/14763/stat : 14763 (java) S 14760 14763 14160 0 -1 4202496 8356 0 1 0 179959 43 0 0 20 0 19 0 12357312 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 140735378929648 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14763/statm: 2406260 49998 2256 9 0 2396937 0
[pid=14763/tid=14765] ppid=14760 vsize=9625040 CPUtime=1794.32 cores=1,3,5,7
/proc/14763/task/14765/stat : 14765 (java) R 14760 14763 14160 0 -1 4202560 2470 0 1 0 179402 30 0 0 20 0 19 0 12357313 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738561449680 139738388818480 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14763/tid=14766] ppid=14760 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14763/task/14766/stat : 14766 (java) S 14760 14763 14160 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 12357314 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738522950312 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14763/tid=14767] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14767/stat : 14767 (java) S 14760 14763 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12357314 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738521897768 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14763/tid=14768] ppid=14760 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14763/task/14768/stat : 14768 (java) S 14760 14763 14160 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 12357314 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738520845224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14763/tid=14769] ppid=14760 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14763/task/14769/stat : 14769 (java) S 14760 14763 14160 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 19 0 12357314 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738519792680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14763/tid=14770] ppid=14760 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14763/task/14770/stat : 14770 (java) S 14760 14763 14160 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 12357314 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738518739112 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14763/tid=14771] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14771/stat : 14771 (java) S 14760 14763 14160 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12357314 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738517686568 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14763/tid=14772] ppid=14760 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14763/task/14772/stat : 14772 (java) S 14760 14763 14160 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 12357314 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738516634024 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14763/tid=14773] ppid=14760 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14763/task/14773/stat : 14773 (java) S 14760 14763 14160 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 12357314 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738515581480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14763/tid=14774] ppid=14760 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14763/task/14774/stat : 14774 (java) S 14760 14763 14160 0 -1 4202560 13 0 0 0 0 2 0 0 20 0 19 0 12357316 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738385201768 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14763/tid=14775] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14775/stat : 14775 (java) S 14760 14763 14160 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12357316 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738384148088 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14763/tid=14776] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14776/stat : 14776 (java) S 14760 14763 14160 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12357316 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738383095432 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14763/tid=14777] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14777/stat : 14777 (java) S 14760 14763 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12357319 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738382044176 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14763/tid=14778] ppid=14760 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/14763/task/14778/stat : 14778 (java) S 14760 14763 14160 0 -1 4202560 2855 0 0 0 19 0 0 0 20 0 19 0 12357319 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738380990520 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14763/tid=14779] ppid=14760 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/14763/task/14779/stat : 14779 (java) S 14760 14763 14160 0 -1 4202560 1577 0 0 0 17 0 0 0 20 0 19 0 12357319 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738379937976 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14763/tid=14780] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14780/stat : 14780 (java) S 14760 14763 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12357319 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738378885624 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14763/tid=14781] ppid=14760 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/14763/task/14781/stat : 14781 (java) S 14760 14763 14160 0 -1 4202560 104 0 0 0 35 40 0 0 20 0 19 0 12357319 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738377833288 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14763/tid=14782] ppid=14760 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14763/task/14782/stat : 14782 (java) S 14760 14763 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12357326 9856040960 49998 33554432000 1073741824 1073778376 140735378938512 139738376779048 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14763 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=999118
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=870867
# CPU time returned by wait4() is 1795.87
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1799.13
CPU time (s): 1800.02
CPU user time (s): 1799.59
CPU system time (s): 0.43
CPU usage (%): 100.049
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795
system time used= 0.870867
maximum resident set size= 200148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8403
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38054
involuntary context switches= 2418

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1405 second user time and 13.9549 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-16 20:51:13
IDJOB=4096145
IDBENCH=107572
IDSOLVER=2546
FILE ID=node107/4096145-1466103073
RUNJOBID= node107-1466098180-14177
PBS_JOBID= 19904056
Free space on /tmp= 71680 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/subsetcard/normalized-subsetcard-eq-random4regular-30.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096145-1466103073/watcher-4096145-1466103073 -o /tmp/evaluation-result-4096145-1466103073/solver-4096145-1466103073 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1466098180-14177 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4096145-1466103073.opb

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

MD5SUM BENCH= 385932e95fa98a18d84f560f29bbc773
RANDOM SEED=1579873435

node107.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		: 2666.953
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	: 5333.90
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		: 2666.953
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	: 5332.55
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		: 2666.953
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	: 5332.56
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		: 2666.953
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	: 5332.56
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		: 2666.953
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	: 5332.55
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		: 2666.953
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	: 5332.56
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		: 2666.953
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	: 5332.55
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		: 2666.953
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	: 5332.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31516540 kB
Buffers:           57404 kB
Cached:           126132 kB
SwapCached:         2504 kB
Active:           282760 kB
Inactive:          99440 kB
Active(anon):     198744 kB
Inactive(anon):     2156 kB
Active(file):      84016 kB
Inactive(file):    97284 kB
Unevictable:      273276 kB
Mlocked:          240572 kB
SwapTotal:      67108856 kB
SwapFree:       67099248 kB
Dirty:               436 kB
Writeback:             0 kB
AnonPages:        476424 kB
Mapped:            15308 kB
Shmem:                 0 kB
Slab:             568452 kB
SReclaimable:      12228 kB
SUnreclaim:       556224 kB
KernelStack:        1760 kB
PageTables:         5196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     960712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    223232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71680 MiB
End job on node107 at 2016-06-16 21:21:12