Trace number 4085696

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.01 1794.2

General information on the benchmark

Name/OPT-SMALLINT-LIN/
heinz/normalized-datt256.opb
MD5SUMeff0b252efd7ad849119636cdcc0cdec
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
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 variables262144
Total number of constraints11077
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)516
Number of constraints which are nor clauses,nor cardinality constraints10561
Minimum length of a constraint1
Maximum length of a constraint57840
Number of terms in the objective function 262144
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 262144
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 262144
Number of bits of the biggest sum of numbers19
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4085696-1465279328.opb
0.11/0.10	c reading problem ... 
0.11/0.11	c  objective function found
13.38/11.14	c ... done. Wall clock time 11.037s.
13.38/11.14	c declared #vars     262144
13.38/11.14	c #constraints  22154
13.38/11.14	c constraints type 
13.38/11.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 512
13.38/11.14	c org.sat4j.specs.Constr$1 => 5
13.38/11.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 21632
13.38/11.14	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
13.38/11.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
13.38/11.14	c 22154 constraints processed.
13.38/11.14	c objective function length is 262144 literals
22.08/19.37	c cleaning 2489 clauses out of 4999 with flag 23716/5002
32.39/29.55	c cleaning 4252 clauses out of 8506 with flag 54232/11001
45.99/43.19	c cleaning 5616 clauses out of 11249 with flag 95790/18000
61.79/58.90	c cleaning 6808 clauses out of 13622 with flag 138361/26002
75.82/72.95	c cleaning 7888 clauses out of 15808 with flag 189603/35003
94.02/91.17	c cleaning 8946 clauses out of 17903 with flag 251985/45000
112.93/110.09	c cleaning 9960 clauses out of 19930 with flag 345766/56000
139.62/136.75	c cleaning 10913 clauses out of 21917 with flag 436160/68000
166.74/163.85	c cleaning 11966 clauses out of 23940 with flag 548034/81001
203.15/200.27	c cleaning 12943 clauses out of 25918 with flag 682074/95001
232.94/230.05	c cleaning 13959 clauses out of 27926 with flag 820289/110001
267.73/264.06	c cleaning 14864 clauses out of 29863 with flag 982083/126001
304.73/301.05	c cleaning 15947 clauses out of 31924 with flag 1145252/143000
358.05/354.37	c cleaning 16958 clauses out of 33933 with flag 1414805/161002
403.16/399.44	c cleaning 17882 clauses out of 35832 with flag 1608762/180003
445.25/441.57	c cleaning 18882 clauses out of 37841 with flag 1817674/200003
493.41/489.44	c cleaning 19907 clauses out of 39863 with flag 2032348/221001
543.61/539.61	c cleaning 20856 clauses out of 41843 with flag 2273045/243000
601.20/597.27	c cleaning 21911 clauses out of 43902 with flag 2517719/266000
651.81/647.86	c cleaning 22942 clauses out of 45903 with flag 2787249/290000
705.62/701.67	c cleaning 23849 clauses out of 47809 with flag 3065479/315000
764.34/759.93	c cleaning 24900 clauses out of 49870 with flag 3373978/341000
824.43/820.04	c cleaning 25937 clauses out of 51927 with flag 3685730/368000
888.62/884.28	c cleaning 26887 clauses out of 53866 with flag 3997588/396000
949.92/945.51	c cleaning 27886 clauses out of 55870 with flag 4334746/425000
1017.38/1012.75	c cleaning 28905 clauses out of 57905 with flag 4689320/455001
1087.89/1083.26	c cleaning 29861 clauses out of 59907 with flag 5070678/486007
1158.01/1153.31	c cleaning 30918 clauses out of 61979 with flag 5506336/518000
1229.52/1224.80	c cleaning 31935 clauses out of 63992 with flag 5930239/551003
1298.71/1293.53	c cleaning 32920 clauses out of 65976 with flag 6358096/585002
1371.09/1365.99	c cleaning 33956 clauses out of 67982 with flag 6824578/620000
1442.89/1437.75	c cleaning 34910 clauses out of 69982 with flag 7289091/656002
1524.32/1518.80	c cleaning 35968 clauses out of 72034 with flag 7851438/693001
1604.95/1599.43	c cleaning 36992 clauses out of 74026 with flag 8408424/731000
1686.26/1680.80	c cleaning 37922 clauses out of 76010 with flag 9026932/770005
1784.71/1778.81	c cleaning 39029 clauses out of 78071 with flag 9708446/810004
1800.01/1794.11	c starts		: 3457
1800.01/1794.11	c conflicts		: 818055
1800.01/1794.11	c decisions		: 72687791
1800.01/1794.11	c propagations		: 2193638656
1800.01/1794.11	c inspects		: 1159414345
1800.01/1794.11	c shortcuts		: 0
1800.01/1794.11	c learnt literals	: 2298
1800.01/1794.11	c learnt binary clauses	: 1018
1800.01/1794.11	c learnt ternary clauses	: 878
1800.01/1794.11	c learnt constraints	: 815757
1800.01/1794.11	c ignored constraints	: 0
1800.01/1794.11	c root simplifications	: 0
1800.01/1794.11	c removed literals (reason simplification)	: 0
1800.01/1794.11	c reason swapping (by a shorter reason)	: 0
1800.01/1794.11	c Calls to reduceDB	: 36
1800.01/1794.11	c Number of update (reduction) of LBD	: 572875
1800.01/1794.11	c Imported unit clauses	: 0
1800.01/1794.11	c number of reductions to clauses (during analyze)	: 0
1800.01/1794.11	c number of learned constraints concerned by reduction	: 0
1800.01/1794.11	c number of learning phase by resolution	: 0
1800.01/1794.11	c number of learning phase by cutting planes	: 0
1800.01/1794.11	c speed (assignments/second)	: 1230447.1151526982
1800.01/1794.11	c non guided choices	204110
1800.01/1794.14	c learnt constraints type 
1800.01/1794.14	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1018
1800.01/1794.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 46075
1800.01/1794.14	s UNKNOWN
1800.01/1794.14	c Total wall clock time (in seconds): 1794.035

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-4085696-1465279328/watcher-4085696-1465279328 -o /tmp/evaluation-result-4085696-1465279328/solver-4085696-1465279328 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1465277527-11090 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085696-1465279328.opb 

