Trace number 4100453

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 Resolution PB16? (TO) 1800.57 1788.75

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-blp-ar98.opb
MD5SUM24f5fdc248e1411d713d304748099da5
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20024
Total number of constraints1258
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)912
Number of constraints which are nor clauses,nor cardinality constraints345
Minimum length of a constraint2
Maximum length of a constraint15837
Number of terms in the objective function 31
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 524318
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 532272
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.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization by upper bound
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Glucose 2.1 dynamic restart strategy
0.07/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.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-4100453-1466213549.opb
0.07/0.12	c reading problem ... 
0.07/0.12	c  objective function found
1.39/0.85	c ... done. Wall clock time 0.726s.
1.39/0.85	c declared #vars     20024
1.39/0.85	c #constraints  1473
1.39/0.85	c constraints type 
1.39/0.85	c org.sat4j.minisat.constraints.card.MinWatchCard => 912
1.39/0.85	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
1.39/0.85	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 560
1.39/0.85	c 1473 constraints processed.
1.39/0.85	c objective function length is 31 literals
24.62/23.02	c cleaning 2495 clauses out of 5000 with flag 15098/5001
37.46/35.56	c cleaning 4252 clauses out of 8504 with flag 28062/11000
48.67/46.70	c cleaning 5627 clauses out of 11253 with flag 42499/18001
61.38/59.46	c cleaning 6814 clauses out of 13627 with flag 59226/26002
74.12/71.65	c cleaning 7906 clauses out of 15811 with flag 79252/35000
89.91/87.42	c cleaning 8954 clauses out of 17907 with flag 105677/45002
109.62/107.16	c cleaning 9983 clauses out of 19965 with flag 136944/56014
135.21/132.77	c cleaning 10986 clauses out of 21976 with flag 162230/68008
158.20/154.94	c cleaning 11991 clauses out of 23983 with flag 189068/81001
183.60/180.37	c cleaning 12995 clauses out of 25993 with flag 218634/95002
216.44/213.17	c cleaning 13988 clauses out of 28000 with flag 250737/110004
251.82/247.19	c cleaning 14997 clauses out of 30017 with flag 284488/126009
285.62/280.97	c cleaning 15997 clauses out of 32013 with flag 321056/143002
323.33/318.61	c cleaning 17003 clauses out of 34037 with flag 359277/161023
369.67/364.33	c cleaning 17990 clauses out of 36015 with flag 397726/180004
432.57/427.23	c cleaning 19008 clauses out of 38021 with flag 437934/200000
493.81/487.99	c cleaning 19993 clauses out of 40013 with flag 479996/221000
557.71/551.84	c cleaning 21053 clauses out of 42108 with flag 524302/243088
586.45/580.37	c cleaning 22013 clauses out of 44030 with flag 570709/266063
613.55/607.42	c cleaning 22980 clauses out of 45964 with flag 618841/290010
640.24/633.77	c cleaning 23979 clauses out of 47999 with flag 668871/315025
668.44/661.92	c cleaning 25013 clauses out of 50032 with flag 720895/341037
702.66/695.88	c cleaning 26023 clauses out of 52052 with flag 774961/368070
744.56/737.76	c cleaning 26974 clauses out of 53959 with flag 830821/396000
785.37/778.51	c cleaning 28005 clauses out of 56016 with flag 888883/425031
820.15/812.82	c cleaning 28951 clauses out of 58040 with flag 951079/455060
851.46/844.12	c cleaning 30036 clauses out of 60077 with flag 1016490/486048
888.36/880.85	c cleaning 31004 clauses out of 62016 with flag 1087964/518023
934.05/926.16	c cleaning 32030 clauses out of 64065 with flag 1156783/551076
981.07/973.16	c cleaning 32998 clauses out of 66002 with flag 1227868/585043
1028.71/1020.36	c cleaning 34001 clauses out of 68007 with flag 1298827/620046
1085.33/1076.76	c cleaning 35025 clauses out of 70058 with flag 1372864/656098
1135.54/1127.00	c cleaning 35888 clauses out of 71949 with flag 1447782/693014
1194.03/1185.12	c cleaning 37061 clauses out of 74128 with flag 1526487/731081
1262.88/1253.82	c cleaning 37982 clauses out of 75986 with flag 1606443/770000
1331.41/1322.01	c cleaning 38995 clauses out of 78004 with flag 1686533/810000
1398.24/1388.50	c cleaning 40065 clauses out of 80142 with flag 1768801/851133
1461.85/1451.97	c cleaning 40979 clauses out of 81969 with flag 1853122/893025
1521.04/1510.83	c cleaning 42007 clauses out of 84023 with flag 1939188/936058
1589.98/1579.69	c cleaning 42992 clauses out of 85988 with flag 2027136/980030
1665.61/1654.93	c cleaning 43995 clauses out of 87993 with flag 2117131/1025027
1735.65/1724.50	c cleaning 44986 clauses out of 89975 with flag 2209095/1071004
1800.02/1788.71	c starts		: 172
1800.02/1788.71	c conflicts		: 1111765
1800.02/1788.71	c decisions		: 2692296
1800.02/1788.71	c propagations		: 52604980
1800.02/1788.71	c inspects		: 13249945310
1800.02/1788.71	c shortcuts		: 0
1800.02/1788.71	c learnt literals	: 1
1800.02/1788.71	c learnt binary clauses	: 0
1800.02/1788.71	c learnt ternary clauses	: 2
1800.02/1788.71	c learnt constraints	: 1111764
1800.02/1788.71	c ignored constraints	: 0
1800.02/1788.71	c root simplifications	: 0
1800.02/1788.71	c removed literals (reason simplification)	: 0
1800.02/1788.71	c reason swapping (by a shorter reason)	: 0
1800.02/1788.71	c Calls to reduceDB	: 42
1800.02/1788.71	c Number of update (reduction) of LBD	: 11984
1800.02/1788.71	c Imported unit clauses	: 0
1800.02/1788.71	c number of reductions to clauses (during analyze)	: 0
1800.02/1788.71	c number of learned constraints concerned by reduction	: 0
1800.02/1788.71	c number of learning phase by resolution	: 0
1800.02/1788.71	c number of learning phase by cutting planes	: 0
1800.02/1788.71	c speed (assignments/second)	: 29423.733193425367
1800.02/1788.71	c non guided choices	23046
1800.02/1788.72	c timeout
1800.02/1788.74	c learnt constraints type 
1800.02/1788.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 85751
1800.02/1788.74	s UNKNOWN
1800.02/1788.74	c Total wall clock time (in seconds): 1788.616

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-4100453-1466213549/watcher-4100453-1466213549 -o /tmp/evaluation-result-4100453-1466213549/solver-4100453-1466213549 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466206086-25994 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4100453-1466213549.opb 

