Trace number 3690047

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 NameAnswerCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.71 1795.34

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat50_4_16_1_mh_ic.opb
MD5SUMd5e7ab00f82d8a167f85d70472648422
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark9736335
Best CPU time to get the best result obtained on this benchmark1800.46
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables370300
Total number of constraints847958
Number of constraints which are clauses597900
Number of constraints which are cardinality constraints (but not clauses)58
Number of constraints which are nor clauses,nor cardinality constraints250000
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 132350
Biggest coefficient in the objective function 107171875
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 77582822106
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 107171875
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 77582822106
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c version 2.3.2.v20120418
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		501472288
0.02/0.08	c Max memory 		7480803328
0.02/0.08	c Total memory 		504102912
0.02/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3690047-1337895393.opb
0.10/0.11	c reading problem ... 
6.78/5.12	c ... done. Wall clock time 5.017s.
6.78/5.12	c declared #vars     370300
6.78/5.12	c #constraints  855312
6.78/5.12	c constraints type 
6.78/5.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 241376
6.78/5.12	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
6.78/5.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
6.78/5.12	c ignored satisfied constraints => 4
6.78/5.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 372450
6.78/5.12	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 241425
6.78/5.12	c 855316 constraints processed.
6.78/5.12	c objective function length is 132350 literals
242.75/240.76	c cleaning 2492 clauses out of 5000 with flag 5000/5000
291.27/288.28	c cleaning 4240 clauses out of 8508 with flag 11000/11000
337.39/334.35	c cleaning 5630 clauses out of 11268 with flag 18000/18000
382.63/379.53	c cleaning 6803 clauses out of 13639 with flag 26001/26001
423.18/419.98	c cleaning 7910 clauses out of 15835 with flag 35000/35000
472.35/469.04	c cleaning 8957 clauses out of 17925 with flag 45000/45000
530.83/527.42	c cleaning 9982 clauses out of 19968 with flag 56000/56000
599.19/595.76	c cleaning 10962 clauses out of 21986 with flag 68000/68000
663.86/660.39	c cleaning 11989 clauses out of 24024 with flag 81000/81000
726.07/722.45	c cleaning 13018 clauses out of 26035 with flag 95000/95000
782.54/778.76	c cleaning 14004 clauses out of 28017 with flag 110000/110000
889.44/885.57	c cleaning 14995 clauses out of 30013 with flag 126000/126000
992.12/988.14	c cleaning 15960 clauses out of 32020 with flag 143002/143002
1093.56/1089.53	c cleaning 16990 clauses out of 34058 with flag 161000/161000
1193.34/1189.23	c cleaning 18016 clauses out of 36069 with flag 180001/180001
1307.74/1303.54	c cleaning 18997 clauses out of 38055 with flag 200003/200003
1415.32/1411.03	c cleaning 20004 clauses out of 40056 with flag 221001/221001
1539.99/1535.68	c cleaning 20983 clauses out of 42051 with flag 243000/243000
1656.47/1652.01	c cleaning 22002 clauses out of 44068 with flag 266000/266000
1795.82/1791.33	c cleaning 23014 clauses out of 46066 with flag 290000/290000
1800.05/1795.31	c starts		: 133
1800.05/1795.31	c conflicts		: 290417
1800.05/1795.31	c decisions		: 3178403
1800.05/1795.31	c propagations		: 344794881
1800.05/1795.31	c inspects		: 8925523579
1800.05/1795.31	c shortcuts		: 0
1800.05/1795.31	c learnt literals	: 0
1800.05/1795.31	c learnt binary clauses	: 125
1800.05/1795.31	c learnt ternary clauses	: 7
1800.05/1795.31	c learnt constraints	: 290417
1800.05/1795.31	c ignored constraints	: 0
1800.05/1795.31	c root simplifications	: 0
1800.05/1795.31	c removed literals (reason simplification)	: 0
1800.05/1795.31	c reason swapping (by a shorter reason)	: 0
1800.05/1795.31	c Calls to reduceDB	: 20
1800.05/1795.31	c number of reductions to clauses (during analyze)	: 0
1800.05/1795.31	c number of learned constraints concerned by reduction	: 0
1800.05/1795.31	c number of learning phase by resolution	: 0
1800.05/1795.31	c number of learning phase by cutting planes	: 0
1800.05/1795.31	c speed (assignments/second)	: 192615.7583016492
1800.05/1795.31	c non guided choices	0
1800.05/1795.32	c learnt constraints type 
1800.05/1795.32	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 125
1800.05/1795.32	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 23346
1800.05/1795.32	c constraints type 
1800.05/1795.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 241376
1800.05/1795.32	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
1800.05/1795.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
1800.05/1795.32	c ignored satisfied constraints => 4
1800.05/1795.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 372450
1800.05/1795.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 241425
1800.05/1795.32	c 855316 constraints processed.
1800.05/1795.32	s UNKNOWN
1800.05/1795.32	c Total wall clock time (in seconds): 1795.216

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-3690047-1337895393/watcher-3690047-1337895393 -o /tmp/evaluation-result-3690047-1337895393/solver-3690047-1337895393 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3690047-1337895393.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: 1.98 2.04 2.01 3/194 25768
/proc/meminfo: memFree=26769744/32873648 swapFree=7372/7372
[pid=25768] ppid=25766 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25768/stat : 25768 (java) D 25766 25768 23489 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 255665349 9515008 182 33554432000 1073741824 1073778376 140734104547392 140734104538424 217410518709 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/25768/statm: 2323 182 140 9 0 71 0

