Trace number 3733873

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) 1801.24 1765.45

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_18.opb
MD5SUMde4cbecd7c9968d40b279ce145b888a9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark307
Best CPU time to get the best result obtained on this benchmark1800.21
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8883
Total number of constraints17459
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17459
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2691
Number of bits of the biggest sum of numbers12
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version 2.1.1.v20090612
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version	1.6.0_24
0.00/0.07	c os.name	Linux
0.00/0.07	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch	amd64
0.00/0.07	c Free memory 1299577560
0.00/0.07	c Max memory 1306394624
0.00/0.07	c Total memory 1306394624
0.00/0.07	c Number of processors 8
0.00/0.09	c Pseudo Boolean Optimization
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c Stops conflict analysis at the first Unique Implication Point
0.00/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.00/0.09	c Expensive reason simplification
0.00/0.09	c MiniSAT restarts strategy
0.00/0.09	c Memory based learned constraints deletion strategy
0.00/0.09	c timeout=2147483s
0.00/0.09	c DB Simplification allowed=false
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-3733873-1338750112.opb
0.00/0.09	c reading problem ... 
2.11/1.23	c ... done. Wall clock time 1.137s.
2.11/1.23	c #vars     8883
2.11/1.23	c #constraints  17459
2.11/1.23	c constraints type 
2.11/1.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17459
1800.04/1765.42	c starts		: 18
1800.04/1765.42	c conflicts		: 208525
1800.04/1765.42	c decisions		: 247910
1800.04/1765.42	c propagations		: 63960776
1800.04/1765.42	c inspects		: 2627171322
1800.04/1765.42	c learnt literals	: 0
1800.04/1765.42	c learnt binary clauses	: 1
1800.04/1765.42	c learnt ternary clauses	: 1
1800.04/1765.42	c learnt clauses	: 208524
1800.04/1765.42	c ignored clauses	: 0
1800.04/1765.42	c root simplifications	: 0
1800.04/1765.42	c removed literals (reason simplification)	: 4355305
1800.04/1765.42	c reason swapping (by a shorter reason)	: 0
1800.04/1765.42	c Calls to reduceDB	: 0
1800.04/1765.42	c speed (assignments/second)	: 36255.120491830225
1800.04/1765.42	c non guided choices	64
1800.04/1765.45	c learnt constraints type 
1800.04/1765.45	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 208526
1800.04/1765.45	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.04/1765.45	c constraints type 
1800.04/1765.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17459
1800.04/1765.45	s UNKNOWN
1800.04/1765.45	c Total wall clock time (in seconds): 1765.353

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-3733873-1338750112/watcher-3733873-1338750112 -o /tmp/evaluation-result-3733873-1338750112/solver-3733873-1338750112 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3733873-1338750112.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: 1.92 1.98 1.99 3/195 32442
/proc/meminfo: memFree=26253772/32873844 swapFree=7372/7372
[pid=32442] ppid=32440 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/32442/stat : 32442 (java) R 32440 32442 31022 0 -1 4202496 978 0 0 0 0 0 0 0 20 0 1 0 341137333 23793664 706 33554432000 1073741824 1073778376 140734177097680 140734177086744 251022843170 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/32442/statm: 5809 706 521 9 0 128 0

[startup+0.0170069 s]
/proc/loadavg: 1.92 1.98 1.99 3/195 32442
/proc/meminfo: memFree=26253772/32873844 swapFree=7372/7372
[pid=32442] ppid=32440 vsize=2104932 CPUtime=0 cores=0,2,4,6
/proc/32442/stat : 32442 (java) S 32440 32442 31022 0 -1 4202496 2830 0 1 0 0 0 0 0 20 0 10 0 341137333 2155450368 3022 33554432000 1073741824 1073778376 140734177097680 140734177088816 251035418685 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32442/statm: 526233 3022 1033 9 0 517342 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2104932

[startup+0.100174 s]
/proc/loadavg: 1.92 1.98 1.99 3/195 32442
/proc/meminfo: memFree=26253772/32873844 swapFree=7372/7372
[pid=32442] ppid=32440 vsize=2648568 CPUtime=0.1 cores=0,2,4,6
/proc/32442/stat : 32442 (java) S 32440 32442 31022 0 -1 4202496 4742 0 1 0 10 0 0 0 20 0 18 0 341137333 2712133632 6972 33554432000 1073741824 1073778376 140734177097680 140734177088816 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32442/statm: 662142 6972 2142 9 0 652835 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2648568

[startup+0.300159 s]
/proc/loadavg: 1.92 1.98 1.99 3/195 32442
/proc/meminfo: memFree=26253772/32873844 swapFree=7372/7372
[pid=32442] ppid=32440 vsize=2648568 CPUtime=0.62 cores=0,2,4,6
/proc/32442/stat : 32442 (java) S 32440 32442 31022 0 -1 4202496 11583 0 1 0 60 2 0 0 20 0 18 0 341137333 2712133632 14354 33554432000 1073741824 1073778376 140734177097680 140734177088816 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32442/statm: 662142 14354 2220 9 0 652835 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 2648568

[startup+0.700281 s]
/proc/loadavg: 1.92 1.98 1.99 3/195 32442
/proc/meminfo: memFree=26253772/32873844 swapFree=7372/7372
[pid=32442] ppid=32440 vsize=2648568 CPUtime=1.16 cores=0,2,4,6
/proc/32442/stat : 32442 (java) S 32440 32442 31022 0 -1 4202496 12123 0 1 0 112 4 0 0 20 0 18 0 341137333 2712133632 50493 33554432000 1073741824 1073778376 140734177097680 140734177088816 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32442/statm: 662142 50493 2229 9 0 652835 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 2648568

