Trace number 4101930

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.1 897.751

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-danoint.opb
MD5SUM9a58bdfc023900d726e146c07979fe71
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables13898
Total number of constraints672
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints656
Minimum length of a constraint7
Maximum length of a constraint1500
Number of terms in the objective function 30
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524317
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 525350
Number of bits of the biggest sum of numbers20
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.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4101930-1466216828.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
1.64/0.71	c ... done. Wall clock time 0.593s.
1.64/0.71	c declared #vars     13898
1.64/0.71	c #constraints  816
1.64/0.72	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.64/0.72	c constraints type 
1.64/0.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 32
1.64/0.72	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 784
1.64/0.72	c 816 constraints processed.
1.64/0.72	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.64/0.72	c constraints type 
1.64/0.72	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 32
1.64/0.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 784
1.64/0.72	c 816 constraints processed.
1.64/0.72	c objective function length is 30 literals
4.55/1.72	c cleaning 2499 clauses out of 5000 with flag 10744/5000
7.32/2.90	c cleaning 4237 clauses out of 8502 with flag 27252/11001
10.22/4.36	c cleaning 5617 clauses out of 11264 with flag 46939/18000
16.82/7.52	c cleaning 6821 clauses out of 13647 with flag 74649/26000
25.14/11.69	c cleaning 7898 clauses out of 15826 with flag 111211/35000
35.62/16.82	c cleaning 8964 clauses out of 17932 with flag 149566/45004
47.44/22.73	c cleaning 9982 clauses out of 19964 with flag 197201/56000
57.90/27.97	c cleaning 10990 clauses out of 21986 with flag 248385/68004
69.12/33.52	c cleaning 11995 clauses out of 23992 with flag 310094/81000
84.81/41.30	c cleaning 12984 clauses out of 25997 with flag 369080/95000
99.81/48.89	c cleaning 14004 clauses out of 28013 with flag 428476/110000
115.13/56.44	c cleaning 15005 clauses out of 30010 with flag 495490/126001
129.33/63.58	c cleaning 15989 clauses out of 32004 with flag 536885/143000
148.05/72.80	c cleaning 17008 clauses out of 34016 with flag 580726/161001
165.76/81.67	c cleaning 17991 clauses out of 36009 with flag 626485/180002
187.96/92.71	c cleaning 19007 clauses out of 38020 with flag 675754/200004
210.45/103.96	c cleaning 19994 clauses out of 40010 with flag 726056/221001
234.90/116.15	c cleaning 21000 clauses out of 42015 with flag 778788/243000
259.09/128.27	c cleaning 21992 clauses out of 44015 with flag 834795/266000
286.58/141.92	c cleaning 23001 clauses out of 46024 with flag 892477/290001
309.43/153.38	c cleaning 24011 clauses out of 48022 with flag 956982/315000
334.90/166.04	c cleaning 25000 clauses out of 50011 with flag 1042253/341000
356.09/176.70	c cleaning 25998 clauses out of 52011 with flag 1129585/368000
379.02/188.30	c cleaning 27003 clauses out of 54015 with flag 1205942/396002
398.10/197.89	c cleaning 28001 clauses out of 56016 with flag 1265877/425006
421.69/209.68	c cleaning 28998 clauses out of 58009 with flag 1327867/455000
448.96/223.29	c cleaning 29999 clauses out of 60014 with flag 1391771/486003
481.86/239.61	c cleaning 31003 clauses out of 62016 with flag 1457542/518004
522.96/260.55	c cleaning 31998 clauses out of 64009 with flag 1525855/551000
567.71/282.86	c cleaning 32999 clauses out of 66015 with flag 1596100/585004
618.45/308.13	c cleaning 33997 clauses out of 68012 with flag 1668319/620000
673.36/335.57	c cleaning 34991 clauses out of 70015 with flag 1742621/656000
730.34/363.96	c cleaning 36002 clauses out of 72024 with flag 1818887/693000
784.84/391.59	c cleaning 37005 clauses out of 74023 with flag 1897434/731001
842.49/420.31	c cleaning 37996 clauses out of 76019 with flag 1977706/770002
909.23/453.63	c cleaning 39006 clauses out of 78029 with flag 2060603/810008
978.11/488.05	c cleaning 39997 clauses out of 80015 with flag 2145518/851000
1044.90/521.40	c cleaning 41001 clauses out of 82020 with flag 2232303/893002
1115.28/556.43	c cleaning 41999 clauses out of 84017 with flag 2321337/936000
1189.70/593.54	c cleaning 43002 clauses out of 86023 with flag 2412581/980005
1251.78/624.55	c cleaning 43995 clauses out of 88016 with flag 2505746/1025000
1335.79/666.46	c cleaning 45005 clauses out of 90025 with flag 2601146/1071004
1417.89/707.34	c cleaning 45996 clauses out of 92017 with flag 2698437/1118001
1499.55/748.10	c cleaning 47002 clauses out of 94020 with flag 2797565/1166000
1607.89/802.01	c cleaning 48004 clauses out of 96023 with flag 2898663/1215005
1708.73/852.17	c cleaning 48997 clauses out of 98014 with flag 3002094/1265000
1800.10/897.71	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/897.71	c starts		: 279
1800.10/897.71	c conflicts		: 1314021
1800.10/897.71	c decisions		: 3020298
1800.10/897.71	c propagations		: 59034830
1800.10/897.71	c inspects		: 10225972905
1800.10/897.71	c shortcuts		: 0
1800.10/897.71	c learnt literals	: 0
1800.10/897.71	c learnt binary clauses	: 0
1800.10/897.71	c learnt ternary clauses	: 0
1800.10/897.71	c learnt constraints	: 1314021
1800.10/897.71	c ignored constraints	: 0
1800.10/897.71	c root simplifications	: 0
1800.10/897.71	c removed literals (reason simplification)	: 3521539
1800.10/897.71	c reason swapping (by a shorter reason)	: 0
1800.10/897.71	c Calls to reduceDB	: 46
1800.10/897.71	c Number of update (reduction) of LBD	: 225633
1800.10/897.71	c Imported unit clauses	: 0
1800.10/897.71	c number of reductions to clauses (during analyze)	: 0
1800.10/897.71	c number of learned constraints concerned by reduction	: 0
1800.10/897.71	c number of learning phase by resolution	: 0
1800.10/897.71	c number of learning phase by cutting planes	: 0
1800.10/897.71	c speed (assignments/second)	: 65818.18364257061
1800.10/897.71	c non guided choices	3036
1800.10/897.73	c learnt constraints type 
1800.10/897.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 98038
1800.10/897.73	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/897.73	c starts		: 2
1800.10/897.73	c conflicts		: 4106
1800.10/897.73	c decisions		: 849147
1800.10/897.73	c propagations		: 6703068
1800.10/897.73	c inspects		: 292592075
1800.10/897.73	c shortcuts		: 0
1800.10/897.73	c learnt literals	: 0
1800.10/897.73	c learnt binary clauses	: 0
1800.10/897.73	c learnt ternary clauses	: 0
1800.10/897.73	c learnt constraints	: 4106
1800.10/897.73	c ignored constraints	: 0
1800.10/897.73	c root simplifications	: 0
1800.10/897.73	c removed literals (reason simplification)	: 0
1800.10/897.73	c reason swapping (by a shorter reason)	: 0
1800.10/897.73	c Calls to reduceDB	: 0
1800.10/897.73	c Number of update (reduction) of LBD	: 0
1800.10/897.73	c Imported unit clauses	: 0
1800.10/897.73	c number of reductions to clauses (during analyze)	: 0
1800.10/897.73	c number of learned constraints concerned by reduction	: 0
1800.10/897.73	c number of learning phase by resolution	: 0
1800.10/897.73	c number of learning phase by cutting planes	: 0
1800.10/897.73	c speed (assignments/second)	: 7473.145780051152
1800.10/897.73	c non guided choices	1200
1800.10/897.73	c learnt constraints type 
1800.10/897.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.10/897.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4105
1800.10/897.73	s UNKNOWN
1800.10/897.73	c Total wall clock time (in seconds): 897.614

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-4101930-1466216828/watcher-4101930-1466216828 -o /tmp/evaluation-result-4101930-1466216828/solver-4101930-1466216828 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466206104-16278 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4101930-1466216828.opb 

