Trace number 3710438

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
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.06 1786.24

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_4_mh.opb
MD5SUM70bdc21fd7004e1f863f7031db08c9db
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark13309104
Best CPU time to get the best result obtained on this benchmark1800.88
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019800
Biggest coefficient in the objective function 140608000
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 388230486170
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 140608000
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 388230486170
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.01/0.08	c version 2.3.2.v20120418
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		501472288
0.01/0.08	c Max memory 		7480803328
0.01/0.08	c Total memory 		504102912
0.01/0.08	c Number of processors 	8
0.10/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.12	c configuring ORDERS
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=true
0.10/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3710438-1338244665.opb
0.10/0.12	c reading problem ... 
43.16/31.85	c ... done. Wall clock time 31.726s.
43.16/31.85	c declared #vars     2000400
43.16/31.85	c #constraints  4940611
43.16/31.85	c constraints type 
43.16/31.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
43.16/31.85	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
43.16/31.85	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
43.16/31.85	c ignored satisfied constraints => 3
43.16/31.85	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
43.16/31.85	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
43.16/31.85	c 4940614 constraints processed.
1006.34/994.26	c cleaning 2499 clauses out of 5000 with flag 5000/5000
1800.06/1786.21	c starts		: 32
1800.06/1786.21	c conflicts		: 8799
1800.06/1786.21	c decisions		: 444439
1800.06/1786.21	c propagations		: 268258393
1800.06/1786.21	c inspects		: 6551103096
1800.06/1786.21	c shortcuts		: 0
1800.06/1786.21	c learnt literals	: 0
1800.06/1786.21	c learnt binary clauses	: 4
1800.06/1786.21	c learnt ternary clauses	: 12
1800.06/1786.21	c learnt constraints	: 8798
1800.06/1786.21	c ignored constraints	: 0
1800.06/1786.21	c root simplifications	: 32
1800.06/1786.21	c removed literals (reason simplification)	: 411000
1800.06/1786.21	c reason swapping (by a shorter reason)	: 0
1800.06/1786.21	c Calls to reduceDB	: 1
1800.06/1786.21	c number of reductions to clauses (during analyze)	: 0
1800.06/1786.21	c number of learned constraints concerned by reduction	: 0
1800.06/1786.21	c number of learning phase by resolution	: 0
1800.06/1786.21	c number of learning phase by cutting planes	: 0
1800.06/1786.21	c speed (assignments/second)	: 152925.58614414974
1800.06/1786.21	c non guided choices	6484
1800.06/1786.21	c learnt constraints type 
1800.06/1786.21	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
1800.06/1786.21	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 6295
1800.06/1786.21	c constraints type 
1800.06/1786.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
1800.06/1786.21	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.06/1786.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
1800.06/1786.21	c ignored satisfied constraints => 3
1800.06/1786.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
1800.06/1786.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
1800.06/1786.21	c 4940614 constraints processed.
1800.06/1786.21	s UNKNOWN
1800.06/1786.21	c Total wall clock time (in seconds): 1786.089

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-3710438-1338244665/watcher-3710438-1338244665 -o /tmp/evaluation-result-3710438-1338244665/solver-3710438-1338244665 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710438-1338244665.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.09 2.02 2.01 8/193 1134
/proc/meminfo: memFree=28242028/32873844 swapFree=6872/6872
[pid=1134] ppid=1132 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/1134/stat : 1134 (java) R 1132 1134 32222 0 -1 4202496 548 0 0 0 0 0 0 0 20 0 1 0 290533993 23793664 274 33554432000 1073741824 1073778376 140735634859872 140735634848936 209088199233 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1134/statm: 5809 274 214 9 0 128 0
[pid=1134/tid=1135] ppid=1132 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/1134/task/1135/stat : 1135 (java) R 1132 1134 32222 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 2 0 290533994 91889664 894 33554432000 1073741824 1073778376 140735634859872 140735634848936 209088245031 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.0190829 s]
/proc/loadavg: 2.09 2.02 2.01 8/193 1134
/proc/meminfo: memFree=28242028/32873844 swapFree=6872/6872
[pid=1134] ppid=1132 vsize=9016616 CPUtime=0.01 cores=0,2,4,6
/proc/1134/stat : 1134 (java) S 1132 1134 32222 0 -1 4202496 2765 0 1 0 0 1 0 0 20 0 10 0 290533993 9233014784 3463 33554432000 1073741824 1073778376 140735634859872 140735634851008 209100767293 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1134/statm: 2254154 3463 1535 9 0 2244855 0
[pid=1134/tid=1135] ppid=1132 vsize=9016616 CPUtime=0 cores=0,2,4,6
/proc/1134/task/1135/stat : 1135 (java) R 1132 1134 32222 0 -1 4202560 1607 0 1 0 0 0 0 0 20 0 10 0 290533994 9233014784 3463 33554432000 1073741824 1073778376 140735634859872 139938131260096 209100793101 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9016616