[startup+0.0432159 s]
/proc/loadavg: 1.98 2.04 2.01 3/194 25768
/proc/meminfo: memFree=26769744/32873648 swapFree=7372/7372
[pid=25768] ppid=25766 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/25768/stat : 25768 (java) S 25766 25768 23489 0 -1 4202496 3025 0 1 0 2 0 0 0 20 0 13 0 255665349 9446973440 3722 33554432000 1073741824 1073778376 140735578191088 140735578182224 217413877821 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25768/statm: 2306390 3722 1698 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100257 s]
/proc/loadavg: 1.98 2.04 2.01 3/194 25768
/proc/meminfo: memFree=26769744/32873648 swapFree=7372/7372
[pid=25768] ppid=25766 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/25768/stat : 25768 (java) S 25766 25768 23489 0 -1 4202496 4377 0 1 0 9 1 0 0 20 0 18 0 255665349 9787813888 5555 33554432000 1073741824 1073778376 140735578191088 140735578182224 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25768/statm: 2389603 5555 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.30019 s]
/proc/loadavg: 1.98 2.04 2.01 3/194 25768
/proc/meminfo: memFree=26769744/32873648 swapFree=7372/7372
[pid=25768] ppid=25766 vsize=9558412 CPUtime=0.44 cores=1,3,5,7
/proc/25768/stat : 25768 (java) S 25766 25768 23489 0 -1 4202496 5421 0 1 0 43 1 0 0 20 0 18 0 255665349 9787813888 15318 33554432000 1073741824 1073778376 140735578191088 140735578182224 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25768/statm: 2389603 15318 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558412

[startup+0.700267 s]
/proc/loadavg: 1.98 2.04 2.01 3/194 25768
/proc/meminfo: memFree=26769744/32873648 swapFree=7372/7372
[pid=25768] ppid=25766 vsize=9558412 CPUtime=1.16 cores=1,3,5,7
/proc/25768/stat : 25768 (java) S 25766 25768 23489 0 -1 4202496 6089 0 1 0 108 8 0 0 20 0 18 0 255665349 9787813888 52697 33554432000 1073741824 1073778376 140735578191088 140735578182224 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25768/statm: 2389603 52697 2236 9 0 2380296 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9558412

[startup+1.50068 s]
/proc/loadavg: 1.98 2.04 2.01 3/212 25786
/proc/meminfo: memFree=26532676/32873648 swapFree=7372/7372
[pid=25768] ppid=25766 vsize=9558412 CPUtime=2.49 cores=1,3,5,7
/proc/25768/stat : 25768 (java) S 25766 25768 23489 0 -1 4202496 12358 0 1 0 232 17 0 0 20 0 18 0 255665349 9787813888 95106 33554432000 1073741824 1073778376 140735578191088 140735578182224 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25768/statm: 2389603 95106 2254 9 0 2380296 0
[pid=25768/tid=25770] ppid=25766 vsize=9558412 CPUtime=1.33 cores=1,3,5,7
/proc/25768/task/25770/stat : 25770 (java) R 25766 25768 23489 0 -1 4202560 2561 0 1 0 129 4 0 0 20 0 18 0 255665350 9787813888 95106 33554432000 1073741824 1073778376 140735578191088 139974367456760 217413903629 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25768/tid=25771] ppid=25766 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/25768/task/25771/stat : 25771 (java) S 25766 25768 23489 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 18 0 255665351 9787813888 95106 33554432000 1073741824 1073778376 140735578191088 139974328949800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25772] ppid=25766 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/25768/task/25772/stat : 25772 (java) S 25766 25768 23489 0 -1 4202560 135 0 0 0 4 2 0 0 20 0 18 0 255665351 9787813888 95106 33554432000 1073741824 1073778376 140735578191088 139974327897000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25768/tid=25773] ppid=25766 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/25768/task/25773/stat : 25773 (java) S 25766 25768 23489 0 -1 4202560 114 0 0 0 5 2 0 0 20 0 18 0 255665351 9787813888 95106 33554432000 1073741824 1073778376 140735578191088 139974208908072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25768/tid=25774] ppid=25766 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/25768/task/25774/stat : 25774 (java) S 25766 25768 23489 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 18 0 255665351 9787813888 95106 33554432000 1073741824 1073778376 140735578191088 139974207855272 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25775] ppid=25766 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/25768/task/25775/stat : 25775 (java) S 25766 25768 23489 0 -1 4202560 144 0 0 0 6 2 0 0 20 0 18 0 255665351 9787813888 95106 33554432000 1073741824 1073778376 140735578191088 139974206802472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25768/tid=25776] ppid=25766 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/25768/task/25776/stat : 25776 (java) S 25766 25768 23489 0 -1 4202560 117 0 0 0 4 1 0 0 20 0 18 0 255665351 9787813888 95106 33554432000 1073741824 1073778376 140735578191088 139974205749672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25768/tid=25777] ppid=25766 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/25768/task/25777/stat : 25777 (java) S 25766 25768 23489 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 18 0 255665351 9787813888 95106 33554432000 1073741824 1073778376 140735578191088 139974204696872 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25768/tid=25778] ppid=25766 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/25768/task/25778/stat : 25778 (java) S 25766 25768 23489 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 255665351 9787813888 95106 33554432000 1073741824 1073778376 140735578191088 139974203644072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25779] ppid=25766 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25768/task/25779/stat : 25779 (java) S 25766 25768 23489 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 255665353 9787813888 95106 33554432000 1073741824 1073778376 140735578191088 139973721316328 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25768/tid=25780] ppid=25766 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25768/task/25780/stat : 25780 (java) S 25766 25768 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255665353 9787813888 95106 33554432000 1073741824 1073778376 140735578191088 139973720262392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25781] ppid=25766 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25768/task/25781/stat : 25781 (java) S 25766 25768 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255665353 9787813888 95106 33554432000 1073741824 1073778376 140735578191088 139973719209480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25782] ppid=25766 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25768/task/25782/stat : 25782 (java) S 25766 25768 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255665355 9787813888 95106 33554432000 1073741824 1073778376 140735578191088 139973718157968 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25783] ppid=25766 vsize=9558412 CPUtime=0.32 cores=1,3,5,7
/proc/25768/task/25783/stat : 25783 (java) S 25766 25768 23489 0 -1 4202560 2776 0 0 0 32 0 0 0 20 0 18 0 255665355 9787813888 95106 33554432000 1073741824 1073778376 140735578191088 139973717105080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25784] ppid=25766 vsize=9558412 CPUtime=0.3 cores=1,3,5,7
/proc/25768/task/25784/stat : 25784 (java) S 25766 25768 23489 0 -1 4202560 5051 0 0 0 30 0 0 0 20 0 18 0 255665355 9787813888 95106 33554432000 1073741824 1073778376 140735578191088 139973716052280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25768/tid=25785] ppid=25766 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25768/task/25785/stat : 25785 (java) S 25766 25768 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255665355 9787813888 95106 33554432000 1073741824 1073778376 140735578191088 139973714999672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25768/tid=25786] ppid=25766 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25768/task/25786/stat : 25786 (java) S 25766 25768 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255665355 9787813888 95106 33554432000 1073741824 1073778376 140735578191088 139973713947080 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 9558412

