Trace number 3689813

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.95 1796.05

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null10mast_rapportOE2.0_TMAX180_K192_cod2.opb
MD5SUM6aef9ca2bb094f9e5aa00d5eeeaa5070
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-3088
Best CPU time to get the best result obtained on this benchmark1800.85
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1605
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 189008
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 189008
Number of bits of the biggest sum of numbers18
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 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 2.3.2.v20120418
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.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3689813-1337893442.opb
0.11/0.11	c reading problem ... 
7.44/5.32	c ... done. Wall clock time 5.214s.
7.44/5.32	c declared #vars     400896
7.44/5.32	c #constraints  402763
7.44/5.32	c constraints type 
7.44/5.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
7.44/5.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
7.44/5.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
7.44/5.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
7.44/5.32	c 402763 constraints processed.
7.44/5.32	c objective function length is 1605 literals
49.46/46.73	c cleaning 2491 clauses out of 4998 with flag 5000/5000
77.06/74.14	c cleaning 4162 clauses out of 8508 with flag 11001/11001
114.01/111.10	c cleaning 5664 clauses out of 11346 with flag 18001/18001
154.54/151.55	c cleaning 6837 clauses out of 13684 with flag 26003/26003
198.39/195.35	c cleaning 7916 clauses out of 15844 with flag 35000/35000
248.11/245.05	c cleaning 8901 clauses out of 17931 with flag 45003/45003
296.82/293.73	c cleaning 10008 clauses out of 20028 with flag 56001/56001
348.26/345.10	c cleaning 10999 clauses out of 22019 with flag 68000/68000
404.58/401.43	c cleaning 12001 clauses out of 24021 with flag 81001/81001
475.00/471.87	c cleaning 13008 clauses out of 26019 with flag 95000/95000
552.13/548.92	c cleaning 14003 clauses out of 28011 with flag 110000/110000
637.13/633.99	c cleaning 15005 clauses out of 30009 with flag 126001/126001
714.06/710.89	c cleaning 15996 clauses out of 32004 with flag 143001/143001
797.28/794.06	c cleaning 16982 clauses out of 34007 with flag 161000/161000
862.60/859.33	c cleaning 18010 clauses out of 36025 with flag 180000/180000
918.71/915.41	c cleaning 19000 clauses out of 38015 with flag 200000/200000
981.40/978.02	c cleaning 19987 clauses out of 40015 with flag 221000/221000
1044.08/1040.63	c cleaning 20997 clauses out of 42028 with flag 243000/243000
1113.24/1109.75	c cleaning 21999 clauses out of 44031 with flag 266000/266000
1186.77/1183.10	c cleaning 23001 clauses out of 46032 with flag 290000/290000
1265.34/1261.62	c cleaning 24010 clauses out of 48032 with flag 315001/315001
1362.20/1358.44	c cleaning 25009 clauses out of 50022 with flag 341001/341001
1455.88/1452.03	c cleaning 26001 clauses out of 52013 with flag 368001/368001
1558.42/1554.51	c cleaning 27000 clauses out of 54011 with flag 396000/396000
1645.65/1641.76	c cleaning 28003 clauses out of 56013 with flag 425002/425002
1742.87/1738.98	c cleaning 28996 clauses out of 58008 with flag 455000/455000
1800.05/1796.01	c starts		: 151
1800.05/1796.01	c conflicts		: 471236
1800.05/1796.01	c decisions		: 1960720
1800.05/1796.01	c propagations		: 5522246066
1800.05/1796.01	c inspects		: 1644406002
1800.05/1796.01	c shortcuts		: 0
1800.05/1796.01	c learnt literals	: 2
1800.05/1796.01	c learnt binary clauses	: 1550
1800.05/1796.01	c learnt ternary clauses	: 1336
1800.05/1796.01	c learnt constraints	: 471234
1800.05/1796.01	c ignored constraints	: 0
1800.05/1796.01	c root simplifications	: 0
1800.05/1796.01	c removed literals (reason simplification)	: 0
1800.05/1796.01	c reason swapping (by a shorter reason)	: 0
1800.05/1796.01	c Calls to reduceDB	: 26
1800.05/1796.01	c number of reductions to clauses (during analyze)	: 0
1800.05/1796.01	c number of learned constraints concerned by reduction	: 0
1800.05/1796.01	c number of learning phase by resolution	: 0
1800.05/1796.01	c number of learning phase by cutting planes	: 0
1800.05/1796.01	c speed (assignments/second)	: 3083992.4567858214
1800.05/1796.01	c non guided choices	55
1800.05/1796.03	c learnt constraints type 
1800.05/1796.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1550
1800.05/1796.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 43702
1800.05/1796.03	c constraints type 
1800.05/1796.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
1800.05/1796.03	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.05/1796.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.05/1796.03	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.05/1796.03	c 402763 constraints processed.
1800.05/1796.03	s UNKNOWN
1800.05/1796.03	c Total wall clock time (in seconds): 1795.92

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3689813-1337893442/watcher-3689813-1337893442 -o /tmp/evaluation-result-3689813-1337893442/solver-3689813-1337893442 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689813-1337893442.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.03 2.04 2.03 3/194 24022
/proc/meminfo: memFree=28793520/32873648 swapFree=6844/6844
[pid=24022] ppid=24020 vsize=23172 CPUtime=0 cores=1,3,5,7
/proc/24022/stat : 24022 (java) R 24020 24022 21479 0 -1 4202496 1142 0 0 0 0 0 0 0 20 0 1 0 255471047 23728128 863 33554432000 1073741824 1073778376 140734934244512 140734934233576 271790933552 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/24022/statm: 6050 867 654 9 0 385 0
[pid=24022/tid=24023] ppid=24020 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24023/stat : 24023 (java) R 24020 24022 21479 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 2 0 255471047 91889664 873 33554432000 1073741824 1073778376 140734934244512 140734934233576 271787890736 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100356 s]
/proc/loadavg: 2.03 2.04 2.03 3/194 24022
/proc/meminfo: memFree=28793520/32873648 swapFree=6844/6844
[pid=24022] ppid=24020 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/24022/stat : 24022 (java) S 24020 24022 21479 0 -1 4202496 4424 0 1 0 10 1 0 0 20 0 18 0 255471047 9787813888 5116 33554432000 1073741824 1073778376 140734934244512 140734934235648 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24022/statm: 2389603 5116 2108 9 0 2380296 0
[pid=24022/tid=24023] ppid=24020 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/24022/task/24023/stat : 24023 (java) R 24020 24022 21479 0 -1 4202560 2480 0 1 0 7 0 0 0 20 0 18 0 255471047 9787813888 5116 33554432000 1073741824 1073778376 140734934244512 139644763962288 139644771728211 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.20024 s]
/proc/loadavg: 2.03 2.04 2.03 3/194 24022
/proc/meminfo: memFree=28793520/32873648 swapFree=6844/6844
[pid=24022] ppid=24020 vsize=9558412 CPUtime=0.29 cores=1,3,5,7
/proc/24022/stat : 24022 (java) S 24020 24022 21479 0 -1 4202496 5210 0 1 0 28 1 0 0 20 0 18 0 255471047 9787813888 10704 33554432000 1073741824 1073778376 140734934244512 140734934235648 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24022/statm: 2389603 10704 2201 9 0 2380296 0
[pid=24022/tid=24023] ppid=24020 vsize=9558412 CPUtime=0.17 cores=1,3,5,7
/proc/24022/task/24023/stat : 24023 (java) R 24020 24022 21479 0 -1 4202560 2499 0 1 0 16 1 0 0 20 0 18 0 255471047 9787813888 10704 33554432000 1073741824 1073778376 140734934244512 139644763962288 139644636561325 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558412

