Trace number 3731596

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB09: SAT4J Pseudo Resolution 2.1.1? (TO) 1800.24 1795.95

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_4.opb.PB06.opb
MD5SUMca3282cf347faf21ba3550ec87dd7af4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark483
Best CPU time to get the best result obtained on this benchmark1792.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 466
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 494728
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 494728
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.1.1.v20090612
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version	1.6.0_24
0.00/0.08	c os.name	Linux
0.00/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch	amd64
0.00/0.08	c Free memory 1299577560
0.00/0.08	c Max memory 1306394624
0.00/0.08	c Total memory 1306394624
0.00/0.08	c Number of processors 8
0.08/0.11	c Pseudo Boolean Optimization
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c Stops conflict analysis at the first Unique Implication Point
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.11	c Expensive reason simplification
0.08/0.11	c MiniSAT restarts strategy
0.08/0.11	c Memory based learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-3731596-1338739983.opb
0.08/0.11	c reading problem ... 
3.20/2.61	c ... done. Wall clock time 2.505s.
3.20/2.61	c #vars     10000
3.40/2.80	c #constraints  656900
3.40/2.80	c constraints type 
3.40/2.80	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 656700
3.40/2.80	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 200
622.33/618.94	c cleaning 87499 clauses out of 175000
849.08/845.60	c cleaning 60491 clauses out of 121003
1240.53/1236.71	c cleaning 62747 clauses out of 125510
1400.60/1396.68	c cleaning 51376 clauses out of 102765
1800.09/1795.91	c starts		: 19
1800.09/1795.91	c conflicts		: 388243
1800.09/1795.91	c decisions		: 488285
1800.09/1795.91	c propagations		: 79911772
1800.09/1795.91	c inspects		: 2717065004
1800.09/1795.91	c learnt literals	: 0
1800.09/1795.91	c learnt binary clauses	: 0
1800.09/1795.91	c learnt ternary clauses	: 0
1800.09/1795.91	c learnt clauses	: 388243
1800.09/1795.91	c ignored clauses	: 0
1800.09/1795.91	c root simplifications	: 0
1800.09/1795.91	c removed literals (reason simplification)	: 4719445
1800.09/1795.91	c reason swapping (by a shorter reason)	: 0
1800.09/1795.91	c Calls to reduceDB	: 4
1800.09/1795.91	c speed (assignments/second)	: 44561.395330163
1800.09/1795.91	c non guided choices	0
1800.09/1795.94	c learnt constraints type 
1800.09/1795.94	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 126133
1800.09/1795.94	c constraints type 
1800.09/1795.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 656700
1800.09/1795.94	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 200
1800.09/1795.94	s UNKNOWN
1800.09/1795.94	c Total wall clock time (in seconds): 1795.832

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-3731596-1338739983/watcher-3731596-1338739983 -o /tmp/evaluation-result-3731596-1338739983/solver-3731596-1338739983 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3731596-1338739983.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.14 2.10 1.96 3/194 31353
/proc/meminfo: memFree=26324252/32873844 swapFree=7372/7372
[pid=31353] ppid=31351 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/31353/stat : 31353 (java6) D 31351 31353 31022 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 340124462 9515008 182 33554432000 1073741824 1073778376 140736043666176 140736043657208 251032059573 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/31353/statm: 2323 182 140 9 0 71 0

[startup+0.101398 s]
/proc/loadavg: 2.14 2.10 1.96 3/194 31353
/proc/meminfo: memFree=26324252/32873844 swapFree=7372/7372
[pid=31353] ppid=31351 vsize=2648568 CPUtime=0.08 cores=1,3,5,7
/proc/31353/stat : 31353 (java) S 31351 31353 31022 0 -1 4202496 4700 0 1 0 7 1 0 0 20 0 18 0 340124462 2712133632 6418 33554432000 1073741824 1073778376 140735047953152 140735047944288 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31353/statm: 662142 6418 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2648568

[startup+0.200328 s]
/proc/loadavg: 2.14 2.10 1.96 3/194 31353
/proc/meminfo: memFree=26324252/32873844 swapFree=7372/7372
[pid=31353] ppid=31351 vsize=2648568 CPUtime=0.28 cores=1,3,5,7
/proc/31353/stat : 31353 (java) S 31351 31353 31022 0 -1 4202496 5456 0 1 0 27 1 0 0 20 0 18 0 340124462 2712133632 7917 33554432000 1073741824 1073778376 140735047953152 140735047944288 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31353/statm: 662142 7917 2212 9 0 652835 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 2648568

[startup+0.30035 s]
/proc/loadavg: 2.14 2.10 1.96 3/194 31353
/proc/meminfo: memFree=26324252/32873844 swapFree=7372/7372
[pid=31353] ppid=31351 vsize=2648568 CPUtime=0.47 cores=1,3,5,7
/proc/31353/stat : 31353 (java) S 31351 31353 31022 0 -1 4202496 5837 0 1 0 45 2 0 0 20 0 18 0 340124462 2712133632 9979 33554432000 1073741824 1073778376 140735047953152 140735047944288 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31353/statm: 662142 9979 2218 9 0 652835 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2648568

