Trace number 3710192

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 specific settings 2.3.2 snapshot? (TO) 1800.28 1710.85

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__1024.opb
MD5SUM27407827fbebab1f7933182f4b9808e6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1465935
Best CPU time to get the best result obtained on this benchmark1803.37
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5120998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint1024
Maximum length of a constraint41985
Number of terms in the objective function 5120000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 175851328512
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 175851328512
Number of bits of the biggest sum of numbers38
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 This software uses some libraries from the Jakarta Commons project. See jakarta.apache.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.09/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.11	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710192-1338178441.opb
0.09/0.12	c reading problem ... 
173.58/106.76	c ... done. Wall clock time 106.641s.
173.58/106.76	c declared #vars     5120998
173.58/106.76	c #constraints  7000
173.58/106.76	c constraints type 
173.58/106.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
173.58/106.76	c org.sat4j.minisat.constraints.card.MinWatchCard => 5002
173.58/106.76	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1996
173.58/106.76	c 7000 constraints processed.
235.13/166.67	c cleaning 2551 clauses out of 5102 with flag 5102/5102
348.48/278.82	c cleaning 4312 clauses out of 8624 with flag 11175/11175
435.99/364.97	c cleaning 5654 clauses out of 11324 with flag 18187/18187
528.83/456.32	c cleaning 7010 clauses out of 14024 with flag 26541/26541
617.25/543.36	c cleaning 7737 clauses out of 15480 with flag 35007/35007
713.05/637.55	c cleaning 8867 clauses out of 17736 with flag 45000/45000
876.53/799.38	c cleaning 9957 clauses out of 19913 with flag 56044/56044
989.15/910.42	c cleaning 10916 clauses out of 21913 with flag 68001/68001
1122.11/1041.05	c cleaning 12293 clauses out of 24586 with flag 81590/81590
1239.18/1157.03	c cleaning 11948 clauses out of 25703 with flag 95000/95000
1427.86/1343.39	c cleaning 14553 clauses out of 29105 with flag 110350/110350
1540.29/1453.46	c cleaning 15564 clauses out of 31128 with flag 126926/126926
1658.58/1570.68	c cleaning 16291 clauses out of 32586 with flag 143948/143948
1800.02/1710.81	c starts		: 97
1800.02/1710.81	c conflicts		: 153025
1800.02/1710.81	c decisions		: 99145266
1800.02/1710.81	c propagations		: 700365899
1800.02/1710.81	c inspects		: 1498540799
1800.02/1710.81	c shortcuts		: 0
1800.02/1710.81	c learnt literals	: 0
1800.02/1710.81	c learnt binary clauses	: 0
1800.02/1710.81	c learnt ternary clauses	: 0
1800.02/1710.81	c learnt constraints	: 153025
1800.02/1710.81	c ignored constraints	: 0
1800.02/1710.81	c root simplifications	: 97
1800.02/1710.81	c removed literals (reason simplification)	: 602736
1800.02/1710.81	c reason swapping (by a shorter reason)	: 0
1800.02/1710.81	c Calls to reduceDB	: 13
1800.02/1710.81	c number of reductions to clauses (during analyze)	: 0
1800.02/1710.81	c number of learned constraints concerned by reduction	: 0
1800.02/1710.81	c number of learning phase by resolution	: 0
1800.02/1710.81	c number of learning phase by cutting planes	: 0
1800.02/1710.81	c speed (assignments/second)	: 436718.7915445532
1800.02/1710.81	c non guided choices	93981491
1800.02/1710.82	c learnt constraints type 
1800.02/1710.82	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 25374
1800.02/1710.82	c constraints type 
1800.02/1710.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
1800.02/1710.82	c org.sat4j.minisat.constraints.card.MinWatchCard => 5002
1800.02/1710.82	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1996
1800.02/1710.82	c 7000 constraints processed.
1800.02/1710.82	s UNKNOWN
1800.02/1710.82	c Total wall clock time (in seconds): 1710.707

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-3710192-1338178441/watcher-3710192-1338178441 -o /tmp/evaluation-result-3710192-1338178441/solver-3710192-1338178441 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710192-1338178441.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.08 2.02 2.01 3/194 16434
/proc/meminfo: memFree=29822812/32873648 swapFree=6860/6860
[pid=16434] ppid=16432 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/16434/stat : 16434 (java) D 16432 16434 13368 0 -1 4202496 242 0 0 0 0 0 0 0 20 0 1 0 283970848 9515008 176 33554432000 1073741824 1073778376 140737445446560 140737445429288 266435642256 0 0 4096 0 18446744072100609316 0 0 17 3 0 0 0 0 0
/proc/16434/statm: 2323 176 133 9 0 71 0

[startup+0.0985339 s]
/proc/loadavg: 2.08 2.02 2.01 3/194 16434
/proc/meminfo: memFree=29822812/32873648 swapFree=6860/6860
[pid=16434] ppid=16432 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/16434/stat : 16434 (java) S 16432 16434 13368 0 -1 4202496 4289 0 1 0 7 1 0 0 20 0 18 0 283970848 9787842560 5999 33554432000 1073741824 1073778376 140735583960752 140735583951888 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16434/statm: 2389610 5999 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.100192 s]
/proc/loadavg: 2.08 2.02 2.01 3/194 16434
/proc/meminfo: memFree=29822812/32873648 swapFree=6860/6860
[pid=16434] ppid=16432 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/16434/stat : 16434 (java) S 16432 16434 13368 0 -1 4202496 4290 0 1 0 8 1 0 0 20 0 18 0 283970848 9787842560 6000 33554432000 1073741824 1073778376 140735583960752 140735583951888 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16434/statm: 2389610 6000 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300166 s]
/proc/loadavg: 2.08 2.02 2.01 3/194 16434
/proc/meminfo: memFree=29822812/32873648 swapFree=6860/6860
[pid=16434] ppid=16432 vsize=9558440 CPUtime=0.46 cores=1,3,5,7
/proc/16434/stat : 16434 (java) S 16432 16434 13368 0 -1 4202496 5295 0 1 0 41 5 0 0 20 0 18 0 283970848 9787842560 43500 33554432000 1073741824 1073778376 140735583960752 140735583951888 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16434/statm: 2389610 43500 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558440