pid=11399
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: 2.13 2.17 2.17 4/194 11402
/proc/meminfo: memFree=30111764/32872528 swapFree=16080/1655368
[pid=11402] ppid=11399 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/11402/stat : 11402 (java) S 11399 11402 11074 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 109866406 98570240 977 33554432000 1073741824 1073778376 140736496421888 140736496413024 217413877821 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11402/statm: 24065 978 744 9 0 16771 0
[pid=11402/tid=11403] ppid=11399 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/11402/task/11403/stat : 11403 (java) R 11399 11402 11074 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 109866406 98570240 978 33554432000 1073741824 1073778376 140736496421888 139910981774888 217410520448 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100059 s]
/proc/loadavg: 2.13 2.17 2.17 4/194 11402
/proc/meminfo: memFree=30111764/32872528 swapFree=16080/1655368
[pid=11402] ppid=11399 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/11402/stat : 11402 (java) S 11399 11402 11074 0 -1 4202496 4515 0 1 0 10 1 0 0 20 0 18 0 109866406 9787879424 6134 33554432000 1073741824 1073778376 140736496421888 140736496413024 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11402/statm: 2389619 6134 2155 9 0 2380296 0
[pid=11402/tid=11403] ppid=11399 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/11402/task/11403/stat : 11403 (java) R 11399 11402 11074 0 -1 4202560 2399 0 1 0 7 0 0 0 20 0 18 0 109866406 9787879424 6134 33554432000 1073741824 1073778376 140736496421888 139910981778336 217413903629 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200271 s]
/proc/loadavg: 2.13 2.17 2.17 4/194 11402
/proc/meminfo: memFree=30111764/32872528 swapFree=16080/1655368
[pid=11402] ppid=11399 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/11402/stat : 11402 (java) S 11399 11402 11074 0 -1 4202496 5050 0 1 0 29 1 0 0 20 0 18 0 109866406 9787879424 8552 33554432000 1073741824 1073778376 140736496421888 140736496413024 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11402/statm: 2389619 8552 2222 9 0 2380296 0
[pid=11402/tid=11403] ppid=11399 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/11402/task/11403/stat : 11403 (java) R 11399 11402 11074 0 -1 4202560 2421 0 1 0 16 1 0 0 20 0 18 0 109866406 9787879424 8552 33554432000 1073741824 1073778376 140736496421888 139910981770248 139910853876379 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300334 s]
/proc/loadavg: 2.13 2.17 2.17 4/194 11402
/proc/meminfo: memFree=30111764/32872528 swapFree=16080/1655368
[pid=11402] ppid=11399 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/11402/stat : 11402 (java) S 11399 11402 11074 0 -1 4202496 5596 0 1 0 46 2 0 0 20 0 18 0 109866406 9787879424 14987 33554432000 1073741824 1073778376 140736496421888 140736496413024 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11402/statm: 2389619 14987 2231 9 0 2380296 0
[pid=11402/tid=11403] ppid=11399 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/11402/task/11403/stat : 11403 (java) R 11399 11402 11074 0 -1 4202560 2433 0 1 0 26 1 0 0 20 0 18 0 109866406 9787879424 14987 33554432000 1073741824 1073778376 140736496421888 139910981770248 217413903629 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700729 s]
/proc/loadavg: 2.13 2.17 2.17 4/194 11402
/proc/meminfo: memFree=30111764/32872528 swapFree=16080/1655368
[pid=11402] ppid=11399 vsize=9558476 CPUtime=1.04 cores=0,2,4,6
/proc/11402/stat : 11402 (java) S 11399 11402 11074 0 -1 4202496 6154 0 1 0 98 6 0 0 20 0 18 0 109866406 9787879424 51272 33554432000 1073741824 1073778376 140736496421888 140736496413024 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11402/statm: 2389619 51272 2248 9 0 2380296 0
[pid=11402/tid=11403] ppid=11399 vsize=9558476 CPUtime=0.61 cores=0,2,4,6
/proc/11402/task/11403/stat : 11403 (java) R 11399 11402 11074 0 -1 4202560 2485 0 1 0 58 3 0 0 20 0 18 0 109866406 9787879424 51272 33554432000 1073741824 1073778376 140736496421888 139910981778408 217413893176 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9558476