[startup+0.100281 s]
/proc/loadavg: 2.09 2.02 2.01 8/193 1134
/proc/meminfo: memFree=28242028/32873844 swapFree=6872/6872
[pid=1134] ppid=1132 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/1134/stat : 1134 (java) S 1132 1134 32222 0 -1 4202496 4251 0 1 0 9 1 0 0 20 0 18 0 290533993 9787842560 5457 33554432000 1073741824 1073778376 140735634859872 140735634851008 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1134/statm: 2389610 5458 2115 9 0 2380296 0
[pid=1134/tid=1135] ppid=1132 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/1134/task/1135/stat : 1135 (java) R 1132 1134 32222 0 -1 4202560 2407 0 1 0 6 1 0 0 20 0 18 0 290533994 9787842560 5459 33554432000 1073741824 1073778376 140735634859872 139938131262408 139938139028307 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300261 s]
/proc/loadavg: 2.09 2.02 2.01 8/193 1134
/proc/meminfo: memFree=28242028/32873844 swapFree=6872/6872
[pid=1134] ppid=1132 vsize=9558440 CPUtime=0.47 cores=0,2,4,6
/proc/1134/stat : 1134 (java) S 1132 1134 32222 0 -1 4202496 5289 0 1 0 44 3 0 0 20 0 18 0 290533993 9787842560 21488 33554432000 1073741824 1073778376 140735634859872 140735634851008 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1134/statm: 2389610 21488 2223 9 0 2380296 0
[pid=1134/tid=1135] ppid=1132 vsize=9558440 CPUtime=0.27 cores=0,2,4,6
/proc/1134/task/1135/stat : 1135 (java) R 1132 1134 32222 0 -1 4202560 2545 0 1 0 25 2 0 0 20 0 18 0 290533994 9787842560 21488 33554432000 1073741824 1073778376 140735634859872 139938131262408 139937970536985 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558440

[startup+0.700251 s]
/proc/loadavg: 2.09 2.02 2.01 8/193 1134
/proc/meminfo: memFree=28242028/32873844 swapFree=6872/6872
[pid=1134] ppid=1132 vsize=9558440 CPUtime=1.01 cores=0,2,4,6
/proc/1134/stat : 1134 (java) S 1132 1134 32222 0 -1 4202496 5463 0 1 0 95 6 0 0 20 0 18 0 290533993 9787842560 52819 33554432000 1073741824 1073778376 140735634859872 140735634851008 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1134/statm: 2389610 52819 2239 9 0 2380296 0
[pid=1134/tid=1135] ppid=1132 vsize=9558440 CPUtime=0.62 cores=0,2,4,6
/proc/1134/task/1135/stat : 1135 (java) R 1132 1134 32222 0 -1 4202560 2582 0 1 0 59 3 0 0 20 0 18 0 290533994 9787842560 52819 33554432000 1073741824 1073778376 140735634859872 139938131255168 139937970628905 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9558440

[startup+1.50067 s]
/proc/loadavg: 2.09 2.02 2.01 10/211 1152
/proc/meminfo: memFree=27859968/32873844 swapFree=6872/6872
[pid=1134] ppid=1132 vsize=9558440 CPUtime=1.96 cores=0,2,4,6
/proc/1134/stat : 1134 (java) S 1132 1134 32222 0 -1 4202496 5878 0 1 0 187 9 0 0 20 0 18 0 290533993 9787842560 63423 33554432000 1073741824 1073778376 140735634859872 140735634851008 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1134/statm: 2389610 63423 2239 9 0 2380296 0
[pid=1134/tid=1135] ppid=1132 vsize=9558440 CPUtime=1.36 cores=0,2,4,6
/proc/1134/task/1135/stat : 1135 (java) R 1132 1134 32222 0 -1 4202560 2583 0 1 0 132 4 0 0 20 0 18 0 290533994 9787842560 63423 33554432000 1073741824 1073778376 140735634859872 139938131255152 139937970536592 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1134/tid=1137] ppid=1132 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/1134/task/1137/stat : 1137 (java) S 1132 1134 32222 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 18 0 290533994 9787842560 63423 33554432000 1073741824 1073778376 140735634859872 139938092755240 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1134/tid=1138] ppid=1132 vsize=9558440 CPUtime=0.04 cores=0,2,4,6
/proc/1134/task/1138/stat : 1138 (java) S 1132 1134 32222 0 -1 4202560 133 0 0 0 4 0 0 0 20 0 18 0 290533994 9787842560 63423 33554432000 1073741824 1073778376 140735634859872 139938091702440 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1134/tid=1139] ppid=1132 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/1134/task/1139/stat : 1139 (java) S 1132 1134 32222 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 290533994 9787842560 63423 33554432000 1073741824 1073778376 140735634859872 139938090650152 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1134/tid=1140] ppid=1132 vsize=9558440 CPUtime=0.06 cores=0,2,4,6
/proc/1134/task/1140/stat : 1140 (java) S 1132 1134 32222 0 -1 4202560 140 0 0 0 6 0 0 0 20 0 18 0 290533994 9787842560 63423 33554432000 1073741824 1073778376 140735634859872 139938089597352 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1134/tid=1141] ppid=1132 vsize=9558440 CPUtime=0.04 cores=0,2,4,6
/proc/1134/task/1141/stat : 1141 (java) S 1132 1134 32222 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 18 0 290533994 9787842560 63423 33554432000 1073741824 1073778376 140735634859872 139937970121512 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1134/tid=1142] ppid=1132 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/1134/task/1142/stat : 1142 (java) S 1132 1134 32222 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 18 0 290533994 9787842560 63423 33554432000 1073741824 1073778376 140735634859872 139937969068712 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1134/tid=1143] ppid=1132 vsize=9558440 CPUtime=0.05 cores=0,2,4,6
/proc/1134/task/1143/stat : 1143 (java) S 1132 1134 32222 0 -1 4202560 128 0 0 0 5 0 0 0 20 0 18 0 290533994 9787842560 63423 33554432000 1073741824 1073778376 140735634859872 139937968016424 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1134/tid=1144] ppid=1132 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/1134/task/1144/stat : 1144 (java) S 1132 1134 32222 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 290533994 9787842560 63423 33554432000 1073741824 1073778376 140735634859872 139937966963624 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1134/tid=1145] ppid=1132 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/1134/task/1145/stat : 1145 (java) S 1132 1134 32222 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 290533996 9787842560 63423 33554432000 1073741824 1073778376 140735634859872 139937954765032 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1134/tid=1146] ppid=1132 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/1134/task/1146/stat : 1146 (java) S 1132 1134 32222 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 290533996 9787842560 63423 33554432000 1073741824 1073778376 140735634859872 139937349362680 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1134/tid=1147] ppid=1132 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/1134/task/1147/stat : 1147 (java) S 1132 1134 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 290533996 9787842560 63423 33554432000 1073741824 1073778376 140735634859872 139937348310280 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1134/tid=1148] ppid=1132 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/1134/task/1148/stat : 1148 (java) S 1132 1134 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290533999 9787842560 63423 33554432000 1073741824 1073778376 140735634859872 139937347258768 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1134/tid=1149] ppid=1132 vsize=9558440 CPUtime=0.05 cores=0,2,4,6
/proc/1134/task/1149/stat : 1149 (java) S 1132 1134 32222 0 -1 4202560 587 0 0 0 5 0 0 0 20 0 18 0 290533999 9787842560 63423 33554432000 1073741824 1073778376 140735634859872 139937346206392 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1134/tid=1150] ppid=1132 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/1134/task/1150/stat : 1150 (java) S 1132 1134 32222 0 -1 4202560 971 0 0 0 9 0 0 0 20 0 18 0 290533999 9787842560 63423 33554432000 1073741824 1073778376 140735634859872 139937345153592 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1134/tid=1151] ppid=1132 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/1134/task/1151/stat : 1151 (java) S 1132 1134 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290533999 9787842560 63423 33554432000 1073741824 1073778376 140735634859872 139937344101496 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1134/tid=1152] ppid=1132 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/1134/task/1152/stat : 1152 (java) S 1132 1134 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290533999 9787842560 63423 33554432000 1073741824 1073778376 140735634859872 139937343048904 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 9558440