pid=19653
running on 4 cores: 0,2,4,6

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: 3.31 3.55 3.88 4/196 19656
/proc/meminfo: memFree=25063772/32872528 swapFree=1556504/1720024
[pid=19656] ppid=19653 vsize=9160 CPUtime=0 cores=0,2,4,6
/proc/19656/stat : 19656 (java) R 19653 19656 16262 0 -1 4202496 468 0 0 0 0 0 0 0 20 0 1 0 23731406 9379840 122 33554432000 1073741824 1073778376 140737391445840 140737391442968 270330359633 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19656/statm: 2372 129 100 9 0 120 0

[startup+0.100066 s]
/proc/loadavg: 3.31 3.55 3.88 4/196 19656
/proc/meminfo: memFree=25063772/32872528 swapFree=1556504/1720024
[pid=19656] ppid=19653 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/19656/stat : 19656 (java) S 19653 19656 16262 0 -1 4202496 4420 0 1 0 8 1 0 0 20 0 18 0 23731406 9787879424 6053 33554432000 1073741824 1073778376 140737391445840 140737391436976 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19656/statm: 2389619 6053 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200242 s]
/proc/loadavg: 3.31 3.55 3.88 4/196 19656
/proc/meminfo: memFree=25063772/32872528 swapFree=1556504/1720024
[pid=19656] ppid=19653 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/19656/stat : 19656 (java) S 19653 19656 16262 0 -1 4202496 4845 0 1 0 25 1 0 0 20 0 18 0 23731406 9787879424 7916 33554432000 1073741824 1073778376 140737391445840 140737391436976 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19656/statm: 2389619 7916 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.30022 s]
/proc/loadavg: 3.31 3.55 3.88 4/196 19656
/proc/meminfo: memFree=25063772/32872528 swapFree=1556504/1720024
[pid=19656] ppid=19653 vsize=9558476 CPUtime=0.56 cores=0,2,4,6
/proc/19656/stat : 19656 (java) S 19653 19656 16262 0 -1 4202496 15168 0 1 0 53 3 0 0 20 0 18 0 23731406 9787879424 15657 33554432000 1073741824 1073778376 140737391445840 140737391436976 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19656/statm: 2389619 15657 2226 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558476