[startup+1.5006 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 32460
/proc/meminfo: memFree=25932196/32873844 swapFree=7372/7372
[pid=32442] ppid=32440 vsize=2715132 CPUtime=2.58 cores=0,2,4,6
/proc/32442/stat : 32442 (java) S 32440 32442 31022 0 -1 4202496 15344 0 1 0 245 13 0 0 20 0 19 0 341137333 2780295168 106449 33554432000 1073741824 1073778376 140734177097680 140734177088816 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32442/statm: 678783 106449 2265 9 0 669476 0
[pid=32442/tid=32444] ppid=32440 vsize=2715132 CPUtime=1.41 cores=0,2,4,6
/proc/32442/task/32444/stat : 32444 (java) R 32440 32442 31022 0 -1 4202560 2922 0 1 0 136 5 0 0 20 0 19 0 341137334 2780295168 106449 33554432000 1073741824 1073778376 140734177097680 140148172460472 140148021646787 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=32442/tid=32445] ppid=32440 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/32442/task/32445/stat : 32445 (java) S 32440 32442 31022 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 341137335 2780295168 106449 33554432000 1073741824 1073778376 140734177097680 140148156910376 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32446] ppid=32440 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/32442/task/32446/stat : 32446 (java) S 32440 32442 31022 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 341137335 2780295168 106449 33554432000 1073741824 1073778376 140734177097680 140148155857576 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32442/tid=32447] ppid=32440 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/32442/task/32447/stat : 32447 (java) S 32440 32442 31022 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 341137335 2780295168 106449 33554432000 1073741824 1073778376 140734177097680 140148154805288 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32442/tid=32448] ppid=32440 vsize=2715132 CPUtime=0.05 cores=0,2,4,6
/proc/32442/task/32448/stat : 32448 (java) S 32440 32442 31022 0 -1 4202560 33 0 0 0 3 2 0 0 20 0 19 0 341137335 2780295168 106449 33554432000 1073741824 1073778376 140734177097680 140148153752488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32442/tid=32449] ppid=32440 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/32442/task/32449/stat : 32449 (java) S 32440 32442 31022 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 341137335 2780295168 106449 33554432000 1073741824 1073778376 140734177097680 140148152699176 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32450] ppid=32440 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/32442/task/32450/stat : 32450 (java) S 32440 32442 31022 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 341137335 2780295168 106449 33554432000 1073741824 1073778376 140734177097680 140148151646376 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32442/tid=32451] ppid=32440 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/32442/task/32451/stat : 32451 (java) S 32440 32442 31022 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 341137335 2780295168 106449 33554432000 1073741824 1073778376 140734177097680 140148150594088 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32442/tid=32452] ppid=32440 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/32442/task/32452/stat : 32452 (java) S 32440 32442 31022 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 341137335 2780295168 106449 33554432000 1073741824 1073778376 140734177097680 140148149541288 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32453] ppid=32440 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/32442/task/32453/stat : 32453 (java) S 32440 32442 31022 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341137336 2780295168 106449 33554432000 1073741824 1073778376 140734177097680 140148018760424 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32442/tid=32454] ppid=32440 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/32442/task/32454/stat : 32454 (java) S 32440 32442 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341137336 2780295168 106449 33554432000 1073741824 1073778376 140734177097680 140148017706488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32455] ppid=32440 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/32442/task/32455/stat : 32455 (java) S 32440 32442 31022 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341137336 2780295168 106449 33554432000 1073741824 1073778376 140734177097680 140148016654088 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32456] ppid=32440 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/32442/task/32456/stat : 32456 (java) S 32440 32442 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341137338 2780295168 106449 33554432000 1073741824 1073778376 140734177097680 140148015602576 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32457] ppid=32440 vsize=2715132 CPUtime=0.42 cores=0,2,4,6
/proc/32442/task/32457/stat : 32457 (java) R 32440 32442 31022 0 -1 4202560 5020 0 0 0 42 0 0 0 20 0 19 0 341137338 2780295168 106449 33554432000 1073741824 1073778376 140734177097680 140148014549176 140148175037403 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32458] ppid=32440 vsize=2715132 CPUtime=0.46 cores=0,2,4,6
/proc/32442/task/32458/stat : 32458 (java) R 32440 32442 31022 0 -1 4202560 6092 0 0 0 44 2 0 0 20 0 19 0 341137338 2780295168 106449 33554432000 1073741824 1073778376 140734177097680 140148013496256 140148178596655 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=32442/tid=32459] ppid=32440 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/32442/task/32459/stat : 32459 (java) S 32440 32442 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341137338 2780295168 106449 33554432000 1073741824 1073778376 140734177097680 140148012444280 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32442/tid=32460] ppid=32440 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/32442/task/32460/stat : 32460 (java) S 32440 32442 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341137338 2780295168 106449 33554432000 1073741824 1073778376 140734177097680 140148011391688 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 2715132