[startup+3.10082 s]
/proc/loadavg: 2.72 2.15 2.05 4/211 1152
/proc/meminfo: memFree=27703940/32873844 swapFree=6872/6872
[pid=1134] ppid=1132 vsize=9558440 CPUtime=4.42 cores=0,2,4,6
/proc/1134/stat : 1134 (java) S 1132 1134 32222 0 -1 4202496 8199 0 1 0 411 31 0 0 20 0 18 0 290533993 9787842560 186029 33554432000 1073741824 1073778376 140735634859872 140735634851008 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1134/statm: 2389610 186029 2244 9 0 2380296 0
[pid=1134/tid=1135] ppid=1132 vsize=9558440 CPUtime=2.7 cores=0,2,4,6
/proc/1134/task/1135/stat : 1135 (java) R 1132 1134 32222 0 -1 4202560 2928 0 1 0 260 10 0 0 20 0 18 0 290533994 9787842560 186029 33554432000 1073741824 1073778376 140735634859872 139938131255232 139937970572904 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1134/tid=1137] ppid=1132 vsize=9558440 CPUtime=0.13 cores=0,2,4,6
/proc/1134/task/1137/stat : 1137 (java) S 1132 1134 32222 0 -1 4202560 307 0 0 0 11 2 0 0 20 0 18 0 290533994 9787842560 186029 33554432000 1073741824 1073778376 140735634859872 139938092755240 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1134/tid=1138] ppid=1132 vsize=9558440 CPUtime=0.15 cores=0,2,4,6
/proc/1134/task/1138/stat : 1138 (java) S 1132 1134 32222 0 -1 4202560 189 0 0 0 13 2 0 0 20 0 18 0 290533994 9787842560 186029 33554432000 1073741824 1073778376 140735634859872 139938091702440 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1134/tid=1139] ppid=1132 vsize=9558440 CPUtime=0.14 cores=0,2,4,6
/proc/1134/task/1139/stat : 1139 (java) S 1132 1134 32222 0 -1 4202560 59 0 0 0 12 2 0 0 20 0 18 0 290533994 9787842560 186029 33554432000 1073741824 1073778376 140735634859872 139938090650152 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1134/tid=1140] ppid=1132 vsize=9558440 CPUtime=0.22 cores=0,2,4,6
/proc/1134/task/1140/stat : 1140 (java) S 1132 1134 32222 0 -1 4202560 203 0 0 0 18 4 0 0 20 0 18 0 290533994 9787842560 186029 33554432000 1073741824 1073778376 140735634859872 139938089597352 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1134/tid=1141] ppid=1132 vsize=9558440 CPUtime=0.16 cores=0,2,4,6
/proc/1134/task/1141/stat : 1141 (java) S 1132 1134 32222 0 -1 4202560 186 0 0 0 13 3 0 0 20 0 18 0 290533994 9787842560 186029 33554432000 1073741824 1073778376 140735634859872 139937970121512 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1134/tid=1142] ppid=1132 vsize=9558440 CPUtime=0.13 cores=0,2,4,6
/proc/1134/task/1142/stat : 1142 (java) S 1132 1134 32222 0 -1 4202560 367 0 0 0 11 2 0 0 20 0 18 0 290533994 9787842560 186029 33554432000 1073741824 1073778376 140735634859872 139937969068712 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1134/tid=1143] ppid=1132 vsize=9558440 CPUtime=0.2 cores=0,2,4,6
/proc/1134/task/1143/stat : 1143 (java) S 1132 1134 32222 0 -1 4202560 192 0 0 0 17 3 0 0 20 0 18 0 290533994 9787842560 186029 33554432000 1073741824 1073778376 140735634859872 139937968016424 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1134/tid=1144] ppid=1132 vsize=9558440 CPUtime=0.17 cores=0,2,4,6
/proc/1134/task/1144/stat : 1144 (java) S 1132 1134 32222 0 -1 4202560 325 0 0 0 14 3 0 0 20 0 18 0 290533994 9787842560 186029 33554432000 1073741824 1073778376 140735634859872 139937966963624 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1134/tid=1145] ppid=1132 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/1134/task/1145/stat : 1145 (java) S 1132 1134 32222 0 -1 4202560 493 0 0 0 0 0 0 0 20 0 18 0 290533996 9787842560 186029 33554432000 1073741824 1073778376 140735634859872 139937954765032 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1134/tid=1146] ppid=1132 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/1134/task/1146/stat : 1146 (java) S 1132 1134 32222 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 290533996 9787842560 186029 33554432000 1073741824 1073778376 140735634859872 139937349362680 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1134/tid=1147] ppid=1132 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/1134/task/1147/stat : 1147 (java) S 1132 1134 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 290533996 9787842560 186029 33554432000 1073741824 1073778376 140735634859872 139937348310280 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1134/tid=1148] ppid=1132 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/1134/task/1148/stat : 1148 (java) S 1132 1134 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290533999 9787842560 186029 33554432000 1073741824 1073778376 140735634859872 139937347258768 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1134/tid=1149] ppid=1132 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/1134/task/1149/stat : 1149 (java) S 1132 1134 32222 0 -1 4202560 756 0 0 0 10 0 0 0 20 0 18 0 290533999 9787842560 186029 33554432000 1073741824 1073778376 140735634859872 139937346206392 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1134/tid=1150] ppid=1132 vsize=9558440 CPUtime=0.16 cores=0,2,4,6
/proc/1134/task/1150/stat : 1150 (java) S 1132 1134 32222 0 -1 4202560 1018 0 0 0 16 0 0 0 20 0 18 0 290533999 9787842560 186029 33554432000 1073741824 1073778376 140735634859872 139937345153592 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1134/tid=1151] ppid=1132 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/1134/task/1151/stat : 1151 (java) S 1132 1134 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290533999 9787842560 186029 33554432000 1073741824 1073778376 140735634859872 139937344101496 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1134/tid=1152] ppid=1132 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/1134/task/1152/stat : 1152 (java) S 1132 1134 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290533999 9787842560 186029 33554432000 1073741824 1073778376 140735634859872 139937343048904 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 9558440