[startup+0.70024 s]
/proc/loadavg: 3.31 3.55 3.88 4/196 19656
/proc/meminfo: memFree=25063772/32872528 swapFree=1556504/1720024
[pid=19656] ppid=19653 vsize=9558476 CPUtime=1.64 cores=0,2,4,6
/proc/19656/stat : 19656 (java) S 19653 19656 16262 0 -1 4202496 20312 0 1 0 159 5 0 0 20 0 18 0 23731406 9787879424 37095 33554432000 1073741824 1073778376 140737391445840 140737391436976 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19656/statm: 2389619 37095 2253 9 0 2380296 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9558476

[startup+1.5011 s]
/proc/loadavg: 3.31 3.55 3.88 4/218 19678
/proc/meminfo: memFree=24858008/32872528 swapFree=1556504/1720024
[pid=19656] ppid=19653 vsize=9824732 CPUtime=4.07 cores=0,2,4,6
/proc/19656/stat : 19656 (java) S 19653 19656 16262 0 -1 4202496 23695 0 1 0 398 9 0 0 20 0 22 0 23731406 10060525568 53287 33554432000 1073741824 1073778376 140737391445840 140737391436976 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19656/statm: 2456183 53287 2284 9 0 2446860 0
[pid=19656/tid=19658] ppid=19653 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/19656/task/19658/stat : 19658 (java) S 19653 19656 16262 0 -1 4202560 2475 0 1 0 67 1 0 0 20 0 22 0 23731407 10060525568 53287 33554432000 1073741824 1073778376 140737391445840 139763023713144 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19656/tid=19659] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19659/stat : 19659 (java) R 19653 19656 16262 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23731408 10060525568 53287 33554432000 1073741824 1073778376 140737391445840 139763001814056 270333424700 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=19656/tid=19660] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19660/stat : 19660 (java) S 19653 19656 16262 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 23731408 10060525568 53287 33554432000 1073741824 1073778376 140737391445840 139762799209384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19656/tid=19661] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19661/stat : 19661 (java) S 19653 19656 16262 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 23731408 10060525568 53287 33554432000 1073741824 1073778376 140737391445840 139762798156584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19656/tid=19662] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19662/stat : 19662 (java) S 19653 19656 16262 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23731408 10060525568 53287 33554432000 1073741824 1073778376 140737391445840 139762797103784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19656/tid=19663] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19663/stat : 19663 (java) S 19653 19656 16262 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 23731408 10060525568 53287 33554432000 1073741824 1073778376 140737391445840 139762796050984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19656/tid=19664] ppid=19653 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/19656/task/19664/stat : 19664 (java) S 19653 19656 16262 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 23731408 10060525568 53287 33554432000 1073741824 1073778376 140737391445840 139762794998184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19656/tid=19665] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19665/stat : 19665 (java) S 19653 19656 16262 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23731408 10060525568 53287 33554432000 1073741824 1073778376 140737391445840 139762793945384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19656/tid=19666] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19666/stat : 19666 (java) R 19653 19656 16262 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 23731408 10060525568 53799 33554432000 1073741824 1073778376 140737391445840 139762792892584 139763026183849 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19656/tid=19667] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19667/stat : 19667 (java) S 19653 19656 16262 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23731409 10060525568 53799 33554432000 1073741824 1073778376 140737391445840 139762780694408 270333424700 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19656/tid=19668] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19668/stat : 19668 (java) S 19653 19656 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23731409 10060525568 53799 33554432000 1073741824 1073778376 140737391445840 139762779641592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19656/tid=19669] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19669/stat : 19669 (java) S 19653 19656 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23731409 10060525568 53799 33554432000 1073741824 1073778376 140737391445840 139762778588680 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19656/tid=19670] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19670/stat : 19670 (java) S 19653 19656 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23731412 10060525568 53799 33554432000 1073741824 1073778376 140737391445840 139762777537168 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19656/tid=19671] ppid=19653 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/19656/task/19671/stat : 19671 (java) S 19653 19656 16262 0 -1 4202560 9174 0 0 0 89 2 0 0 20 0 22 0 23731412 10060525568 53799 33554432000 1073741824 1073778376 140737391445840 139762776484280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19656/tid=19672] ppid=19653 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/19656/task/19672/stat : 19672 (java) S 19653 19656 16262 0 -1 4202560 10564 0 0 0 88 2 0 0 20 0 22 0 23731412 10060525568 53799 33554432000 1073741824 1073778376 140737391445840 139762775431480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19656/tid=19673] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19673/stat : 19673 (java) S 19653 19656 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23731412 10060525568 53799 33554432000 1073741824 1073778376 140737391445840 139762774378872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19656/tid=19674] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19674/stat : 19674 (java) S 19653 19656 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23731412 10060525568 53799 33554432000 1073741824 1073778376 140737391445840 139762773326280 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19656/tid=19675] ppid=19653 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/19656/task/19675/stat : 19675 (java) S 19653 19656 16262 0 -1 4202560 27 0 0 0 65 0 0 0 20 0 22 0 23731478 10060525568 53799 33554432000 1073741824 1073778376 140737391445840 139762772172072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19656/tid=19676] ppid=19653 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/19656/task/19676/stat : 19676 (java) S 19653 19656 16262 0 -1 4202560 40 0 0 0 72 0 0 0 20 0 22 0 23731478 10060525568 53799 33554432000 1073741824 1073778376 140737391445840 139762771120104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19656/tid=19677] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19677/stat : 19677 (java) S 19653 19656 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23731483 10060525568 53799 33554432000 1073741824 1073778376 140737391445840 139762770068904 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19656/tid=19678] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19678/stat : 19678 (java) S 19653 19656 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23731484 10060525568 53799 33554432000 1073741824 1073778376 140737391445840 139762769016104 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 9824732