[startup+0.300262 s]
/proc/loadavg: 2.03 2.04 2.03 3/194 24022
/proc/meminfo: memFree=28793520/32873648 swapFree=6844/6844
[pid=24022] ppid=24020 vsize=9558412 CPUtime=0.54 cores=1,3,5,7
/proc/24022/stat : 24022 (java) S 24020 24022 21479 0 -1 4202496 6009 0 1 0 52 2 0 0 20 0 18 0 255471047 9787813888 13035 33554432000 1073741824 1073778376 140734934244512 140734934235648 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24022/statm: 2389603 13035 2220 9 0 2380296 0
[pid=24022/tid=24023] ppid=24020 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/24022/task/24023/stat : 24023 (java) R 24020 24022 21479 0 -1 4202560 2504 0 1 0 26 1 0 0 20 0 18 0 255471047 9787813888 13035 33554432000 1073741824 1073778376 140734934244512 139644763963448 139644636587083 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558412

[startup+0.70033 s]
/proc/loadavg: 2.03 2.04 2.03 3/194 24022
/proc/meminfo: memFree=28793520/32873648 swapFree=6844/6844
[pid=24022] ppid=24020 vsize=9558412 CPUtime=1.31 cores=1,3,5,7
/proc/24022/stat : 24022 (java) S 24020 24022 21479 0 -1 4202496 9541 0 1 0 127 4 0 0 20 0 18 0 255471047 9787813888 45090 33554432000 1073741824 1073778376 140734934244512 140734934235648 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24022/statm: 2389603 45090 2245 9 0 2380296 0
[pid=24022/tid=24023] ppid=24020 vsize=9558412 CPUtime=0.64 cores=1,3,5,7
/proc/24022/task/24023/stat : 24023 (java) R 24020 24022 21479 0 -1 4202560 2557 0 1 0 62 2 0 0 20 0 18 0 255471047 9787813888 45090 33554432000 1073741824 1073778376 140734934244512 139644763962760 271790957837 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9558412