[startup+3.10074 s]
/proc/loadavg: 1.92 1.98 1.99 3/214 32461
/proc/meminfo: memFree=25834932/32873844 swapFree=7372/7372
[pid=32442] ppid=32440 vsize=2715132 CPUtime=4.46 cores=0,2,4,6
/proc/32442/stat : 32442 (java) S 32440 32442 31022 0 -1 4202496 15895 0 1 0 424 22 0 0 20 0 19 0 341137333 2780295168 121359 33554432000 1073741824 1073778376 140734177097680 140734177088816 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32442/statm: 678783 121359 2266 9 0 669476 0
[pid=32442/tid=32444] ppid=32440 vsize=2715132 CPUtime=2.95 cores=0,2,4,6
/proc/32442/task/32444/stat : 32444 (java) R 32440 32442 31022 0 -1 4202560 2924 0 1 0 289 6 0 0 20 0 19 0 341137334 2780295168 121359 33554432000 1073741824 1073778376 140734177097680 140148172459232 140148021557960 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=32442/tid=32445] ppid=32440 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/32442/task/32445/stat : 32445 (java) S 32440 32442 31022 0 -1 4202560 25 0 0 0 1 2 0 0 20 0 19 0 341137335 2780295168 121359 33554432000 1073741824 1073778376 140734177097680 140148156910376 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32442/tid=32446] ppid=32440 vsize=2715132 CPUtime=0.04 cores=0,2,4,6
/proc/32442/task/32446/stat : 32446 (java) S 32440 32442 31022 0 -1 4202560 23 0 0 0 2 2 0 0 20 0 19 0 341137335 2780295168 121359 33554432000 1073741824 1073778376 140734177097680 140148155857576 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32442/tid=32447] ppid=32440 vsize=2715132 CPUtime=0.04 cores=0,2,4,6
/proc/32442/task/32447/stat : 32447 (java) S 32440 32442 31022 0 -1 4202560 25 0 0 0 3 1 0 0 20 0 19 0 341137335 2780295168 121359 33554432000 1073741824 1073778376 140734177097680 140148154805288 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32442/tid=32448] ppid=32440 vsize=2715132 CPUtime=0.11 cores=0,2,4,6
/proc/32442/task/32448/stat : 32448 (java) S 32440 32442 31022 0 -1 4202560 63 0 0 0 7 4 0 0 20 0 19 0 341137335 2780295168 121359 33554432000 1073741824 1073778376 140734177097680 140148153752488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32442/tid=32449] ppid=32440 vsize=2715132 CPUtime=0.04 cores=0,2,4,6
/proc/32442/task/32449/stat : 32449 (java) S 32440 32442 31022 0 -1 4202560 26 0 0 0 2 2 0 0 20 0 19 0 341137335 2780295168 121359 33554432000 1073741824 1073778376 140734177097680 140148152699176 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32450] ppid=32440 vsize=2715132 CPUtime=0.04 cores=0,2,4,6
/proc/32442/task/32450/stat : 32450 (java) S 32440 32442 31022 0 -1 4202560 23 0 0 0 2 2 0 0 20 0 19 0 341137335 2780295168 121359 33554432000 1073741824 1073778376 140734177097680 140148151646376 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32442/tid=32451] ppid=32440 vsize=2715132 CPUtime=0.05 cores=0,2,4,6
/proc/32442/task/32451/stat : 32451 (java) S 32440 32442 31022 0 -1 4202560 32 0 0 0 3 2 0 0 20 0 19 0 341137335 2780295168 121359 33554432000 1073741824 1073778376 140734177097680 140148150594088 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32442/tid=32452] ppid=32440 vsize=2715132 CPUtime=0.04 cores=0,2,4,6
/proc/32442/task/32452/stat : 32452 (java) S 32440 32442 31022 0 -1 4202560 25 0 0 0 2 2 0 0 20 0 19 0 341137335 2780295168 121359 33554432000 1073741824 1073778376 140734177097680 140148149541288 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32453] ppid=32440 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/32442/task/32453/stat : 32453 (java) S 32440 32442 31022 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341137336 2780295168 121359 33554432000 1073741824 1073778376 140734177097680 140148018760424 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32442/tid=32454] ppid=32440 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/32442/task/32454/stat : 32454 (java) S 32440 32442 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341137336 2780295168 121359 33554432000 1073741824 1073778376 140734177097680 140148017706488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32455] ppid=32440 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/32442/task/32455/stat : 32455 (java) S 32440 32442 31022 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341137336 2780295168 121359 33554432000 1073741824 1073778376 140734177097680 140148016654088 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32456] ppid=32440 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/32442/task/32456/stat : 32456 (java) S 32440 32442 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341137338 2780295168 121359 33554432000 1073741824 1073778376 140734177097680 140148015602576 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32457] ppid=32440 vsize=2715132 CPUtime=0.45 cores=0,2,4,6
/proc/32442/task/32457/stat : 32457 (java) S 32440 32442 31022 0 -1 4202560 5020 0 0 0 45 0 0 0 20 0 19 0 341137338 2780295168 121359 33554432000 1073741824 1073778376 140734177097680 140148014549176 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32458] ppid=32440 vsize=2715132 CPUtime=0.54 cores=0,2,4,6
/proc/32442/task/32458/stat : 32458 (java) S 32440 32442 31022 0 -1 4202560 6519 0 0 0 51 3 0 0 20 0 19 0 341137338 2780295168 121359 33554432000 1073741824 1073778376 140734177097680 140148013496376 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32442/tid=32459] ppid=32440 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/32442/task/32459/stat : 32459 (java) S 32440 32442 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341137338 2780295168 121359 33554432000 1073741824 1073778376 140734177097680 140148012444280 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32442/tid=32460] ppid=32440 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/32442/task/32460/stat : 32460 (java) S 32440 32442 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341137338 2780295168 121359 33554432000 1073741824 1073778376 140734177097680 140148011391688 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32442/tid=32461] ppid=32440 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/32442/task/32461/stat : 32461 (java) S 32440 32442 31022 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341137458 2780295168 121359 33554432000 1073741824 1073778376 140734177097680 140148010337704 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.46
Current children cumulated vsize (KiB) 2715132