[startup+1.50085 s]
/proc/loadavg: 2.20 2.18 2.18 4/212 11420
/proc/meminfo: memFree=29522060/32872528 swapFree=16080/1655368
[pid=11402] ppid=11399 vsize=9558476 CPUtime=2.2 cores=0,2,4,6
/proc/11402/stat : 11402 (java) S 11399 11402 11074 0 -1 4202496 8439 0 1 0 197 23 0 0 20 0 18 0 109866406 9787879424 279744 33554432000 1073741824 1073778376 140736496421888 140736496413024 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11402/statm: 2389619 279744 2252 9 0 2380296 0
[pid=11402/tid=11403] ppid=11399 vsize=9558476 CPUtime=1.26 cores=0,2,4,6
/proc/11402/task/11403/stat : 11403 (java) R 11399 11402 11074 0 -1 4202560 3531 0 1 0 110 16 0 0 20 0 18 0 109866406 9787879424 279744 33554432000 1073741824 1073778376 140736496421888 139910981777656 139910989544538 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11402/tid=11405] ppid=11399 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/11402/task/11405/stat : 11405 (java) S 11399 11402 11074 0 -1 4202560 66 0 0 0 6 1 0 0 20 0 18 0 109866407 9787879424 279744 33554432000 1073741824 1073778376 140736496421888 139910825491240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11402/tid=11406] ppid=11399 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/11402/task/11406/stat : 11406 (java) S 11399 11402 11074 0 -1 4202560 38 0 0 0 6 1 0 0 20 0 18 0 109866407 9787879424 279744 33554432000 1073741824 1073778376 140736496421888 139910824438440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11402/tid=11407] ppid=11399 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/11402/task/11407/stat : 11407 (java) S 11399 11402 11074 0 -1 4202560 183 0 0 0 7 1 0 0 20 0 18 0 109866407 9787879424 279744 33554432000 1073741824 1073778376 140736496421888 139910823386152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11402/tid=11408] ppid=11399 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/11402/task/11408/stat : 11408 (java) S 11399 11402 11074 0 -1 4202560 40 0 0 0 6 0 0 0 20 0 18 0 109866407 9787879424 279744 33554432000 1073741824 1073778376 140736496421888 139910822333352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11402/tid=11409] ppid=11399 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/11402/task/11409/stat : 11409 (java) S 11399 11402 11074 0 -1 4202560 134 0 0 0 5 0 0 0 20 0 18 0 109866407 9787879424 279744 33554432000 1073741824 1073778376 140736496421888 139910821280040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11402/tid=11410] ppid=11399 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/11402/task/11410/stat : 11410 (java) S 11399 11402 11074 0 -1 4202560 169 0 0 0 8 1 0 0 20 0 18 0 109866407 9787879424 279744 33554432000 1073741824 1073778376 140736496421888 139910820227240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11402/tid=11411] ppid=11399 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/11402/task/11411/stat : 11411 (java) S 11399 11402 11074 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 18 0 109866407 9787879424 279744 33554432000 1073741824 1073778376 140736496421888 139910819174952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11402/tid=11412] ppid=11399 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/11402/task/11412/stat : 11412 (java) S 11399 11402 11074 0 -1 4202560 28 0 0 0 4 0 0 0 20 0 18 0 109866407 9787879424 279744 33554432000 1073741824 1073778376 140736496421888 139910818122152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11402/tid=11413] ppid=11399 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11402/task/11413/stat : 11413 (java) S 11399 11402 11074 0 -1 4202560 957 0 0 0 0 0 0 0 20 0 18 0 109866408 9787879424 279744 33554432000 1073741824 1073778376 140736496421888 139910805924584 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11402/tid=11414] ppid=11399 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11402/task/11414/stat : 11414 (java) S 11399 11402 11074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109866409 9787879424 279744 33554432000 1073741824 1073778376 140736496421888 139910804870648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11402/tid=11415] ppid=11399 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11402/task/11415/stat : 11415 (java) S 11399 11402 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109866409 9787879424 279744 33554432000 1073741824 1073778376 140736496421888 139910803818248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11402/tid=11416] ppid=11399 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11402/task/11416/stat : 11416 (java) S 11399 11402 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109866411 9787879424 279744 33554432000 1073741824 1073778376 140736496421888 139910802766736 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11402/tid=11417] ppid=11399 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/11402/task/11417/stat : 11417 (java) S 11399 11402 11074 0 -1 4202560 690 0 0 0 11 0 0 0 20 0 18 0 109866411 9787879424 279744 33554432000 1073741824 1073778376 140736496421888 139910801713336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11402/tid=11418] ppid=11399 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/11402/task/11418/stat : 11418 (java) S 11399 11402 11074 0 -1 4202560 1330 0 0 0 18 0 0 0 20 0 18 0 109866411 9787879424 279744 33554432000 1073741824 1073778376 140736496421888 139910800660536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11402/tid=11419] ppid=11399 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11402/task/11419/stat : 11419 (java) S 11399 11402 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109866411 9787879424 279744 33554432000 1073741824 1073778376 140736496421888 139910799608440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11402/tid=11420] ppid=11399 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11402/task/11420/stat : 11420 (java) S 11399 11402 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109866411 9787879424 279744 33554432000 1073741824 1073778376 140736496421888 139910798555848 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 9558476