[startup+0.700183 s]
/proc/loadavg: 2.08 2.02 2.01 3/194 16434
/proc/meminfo: memFree=29822812/32873648 swapFree=6860/6860
[pid=16434] ppid=16432 vsize=9558440 CPUtime=1.09 cores=1,3,5,7
/proc/16434/stat : 16434 (java) S 16432 16434 13368 0 -1 4202496 5459 0 1 0 102 7 0 0 20 0 18 0 283970848 9787842560 67679 33554432000 1073741824 1073778376 140735583960752 140735583951888 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16434/statm: 2389610 67679 2239 9 0 2380296 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9558440

[startup+1.50064 s]
/proc/loadavg: 2.08 2.02 2.01 3/212 16452
/proc/meminfo: memFree=29528292/32873648 swapFree=6860/6860
[pid=16434] ppid=16432 vsize=9558440 CPUtime=1.98 cores=1,3,5,7
/proc/16434/stat : 16434 (java) S 16432 16434 13368 0 -1 4202496 5912 0 1 0 186 12 0 0 20 0 18 0 283970848 9787842560 100294 33554432000 1073741824 1073778376 140735583960752 140735583951888 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16434/statm: 2389610 100294 2239 9 0 2380296 0
[pid=16434/tid=16436] ppid=16432 vsize=9558440 CPUtime=1.35 cores=1,3,5,7
/proc/16434/task/16436/stat : 16436 (java) R 16432 16434 13368 0 -1 4202560 2605 0 1 0 129 6 0 0 20 0 18 0 283970850 9787842560 100294 33554432000 1073741824 1073778376 140735583960752 140371756666720 266439025933 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16434/tid=16437] ppid=16432 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/16434/task/16437/stat : 16437 (java) S 16432 16434 13368 0 -1 4202560 142 0 0 0 2 0 0 0 20 0 18 0 283970851 9787842560 100294 33554432000 1073741824 1073778376 140735583960752 140371600030504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16438] ppid=16432 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/16434/task/16438/stat : 16438 (java) S 16432 16434 13368 0 -1 4202560 40 0 0 0 3 1 0 0 20 0 18 0 283970851 9787842560 100294 33554432000 1073741824 1073778376 140735583960752 140371598977704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16434/tid=16439] ppid=16432 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/16434/task/16439/stat : 16439 (java) S 16432 16434 13368 0 -1 4202560 39 0 0 0 3 1 0 0 20 0 18 0 283970851 9787842560 100294 33554432000 1073741824 1073778376 140735583960752 140371597925416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16434/tid=16440] ppid=16432 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/16434/task/16440/stat : 16440 (java) S 16432 16434 13368 0 -1 4202560 38 0 0 0 8 0 0 0 20 0 18 0 283970851 9787842560 100294 33554432000 1073741824 1073778376 140735583960752 140371596872616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16441] ppid=16432 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/16434/task/16441/stat : 16441 (java) S 16432 16434 13368 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 283970851 9787842560 100294 33554432000 1073741824 1073778376 140735583960752 140371595819304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16434/tid=16442] ppid=16432 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/16434/task/16442/stat : 16442 (java) S 16432 16434 13368 0 -1 4202560 120 0 0 0 4 0 0 0 20 0 18 0 283970851 9787842560 100294 33554432000 1073741824 1073778376 140735583960752 140371594766504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16434/tid=16443] ppid=16432 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/16434/task/16443/stat : 16443 (java) S 16432 16434 13368 0 -1 4202560 129 0 0 0 5 0 0 0 20 0 18 0 283970851 9787842560 100294 33554432000 1073741824 1073778376 140735583960752 140371593714216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16444] ppid=16432 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/16434/task/16444/stat : 16444 (java) S 16432 16434 13368 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 18 0 283970851 9787842560 100294 33554432000 1073741824 1073778376 140735583960752 140371592661416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16445] ppid=16432 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/16434/task/16445/stat : 16445 (java) S 16432 16434 13368 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 283970852 9787842560 100294 33554432000 1073741824 1073778376 140735583960752 140371580463848 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16446] ppid=16432 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/16434/task/16446/stat : 16446 (java) S 16432 16434 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 283970852 9787842560 100294 33554432000 1073741824 1073778376 140735583960752 140371579409912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16447] ppid=16432 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/16434/task/16447/stat : 16447 (java) S 16432 16434 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 283970852 9787842560 100294 33554432000 1073741824 1073778376 140735583960752 140371578357512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16448] ppid=16432 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/16434/task/16448/stat : 16448 (java) S 16432 16434 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283970854 9787842560 100294 33554432000 1073741824 1073778376 140735583960752 140371577306000 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16449] ppid=16432 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/16434/task/16449/stat : 16449 (java) S 16432 16434 13368 0 -1 4202560 864 0 0 0 8 0 0 0 20 0 18 0 283970854 9787842560 100294 33554432000 1073741824 1073778376 140735583960752 140371576252600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16450] ppid=16432 vsize=9558440 CPUtime=0.06 cores=1,3,5,7
/proc/16434/task/16450/stat : 16450 (java) S 16432 16434 13368 0 -1 4202560 662 0 0 0 6 0 0 0 20 0 18 0 283970854 9787842560 100294 33554432000 1073741824 1073778376 140735583960752 140371575199800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16434/tid=16451] ppid=16432 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/16434/task/16451/stat : 16451 (java) S 16432 16434 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283970854 9787842560 100294 33554432000 1073741824 1073778376 140735583960752 140371574147704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16434/tid=16452] ppid=16432 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/16434/task/16452/stat : 16452 (java) S 16432 16434 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283970854 9787842560 100294 33554432000 1073741824 1073778376 140735583960752 140371573095112 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 9558440