[startup+1.50075 s]
/proc/loadavg: 2.03 2.03 2.03 3/212 24040
/proc/meminfo: memFree=28445792/32873648 swapFree=6844/6844
[pid=24022] ppid=24020 vsize=9558412 CPUtime=2.39 cores=1,3,5,7
/proc/24022/stat : 24022 (java) S 24020 24022 21479 0 -1 4202496 10246 0 1 0 227 12 0 0 20 0 18 0 255471047 9787813888 89155 33554432000 1073741824 1073778376 140734934244512 140734934235648 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24022/statm: 2389603 89155 2247 9 0 2380296 0
[pid=24022/tid=24023] ppid=24020 vsize=9558412 CPUtime=1.36 cores=1,3,5,7
/proc/24022/task/24023/stat : 24023 (java) R 24020 24022 21479 0 -1 4202560 2611 0 1 0 131 5 0 0 20 0 18 0 255471047 9787813888 89155 33554432000 1073741824 1073778376 140734934244512 139644763955072 139644636597696 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24022/tid=24025] ppid=24020 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/24022/task/24025/stat : 24025 (java) S 24020 24022 21479 0 -1 4202560 133 0 0 0 4 1 0 0 20 0 18 0 255471048 9787813888 89155 33554432000 1073741824 1073778376 140734934244512 139644607789352 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24026] ppid=24020 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/24022/task/24026/stat : 24026 (java) S 24020 24022 21479 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 255471048 9787813888 89155 33554432000 1073741824 1073778376 140734934244512 139644606736552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24027] ppid=24020 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/24022/task/24027/stat : 24027 (java) S 24020 24022 21479 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 18 0 255471048 9787813888 89155 33554432000 1073741824 1073778376 140734934244512 139644605684264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24022/tid=24028] ppid=24020 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/24022/task/24028/stat : 24028 (java) S 24020 24022 21479 0 -1 4202560 34 0 0 0 5 0 0 0 20 0 18 0 255471048 9787813888 89155 33554432000 1073741824 1073778376 140734934244512 139644604631464 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24022/tid=24029] ppid=24020 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/24022/task/24029/stat : 24029 (java) S 24020 24022 21479 0 -1 4202560 31 0 0 0 5 0 0 0 20 0 18 0 255471048 9787813888 89155 33554432000 1073741824 1073778376 140734934244512 139644603579176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24022/tid=24030] ppid=24020 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/24022/task/24030/stat : 24030 (java) S 24020 24022 21479 0 -1 4202560 124 0 0 0 4 2 0 0 20 0 18 0 255471048 9787813888 89155 33554432000 1073741824 1073778376 140734934244512 139644602526376 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24022/tid=24031] ppid=24020 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/24022/task/24031/stat : 24031 (java) S 24020 24022 21479 0 -1 4202560 102 0 0 0 3 0 0 0 20 0 18 0 255471048 9787813888 89155 33554432000 1073741824 1073778376 140734934244512 139644601474088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24032] ppid=24020 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/24022/task/24032/stat : 24032 (java) S 24020 24022 21479 0 -1 4202560 111 0 0 0 3 0 0 0 20 0 18 0 255471048 9787813888 89155 33554432000 1073741824 1073778376 140734934244512 139644600421288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24022/tid=24033] ppid=24020 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24033/stat : 24033 (java) S 24020 24022 21479 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 255471049 9787813888 89155 33554432000 1073741824 1073778376 140734934244512 139644588222696 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24022/tid=24034] ppid=24020 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24034/stat : 24034 (java) S 24020 24022 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255471049 9787813888 89155 33554432000 1073741824 1073778376 140734934244512 139644587168760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24035] ppid=24020 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24035/stat : 24035 (java) S 24020 24022 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255471049 9787813888 89155 33554432000 1073741824 1073778376 140734934244512 139644586116360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24036] ppid=24020 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24036/stat : 24036 (java) S 24020 24022 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255471052 9787813888 89155 33554432000 1073741824 1073778376 140734934244512 139644585064848 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24037] ppid=24020 vsize=9558412 CPUtime=0.3 cores=1,3,5,7
/proc/24022/task/24037/stat : 24037 (java) S 24020 24022 21479 0 -1 4202560 2845 0 0 0 30 0 0 0 20 0 18 0 255471052 9787813888 89155 33554432000 1073741824 1073778376 140734934244512 139644584012472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24038] ppid=24020 vsize=9558412 CPUtime=0.24 cores=1,3,5,7
/proc/24022/task/24038/stat : 24038 (java) S 24020 24022 21479 0 -1 4202560 2843 0 0 0 24 0 0 0 20 0 18 0 255471052 9787813888 89155 33554432000 1073741824 1073778376 140734934244512 139644582959672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24022/tid=24039] ppid=24020 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24039/stat : 24039 (java) S 24020 24022 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255471052 9787813888 89155 33554432000 1073741824 1073778376 140734934244512 139644581907576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24022/tid=24040] ppid=24020 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24040/stat : 24040 (java) S 24020 24022 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255471052 9787813888 89155 33554432000 1073741824 1073778376 140734934244512 139644580854984 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 9558412