[startup+3.10074 s]
/proc/loadavg: 2.20 2.18 2.18 4/212 11420
/proc/meminfo: memFree=28128568/32872528 swapFree=16080/1655368
[pid=11402] ppid=11399 vsize=9558476 CPUtime=4.14 cores=0,2,4,6
/proc/11402/stat : 11402 (java) S 11399 11402 11074 0 -1 4202496 10410 0 1 0 371 43 0 0 20 0 18 0 109866406 9787879424 543292 33554432000 1073741824 1073778376 140736496421888 140736496413024 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11402/statm: 2389619 543292 2252 9 0 2380296 0
[pid=11402/tid=11403] ppid=11399 vsize=9558476 CPUtime=2.69 cores=0,2,4,6
/proc/11402/task/11403/stat : 11403 (java) R 11399 11402 11074 0 -1 4202560 4019 0 1 0 237 32 0 0 20 0 18 0 109866406 9787879424 543292 33554432000 1073741824 1073778376 140736496421888 139910981771184 139910989544545 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=11402/tid=11405] ppid=11399 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/11402/task/11405/stat : 11405 (java) S 11399 11402 11074 0 -1 4202560 290 0 0 0 11 1 0 0 20 0 18 0 109866407 9787879424 543292 33554432000 1073741824 1073778376 140736496421888 139910825491240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11402/tid=11406] ppid=11399 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/11402/task/11406/stat : 11406 (java) S 11399 11402 11074 0 -1 4202560 47 0 0 0 10 2 0 0 20 0 18 0 109866407 9787879424 543292 33554432000 1073741824 1073778376 140736496421888 139910824438440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11402/tid=11407] ppid=11399 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/11402/task/11407/stat : 11407 (java) S 11399 11402 11074 0 -1 4202560 364 0 0 0 12 2 0 0 20 0 18 0 109866407 9787879424 543292 33554432000 1073741824 1073778376 140736496421888 139910823386152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11402/tid=11408] ppid=11399 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/11402/task/11408/stat : 11408 (java) S 11399 11402 11074 0 -1 4202560 51 0 0 0 12 2 0 0 20 0 18 0 109866407 9787879424 543292 33554432000 1073741824 1073778376 140736496421888 139910822333352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11402/tid=11409] ppid=11399 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/11402/task/11409/stat : 11409 (java) S 11399 11402 11074 0 -1 4202560 353 0 0 0 10 2 0 0 20 0 18 0 109866407 9787879424 543292 33554432000 1073741824 1073778376 140736496421888 139910821280040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11402/tid=11410] ppid=11399 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/11402/task/11410/stat : 11410 (java) S 11399 11402 11074 0 -1 4202560 289 0 0 0 16 1 0 0 20 0 18 0 109866407 9787879424 543292 33554432000 1073741824 1073778376 140736496421888 139910820227240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11402/tid=11411] ppid=11399 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/11402/task/11411/stat : 11411 (java) S 11399 11402 11074 0 -1 4202560 32 0 0 0 9 2 0 0 20 0 18 0 109866407 9787879424 543292 33554432000 1073741824 1073778376 140736496421888 139910819174952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11402/tid=11412] ppid=11399 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/11402/task/11412/stat : 11412 (java) S 11399 11402 11074 0 -1 4202560 431 0 0 0 9 2 0 0 20 0 18 0 109866407 9787879424 543292 33554432000 1073741824 1073778376 140736496421888 139910818122152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11402/tid=11413] ppid=11399 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11402/task/11413/stat : 11413 (java) S 11399 11402 11074 0 -1 4202560 1262 0 0 0 0 0 0 0 20 0 18 0 109866408 9787879424 543292 33554432000 1073741824 1073778376 140736496421888 139910805924584 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11402/tid=11414] ppid=11399 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11402/task/11414/stat : 11414 (java) S 11399 11402 11074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109866409 9787879424 543292 33554432000 1073741824 1073778376 140736496421888 139910804870648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11402/tid=11415] ppid=11399 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11402/task/11415/stat : 11415 (java) S 11399 11402 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109866409 9787879424 543292 33554432000 1073741824 1073778376 140736496421888 139910803818248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11402/tid=11416] ppid=11399 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11402/task/11416/stat : 11416 (java) S 11399 11402 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109866411 9787879424 543292 33554432000 1073741824 1073778376 140736496421888 139910802766736 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11402/tid=11417] ppid=11399 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/11402/task/11417/stat : 11417 (java) S 11399 11402 11074 0 -1 4202560 690 0 0 0 11 0 0 0 20 0 18 0 109866411 9787879424 543292 33554432000 1073741824 1073778376 140736496421888 139910801713336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11402/tid=11418] ppid=11399 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/11402/task/11418/stat : 11418 (java) S 11399 11402 11074 0 -1 4202560 1330 0 0 0 18 0 0 0 20 0 18 0 109866411 9787879424 543292 33554432000 1073741824 1073778376 140736496421888 139910800660536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11402/tid=11419] ppid=11399 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11402/task/11419/stat : 11419 (java) S 11399 11402 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109866411 9787879424 543292 33554432000 1073741824 1073778376 140736496421888 139910799608440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11402/tid=11420] ppid=11399 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11402/task/11420/stat : 11420 (java) S 11399 11402 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109866411 9787879424 543292 33554432000 1073741824 1073778376 140736496421888 139910798555848 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 9558476