[startup+0.700323 s]
/proc/loadavg: 2.14 2.10 1.96 3/194 31353
/proc/meminfo: memFree=26324252/32873844 swapFree=7372/7372
[pid=31353] ppid=31351 vsize=2648568 CPUtime=1.08 cores=1,3,5,7
/proc/31353/stat : 31353 (java) S 31351 31353 31022 0 -1 4202496 9197 0 1 0 102 6 0 0 20 0 18 0 340124462 2712133632 47631 33554432000 1073741824 1073778376 140735047953152 140735047944288 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31353/statm: 662142 47631 2233 9 0 652835 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 2648568

[startup+1.50078 s]
/proc/loadavg: 2.12 2.10 1.96 3/212 31371
/proc/meminfo: memFree=25972272/32873844 swapFree=7372/7372
[pid=31353] ppid=31351 vsize=2648568 CPUtime=1.96 cores=1,3,5,7
/proc/31353/stat : 31353 (java) S 31351 31353 31022 0 -1 4202496 9333 0 1 0 185 11 0 0 20 0 18 0 340124462 2712133632 95269 33554432000 1073741824 1073778376 140735047953152 140735047944288 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31353/statm: 662142 95269 2249 9 0 652835 0
[pid=31353/tid=31355] ppid=31351 vsize=2648568 CPUtime=1.43 cores=1,3,5,7
/proc/31353/task/31355/stat : 31355 (java) R 31351 31353 31022 0 -1 4202560 2907 0 1 0 134 9 0 0 20 0 18 0 340124463 2712133632 95269 33554432000 1073741824 1073778376 140735047953152 140483985923688 251035444493 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31353/tid=31356] ppid=31351 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31356/stat : 31356 (java) S 31351 31353 31022 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340124464 2712133632 95269 33554432000 1073741824 1073778376 140735047953152 140483970374568 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31357] ppid=31351 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31357/stat : 31357 (java) S 31351 31353 31022 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 340124464 2712133632 95269 33554432000 1073741824 1073778376 140735047953152 140483969322024 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31353/tid=31358] ppid=31351 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31358/stat : 31358 (java) S 31351 31353 31022 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 340124464 2712133632 95269 33554432000 1073741824 1073778376 140735047953152 140483968268968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31353/tid=31359] ppid=31351 vsize=2648568 CPUtime=0.02 cores=1,3,5,7
/proc/31353/task/31359/stat : 31359 (java) S 31351 31353 31022 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 340124464 2712133632 95269 33554432000 1073741824 1073778376 140735047953152 140483967216424 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31360] ppid=31351 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31360/stat : 31360 (java) S 31351 31353 31022 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 340124464 2712133632 95269 33554432000 1073741824 1073778376 140735047953152 140483966163368 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31353/tid=31361] ppid=31351 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31361/stat : 31361 (java) S 31351 31353 31022 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 340124464 2712133632 95269 33554432000 1073741824 1073778376 140735047953152 140483965110824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31353/tid=31362] ppid=31351 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31362/stat : 31362 (java) S 31351 31353 31022 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 340124464 2712133632 95269 33554432000 1073741824 1073778376 140735047953152 140483964057768 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31363] ppid=31351 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31363/stat : 31363 (java) S 31351 31353 31022 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 340124464 2712133632 95269 33554432000 1073741824 1073778376 140735047953152 140483963005224 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31364] ppid=31351 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31364/stat : 31364 (java) S 31351 31353 31022 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 340124465 2712133632 95269 33554432000 1073741824 1073778376 140735047953152 140483832568680 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31365] ppid=31351 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31365/stat : 31365 (java) S 31351 31353 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 340124466 2712133632 95269 33554432000 1073741824 1073778376 140735047953152 140483831515000 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31366] ppid=31351 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31366/stat : 31366 (java) S 31351 31353 31022 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 340124466 2712133632 95269 33554432000 1073741824 1073778376 140735047953152 140483830461832 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31367] ppid=31351 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31367/stat : 31367 (java) S 31351 31353 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340124468 2712133632 95269 33554432000 1073741824 1073778376 140735047953152 140483829410576 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31368] ppid=31351 vsize=2648568 CPUtime=0.17 cores=1,3,5,7
/proc/31353/task/31368/stat : 31368 (java) S 31351 31353 31022 0 -1 4202560 2247 0 0 0 17 0 0 0 20 0 18 0 340124468 2712133632 95269 33554432000 1073741824 1073778376 140735047953152 140483828357432 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31369] ppid=31351 vsize=2648568 CPUtime=0.21 cores=1,3,5,7
/proc/31353/task/31369/stat : 31369 (java) S 31351 31353 31022 0 -1 4202560 2949 0 0 0 21 0 0 0 20 0 18 0 340124468 2712133632 95269 33554432000 1073741824 1073778376 140735047953152 140483827304888 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31353/tid=31370] ppid=31351 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31370/stat : 31370 (java) S 31351 31353 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340124468 2712133632 95269 33554432000 1073741824 1073778376 140735047953152 140483826252024 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31353/tid=31371] ppid=31351 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31371/stat : 31371 (java) S 31351 31353 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340124468 2712133632 95269 33554432000 1073741824 1073778376 140735047953152 140483825199688 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 2648568