[startup+3.10065 s]
/proc/loadavg: 2.03 2.03 2.03 3/212 24040
/proc/meminfo: memFree=28163916/32873648 swapFree=6844/6844
[pid=24022] ppid=24020 vsize=9558412 CPUtime=4.47 cores=1,3,5,7
/proc/24022/stat : 24022 (java) S 24020 24022 21479 0 -1 4202496 11251 0 1 0 420 27 0 0 20 0 18 0 255471047 9787813888 174319 33554432000 1073741824 1073778376 140734934244512 140734934235648 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24022/statm: 2389603 174319 2247 9 0 2380296 0
[pid=24022/tid=24023] ppid=24020 vsize=9558412 CPUtime=2.8 cores=1,3,5,7
/proc/24022/task/24023/stat : 24023 (java) S 24020 24022 21479 0 -1 4202560 2909 0 1 0 271 9 0 0 20 0 18 0 255471047 9787813888 174319 33554432000 1073741824 1073778376 140734934244512 139644763961944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24022/tid=24025] ppid=24020 vsize=9558412 CPUtime=0.16 cores=1,3,5,7
/proc/24022/task/24025/stat : 24025 (java) R 24020 24022 21479 0 -1 4202560 187 0 0 0 13 3 0 0 20 0 18 0 255471048 9787813888 174319 33554432000 1073741824 1073778376 140734934244512 139644607789528 139644767720543 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24022/tid=24026] ppid=24020 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/24022/task/24026/stat : 24026 (java) R 24020 24022 21479 0 -1 4202560 48 0 0 0 9 0 0 0 20 0 18 0 255471048 9787813888 174319 33554432000 1073741824 1073778376 140734934244512 139644606736728 139644767720648 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24027] ppid=24020 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/24022/task/24027/stat : 24027 (java) R 24020 24022 21479 0 -1 4202560 45 0 0 0 6 2 0 0 20 0 18 0 255471048 9787813888 174319 33554432000 1073741824 1073778376 140734934244512 139644605684440 139644766435001 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24022/tid=24028] ppid=24020 vsize=9558412 CPUtime=0.16 cores=1,3,5,7
/proc/24022/task/24028/stat : 24028 (java) R 24020 24022 21479 0 -1 4202560 114 0 0 0 13 3 0 0 20 0 18 0 255471048 9787813888 174319 33554432000 1073741824 1073778376 140734934244512 139644604631344 139644770472320 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24022/tid=24029] ppid=24020 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/24022/task/24029/stat : 24029 (java) R 24020 24022 21479 0 -1 4202560 113 0 0 0 12 2 0 0 20 0 18 0 255471048 9787813888 174319 33554432000 1073741824 1073778376 140734934244512 139644603579352 139644770859948 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24022/tid=24030] ppid=24020 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/24022/task/24030/stat : 24030 (java) R 24020 24022 21479 0 -1 4202560 199 0 0 0 12 3 0 0 20 0 18 0 255471048 9787813888 174319 33554432000 1073741824 1073778376 140734934244512 139644602526552 139644770862134 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24022/tid=24031] ppid=24020 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/24022/task/24031/stat : 24031 (java) R 24020 24022 21479 0 -1 4202560 160 0 0 0 8 2 0 0 20 0 18 0 255471048 9787813888 174319 33554432000 1073741824 1073778376 140734934244512 139644601474264 139644766435001 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24032] ppid=24020 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/24022/task/24032/stat : 24032 (java) R 24020 24022 21479 0 -1 4202560 135 0 0 0 7 1 0 0 20 0 18 0 255471048 9787813888 174319 33554432000 1073741824 1073778376 140734934244512 139644600421464 139644768139439 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24022/tid=24033] ppid=24020 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24033/stat : 24033 (java) S 24020 24022 21479 0 -1 4202560 479 0 0 0 0 0 0 0 20 0 18 0 255471049 9787813888 174319 33554432000 1073741824 1073778376 140734934244512 139644588221576 271790945340 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24022/tid=24034] ppid=24020 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24034/stat : 24034 (java) S 24020 24022 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255471049 9787813888 174319 33554432000 1073741824 1073778376 140734934244512 139644587168760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24035] ppid=24020 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24035/stat : 24035 (java) S 24020 24022 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255471049 9787813888 174319 33554432000 1073741824 1073778376 140734934244512 139644586116360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24036] ppid=24020 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24036/stat : 24036 (java) S 24020 24022 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255471052 9787813888 174319 33554432000 1073741824 1073778376 140734934244512 139644585064848 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24037] ppid=24020 vsize=9558412 CPUtime=0.3 cores=1,3,5,7
/proc/24022/task/24037/stat : 24037 (java) S 24020 24022 21479 0 -1 4202560 2845 0 0 0 30 0 0 0 20 0 18 0 255471052 9787813888 174319 33554432000 1073741824 1073778376 140734934244512 139644584012472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24038] ppid=24020 vsize=9558412 CPUtime=0.24 cores=1,3,5,7
/proc/24022/task/24038/stat : 24038 (java) S 24020 24022 21479 0 -1 4202560 2843 0 0 0 24 0 0 0 20 0 18 0 255471052 9787813888 174319 33554432000 1073741824 1073778376 140734934244512 139644582959672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24022/tid=24039] ppid=24020 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24039/stat : 24039 (java) S 24020 24022 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255471052 9787813888 174319 33554432000 1073741824 1073778376 140734934244512 139644581907576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24022/tid=24040] ppid=24020 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24040/stat : 24040 (java) S 24020 24022 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255471052 9787813888 174319 33554432000 1073741824 1073778376 140734934244512 139644580854984 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.47
Current children cumulated vsize (KiB) 9558412