[startup+6.30092 s]
/proc/loadavg: 2.20 2.18 2.18 3/212 11420
/proc/meminfo: memFree=27287284/32872528 swapFree=16080/1655368
[pid=11402] ppid=11399 vsize=9558476 CPUtime=8 cores=0,2,4,6
/proc/11402/stat : 11402 (java) S 11399 11402 11074 0 -1 4202496 12512 0 1 0 742 58 0 0 20 0 18 0 109866406 9787879424 704842 33554432000 1073741824 1073778376 140736496421888 140736496413024 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11402/statm: 2389619 704842 2262 9 0 2380296 0
[pid=11402/tid=11403] ppid=11399 vsize=9558476 CPUtime=5.68 cores=0,2,4,6
/proc/11402/task/11403/stat : 11403 (java) R 11399 11402 11074 0 -1 4202560 4317 0 1 0 528 40 0 0 20 0 18 0 109866406 9787879424 704842 33554432000 1073741824 1073778376 140736496421888 139910981778440 139910989544538 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11402/tid=11405] ppid=11399 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/11402/task/11405/stat : 11405 (java) S 11399 11402 11074 0 -1 4202560 329 0 0 0 19 2 0 0 20 0 18 0 109866407 9787879424 704842 33554432000 1073741824 1073778376 140736496421888 139910825491240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11402/tid=11406] ppid=11399 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/11402/task/11406/stat : 11406 (java) S 11399 11402 11074 0 -1 4202560 120 0 0 0 19 2 0 0 20 0 18 0 109866407 9787879424 704842 33554432000 1073741824 1073778376 140736496421888 139910824438440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11402/tid=11407] ppid=11399 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/11402/task/11407/stat : 11407 (java) S 11399 11402 11074 0 -1 4202560 447 0 0 0 22 2 0 0 20 0 18 0 109866407 9787879424 704842 33554432000 1073741824 1073778376 140736496421888 139910823386152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11402/tid=11408] ppid=11399 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/11402/task/11408/stat : 11408 (java) S 11399 11402 11074 0 -1 4202560 308 0 0 0 19 3 0 0 20 0 18 0 109866407 9787879424 704842 33554432000 1073741824 1073778376 140736496421888 139910822333352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11402/tid=11409] ppid=11399 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/11402/task/11409/stat : 11409 (java) S 11399 11402 11074 0 -1 4202560 367 0 0 0 20 3 0 0 20 0 18 0 109866407 9787879424 704842 33554432000 1073741824 1073778376 140736496421888 139910821280040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11402/tid=11410] ppid=11399 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/11402/task/11410/stat : 11410 (java) S 11399 11402 11074 0 -1 4202560 485 0 0 0 22 2 0 0 20 0 18 0 109866407 9787879424 704842 33554432000 1073741824 1073778376 140736496421888 139910820227240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11402/tid=11411] ppid=11399 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/11402/task/11411/stat : 11411 (java) S 11399 11402 11074 0 -1 4202560 166 0 0 0 16 2 0 0 20 0 18 0 109866407 9787879424 704842 33554432000 1073741824 1073778376 140736496421888 139910819174952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11402/tid=11412] ppid=11399 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/11402/task/11412/stat : 11412 (java) S 11399 11402 11074 0 -1 4202560 442 0 0 0 16 2 0 0 20 0 18 0 109866407 9787879424 704842 33554432000 1073741824 1073778376 140736496421888 139910818122152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11402/tid=11413] ppid=11399 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11402/task/11413/stat : 11413 (java) S 11399 11402 11074 0 -1 4202560 1262 0 0 0 0 0 0 0 20 0 18 0 109866408 9787879424 704842 33554432000 1073741824 1073778376 140736496421888 139910805924584 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11402/tid=11414] ppid=11399 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11402/task/11414/stat : 11414 (java) S 11399 11402 11074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109866409 9787879424 704842 33554432000 1073741824 1073778376 140736496421888 139910804870648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11402/tid=11415] ppid=11399 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11402/task/11415/stat : 11415 (java) S 11399 11402 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109866409 9787879424 704842 33554432000 1073741824 1073778376 140736496421888 139910803818248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11402/tid=11416] ppid=11399 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11402/task/11416/stat : 11416 (java) S 11399 11402 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109866411 9787879424 704842 33554432000 1073741824 1073778376 140736496421888 139910802766736 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11402/tid=11417] ppid=11399 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/11402/task/11417/stat : 11417 (java) S 11399 11402 11074 0 -1 4202560 1185 0 0 0 18 0 0 0 20 0 18 0 109866411 9787879424 704842 33554432000 1073741824 1073778376 140736496421888 139910801713336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11402/tid=11418] ppid=11399 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/11402/task/11418/stat : 11418 (java) S 11399 11402 11074 0 -1 4202560 1832 0 0 0 26 0 0 0 20 0 18 0 109866411 9787879424 704842 33554432000 1073741824 1073778376 140736496421888 139910800660536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11402/tid=11419] ppid=11399 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11402/task/11419/stat : 11419 (java) S 11399 11402 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109866411 9787879424 704842 33554432000 1073741824 1073778376 140736496421888 139910799608440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11402/tid=11420] ppid=11399 vsize=9558476 CPUtime=0 cores=0,2,4,6

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