[startup+6.3006 s]
/proc/loadavg: 2.72 2.15 2.05 3/211 1152
/proc/meminfo: memFree=26468472/32873844 swapFree=6872/6872
[pid=1134] ppid=1132 vsize=9558440 CPUtime=10.13 cores=0,2,4,6
/proc/1134/stat : 1134 (java) S 1132 1134 32222 0 -1 4202496 17115 0 1 0 950 63 0 0 20 0 18 0 290533993 9787842560 383207 33554432000 1073741824 1073778376 140735634859872 140735634851008 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1134/statm: 2389610 383207 2272 9 0 2380296 0
[pid=1134/tid=1135] ppid=1132 vsize=9558440 CPUtime=5.18 cores=0,2,4,6
/proc/1134/task/1135/stat : 1135 (java) S 1132 1134 32222 0 -1 4202560 3638 0 1 0 500 18 0 0 20 0 18 0 290533994 9787842560 383207 33554432000 1073741824 1073778376 140735634859872 139938131262856 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1134/tid=1137] ppid=1132 vsize=9558440 CPUtime=0.46 cores=0,2,4,6
/proc/1134/task/1137/stat : 1137 (java) R 1132 1134 32222 0 -1 4202560 409 0 0 0 41 5 0 0 20 0 18 0 290533994 9787842560 383207 33554432000 1073741824 1073778376 140735634859872 139938092755416 139938133735097 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1134/tid=1138] ppid=1132 vsize=9558440 CPUtime=0.47 cores=0,2,4,6
/proc/1134/task/1138/stat : 1138 (java) R 1132 1134 32222 0 -1 4202560 1200 0 0 0 42 5 0 0 20 0 18 0 290533994 9787842560 383207 33554432000 1073741824 1073778376 140735634859872 139938091702616 139938135021089 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1134/tid=1139] ppid=1132 vsize=9558440 CPUtime=0.54 cores=0,2,4,6
/proc/1134/task/1139/stat : 1139 (java) R 1132 1134 32222 0 -1 4202560 146 0 0 0 49 5 0 0 20 0 18 0 290533994 9787842560 383207 33554432000 1073741824 1073778376 140735634859872 139938090650328 139938133735097 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=1134/tid=1140] ppid=1132 vsize=9558440 CPUtime=0.58 cores=0,2,4,6
/proc/1134/task/1140/stat : 1140 (java) R 1132 1134 32222 0 -1 4202560 285 0 0 0 52 6 0 0 20 0 18 0 290533994 9787842560 383207 33554432000 1073741824 1073778376 140735634859872 139938089597528 139938135021010 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1134/tid=1141] ppid=1132 vsize=9558440 CPUtime=0.56 cores=0,2,4,6
/proc/1134/task/1141/stat : 1141 (java) R 1132 1134 32222 0 -1 4202560 271 0 0 0 50 6 0 0 20 0 18 0 290533994 9787842560 383207 33554432000 1073741824 1073778376 140735634859872 139937970121688 139938135020965 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=1134/tid=1142] ppid=1132 vsize=9558440 CPUtime=0.4 cores=0,2,4,6
/proc/1134/task/1142/stat : 1142 (java) D 1132 1134 32222 0 -1 4202560 929 0 0 0 36 4 0 0 20 0 18 0 290533994 9787842560 383207 33554432000 1073741824 1073778376 140735634859872 139937969068472 209097450471 0 4 0 16800975 18446744071581355491 0 0 -1 0 0 0 0 0 0
[pid=1134/tid=1143] ppid=1132 vsize=9558440 CPUtime=0.47 cores=0,2,4,6
/proc/1134/task/1143/stat : 1143 (java) D 1132 1134 32222 0 -1 4202560 740 0 0 0 41 6 0 0 20 0 18 0 290533994 9787842560 383207 33554432000 1073741824 1073778376 140735634859872 139937968016184 209097450471 0 4 0 16800975 18446744071581355491 0 0 -1 2 0 0 0 0 0
[pid=1134/tid=1144] ppid=1132 vsize=9558440 CPUtime=0.59 cores=0,2,4,6
/proc/1134/task/1144/stat : 1144 (java) R 1132 1134 32222 0 -1 4202560 414 0 0 0 52 7 0 0 20 0 18 0 290533994 9787842560 383207 33554432000 1073741824 1073778376 140735634859872 139937966963504 139938135020978 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1134/tid=1145] ppid=1132 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/1134/task/1145/stat : 1145 (java) S 1132 1134 32222 0 -1 4202560 1036 0 0 0 0 0 0 0 20 0 18 0 290533996 9787842560 383207 33554432000 1073741824 1073778376 140735634859872 139937954763912 209100780604 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1134/tid=1146] ppid=1132 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/1134/task/1146/stat : 1146 (java) S 1132 1134 32222 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 290533996 9787842560 383207 33554432000 1073741824 1073778376 140735634859872 139937349362680 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1134/tid=1147] ppid=1132 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/1134/task/1147/stat : 1147 (java) S 1132 1134 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 290533996 9787842560 383207 33554432000 1073741824 1073778376 140735634859872 139937348310280 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1134/tid=1148] ppid=1132 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/1134/task/1148/stat : 1148 (java) S 1132 1134 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290533999 9787842560 383207 33554432000 1073741824 1073778376 140735634859872 139937347258768 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1134/tid=1149] ppid=1132 vsize=9558440 CPUtime=0.32 cores=0,2,4,6
/proc/1134/task/1149/stat : 1149 (java) S 1132 1134 32222 0 -1 4202560 2643 0 0 0 32 0 0 0 20 0 18 0 290533999 9787842560 383207 33554432000 1073741824 1073778376 140735634859872 139937346206392 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1134/tid=1150] ppid=1132 vsize=9558440 CPUtime=0.38 cores=0,2,4,6
/proc/1134/task/1150/stat : 1150 (java) S 1132 1134 32222 0 -1 4202560 4228 0 0 0 38 0 0 0 20 0 18 0 290533999 9787842560 383207 33554432000 1073741824 1073778376 140735634859872 139937345153592 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1134/tid=1151] ppid=1132 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/1134/task/1151/stat : 1151 (java) S 1132 1134 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290533999 9787842560 383207 33554432000 1073741824 1073778376 140735634859872 139937344101496 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1134/tid=1152] ppid=1132 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/1134/task/1152/stat : 1152 (java) S 1132 1134 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290533999 9787842560 383207 33554432000 1073741824 1073778376 140735634859872 139937343048904 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=1134/tid=1149] ppid=1132 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/1134/task/1149/stat : 1149 (java) S 1132 1134 32222 0 -1 4202560 2662 0 0 0 59 0 0 0 20 0 19 0 290533999 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937346206392 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1134/tid=1150] ppid=1132 vsize=9625004 CPUtime=0.89 cores=0,2,4,6
/proc/1134/task/1150/stat : 1150 (java) S 1132 1134 32222 0 -1 4202560 4249 0 0 0 89 0 0 0 20 0 19 0 290533999 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937345153592 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1134/tid=1151] ppid=1132 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1134/task/1151/stat : 1151 (java) S 1132 1134 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290533999 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937344101496 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1134/tid=1152] ppid=1132 vsize=9625004 CPUtime=0.75 cores=0,2,4,6
/proc/1134/task/1152/stat : 1152 (java) S 1132 1134 32222 0 -1 4202560 95 0 0 0 41 34 0 0 20 0 19 0 290533999 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937343048904 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1134/tid=1154] ppid=1132 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1134/task/1154/stat : 1154 (java) S 1132 1134 32222 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 290537197 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937341993896 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1676.12
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 1191
/proc/meminfo: memFree=23315312/32873844 swapFree=6872/6872
[pid=1134] ppid=1132 vsize=9625004 CPUtime=1736.14 cores=0,2,4,6
/proc/1134/stat : 1134 (java) S 1132 1134 32222 0 -1 4202496 37110 0 1 0 173392 222 0 0 20 0 19 0 290533993 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 140735634851008 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1134/statm: 2406251 948051 2291 9 0 2396937 0
[pid=1134/tid=1135] ppid=1132 vsize=9625004 CPUtime=1706.61 cores=0,2,4,6
/proc/1134/task/1135/stat : 1135 (java) R 1132 1134 32222 0 -1 4202560 4075 0 1 0 170594 67 0 0 20 0 19 0 290533994 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139938131264072 139937971202555 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1134/tid=1137] ppid=1132 vsize=9625004 CPUtime=2.07 cores=0,2,4,6
/proc/1134/task/1137/stat : 1137 (java) S 1132 1134 32222 0 -1 4202560 1844 0 0 0 189 18 0 0 20 0 19 0 290533994 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139938092755240 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1134/tid=1138] ppid=1132 vsize=9625004 CPUtime=1.95 cores=0,2,4,6
/proc/1134/task/1138/stat : 1138 (java) S 1132 1134 32222 0 -1 4202560 3962 0 0 0 178 17 0 0 20 0 19 0 290533994 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139938091702440 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1134/tid=1139] ppid=1132 vsize=9625004 CPUtime=1.93 cores=0,2,4,6
/proc/1134/task/1139/stat : 1139 (java) S 1132 1134 32222 0 -1 4202560 3192 0 0 0 177 16 0 0 20 0 19 0 290533994 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139938090650152 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1134/tid=1140] ppid=1132 vsize=9625004 CPUtime=2.48 cores=0,2,4,6
/proc/1134/task/1140/stat : 1140 (java) S 1132 1134 32222 0 -1 4202560 1891 0 0 0 224 24 0 0 20 0 19 0 290533994 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139938089597352 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1134/tid=1141] ppid=1132 vsize=9625004 CPUtime=1.91 cores=0,2,4,6
/proc/1134/task/1141/stat : 1141 (java) S 1132 1134 32222 0 -1 4202560 2066 0 0 0 174 17 0 0 20 0 19 0 290533994 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937970121512 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1134/tid=1142] ppid=1132 vsize=9625004 CPUtime=1.8 cores=0,2,4,6
/proc/1134/task/1142/stat : 1142 (java) S 1132 1134 32222 0 -1 4202560 3035 0 0 0 162 18 0 0 20 0 19 0 290533994 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937969068712 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1134/tid=1143] ppid=1132 vsize=9625004 CPUtime=1.87 cores=0,2,4,6
/proc/1134/task/1143/stat : 1143 (java) S 1132 1134 32222 0 -1 4202560 2479 0 0 0 172 15 0 0 20 0 19 0 290533994 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937968016424 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1134/tid=1144] ppid=1132 vsize=9625004 CPUtime=2.06 cores=0,2,4,6
/proc/1134/task/1144/stat : 1144 (java) S 1132 1134 32222 0 -1 4202560 4132 0 0 0 183 23 0 0 20 0 19 0 290533994 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937966963624 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1134/tid=1145] ppid=1132 vsize=9625004 CPUtime=7.07 cores=0,2,4,6
/proc/1134/task/1145/stat : 1145 (java) S 1132 1134 32222 0 -1 4202560 2242 0 0 0 702 5 0 0 20 0 19 0 290533996 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937954765032 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1134/tid=1146] ppid=1132 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1134/task/1146/stat : 1146 (java) S 1132 1134 32222 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 290533996 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937349362680 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1134/tid=1147] ppid=1132 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1134/task/1147/stat : 1147 (java) S 1132 1134 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290533996 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937348310280 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1134/tid=1148] ppid=1132 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1134/task/1148/stat : 1148 (java) S 1132 1134 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290533999 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937347258768 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1134/tid=1149] ppid=1132 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/1134/task/1149/stat : 1149 (java) S 1132 1134 32222 0 -1 4202560 2662 0 0 0 59 0 0 0 20 0 19 0 290533999 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937346206392 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1134/tid=1150] ppid=1132 vsize=9625004 CPUtime=0.89 cores=0,2,4,6
/proc/1134/task/1150/stat : 1150 (java) S 1132 1134 32222 0 -1 4202560 4249 0 0 0 89 0 0 0 20 0 19 0 290533999 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937345153592 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1134/tid=1151] ppid=1132 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1134/task/1151/stat : 1151 (java) S 1132 1134 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290533999 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937344101496 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1134/tid=1152] ppid=1132 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/1134/task/1152/stat : 1152 (java) S 1132 1134 32222 0 -1 4202560 99 0 0 0 43 35 0 0 20 0 19 0 290533999 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937343048904 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1134/tid=1154] ppid=1132 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1134/task/1154/stat : 1154 (java) S 1132 1134 32222 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 290537197 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937341993896 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1736.14
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 1250
/proc/meminfo: memFree=26824112/32873844 swapFree=6872/6872
[pid=1134] ppid=1132 vsize=9625004 CPUtime=1796.14 cores=0,2,4,6
/proc/1134/stat : 1134 (java) S 1132 1134 32222 0 -1 4202496 37114 0 1 0 179389 225 0 0 20 0 19 0 290533993 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 140735634851008 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1134/statm: 2406251 948051 2291 9 0 2396937 0
[pid=1134/tid=1135] ppid=1132 vsize=9625004 CPUtime=1766.46 cores=0,2,4,6
/proc/1134/task/1135/stat : 1135 (java) R 1132 1134 32222 0 -1 4202560 4075 0 1 0 176576 70 0 0 20 0 19 0 290533994 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139938131264072 139937971202544 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1134/tid=1137] ppid=1132 vsize=9625004 CPUtime=2.07 cores=0,2,4,6
/proc/1134/task/1137/stat : 1137 (java) S 1132 1134 32222 0 -1 4202560 1844 0 0 0 189 18 0 0 20 0 19 0 290533994 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139938092755240 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1134/tid=1138] ppid=1132 vsize=9625004 CPUtime=1.95 cores=0,2,4,6
/proc/1134/task/1138/stat : 1138 (java) S 1132 1134 32222 0 -1 4202560 3962 0 0 0 178 17 0 0 20 0 19 0 290533994 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139938091702440 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1134/tid=1139] ppid=1132 vsize=9625004 CPUtime=1.93 cores=0,2,4,6
/proc/1134/task/1139/stat : 1139 (java) S 1132 1134 32222 0 -1 4202560 3192 0 0 0 177 16 0 0 20 0 19 0 290533994 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139938090650152 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1134/tid=1140] ppid=1132 vsize=9625004 CPUtime=2.48 cores=0,2,4,6
/proc/1134/task/1140/stat : 1140 (java) S 1132 1134 32222 0 -1 4202560 1891 0 0 0 224 24 0 0 20 0 19 0 290533994 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139938089597352 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1134/tid=1141] ppid=1132 vsize=9625004 CPUtime=1.91 cores=0,2,4,6
/proc/1134/task/1141/stat : 1141 (java) S 1132 1134 32222 0 -1 4202560 2066 0 0 0 174 17 0 0 20 0 19 0 290533994 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937970121512 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1134/tid=1142] ppid=1132 vsize=9625004 CPUtime=1.8 cores=0,2,4,6
/proc/1134/task/1142/stat : 1142 (java) S 1132 1134 32222 0 -1 4202560 3035 0 0 0 162 18 0 0 20 0 19 0 290533994 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937969068712 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1134/tid=1143] ppid=1132 vsize=9625004 CPUtime=1.87 cores=0,2,4,6
/proc/1134/task/1143/stat : 1143 (java) S 1132 1134 32222 0 -1 4202560 2479 0 0 0 172 15 0 0 20 0 19 0 290533994 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937968016424 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1134/tid=1144] ppid=1132 vsize=9625004 CPUtime=2.06 cores=0,2,4,6
/proc/1134/task/1144/stat : 1144 (java) S 1132 1134 32222 0 -1 4202560 4132 0 0 0 183 23 0 0 20 0 19 0 290533994 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937966963624 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1134/tid=1145] ppid=1132 vsize=9625004 CPUtime=7.08 cores=0,2,4,6
/proc/1134/task/1145/stat : 1145 (java) S 1132 1134 32222 0 -1 4202560 2242 0 0 0 703 5 0 0 20 0 19 0 290533996 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937954765032 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1134/tid=1146] ppid=1132 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1134/task/1146/stat : 1146 (java) S 1132 1134 32222 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 290533996 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937349362680 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1134/tid=1147] ppid=1132 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1134/task/1147/stat : 1147 (java) S 1132 1134 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290533996 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937348310280 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1134/tid=1148] ppid=1132 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1134/task/1148/stat : 1148 (java) S 1132 1134 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290533999 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937347258768 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1134/tid=1149] ppid=1132 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/1134/task/1149/stat : 1149 (java) S 1132 1134 32222 0 -1 4202560 2662 0 0 0 59 0 0 0 20 0 19 0 290533999 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937346206392 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1134/tid=1150] ppid=1132 vsize=9625004 CPUtime=0.89 cores=0,2,4,6
/proc/1134/task/1150/stat : 1150 (java) S 1132 1134 32222 0 -1 4202560 4249 0 0 0 89 0 0 0 20 0 19 0 290533999 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937345153592 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1134/tid=1151] ppid=1132 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1134/task/1151/stat : 1151 (java) S 1132 1134 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290533999 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937344101496 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1134/tid=1152] ppid=1132 vsize=9625004 CPUtime=0.8 cores=0,2,4,6
/proc/1134/task/1152/stat : 1152 (java) S 1132 1134 32222 0 -1 4202560 103 0 0 0 44 36 0 0 20 0 19 0 290533999 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937343048904 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1134/tid=1154] ppid=1132 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1134/task/1154/stat : 1154 (java) S 1132 1134 32222 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 290537197 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937341993896 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1796.14
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 1250
/proc/meminfo: memFree=25645980/32873844 swapFree=6872/6872
[pid=1134] ppid=1132 vsize=9625004 CPUtime=1800.06 cores=0,2,4,6
/proc/1134/stat : 1134 (java) S 1132 1134 32222 0 -1 4202496 37116 0 1 0 179781 225 0 0 20 0 19 0 290533993 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 140735634851008 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1134/statm: 2406251 948051 2291 9 0 2396937 0
[pid=1134/tid=1135] ppid=1132 vsize=9625004 CPUtime=1770.35 cores=0,2,4,6
/proc/1134/task/1135/stat : 1135 (java) R 1132 1134 32222 0 -1 4202560 4075 0 1 0 176965 70 0 0 20 0 19 0 290533994 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139938131263944 139937971120853 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1134/tid=1137] ppid=1132 vsize=9625004 CPUtime=2.07 cores=0,2,4,6
/proc/1134/task/1137/stat : 1137 (java) S 1132 1134 32222 0 -1 4202560 1844 0 0 0 189 18 0 0 20 0 19 0 290533994 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139938092755240 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1134/tid=1138] ppid=1132 vsize=9625004 CPUtime=1.95 cores=0,2,4,6
/proc/1134/task/1138/stat : 1138 (java) S 1132 1134 32222 0 -1 4202560 3962 0 0 0 178 17 0 0 20 0 19 0 290533994 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139938091702440 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1134/tid=1139] ppid=1132 vsize=9625004 CPUtime=1.93 cores=0,2,4,6
/proc/1134/task/1139/stat : 1139 (java) S 1132 1134 32222 0 -1 4202560 3192 0 0 0 177 16 0 0 20 0 19 0 290533994 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139938090650152 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1134/tid=1140] ppid=1132 vsize=9625004 CPUtime=2.48 cores=0,2,4,6
/proc/1134/task/1140/stat : 1140 (java) S 1132 1134 32222 0 -1 4202560 1891 0 0 0 224 24 0 0 20 0 19 0 290533994 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139938089597352 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1134/tid=1141] ppid=1132 vsize=9625004 CPUtime=1.91 cores=0,2,4,6
/proc/1134/task/1141/stat : 1141 (java) S 1132 1134 32222 0 -1 4202560 2066 0 0 0 174 17 0 0 20 0 19 0 290533994 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937970121512 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1134/tid=1142] ppid=1132 vsize=9625004 CPUtime=1.8 cores=0,2,4,6
/proc/1134/task/1142/stat : 1142 (java) S 1132 1134 32222 0 -1 4202560 3035 0 0 0 162 18 0 0 20 0 19 0 290533994 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937969068712 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1134/tid=1143] ppid=1132 vsize=9625004 CPUtime=1.87 cores=0,2,4,6
/proc/1134/task/1143/stat : 1143 (java) S 1132 1134 32222 0 -1 4202560 2479 0 0 0 172 15 0 0 20 0 19 0 290533994 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937968016424 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1134/tid=1144] ppid=1132 vsize=9625004 CPUtime=2.06 cores=0,2,4,6
/proc/1134/task/1144/stat : 1144 (java) S 1132 1134 32222 0 -1 4202560 4132 0 0 0 183 23 0 0 20 0 19 0 290533994 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937966963624 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1134/tid=1145] ppid=1132 vsize=9625004 CPUtime=7.08 cores=0,2,4,6
/proc/1134/task/1145/stat : 1145 (java) S 1132 1134 32222 0 -1 4202560 2242 0 0 0 703 5 0 0 20 0 19 0 290533996 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937954765032 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1134/tid=1146] ppid=1132 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1134/task/1146/stat : 1146 (java) S 1132 1134 32222 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 290533996 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937349362680 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1134/tid=1147] ppid=1132 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1134/task/1147/stat : 1147 (java) S 1132 1134 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290533996 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937348310280 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1134/tid=1148] ppid=1132 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1134/task/1148/stat : 1148 (java) S 1132 1134 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290533999 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937347258768 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1134/tid=1149] ppid=1132 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/1134/task/1149/stat : 1149 (java) S 1132 1134 32222 0 -1 4202560 2663 0 0 0 60 0 0 0 20 0 19 0 290533999 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937346206392 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1134/tid=1150] ppid=1132 vsize=9625004 CPUtime=0.9 cores=0,2,4,6
/proc/1134/task/1150/stat : 1150 (java) S 1132 1134 32222 0 -1 4202560 4250 0 0 0 90 0 0 0 20 0 19 0 290533999 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937345153592 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1134/tid=1151] ppid=1132 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1134/task/1151/stat : 1151 (java) S 1132 1134 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290533999 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937344101496 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1134/tid=1152] ppid=1132 vsize=9625004 CPUtime=0.8 cores=0,2,4,6
/proc/1134/task/1152/stat : 1152 (java) S 1132 1134 32222 0 -1 4202560 103 0 0 0 44 36 0 0 20 0 19 0 290533999 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937343048904 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1134/tid=1154] ppid=1132 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1134/task/1154/stat : 1154 (java) S 1132 1134 32222 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 290537197 9856004096 948051 33554432000 1073741824 1073778376 140735634859872 139937341993896 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1134 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=338371
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=741583
# CPU time returned by wait4() is 1796.08
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1786.24
CPU time (s): 1800.06
CPU user time (s): 1797.81
CPU system time (s): 2.25
CPU usage (%): 100.774
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.34
system time used= 2.74158
maximum resident set size= 3792340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37152
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43460
involuntary context switches= 13115