[startup+3.10065 s]
/proc/loadavg: 2.08 2.02 2.01 3/212 16452
/proc/meminfo: memFree=29345712/32873648 swapFree=6860/6860
[pid=16434] ppid=16432 vsize=9558440 CPUtime=3.95 cores=1,3,5,7
/proc/16434/stat : 16434 (java) S 16432 16434 13368 0 -1 4202496 6418 0 1 0 372 23 0 0 20 0 18 0 283970848 9787842560 134403 33554432000 1073741824 1073778376 140735583960752 140735583951888 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16434/statm: 2389610 134403 2243 9 0 2380296 0
[pid=16434/tid=16436] ppid=16432 vsize=9558440 CPUtime=2.82 cores=1,3,5,7
/proc/16434/task/16436/stat : 16436 (java) R 16432 16434 13368 0 -1 4202560 2614 0 1 0 275 7 0 0 20 0 18 0 283970850 9787842560 134403 33554432000 1073741824 1073778376 140735583960752 140371756666752 266439025933 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16437] ppid=16432 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/16434/task/16437/stat : 16437 (java) S 16432 16434 13368 0 -1 4202560 187 0 0 0 6 3 0 0 20 0 18 0 283970851 9787842560 134403 33554432000 1073741824 1073778376 140735583960752 140371600030504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16434/tid=16438] ppid=16432 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/16434/task/16438/stat : 16438 (java) S 16432 16434 13368 0 -1 4202560 79 0 0 0 7 2 0 0 20 0 18 0 283970851 9787842560 134403 33554432000 1073741824 1073778376 140735583960752 140371598977704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16434/tid=16439] ppid=16432 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/16434/task/16439/stat : 16439 (java) S 16432 16434 13368 0 -1 4202560 75 0 0 0 7 3 0 0 20 0 18 0 283970851 9787842560 134403 33554432000 1073741824 1073778376 140735583960752 140371597925416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16434/tid=16440] ppid=16432 vsize=9558440 CPUtime=0.13 cores=1,3,5,7
/proc/16434/task/16440/stat : 16440 (java) S 16432 16434 13368 0 -1 4202560 72 0 0 0 10 3 0 0 20 0 18 0 283970851 9787842560 134403 33554432000 1073741824 1073778376 140735583960752 140371596872616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16434/tid=16441] ppid=16432 vsize=9558440 CPUtime=0.11 cores=1,3,5,7
/proc/16434/task/16441/stat : 16441 (java) S 16432 16434 13368 0 -1 4202560 87 0 0 0 9 2 0 0 20 0 18 0 283970851 9787842560 134403 33554432000 1073741824 1073778376 140735583960752 140371595819304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16434/tid=16442] ppid=16432 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/16434/task/16442/stat : 16442 (java) S 16432 16434 13368 0 -1 4202560 155 0 0 0 8 2 0 0 20 0 18 0 283970851 9787842560 134403 33554432000 1073741824 1073778376 140735583960752 140371594766504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16434/tid=16443] ppid=16432 vsize=9558440 CPUtime=0.14 cores=1,3,5,7
/proc/16434/task/16443/stat : 16443 (java) S 16432 16434 13368 0 -1 4202560 192 0 0 0 13 1 0 0 20 0 18 0 283970851 9787842560 134403 33554432000 1073741824 1073778376 140735583960752 140371593714216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16434/tid=16444] ppid=16432 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/16434/task/16444/stat : 16444 (java) S 16432 16434 13368 0 -1 4202560 56 0 0 0 7 0 0 0 20 0 18 0 283970851 9787842560 134403 33554432000 1073741824 1073778376 140735583960752 140371592661416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16434/tid=16445] ppid=16432 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/16434/task/16445/stat : 16445 (java) S 16432 16434 13368 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 283970852 9787842560 134403 33554432000 1073741824 1073778376 140735583960752 140371580463848 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16446] ppid=16432 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/16434/task/16446/stat : 16446 (java) S 16432 16434 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 283970852 9787842560 134403 33554432000 1073741824 1073778376 140735583960752 140371579409912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16447] ppid=16432 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/16434/task/16447/stat : 16447 (java) S 16432 16434 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 283970852 9787842560 134403 33554432000 1073741824 1073778376 140735583960752 140371578357512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16448] ppid=16432 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/16434/task/16448/stat : 16448 (java) S 16432 16434 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283970854 9787842560 134403 33554432000 1073741824 1073778376 140735583960752 140371577306000 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16449] ppid=16432 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/16434/task/16449/stat : 16449 (java) S 16432 16434 13368 0 -1 4202560 868 0 0 0 8 0 0 0 20 0 18 0 283970854 9787842560 134403 33554432000 1073741824 1073778376 140735583960752 140371576252600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16450] ppid=16432 vsize=9558440 CPUtime=0.06 cores=1,3,5,7
/proc/16434/task/16450/stat : 16450 (java) S 16432 16434 13368 0 -1 4202560 662 0 0 0 6 0 0 0 20 0 18 0 283970854 9787842560 134403 33554432000 1073741824 1073778376 140735583960752 140371575199800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16434/tid=16451] ppid=16432 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/16434/task/16451/stat : 16451 (java) S 16432 16434 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283970854 9787842560 134403 33554432000 1073741824 1073778376 140735583960752 140371574147704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16434/tid=16452] ppid=16432 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/16434/task/16452/stat : 16452 (java) S 16432 16434 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283970854 9787842560 134403 33554432000 1073741824 1073778376 140735583960752 140371573095112 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 9558440