[startup+3.10308 s]
/proc/loadavg: 3.31 3.55 3.88 4/218 19678
/proc/meminfo: memFree=24759456/32872528 swapFree=1556504/1720024
[pid=19656] ppid=19653 vsize=9824732 CPUtime=7.75 cores=0,2,4,6
/proc/19656/stat : 19656 (java) S 19653 19656 16262 0 -1 4202496 24418 0 1 0 757 18 0 0 20 0 22 0 23731406 10060525568 98368 33554432000 1073741824 1073778376 140737391445840 140737391436976 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19656/statm: 2456183 98368 2290 9 0 2446860 0
[pid=19656/tid=19658] ppid=19653 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/19656/task/19658/stat : 19658 (java) S 19653 19656 16262 0 -1 4202560 2475 0 1 0 67 1 0 0 20 0 22 0 23731407 10060525568 98368 33554432000 1073741824 1073778376 140737391445840 139763023713144 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19656/tid=19659] ppid=19653 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/19656/task/19659/stat : 19659 (java) R 19653 19656 16262 0 -1 4202560 128 0 0 0 5 0 0 0 20 0 22 0 23731408 10060525568 98368 33554432000 1073741824 1073778376 140737391445840 139763001814232 139763027888410 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=19656/tid=19660] ppid=19653 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/19656/task/19660/stat : 19660 (java) R 19653 19656 16262 0 -1 4202560 95 0 0 0 3 0 0 0 20 0 22 0 23731408 10060525568 98368 33554432000 1073741824 1073778376 140737391445840 139762799209384 139763026183865 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19656/tid=19661] ppid=19653 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/19656/task/19661/stat : 19661 (java) R 19653 19656 16262 0 -1 4202560 116 0 0 0 3 2 0 0 20 0 22 0 23731408 10060525568 98368 33554432000 1073741824 1073778376 140737391445840 139762798156584 139763026183923 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19656/tid=19662] ppid=19653 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/19656/task/19662/stat : 19662 (java) R 19653 19656 16262 0 -1 4202560 32 0 0 0 2 2 0 0 20 0 22 0 23731408 10060525568 98368 33554432000 1073741824 1073778376 140737391445840 139762797103960 139763026990946 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=19656/tid=19663] ppid=19653 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/19656/task/19663/stat : 19663 (java) R 19653 19656 16262 0 -1 4202560 41 0 0 0 4 1 0 0 20 0 22 0 23731408 10060525568 98368 33554432000 1073741824 1073778376 140737391445840 139762796050984 139763026183923 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19656/tid=19664] ppid=19653 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/19656/task/19664/stat : 19664 (java) R 19653 19656 16262 0 -1 4202560 118 0 0 0 3 0 0 0 20 0 22 0 23731408 10060525568 98368 33554432000 1073741824 1073778376 140737391445840 139762794998360 139763026183893 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=19656/tid=19665] ppid=19653 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/19656/task/19665/stat : 19665 (java) R 19653 19656 16262 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 22 0 23731408 10060525568 98368 33554432000 1073741824 1073778376 140737391445840 139762793945560 139763030608638 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19656/tid=19666] ppid=19653 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/19656/task/19666/stat : 19666 (java) R 19653 19656 16262 0 -1 4202560 39 0 0 0 3 2 0 0 20 0 22 0 23731408 10060525568 98368 33554432000 1073741824 1073778376 140737391445840 139762792892584 270333424700 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19656/tid=19667] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19667/stat : 19667 (java) S 19653 19656 16262 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23731409 10060525568 98368 33554432000 1073741824 1073778376 140737391445840 139762780694408 270333424700 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19656/tid=19668] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19668/stat : 19668 (java) S 19653 19656 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23731409 10060525568 98368 33554432000 1073741824 1073778376 140737391445840 139762779641592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19656/tid=19669] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19669/stat : 19669 (java) S 19653 19656 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23731409 10060525568 98368 33554432000 1073741824 1073778376 140737391445840 139762778588680 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19656/tid=19670] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19670/stat : 19670 (java) S 19653 19656 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23731412 10060525568 98368 33554432000 1073741824 1073778376 140737391445840 139762777537168 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19656/tid=19671] ppid=19653 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/19656/task/19671/stat : 19671 (java) S 19653 19656 16262 0 -1 4202560 9178 0 0 0 97 2 0 0 20 0 22 0 23731412 10060525568 98368 33554432000 1073741824 1073778376 140737391445840 139762776484280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19656/tid=19672] ppid=19653 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/19656/task/19672/stat : 19672 (java) S 19653 19656 16262 0 -1 4202560 10586 0 0 0 113 2 0 0 20 0 22 0 23731412 10060525568 98880 33554432000 1073741824 1073778376 140737391445840 139762775431480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19656/tid=19673] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19673/stat : 19673 (java) S 19653 19656 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23731412 10060525568 98880 33554432000 1073741824 1073778376 140737391445840 139762774378872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19656/tid=19674] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19674/stat : 19674 (java) S 19653 19656 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23731412 10060525568 98880 33554432000 1073741824 1073778376 140737391445840 139762773326280 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19656/tid=19675] ppid=19653 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/19656/task/19675/stat : 19675 (java) S 19653 19656 16262 0 -1 4202560 29 0 0 0 215 0 0 0 20 0 22 0 23731478 10060525568 98880 33554432000 1073741824 1073778376 140737391445840 139762772172120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19656/tid=19676] ppid=19653 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/19656/task/19676/stat : 19676 (java) S 19653 19656 16262 0 -1 4202560 92 0 0 0 222 2 0 0 20 0 22 0 23731478 10060525568 98880 33554432000 1073741824 1073778376 140737391445840 139762771120088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19656/tid=19677] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19677/stat : 19677 (java) S 19653 19656 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23731483 10060525568 98880 33554432000 1073741824 1073778376 140737391445840 139762770068904 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19656/tid=19678] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19678/stat : 19678 (java) S 19653 19656 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23731484 10060525568 98880 33554432000 1073741824 1073778376 140737391445840 139762769016104 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.75
Current children cumulated vsize (KiB) 9824732