[startup+3.10071 s]
/proc/loadavg: 1.98 2.04 2.01 3/212 25786
/proc/meminfo: memFree=26357356/32873648 swapFree=7372/7372
[pid=25768] ppid=25766 vsize=9558412 CPUtime=4.47 cores=1,3,5,7
/proc/25768/stat : 25768 (java) S 25766 25768 23489 0 -1 4202496 13270 0 1 0 419 28 0 0 20 0 18 0 255665349 9787813888 168485 33554432000 1073741824 1073778376 140735578191088 140735578182224 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25768/statm: 2389603 168485 2255 9 0 2380296 0
[pid=25768/tid=25770] ppid=25766 vsize=9558412 CPUtime=2.84 cores=1,3,5,7
/proc/25768/task/25770/stat : 25770 (java) R 25766 25768 23489 0 -1 4202560 2845 0 1 0 275 9 0 0 20 0 18 0 255665350 9787813888 168485 33554432000 1073741824 1073778376 140735578191088 139974367456472 139974209005274 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25768/tid=25771] ppid=25766 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/25768/task/25771/stat : 25771 (java) S 25766 25768 23489 0 -1 4202560 47 0 0 0 7 2 0 0 20 0 18 0 255665351 9787813888 168485 33554432000 1073741824 1073778376 140735578191088 139974328949800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25772] ppid=25766 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/25768/task/25772/stat : 25772 (java) S 25766 25768 23489 0 -1 4202560 151 0 0 0 7 2 0 0 20 0 18 0 255665351 9787813888 168485 33554432000 1073741824 1073778376 140735578191088 139974327897000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25768/tid=25773] ppid=25766 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/25768/task/25773/stat : 25773 (java) S 25766 25768 23489 0 -1 4202560 143 0 0 0 9 3 0 0 20 0 18 0 255665351 9787813888 168485 33554432000 1073741824 1073778376 140735578191088 139974208908072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25768/tid=25774] ppid=25766 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/25768/task/25774/stat : 25774 (java) S 25766 25768 23489 0 -1 4202560 55 0 0 0 6 2 0 0 20 0 18 0 255665351 9787813888 168485 33554432000 1073741824 1073778376 140735578191088 139974207855272 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25775] ppid=25766 vsize=9558412 CPUtime=0.18 cores=1,3,5,7
/proc/25768/task/25775/stat : 25775 (java) S 25766 25768 23489 0 -1 4202560 204 0 0 0 14 4 0 0 20 0 18 0 255665351 9787813888 168485 33554432000 1073741824 1073778376 140735578191088 139974206802472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25768/tid=25776] ppid=25766 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/25768/task/25776/stat : 25776 (java) S 25766 25768 23489 0 -1 4202560 143 0 0 0 6 2 0 0 20 0 18 0 255665351 9787813888 168485 33554432000 1073741824 1073778376 140735578191088 139974205749672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25768/tid=25777] ppid=25766 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/25768/task/25777/stat : 25777 (java) S 25766 25768 23489 0 -1 4202560 34 0 0 0 5 2 0 0 20 0 18 0 255665351 9787813888 168485 33554432000 1073741824 1073778376 140735578191088 139974204696872 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25778] ppid=25766 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/25768/task/25778/stat : 25778 (java) S 25766 25768 23489 0 -1 4202560 46 0 0 0 6 2 0 0 20 0 18 0 255665351 9787813888 168485 33554432000 1073741824 1073778376 140735578191088 139974203644072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25768/tid=25779] ppid=25766 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25768/task/25779/stat : 25779 (java) S 25766 25768 23489 0 -1 4202560 476 0 0 0 0 0 0 0 20 0 18 0 255665353 9787813888 168485 33554432000 1073741824 1073778376 140735578191088 139973721316328 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25768/tid=25780] ppid=25766 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25768/task/25780/stat : 25780 (java) S 25766 25768 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255665353 9787813888 168485 33554432000 1073741824 1073778376 140735578191088 139973720262392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25781] ppid=25766 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25768/task/25781/stat : 25781 (java) S 25766 25768 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255665353 9787813888 168485 33554432000 1073741824 1073778376 140735578191088 139973719209480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25782] ppid=25766 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25768/task/25782/stat : 25782 (java) S 25766 25768 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255665355 9787813888 168485 33554432000 1073741824 1073778376 140735578191088 139973718157968 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25783] ppid=25766 vsize=9558412 CPUtime=0.37 cores=1,3,5,7
/proc/25768/task/25783/stat : 25783 (java) S 25766 25768 23489 0 -1 4202560 2809 0 0 0 37 0 0 0 20 0 18 0 255665355 9787813888 168485 33554432000 1073741824 1073778376 140735578191088 139973717105080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25784] ppid=25766 vsize=9558412 CPUtime=0.35 cores=1,3,5,7
/proc/25768/task/25784/stat : 25784 (java) S 25766 25768 23489 0 -1 4202560 5142 0 0 0 35 0 0 0 20 0 18 0 255665355 9787813888 168485 33554432000 1073741824 1073778376 140735578191088 139973716052280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25768/tid=25785] ppid=25766 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25768/task/25785/stat : 25785 (java) S 25766 25768 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255665355 9787813888 168485 33554432000 1073741824 1073778376 140735578191088 139973714999672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25768/tid=25786] ppid=25766 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25768/task/25786/stat : 25786 (java) S 25766 25768 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255665355 9787813888 168485 33554432000 1073741824 1073778376 140735578191088 139973713947080 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.47
Current children cumulated vsize (KiB) 9558412