pid=27770
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.14 2.19 2.19 3/195 27773
/proc/meminfo: memFree=30020312/32872528 swapFree=1244176/1391344
[pid=27773] ppid=27770 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/27773/stat : 27773 (java) D 27770 27773 25977 0 -1 4202496 171 0 0 0 0 0 0 0 20 0 1 0 23403507 2560000 46 33554432000 1073741824 1073778376 140735416665568 140735416662696 272877317415 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/27773/statm: 625 46 37 9 0 29 0

[startup+0.10006 s]
/proc/loadavg: 2.14 2.19 2.19 3/195 27773
/proc/meminfo: memFree=30020312/32872528 swapFree=1244176/1391344
[pid=27773] ppid=27770 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/27773/stat : 27773 (java) S 27770 27773 25977 0 -1 4202496 4324 0 1 0 6 1 0 0 20 0 18 0 23403507 9787879424 5450 33554432000 1073741824 1073778376 140736684819600 140736684810736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27773/statm: 2389619 5450 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200213 s]
/proc/loadavg: 2.14 2.19 2.19 3/195 27773
/proc/meminfo: memFree=30020312/32872528 swapFree=1244176/1391344
[pid=27773] ppid=27770 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/27773/stat : 27773 (java) S 27770 27773 25977 0 -1 4202496 4987 0 1 0 24 1 0 0 20 0 18 0 23403507 9787879424 7001 33554432000 1073741824 1073778376 140736684819600 140736684810736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27773/statm: 2389619 7001 2212 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300236 s]
/proc/loadavg: 2.14 2.19 2.19 3/195 27773
/proc/meminfo: memFree=30020312/32872528 swapFree=1244176/1391344
[pid=27773] ppid=27770 vsize=9558476 CPUtime=0.52 cores=1,3,5,7
/proc/27773/stat : 27773 (java) S 27770 27773 25977 0 -1 4202496 9663 0 1 0 50 2 0 0 20 0 18 0 23403507 9787879424 11455 33554432000 1073741824 1073778376 140736684819600 140736684810736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27773/statm: 2389619 11455 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700274 s]
/proc/loadavg: 2.14 2.19 2.19 3/195 27773
/proc/meminfo: memFree=30020312/32872528 swapFree=1244176/1391344
[pid=27773] ppid=27770 vsize=9558476 CPUtime=1.21 cores=1,3,5,7
/proc/27773/stat : 27773 (java) S 27770 27773 25977 0 -1 4202496 10234 0 1 0 114 7 0 0 20 0 18 0 23403507 9787879424 47388 33554432000 1073741824 1073778376 140736684819600 140736684810736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27773/statm: 2389619 47388 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9558476