/proc/11402/task/11421/stat : 11421 (java) S 11399 11402 11074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109867537 9856040960 913013 33554432000 1073741824 1073778376 140736496421888 139910797501864 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1727.88
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.30 2.25 2.19 3/213 11466
/proc/meminfo: memFree=25907100/32872528 swapFree=16080/1655368
[pid=11402] ppid=11399 vsize=9625040 CPUtime=1788.21 cores=0,2,4,6
/proc/11402/stat : 11402 (java) S 11399 11402 11074 0 -1 4202496 612346 0 1 0 178553 268 0 0 20 0 19 0 109866406 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 140736496413024 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11402/statm: 2406260 951461 2291 9 0 2396937 0
[pid=11402/tid=11403] ppid=11399 vsize=9625040 CPUtime=1771.68 cores=0,2,4,6
/proc/11402/task/11403/stat : 11403 (java) R 11399 11402 11074 0 -1 4202560 4350 0 1 0 177098 70 0 0 20 0 19 0 109866406 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910981770944 139910854699037 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11402/tid=11405] ppid=11399 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/11402/task/11405/stat : 11405 (java) S 11399 11402 11074 0 -1 4202560 73288 0 0 0 60 24 0 0 20 0 19 0 109866407 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910825491240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11402/tid=11406] ppid=11399 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/11402/task/11406/stat : 11406 (java) S 11399 11402 11074 0 -1 4202560 69146 0 0 0 54 23 0 0 20 0 19 0 109866407 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910824438440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11402/tid=11407] ppid=11399 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/11402/task/11407/stat : 11407 (java) S 11399 11402 11074 0 -1 4202560 69886 0 0 0 60 22 0 0 20 0 19 0 109866407 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910823386152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11402/tid=11408] ppid=11399 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/11402/task/11408/stat : 11408 (java) S 11399 11402 11074 0 -1 4202560 76218 0 0 0 69 28 0 0 20 0 19 0 109866407 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910822333352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11402/tid=11409] ppid=11399 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/11402/task/11409/stat : 11409 (java) S 11399 11402 11074 0 -1 4202560 68889 0 0 0 64 19 0 0 20 0 19 0 109866407 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910821280040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11402/tid=11410] ppid=11399 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/11402/task/11410/stat : 11410 (java) S 11399 11402 11074 0 -1 4202560 76398 0 0 0 70 24 0 0 20 0 19 0 109866407 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910820227240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11402/tid=11411] ppid=11399 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/11402/task/11411/stat : 11411 (java) S 11399 11402 11074 0 -1 4202560 73133 0 0 0 60 20 0 0 20 0 19 0 109866407 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910819174952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11402/tid=11412] ppid=11399 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/11402/task/11412/stat : 11412 (java) S 11399 11402 11074 0 -1 4202560 64776 0 0 0 62 18 0 0 20 0 19 0 109866407 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910818122152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11402/tid=11413] ppid=11399 vsize=9625040 CPUtime=3.49 cores=0,2,4,6
/proc/11402/task/11413/stat : 11413 (java) S 11399 11402 11074 0 -1 4202560 24075 0 0 0 334 15 0 0 20 0 19 0 109866408 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910805924584 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11402/tid=11414] ppid=11399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11402/task/11414/stat : 11414 (java) S 11399 11402 11074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109866409 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910804870648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11402/tid=11415] ppid=11399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11402/task/11415/stat : 11415 (java) S 11399 11402 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109866409 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910803818248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11402/tid=11416] ppid=11399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11402/task/11416/stat : 11416 (java) S 11399 11402 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866411 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910802766736 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11402/tid=11417] ppid=11399 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/11402/task/11417/stat : 11417 (java) S 11399 11402 11074 0 -1 4202560 5494 0 0 0 66 1 0 0 20 0 19 0 109866411 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910801713336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11402/tid=11418] ppid=11399 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/11402/task/11418/stat : 11418 (java) S 11399 11402 11074 0 -1 4202560 5332 0 0 0 70 2 0 0 20 0 19 0 109866411 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910800660536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11402/tid=11419] ppid=11399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11402/task/11419/stat : 11419 (java) S 11399 11402 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866411 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910799608440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11402/tid=11420] ppid=11399 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/11402/task/11420/stat : 11420 (java) S 11399 11402 11074 0 -1 4202560 103 0 0 0 35 33 0 0 20 0 19 0 109866411 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910798555848 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11402/tid=11421] ppid=11399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11402/task/11421/stat : 11421 (java) S 11399 11402 11074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109867537 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910797501864 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1788.21
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.1 s]
/proc/loadavg: 2.25 2.24 2.19 3/213 11466
/proc/meminfo: memFree=25907104/32872528 swapFree=16080/1655368
[pid=11402] ppid=11399 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/11402/stat : 11402 (java) S 11399 11402 11074 0 -1 4202496 612346 0 1 0 179733 268 0 0 20 0 19 0 109866406 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 140736496413024 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11402/statm: 2406260 951461 2291 9 0 2396937 0
[pid=11402/tid=11403] ppid=11399 vsize=9625040 CPUtime=1783.45 cores=0,2,4,6
/proc/11402/task/11403/stat : 11403 (java) R 11399 11402 11074 0 -1 4202560 4350 0 1 0 178274 71 0 0 20 0 19 0 109866406 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910981770944 139910854801309 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11402/tid=11405] ppid=11399 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/11402/task/11405/stat : 11405 (java) S 11399 11402 11074 0 -1 4202560 73288 0 0 0 60 24 0 0 20 0 19 0 109866407 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910825491240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11402/tid=11406] ppid=11399 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/11402/task/11406/stat : 11406 (java) S 11399 11402 11074 0 -1 4202560 69146 0 0 0 54 23 0 0 20 0 19 0 109866407 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910824438440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11402/tid=11407] ppid=11399 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/11402/task/11407/stat : 11407 (java) S 11399 11402 11074 0 -1 4202560 69886 0 0 0 60 22 0 0 20 0 19 0 109866407 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910823386152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11402/tid=11408] ppid=11399 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/11402/task/11408/stat : 11408 (java) S 11399 11402 11074 0 -1 4202560 76218 0 0 0 69 28 0 0 20 0 19 0 109866407 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910822333352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11402/tid=11409] ppid=11399 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/11402/task/11409/stat : 11409 (java) S 11399 11402 11074 0 -1 4202560 68889 0 0 0 64 19 0 0 20 0 19 0 109866407 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910821280040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11402/tid=11410] ppid=11399 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/11402/task/11410/stat : 11410 (java) S 11399 11402 11074 0 -1 4202560 76398 0 0 0 70 24 0 0 20 0 19 0 109866407 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910820227240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11402/tid=11411] ppid=11399 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/11402/task/11411/stat : 11411 (java) S 11399 11402 11074 0 -1 4202560 73133 0 0 0 60 20 0 0 20 0 19 0 109866407 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910819174952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11402/tid=11412] ppid=11399 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/11402/task/11412/stat : 11412 (java) S 11399 11402 11074 0 -1 4202560 64776 0 0 0 62 18 0 0 20 0 19 0 109866407 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910818122152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11402/tid=11413] ppid=11399 vsize=9625040 CPUtime=3.49 cores=0,2,4,6
/proc/11402/task/11413/stat : 11413 (java) S 11399 11402 11074 0 -1 4202560 24075 0 0 0 334 15 0 0 20 0 19 0 109866408 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910805924584 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11402/tid=11414] ppid=11399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11402/task/11414/stat : 11414 (java) S 11399 11402 11074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109866409 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910804870648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11402/tid=11415] ppid=11399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11402/task/11415/stat : 11415 (java) S 11399 11402 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109866409 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910803818248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11402/tid=11416] ppid=11399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11402/task/11416/stat : 11416 (java) S 11399 11402 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866411 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910802766736 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11402/tid=11417] ppid=11399 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/11402/task/11417/stat : 11417 (java) S 11399 11402 11074 0 -1 4202560 5494 0 0 0 66 1 0 0 20 0 19 0 109866411 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910801713336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11402/tid=11418] ppid=11399 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/11402/task/11418/stat : 11418 (java) S 11399 11402 11074 0 -1 4202560 5332 0 0 0 70 2 0 0 20 0 19 0 109866411 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910800660536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11402/tid=11419] ppid=11399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11402/task/11419/stat : 11419 (java) S 11399 11402 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866411 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910799608440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11402/tid=11420] ppid=11399 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/11402/task/11420/stat : 11420 (java) S 11399 11402 11074 0 -1 4202560 103 0 0 0 36 33 0 0 20 0 19 0 109866411 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910798555848 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11402/tid=11421] ppid=11399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11402/task/11421/stat : 11421 (java) S 11399 11402 11074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109867537 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910797501864 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 11402 sig 9
??? kill -11402 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1794.1 s]
/proc/loadavg: 2.25 2.24 2.19 3/213 11466
/proc/meminfo: memFree=25907104/32872528 swapFree=16080/1655368
[pid=11402] ppid=11399 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/11402/stat : 11402 (java) S 11399 11402 11074 0 -1 4202496 612346 0 1 0 179733 268 0 0 20 0 19 0 109866406 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 140736496413024 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11402/statm: 2406260 951461 2291 9 0 2396937 0
[pid=11402/tid=11403] ppid=11399 vsize=9625040 CPUtime=1783.45 cores=0,2,4,6
/proc/11402/task/11403/stat : 11403 (java) R 11399 11402 11074 0 -1 4202560 4350 0 1 0 178274 71 0 0 20 0 19 0 109866406 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910981770944 139910854801309 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11402/tid=11405] ppid=11399 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/11402/task/11405/stat : 11405 (java) S 11399 11402 11074 0 -1 4202560 73288 0 0 0 60 24 0 0 20 0 19 0 109866407 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910825491240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11402/tid=11406] ppid=11399 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/11402/task/11406/stat : 11406 (java) S 11399 11402 11074 0 -1 4202560 69146 0 0 0 54 23 0 0 20 0 19 0 109866407 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910824438440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11402/tid=11407] ppid=11399 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/11402/task/11407/stat : 11407 (java) S 11399 11402 11074 0 -1 4202560 69886 0 0 0 60 22 0 0 20 0 19 0 109866407 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910823386152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11402/tid=11408] ppid=11399 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/11402/task/11408/stat : 11408 (java) S 11399 11402 11074 0 -1 4202560 76218 0 0 0 69 28 0 0 20 0 19 0 109866407 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910822333352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11402/tid=11409] ppid=11399 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/11402/task/11409/stat : 11409 (java) S 11399 11402 11074 0 -1 4202560 68889 0 0 0 64 19 0 0 20 0 19 0 109866407 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910821280040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11402/tid=11410] ppid=11399 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/11402/task/11410/stat : 11410 (java) S 11399 11402 11074 0 -1 4202560 76398 0 0 0 70 24 0 0 20 0 19 0 109866407 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910820227240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11402/tid=11411] ppid=11399 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/11402/task/11411/stat : 11411 (java) S 11399 11402 11074 0 -1 4202560 73133 0 0 0 60 20 0 0 20 0 19 0 109866407 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910819174952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11402/tid=11412] ppid=11399 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/11402/task/11412/stat : 11412 (java) S 11399 11402 11074 0 -1 4202560 64776 0 0 0 62 18 0 0 20 0 19 0 109866407 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910818122152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11402/tid=11413] ppid=11399 vsize=9625040 CPUtime=3.49 cores=0,2,4,6
/proc/11402/task/11413/stat : 11413 (java) S 11399 11402 11074 0 -1 4202560 24075 0 0 0 334 15 0 0 20 0 19 0 109866408 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910805924584 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11402/tid=11414] ppid=11399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11402/task/11414/stat : 11414 (java) S 11399 11402 11074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109866409 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910804870648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11402/tid=11415] ppid=11399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11402/task/11415/stat : 11415 (java) S 11399 11402 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109866409 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910803818248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11402/tid=11416] ppid=11399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11402/task/11416/stat : 11416 (java) S 11399 11402 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866411 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910802766736 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11402/tid=11417] ppid=11399 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/11402/task/11417/stat : 11417 (java) S 11399 11402 11074 0 -1 4202560 5494 0 0 0 66 1 0 0 20 0 19 0 109866411 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910801713336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11402/tid=11418] ppid=11399 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/11402/task/11418/stat : 11418 (java) S 11399 11402 11074 0 -1 4202560 5332 0 0 0 70 2 0 0 20 0 19 0 109866411 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910800660536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11402/tid=11419] ppid=11399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11402/task/11419/stat : 11419 (java) S 11399 11402 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866411 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910799608440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11402/tid=11420] ppid=11399 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/11402/task/11420/stat : 11420 (java) S 11399 11402 11074 0 -1 4202560 103 0 0 0 36 33 0 0 20 0 19 0 109866411 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910798555848 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11402/tid=11421] ppid=11399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11402/task/11421/stat : 11421 (java) S 11399 11402 11074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109867537 9856040960 951461 33554432000 1073741824 1073778376 140736496421888 139910797501864 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11402 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=990424
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=180516
# CPU time returned by wait4() is 1796.17
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.2
CPU time (s): 1800.01
CPU user time (s): 1797.33
CPU system time (s): 2.68
CPU usage (%): 100.324
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.99
system time used= 3.18052
maximum resident set size= 3855620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 612416
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 82701
involuntary context switches= 22279

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.4461 second user time and 16.8674 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-07 08:02:08
IDJOB=4085696
IDBENCH=89871
IDSOLVER=2546
FILE ID=node122/4085696-1465279328
RUNJOBID= node122-1465277527-11090
PBS_JOBID= 19843311
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-datt256.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085696-1465279328/watcher-4085696-1465279328 -o /tmp/evaluation-result-4085696-1465279328/solver-4085696-1465279328 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1465277527-11090 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085696-1465279328.opb

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

MD5SUM BENCH= eff0b252efd7ad849119636cdcc0cdec
RANDOM SEED=1081026915

node122.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.898
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.79
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.898
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.898
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.54
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.898
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.898
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.898
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:        30111680 kB
Buffers:          131116 kB
Cached:           182164 kB
SwapCached:          860 kB
Active:           153204 kB
Inactive:         207252 kB
Active(anon):      48144 kB
Inactive(anon):     1632 kB
Active(file):     105060 kB
Inactive(file):   205620 kB
Unevictable:     1655368 kB
Mlocked:           16080 kB
SwapTotal:      67108856 kB
SwapFree:       67099512 kB
Dirty:             20084 kB
Writeback:             0 kB
AnonPages:       1712476 kB
Mapped:            15316 kB
Shmem:                 0 kB
Slab:             602076 kB
SReclaimable:      45312 kB
SUnreclaim:       556764 kB
KernelStack:        1584 kB
PageTables:         7712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2344148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1681408 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= 71724 MiB
End job on node122 at 2016-06-07 08:32:03