[startup+6.3008 s]
/proc/loadavg: 2.11 2.05 2.04 4/213 24041
/proc/meminfo: memFree=26573292/32873648 swapFree=6844/6844
[pid=24022] ppid=24020 vsize=9624976 CPUtime=8.99 cores=1,3,5,7
/proc/24022/stat : 24022 (java) S 24020 24022 21479 0 -1 4202496 15571 0 1 0 837 62 0 0 20 0 19 0 255471047 9855975424 556464 33554432000 1073741824 1073778376 140734934244512 140734934235648 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24022/statm: 2406244 556464 2264 9 0 2396937 0
[pid=24022/tid=24023] ppid=24020 vsize=9624976 CPUtime=5.72 cores=1,3,5,7
/proc/24022/task/24023/stat : 24023 (java) R 24020 24022 21479 0 -1 4202560 4434 0 1 0 543 29 0 0 20 0 19 0 255471047 9855975424 556464 33554432000 1073741824 1073778376 140734934244512 139644763963816 139644637041229 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24022/tid=24025] ppid=24020 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/24022/task/24025/stat : 24025 (java) S 24020 24022 21479 0 -1 4202560 472 0 0 0 21 5 0 0 20 0 19 0 255471048 9855975424 556464 33554432000 1073741824 1073778376 140734934244512 139644607789352 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24022/tid=24026] ppid=24020 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/24022/task/24026/stat : 24026 (java) S 24020 24022 21479 0 -1 4202560 385 0 0 0 21 4 0 0 20 0 19 0 255471048 9855975424 556464 33554432000 1073741824 1073778376 140734934244512 139644606736552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24022/tid=24027] ppid=24020 vsize=9624976 CPUtime=0.19 cores=1,3,5,7
/proc/24022/task/24027/stat : 24027 (java) S 24020 24022 21479 0 -1 4202560 75 0 0 0 16 3 0 0 20 0 19 0 255471048 9855975424 556464 33554432000 1073741824 1073778376 140734934244512 139644605684264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24022/tid=24028] ppid=24020 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/24022/task/24028/stat : 24028 (java) S 24020 24022 21479 0 -1 4202560 371 0 0 0 22 4 0 0 20 0 19 0 255471048 9855975424 556464 33554432000 1073741824 1073778376 140734934244512 139644604631464 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24022/tid=24029] ppid=24020 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/24022/task/24029/stat : 24029 (java) S 24020 24022 21479 0 -1 4202560 146 0 0 0 20 4 0 0 20 0 19 0 255471048 9855975424 556464 33554432000 1073741824 1073778376 140734934244512 139644603579176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24030] ppid=24020 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/24022/task/24030/stat : 24030 (java) S 24020 24022 21479 0 -1 4202560 251 0 0 0 24 6 0 0 20 0 19 0 255471048 9855975424 556464 33554432000 1073741824 1073778376 140734934244512 139644602526376 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24022/tid=24031] ppid=24020 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/24022/task/24031/stat : 24031 (java) S 24020 24022 21479 0 -1 4202560 206 0 0 0 21 3 0 0 20 0 19 0 255471048 9855975424 556464 33554432000 1073741824 1073778376 140734934244512 139644601474088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24032] ppid=24020 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/24022/task/24032/stat : 24032 (java) S 24020 24022 21479 0 -1 4202560 185 0 0 0 21 3 0 0 20 0 19 0 255471048 9855975424 556464 33554432000 1073741824 1073778376 140734934244512 139644600421288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24022/tid=24033] ppid=24020 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24033/stat : 24033 (java) S 24020 24022 21479 0 -1 4202560 1265 0 0 0 0 0 0 0 20 0 19 0 255471049 9855975424 556464 33554432000 1073741824 1073778376 140734934244512 139644588222696 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24034] ppid=24020 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24034/stat : 24034 (java) S 24020 24022 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255471049 9855975424 556464 33554432000 1073741824 1073778376 140734934244512 139644587168760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24035] ppid=24020 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24035/stat : 24035 (java) S 24020 24022 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255471049 9855975424 556464 33554432000 1073741824 1073778376 140734934244512 139644586116360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24036] ppid=24020 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24036/stat : 24036 (java) S 24020 24022 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471052 9855975424 556464 33554432000 1073741824 1073778376 140734934244512 139644585064848 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24037] ppid=24020 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/24022/task/24037/stat : 24037 (java) S 24020 24022 21479 0 -1 4202560 3639 0 0 0 58 0 0 0 20 0 19 0 255471052 9855975424 556464 33554432000 1073741824 1073778376 140734934244512 139644584012472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24038] ppid=24020 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/24022/task/24038/stat : 24038 (java) S 24020 24022 21479 0 -1 4202560 2960 0 0 0 55 0 0 0 20 0 19 0 255471052 9855975424 556464 33554432000 1073741824 1073778376 140734934244512 139644582959672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24022/tid=24039] ppid=24020 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24039/stat : 24039 (java) S 24020 24022 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471052 9855975424 556464 33554432000 1073741824 1073778376 140734934244512 139644581907576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24022/tid=24040] ppid=24020 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24040/stat : 24040 (java) S 24020 24022 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471052 9855975424 556464 33554432000 1073741824 1073778376 140734934244512 139644580854984 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