runsolver used 6.98094 second user time and 13.7139 second system time

The end

Launcher Data

Begin job on node105 at 2012-05-29 00:37:50
IDJOB=3710438
IDBENCH=92642
IDSOLVER=2289
FILE ID=node105/3710438-1338244665
RUNJOBID= node105-1338228444-32238
PBS_JOBID= 14624634
Free space on /tmp= 71152 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_4_mh.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-3710438-1338244665/watcher-3710438-1338244665 -o /tmp/evaluation-result-3710438-1338244665/solver-3710438-1338244665 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710438-1338244665.opb

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

MD5SUM BENCH= 70bdc21fd7004e1f863f7031db08c9db
RANDOM SEED=676605823

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
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.92
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.882
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	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28246388 kB
Buffers:          408912 kB
Cached:           718116 kB
SwapCached:         1708 kB
Active:          3447424 kB
Inactive:         295984 kB
Active(anon):    2612832 kB
Inactive(anon):     4812 kB
Active(file):     834592 kB
Inactive(file):   291172 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100448 kB
Dirty:            445660 kB
Writeback:             0 kB
AnonPages:       2590468 kB
Mapped:            17060 kB
Shmem:                 0 kB
Slab:             728492 kB
SReclaimable:     165724 kB
SUnreclaim:       562768 kB
KernelStack:        1568 kB
PageTables:         9144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3144920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2525184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71152 MiB
End job on node105 at 2012-05-29 01:07:38