[startup+6.30067 s]
/proc/loadavg: 2.07 2.02 2.00 3/212 16452
/proc/meminfo: memFree=28916116/32873648 swapFree=6860/6860
[pid=16434] ppid=16432 vsize=9558440 CPUtime=7.86 cores=1,3,5,7
/proc/16434/stat : 16434 (java) S 16432 16434 13368 0 -1 4202496 8538 0 1 0 742 44 0 0 20 0 18 0 283970848 9787842560 246650 33554432000 1073741824 1073778376 140735583960752 140735583951888 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16434/statm: 2389610 246650 2256 9 0 2380296 0
[pid=16434/tid=16436] ppid=16432 vsize=9558440 CPUtime=5.46 cores=1,3,5,7
/proc/16434/task/16436/stat : 16436 (java) R 16432 16434 13368 0 -1 4202560 2903 0 1 0 534 12 0 0 20 0 18 0 283970850 9787842560 246650 33554432000 1073741824 1073778376 140735583960752 140371756666912 266439025933 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16434/tid=16437] ppid=16432 vsize=9558440 CPUtime=0.16 cores=1,3,5,7
/proc/16434/task/16437/stat : 16437 (java) S 16432 16434 13368 0 -1 4202560 483 0 0 0 13 3 0 0 20 0 18 0 283970851 9787842560 246650 33554432000 1073741824 1073778376 140735583960752 140371600030504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16438] ppid=16432 vsize=9558440 CPUtime=0.18 cores=1,3,5,7
/proc/16434/task/16438/stat : 16438 (java) S 16432 16434 13368 0 -1 4202560 262 0 0 0 15 3 0 0 20 0 18 0 283970851 9787842560 246650 33554432000 1073741824 1073778376 140735583960752 140371598977704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16439] ppid=16432 vsize=9558440 CPUtime=0.23 cores=1,3,5,7
/proc/16434/task/16439/stat : 16439 (java) S 16432 16434 13368 0 -1 4202560 274 0 0 0 18 5 0 0 20 0 18 0 283970851 9787842560 246650 33554432000 1073741824 1073778376 140735583960752 140371597925416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16440] ppid=16432 vsize=9558440 CPUtime=0.28 cores=1,3,5,7
/proc/16434/task/16440/stat : 16440 (java) S 16432 16434 13368 0 -1 4202560 170 0 0 0 23 5 0 0 20 0 18 0 283970851 9787842560 246650 33554432000 1073741824 1073778376 140735583960752 140371596872616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16441] ppid=16432 vsize=9558440 CPUtime=0.22 cores=1,3,5,7
/proc/16434/task/16441/stat : 16441 (java) S 16432 16434 13368 0 -1 4202560 155 0 0 0 18 4 0 0 20 0 18 0 283970851 9787842560 246650 33554432000 1073741824 1073778376 140735583960752 140371595819304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16442] ppid=16432 vsize=9558440 CPUtime=0.2 cores=1,3,5,7
/proc/16434/task/16442/stat : 16442 (java) S 16432 16434 13368 0 -1 4202560 362 0 0 0 17 3 0 0 20 0 18 0 283970851 9787842560 246650 33554432000 1073741824 1073778376 140735583960752 140371594766504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16434/tid=16443] ppid=16432 vsize=9558440 CPUtime=0.28 cores=1,3,5,7
/proc/16434/task/16443/stat : 16443 (java) S 16432 16434 13368 0 -1 4202560 284 0 0 0 23 5 0 0 20 0 18 0 283970851 9787842560 246650 33554432000 1073741824 1073778376 140735583960752 140371593714216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16434/tid=16444] ppid=16432 vsize=9558440 CPUtime=0.21 cores=1,3,5,7
/proc/16434/task/16444/stat : 16444 (java) S 16432 16434 13368 0 -1 4202560 146 0 0 0 17 4 0 0 20 0 18 0 283970851 9787842560 246650 33554432000 1073741824 1073778376 140735583960752 140371592661416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16434/tid=16445] ppid=16432 vsize=9558440 CPUtime=0.3 cores=1,3,5,7
/proc/16434/task/16445/stat : 16445 (java) S 16432 16434 13368 0 -1 4202560 794 0 0 0 30 0 0 0 20 0 18 0 283970852 9787842560 246650 33554432000 1073741824 1073778376 140735583960752 140371580463848 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16434/tid=16446] ppid=16432 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/16434/task/16446/stat : 16446 (java) S 16432 16434 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 283970852 9787842560 246650 33554432000 1073741824 1073778376 140735583960752 140371579409912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16447] ppid=16432 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/16434/task/16447/stat : 16447 (java) S 16432 16434 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 283970852 9787842560 246650 33554432000 1073741824 1073778376 140735583960752 140371578357512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16448] ppid=16432 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/16434/task/16448/stat : 16448 (java) S 16432 16434 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283970854 9787842560 246650 33554432000 1073741824 1073778376 140735583960752 140371577306000 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16449] ppid=16432 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/16434/task/16449/stat : 16449 (java) S 16432 16434 13368 0 -1 4202560 868 0 0 0 10 0 0 0 20 0 18 0 283970854 9787842560 246650 33554432000 1073741824 1073778376 140735583960752 140371576252600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16450] ppid=16432 vsize=9558440 CPUtime=0.06 cores=1,3,5,7
/proc/16434/task/16450/stat : 16450 (java) S 16432 16434 13368 0 -1 4202560 662 0 0 0 6 0 0 0 20 0 18 0 283970854 9787842560 246650 33554432000 1073741824 1073778376 140735583960752 140371575199800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16434/tid=16451] ppid=16432 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/16434/task/16451/stat : 16451 (java) S 16432 16434 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283970854 9787842560 246650 33554432000 1073741824 1073778376 140735583960752 140371574147704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16434/tid=16452] ppid=16432 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/16434/task/16452/stat : 16452 (java) S 16432 16434 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283970854 9787842560 246650 33554432000 1073741824 1073778376 140735583960752 140371573095112 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.86
Current children cumulated vsize (KiB) 9558440

[startup+12.7007 s]
/proc/loadavg: 2.07 2.02 2.00 3/212 16452
/proc/meminfo: memFree=27660996/32873648 swapFree=6860/6860
[pid=16434] ppid=16432 vsize=9558440 CPUtime=17.19 cores=1,3,5,7
/proc/16434/stat : 16434 (java) S 16432 16434 13368 0 -1 4202496 30659 0 1 0 1614 105 0 0 20 0 18 0 283970848 9787842560 514300 33554432000 1073741824 1073778376 140735583960752 140735583951888 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16434/statm: 2389610 514300 2261 9 0 2380296 0
[pid=16434/tid=16436] ppid=16432 vsize=9558440 CPUtime=9.07 cores=1,3,5,7

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