[startup+6.30072 s]
/proc/loadavg: 2.06 2.06 2.02 3/213 25787
/proc/meminfo: memFree=26028912/32873648 swapFree=7372/7372
[pid=25768] ppid=25766 vsize=9624976 CPUtime=8.32 cores=1,3,5,7
/proc/25768/stat : 25768 (java) S 25766 25768 23489 0 -1 4202496 14094 0 1 0 795 37 0 0 20 0 19 0 255665349 9855975424 187955 33554432000 1073741824 1073778376 140735578191088 140735578182224 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25768/statm: 2406244 187955 2265 9 0 2396937 0
[pid=25768/tid=25770] ppid=25766 vsize=9624976 CPUtime=5.94 cores=1,3,5,7
/proc/25768/task/25770/stat : 25770 (java) R 25766 25768 23489 0 -1 4202560 3329 0 1 0 584 10 0 0 20 0 19 0 255665350 9855975424 187955 33554432000 1073741824 1073778376 140735578191088 139974367457720 139974209758348 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25771] ppid=25766 vsize=9624976 CPUtime=0.11 cores=1,3,5,7
/proc/25768/task/25771/stat : 25771 (java) S 25766 25768 23489 0 -1 4202560 55 0 0 0 9 2 0 0 20 0 19 0 255665351 9855975424 187955 33554432000 1073741824 1073778376 140735578191088 139974328949800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25772] ppid=25766 vsize=9624976 CPUtime=0.12 cores=1,3,5,7
/proc/25768/task/25772/stat : 25772 (java) S 25766 25768 23489 0 -1 4202560 175 0 0 0 10 2 0 0 20 0 19 0 255665351 9855975424 187955 33554432000 1073741824 1073778376 140735578191088 139974327897000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25773] ppid=25766 vsize=9624976 CPUtime=0.14 cores=1,3,5,7
/proc/25768/task/25773/stat : 25773 (java) S 25766 25768 23489 0 -1 4202560 155 0 0 0 10 4 0 0 20 0 19 0 255665351 9855975424 187955 33554432000 1073741824 1073778376 140735578191088 139974208908072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25768/tid=25774] ppid=25766 vsize=9624976 CPUtime=0.11 cores=1,3,5,7
/proc/25768/task/25774/stat : 25774 (java) S 25766 25768 23489 0 -1 4202560 63 0 0 0 8 3 0 0 20 0 19 0 255665351 9855975424 187955 33554432000 1073741824 1073778376 140735578191088 139974207855272 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25775] ppid=25766 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/25768/task/25775/stat : 25775 (java) S 25766 25768 23489 0 -1 4202560 264 0 0 0 21 6 0 0 20 0 19 0 255665351 9855975424 187955 33554432000 1073741824 1073778376 140735578191088 139974206802472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25768/tid=25776] ppid=25766 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/25768/task/25776/stat : 25776 (java) S 25766 25768 23489 0 -1 4202560 326 0 0 0 14 3 0 0 20 0 19 0 255665351 9855975424 187955 33554432000 1073741824 1073778376 140735578191088 139974205749672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25768/tid=25777] ppid=25766 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/25768/task/25777/stat : 25777 (java) S 25766 25768 23489 0 -1 4202560 47 0 0 0 8 2 0 0 20 0 19 0 255665351 9855975424 187955 33554432000 1073741824 1073778376 140735578191088 139974204696872 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25778] ppid=25766 vsize=9624976 CPUtime=0.11 cores=1,3,5,7
/proc/25768/task/25778/stat : 25778 (java) S 25766 25768 23489 0 -1 4202560 51 0 0 0 9 2 0 0 20 0 19 0 255665351 9855975424 187955 33554432000 1073741824 1073778376 140735578191088 139974203644072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25768/tid=25779] ppid=25766 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25768/task/25779/stat : 25779 (java) S 25766 25768 23489 0 -1 4202560 486 0 0 0 0 0 0 0 20 0 19 0 255665353 9855975424 187955 33554432000 1073741824 1073778376 140735578191088 139973721316328 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25768/tid=25780] ppid=25766 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25768/task/25780/stat : 25780 (java) S 25766 25768 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255665353 9855975424 187955 33554432000 1073741824 1073778376 140735578191088 139973720262392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25781] ppid=25766 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25768/task/25781/stat : 25781 (java) S 25766 25768 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255665353 9855975424 187955 33554432000 1073741824 1073778376 140735578191088 139973719209480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25782] ppid=25766 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25768/task/25782/stat : 25782 (java) S 25766 25768 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255665355 9855975424 187955 33554432000 1073741824 1073778376 140735578191088 139973718157968 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25783] ppid=25766 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/25768/task/25783/stat : 25783 (java) S 25766 25768 23489 0 -1 4202560 2812 0 0 0 54 0 0 0 20 0 19 0 255665355 9855975424 187955 33554432000 1073741824 1073778376 140735578191088 139973717105080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25768/tid=25784] ppid=25766 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/25768/task/25784/stat : 25784 (java) S 25766 25768 23489 0 -1 4202560 5148 0 0 0 54 0 0 0 20 0 19 0 255665355 9855975424 187955 33554432000 1073741824 1073778376 140735578191088 139973716052280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25768/tid=25785] ppid=25766 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25768/task/25785/stat : 25785 (java) S 25766 25768 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255665355 9855975424 187955 33554432000 1073741824 1073778376 140735578191088 139973714999672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25768/tid=25786] ppid=25766 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25768/task/25786/stat : 25786 (java) S 25766 25768 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255665355 9855975424 187955 33554432000 1073741824 1073778376 140735578191088 139973713947080 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25787] ppid=25766 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25768/task/25787/stat : 25787 (java) S 25766 25768 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255665874 9855975424 187955 33554432000 1073741824 1073778376 140735578191088 139973712893608 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.32
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]
/proc/loadavg: 2.06 2.06 2.02 3/213 25787
/proc/meminfo: memFree=26027344/32873648 swapFree=7372/7372
[pid=25768] ppid=25766 vsize=9624976 CPUtime=14.76 cores=1,3,5,7
/proc/25768/stat : 25768 (java) S 25766 25768 23489 0 -1 4202496 14097 0 1 0 1439 37 0 0 20 0 19 0 255665349 9855975424 187237 33554432000 1073741824 1073778376 140735578191088 140735578182224 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0

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