[startup+3.10073 s]
/proc/loadavg: 2.12 2.10 1.96 3/212 31371
/proc/meminfo: memFree=25922624/32873844 swapFree=7372/7372
[pid=31353] ppid=31351 vsize=2715132 CPUtime=4.37 cores=1,3,5,7
/proc/31353/stat : 31353 (java) S 31351 31353 31022 0 -1 4202496 12085 0 1 0 419 18 0 0 20 0 19 0 340124462 2780295168 107727 33554432000 1073741824 1073778376 140735047953152 140735047944288 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31353/statm: 678783 107727 2273 9 0 669476 0
[pid=31353/tid=31355] ppid=31351 vsize=2715132 CPUtime=2.92 cores=1,3,5,7
/proc/31353/task/31355/stat : 31355 (java) R 31351 31353 31022 0 -1 4202560 2919 0 1 0 282 10 0 0 20 0 19 0 340124463 2780295168 107727 33554432000 1073741824 1073778376 140735047953152 140483985924616 140483834387884 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31356] ppid=31351 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/31353/task/31356/stat : 31356 (java) S 31351 31353 31022 0 -1 4202560 20 0 0 0 3 1 0 0 20 0 19 0 340124464 2780295168 107727 33554432000 1073741824 1073778376 140735047953152 140483970374568 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31353/tid=31357] ppid=31351 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/31353/task/31357/stat : 31357 (java) S 31351 31353 31022 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 19 0 340124464 2780295168 107727 33554432000 1073741824 1073778376 140735047953152 140483969322024 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31353/tid=31358] ppid=31351 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/31353/task/31358/stat : 31358 (java) S 31351 31353 31022 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 19 0 340124464 2780295168 107727 33554432000 1073741824 1073778376 140735047953152 140483968268968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31353/tid=31359] ppid=31351 vsize=2715132 CPUtime=0.09 cores=1,3,5,7
/proc/31353/task/31359/stat : 31359 (java) S 31351 31353 31022 0 -1 4202560 32 0 0 0 7 2 0 0 20 0 19 0 340124464 2780295168 107727 33554432000 1073741824 1073778376 140735047953152 140483967216424 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31353/tid=31360] ppid=31351 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/31353/task/31360/stat : 31360 (java) S 31351 31353 31022 0 -1 4202560 13 0 0 0 4 0 0 0 20 0 19 0 340124464 2780295168 107727 33554432000 1073741824 1073778376 140735047953152 140483966163368 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31353/tid=31361] ppid=31351 vsize=2715132 CPUtime=0.06 cores=1,3,5,7
/proc/31353/task/31361/stat : 31361 (java) S 31351 31353 31022 0 -1 4202560 21 0 0 0 6 0 0 0 20 0 19 0 340124464 2780295168 107727 33554432000 1073741824 1073778376 140735047953152 140483965110824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31362] ppid=31351 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/31353/task/31362/stat : 31362 (java) S 31351 31353 31022 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 340124464 2780295168 107727 33554432000 1073741824 1073778376 140735047953152 140483964057768 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31353/tid=31363] ppid=31351 vsize=2715132 CPUtime=0.06 cores=1,3,5,7
/proc/31353/task/31363/stat : 31363 (java) S 31351 31353 31022 0 -1 4202560 18 0 0 0 5 1 0 0 20 0 19 0 340124464 2780295168 107727 33554432000 1073741824 1073778376 140735047953152 140483963005224 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31353/tid=31364] ppid=31351 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31364/stat : 31364 (java) S 31351 31353 31022 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 340124465 2780295168 107727 33554432000 1073741824 1073778376 140735047953152 140483832568680 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31353/tid=31365] ppid=31351 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31365/stat : 31365 (java) S 31351 31353 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340124466 2780295168 107727 33554432000 1073741824 1073778376 140735047953152 140483831515000 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31366] ppid=31351 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31366/stat : 31366 (java) S 31351 31353 31022 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 340124466 2780295168 107727 33554432000 1073741824 1073778376 140735047953152 140483830461832 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31367] ppid=31351 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31367/stat : 31367 (java) S 31351 31353 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340124468 2780295168 107727 33554432000 1073741824 1073778376 140735047953152 140483829410576 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31368] ppid=31351 vsize=2715132 CPUtime=0.42 cores=1,3,5,7
/proc/31353/task/31368/stat : 31368 (java) S 31351 31353 31022 0 -1 4202560 3097 0 0 0 42 0 0 0 20 0 19 0 340124468 2780295168 107727 33554432000 1073741824 1073778376 140735047953152 140483828357432 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31353/tid=31369] ppid=31351 vsize=2715132 CPUtime=0.46 cores=1,3,5,7
/proc/31353/task/31369/stat : 31369 (java) S 31351 31353 31022 0 -1 4202560 4734 0 0 0 46 0 0 0 20 0 19 0 340124468 2780295168 107727 33554432000 1073741824 1073778376 140735047953152 140483827304888 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31353/tid=31370] ppid=31351 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31370/stat : 31370 (java) S 31351 31353 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340124468 2780295168 107727 33554432000 1073741824 1073778376 140735047953152 140483826252024 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31353/tid=31371] ppid=31351 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31371/stat : 31371 (java) S 31351 31353 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340124468 2780295168 107727 33554432000 1073741824 1073778376 140735047953152 140483825199688 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 2715132