[startup+6.30076 s]
/proc/loadavg: 1.93 1.98 1.99 3/214 32461
/proc/meminfo: memFree=25770824/32873844 swapFree=7372/7372
[pid=32442] ppid=32440 vsize=2715132 CPUtime=8.13 cores=0,2,4,6
/proc/32442/stat : 32442 (java) S 32440 32442 31022 0 -1 4202496 16485 0 1 0 790 23 0 0 20 0 19 0 341137333 2780295168 122464 33554432000 1073741824 1073778376 140734177097680 140734177088816 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32442/statm: 678783 122464 2267 9 0 669476 0
[pid=32442/tid=32444] ppid=32440 vsize=2715132 CPUtime=6.03 cores=0,2,4,6
/proc/32442/task/32444/stat : 32444 (java) R 32440 32442 31022 0 -1 4202560 2930 0 1 0 597 6 0 0 20 0 19 0 341137334 2780295168 122464 33554432000 1073741824 1073778376 140734177097680 140148172459416 140148021647014 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=32442/tid=32445] ppid=32440 vsize=2715132 CPUtime=0.08 cores=0,2,4,6
/proc/32442/task/32445/stat : 32445 (java) S 32440 32442 31022 0 -1 4202560 35 0 0 0 6 2 0 0 20 0 19 0 341137335 2780295168 122464 33554432000 1073741824 1073778376 140734177097680 140148156910376 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32442/tid=32446] ppid=32440 vsize=2715132 CPUtime=0.12 cores=0,2,4,6
/proc/32442/task/32446/stat : 32446 (java) S 32440 32442 31022 0 -1 4202560 52 0 0 0 10 2 0 0 20 0 19 0 341137335 2780295168 122464 33554432000 1073741824 1073778376 140734177097680 140148155857576 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32442/tid=32447] ppid=32440 vsize=2715132 CPUtime=0.15 cores=0,2,4,6
/proc/32442/task/32447/stat : 32447 (java) S 32440 32442 31022 0 -1 4202560 40 0 0 0 13 2 0 0 20 0 19 0 341137335 2780295168 122464 33554432000 1073741824 1073778376 140734177097680 140148154805288 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32448] ppid=32440 vsize=2715132 CPUtime=0.18 cores=0,2,4,6
/proc/32442/task/32448/stat : 32448 (java) S 32440 32442 31022 0 -1 4202560 74 0 0 0 14 4 0 0 20 0 19 0 341137335 2780295168 122464 33554432000 1073741824 1073778376 140734177097680 140148153752488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32442/tid=32449] ppid=32440 vsize=2715132 CPUtime=0.11 cores=0,2,4,6
/proc/32442/task/32449/stat : 32449 (java) S 32440 32442 31022 0 -1 4202560 44 0 0 0 9 2 0 0 20 0 19 0 341137335 2780295168 122464 33554432000 1073741824 1073778376 140734177097680 140148152699176 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32442/tid=32450] ppid=32440 vsize=2715132 CPUtime=0.07 cores=0,2,4,6
/proc/32442/task/32450/stat : 32450 (java) S 32440 32442 31022 0 -1 4202560 26 0 0 0 5 2 0 0 20 0 19 0 341137335 2780295168 122464 33554432000 1073741824 1073778376 140734177097680 140148151646376 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32442/tid=32451] ppid=32440 vsize=2715132 CPUtime=0.1 cores=0,2,4,6
/proc/32442/task/32451/stat : 32451 (java) S 32440 32442 31022 0 -1 4202560 45 0 0 0 8 2 0 0 20 0 19 0 341137335 2780295168 122464 33554432000 1073741824 1073778376 140734177097680 140148150594088 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32442/tid=32452] ppid=32440 vsize=2715132 CPUtime=0.08 cores=0,2,4,6
/proc/32442/task/32452/stat : 32452 (java) S 32440 32442 31022 0 -1 4202560 44 0 0 0 6 2 0 0 20 0 19 0 341137335 2780295168 122464 33554432000 1073741824 1073778376 140734177097680 140148149541288 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32442/tid=32453] ppid=32440 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/32442/task/32453/stat : 32453 (java) S 32440 32442 31022 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341137336 2780295168 122464 33554432000 1073741824 1073778376 140734177097680 140148018760424 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32442/tid=32454] ppid=32440 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/32442/task/32454/stat : 32454 (java) S 32440 32442 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341137336 2780295168 122464 33554432000 1073741824 1073778376 140734177097680 140148017706488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32455] ppid=32440 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/32442/task/32455/stat : 32455 (java) S 32440 32442 31022 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341137336 2780295168 122464 33554432000 1073741824 1073778376 140734177097680 140148016654088 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32456] ppid=32440 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/32442/task/32456/stat : 32456 (java) S 32440 32442 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341137338 2780295168 122464 33554432000 1073741824 1073778376 140734177097680 140148015602576 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32457] ppid=32440 vsize=2715132 CPUtime=0.46 cores=0,2,4,6
/proc/32442/task/32457/stat : 32457 (java) S 32440 32442 31022 0 -1 4202560 5020 0 0 0 46 0 0 0 20 0 19 0 341137338 2780295168 122464 33554432000 1073741824 1073778376 140734177097680 140148014549176 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32458] ppid=32440 vsize=2715132 CPUtime=0.64 cores=0,2,4,6
/proc/32442/task/32458/stat : 32458 (java) S 32440 32442 31022 0 -1 4202560 6985 0 0 0 61 3 0 0 20 0 19 0 341137338 2780295168 122464 33554432000 1073741824 1073778376 140734177097680 140148013496376 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32442/tid=32459] ppid=32440 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/32442/task/32459/stat : 32459 (java) S 32440 32442 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341137338 2780295168 122464 33554432000 1073741824 1073778376 140734177097680 140148012444280 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32442/tid=32460] ppid=32440 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/32442/task/32460/stat : 32460 (java) S 32440 32442 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341137338 2780295168 122464 33554432000 1073741824 1073778376 140734177097680 140148011391688 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32442/tid=32461] ppid=32440 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/32442/task/32461/stat : 32461 (java) S 32440 32442 31022 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341137458 2780295168 122464 33554432000 1073741824 1073778376 140734177097680 140148010337704 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.13
Current children cumulated vsize (KiB) 2715132