[pid=25768/tid=25776] ppid=25766 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/25768/task/25776/stat : 25776 (java) S 25766 25768 23489 0 -1 4202560 379 0 0 0 35 7 0 0 20 0 19 0 255665351 9855975424 278009 33554432000 1073741824 1073778376 140735578191088 139974205749672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25777] ppid=25766 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/25768/task/25777/stat : 25777 (java) S 25766 25768 23489 0 -1 4202560 117 0 0 0 30 4 0 0 20 0 19 0 255665351 9855975424 278009 33554432000 1073741824 1073778376 140735578191088 139974204696872 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25768/tid=25778] ppid=25766 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/25768/task/25778/stat : 25778 (java) S 25766 25768 23489 0 -1 4202560 244 0 0 0 41 5 0 0 20 0 19 0 255665351 9855975424 278009 33554432000 1073741824 1073778376 140735578191088 139974203644072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25768/tid=25779] ppid=25766 vsize=9624976 CPUtime=9.3 cores=1,3,5,7
/proc/25768/task/25779/stat : 25779 (java) S 25766 25768 23489 0 -1 4202560 1131 0 0 0 925 5 0 0 20 0 19 0 255665353 9855975424 278009 33554432000 1073741824 1073778376 140735578191088 139973721316328 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25780] ppid=25766 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25768/task/25780/stat : 25780 (java) S 25766 25768 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255665353 9855975424 278009 33554432000 1073741824 1073778376 140735578191088 139973720262392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25781] ppid=25766 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25768/task/25781/stat : 25781 (java) S 25766 25768 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255665353 9855975424 278009 33554432000 1073741824 1073778376 140735578191088 139973719209480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25782] ppid=25766 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25768/task/25782/stat : 25782 (java) S 25766 25768 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255665355 9855975424 278009 33554432000 1073741824 1073778376 140735578191088 139973718157968 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25783] ppid=25766 vsize=9624976 CPUtime=1.15 cores=1,3,5,7
/proc/25768/task/25783/stat : 25783 (java) S 25766 25768 23489 0 -1 4202560 11079 0 0 0 112 3 0 0 20 0 19 0 255665355 9855975424 278009 33554432000 1073741824 1073778376 140735578191088 139973717105080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25768/tid=25784] ppid=25766 vsize=9624976 CPUtime=0.64 cores=1,3,5,7
/proc/25768/task/25784/stat : 25784 (java) S 25766 25768 23489 0 -1 4202560 5155 0 0 0 64 0 0 0 20 0 19 0 255665355 9855975424 278009 33554432000 1073741824 1073778376 140735578191088 139973716052280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25768/tid=25785] ppid=25766 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25768/task/25785/stat : 25785 (java) S 25766 25768 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255665355 9855975424 278009 33554432000 1073741824 1073778376 140735578191088 139973714999672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25768/tid=25786] ppid=25766 vsize=9624976 CPUtime=0.75 cores=1,3,5,7
/proc/25768/task/25786/stat : 25786 (java) S 25766 25768 23489 0 -1 4202560 99 0 0 0 30 45 0 0 20 0 19 0 255665355 9855975424 278009 33554432000 1073741824 1073778376 140735578191088 139973713947080 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25787] ppid=25766 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25768/task/25787/stat : 25787 (java) S 25766 25768 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255665874 9855975424 278009 33554432000 1073741824 1073778376 140735578191088 139973712893608 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1726.82
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 26009
/proc/meminfo: memFree=27566276/32873648 swapFree=7372/7372
[pid=25768] ppid=25766 vsize=9624976 CPUtime=1786.82 cores=1,3,5,7
/proc/25768/stat : 25768 (java) S 25766 25768 23489 0 -1 4202496 24445 0 1 0 178579 103 0 0 20 0 19 0 255665349 9855975424 278009 33554432000 1073741824 1073778376 140735578191088 140735578182224 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25768/statm: 2406244 278009 2281 9 0 2396937 0
[pid=25768/tid=25770] ppid=25766 vsize=9624976 CPUtime=1771.95 cores=1,3,5,7
/proc/25768/task/25770/stat : 25770 (java) R 25766 25768 23489 0 -1 4202560 3353 0 1 0 177158 37 0 0 20 0 19 0 255665350 9855975424 278009 33554432000 1073741824 1073778376 140735578191088 139974367457568 139974209855900 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25768/tid=25771] ppid=25766 vsize=9624976 CPUtime=0.36 cores=1,3,5,7
/proc/25768/task/25771/stat : 25771 (java) S 25766 25768 23489 0 -1 4202560 99 0 0 0 32 4 0 0 20 0 19 0 255665351 9855975424 278009 33554432000 1073741824 1073778376 140735578191088 139974328949800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25768/tid=25772] ppid=25766 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/25768/task/25772/stat : 25772 (java) S 25766 25768 23489 0 -1 4202560 380 0 0 0 32 6 0 0 20 0 19 0 255665351 9855975424 278009 33554432000 1073741824 1073778376 140735578191088 139974327897000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25768/tid=25773] ppid=25766 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/25768/task/25773/stat : 25773 (java) S 25766 25768 23489 0 -1 4202560 409 0 0 0 35 7 0 0 20 0 19 0 255665351 9855975424 278009 33554432000 1073741824 1073778376 140735578191088 139974208908072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25768/tid=25774] ppid=25766 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/25768/task/25774/stat : 25774 (java) S 25766 25768 23489 0 -1 4202560 247 0 0 0 28 4 0 0 20 0 19 0 255665351 9855975424 278009 33554432000 1073741824 1073778376 140735578191088 139974207855272 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25768/tid=25775] ppid=25766 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/25768/task/25775/stat : 25775 (java) S 25766 25768 23489 0 -1 4202560 567 0 0 0 55 12 0 0 20 0 19 0 255665351 9855975424 278009 33554432000 1073741824 1073778376 140735578191088 139974206802472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25768/tid=25776] ppid=25766 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/25768/task/25776/stat : 25776 (java) S 25766 25768 23489 0 -1 4202560 379 0 0 0 35 7 0 0 20 0 19 0 255665351 9855975424 278009 33554432000 1073741824 1073778376 140735578191088 139974205749672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25777] ppid=25766 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/25768/task/25777/stat : 25777 (java) S 25766 25768 23489 0 -1 4202560 117 0 0 0 30 4 0 0 20 0 19 0 255665351 9855975424 278009 33554432000 1073741824 1073778376 140735578191088 139974204696872 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25768/tid=25778] ppid=25766 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/25768/task/25778/stat : 25778 (java) S 25766 25768 23489 0 -1 4202560 244 0 0 0 41 5 0 0 20 0 19 0 255665351 9855975424 278009 33554432000 1073741824 1073778376 140735578191088 139974203644072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25768/tid=25779] ppid=25766 vsize=9624976 CPUtime=9.3 cores=1,3,5,7
/proc/25768/task/25779/stat : 25779 (java) S 25766 25768 23489 0 -1 4202560 1131 0 0 0 925 5 0 0 20 0 19 0 255665353 9855975424 278009 33554432000 1073741824 1073778376 140735578191088 139973721316328 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25780] ppid=25766 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25768/task/25780/stat : 25780 (java) S 25766 25768 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255665353 9855975424 278009 33554432000 1073741824 1073778376 140735578191088 139973720262392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25781] ppid=25766 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25768/task/25781/stat : 25781 (java) S 25766 25768 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255665353 9855975424 278009 33554432000 1073741824 1073778376 140735578191088 139973719209480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25782] ppid=25766 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25768/task/25782/stat : 25782 (java) S 25766 25768 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255665355 9855975424 278009 33554432000 1073741824 1073778376 140735578191088 139973718157968 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25783] ppid=25766 vsize=9624976 CPUtime=1.15 cores=1,3,5,7
/proc/25768/task/25783/stat : 25783 (java) S 25766 25768 23489 0 -1 4202560 11079 0 0 0 112 3 0 0 20 0 19 0 255665355 9855975424 278009 33554432000 1073741824 1073778376 140735578191088 139973717105080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25768/tid=25784] ppid=25766 vsize=9624976 CPUtime=0.64 cores=1,3,5,7
/proc/25768/task/25784/stat : 25784 (java) S 25766 25768 23489 0 -1 4202560 5155 0 0 0 64 0 0 0 20 0 19 0 255665355 9855975424 278009 33554432000 1073741824 1073778376 140735578191088 139973716052280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25768/tid=25785] ppid=25766 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25768/task/25785/stat : 25785 (java) S 25766 25768 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255665355 9855975424 278009 33554432000 1073741824 1073778376 140735578191088 139973714999672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25768/tid=25786] ppid=25766 vsize=9624976 CPUtime=0.77 cores=1,3,5,7
/proc/25768/task/25786/stat : 25786 (java) S 25766 25768 23489 0 -1 4202560 103 0 0 0 31 46 0 0 20 0 19 0 255665355 9855975424 278009 33554432000 1073741824 1073778376 140735578191088 139973713947080 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25787] ppid=25766 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25768/task/25787/stat : 25787 (java) S 25766 25768 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255665874 9855975424 278009 33554432000 1073741824 1073778376 140735578191088 139973712893608 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1786.82
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 26009
/proc/meminfo: memFree=27459104/32873648 swapFree=7372/7372
[pid=25768] ppid=25766 vsize=9624976 CPUtime=1800.05 cores=1,3,5,7
/proc/25768/stat : 25768 (java) S 25766 25768 23489 0 -1 4202496 25446 0 1 0 179891 114 0 0 20 0 19 0 255665349 9855975424 303920 33554432000 1073741824 1073778376 140735578191088 140735578182224 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25768/statm: 2406244 303920 2281 9 0 2396937 0
[pid=25768/tid=25770] ppid=25766 vsize=9624976 CPUtime=1784.24 cores=1,3,5,7
/proc/25768/task/25770/stat : 25770 (java) R 25766 25768 23489 0 -1 4202560 3354 0 1 0 178386 38 0 0 20 0 19 0 255665350 9855975424 303920 33554432000 1073741824 1073778376 140735578191088 139974367457568 139974209860971 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25768/tid=25771] ppid=25766 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/25768/task/25771/stat : 25771 (java) S 25766 25768 23489 0 -1 4202560 112 0 0 0 33 5 0 0 20 0 19 0 255665351 9855975424 303920 33554432000 1073741824 1073778376 140735578191088 139974328949800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25768/tid=25772] ppid=25766 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/25768/task/25772/stat : 25772 (java) S 25766 25768 23489 0 -1 4202560 487 0 0 0 33 7 0 0 20 0 19 0 255665351 9855975424 303920 33554432000 1073741824 1073778376 140735578191088 139974327897000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25768/tid=25773] ppid=25766 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/25768/task/25773/stat : 25773 (java) S 25766 25768 23489 0 -1 4202560 530 0 0 0 38 7 0 0 20 0 19 0 255665351 9855975424 303920 33554432000 1073741824 1073778376 140735578191088 139974208908072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25768/tid=25774] ppid=25766 vsize=9624976 CPUtime=0.36 cores=1,3,5,7
/proc/25768/task/25774/stat : 25774 (java) S 25766 25768 23489 0 -1 4202560 369 0 0 0 31 5 0 0 20 0 19 0 255665351 9855975424 303920 33554432000 1073741824 1073778376 140735578191088 139974207855272 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25768/tid=25775] ppid=25766 vsize=9624976 CPUtime=0.7 cores=1,3,5,7
/proc/25768/task/25775/stat : 25775 (java) S 25766 25768 23489 0 -1 4202560 708 0 0 0 57 13 0 0 20 0 19 0 255665351 9855975424 303920 33554432000 1073741824 1073778376 140735578191088 139974206802472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25768/tid=25776] ppid=25766 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/25768/task/25776/stat : 25776 (java) S 25766 25768 23489 0 -1 4202560 466 0 0 0 37 8 0 0 20 0 19 0 255665351 9855975424 303920 33554432000 1073741824 1073778376 140735578191088 139974205749672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25768/tid=25777] ppid=25766 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/25768/task/25777/stat : 25777 (java) S 25766 25768 23489 0 -1 4202560 357 0 0 0 35 6 0 0 20 0 19 0 255665351 9855975424 303920 33554432000 1073741824 1073778376 140735578191088 139974204696872 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25768/tid=25778] ppid=25766 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/25768/task/25778/stat : 25778 (java) S 25766 25768 23489 0 -1 4202560 355 0 0 0 43 6 0 0 20 0 19 0 255665351 9855975424 303920 33554432000 1073741824 1073778376 140735578191088 139974203644072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25768/tid=25779] ppid=25766 vsize=9624976 CPUtime=9.94 cores=1,3,5,7
/proc/25768/task/25779/stat : 25779 (java) S 25766 25768 23489 0 -1 4202560 1187 0 0 0 989 5 0 0 20 0 19 0 255665353 9855975424 303920 33554432000 1073741824 1073778376 140735578191088 139973721316328 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25780] ppid=25766 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25768/task/25780/stat : 25780 (java) S 25766 25768 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255665353 9855975424 303920 33554432000 1073741824 1073778376 140735578191088 139973720262392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25781] ppid=25766 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25768/task/25781/stat : 25781 (java) S 25766 25768 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255665353 9855975424 303920 33554432000 1073741824 1073778376 140735578191088 139973719209480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25782] ppid=25766 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25768/task/25782/stat : 25782 (java) S 25766 25768 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255665355 9855975424 303920 33554432000 1073741824 1073778376 140735578191088 139973718157968 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25783] ppid=25766 vsize=9624976 CPUtime=1.15 cores=1,3,5,7
/proc/25768/task/25783/stat : 25783 (java) S 25766 25768 23489 0 -1 4202560 11079 0 0 0 112 3 0 0 20 0 19 0 255665355 9855975424 303920 33554432000 1073741824 1073778376 140735578191088 139973717105080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25768/tid=25784] ppid=25766 vsize=9624976 CPUtime=0.64 cores=1,3,5,7
/proc/25768/task/25784/stat : 25784 (java) S 25766 25768 23489 0 -1 4202560 5155 0 0 0 64 0 0 0 20 0 19 0 255665355 9855975424 303920 33554432000 1073741824 1073778376 140735578191088 139973716052280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25768/tid=25785] ppid=25766 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25768/task/25785/stat : 25785 (java) S 25766 25768 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255665355 9855975424 303920 33554432000 1073741824 1073778376 140735578191088 139973714999672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25768/tid=25786] ppid=25766 vsize=9624976 CPUtime=0.78 cores=1,3,5,7
/proc/25768/task/25786/stat : 25786 (java) S 25766 25768 23489 0 -1 4202560 105 0 0 0 31 47 0 0 20 0 19 0 255665355 9855975424 303920 33554432000 1073741824 1073778376 140735578191088 139973713947080 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25787] ppid=25766 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25768/task/25787/stat : 25787 (java) S 25766 25768 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255665874 9855975424 303920 33554432000 1073741824 1073778376 140735578191088 139973712893608 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 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+1795.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 26009
/proc/meminfo: memFree=27459104/32873648 swapFree=7372/7372
[pid=25768] ppid=25766 vsize=9624976 CPUtime=1800.05 cores=1,3,5,7
/proc/25768/stat : 25768 (java) S 25766 25768 23489 0 -1 4202496 25446 0 1 0 179891 114 0 0 20 0 19 0 255665349 9855975424 303920 33554432000 1073741824 1073778376 140735578191088 140735578182224 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25768/statm: 2406244 303920 2281 9 0 2396937 0
[pid=25768/tid=25770] ppid=25766 vsize=9624976 CPUtime=1784.24 cores=1,3,5,7
/proc/25768/task/25770/stat : 25770 (java) R 25766 25768 23489 0 -1 4202560 3354 0 1 0 178386 38 0 0 20 0 19 0 255665350 9855975424 303920 33554432000 1073741824 1073778376 140735578191088 139974367457568 139974209860971 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25768/tid=25771] ppid=25766 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/25768/task/25771/stat : 25771 (java) S 25766 25768 23489 0 -1 4202560 112 0 0 0 33 5 0 0 20 0 19 0 255665351 9855975424 303920 33554432000 1073741824 1073778376 140735578191088 139974328949800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25768/tid=25772] ppid=25766 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/25768/task/25772/stat : 25772 (java) S 25766 25768 23489 0 -1 4202560 487 0 0 0 33 7 0 0 20 0 19 0 255665351 9855975424 303920 33554432000 1073741824 1073778376 140735578191088 139974327897000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25768/tid=25773] ppid=25766 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/25768/task/25773/stat : 25773 (java) S 25766 25768 23489 0 -1 4202560 530 0 0 0 38 7 0 0 20 0 19 0 255665351 9855975424 303920 33554432000 1073741824 1073778376 140735578191088 139974208908072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25768/tid=25774] ppid=25766 vsize=9624976 CPUtime=0.36 cores=1,3,5,7
/proc/25768/task/25774/stat : 25774 (java) S 25766 25768 23489 0 -1 4202560 369 0 0 0 31 5 0 0 20 0 19 0 255665351 9855975424 303920 33554432000 1073741824 1073778376 140735578191088 139974207855272 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25768/tid=25775] ppid=25766 vsize=9624976 CPUtime=0.7 cores=1,3,5,7
/proc/25768/task/25775/stat : 25775 (java) S 25766 25768 23489 0 -1 4202560 708 0 0 0 57 13 0 0 20 0 19 0 255665351 9855975424 303920 33554432000 1073741824 1073778376 140735578191088 139974206802472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25768/tid=25776] ppid=25766 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/25768/task/25776/stat : 25776 (java) S 25766 25768 23489 0 -1 4202560 466 0 0 0 37 8 0 0 20 0 19 0 255665351 9855975424 303920 33554432000 1073741824 1073778376 140735578191088 139974205749672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25768/tid=25777] ppid=25766 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/25768/task/25777/stat : 25777 (java) S 25766 25768 23489 0 -1 4202560 357 0 0 0 35 6 0 0 20 0 19 0 255665351 9855975424 303920 33554432000 1073741824 1073778376 140735578191088 139974204696872 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25768/tid=25778] ppid=25766 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/25768/task/25778/stat : 25778 (java) S 25766 25768 23489 0 -1 4202560 355 0 0 0 43 6 0 0 20 0 19 0 255665351 9855975424 303920 33554432000 1073741824 1073778376 140735578191088 139974203644072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25768/tid=25779] ppid=25766 vsize=9624976 CPUtime=9.94 cores=1,3,5,7
/proc/25768/task/25779/stat : 25779 (java) S 25766 25768 23489 0 -1 4202560 1187 0 0 0 989 5 0 0 20 0 19 0 255665353 9855975424 303920 33554432000 1073741824 1073778376 140735578191088 139973721316328 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25780] ppid=25766 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25768/task/25780/stat : 25780 (java) S 25766 25768 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255665353 9855975424 303920 33554432000 1073741824 1073778376 140735578191088 139973720262392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25781] ppid=25766 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25768/task/25781/stat : 25781 (java) S 25766 25768 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255665353 9855975424 303920 33554432000 1073741824 1073778376 140735578191088 139973719209480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25782] ppid=25766 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25768/task/25782/stat : 25782 (java) S 25766 25768 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255665355 9855975424 303920 33554432000 1073741824 1073778376 140735578191088 139973718157968 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25783] ppid=25766 vsize=9624976 CPUtime=1.15 cores=1,3,5,7
/proc/25768/task/25783/stat : 25783 (java) S 25766 25768 23489 0 -1 4202560 11079 0 0 0 112 3 0 0 20 0 19 0 255665355 9855975424 303920 33554432000 1073741824 1073778376 140735578191088 139973717105080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25768/tid=25784] ppid=25766 vsize=9624976 CPUtime=0.64 cores=1,3,5,7
/proc/25768/task/25784/stat : 25784 (java) S 25766 25768 23489 0 -1 4202560 5155 0 0 0 64 0 0 0 20 0 19 0 255665355 9855975424 303920 33554432000 1073741824 1073778376 140735578191088 139973716052280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25768/tid=25785] ppid=25766 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25768/task/25785/stat : 25785 (java) S 25766 25768 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255665355 9855975424 303920 33554432000 1073741824 1073778376 140735578191088 139973714999672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25768/tid=25786] ppid=25766 vsize=9624976 CPUtime=0.78 cores=1,3,5,7
/proc/25768/task/25786/stat : 25786 (java) S 25766 25768 23489 0 -1 4202560 105 0 0 0 31 47 0 0 20 0 19 0 255665355 9855975424 303920 33554432000 1073741824 1073778376 140735578191088 139973713947080 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25768/tid=25787] ppid=25766 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25768/task/25787/stat : 25787 (java) S 25766 25768 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255665874 9855975424 303920 33554432000 1073741824 1073778376 140735578191088 139973712893608 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 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): 1795.34
CPU time (s): 1800.71
CPU user time (s): 1799.05
CPU system time (s): 1.66075
CPU usage (%): 100.299
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.05
system time used= 1.66075
maximum resident set size= 1215796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25477
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38753
involuntary context switches= 14390