[startup+6.30074 s]
/proc/loadavg: 2.12 2.10 1.96 3/213 31372
/proc/meminfo: memFree=25900896/32873844 swapFree=7372/7372
[pid=31353] ppid=31351 vsize=2715132 CPUtime=7.58 cores=1,3,5,7
/proc/31353/stat : 31353 (java) S 31351 31353 31022 0 -1 4202496 12092 0 1 0 740 18 0 0 20 0 19 0 340124462 2780295168 107715 33554432000 1073741824 1073778376 140735047953152 140735047944288 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31353/statm: 678783 107715 2273 9 0 669476 0
[pid=31353/tid=31355] ppid=31351 vsize=2715132 CPUtime=6.12 cores=1,3,5,7
/proc/31353/task/31355/stat : 31355 (java) R 31351 31353 31022 0 -1 4202560 2922 0 1 0 602 10 0 0 20 0 19 0 340124463 2780295168 107715 33554432000 1073741824 1073778376 140735047953152 140483985924488 140483834090692 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31356] ppid=31351 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/31353/task/31356/stat : 31356 (java) S 31351 31353 31022 0 -1 4202560 20 0 0 0 3 1 0 0 20 0 19 0 340124464 2780295168 107715 33554432000 1073741824 1073778376 140735047953152 140483970374568 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31353/tid=31357] ppid=31351 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/31353/task/31357/stat : 31357 (java) S 31351 31353 31022 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 19 0 340124464 2780295168 107715 33554432000 1073741824 1073778376 140735047953152 140483969322024 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31353/tid=31358] ppid=31351 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/31353/task/31358/stat : 31358 (java) S 31351 31353 31022 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 19 0 340124464 2780295168 107715 33554432000 1073741824 1073778376 140735047953152 140483968268968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31353/tid=31359] ppid=31351 vsize=2715132 CPUtime=0.09 cores=1,3,5,7
/proc/31353/task/31359/stat : 31359 (java) S 31351 31353 31022 0 -1 4202560 32 0 0 0 7 2 0 0 20 0 19 0 340124464 2780295168 107715 33554432000 1073741824 1073778376 140735047953152 140483967216424 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31353/tid=31360] ppid=31351 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/31353/task/31360/stat : 31360 (java) S 31351 31353 31022 0 -1 4202560 13 0 0 0 4 0 0 0 20 0 19 0 340124464 2780295168 107715 33554432000 1073741824 1073778376 140735047953152 140483966163368 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31353/tid=31361] ppid=31351 vsize=2715132 CPUtime=0.06 cores=1,3,5,7
/proc/31353/task/31361/stat : 31361 (java) S 31351 31353 31022 0 -1 4202560 21 0 0 0 6 0 0 0 20 0 19 0 340124464 2780295168 107715 33554432000 1073741824 1073778376 140735047953152 140483965110824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31362] ppid=31351 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/31353/task/31362/stat : 31362 (java) S 31351 31353 31022 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 340124464 2780295168 107715 33554432000 1073741824 1073778376 140735047953152 140483964057768 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31353/tid=31363] ppid=31351 vsize=2715132 CPUtime=0.06 cores=1,3,5,7
/proc/31353/task/31363/stat : 31363 (java) S 31351 31353 31022 0 -1 4202560 18 0 0 0 5 1 0 0 20 0 19 0 340124464 2780295168 107715 33554432000 1073741824 1073778376 140735047953152 140483963005224 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31353/tid=31364] ppid=31351 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31364/stat : 31364 (java) S 31351 31353 31022 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 340124465 2780295168 107715 33554432000 1073741824 1073778376 140735047953152 140483832568680 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31353/tid=31365] ppid=31351 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31365/stat : 31365 (java) S 31351 31353 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340124466 2780295168 107715 33554432000 1073741824 1073778376 140735047953152 140483831515000 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31366] ppid=31351 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31366/stat : 31366 (java) S 31351 31353 31022 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 340124466 2780295168 107715 33554432000 1073741824 1073778376 140735047953152 140483830461832 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31367] ppid=31351 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31367/stat : 31367 (java) S 31351 31353 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340124468 2780295168 107715 33554432000 1073741824 1073778376 140735047953152 140483829410576 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31368] ppid=31351 vsize=2715132 CPUtime=0.42 cores=1,3,5,7
/proc/31353/task/31368/stat : 31368 (java) S 31351 31353 31022 0 -1 4202560 3100 0 0 0 42 0 0 0 20 0 19 0 340124468 2780295168 107715 33554432000 1073741824 1073778376 140735047953152 140483828357432 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31353/tid=31369] ppid=31351 vsize=2715132 CPUtime=0.48 cores=1,3,5,7
/proc/31353/task/31369/stat : 31369 (java) S 31351 31353 31022 0 -1 4202560 4734 0 0 0 48 0 0 0 20 0 19 0 340124468 2780295168 107715 33554432000 1073741824 1073778376 140735047953152 140483827304888 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31353/tid=31370] ppid=31351 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31370/stat : 31370 (java) S 31351 31353 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340124468 2780295168 107715 33554432000 1073741824 1073778376 140735047953152 140483826252024 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31353/tid=31371] ppid=31351 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31371/stat : 31371 (java) S 31351 31353 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340124468 2780295168 107715 33554432000 1073741824 1073778376 140735047953152 140483825199688 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31353/tid=31372] ppid=31351 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31372/stat : 31372 (java) S 31351 31353 31022 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340124743 2780295168 107715 33554432000 1073741824 1073778376 140735047953152 140483824145960 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.58
Current children cumulated vsize (KiB) 2715132