[startup+1.50083 s]
/proc/loadavg: 2.14 2.19 2.19 5/214 27792
/proc/meminfo: memFree=29805092/32872528 swapFree=1244176/1391344
[pid=27773] ppid=27770 vsize=9625040 CPUtime=2.56 cores=1,3,5,7
/proc/27773/stat : 27773 (java) S 27770 27773 25977 0 -1 4202496 13100 0 1 0 245 11 0 0 20 0 19 0 23403507 9856040960 55997 33554432000 1073741824 1073778376 140736684819600 140736684810736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27773/statm: 2406260 55997 2273 9 0 2396937 0
[pid=27773/tid=27775] ppid=27770 vsize=9625040 CPUtime=1.37 cores=1,3,5,7
/proc/27773/task/27775/stat : 27775 (java) R 27770 27773 25977 0 -1 4202560 2480 0 1 0 133 4 0 0 20 0 19 0 23403509 9856040960 55997 33554432000 1073741824 1073778376 140736684819600 140621279208064 140621139091066 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27773/tid=27776] ppid=27770 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/27773/task/27776/stat : 27776 (java) S 27770 27773 25977 0 -1 4202560 105 0 0 0 1 0 0 0 20 0 19 0 23403510 9856040960 55997 33554432000 1073741824 1073778376 140736684819600 140621257308584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27773/tid=27777] ppid=27770 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/27773/task/27777/stat : 27777 (java) S 27770 27773 25977 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 23403510 9856040960 55997 33554432000 1073741824 1073778376 140736684819600 140621054470696 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27773/tid=27778] ppid=27770 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/27773/task/27778/stat : 27778 (java) S 27770 27773 25977 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 19 0 23403510 9856040960 55997 33554432000 1073741824 1073778376 140736684819600 140621053417640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27773/tid=27779] ppid=27770 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/27773/task/27779/stat : 27779 (java) S 27770 27773 25977 0 -1 4202560 135 0 0 0 5 2 0 0 20 0 19 0 23403510 9856040960 55997 33554432000 1073741824 1073778376 140736684819600 140621052365096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27773/tid=27780] ppid=27770 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/27773/task/27780/stat : 27780 (java) S 27770 27773 25977 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 23403510 9856040960 55997 33554432000 1073741824 1073778376 140736684819600 140621051313064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27773/tid=27781] ppid=27770 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/27773/task/27781/stat : 27781 (java) S 27770 27773 25977 0 -1 4202560 97 0 0 0 2 0 0 0 20 0 19 0 23403510 9856040960 55997 33554432000 1073741824 1073778376 140736684819600 140621050260520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27773/tid=27782] ppid=27770 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/27773/task/27782/stat : 27782 (java) S 27770 27773 25977 0 -1 4202560 80 0 0 0 1 0 0 0 20 0 19 0 23403510 9856040960 55997 33554432000 1073741824 1073778376 140736684819600 140621049207464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27773/tid=27783] ppid=27770 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/27773/task/27783/stat : 27783 (java) S 27770 27773 25977 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 23403510 9856040960 55997 33554432000 1073741824 1073778376 140736684819600 140621048154920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27773/tid=27784] ppid=27770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27773/task/27784/stat : 27784 (java) S 27770 27773 25977 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 23403511 9856040960 55997 33554432000 1073741824 1073778376 140736684819600 140621035956584 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27773/tid=27785] ppid=27770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27773/task/27785/stat : 27785 (java) S 27770 27773 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23403512 9856040960 55997 33554432000 1073741824 1073778376 140736684819600 140621034902904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27773/tid=27786] ppid=27770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27773/task/27786/stat : 27786 (java) S 27770 27773 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23403512 9856040960 55997 33554432000 1073741824 1073778376 140736684819600 140621033849736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27773/tid=27787] ppid=27770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27773/task/27787/stat : 27787 (java) S 27770 27773 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23403514 9856040960 55997 33554432000 1073741824 1073778376 140736684819600 140621032798480 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27773/tid=27788] ppid=27770 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/27773/task/27788/stat : 27788 (java) S 27770 27773 25977 0 -1 4202560 4757 0 0 0 49 0 0 0 20 0 19 0 23403514 9856040960 55997 33554432000 1073741824 1073778376 140736684819600 140621031746360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27773/tid=27789] ppid=27770 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/27773/task/27789/stat : 27789 (java) S 27770 27773 25977 0 -1 4202560 4034 0 0 0 36 0 0 0 20 0 19 0 23403514 9856040960 55997 33554432000 1073741824 1073778376 140736684819600 140621030693816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27773/tid=27790] ppid=27770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27773/task/27790/stat : 27790 (java) S 27770 27773 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23403514 9856040960 55997 33554432000 1073741824 1073778376 140736684819600 140621029640952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27773/tid=27791] ppid=27770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27773/task/27791/stat : 27791 (java) S 27770 27773 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23403514 9856040960 55997 33554432000 1073741824 1073778376 140736684819600 140621028588616 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27773/tid=27792] ppid=27770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27773/task/27792/stat : 27792 (java) S 27770 27773 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23403595 9856040960 55997 33554432000 1073741824 1073778376 140736684819600 140621027435560 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 9625040