runsolver used 6.17006 second user time and 15.2537 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-24 23:36:34
IDJOB=3690047
IDBENCH=92670
IDSOLVER=2269
FILE ID=node122/3690047-1337895393
RUNJOBID= node122-1337871880-23506
PBS_JOBID= 14620082
Free space on /tmp= 71240 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat50_4_16_1_mh_ic.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690047-1337895393/watcher-3690047-1337895393 -o /tmp/evaluation-result-3690047-1337895393/solver-3690047-1337895393 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3690047-1337895393.opb

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

MD5SUM BENCH= d5e7ab00f82d8a167f85d70472648422
RANDOM SEED=1201041350

node122.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
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.533
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:        26769620 kB
Buffers:          205840 kB
Cached:          3132188 kB
SwapCached:            0 kB
Active:          3358480 kB
Inactive:        1961320 kB
Active(anon):    1973468 kB
Inactive(anon):    11052 kB
Active(file):    1385012 kB
Inactive(file):  1950268 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             37908 kB
Writeback:             0 kB
AnonPages:       1995532 kB
Mapped:            22024 kB
Shmem:               200 kB
Slab:             638980 kB
SReclaimable:      83116 kB
SUnreclaim:       555864 kB
KernelStack:        1592 kB
PageTables:         8100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3040348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1931264 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= 71336 MiB
End job on node122 at 2012-05-25 00:06:31