[startup+12.7008 s]
/proc/loadavg: 2.18 2.11 1.96 3/213 31372
/proc/meminfo: memFree=25901044/32873844 swapFree=7372/7372
[pid=31353] ppid=31351 vsize=2715132 CPUtime=14.01 cores=1,3,5,7
/proc/31353/stat : 31353 (java) S 31351 31353 31022 0 -1 4202496 12096 0 1 0 1382 19 0 0 20 0 19 0 340124462 2780295168 107718 33554432000 1073741824 1073778376 140735047953152 140735047944288 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0

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

[pid=31353/tid=31361] ppid=31351 vsize=2715132 CPUtime=0.41 cores=1,3,5,7
/proc/31353/task/31361/stat : 31361 (java) S 31351 31353 31022 0 -1 4202560 243 0 0 0 22 19 0 0 20 0 19 0 340124464 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483965110824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31353/tid=31362] ppid=31351 vsize=2715132 CPUtime=0.41 cores=1,3,5,7
/proc/31353/task/31362/stat : 31362 (java) S 31351 31353 31022 0 -1 4202560 253 0 0 0 20 21 0 0 20 0 19 0 340124464 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483964057768 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31363] ppid=31351 vsize=2715132 CPUtime=0.41 cores=1,3,5,7
/proc/31353/task/31363/stat : 31363 (java) S 31351 31353 31022 0 -1 4202560 244 0 0 0 22 19 0 0 20 0 19 0 340124464 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483963005224 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31364] ppid=31351 vsize=2715132 CPUtime=3.55 cores=1,3,5,7
/proc/31353/task/31364/stat : 31364 (java) S 31351 31353 31022 0 -1 4202560 159 0 0 0 348 7 0 0 20 0 19 0 340124465 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483832568680 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31353/tid=31365] ppid=31351 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31365/stat : 31365 (java) S 31351 31353 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340124466 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483831515000 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31366] ppid=31351 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31366/stat : 31366 (java) S 31351 31353 31022 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 340124466 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483830461832 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31367] ppid=31351 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31367/stat : 31367 (java) S 31351 31353 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340124468 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483829410576 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31368] ppid=31351 vsize=2715132 CPUtime=0.51 cores=1,3,5,7
/proc/31353/task/31368/stat : 31368 (java) S 31351 31353 31022 0 -1 4202560 3252 0 0 0 51 0 0 0 20 0 19 0 340124468 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483828357432 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31353/tid=31369] ppid=31351 vsize=2715132 CPUtime=0.56 cores=1,3,5,7
/proc/31353/task/31369/stat : 31369 (java) S 31351 31353 31022 0 -1 4202560 4791 0 0 0 56 0 0 0 20 0 19 0 340124468 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483827304888 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31353/tid=31370] ppid=31351 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31370/stat : 31370 (java) S 31351 31353 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340124468 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483826252024 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31353/tid=31371] ppid=31351 vsize=2715132 CPUtime=0.91 cores=1,3,5,7
/proc/31353/task/31371/stat : 31371 (java) S 31351 31353 31022 0 -1 4202560 95 0 0 0 39 52 0 0 20 0 19 0 340124468 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483825199688 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31353/tid=31372] ppid=31351 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31372/stat : 31372 (java) S 31351 31353 31022 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340124743 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483824145960 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1666.41
Current children cumulated vsize (KiB) 2715132

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 31446
/proc/meminfo: memFree=24853032/32873844 swapFree=7372/7372
[pid=31353] ppid=31351 vsize=2715132 CPUtime=1726.48 cores=1,3,5,7
/proc/31353/stat : 31353 (java) S 31351 31353 31022 0 -1 4202496 14046 0 1 0 172433 215 0 0 20 0 19 0 340124462 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140735047944288 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31353/statm: 678783 343627 2286 9 0 669476 0
[pid=31353/tid=31355] ppid=31351 vsize=2715132 CPUtime=1718.11 cores=1,3,5,7
/proc/31353/task/31355/stat : 31355 (java) R 31351 31353 31022 0 -1 4202560 2931 0 1 0 171775 36 0 0 20 0 19 0 340124463 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483985923440 140483834387621 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31356] ppid=31351 vsize=2715132 CPUtime=0.22 cores=1,3,5,7
/proc/31353/task/31356/stat : 31356 (java) S 31351 31353 31022 0 -1 4202560 139 0 0 0 11 11 0 0 20 0 19 0 340124464 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483970374568 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31357] ppid=31351 vsize=2715132 CPUtime=0.24 cores=1,3,5,7
/proc/31353/task/31357/stat : 31357 (java) S 31351 31353 31022 0 -1 4202560 143 0 0 0 12 12 0 0 20 0 19 0 340124464 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483969322024 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31353/tid=31358] ppid=31351 vsize=2715132 CPUtime=0.39 cores=1,3,5,7
/proc/31353/task/31358/stat : 31358 (java) S 31351 31353 31022 0 -1 4202560 249 0 0 0 19 20 0 0 20 0 19 0 340124464 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483968268968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31353/tid=31359] ppid=31351 vsize=2715132 CPUtime=0.27 cores=1,3,5,7
/proc/31353/task/31359/stat : 31359 (java) S 31351 31353 31022 0 -1 4202560 227 0 0 0 15 12 0 0 20 0 19 0 340124464 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483967216424 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31360] ppid=31351 vsize=2715132 CPUtime=0.23 cores=1,3,5,7
/proc/31353/task/31360/stat : 31360 (java) S 31351 31353 31022 0 -1 4202560 134 0 0 0 13 10 0 0 20 0 19 0 340124464 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483966163368 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31353/tid=31361] ppid=31351 vsize=2715132 CPUtime=0.41 cores=1,3,5,7
/proc/31353/task/31361/stat : 31361 (java) S 31351 31353 31022 0 -1 4202560 243 0 0 0 22 19 0 0 20 0 19 0 340124464 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483965110824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31353/tid=31362] ppid=31351 vsize=2715132 CPUtime=0.41 cores=1,3,5,7
/proc/31353/task/31362/stat : 31362 (java) S 31351 31353 31022 0 -1 4202560 253 0 0 0 20 21 0 0 20 0 19 0 340124464 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483964057768 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31363] ppid=31351 vsize=2715132 CPUtime=0.41 cores=1,3,5,7
/proc/31353/task/31363/stat : 31363 (java) S 31351 31353 31022 0 -1 4202560 244 0 0 0 22 19 0 0 20 0 19 0 340124464 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483963005224 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31364] ppid=31351 vsize=2715132 CPUtime=3.55 cores=1,3,5,7
/proc/31353/task/31364/stat : 31364 (java) S 31351 31353 31022 0 -1 4202560 159 0 0 0 348 7 0 0 20 0 19 0 340124465 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483832568680 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31353/tid=31365] ppid=31351 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31365/stat : 31365 (java) S 31351 31353 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340124466 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483831515000 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31366] ppid=31351 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31366/stat : 31366 (java) S 31351 31353 31022 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 340124466 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483830461832 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31367] ppid=31351 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31367/stat : 31367 (java) S 31351 31353 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340124468 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483829410576 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31368] ppid=31351 vsize=2715132 CPUtime=0.51 cores=1,3,5,7
/proc/31353/task/31368/stat : 31368 (java) S 31351 31353 31022 0 -1 4202560 3252 0 0 0 51 0 0 0 20 0 19 0 340124468 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483828357432 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31353/tid=31369] ppid=31351 vsize=2715132 CPUtime=0.56 cores=1,3,5,7
/proc/31353/task/31369/stat : 31369 (java) S 31351 31353 31022 0 -1 4202560 4791 0 0 0 56 0 0 0 20 0 19 0 340124468 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483827304888 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31353/tid=31370] ppid=31351 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31370/stat : 31370 (java) S 31351 31353 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340124468 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483826252024 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31353/tid=31371] ppid=31351 vsize=2715132 CPUtime=0.94 cores=1,3,5,7
/proc/31353/task/31371/stat : 31371 (java) S 31351 31353 31022 0 -1 4202560 99 0 0 0 40 54 0 0 20 0 19 0 340124468 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483825199688 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31353/tid=31372] ppid=31351 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31372/stat : 31372 (java) S 31351 31353 31022 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340124743 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483824145960 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1726.48
Current children cumulated vsize (KiB) 2715132

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 31447
/proc/meminfo: memFree=24853032/32873844 swapFree=7372/7372
[pid=31353] ppid=31351 vsize=2715132 CPUtime=1786.49 cores=1,3,5,7
/proc/31353/stat : 31353 (java) S 31351 31353 31022 0 -1 4202496 14050 0 1 0 178433 216 0 0 20 0 19 0 340124462 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140735047944288 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31353/statm: 678783 343627 2286 9 0 669476 0
[pid=31353/tid=31355] ppid=31351 vsize=2715132 CPUtime=1778.12 cores=1,3,5,7
/proc/31353/task/31355/stat : 31355 (java) R 31351 31353 31022 0 -1 4202560 2931 0 1 0 177775 37 0 0 20 0 19 0 340124463 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483985923440 140483834387607 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31356] ppid=31351 vsize=2715132 CPUtime=0.22 cores=1,3,5,7
/proc/31353/task/31356/stat : 31356 (java) S 31351 31353 31022 0 -1 4202560 139 0 0 0 11 11 0 0 20 0 19 0 340124464 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483970374568 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31357] ppid=31351 vsize=2715132 CPUtime=0.24 cores=1,3,5,7
/proc/31353/task/31357/stat : 31357 (java) S 31351 31353 31022 0 -1 4202560 143 0 0 0 12 12 0 0 20 0 19 0 340124464 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483969322024 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31353/tid=31358] ppid=31351 vsize=2715132 CPUtime=0.39 cores=1,3,5,7
/proc/31353/task/31358/stat : 31358 (java) S 31351 31353 31022 0 -1 4202560 249 0 0 0 19 20 0 0 20 0 19 0 340124464 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483968268968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31353/tid=31359] ppid=31351 vsize=2715132 CPUtime=0.27 cores=1,3,5,7
/proc/31353/task/31359/stat : 31359 (java) S 31351 31353 31022 0 -1 4202560 227 0 0 0 15 12 0 0 20 0 19 0 340124464 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483967216424 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31360] ppid=31351 vsize=2715132 CPUtime=0.23 cores=1,3,5,7
/proc/31353/task/31360/stat : 31360 (java) S 31351 31353 31022 0 -1 4202560 134 0 0 0 13 10 0 0 20 0 19 0 340124464 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483966163368 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31353/tid=31361] ppid=31351 vsize=2715132 CPUtime=0.41 cores=1,3,5,7
/proc/31353/task/31361/stat : 31361 (java) S 31351 31353 31022 0 -1 4202560 243 0 0 0 22 19 0 0 20 0 19 0 340124464 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483965110824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31353/tid=31362] ppid=31351 vsize=2715132 CPUtime=0.41 cores=1,3,5,7
/proc/31353/task/31362/stat : 31362 (java) S 31351 31353 31022 0 -1 4202560 253 0 0 0 20 21 0 0 20 0 19 0 340124464 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483964057768 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31363] ppid=31351 vsize=2715132 CPUtime=0.41 cores=1,3,5,7
/proc/31353/task/31363/stat : 31363 (java) S 31351 31353 31022 0 -1 4202560 244 0 0 0 22 19 0 0 20 0 19 0 340124464 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483963005224 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31364] ppid=31351 vsize=2715132 CPUtime=3.55 cores=1,3,5,7
/proc/31353/task/31364/stat : 31364 (java) S 31351 31353 31022 0 -1 4202560 159 0 0 0 348 7 0 0 20 0 19 0 340124465 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483832568680 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31353/tid=31365] ppid=31351 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31365/stat : 31365 (java) S 31351 31353 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340124466 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483831515000 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31366] ppid=31351 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31366/stat : 31366 (java) S 31351 31353 31022 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 340124466 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483830461832 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31367] ppid=31351 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31367/stat : 31367 (java) S 31351 31353 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340124468 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483829410576 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31368] ppid=31351 vsize=2715132 CPUtime=0.51 cores=1,3,5,7
/proc/31353/task/31368/stat : 31368 (java) S 31351 31353 31022 0 -1 4202560 3252 0 0 0 51 0 0 0 20 0 19 0 340124468 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483828357432 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31353/tid=31369] ppid=31351 vsize=2715132 CPUtime=0.56 cores=1,3,5,7
/proc/31353/task/31369/stat : 31369 (java) S 31351 31353 31022 0 -1 4202560 4791 0 0 0 56 0 0 0 20 0 19 0 340124468 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483827304888 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31353/tid=31370] ppid=31351 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31370/stat : 31370 (java) S 31351 31353 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340124468 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483826252024 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31353/tid=31371] ppid=31351 vsize=2715132 CPUtime=0.97 cores=1,3,5,7
/proc/31353/task/31371/stat : 31371 (java) S 31351 31353 31022 0 -1 4202560 103 0 0 0 41 56 0 0 20 0 19 0 340124468 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483825199688 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31353/tid=31372] ppid=31351 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31372/stat : 31372 (java) S 31351 31353 31022 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340124743 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483824145960 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1786.49
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 31447
/proc/meminfo: memFree=24852908/32873844 swapFree=7372/7372
[pid=31353] ppid=31351 vsize=2715132 CPUtime=1800.09 cores=1,3,5,7
/proc/31353/stat : 31353 (java) S 31351 31353 31022 0 -1 4202496 14050 0 1 0 179793 216 0 0 20 0 19 0 340124462 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140735047944288 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31353/statm: 678783 343627 2286 9 0 669476 0
[pid=31353/tid=31355] ppid=31351 vsize=2715132 CPUtime=1791.72 cores=1,3,5,7
/proc/31353/task/31355/stat : 31355 (java) R 31351 31353 31022 0 -1 4202560 2931 0 1 0 179135 37 0 0 20 0 19 0 340124463 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483985923440 140483834387860 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31356] ppid=31351 vsize=2715132 CPUtime=0.22 cores=1,3,5,7
/proc/31353/task/31356/stat : 31356 (java) S 31351 31353 31022 0 -1 4202560 139 0 0 0 11 11 0 0 20 0 19 0 340124464 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483970374568 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31357] ppid=31351 vsize=2715132 CPUtime=0.24 cores=1,3,5,7
/proc/31353/task/31357/stat : 31357 (java) S 31351 31353 31022 0 -1 4202560 143 0 0 0 12 12 0 0 20 0 19 0 340124464 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483969322024 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31353/tid=31358] ppid=31351 vsize=2715132 CPUtime=0.39 cores=1,3,5,7
/proc/31353/task/31358/stat : 31358 (java) S 31351 31353 31022 0 -1 4202560 249 0 0 0 19 20 0 0 20 0 19 0 340124464 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483968268968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31353/tid=31359] ppid=31351 vsize=2715132 CPUtime=0.27 cores=1,3,5,7
/proc/31353/task/31359/stat : 31359 (java) S 31351 31353 31022 0 -1 4202560 227 0 0 0 15 12 0 0 20 0 19 0 340124464 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483967216424 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31360] ppid=31351 vsize=2715132 CPUtime=0.23 cores=1,3,5,7
/proc/31353/task/31360/stat : 31360 (java) S 31351 31353 31022 0 -1 4202560 134 0 0 0 13 10 0 0 20 0 19 0 340124464 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483966163368 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31353/tid=31361] ppid=31351 vsize=2715132 CPUtime=0.41 cores=1,3,5,7
/proc/31353/task/31361/stat : 31361 (java) S 31351 31353 31022 0 -1 4202560 243 0 0 0 22 19 0 0 20 0 19 0 340124464 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483965110824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31353/tid=31362] ppid=31351 vsize=2715132 CPUtime=0.41 cores=1,3,5,7
/proc/31353/task/31362/stat : 31362 (java) S 31351 31353 31022 0 -1 4202560 253 0 0 0 20 21 0 0 20 0 19 0 340124464 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483964057768 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31363] ppid=31351 vsize=2715132 CPUtime=0.41 cores=1,3,5,7
/proc/31353/task/31363/stat : 31363 (java) S 31351 31353 31022 0 -1 4202560 244 0 0 0 22 19 0 0 20 0 19 0 340124464 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483963005224 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31364] ppid=31351 vsize=2715132 CPUtime=3.55 cores=1,3,5,7
/proc/31353/task/31364/stat : 31364 (java) S 31351 31353 31022 0 -1 4202560 159 0 0 0 348 7 0 0 20 0 19 0 340124465 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483832568680 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31353/tid=31365] ppid=31351 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31365/stat : 31365 (java) S 31351 31353 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340124466 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483831515000 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31366] ppid=31351 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31366/stat : 31366 (java) S 31351 31353 31022 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 340124466 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483830461832 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31367] ppid=31351 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31367/stat : 31367 (java) S 31351 31353 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340124468 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483829410576 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31353/tid=31368] ppid=31351 vsize=2715132 CPUtime=0.51 cores=1,3,5,7
/proc/31353/task/31368/stat : 31368 (java) S 31351 31353 31022 0 -1 4202560 3252 0 0 0 51 0 0 0 20 0 19 0 340124468 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483828357432 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31353/tid=31369] ppid=31351 vsize=2715132 CPUtime=0.56 cores=1,3,5,7
/proc/31353/task/31369/stat : 31369 (java) S 31351 31353 31022 0 -1 4202560 4791 0 0 0 56 0 0 0 20 0 19 0 340124468 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483827304888 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31353/tid=31370] ppid=31351 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31370/stat : 31370 (java) S 31351 31353 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340124468 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483826252024 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31353/tid=31371] ppid=31351 vsize=2715132 CPUtime=0.98 cores=1,3,5,7
/proc/31353/task/31371/stat : 31371 (java) S 31351 31353 31022 0 -1 4202560 103 0 0 0 42 56 0 0 20 0 19 0 340124468 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483825199688 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31353/tid=31372] ppid=31351 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31353/task/31372/stat : 31372 (java) S 31351 31353 31022 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340124743 2780295168 343627 33554432000 1073741824 1073778376 140735047953152 140483824145960 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 2715132

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

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