[pid=24022/tid=24030] ppid=24020 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/24022/task/24030/stat : 24030 (java) S 24020 24022 21479 0 -1 4202560 327 0 0 0 43 9 0 0 20 0 19 0 255471048 9855975424 626654 33554432000 1073741824 1073778376 140734934244512 139644602526376 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24022/tid=24031] ppid=24020 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/24022/task/24031/stat : 24031 (java) S 24020 24022 21479 0 -1 4202560 315 0 0 0 41 6 0 0 20 0 19 0 255471048 9855975424 626654 33554432000 1073741824 1073778376 140734934244512 139644601474088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24032] ppid=24020 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/24022/task/24032/stat : 24032 (java) S 24020 24022 21479 0 -1 4202560 261 0 0 0 37 6 0 0 20 0 19 0 255471048 9855975424 626654 33554432000 1073741824 1073778376 140734934244512 139644600421288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24022/tid=24033] ppid=24020 vsize=9624976 CPUtime=10.29 cores=1,3,5,7
/proc/24022/task/24033/stat : 24033 (java) S 24020 24022 21479 0 -1 4202560 1434 0 0 0 1025 4 0 0 20 0 19 0 255471049 9855975424 626654 33554432000 1073741824 1073778376 140734934244512 139644588222696 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24022/tid=24034] ppid=24020 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24034/stat : 24034 (java) S 24020 24022 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255471049 9855975424 626654 33554432000 1073741824 1073778376 140734934244512 139644587168760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24035] ppid=24020 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24035/stat : 24035 (java) S 24020 24022 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255471049 9855975424 626654 33554432000 1073741824 1073778376 140734934244512 139644586116360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24036] ppid=24020 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24036/stat : 24036 (java) S 24020 24022 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471052 9855975424 626654 33554432000 1073741824 1073778376 140734934244512 139644585064848 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24037] ppid=24020 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/24022/task/24037/stat : 24037 (java) S 24020 24022 21479 0 -1 4202560 3659 0 0 0 74 0 0 0 20 0 19 0 255471052 9855975424 626654 33554432000 1073741824 1073778376 140734934244512 139644584012472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24038] ppid=24020 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/24022/task/24038/stat : 24038 (java) S 24020 24022 21479 0 -1 4202560 2978 0 0 0 62 0 0 0 20 0 19 0 255471052 9855975424 626654 33554432000 1073741824 1073778376 140734934244512 139644582959672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24022/tid=24039] ppid=24020 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24039/stat : 24039 (java) S 24020 24022 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471052 9855975424 626654 33554432000 1073741824 1073778376 140734934244512 139644581907576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24022/tid=24040] ppid=24020 vsize=9624976 CPUtime=0.82 cores=1,3,5,7
/proc/24022/task/24040/stat : 24040 (java) S 24020 24022 21479 0 -1 4202560 98 0 0 0 39 43 0 0 20 0 19 0 255471052 9855975424 626654 33554432000 1073741824 1073778376 140734934244512 139644580854984 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24022/tid=24041] ppid=24020 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24041/stat : 24041 (java) S 24020 24022 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255471586 9855975424 626654 33554432000 1073741824 1073778376 140734934244512 139644579799976 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1726.28
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/214 24116
/proc/meminfo: memFree=24111168/32873648 swapFree=6844/6844
[pid=24022] ppid=24020 vsize=9624976 CPUtime=1786.34 cores=1,3,5,7
/proc/24022/stat : 24022 (java) S 24020 24022 21479 0 -1 4202496 16512 0 1 0 178532 102 0 0 20 0 19 0 255471047 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 140734934235648 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24022/statm: 2406244 627172 2281 9 0 2396937 0
[pid=24022/tid=24023] ppid=24020 vsize=9624976 CPUtime=1770.4 cores=1,3,5,7
/proc/24022/task/24023/stat : 24023 (java) R 24020 24022 21479 0 -1 4202560 4465 0 1 0 176984 56 0 0 20 0 19 0 255471047 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644763963680 139644636995712 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24022/tid=24025] ppid=24020 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/24022/task/24025/stat : 24025 (java) S 24020 24022 21479 0 -1 4202560 520 0 0 0 41 6 0 0 20 0 19 0 255471048 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644607789352 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24026] ppid=24020 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/24022/task/24026/stat : 24026 (java) S 24020 24022 21479 0 -1 4202560 414 0 0 0 39 6 0 0 20 0 19 0 255471048 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644606736552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24022/tid=24027] ppid=24020 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/24022/task/24027/stat : 24027 (java) S 24020 24022 21479 0 -1 4202560 105 0 0 0 33 5 0 0 20 0 19 0 255471048 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644605684264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24028] ppid=24020 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/24022/task/24028/stat : 24028 (java) S 24020 24022 21479 0 -1 4202560 545 0 0 0 36 6 0 0 20 0 19 0 255471048 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644604631464 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24022/tid=24029] ppid=24020 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/24022/task/24029/stat : 24029 (java) S 24020 24022 21479 0 -1 4202560 198 0 0 0 38 6 0 0 20 0 19 0 255471048 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644603579176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24022/tid=24030] ppid=24020 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/24022/task/24030/stat : 24030 (java) S 24020 24022 21479 0 -1 4202560 327 0 0 0 44 9 0 0 20 0 19 0 255471048 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644602526376 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24022/tid=24031] ppid=24020 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/24022/task/24031/stat : 24031 (java) S 24020 24022 21479 0 -1 4202560 320 0 0 0 43 6 0 0 20 0 19 0 255471048 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644601474088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24022/tid=24032] ppid=24020 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/24022/task/24032/stat : 24032 (java) S 24020 24022 21479 0 -1 4202560 261 0 0 0 38 6 0 0 20 0 19 0 255471048 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644600421288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24022/tid=24033] ppid=24020 vsize=9624976 CPUtime=10.68 cores=1,3,5,7
/proc/24022/task/24033/stat : 24033 (java) S 24020 24022 21479 0 -1 4202560 1437 0 0 0 1064 4 0 0 20 0 19 0 255471049 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644588222696 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24022/tid=24034] ppid=24020 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24034/stat : 24034 (java) S 24020 24022 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255471049 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644587168760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24035] ppid=24020 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24035/stat : 24035 (java) S 24020 24022 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255471049 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644586116360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24036] ppid=24020 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24036/stat : 24036 (java) S 24020 24022 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471052 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644585064848 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24037] ppid=24020 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/24022/task/24037/stat : 24037 (java) S 24020 24022 21479 0 -1 4202560 3659 0 0 0 74 0 0 0 20 0 19 0 255471052 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644584012472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24038] ppid=24020 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/24022/task/24038/stat : 24038 (java) S 24020 24022 21479 0 -1 4202560 2978 0 0 0 62 0 0 0 20 0 19 0 255471052 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644582959672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24022/tid=24039] ppid=24020 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24039/stat : 24039 (java) S 24020 24022 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471052 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644581907576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24022/tid=24040] ppid=24020 vsize=9624976 CPUtime=0.86 cores=1,3,5,7
/proc/24022/task/24040/stat : 24040 (java) S 24020 24022 21479 0 -1 4202560 102 0 0 0 42 44 0 0 20 0 19 0 255471052 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644580854984 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24022/tid=24041] ppid=24020 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24041/stat : 24041 (java) S 24020 24022 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255471586 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644579799976 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1786.34
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796 s]
/proc/loadavg: 2.06 2.03 2.00 3/213 24116
/proc/meminfo: memFree=24111056/32873648 swapFree=6844/6844
[pid=24022] ppid=24020 vsize=9624976 CPUtime=1800.05 cores=1,3,5,7
/proc/24022/stat : 24022 (java) S 24020 24022 21479 0 -1 4202496 16512 0 1 0 179903 102 0 0 20 0 19 0 255471047 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 140734934235648 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24022/statm: 2406244 627172 2281 9 0 2396937 0
[pid=24022/tid=24023] ppid=24020 vsize=9624976 CPUtime=1784.11 cores=1,3,5,7
/proc/24022/task/24023/stat : 24023 (java) R 24020 24022 21479 0 -1 4202560 4465 0 1 0 178354 57 0 0 20 0 19 0 255471047 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644763963680 139644636950490 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24022/tid=24025] ppid=24020 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/24022/task/24025/stat : 24025 (java) S 24020 24022 21479 0 -1 4202560 520 0 0 0 41 6 0 0 20 0 19 0 255471048 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644607789352 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24026] ppid=24020 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/24022/task/24026/stat : 24026 (java) S 24020 24022 21479 0 -1 4202560 414 0 0 0 39 6 0 0 20 0 19 0 255471048 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644606736552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24022/tid=24027] ppid=24020 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/24022/task/24027/stat : 24027 (java) S 24020 24022 21479 0 -1 4202560 105 0 0 0 33 5 0 0 20 0 19 0 255471048 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644605684264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24028] ppid=24020 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/24022/task/24028/stat : 24028 (java) S 24020 24022 21479 0 -1 4202560 545 0 0 0 36 6 0 0 20 0 19 0 255471048 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644604631464 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24022/tid=24029] ppid=24020 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/24022/task/24029/stat : 24029 (java) S 24020 24022 21479 0 -1 4202560 198 0 0 0 38 6 0 0 20 0 19 0 255471048 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644603579176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24022/tid=24030] ppid=24020 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/24022/task/24030/stat : 24030 (java) S 24020 24022 21479 0 -1 4202560 327 0 0 0 44 9 0 0 20 0 19 0 255471048 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644602526376 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24022/tid=24031] ppid=24020 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/24022/task/24031/stat : 24031 (java) S 24020 24022 21479 0 -1 4202560 320 0 0 0 43 6 0 0 20 0 19 0 255471048 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644601474088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24022/tid=24032] ppid=24020 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/24022/task/24032/stat : 24032 (java) S 24020 24022 21479 0 -1 4202560 261 0 0 0 38 6 0 0 20 0 19 0 255471048 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644600421288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24022/tid=24033] ppid=24020 vsize=9624976 CPUtime=10.68 cores=1,3,5,7
/proc/24022/task/24033/stat : 24033 (java) S 24020 24022 21479 0 -1 4202560 1437 0 0 0 1064 4 0 0 20 0 19 0 255471049 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644588222696 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24022/tid=24034] ppid=24020 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24034/stat : 24034 (java) S 24020 24022 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255471049 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644587168760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24035] ppid=24020 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24035/stat : 24035 (java) S 24020 24022 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255471049 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644586116360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24036] ppid=24020 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24036/stat : 24036 (java) S 24020 24022 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471052 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644585064848 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24037] ppid=24020 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/24022/task/24037/stat : 24037 (java) S 24020 24022 21479 0 -1 4202560 3659 0 0 0 74 0 0 0 20 0 19 0 255471052 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644584012472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24038] ppid=24020 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/24022/task/24038/stat : 24038 (java) S 24020 24022 21479 0 -1 4202560 2978 0 0 0 62 0 0 0 20 0 19 0 255471052 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644582959672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24022/tid=24039] ppid=24020 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24039/stat : 24039 (java) S 24020 24022 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471052 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644581907576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24022/tid=24040] ppid=24020 vsize=9624976 CPUtime=0.86 cores=1,3,5,7
/proc/24022/task/24040/stat : 24040 (java) S 24020 24022 21479 0 -1 4202560 102 0 0 0 42 44 0 0 20 0 19 0 255471052 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644580854984 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24022/tid=24041] ppid=24020 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24041/stat : 24041 (java) S 24020 24022 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255471586 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644579799976 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1796 s]
/proc/loadavg: 2.06 2.03 2.00 3/213 24116
/proc/meminfo: memFree=24111056/32873648 swapFree=6844/6844
[pid=24022] ppid=24020 vsize=9624976 CPUtime=1800.05 cores=1,3,5,7
/proc/24022/stat : 24022 (java) S 24020 24022 21479 0 -1 4202496 16512 0 1 0 179903 102 0 0 20 0 19 0 255471047 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 140734934235648 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24022/statm: 2406244 627172 2281 9 0 2396937 0
[pid=24022/tid=24023] ppid=24020 vsize=9624976 CPUtime=1784.11 cores=1,3,5,7
/proc/24022/task/24023/stat : 24023 (java) R 24020 24022 21479 0 -1 4202560 4465 0 1 0 178354 57 0 0 20 0 19 0 255471047 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644763963680 139644636950490 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24022/tid=24025] ppid=24020 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/24022/task/24025/stat : 24025 (java) S 24020 24022 21479 0 -1 4202560 520 0 0 0 41 6 0 0 20 0 19 0 255471048 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644607789352 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24026] ppid=24020 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/24022/task/24026/stat : 24026 (java) S 24020 24022 21479 0 -1 4202560 414 0 0 0 39 6 0 0 20 0 19 0 255471048 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644606736552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24022/tid=24027] ppid=24020 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/24022/task/24027/stat : 24027 (java) S 24020 24022 21479 0 -1 4202560 105 0 0 0 33 5 0 0 20 0 19 0 255471048 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644605684264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24028] ppid=24020 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/24022/task/24028/stat : 24028 (java) S 24020 24022 21479 0 -1 4202560 545 0 0 0 36 6 0 0 20 0 19 0 255471048 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644604631464 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24022/tid=24029] ppid=24020 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/24022/task/24029/stat : 24029 (java) S 24020 24022 21479 0 -1 4202560 198 0 0 0 38 6 0 0 20 0 19 0 255471048 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644603579176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24022/tid=24030] ppid=24020 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/24022/task/24030/stat : 24030 (java) S 24020 24022 21479 0 -1 4202560 327 0 0 0 44 9 0 0 20 0 19 0 255471048 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644602526376 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24022/tid=24031] ppid=24020 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/24022/task/24031/stat : 24031 (java) S 24020 24022 21479 0 -1 4202560 320 0 0 0 43 6 0 0 20 0 19 0 255471048 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644601474088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24022/tid=24032] ppid=24020 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/24022/task/24032/stat : 24032 (java) S 24020 24022 21479 0 -1 4202560 261 0 0 0 38 6 0 0 20 0 19 0 255471048 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644600421288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24022/tid=24033] ppid=24020 vsize=9624976 CPUtime=10.68 cores=1,3,5,7
/proc/24022/task/24033/stat : 24033 (java) S 24020 24022 21479 0 -1 4202560 1437 0 0 0 1064 4 0 0 20 0 19 0 255471049 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644588222696 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24022/tid=24034] ppid=24020 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24034/stat : 24034 (java) S 24020 24022 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255471049 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644587168760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24035] ppid=24020 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24035/stat : 24035 (java) S 24020 24022 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255471049 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644586116360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24036] ppid=24020 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24036/stat : 24036 (java) S 24020 24022 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471052 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644585064848 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24037] ppid=24020 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/24022/task/24037/stat : 24037 (java) S 24020 24022 21479 0 -1 4202560 3659 0 0 0 74 0 0 0 20 0 19 0 255471052 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644584012472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24022/tid=24038] ppid=24020 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/24022/task/24038/stat : 24038 (java) S 24020 24022 21479 0 -1 4202560 2978 0 0 0 62 0 0 0 20 0 19 0 255471052 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644582959672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24022/tid=24039] ppid=24020 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24039/stat : 24039 (java) S 24020 24022 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471052 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644581907576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24022/tid=24040] ppid=24020 vsize=9624976 CPUtime=0.86 cores=1,3,5,7
/proc/24022/task/24040/stat : 24040 (java) S 24020 24022 21479 0 -1 4202560 102 0 0 0 42 44 0 0 20 0 19 0 255471052 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644580854984 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24022/tid=24041] ppid=24020 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24022/task/24041/stat : 24041 (java) S 24020 24022 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255471586 9855975424 627172 33554432000 1073741824 1073778376 140734934244512 139644579799976 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9624976