[pid=16434/tid=16442] ppid=16432 vsize=9625004 CPUtime=13.78 cores=1,3,5,7
/proc/16434/task/16442/stat : 16442 (java) S 16432 16434 13368 0 -1 4202560 7282 0 0 0 1323 55 0 0 20 0 19 0 283970851 9856004096 1780053 33554432000 1073741824 1073778376 140735583960752 140371594766504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16434/tid=16443] ppid=16432 vsize=9625004 CPUtime=14.57 cores=1,3,5,7
/proc/16434/task/16443/stat : 16443 (java) S 16432 16434 13368 0 -1 4202560 7301 0 0 0 1393 64 0 0 20 0 19 0 283970851 9856004096 1780053 33554432000 1073741824 1073778376 140735583960752 140371593714216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16434/tid=16444] ppid=16432 vsize=9625004 CPUtime=14.64 cores=1,3,5,7
/proc/16434/task/16444/stat : 16444 (java) S 16432 16434 13368 0 -1 4202560 8230 0 0 0 1406 58 0 0 20 0 19 0 283970851 9856004096 1780053 33554432000 1073741824 1073778376 140735583960752 140371592661416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16434/tid=16445] ppid=16432 vsize=9625004 CPUtime=115.05 cores=1,3,5,7
/proc/16434/task/16445/stat : 16445 (java) S 16432 16434 13368 0 -1 4202560 15633 0 0 0 11488 17 0 0 20 0 19 0 283970852 9856004096 1780053 33554432000 1073741824 1073778376 140735583960752 140371580463848 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16446] ppid=16432 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16434/task/16446/stat : 16446 (java) S 16432 16434 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283970852 9856004096 1780053 33554432000 1073741824 1073778376 140735583960752 140371579409912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16447] ppid=16432 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16434/task/16447/stat : 16447 (java) S 16432 16434 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283970852 9856004096 1780053 33554432000 1073741824 1073778376 140735583960752 140371578357512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16448] ppid=16432 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16434/task/16448/stat : 16448 (java) S 16432 16434 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283970854 9856004096 1780053 33554432000 1073741824 1073778376 140735583960752 140371577306000 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16449] ppid=16432 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/16434/task/16449/stat : 16449 (java) S 16432 16434 13368 0 -1 4202560 4021 0 0 0 71 0 0 0 20 0 19 0 283970854 9856004096 1780053 33554432000 1073741824 1073778376 140735583960752 140371576252600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16450] ppid=16432 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/16434/task/16450/stat : 16450 (java) S 16432 16434 13368 0 -1 4202560 5382 0 0 0 63 0 0 0 20 0 19 0 283970854 9856004096 1780053 33554432000 1073741824 1073778376 140735583960752 140371575199800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16434/tid=16451] ppid=16432 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16434/task/16451/stat : 16451 (java) S 16432 16434 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283970854 9856004096 1780053 33554432000 1073741824 1073778376 140735583960752 140371574147704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16434/tid=16452] ppid=16432 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/16434/task/16452/stat : 16452 (java) S 16432 16434 13368 0 -1 4202560 91 0 0 0 24 40 0 0 20 0 19 0 283970854 9856004096 1780053 33554432000 1073741824 1073778376 140735583960752 140371573095112 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16453] ppid=16432 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16434/task/16453/stat : 16453 (java) S 16432 16434 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283981560 9856004096 1780053 33554432000 1073741824 1073778376 140735583960752 140371572041128 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1690.75
Current children cumulated vsize (KiB) 9625004

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 16527
/proc/meminfo: memFree=22772308/32873648 swapFree=6860/6860
[pid=16434] ppid=16432 vsize=9625004 CPUtime=1750.77 cores=1,3,5,7
/proc/16434/stat : 16434 (java) S 16432 16434 13368 0 -1 4202496 96754 0 1 0 174503 574 0 0 20 0 19 0 283970848 9856004096 1780053 33554432000 1073741824 1073778376 140735583960752 140735583951888 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16434/statm: 2406251 1780053 2284 9 0 2396937 0
[pid=16434/tid=16436] ppid=16432 vsize=9625004 CPUtime=1517.42 cores=1,3,5,7
/proc/16434/task/16436/stat : 16436 (java) R 16432 16434 13368 0 -1 4202560 3738 0 1 0 151690 52 0 0 20 0 19 0 283970850 9856004096 1780053 33554432000 1073741824 1073778376 140735583960752 140371756675376 140371628444883 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16434/tid=16437] ppid=16432 vsize=9625004 CPUtime=14.63 cores=1,3,5,7
/proc/16434/task/16437/stat : 16437 (java) S 16432 16434 13368 0 -1 4202560 8393 0 0 0 1399 64 0 0 20 0 19 0 283970851 9856004096 1780053 33554432000 1073741824 1073778376 140735583960752 140371600030504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16438] ppid=16432 vsize=9625004 CPUtime=14.32 cores=1,3,5,7
/proc/16434/task/16438/stat : 16438 (java) S 16432 16434 13368 0 -1 4202560 6865 0 0 0 1373 59 0 0 20 0 19 0 283970851 9856004096 1780053 33554432000 1073741824 1073778376 140735583960752 140371598977704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16434/tid=16439] ppid=16432 vsize=9625004 CPUtime=14.23 cores=1,3,5,7
/proc/16434/task/16439/stat : 16439 (java) S 16432 16434 13368 0 -1 4202560 7765 0 0 0 1362 61 0 0 20 0 19 0 283970851 9856004096 1780053 33554432000 1073741824 1073778376 140735583960752 140371597925416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16440] ppid=16432 vsize=9625004 CPUtime=15.27 cores=1,3,5,7
/proc/16434/task/16440/stat : 16440 (java) S 16432 16434 13368 0 -1 4202560 15846 0 0 0 1469 58 0 0 20 0 19 0 283970851 9856004096 1780053 33554432000 1073741824 1073778376 140735583960752 140371596872616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16434/tid=16441] ppid=16432 vsize=9625004 CPUtime=14.83 cores=1,3,5,7
/proc/16434/task/16441/stat : 16441 (java) S 16432 16434 13368 0 -1 4202560 5021 0 0 0 1420 63 0 0 20 0 19 0 283970851 9856004096 1780053 33554432000 1073741824 1073778376 140735583960752 140371595819304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16434/tid=16442] ppid=16432 vsize=9625004 CPUtime=13.78 cores=1,3,5,7
/proc/16434/task/16442/stat : 16442 (java) S 16432 16434 13368 0 -1 4202560 7282 0 0 0 1323 55 0 0 20 0 19 0 283970851 9856004096 1780053 33554432000 1073741824 1073778376 140735583960752 140371594766504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16434/tid=16443] ppid=16432 vsize=9625004 CPUtime=14.57 cores=1,3,5,7
/proc/16434/task/16443/stat : 16443 (java) S 16432 16434 13368 0 -1 4202560 7301 0 0 0 1393 64 0 0 20 0 19 0 283970851 9856004096 1780053 33554432000 1073741824 1073778376 140735583960752 140371593714216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16434/tid=16444] ppid=16432 vsize=9625004 CPUtime=14.64 cores=1,3,5,7
/proc/16434/task/16444/stat : 16444 (java) S 16432 16434 13368 0 -1 4202560 8230 0 0 0 1406 58 0 0 20 0 19 0 283970851 9856004096 1780053 33554432000 1073741824 1073778376 140735583960752 140371592661416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16434/tid=16445] ppid=16432 vsize=9625004 CPUtime=115.05 cores=1,3,5,7
/proc/16434/task/16445/stat : 16445 (java) S 16432 16434 13368 0 -1 4202560 15633 0 0 0 11488 17 0 0 20 0 19 0 283970852 9856004096 1780053 33554432000 1073741824 1073778376 140735583960752 140371580463848 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16446] ppid=16432 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16434/task/16446/stat : 16446 (java) S 16432 16434 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283970852 9856004096 1780053 33554432000 1073741824 1073778376 140735583960752 140371579409912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16447] ppid=16432 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16434/task/16447/stat : 16447 (java) S 16432 16434 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283970852 9856004096 1780053 33554432000 1073741824 1073778376 140735583960752 140371578357512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16448] ppid=16432 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16434/task/16448/stat : 16448 (java) S 16432 16434 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283970854 9856004096 1780053 33554432000 1073741824 1073778376 140735583960752 140371577306000 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16449] ppid=16432 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/16434/task/16449/stat : 16449 (java) S 16432 16434 13368 0 -1 4202560 4021 0 0 0 71 0 0 0 20 0 19 0 283970854 9856004096 1780053 33554432000 1073741824 1073778376 140735583960752 140371576252600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16450] ppid=16432 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/16434/task/16450/stat : 16450 (java) S 16432 16434 13368 0 -1 4202560 5382 0 0 0 63 0 0 0 20 0 19 0 283970854 9856004096 1780053 33554432000 1073741824 1073778376 140735583960752 140371575199800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16434/tid=16451] ppid=16432 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16434/task/16451/stat : 16451 (java) S 16432 16434 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283970854 9856004096 1780053 33554432000 1073741824 1073778376 140735583960752 140371574147704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16434/tid=16452] ppid=16432 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/16434/task/16452/stat : 16452 (java) S 16432 16434 13368 0 -1 4202560 95 0 0 0 25 41 0 0 20 0 19 0 283970854 9856004096 1780053 33554432000 1073741824 1073778376 140735583960752 140371573095112 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16453] ppid=16432 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16434/task/16453/stat : 16453 (java) S 16432 16434 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283981560 9856004096 1780053 33554432000 1073741824 1073778376 140735583960752 140371572041128 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1750.77
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1710.8 s]
/proc/loadavg: 2.07 2.02 2.00 3/213 16527
/proc/meminfo: memFree=22772436/32873648 swapFree=6860/6860
[pid=16434] ppid=16432 vsize=9625004 CPUtime=1800.02 cores=1,3,5,7
/proc/16434/stat : 16434 (java) S 16432 16434 13368 0 -1 4202496 96762 0 1 0 179427 575 0 0 20 0 19 0 283970848 9856004096 1780054 33554432000 1073741824 1073778376 140735583960752 140735583951888 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16434/statm: 2406251 1780054 2284 9 0 2396937 0
[pid=16434/tid=16436] ppid=16432 vsize=9625004 CPUtime=1565.67 cores=1,3,5,7
/proc/16434/task/16436/stat : 16436 (java) R 16432 16434 13368 0 -1 4202560 3739 0 1 0 156515 52 0 0 20 0 19 0 283970850 9856004096 1780054 33554432000 1073741824 1073778376 140735583960752 140371756674496 140371628444942 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16434/tid=16437] ppid=16432 vsize=9625004 CPUtime=14.75 cores=1,3,5,7
/proc/16434/task/16437/stat : 16437 (java) S 16432 16434 13368 0 -1 4202560 8393 0 0 0 1411 64 0 0 20 0 19 0 283970851 9856004096 1780054 33554432000 1073741824 1073778376 140735583960752 140371600030504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16438] ppid=16432 vsize=9625004 CPUtime=14.42 cores=1,3,5,7
/proc/16434/task/16438/stat : 16438 (java) S 16432 16434 13368 0 -1 4202560 6866 0 0 0 1383 59 0 0 20 0 19 0 283970851 9856004096 1780054 33554432000 1073741824 1073778376 140735583960752 140371598977704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16439] ppid=16432 vsize=9625004 CPUtime=14.35 cores=1,3,5,7
/proc/16434/task/16439/stat : 16439 (java) S 16432 16434 13368 0 -1 4202560 7765 0 0 0 1374 61 0 0 20 0 19 0 283970851 9856004096 1780054 33554432000 1073741824 1073778376 140735583960752 140371597925416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16440] ppid=16432 vsize=9625004 CPUtime=15.4 cores=1,3,5,7
/proc/16434/task/16440/stat : 16440 (java) S 16432 16434 13368 0 -1 4202560 15846 0 0 0 1482 58 0 0 20 0 19 0 283970851 9856004096 1780054 33554432000 1073741824 1073778376 140735583960752 140371596872616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16441] ppid=16432 vsize=9625004 CPUtime=14.95 cores=1,3,5,7
/proc/16434/task/16441/stat : 16441 (java) S 16432 16434 13368 0 -1 4202560 5021 0 0 0 1432 63 0 0 20 0 19 0 283970851 9856004096 1780054 33554432000 1073741824 1073778376 140735583960752 140371595819304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16434/tid=16442] ppid=16432 vsize=9625004 CPUtime=13.9 cores=1,3,5,7
/proc/16434/task/16442/stat : 16442 (java) S 16432 16434 13368 0 -1 4202560 7282 0 0 0 1335 55 0 0 20 0 19 0 283970851 9856004096 1780054 33554432000 1073741824 1073778376 140735583960752 140371594766504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16434/tid=16443] ppid=16432 vsize=9625004 CPUtime=14.75 cores=1,3,5,7
/proc/16434/task/16443/stat : 16443 (java) S 16432 16434 13368 0 -1 4202560 7301 0 0 0 1411 64 0 0 20 0 19 0 283970851 9856004096 1780054 33554432000 1073741824 1073778376 140735583960752 140371593714216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16434/tid=16444] ppid=16432 vsize=9625004 CPUtime=14.73 cores=1,3,5,7
/proc/16434/task/16444/stat : 16444 (java) S 16432 16434 13368 0 -1 4202560 8230 0 0 0 1415 58 0 0 20 0 19 0 283970851 9856004096 1780054 33554432000 1073741824 1073778376 140735583960752 140371592661416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16434/tid=16445] ppid=16432 vsize=9625004 CPUtime=115.06 cores=1,3,5,7
/proc/16434/task/16445/stat : 16445 (java) S 16432 16434 13368 0 -1 4202560 15635 0 0 0 11489 17 0 0 20 0 19 0 283970852 9856004096 1780054 33554432000 1073741824 1073778376 140735583960752 140371580463848 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16434/tid=16446] ppid=16432 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16434/task/16446/stat : 16446 (java) S 16432 16434 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283970852 9856004096 1780054 33554432000 1073741824 1073778376 140735583960752 140371579409912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16447] ppid=16432 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16434/task/16447/stat : 16447 (java) S 16432 16434 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283970852 9856004096 1780054 33554432000 1073741824 1073778376 140735583960752 140371578357512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16448] ppid=16432 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16434/task/16448/stat : 16448 (java) S 16432 16434 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283970854 9856004096 1780054 33554432000 1073741824 1073778376 140735583960752 140371577306000 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16449] ppid=16432 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/16434/task/16449/stat : 16449 (java) S 16432 16434 13368 0 -1 4202560 4021 0 0 0 71 0 0 0 20 0 19 0 283970854 9856004096 1780054 33554432000 1073741824 1073778376 140735583960752 140371576252600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16450] ppid=16432 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/16434/task/16450/stat : 16450 (java) S 16432 16434 13368 0 -1 4202560 5382 0 0 0 63 0 0 0 20 0 19 0 283970854 9856004096 1780054 33554432000 1073741824 1073778376 140735583960752 140371575199800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16434/tid=16451] ppid=16432 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16434/task/16451/stat : 16451 (java) S 16432 16434 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283970854 9856004096 1780054 33554432000 1073741824 1073778376 140735583960752 140371574147704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16434/tid=16452] ppid=16432 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/16434/task/16452/stat : 16452 (java) S 16432 16434 13368 0 -1 4202560 99 0 0 0 26 42 0 0 20 0 19 0 283970854 9856004096 1780054 33554432000 1073741824 1073778376 140735583960752 140371573095112 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16453] ppid=16432 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16434/task/16453/stat : 16453 (java) S 16432 16434 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283981560 9856004096 1780054 33554432000 1073741824 1073778376 140735583960752 140371572041128 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1710.8 s]
/proc/loadavg: 2.07 2.02 2.00 3/213 16527
/proc/meminfo: memFree=22772436/32873648 swapFree=6860/6860
[pid=16434] ppid=16432 vsize=9625004 CPUtime=1800.02 cores=1,3,5,7
/proc/16434/stat : 16434 (java) S 16432 16434 13368 0 -1 4202496 96762 0 1 0 179427 575 0 0 20 0 19 0 283970848 9856004096 1780054 33554432000 1073741824 1073778376 140735583960752 140735583951888 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16434/statm: 2406251 1780054 2284 9 0 2396937 0
[pid=16434/tid=16436] ppid=16432 vsize=9625004 CPUtime=1565.67 cores=1,3,5,7
/proc/16434/task/16436/stat : 16436 (java) R 16432 16434 13368 0 -1 4202560 3739 0 1 0 156515 52 0 0 20 0 19 0 283970850 9856004096 1780054 33554432000 1073741824 1073778376 140735583960752 140371756674496 140371628444942 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16434/tid=16437] ppid=16432 vsize=9625004 CPUtime=14.75 cores=1,3,5,7
/proc/16434/task/16437/stat : 16437 (java) S 16432 16434 13368 0 -1 4202560 8393 0 0 0 1411 64 0 0 20 0 19 0 283970851 9856004096 1780054 33554432000 1073741824 1073778376 140735583960752 140371600030504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16438] ppid=16432 vsize=9625004 CPUtime=14.42 cores=1,3,5,7
/proc/16434/task/16438/stat : 16438 (java) S 16432 16434 13368 0 -1 4202560 6866 0 0 0 1383 59 0 0 20 0 19 0 283970851 9856004096 1780054 33554432000 1073741824 1073778376 140735583960752 140371598977704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16439] ppid=16432 vsize=9625004 CPUtime=14.35 cores=1,3,5,7
/proc/16434/task/16439/stat : 16439 (java) S 16432 16434 13368 0 -1 4202560 7765 0 0 0 1374 61 0 0 20 0 19 0 283970851 9856004096 1780054 33554432000 1073741824 1073778376 140735583960752 140371597925416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16440] ppid=16432 vsize=9625004 CPUtime=15.4 cores=1,3,5,7
/proc/16434/task/16440/stat : 16440 (java) S 16432 16434 13368 0 -1 4202560 15846 0 0 0 1482 58 0 0 20 0 19 0 283970851 9856004096 1780054 33554432000 1073741824 1073778376 140735583960752 140371596872616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16441] ppid=16432 vsize=9625004 CPUtime=14.95 cores=1,3,5,7
/proc/16434/task/16441/stat : 16441 (java) S 16432 16434 13368 0 -1 4202560 5021 0 0 0 1432 63 0 0 20 0 19 0 283970851 9856004096 1780054 33554432000 1073741824 1073778376 140735583960752 140371595819304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16434/tid=16442] ppid=16432 vsize=9625004 CPUtime=13.9 cores=1,3,5,7
/proc/16434/task/16442/stat : 16442 (java) S 16432 16434 13368 0 -1 4202560 7282 0 0 0 1335 55 0 0 20 0 19 0 283970851 9856004096 1780054 33554432000 1073741824 1073778376 140735583960752 140371594766504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16434/tid=16443] ppid=16432 vsize=9625004 CPUtime=14.75 cores=1,3,5,7
/proc/16434/task/16443/stat : 16443 (java) S 16432 16434 13368 0 -1 4202560 7301 0 0 0 1411 64 0 0 20 0 19 0 283970851 9856004096 1780054 33554432000 1073741824 1073778376 140735583960752 140371593714216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16434/tid=16444] ppid=16432 vsize=9625004 CPUtime=14.73 cores=1,3,5,7
/proc/16434/task/16444/stat : 16444 (java) S 16432 16434 13368 0 -1 4202560 8230 0 0 0 1415 58 0 0 20 0 19 0 283970851 9856004096 1780054 33554432000 1073741824 1073778376 140735583960752 140371592661416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16434/tid=16445] ppid=16432 vsize=9625004 CPUtime=115.06 cores=1,3,5,7
/proc/16434/task/16445/stat : 16445 (java) S 16432 16434 13368 0 -1 4202560 15635 0 0 0 11489 17 0 0 20 0 19 0 283970852 9856004096 1780054 33554432000 1073741824 1073778376 140735583960752 140371580463848 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16434/tid=16446] ppid=16432 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16434/task/16446/stat : 16446 (java) S 16432 16434 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283970852 9856004096 1780054 33554432000 1073741824 1073778376 140735583960752 140371579409912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16447] ppid=16432 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16434/task/16447/stat : 16447 (java) S 16432 16434 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283970852 9856004096 1780054 33554432000 1073741824 1073778376 140735583960752 140371578357512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16448] ppid=16432 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16434/task/16448/stat : 16448 (java) S 16432 16434 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283970854 9856004096 1780054 33554432000 1073741824 1073778376 140735583960752 140371577306000 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16449] ppid=16432 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/16434/task/16449/stat : 16449 (java) S 16432 16434 13368 0 -1 4202560 4021 0 0 0 71 0 0 0 20 0 19 0 283970854 9856004096 1780054 33554432000 1073741824 1073778376 140735583960752 140371576252600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16450] ppid=16432 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/16434/task/16450/stat : 16450 (java) S 16432 16434 13368 0 -1 4202560 5382 0 0 0 63 0 0 0 20 0 19 0 283970854 9856004096 1780054 33554432000 1073741824 1073778376 140735583960752 140371575199800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16434/tid=16451] ppid=16432 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16434/task/16451/stat : 16451 (java) S 16432 16434 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283970854 9856004096 1780054 33554432000 1073741824 1073778376 140735583960752 140371574147704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16434/tid=16452] ppid=16432 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/16434/task/16452/stat : 16452 (java) S 16432 16434 13368 0 -1 4202560 99 0 0 0 26 42 0 0 20 0 19 0 283970854 9856004096 1780054 33554432000 1073741824 1073778376 140735583960752 140371573095112 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16434/tid=16453] ppid=16432 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16434/task/16453/stat : 16453 (java) S 16432 16434 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283981560 9856004096 1780054 33554432000 1073741824 1073778376 140735583960752 140371572041128 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1710.85
CPU time (s): 1800.28
CPU user time (s): 1794.19
CPU system time (s): 6.09107
CPU usage (%): 105.227
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.19
system time used= 6.09107
maximum resident set size= 7120344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96797
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53262
involuntary context switches= 163731