[startup+6.31441 s]
/proc/loadavg: 3.28 3.54 3.87 4/218 19678
/proc/meminfo: memFree=24427276/32872528 swapFree=1556504/1720024
[pid=19656] ppid=19653 vsize=9824732 CPUtime=14.43 cores=0,2,4,6
/proc/19656/stat : 19656 (java) S 19653 19656 16262 0 -1 4202496 25152 0 1 0 1414 29 0 0 20 0 22 0 23731406 10060525568 167095 33554432000 1073741824 1073778376 140737391445840 140737391436976 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19656/statm: 2456183 167095 2290 9 0 2446860 0
[pid=19656/tid=19658] ppid=19653 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/19656/task/19658/stat : 19658 (java) S 19653 19656 16262 0 -1 4202560 2475 0 1 0 67 2 0 0 20 0 22 0 23731407 10060525568 167095 33554432000 1073741824 1073778376 140737391445840 139763023713144 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19656/tid=19659] ppid=19653 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/19656/task/19659/stat : 19659 (java) R 19653 19656 16262 0 -1 4202560 134 0 0 0 7 0 0 0 20 0 22 0 23731408 10060525568 167095 33554432000 1073741824 1073778376 140737391445840 139763001814184 270330006663 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19656/tid=19660] ppid=19653 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/19656/task/19660/stat : 19660 (java) R 19653 19656 16262 0 -1 4202560 121 0 0 0 7 3 0 0 20 0 22 0 23731408 10060525568 167095 33554432000 1073741824 1073778376 140737391445840 139762799209384 270330006663 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19656/tid=19661] ppid=19653 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/19656/task/19661/stat : 19661 (java) R 19653 19656 16262 0 -1 4202560 151 0 0 0 8 3 0 0 20 0 22 0 23731408 10060525568 167095 33554432000 1073741824 1073778376 140737391445840 139762798156712 270330006663 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19656/tid=19662] ppid=19653 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/19656/task/19662/stat : 19662 (java) R 19653 19656 16262 0 -1 4202560 60 0 0 0 4 2 0 0 20 0 22 0 23731408 10060525568 167095 33554432000 1073741824 1073778376 140737391445840 139762797103960 139763026183873 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19656/tid=19663] ppid=19653 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/19656/task/19663/stat : 19663 (java) R 19653 19656 16262 0 -1 4202560 58 0 0 0 6 3 0 0 20 0 22 0 23731408 10060525568 167095 33554432000 1073741824 1073778376 140737391445840 139762796051112 270330006663 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19656/tid=19664] ppid=19653 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/19656/task/19664/stat : 19664 (java) R 19653 19656 16262 0 -1 4202560 135 0 0 0 4 2 0 0 20 0 22 0 23731408 10060525568 167095 33554432000 1073741824 1073778376 140737391445840 139762794998312 270330006663 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19656/tid=19665] ppid=19653 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/19656/task/19665/stat : 19665 (java) R 19653 19656 16262 0 -1 4202560 53 0 0 0 8 2 0 0 20 0 22 0 23731408 10060525568 167095 33554432000 1073741824 1073778376 140737391445840 139762793945512 270330006663 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19656/tid=19666] ppid=19653 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/19656/task/19666/stat : 19666 (java) R 19653 19656 16262 0 -1 4202560 64 0 0 0 5 2 0 0 20 0 22 0 23731408 10060525568 167095 33554432000 1073741824 1073778376 140737391445840 139762792892712 270330006663 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=19656/tid=19667] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19667/stat : 19667 (java) S 19653 19656 16262 0 -1 4202560 454 0 0 0 0 0 0 0 20 0 22 0 23731409 10060525568 167095 33554432000 1073741824 1073778376 140737391445840 139762780694408 270333424700 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19656/tid=19668] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19668/stat : 19668 (java) S 19653 19656 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23731409 10060525568 167095 33554432000 1073741824 1073778376 140737391445840 139762779641592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19656/tid=19669] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19669/stat : 19669 (java) S 19653 19656 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23731409 10060525568 167095 33554432000 1073741824 1073778376 140737391445840 139762778588680 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19656/tid=19670] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19670/stat : 19670 (java) S 19653 19656 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23731412 10060525568 167095 33554432000 1073741824 1073778376 140737391445840 139762777537168 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19656/tid=19671] ppid=19653 vsize=9824732 CPUtime=1.02 cores=0,2,4,6

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