[startup+3.10084 s]
/proc/loadavg: 2.21 2.21 2.20 4/214 27792
/proc/meminfo: memFree=29734956/32872528 swapFree=1244176/1391344
[pid=27773] ppid=27770 vsize=9625040 CPUtime=4.28 cores=1,3,5,7
/proc/27773/stat : 27773 (java) S 27770 27773 25977 0 -1 4202496 13365 0 1 0 413 15 0 0 20 0 19 0 23403507 9856040960 88424 33554432000 1073741824 1073778376 140736684819600 140736684810736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27773/statm: 2406260 88424 2274 9 0 2396937 0
[pid=27773/tid=27775] ppid=27770 vsize=9625040 CPUtime=2.93 cores=1,3,5,7
/proc/27773/task/27775/stat : 27775 (java) R 27770 27773 25977 0 -1 4202560 2534 0 1 0 288 5 0 0 20 0 19 0 23403509 9856040960 88424 33554432000 1073741824 1073778376 140736684819600 140621279206480 140621139091050 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27773/tid=27776] ppid=27770 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/27773/task/27776/stat : 27776 (java) S 27770 27773 25977 0 -1 4202560 122 0 0 0 3 2 0 0 20 0 19 0 23403510 9856040960 88424 33554432000 1073741824 1073778376 140736684819600 140621257308584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27773/tid=27777] ppid=27770 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/27773/task/27777/stat : 27777 (java) S 27770 27773 25977 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 19 0 23403510 9856040960 88424 33554432000 1073741824 1073778376 140736684819600 140621054470696 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27773/tid=27778] ppid=27770 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/27773/task/27778/stat : 27778 (java) S 27770 27773 25977 0 -1 4202560 30 0 0 0 3 1 0 0 20 0 19 0 23403510 9856040960 88424 33554432000 1073741824 1073778376 140736684819600 140621053417640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27773/tid=27779] ppid=27770 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/27773/task/27779/stat : 27779 (java) S 27770 27773 25977 0 -1 4202560 145 0 0 0 6 2 0 0 20 0 19 0 23403510 9856040960 88424 33554432000 1073741824 1073778376 140736684819600 140621052365096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27773/tid=27780] ppid=27770 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/27773/task/27780/stat : 27780 (java) S 27770 27773 25977 0 -1 4202560 28 0 0 0 3 2 0 0 20 0 19 0 23403510 9856040960 88424 33554432000 1073741824 1073778376 140736684819600 140621051313064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27773/tid=27781] ppid=27770 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/27773/task/27781/stat : 27781 (java) S 27770 27773 25977 0 -1 4202560 124 0 0 0 2 2 0 0 20 0 19 0 23403510 9856040960 88424 33554432000 1073741824 1073778376 140736684819600 140621050260520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27773/tid=27782] ppid=27770 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/27773/task/27782/stat : 27782 (java) S 27770 27773 25977 0 -1 4202560 88 0 0 0 3 0 0 0 20 0 19 0 23403510 9856040960 88424 33554432000 1073741824 1073778376 140736684819600 140621049207464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27773/tid=27783] ppid=27770 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/27773/task/27783/stat : 27783 (java) S 27770 27773 25977 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 23403510 9856040960 88424 33554432000 1073741824 1073778376 140736684819600 140621048154920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27773/tid=27784] ppid=27770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27773/task/27784/stat : 27784 (java) S 27770 27773 25977 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 23403511 9856040960 88424 33554432000 1073741824 1073778376 140736684819600 140621035956584 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27773/tid=27785] ppid=27770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27773/task/27785/stat : 27785 (java) S 27770 27773 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23403512 9856040960 88424 33554432000 1073741824 1073778376 140736684819600 140621034902904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27773/tid=27786] ppid=27770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27773/task/27786/stat : 27786 (java) S 27770 27773 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23403512 9856040960 88424 33554432000 1073741824 1073778376 140736684819600 140621033849736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27773/tid=27787] ppid=27770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27773/task/27787/stat : 27787 (java) S 27770 27773 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23403514 9856040960 88424 33554432000 1073741824 1073778376 140736684819600 140621032798480 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27773/tid=27788] ppid=27770 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/27773/task/27788/stat : 27788 (java) S 27770 27773 25977 0 -1 4202560 4757 0 0 0 49 0 0 0 20 0 19 0 23403514 9856040960 88424 33554432000 1073741824 1073778376 140736684819600 140621031746360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27773/tid=27789] ppid=27770 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/27773/task/27789/stat : 27789 (java) S 27770 27773 25977 0 -1 4202560 4035 0 0 0 38 0 0 0 20 0 19 0 23403514 9856040960 88424 33554432000 1073741824 1073778376 140736684819600 140621030693816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27773/tid=27790] ppid=27770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27773/task/27790/stat : 27790 (java) S 27770 27773 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23403514 9856040960 88424 33554432000 1073741824 1073778376 140736684819600 140621029640952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27773/tid=27791] ppid=27770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27773/task/27791/stat : 27791 (java) S 27770 27773 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23403514 9856040960 88424 33554432000 1073741824 1073778376 140736684819600 140621028588616 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27773/tid=27792] ppid=27770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27773/task/27792/stat : 27792 (java) S 27770 27773 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23403595 9856040960 88424 33554432000 1073741824 1073778376 140736684819600 140621027435560 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.21 2.21 2.20 3/214 27792
/proc/meminfo: memFree=29652084/32872528 swapFree=1244176/1391344
[pid=27773] ppid=27770 vsize=9625040 CPUtime=7.65 cores=1,3,5,7
/proc/27773/stat : 27773 (java) S 27770 27773 25977 0 -1 4202496 13675 0 1 0 748 17 0 0 20 0 19 0 23403507 9856040960 93949 33554432000 1073741824 1073778376 140736684819600 140736684810736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27773/statm: 2406260 93949 2274 9 0 2396937 0
[pid=27773/tid=27775] ppid=27770 vsize=9625040 CPUtime=6.1 cores=1,3,5,7
/proc/27773/task/27775/stat : 27775 (java) R 27770 27773 25977 0 -1 4202560 2538 0 1 0 605 5 0 0 20 0 19 0 23403509 9856040960 93949 33554432000 1073741824 1073778376 140736684819600 140621279205768 140621139068181 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27773/tid=27776] ppid=27770 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/27773/task/27776/stat : 27776 (java) S 27770 27773 25977 0 -1 4202560 125 0 0 0 4 2 0 0 20 0 19 0 23403510 9856040960 93949 33554432000 1073741824 1073778376 140736684819600 140621257308584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27773/tid=27777] ppid=27770 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/27773/task/27777/stat : 27777 (java) S 27770 27773 25977 0 -1 4202560 36 0 0 0 5 1 0 0 20 0 19 0 23403510 9856040960 93949 33554432000 1073741824 1073778376 140736684819600 140621054470696 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27773/tid=27778] ppid=27770 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/27773/task/27778/stat : 27778 (java) S 27770 27773 25977 0 -1 4202560 37 0 0 0 5 1 0 0 20 0 19 0 23403510 9856040960 93949 33554432000 1073741824 1073778376 140736684819600 140621053417640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27773/tid=27779] ppid=27770 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/27773/task/27779/stat : 27779 (java) S 27770 27773 25977 0 -1 4202560 157 0 0 0 7 2 0 0 20 0 19 0 23403510 9856040960 93949 33554432000 1073741824 1073778376 140736684819600 140621052365096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27773/tid=27780] ppid=27770 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/27773/task/27780/stat : 27780 (java) S 27770 27773 25977 0 -1 4202560 47 0 0 0 6 2 0 0 20 0 19 0 23403510 9856040960 93949 33554432000 1073741824 1073778376 140736684819600 140621051313064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27773/tid=27781] ppid=27770 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/27773/task/27781/stat : 27781 (java) S 27770 27773 25977 0 -1 4202560 154 0 0 0 4 2 0 0 20 0 19 0 23403510 9856040960 93949 33554432000 1073741824 1073778376 140736684819600 140621050260520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27773/tid=27782] ppid=27770 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/27773/task/27782/stat : 27782 (java) S 27770 27773 25977 0 -1 4202560 92 0 0 0 3 0 0 0 20 0 19 0 23403510 9856040960 93949 33554432000 1073741824 1073778376 140736684819600 140621049207464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27773/tid=27783] ppid=27770 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/27773/task/27783/stat : 27783 (java) S 27770 27773 25977 0 -1 4202560 47 0 0 0 3 0 0 0 20 0 19 0 23403510 9856040960 93949 33554432000 1073741824 1073778376 140736684819600 140621048154920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27773/tid=27784] ppid=27770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27773/task/27784/stat : 27784 (java) S 27770 27773 25977 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 23403511 9856040960 93949 33554432000 1073741824 1073778376 140736684819600 140621035956584 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27773/tid=27785] ppid=27770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27773/task/27785/stat : 27785 (java) S 27770 27773 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23403512 9856040960 93949 33554432000 1073741824 1073778376 140736684819600 140621034902904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27773/tid=27786] ppid=27770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27773/task/27786/stat : 27786 (java) S 27770 27773 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23403512 9856040960 93949 33554432000 1073741824 1073778376 140736684819600 140621033849736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27773/tid=27787] ppid=27770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27773/task/27787/stat : 27787 (java) S 27770 27773 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23403514 9856040960 93949 33554432000 1073741824 1073778376 140736684819600 140621032798480 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27773/tid=27788] ppid=27770 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/27773/task/27788/stat : 27788 (java) S 27770 27773 25977 0 -1 4202560 4757 0 0 0 49 0 0 0 20 0 19 0 23403514 9856040960 93949 33554432000 1073741824 1073778376 140736684819600 140621031746360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27773/tid=27789] ppid=27770 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/27773/task/27789/stat : 27789 (java) S 27770 27773 25977 0 -1 4202560 4227 0 0 0 44 0 0 0 20 0 19 0 23403514 9856040960 93949 33554432000 1073741824 1073778376 140736684819600 140621030693816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27773/tid=27790] ppid=27770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27773/task/27790/stat : 27790 (java) S 27770 27773 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23403514 9856040960 93949 33554432000 1073741824 1073778376 140736684819600 140621029640952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27773/tid=27791] ppid=27770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27773/task/27791/stat : 27791 (java) S 27770 27773 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23403514 9856040960 93949 33554432000 1073741824 1073778376 140736684819600 140621028588616 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27773/tid=27792] ppid=27770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27773/task/27792/stat : 27792 (java) S 27770 27773 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23403595 9856040960 93949 33554432000 1073741824 1073778376 140736684819600 140621027435560 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.65
Current children cumulated vsize (KiB) 9625040


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