[startup+12.7008 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 32461
/proc/meminfo: memFree=25717308/32873844 swapFree=7372/7372

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

[pid=32442/tid=32450] ppid=32440 vsize=2715132 CPUtime=5.47 cores=0,2,4,6
/proc/32442/task/32450/stat : 32450 (java) S 32440 32442 31022 0 -1 4202560 298 0 0 0 541 6 0 0 20 0 19 0 341137335 2780295168 158029 33554432000 1073741824 1073778376 140734177097680 140148151646376 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32442/tid=32451] ppid=32440 vsize=2715132 CPUtime=5.24 cores=0,2,4,6
/proc/32442/task/32451/stat : 32451 (java) S 32440 32442 31022 0 -1 4202560 323 0 0 0 518 6 0 0 20 0 19 0 341137335 2780295168 158029 33554432000 1073741824 1073778376 140734177097680 140148150594088 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32442/tid=32452] ppid=32440 vsize=2715132 CPUtime=5.25 cores=0,2,4,6
/proc/32442/task/32452/stat : 32452 (java) S 32440 32442 31022 0 -1 4202560 305 0 0 0 518 7 0 0 20 0 19 0 341137335 2780295168 158029 33554432000 1073741824 1073778376 140734177097680 140148149541288 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32442/tid=32453] ppid=32440 vsize=2715132 CPUtime=0.15 cores=0,2,4,6
/proc/32442/task/32453/stat : 32453 (java) S 32440 32442 31022 0 -1 4202560 100 0 0 0 10 5 0 0 20 0 19 0 341137336 2780295168 158029 33554432000 1073741824 1073778376 140734177097680 140148018760424 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32442/tid=32454] ppid=32440 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/32442/task/32454/stat : 32454 (java) S 32440 32442 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341137336 2780295168 158029 33554432000 1073741824 1073778376 140734177097680 140148017706488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32455] ppid=32440 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/32442/task/32455/stat : 32455 (java) S 32440 32442 31022 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341137336 2780295168 158029 33554432000 1073741824 1073778376 140734177097680 140148016654088 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32456] ppid=32440 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/32442/task/32456/stat : 32456 (java) S 32440 32442 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341137338 2780295168 158029 33554432000 1073741824 1073778376 140734177097680 140148015602576 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32457] ppid=32440 vsize=2715132 CPUtime=0.46 cores=0,2,4,6
/proc/32442/task/32457/stat : 32457 (java) S 32440 32442 31022 0 -1 4202560 5020 0 0 0 46 0 0 0 20 0 19 0 341137338 2780295168 158029 33554432000 1073741824 1073778376 140734177097680 140148014549176 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32458] ppid=32440 vsize=2715132 CPUtime=0.75 cores=0,2,4,6
/proc/32442/task/32458/stat : 32458 (java) S 32440 32442 31022 0 -1 4202560 6998 0 0 0 72 3 0 0 20 0 19 0 341137338 2780295168 158029 33554432000 1073741824 1073778376 140734177097680 140148013496376 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32459] ppid=32440 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/32442/task/32459/stat : 32459 (java) S 32440 32442 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341137338 2780295168 158029 33554432000 1073741824 1073778376 140734177097680 140148012444280 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32442/tid=32460] ppid=32440 vsize=2715132 CPUtime=0.57 cores=0,2,4,6
/proc/32442/task/32460/stat : 32460 (java) S 32440 32442 31022 0 -1 4202560 93 0 0 0 25 32 0 0 20 0 19 0 341137338 2780295168 158029 33554432000 1073741824 1073778376 140734177097680 140148011391688 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=32442/tid=32461] ppid=32440 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/32442/task/32461/stat : 32461 (java) S 32440 32442 31022 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341137458 2780295168 158029 33554432000 1073741824 1073778376 140734177097680 140148010337704 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1633.43
Current children cumulated vsize (KiB) 2715132

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/213 32759
/proc/meminfo: memFree=26348240/32873844 swapFree=7372/7372
[pid=32442] ppid=32440 vsize=2715132 CPUtime=1694.77 cores=0,2,4,6
/proc/32442/stat : 32442 (java) S 32440 32442 31022 0 -1 4202496 19823 0 1 0 169381 96 0 0 20 0 19 0 341137333 2780295168 159053 33554432000 1073741824 1073778376 140734177097680 140734177088816 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32442/statm: 678783 159053 2270 9 0 669476 0
[pid=32442/tid=32444] ppid=32440 vsize=2715132 CPUtime=1648.59 cores=0,2,4,6
/proc/32442/task/32444/stat : 32444 (java) R 32440 32442 31022 0 -1 4202560 3952 0 1 0 164823 36 0 0 20 0 19 0 341137334 2780295168 159053 33554432000 1073741824 1073778376 140734177097680 140148172459264 140148021707505 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32442/tid=32445] ppid=32440 vsize=2715132 CPUtime=5.66 cores=0,2,4,6
/proc/32442/task/32445/stat : 32445 (java) S 32440 32442 31022 0 -1 4202560 295 0 0 0 559 7 0 0 20 0 19 0 341137335 2780295168 159053 33554432000 1073741824 1073778376 140734177097680 140148156910376 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32442/tid=32446] ppid=32440 vsize=2715132 CPUtime=5.71 cores=0,2,4,6
/proc/32442/task/32446/stat : 32446 (java) S 32440 32442 31022 0 -1 4202560 300 0 0 0 565 6 0 0 20 0 19 0 341137335 2780295168 159053 33554432000 1073741824 1073778376 140734177097680 140148155857576 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32447] ppid=32440 vsize=2715132 CPUtime=5.67 cores=0,2,4,6
/proc/32442/task/32447/stat : 32447 (java) S 32440 32442 31022 0 -1 4202560 315 0 0 0 560 7 0 0 20 0 19 0 341137335 2780295168 159053 33554432000 1073741824 1073778376 140734177097680 140148154805288 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32442/tid=32448] ppid=32440 vsize=2715132 CPUtime=5.68 cores=0,2,4,6
/proc/32442/task/32448/stat : 32448 (java) S 32440 32442 31022 0 -1 4202560 338 0 0 0 559 9 0 0 20 0 19 0 341137335 2780295168 159053 33554432000 1073741824 1073778376 140734177097680 140148153752488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32442/tid=32449] ppid=32440 vsize=2715132 CPUtime=5.67 cores=0,2,4,6
/proc/32442/task/32449/stat : 32449 (java) S 32440 32442 31022 0 -1 4202560 301 0 0 0 561 6 0 0 20 0 19 0 341137335 2780295168 159053 33554432000 1073741824 1073778376 140734177097680 140148152699176 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32442/tid=32450] ppid=32440 vsize=2715132 CPUtime=5.69 cores=0,2,4,6
/proc/32442/task/32450/stat : 32450 (java) S 32440 32442 31022 0 -1 4202560 298 0 0 0 563 6 0 0 20 0 19 0 341137335 2780295168 159053 33554432000 1073741824 1073778376 140734177097680 140148151646376 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32442/tid=32451] ppid=32440 vsize=2715132 CPUtime=5.46 cores=0,2,4,6
/proc/32442/task/32451/stat : 32451 (java) S 32440 32442 31022 0 -1 4202560 323 0 0 0 540 6 0 0 20 0 19 0 341137335 2780295168 159053 33554432000 1073741824 1073778376 140734177097680 140148150594088 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32442/tid=32452] ppid=32440 vsize=2715132 CPUtime=5.46 cores=0,2,4,6
/proc/32442/task/32452/stat : 32452 (java) S 32440 32442 31022 0 -1 4202560 305 0 0 0 539 7 0 0 20 0 19 0 341137335 2780295168 159053 33554432000 1073741824 1073778376 140734177097680 140148149541288 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32453] ppid=32440 vsize=2715132 CPUtime=0.16 cores=0,2,4,6
/proc/32442/task/32453/stat : 32453 (java) S 32440 32442 31022 0 -1 4202560 102 0 0 0 11 5 0 0 20 0 19 0 341137336 2780295168 159053 33554432000 1073741824 1073778376 140734177097680 140148018760424 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32442/tid=32454] ppid=32440 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/32442/task/32454/stat : 32454 (java) S 32440 32442 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341137336 2780295168 159053 33554432000 1073741824 1073778376 140734177097680 140148017706488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32455] ppid=32440 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/32442/task/32455/stat : 32455 (java) S 32440 32442 31022 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341137336 2780295168 159053 33554432000 1073741824 1073778376 140734177097680 140148016654088 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32456] ppid=32440 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/32442/task/32456/stat : 32456 (java) S 32440 32442 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341137338 2780295168 159053 33554432000 1073741824 1073778376 140734177097680 140148015602576 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32457] ppid=32440 vsize=2715132 CPUtime=0.46 cores=0,2,4,6
/proc/32442/task/32457/stat : 32457 (java) S 32440 32442 31022 0 -1 4202560 5020 0 0 0 46 0 0 0 20 0 19 0 341137338 2780295168 159053 33554432000 1073741824 1073778376 140734177097680 140148014549176 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32458] ppid=32440 vsize=2715132 CPUtime=0.75 cores=0,2,4,6
/proc/32442/task/32458/stat : 32458 (java) S 32440 32442 31022 0 -1 4202560 6998 0 0 0 72 3 0 0 20 0 19 0 341137338 2780295168 159053 33554432000 1073741824 1073778376 140734177097680 140148013496376 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32459] ppid=32440 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/32442/task/32459/stat : 32459 (java) S 32440 32442 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341137338 2780295168 159053 33554432000 1073741824 1073778376 140734177097680 140148012444280 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32442/tid=32460] ppid=32440 vsize=2715132 CPUtime=0.6 cores=0,2,4,6
/proc/32442/task/32460/stat : 32460 (java) S 32440 32442 31022 0 -1 4202560 95 0 0 0 26 34 0 0 20 0 19 0 341137338 2780295168 159053 33554432000 1073741824 1073778376 140734177097680 140148011391688 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=32442/tid=32461] ppid=32440 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/32442/task/32461/stat : 32461 (java) S 32440 32442 31022 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341137458 2780295168 159053 33554432000 1073741824 1073778376 140734177097680 140148010337704 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1694.77
Current children cumulated vsize (KiB) 2715132

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/214 32763
/proc/meminfo: memFree=26341964/32873844 swapFree=7372/7372
[pid=32442] ppid=32440 vsize=2715132 CPUtime=1756.05 cores=0,2,4,6
/proc/32442/stat : 32442 (java) S 32440 32442 31022 0 -1 4202496 19875 0 1 0 175506 99 0 0 20 0 19 0 341137333 2780295168 161101 33554432000 1073741824 1073778376 140734177097680 140734177088816 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32442/statm: 678783 161101 2270 9 0 669476 0
[pid=32442/tid=32444] ppid=32440 vsize=2715132 CPUtime=1708.06 cores=0,2,4,6
/proc/32442/task/32444/stat : 32444 (java) R 32440 32442 31022 0 -1 4202560 3988 0 1 0 170770 36 0 0 20 0 19 0 341137334 2780295168 161101 33554432000 1073741824 1073778376 140734177097680 140148172459432 140148021647867 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32442/tid=32445] ppid=32440 vsize=2715132 CPUtime=5.9 cores=0,2,4,6
/proc/32442/task/32445/stat : 32445 (java) S 32440 32442 31022 0 -1 4202560 296 0 0 0 583 7 0 0 20 0 19 0 341137335 2780295168 161101 33554432000 1073741824 1073778376 140734177097680 140148156910376 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32442/tid=32446] ppid=32440 vsize=2715132 CPUtime=5.95 cores=0,2,4,6
/proc/32442/task/32446/stat : 32446 (java) S 32440 32442 31022 0 -1 4202560 301 0 0 0 589 6 0 0 20 0 19 0 341137335 2780295168 161101 33554432000 1073741824 1073778376 140734177097680 140148155857576 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32442/tid=32447] ppid=32440 vsize=2715132 CPUtime=5.89 cores=0,2,4,6
/proc/32442/task/32447/stat : 32447 (java) S 32440 32442 31022 0 -1 4202560 315 0 0 0 582 7 0 0 20 0 19 0 341137335 2780295168 161101 33554432000 1073741824 1073778376 140734177097680 140148154805288 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32442/tid=32448] ppid=32440 vsize=2715132 CPUtime=5.92 cores=0,2,4,6
/proc/32442/task/32448/stat : 32448 (java) S 32440 32442 31022 0 -1 4202560 340 0 0 0 583 9 0 0 20 0 19 0 341137335 2780295168 161101 33554432000 1073741824 1073778376 140734177097680 140148153752488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32442/tid=32449] ppid=32440 vsize=2715132 CPUtime=5.93 cores=0,2,4,6
/proc/32442/task/32449/stat : 32449 (java) S 32440 32442 31022 0 -1 4202560 301 0 0 0 587 6 0 0 20 0 19 0 341137335 2780295168 161101 33554432000 1073741824 1073778376 140734177097680 140148152699176 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32450] ppid=32440 vsize=2715132 CPUtime=5.87 cores=0,2,4,6
/proc/32442/task/32450/stat : 32450 (java) S 32440 32442 31022 0 -1 4202560 299 0 0 0 581 6 0 0 20 0 19 0 341137335 2780295168 161101 33554432000 1073741824 1073778376 140734177097680 140148151646376 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32451] ppid=32440 vsize=2715132 CPUtime=5.69 cores=0,2,4,6
/proc/32442/task/32451/stat : 32451 (java) S 32440 32442 31022 0 -1 4202560 324 0 0 0 562 7 0 0 20 0 19 0 341137335 2780295168 161101 33554432000 1073741824 1073778376 140734177097680 140148150594088 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32442/tid=32452] ppid=32440 vsize=2715132 CPUtime=5.68 cores=0,2,4,6
/proc/32442/task/32452/stat : 32452 (java) S 32440 32442 31022 0 -1 4202560 307 0 0 0 561 7 0 0 20 0 19 0 341137335 2780295168 161101 33554432000 1073741824 1073778376 140734177097680 140148149541288 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32442/tid=32453] ppid=32440 vsize=2715132 CPUtime=0.16 cores=0,2,4,6
/proc/32442/task/32453/stat : 32453 (java) S 32440 32442 31022 0 -1 4202560 106 0 0 0 11 5 0 0 20 0 19 0 341137336 2780295168 161101 33554432000 1073741824 1073778376 140734177097680 140148018760424 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32442/tid=32454] ppid=32440 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/32442/task/32454/stat : 32454 (java) S 32440 32442 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341137336 2780295168 161101 33554432000 1073741824 1073778376 140734177097680 140148017706488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32455] ppid=32440 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/32442/task/32455/stat : 32455 (java) S 32440 32442 31022 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341137336 2780295168 161101 33554432000 1073741824 1073778376 140734177097680 140148016654088 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32456] ppid=32440 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/32442/task/32456/stat : 32456 (java) S 32440 32442 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341137338 2780295168 161101 33554432000 1073741824 1073778376 140734177097680 140148015602576 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32457] ppid=32440 vsize=2715132 CPUtime=0.46 cores=0,2,4,6
/proc/32442/task/32457/stat : 32457 (java) S 32440 32442 31022 0 -1 4202560 5020 0 0 0 46 0 0 0 20 0 19 0 341137338 2780295168 161101 33554432000 1073741824 1073778376 140734177097680 140148014549176 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32458] ppid=32440 vsize=2715132 CPUtime=0.75 cores=0,2,4,6
/proc/32442/task/32458/stat : 32458 (java) S 32440 32442 31022 0 -1 4202560 6998 0 0 0 72 3 0 0 20 0 19 0 341137338 2780295168 161101 33554432000 1073741824 1073778376 140734177097680 140148013496376 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32459] ppid=32440 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/32442/task/32459/stat : 32459 (java) S 32440 32442 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341137338 2780295168 161101 33554432000 1073741824 1073778376 140734177097680 140148012444280 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32442/tid=32460] ppid=32440 vsize=2715132 CPUtime=0.63 cores=0,2,4,6
/proc/32442/task/32460/stat : 32460 (java) S 32440 32442 31022 0 -1 4202560 99 0 0 0 28 35 0 0 20 0 19 0 341137338 2780295168 161101 33554432000 1073741824 1073778376 140734177097680 140148011391688 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 1 0 0
[pid=32442/tid=32461] ppid=32440 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/32442/task/32461/stat : 32461 (java) S 32440 32442 31022 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341137458 2780295168 161101 33554432000 1073741824 1073778376 140734177097680 140148010337704 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1756.05
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1765.4 s]
/proc/loadavg: 2.06 2.02 2.00 3/213 32763
/proc/meminfo: memFree=26339924/32873844 swapFree=7372/7372
[pid=32442] ppid=32440 vsize=2715132 CPUtime=1800.04 cores=0,2,4,6
/proc/32442/stat : 32442 (java) S 32440 32442 31022 0 -1 4202496 19908 0 1 0 179903 101 0 0 20 0 19 0 341137333 2780295168 161101 33554432000 1073741824 1073778376 140734177097680 140734177088816 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32442/statm: 678783 161101 2270 9 0 669476 0
[pid=32442/tid=32444] ppid=32440 vsize=2715132 CPUtime=1750.77 cores=0,2,4,6
/proc/32442/task/32444/stat : 32444 (java) R 32440 32442 31022 0 -1 4202560 4017 0 1 0 175040 37 0 0 20 0 19 0 341137334 2780295168 161101 33554432000 1073741824 1073778376 140734177097680 140148172459312 140148021557704 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32442/tid=32445] ppid=32440 vsize=2715132 CPUtime=6.05 cores=0,2,4,6
/proc/32442/task/32445/stat : 32445 (java) S 32440 32442 31022 0 -1 4202560 296 0 0 0 598 7 0 0 20 0 19 0 341137335 2780295168 161101 33554432000 1073741824 1073778376 140734177097680 140148156910376 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32446] ppid=32440 vsize=2715132 CPUtime=6.13 cores=0,2,4,6
/proc/32442/task/32446/stat : 32446 (java) S 32440 32442 31022 0 -1 4202560 301 0 0 0 607 6 0 0 20 0 19 0 341137335 2780295168 161101 33554432000 1073741824 1073778376 140734177097680 140148155857576 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32442/tid=32447] ppid=32440 vsize=2715132 CPUtime=6.05 cores=0,2,4,6
/proc/32442/task/32447/stat : 32447 (java) S 32440 32442 31022 0 -1 4202560 315 0 0 0 598 7 0 0 20 0 19 0 341137335 2780295168 161101 33554432000 1073741824 1073778376 140734177097680 140148154805288 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32442/tid=32448] ppid=32440 vsize=2715132 CPUtime=6.09 cores=0,2,4,6
/proc/32442/task/32448/stat : 32448 (java) S 32440 32442 31022 0 -1 4202560 340 0 0 0 600 9 0 0 20 0 19 0 341137335 2780295168 161101 33554432000 1073741824 1073778376 140734177097680 140148153752488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32442/tid=32449] ppid=32440 vsize=2715132 CPUtime=6.07 cores=0,2,4,6
/proc/32442/task/32449/stat : 32449 (java) S 32440 32442 31022 0 -1 4202560 301 0 0 0 601 6 0 0 20 0 19 0 341137335 2780295168 161101 33554432000 1073741824 1073778376 140734177097680 140148152699176 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32450] ppid=32440 vsize=2715132 CPUtime=6 cores=0,2,4,6
/proc/32442/task/32450/stat : 32450 (java) S 32440 32442 31022 0 -1 4202560 299 0 0 0 594 6 0 0 20 0 19 0 341137335 2780295168 161101 33554432000 1073741824 1073778376 140734177097680 140148151646376 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32442/tid=32451] ppid=32440 vsize=2715132 CPUtime=5.87 cores=0,2,4,6
/proc/32442/task/32451/stat : 32451 (java) S 32440 32442 31022 0 -1 4202560 324 0 0 0 580 7 0 0 20 0 19 0 341137335 2780295168 161101 33554432000 1073741824 1073778376 140734177097680 140148150594088 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32452] ppid=32440 vsize=2715132 CPUtime=5.85 cores=0,2,4,6
/proc/32442/task/32452/stat : 32452 (java) S 32440 32442 31022 0 -1 4202560 307 0 0 0 578 7 0 0 20 0 19 0 341137335 2780295168 161101 33554432000 1073741824 1073778376 140734177097680 140148149541288 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32442/tid=32453] ppid=32440 vsize=2715132 CPUtime=0.17 cores=0,2,4,6
/proc/32442/task/32453/stat : 32453 (java) S 32440 32442 31022 0 -1 4202560 108 0 0 0 11 6 0 0 20 0 19 0 341137336 2780295168 161101 33554432000 1073741824 1073778376 140734177097680 140148018760424 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32442/tid=32454] ppid=32440 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/32442/task/32454/stat : 32454 (java) S 32440 32442 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341137336 2780295168 161101 33554432000 1073741824 1073778376 140734177097680 140148017706488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32455] ppid=32440 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/32442/task/32455/stat : 32455 (java) S 32440 32442 31022 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341137336 2780295168 161101 33554432000 1073741824 1073778376 140734177097680 140148016654088 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32456] ppid=32440 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/32442/task/32456/stat : 32456 (java) S 32440 32442 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341137338 2780295168 161101 33554432000 1073741824 1073778376 140734177097680 140148015602576 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32457] ppid=32440 vsize=2715132 CPUtime=0.46 cores=0,2,4,6
/proc/32442/task/32457/stat : 32457 (java) S 32440 32442 31022 0 -1 4202560 5020 0 0 0 46 0 0 0 20 0 19 0 341137338 2780295168 161101 33554432000 1073741824 1073778376 140734177097680 140148014549176 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32458] ppid=32440 vsize=2715132 CPUtime=0.75 cores=0,2,4,6
/proc/32442/task/32458/stat : 32458 (java) S 32440 32442 31022 0 -1 4202560 6998 0 0 0 72 3 0 0 20 0 19 0 341137338 2780295168 161101 33554432000 1073741824 1073778376 140734177097680 140148013496376 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32442/tid=32459] ppid=32440 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/32442/task/32459/stat : 32459 (java) S 32440 32442 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341137338 2780295168 161101 33554432000 1073741824 1073778376 140734177097680 140148012444280 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32442/tid=32460] ppid=32440 vsize=2715132 CPUtime=0.64 cores=0,2,4,6
/proc/32442/task/32460/stat : 32460 (java) S 32440 32442 31022 0 -1 4202560 101 0 0 0 29 35 0 0 20 0 19 0 341137338 2780295168 161101 33554432000 1073741824 1073778376 140734177097680 140148011391688 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=32442/tid=32461] ppid=32440 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/32442/task/32461/stat : 32461 (java) S 32440 32442 31022 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341137458 2780295168 161101 33554432000 1073741824 1073778376 140734177097680 140148010337704 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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): 1765.45
CPU time (s): 1801.24
CPU user time (s): 1799.74
CPU system time (s): 1.50177
CPU usage (%): 102.027
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.74
system time used= 1.50177
maximum resident set size= 644568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19952
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 70205
involuntary context switches= 93985

runsolver used 6.19206 second user time and 14.3018 second system time

The end

Launcher Data

Begin job on node118 at 2012-06-03 21:01:52
IDJOB=3733873
IDBENCH=2630
IDSOLVER=2322
FILE ID=node118/3733873-1338750112
RUNJOBID= node118-1338738010-31038
PBS_JOBID= 14636769
Free space on /tmp= 70964 MiB

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

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

MD5SUM BENCH= de4cbecd7c9968d40b279ce145b888a9
RANDOM SEED=371890148

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:        26253400 kB
Buffers:          498716 kB
Cached:          3884796 kB
SwapCached:            0 kB
Active:          2720204 kB
Inactive:        3023376 kB
Active(anon):    1349744 kB
Inactive(anon):    11328 kB
Active(file):    1370460 kB
Inactive(file):  3012048 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5048 kB
Writeback:            72 kB
AnonPages:       1374112 kB
Mapped:            19796 kB
Shmem:               200 kB
Slab:             725520 kB
SReclaimable:     166452 kB
SUnreclaim:       559068 kB
KernelStack:        1624 kB
PageTables:         7036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1518480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1335296 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= 70964 MiB
End job on node118 at 2012-06-03 21:31:20