runsolver used 6.34104 second user time and 13.8019 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-28 06:14:08
IDJOB=3710192
IDBENCH=71914
IDSOLVER=2289
FILE ID=node116/3710192-1338178441
RUNJOBID= node116-1338158618-13385
PBS_JOBID= 14624543
Free space on /tmp= 71220 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__1024.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710192-1338178441/watcher-3710192-1338178441 -o /tmp/evaluation-result-3710192-1338178441/solver-3710192-1338178441 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710192-1338178441.opb

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

MD5SUM BENCH= 27407827fbebab1f7933182f4b9808e6
RANDOM SEED=1109774787

node116.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.556
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.11
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.556
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.556
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	: 5438.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.556
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.556
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.556
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.92
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.556
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.90
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.556
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:        29823184 kB
Buffers:          376064 kB
Cached:          1372256 kB
SwapCached:         3236 kB
Active:          1516760 kB
Inactive:         684584 kB
Active(anon):     444084 kB
Inactive(anon):     8956 kB
Active(file):    1072676 kB
Inactive(file):   675628 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103668 kB
Dirty:            255840 kB
Writeback:             0 kB
AnonPages:        457348 kB
Mapped:            20884 kB
Shmem:                96 kB
Slab:             709488 kB
SReclaimable:     151704 kB
SUnreclaim:       557784 kB
KernelStack:        1592 kB
PageTables:         5464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     697236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    432128 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= 71220 MiB
End job on node116 at 2012-05-28 06:42:41