[pid=27773/tid=27785] ppid=27770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27773/task/27785/stat : 27785 (java) S 27770 27773 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23403512 9856040960 673970 33554432000 1073741824 1073778376 140736684819600 140621034902904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27773/tid=27786] ppid=27770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27773/task/27786/stat : 27786 (java) S 27770 27773 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23403512 9856040960 673970 33554432000 1073741824 1073778376 140736684819600 140621033849736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27773/tid=27787] ppid=27770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27773/task/27787/stat : 27787 (java) S 27770 27773 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23403514 9856040960 673970 33554432000 1073741824 1073778376 140736684819600 140621032798480 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27773/tid=27788] ppid=27770 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/27773/task/27788/stat : 27788 (java) S 27770 27773 25977 0 -1 4202560 4768 0 0 0 58 0 0 0 20 0 19 0 23403514 9856040960 673970 33554432000 1073741824 1073778376 140736684819600 140621031746360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27773/tid=27789] ppid=27770 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/27773/task/27789/stat : 27789 (java) S 27770 27773 25977 0 -1 4202560 4233 0 0 0 55 0 0 0 20 0 19 0 23403514 9856040960 673970 33554432000 1073741824 1073778376 140736684819600 140621030693816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27773/tid=27790] ppid=27770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27773/task/27790/stat : 27790 (java) S 27770 27773 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23403514 9856040960 673970 33554432000 1073741824 1073778376 140736684819600 140621029640952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27773/tid=27791] ppid=27770 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/27773/task/27791/stat : 27791 (java) S 27770 27773 25977 0 -1 4202560 99 0 0 0 20 32 0 0 20 0 19 0 23403514 9856040960 673970 33554432000 1073741824 1073778376 140736684819600 140621028588616 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27773/tid=27792] ppid=27770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27773/task/27792/stat : 27792 (java) S 27770 27773 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23403595 9856040960 673970 33554432000 1073741824 1073778376 140736684819600 140621027435560 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1733.44
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.37 2.28 2.21 3/213 28130
/proc/meminfo: memFree=27601780/32872528 swapFree=1244176/1391344
[pid=27773] ppid=27770 vsize=9625040 CPUtime=1793.61 cores=1,3,5,7
/proc/27773/stat : 27773 (java) S 27770 27773 25977 0 -1 4202496 143529 0 1 0 179036 325 0 0 20 0 19 0 23403507 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140736684810736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27773/statm: 2406260 661861 2288 9 0 2396937 0
[pid=27773/tid=27775] ppid=27770 vsize=9625040 CPUtime=1775.22 cores=1,3,5,7
/proc/27773/task/27775/stat : 27775 (java) R 27770 27773 25977 0 -1 4202560 3964 0 1 0 177461 61 0 0 20 0 19 0 23403509 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621279206592 140621139238841 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27773/tid=27776] ppid=27770 vsize=9625040 CPUtime=1.44 cores=1,3,5,7
/proc/27773/task/27776/stat : 27776 (java) S 27770 27773 25977 0 -1 4202560 13677 0 0 0 112 32 0 0 20 0 19 0 23403510 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621257308584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27773/tid=27777] ppid=27770 vsize=9625040 CPUtime=1.92 cores=1,3,5,7
/proc/27773/task/27777/stat : 27777 (java) S 27770 27773 25977 0 -1 4202560 13154 0 0 0 155 37 0 0 20 0 19 0 23403510 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621054470696 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27773/tid=27778] ppid=27770 vsize=9625040 CPUtime=1.72 cores=1,3,5,7
/proc/27773/task/27778/stat : 27778 (java) S 27770 27773 25977 0 -1 4202560 14845 0 0 0 138 34 0 0 20 0 19 0 23403510 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621053417640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27773/tid=27779] ppid=27770 vsize=9625040 CPUtime=1.82 cores=1,3,5,7
/proc/27773/task/27779/stat : 27779 (java) S 27770 27773 25977 0 -1 4202560 11465 0 0 0 155 27 0 0 20 0 19 0 23403510 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621052365096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27773/tid=27780] ppid=27770 vsize=9625040 CPUtime=1.49 cores=1,3,5,7
/proc/27773/task/27780/stat : 27780 (java) S 27770 27773 25977 0 -1 4202560 14458 0 0 0 126 23 0 0 20 0 19 0 23403510 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621051313064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27773/tid=27781] ppid=27770 vsize=9625040 CPUtime=1.81 cores=1,3,5,7
/proc/27773/task/27781/stat : 27781 (java) S 27770 27773 25977 0 -1 4202560 16451 0 0 0 146 35 0 0 20 0 19 0 23403510 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621050260520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27773/tid=27782] ppid=27770 vsize=9625040 CPUtime=1.83 cores=1,3,5,7
/proc/27773/task/27782/stat : 27782 (java) S 27770 27773 25977 0 -1 4202560 22456 0 0 0 152 31 0 0 20 0 19 0 23403510 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621049207464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27773/tid=27783] ppid=27770 vsize=9625040 CPUtime=1.49 cores=1,3,5,7
/proc/27773/task/27783/stat : 27783 (java) S 27770 27773 25977 0 -1 4202560 12292 0 0 0 115 34 0 0 20 0 19 0 23403510 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621048154920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27773/tid=27784] ppid=27770 vsize=9625040 CPUtime=3.41 cores=1,3,5,7
/proc/27773/task/27784/stat : 27784 (java) S 27770 27773 25977 0 -1 4202560 10403 0 0 0 335 6 0 0 20 0 19 0 23403511 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621035956584 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27773/tid=27785] ppid=27770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27773/task/27785/stat : 27785 (java) S 27770 27773 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23403512 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621034902904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27773/tid=27786] ppid=27770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27773/task/27786/stat : 27786 (java) S 27770 27773 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23403512 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621033849736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27773/tid=27787] ppid=27770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27773/task/27787/stat : 27787 (java) S 27770 27773 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23403514 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621032798480 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27773/tid=27788] ppid=27770 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/27773/task/27788/stat : 27788 (java) S 27770 27773 25977 0 -1 4202560 4768 0 0 0 58 0 0 0 20 0 19 0 23403514 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621031746360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27773/tid=27789] ppid=27770 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/27773/task/27789/stat : 27789 (java) S 27770 27773 25977 0 -1 4202560 4233 0 0 0 55 0 0 0 20 0 19 0 23403514 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621030693816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27773/tid=27790] ppid=27770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27773/task/27790/stat : 27790 (java) S 27770 27773 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23403514 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621029640952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27773/tid=27791] ppid=27770 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/27773/task/27791/stat : 27791 (java) S 27770 27773 25977 0 -1 4202560 103 0 0 0 21 33 0 0 20 0 19 0 23403514 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621028588616 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27773/tid=27792] ppid=27770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27773/task/27792/stat : 27792 (java) S 27770 27773 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23403595 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621027435560 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1793.61
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.71 s]
/proc/loadavg: 2.32 2.27 2.21 3/213 28130
/proc/meminfo: memFree=27602416/32872528 swapFree=1244176/1391344
[pid=27773] ppid=27770 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/27773/stat : 27773 (java) S 27770 27773 25977 0 -1 4202496 143529 0 1 0 179677 325 0 0 20 0 19 0 23403507 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140736684810736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27773/statm: 2406260 661861 2288 9 0 2396937 0
[pid=27773/tid=27775] ppid=27770 vsize=9625040 CPUtime=1781.63 cores=1,3,5,7
/proc/27773/task/27775/stat : 27775 (java) R 27770 27773 25977 0 -1 4202560 3964 0 1 0 178101 62 0 0 20 0 19 0 23403509 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621279206592 140621139114734 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27773/tid=27776] ppid=27770 vsize=9625040 CPUtime=1.44 cores=1,3,5,7
/proc/27773/task/27776/stat : 27776 (java) S 27770 27773 25977 0 -1 4202560 13677 0 0 0 112 32 0 0 20 0 19 0 23403510 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621257308584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27773/tid=27777] ppid=27770 vsize=9625040 CPUtime=1.92 cores=1,3,5,7
/proc/27773/task/27777/stat : 27777 (java) S 27770 27773 25977 0 -1 4202560 13154 0 0 0 155 37 0 0 20 0 19 0 23403510 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621054470696 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27773/tid=27778] ppid=27770 vsize=9625040 CPUtime=1.72 cores=1,3,5,7
/proc/27773/task/27778/stat : 27778 (java) S 27770 27773 25977 0 -1 4202560 14845 0 0 0 138 34 0 0 20 0 19 0 23403510 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621053417640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27773/tid=27779] ppid=27770 vsize=9625040 CPUtime=1.82 cores=1,3,5,7
/proc/27773/task/27779/stat : 27779 (java) S 27770 27773 25977 0 -1 4202560 11465 0 0 0 155 27 0 0 20 0 19 0 23403510 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621052365096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27773/tid=27780] ppid=27770 vsize=9625040 CPUtime=1.49 cores=1,3,5,7
/proc/27773/task/27780/stat : 27780 (java) S 27770 27773 25977 0 -1 4202560 14458 0 0 0 126 23 0 0 20 0 19 0 23403510 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621051313064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27773/tid=27781] ppid=27770 vsize=9625040 CPUtime=1.81 cores=1,3,5,7
/proc/27773/task/27781/stat : 27781 (java) S 27770 27773 25977 0 -1 4202560 16451 0 0 0 146 35 0 0 20 0 19 0 23403510 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621050260520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27773/tid=27782] ppid=27770 vsize=9625040 CPUtime=1.83 cores=1,3,5,7
/proc/27773/task/27782/stat : 27782 (java) S 27770 27773 25977 0 -1 4202560 22456 0 0 0 152 31 0 0 20 0 19 0 23403510 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621049207464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27773/tid=27783] ppid=27770 vsize=9625040 CPUtime=1.49 cores=1,3,5,7
/proc/27773/task/27783/stat : 27783 (java) S 27770 27773 25977 0 -1 4202560 12292 0 0 0 115 34 0 0 20 0 19 0 23403510 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621048154920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27773/tid=27784] ppid=27770 vsize=9625040 CPUtime=3.41 cores=1,3,5,7
/proc/27773/task/27784/stat : 27784 (java) S 27770 27773 25977 0 -1 4202560 10403 0 0 0 335 6 0 0 20 0 19 0 23403511 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621035956584 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27773/tid=27785] ppid=27770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27773/task/27785/stat : 27785 (java) S 27770 27773 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23403512 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621034902904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27773/tid=27786] ppid=27770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27773/task/27786/stat : 27786 (java) S 27770 27773 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23403512 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621033849736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27773/tid=27787] ppid=27770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27773/task/27787/stat : 27787 (java) S 27770 27773 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23403514 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621032798480 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27773/tid=27788] ppid=27770 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/27773/task/27788/stat : 27788 (java) S 27770 27773 25977 0 -1 4202560 4768 0 0 0 58 0 0 0 20 0 19 0 23403514 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621031746360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27773/tid=27789] ppid=27770 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/27773/task/27789/stat : 27789 (java) S 27770 27773 25977 0 -1 4202560 4233 0 0 0 55 0 0 0 20 0 19 0 23403514 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621030693816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27773/tid=27790] ppid=27770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27773/task/27790/stat : 27790 (java) S 27770 27773 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23403514 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621029640952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27773/tid=27791] ppid=27770 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/27773/task/27791/stat : 27791 (java) S 27770 27773 25977 0 -1 4202560 103 0 0 0 21 34 0 0 20 0 19 0 23403514 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621028588616 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27773/tid=27792] ppid=27770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27773/task/27792/stat : 27792 (java) S 27770 27773 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23403595 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621027435560 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 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 27773 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1788.71 s]
/proc/loadavg: 2.32 2.27 2.21 3/213 28130
/proc/meminfo: memFree=27602416/32872528 swapFree=1244176/1391344
[pid=27773] ppid=27770 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/27773/stat : 27773 (java) S 27770 27773 25977 0 -1 4202496 143529 0 1 0 179677 325 0 0 20 0 19 0 23403507 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140736684810736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27773/statm: 2406260 661861 2288 9 0 2396937 0
[pid=27773/tid=27775] ppid=27770 vsize=9625040 CPUtime=1781.63 cores=1,3,5,7
/proc/27773/task/27775/stat : 27775 (java) R 27770 27773 25977 0 -1 4202560 3964 0 1 0 178101 62 0 0 20 0 19 0 23403509 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621279206592 140621139114734 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27773/tid=27776] ppid=27770 vsize=9625040 CPUtime=1.44 cores=1,3,5,7
/proc/27773/task/27776/stat : 27776 (java) S 27770 27773 25977 0 -1 4202560 13677 0 0 0 112 32 0 0 20 0 19 0 23403510 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621257308584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27773/tid=27777] ppid=27770 vsize=9625040 CPUtime=1.92 cores=1,3,5,7
/proc/27773/task/27777/stat : 27777 (java) S 27770 27773 25977 0 -1 4202560 13154 0 0 0 155 37 0 0 20 0 19 0 23403510 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621054470696 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27773/tid=27778] ppid=27770 vsize=9625040 CPUtime=1.72 cores=1,3,5,7
/proc/27773/task/27778/stat : 27778 (java) S 27770 27773 25977 0 -1 4202560 14845 0 0 0 138 34 0 0 20 0 19 0 23403510 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621053417640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27773/tid=27779] ppid=27770 vsize=9625040 CPUtime=1.82 cores=1,3,5,7
/proc/27773/task/27779/stat : 27779 (java) S 27770 27773 25977 0 -1 4202560 11465 0 0 0 155 27 0 0 20 0 19 0 23403510 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621052365096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27773/tid=27780] ppid=27770 vsize=9625040 CPUtime=1.49 cores=1,3,5,7
/proc/27773/task/27780/stat : 27780 (java) S 27770 27773 25977 0 -1 4202560 14458 0 0 0 126 23 0 0 20 0 19 0 23403510 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621051313064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27773/tid=27781] ppid=27770 vsize=9625040 CPUtime=1.81 cores=1,3,5,7
/proc/27773/task/27781/stat : 27781 (java) S 27770 27773 25977 0 -1 4202560 16451 0 0 0 146 35 0 0 20 0 19 0 23403510 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621050260520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27773/tid=27782] ppid=27770 vsize=9625040 CPUtime=1.83 cores=1,3,5,7
/proc/27773/task/27782/stat : 27782 (java) S 27770 27773 25977 0 -1 4202560 22456 0 0 0 152 31 0 0 20 0 19 0 23403510 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621049207464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27773/tid=27783] ppid=27770 vsize=9625040 CPUtime=1.49 cores=1,3,5,7
/proc/27773/task/27783/stat : 27783 (java) S 27770 27773 25977 0 -1 4202560 12292 0 0 0 115 34 0 0 20 0 19 0 23403510 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621048154920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27773/tid=27784] ppid=27770 vsize=9625040 CPUtime=3.41 cores=1,3,5,7
/proc/27773/task/27784/stat : 27784 (java) S 27770 27773 25977 0 -1 4202560 10403 0 0 0 335 6 0 0 20 0 19 0 23403511 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621035956584 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27773/tid=27785] ppid=27770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27773/task/27785/stat : 27785 (java) S 27770 27773 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23403512 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621034902904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27773/tid=27786] ppid=27770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27773/task/27786/stat : 27786 (java) S 27770 27773 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23403512 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621033849736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27773/tid=27787] ppid=27770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27773/task/27787/stat : 27787 (java) S 27770 27773 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23403514 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621032798480 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27773/tid=27788] ppid=27770 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/27773/task/27788/stat : 27788 (java) S 27770 27773 25977 0 -1 4202560 4768 0 0 0 58 0 0 0 20 0 19 0 23403514 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621031746360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27773/tid=27789] ppid=27770 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/27773/task/27789/stat : 27789 (java) S 27770 27773 25977 0 -1 4202560 4233 0 0 0 55 0 0 0 20 0 19 0 23403514 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621030693816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27773/tid=27790] ppid=27770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27773/task/27790/stat : 27790 (java) S 27770 27773 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23403514 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621029640952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27773/tid=27791] ppid=27770 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/27773/task/27791/stat : 27791 (java) S 27770 27773 25977 0 -1 4202560 103 0 0 0 21 34 0 0 20 0 19 0 23403514 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621028588616 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27773/tid=27792] ppid=27770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27773/task/27792/stat : 27792 (java) S 27770 27773 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23403595 9856040960 661861 33554432000 1073741824 1073778376 140736684819600 140621027435560 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1788.75
CPU time (s): 1800.57
CPU user time (s): 1796.87
CPU system time (s): 3.70144
CPU usage (%): 100.661
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.87
system time used= 3.70144
maximum resident set size= 4109128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143575
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45659
involuntary context switches= 14091

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.8745 second user time and 14.1928 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-18 03:32:29
IDJOB=4100453
IDBENCH=1618
IDSOLVER=2546
FILE ID=node119/4100453-1466213549
RUNJOBID= node119-1466206086-25994
PBS_JOBID= 19918158
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-reduced-mps-v2-20-10-blp-ar98.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100453-1466213549/watcher-4100453-1466213549 -o /tmp/evaluation-result-4100453-1466213549/solver-4100453-1466213549 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466206086-25994 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100453-1466213549.opb

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

MD5SUM BENCH= 24f5fdc248e1411d713d304748099da5
RANDOM SEED=1791811232

node119.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.456
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	: 5332.91
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.456
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.456
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.456
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.456
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.456
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.55
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.456
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.56
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.456
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:        30020320 kB
Buffers:           44476 kB
Cached:            82748 kB
SwapCached:          944 kB
Active:           675720 kB
Inactive:          81188 kB
Active(anon):     630864 kB
Inactive(anon):     1688 kB
Active(file):      44856 kB
Inactive(file):    79500 kB
Unevictable:     1391344 kB
Mlocked:         1244176 kB
SwapTotal:      67108856 kB
SwapFree:       67099976 kB
Dirty:              2640 kB
Writeback:             0 kB
AnonPages:       2020316 kB
Mapped:            15388 kB
Shmem:                 0 kB
Slab:             568064 kB
SReclaimable:      11972 kB
SUnreclaim:       556092 kB
KernelStack:        1600 kB
PageTables:         8392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2868128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    743424 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= 71732 MiB
End job on node119 at 2016-06-18 04:02:18