/proc/19656/task/19661/stat : 19661 (java) S 19653 19656 16262 0 -1 4202560 557 0 0 0 125 15 0 0 20 0 22 0 23731408 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762798156584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19656/tid=19662] ppid=19653 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/19656/task/19662/stat : 19662 (java) S 19653 19656 16262 0 -1 4202560 573 0 0 0 120 17 0 0 20 0 22 0 23731408 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762797103784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19656/tid=19663] ppid=19653 vsize=9824732 CPUtime=1.58 cores=0,2,4,6
/proc/19656/task/19663/stat : 19663 (java) S 19653 19656 16262 0 -1 4202560 593 0 0 0 141 17 0 0 20 0 22 0 23731408 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762796050984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19656/tid=19664] ppid=19653 vsize=9824732 CPUtime=1.33 cores=0,2,4,6
/proc/19656/task/19664/stat : 19664 (java) S 19653 19656 16262 0 -1 4202560 620 0 0 0 118 15 0 0 20 0 22 0 23731408 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762794998184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19656/tid=19665] ppid=19653 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/19656/task/19665/stat : 19665 (java) S 19653 19656 16262 0 -1 4202560 491 0 0 0 132 14 0 0 20 0 22 0 23731408 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762793945384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19656/tid=19666] ppid=19653 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/19656/task/19666/stat : 19666 (java) S 19653 19656 16262 0 -1 4202560 501 0 0 0 108 14 0 0 20 0 22 0 23731408 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762792892584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19656/tid=19667] ppid=19653 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/19656/task/19667/stat : 19667 (java) S 19653 19656 16262 0 -1 4202560 2083 0 0 0 220 4 0 0 20 0 22 0 23731409 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762780695528 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19656/tid=19668] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19668/stat : 19668 (java) S 19653 19656 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23731409 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762779641592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19656/tid=19669] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19669/stat : 19669 (java) S 19653 19656 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23731409 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762778588680 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19656/tid=19670] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19670/stat : 19670 (java) S 19653 19656 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23731412 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762777537168 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19656/tid=19671] ppid=19653 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/19656/task/19671/stat : 19671 (java) S 19653 19656 16262 0 -1 4202560 9188 0 0 0 123 2 0 0 20 0 22 0 23731412 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762776484280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19656/tid=19672] ppid=19653 vsize=9824732 CPUtime=1.28 cores=0,2,4,6
/proc/19656/task/19672/stat : 19672 (java) S 19653 19656 16262 0 -1 4202560 10594 0 0 0 125 3 0 0 20 0 22 0 23731412 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762775431480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19656/tid=19673] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19673/stat : 19673 (java) S 19653 19656 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23731412 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762774378872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19656/tid=19674] ppid=19653 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/19656/task/19674/stat : 19674 (java) S 19653 19656 16262 0 -1 4202560 53 0 0 0 14 18 0 0 20 0 22 0 23731412 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762773326280 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19656/tid=19675] ppid=19653 vsize=9824732 CPUtime=873.81 cores=0,2,4,6
/proc/19656/task/19675/stat : 19675 (java) R 19653 19656 16262 0 -1 4202560 416 0 0 0 87361 20 0 0 20 0 22 0 23731478 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762772172080 139762884007410 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19656/tid=19676] ppid=19653 vsize=9824732 CPUtime=873.94 cores=0,2,4,6
/proc/19656/task/19676/stat : 19676 (java) R 19653 19656 16262 0 -1 4202560 1474 0 0 0 87351 43 0 0 20 0 22 0 23731478 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762771120064 139762883978099 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19656/tid=19677] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19677/stat : 19677 (java) S 19653 19656 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23731483 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762770068904 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19656/tid=19678] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19678/stat : 19678 (java) S 19653 19656 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23731484 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762769016104 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1769.31
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.708 s]
/proc/loadavg: 4.09 4.10 4.00 5/219 20091
/proc/meminfo: memFree=24460972/32872528 swapFree=1556504/1720024
[pid=19656] ppid=19653 vsize=9824732 CPUtime=1800.1 cores=0,2,4,6
/proc/19656/stat : 19656 (java) S 19653 19656 16262 0 -1 4202496 31974 0 1 0 179824 186 0 0 20 0 22 0 23731406 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 140737391436976 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19656/statm: 2456183 679110 2299 9 0 2446860 0
[pid=19656/tid=19658] ppid=19653 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/19656/task/19658/stat : 19658 (java) S 19653 19656 16262 0 -1 4202560 2484 0 1 0 70 3 0 0 20 0 22 0 23731407 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139763023713144 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19656/tid=19659] ppid=19653 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/19656/task/19659/stat : 19659 (java) S 19653 19656 16262 0 -1 4202560 477 0 0 0 110 12 0 0 20 0 22 0 23731408 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139763001814056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19656/tid=19660] ppid=19653 vsize=9824732 CPUtime=1.75 cores=0,2,4,6
/proc/19656/task/19660/stat : 19660 (java) S 19653 19656 16262 0 -1 4202560 602 0 0 0 157 18 0 0 20 0 22 0 23731408 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762799209384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19656/tid=19661] ppid=19653 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/19656/task/19661/stat : 19661 (java) S 19653 19656 16262 0 -1 4202560 557 0 0 0 125 15 0 0 20 0 22 0 23731408 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762798156584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19656/tid=19662] ppid=19653 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/19656/task/19662/stat : 19662 (java) S 19653 19656 16262 0 -1 4202560 573 0 0 0 120 17 0 0 20 0 22 0 23731408 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762797103784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19656/tid=19663] ppid=19653 vsize=9824732 CPUtime=1.58 cores=0,2,4,6
/proc/19656/task/19663/stat : 19663 (java) S 19653 19656 16262 0 -1 4202560 593 0 0 0 141 17 0 0 20 0 22 0 23731408 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762796050984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19656/tid=19664] ppid=19653 vsize=9824732 CPUtime=1.33 cores=0,2,4,6
/proc/19656/task/19664/stat : 19664 (java) S 19653 19656 16262 0 -1 4202560 620 0 0 0 118 15 0 0 20 0 22 0 23731408 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762794998184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19656/tid=19665] ppid=19653 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/19656/task/19665/stat : 19665 (java) S 19653 19656 16262 0 -1 4202560 491 0 0 0 132 14 0 0 20 0 22 0 23731408 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762793945384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19656/tid=19666] ppid=19653 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/19656/task/19666/stat : 19666 (java) S 19653 19656 16262 0 -1 4202560 501 0 0 0 108 14 0 0 20 0 22 0 23731408 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762792892584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19656/tid=19667] ppid=19653 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/19656/task/19667/stat : 19667 (java) S 19653 19656 16262 0 -1 4202560 2083 0 0 0 220 4 0 0 20 0 22 0 23731409 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762780695528 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19656/tid=19668] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19668/stat : 19668 (java) S 19653 19656 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23731409 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762779641592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19656/tid=19669] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19669/stat : 19669 (java) S 19653 19656 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23731409 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762778588680 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19656/tid=19670] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19670/stat : 19670 (java) S 19653 19656 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23731412 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762777537168 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19656/tid=19671] ppid=19653 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/19656/task/19671/stat : 19671 (java) S 19653 19656 16262 0 -1 4202560 9188 0 0 0 123 2 0 0 20 0 22 0 23731412 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762776484280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19656/tid=19672] ppid=19653 vsize=9824732 CPUtime=1.28 cores=0,2,4,6
/proc/19656/task/19672/stat : 19672 (java) S 19653 19656 16262 0 -1 4202560 10594 0 0 0 125 3 0 0 20 0 22 0 23731412 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762775431480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19656/tid=19673] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19673/stat : 19673 (java) S 19653 19656 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23731412 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762774378872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19656/tid=19674] ppid=19653 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/19656/task/19674/stat : 19674 (java) S 19653 19656 16262 0 -1 4202560 55 0 0 0 14 19 0 0 20 0 22 0 23731412 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762773326280 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19656/tid=19675] ppid=19653 vsize=9824732 CPUtime=889.17 cores=0,2,4,6
/proc/19656/task/19675/stat : 19675 (java) R 19653 19656 16262 0 -1 4202560 416 0 0 0 88897 20 0 0 20 0 22 0 23731478 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762772172080 139762884007410 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19656/tid=19676] ppid=19653 vsize=9824732 CPUtime=889.3 cores=0,2,4,6
/proc/19656/task/19676/stat : 19676 (java) R 19653 19656 16262 0 -1 4202560 1474 0 0 0 88887 43 0 0 20 0 22 0 23731478 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762771120064 139762883978341 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19656/tid=19677] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19677/stat : 19677 (java) S 19653 19656 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23731483 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762770068904 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19656/tid=19678] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19678/stat : 19678 (java) S 19653 19656 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23731484 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762769016104 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9824732

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 19656 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+897.708 s]
/proc/loadavg: 4.09 4.10 4.00 5/219 20091
/proc/meminfo: memFree=24460972/32872528 swapFree=1556504/1720024
[pid=19656] ppid=19653 vsize=9824732 CPUtime=1800.1 cores=0,2,4,6
/proc/19656/stat : 19656 (java) S 19653 19656 16262 0 -1 4202496 31974 0 1 0 179824 186 0 0 20 0 22 0 23731406 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 140737391436976 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19656/statm: 2456183 679110 2299 9 0 2446860 0
[pid=19656/tid=19658] ppid=19653 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/19656/task/19658/stat : 19658 (java) S 19653 19656 16262 0 -1 4202560 2484 0 1 0 70 3 0 0 20 0 22 0 23731407 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139763023713144 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19656/tid=19659] ppid=19653 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/19656/task/19659/stat : 19659 (java) S 19653 19656 16262 0 -1 4202560 477 0 0 0 110 12 0 0 20 0 22 0 23731408 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139763001814056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19656/tid=19660] ppid=19653 vsize=9824732 CPUtime=1.75 cores=0,2,4,6
/proc/19656/task/19660/stat : 19660 (java) S 19653 19656 16262 0 -1 4202560 602 0 0 0 157 18 0 0 20 0 22 0 23731408 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762799209384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19656/tid=19661] ppid=19653 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/19656/task/19661/stat : 19661 (java) S 19653 19656 16262 0 -1 4202560 557 0 0 0 125 15 0 0 20 0 22 0 23731408 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762798156584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19656/tid=19662] ppid=19653 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/19656/task/19662/stat : 19662 (java) S 19653 19656 16262 0 -1 4202560 573 0 0 0 120 17 0 0 20 0 22 0 23731408 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762797103784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19656/tid=19663] ppid=19653 vsize=9824732 CPUtime=1.58 cores=0,2,4,6
/proc/19656/task/19663/stat : 19663 (java) S 19653 19656 16262 0 -1 4202560 593 0 0 0 141 17 0 0 20 0 22 0 23731408 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762796050984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19656/tid=19664] ppid=19653 vsize=9824732 CPUtime=1.33 cores=0,2,4,6
/proc/19656/task/19664/stat : 19664 (java) S 19653 19656 16262 0 -1 4202560 620 0 0 0 118 15 0 0 20 0 22 0 23731408 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762794998184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19656/tid=19665] ppid=19653 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/19656/task/19665/stat : 19665 (java) S 19653 19656 16262 0 -1 4202560 491 0 0 0 132 14 0 0 20 0 22 0 23731408 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762793945384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19656/tid=19666] ppid=19653 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/19656/task/19666/stat : 19666 (java) S 19653 19656 16262 0 -1 4202560 501 0 0 0 108 14 0 0 20 0 22 0 23731408 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762792892584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19656/tid=19667] ppid=19653 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/19656/task/19667/stat : 19667 (java) S 19653 19656 16262 0 -1 4202560 2083 0 0 0 220 4 0 0 20 0 22 0 23731409 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762780695528 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19656/tid=19668] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19668/stat : 19668 (java) S 19653 19656 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23731409 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762779641592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19656/tid=19669] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19669/stat : 19669 (java) S 19653 19656 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23731409 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762778588680 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19656/tid=19670] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19670/stat : 19670 (java) S 19653 19656 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23731412 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762777537168 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19656/tid=19671] ppid=19653 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/19656/task/19671/stat : 19671 (java) S 19653 19656 16262 0 -1 4202560 9188 0 0 0 123 2 0 0 20 0 22 0 23731412 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762776484280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19656/tid=19672] ppid=19653 vsize=9824732 CPUtime=1.28 cores=0,2,4,6
/proc/19656/task/19672/stat : 19672 (java) S 19653 19656 16262 0 -1 4202560 10594 0 0 0 125 3 0 0 20 0 22 0 23731412 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762775431480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19656/tid=19673] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19673/stat : 19673 (java) S 19653 19656 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23731412 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762774378872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19656/tid=19674] ppid=19653 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/19656/task/19674/stat : 19674 (java) S 19653 19656 16262 0 -1 4202560 55 0 0 0 14 19 0 0 20 0 22 0 23731412 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762773326280 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19656/tid=19675] ppid=19653 vsize=9824732 CPUtime=889.17 cores=0,2,4,6
/proc/19656/task/19675/stat : 19675 (java) R 19653 19656 16262 0 -1 4202560 416 0 0 0 88897 20 0 0 20 0 22 0 23731478 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762772172080 139762884007410 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19656/tid=19676] ppid=19653 vsize=9824732 CPUtime=889.3 cores=0,2,4,6
/proc/19656/task/19676/stat : 19676 (java) R 19653 19656 16262 0 -1 4202560 1474 0 0 0 88887 43 0 0 20 0 22 0 23731478 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762771120064 139762883978341 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19656/tid=19677] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19677/stat : 19677 (java) S 19653 19656 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23731483 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762770068904 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19656/tid=19678] ppid=19653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19656/task/19678/stat : 19678 (java) S 19653 19656 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23731484 10060525568 679110 33554432000 1073741824 1073778376 140737391445840 139762769016104 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19656 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=689317
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=322646
# CPU time returned by wait4() is 1796.01
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 897.751
CPU time (s): 1800.1
CPU user time (s): 1798.24
CPU system time (s): 1.86
CPU usage (%): 200.512
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.69
system time used= 2.32265
maximum resident set size= 2993680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32015
page faults= 1
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22561
involuntary context switches= 19420

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.61415 second user time and 7.40387 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 04:27:08
IDJOB=4101930
IDBENCH=1812
IDSOLVER=2543
FILE ID=node117/4101930-1466216828
RUNJOBID= node117-1466206104-16278
PBS_JOBID= 19918159
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-danoint.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101930-1466216828/watcher-4101930-1466216828 -o /tmp/evaluation-result-4101930-1466216828/solver-4101930-1466216828 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466206104-16278 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4101930-1466216828.opb

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

MD5SUM BENCH= 9a58bdfc023900d726e146c07979fe71
RANDOM SEED=269916798

node117.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.912
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.82
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.912
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.912
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.55
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.912
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.55
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.912
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.54
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.912
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.54
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.912
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.54
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.912
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        25063672 kB
Buffers:          152764 kB
Cached:          1767236 kB
SwapCached:            0 kB
Active:          3513928 kB
Inactive:        1804260 kB
Active(anon):    3401016 kB
Inactive(anon):        0 kB
Active(file):     112912 kB
Inactive(file):  1804260 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1740 kB
Writeback:             0 kB
AnonPages:       5128500 kB
Mapped:            21248 kB
Shmem:               204 kB
Slab:             620996 kB
SReclaimable:      64876 kB
SUnreclaim:       556120 kB
KernelStack:        1616 kB
PageTables:        14392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5590728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3520512 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= 71736 MiB
End job on node117 at 2016-06-18 04:42:06