Child status: 143
Real time (s): 1796.05
CPU time (s): 1800.95
CPU user time (s): 1799.24
CPU system time (s): 1.71274
CPU usage (%): 100.273
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.24
system time used= 1.71274
maximum resident set size= 2508816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16548
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39031
involuntary context switches= 14036

runsolver used 5.72013 second user time and 15.7146 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-24 23:04:03
IDJOB=3689813
IDBENCH=90903
IDSOLVER=2269
FILE ID=node115/3689813-1337893442
RUNJOBID= node115-1337871882-21496
PBS_JOBID= 14620089
Free space on /tmp= 71620 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_10null10mast_rapportOE2.0_TMAX180_K192_cod2.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689813-1337893442/watcher-3689813-1337893442 -o /tmp/evaluation-result-3689813-1337893442/solver-3689813-1337893442 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689813-1337893442.opb

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

MD5SUM BENCH= 6aef9ca2bb094f9e5aa00d5eeeaa5070
RANDOM SEED=1899197219

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28794040 kB
Buffers:          212108 kB
Cached:          2861628 kB
SwapCached:            0 kB
Active:          1148912 kB
Inactive:        2163132 kB
Active(anon):     241196 kB
Inactive(anon):        0 kB
Active(file):     907716 kB
Inactive(file):  2163132 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             28028 kB
Writeback:             0 kB
AnonPages:        249872 kB
Mapped:            22580 kB
Shmem:               200 kB
Slab:             625820 kB
SReclaimable:      69648 kB
SUnreclaim:       556172 kB
KernelStack:        1584 kB
PageTables:         4644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     831012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    204800 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71596 MiB
End job on node115 at 2012-05-24 23:34:01