Child status: 143
Real time (s): 1795.95
CPU time (s): 1800.24
CPU user time (s): 1797.86
CPU system time (s): 2.38264
CPU usage (%): 100.239
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.86
system time used= 2.38264
maximum resident set size= 1374696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14100
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38147
involuntary context switches= 2497

runsolver used 6.10007 second user time and 16.2825 second system time

The end

Launcher Data

Begin job on node118 at 2012-06-03 18:13:04
IDJOB=3731596
IDBENCH=1968
IDSOLVER=2322
FILE ID=node118/3731596-1338739983
RUNJOBID= node118-1338738010-31039
PBS_JOBID= 14636769
Free space on /tmp= 70952 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_4.opb.PB06.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3731596-1338739983/watcher-3731596-1338739983 -o /tmp/evaluation-result-3731596-1338739983/solver-3731596-1338739983 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3731596-1338739983.opb

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

MD5SUM BENCH= ca3282cf347faf21ba3550ec87dd7af4
RANDOM SEED=1963658102

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26324896 kB
Buffers:          497004 kB
Cached:          3894364 kB
SwapCached:            0 kB
Active:          2658936 kB
Inactive:        3022000 kB
Active(anon):    1279440 kB
Inactive(anon):    11328 kB
Active(file):    1379496 kB
Inactive(file):  3010672 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16740 kB
Writeback:             0 kB
AnonPages:       1295252 kB
Mapped:            19804 kB
Shmem:               200 kB
Slab:             725388 kB
SReclaimable:     166580 kB
SUnreclaim:       558808 kB
KernelStack:        1600 kB
PageTables:         6716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1517872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1249280 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= 70936 MiB
End job on node118 at 2012-06-03 18:43:02