Trace number 3730515

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB09: SAT4J Pseudo Resolution 2.1.1? (TO) 1801.81 1799.86

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl10_20_pb.cnf.cr.opb
MD5SUM2ca83d15931a383b90d8a7a08c6c1d9a
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.003999
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables400
Total number of constraints60
Number of constraints which are clauses40
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint20
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.09	c version 2.1.1.v20090612
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version	1.6.0_24
0.02/0.09	c os.name	Linux
0.02/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch	amd64
0.02/0.09	c Free memory 1299577560
0.02/0.09	c Max memory 1306394624
0.02/0.09	c Total memory 1306394624
0.02/0.09	c Number of processors 8
0.07/0.12	c Pseudo Boolean Optimization
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.12	c Expensive reason simplification
0.07/0.12	c MiniSAT restarts strategy
0.07/0.12	c Memory based learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-3730515-1338734392.opb
0.07/0.12	c reading problem ... 
0.07/0.16	c ... done. Wall clock time 0.036s.
0.07/0.16	c #vars     400
0.07/0.16	c #constraints  60
0.07/0.16	c constraints type 
0.07/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.07/0.16	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 40
1800.45/1799.77	c starts		: 20
1800.45/1799.77	c conflicts		: 489488
1800.45/1799.77	c decisions		: 537926
1800.45/1799.77	c propagations		: 8363982
1800.45/1799.77	c inspects		: 11159354441
1800.45/1799.77	c learnt literals	: 8
1800.45/1799.77	c learnt binary clauses	: 82
1800.45/1799.77	c learnt ternary clauses	: 299
1800.45/1799.77	c learnt clauses	: 489480
1800.45/1799.77	c ignored clauses	: 0
1800.45/1799.77	c root simplifications	: 0
1800.45/1799.77	c removed literals (reason simplification)	: 6636930
1800.45/1799.77	c reason swapping (by a shorter reason)	: 0
1800.45/1799.77	c Calls to reduceDB	: 0
1800.45/1799.77	c speed (assignments/second)	: 4647.653330103011
1800.45/1799.77	c non guided choices	46
1800.78/1799.85	c learnt constraints type 
1800.78/1799.85	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 489403
1800.78/1799.85	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 82
1800.78/1799.85	c constraints type 
1800.78/1799.85	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
1800.78/1799.85	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 40
1800.78/1799.85	s UNKNOWN
1800.78/1799.85	c Total wall clock time (in seconds): 1799.732

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

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.01 2.06 3/194 9592
/proc/meminfo: memFree=30630240/32873844 swapFree=7116/7116
[pid=9592] ppid=9590 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/9592/stat : 9592 (java6) D 9590 9592 1279 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 339566192 9515008 182 33554432000 1073741824 1073778376 140736595144672 140736595135704 233411788469 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/9592/statm: 2323 182 140 9 0 71 0

[startup+0.0518091 s]
/proc/loadavg: 2.01 2.01 2.06 3/194 9592
/proc/meminfo: memFree=30630240/32873844 swapFree=7116/7116
[pid=9592] ppid=9590 vsize=2315716 CPUtime=0.02 cores=0,2,4,6
/proc/9592/stat : 9592 (java) S 9590 9592 1279 0 -1 4202496 3729 0 1 0 2 0 0 0 20 0 13 0 339566192 2371293184 4425 33554432000 1073741824 1073778376 140737287474512 140737287465648 233415147581 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9592/statm: 578929 4425 1697 9 0 569630 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2315716

[startup+0.100256 s]
/proc/loadavg: 2.01 2.01 2.06 3/194 9592
/proc/meminfo: memFree=30630240/32873844 swapFree=7116/7116
[pid=9592] ppid=9590 vsize=2648568 CPUtime=0.07 cores=0,2,4,6
/proc/9592/stat : 9592 (java) S 9590 9592 1279 0 -1 4202496 4231 0 1 0 6 1 0 0 20 0 18 0 339566192 2712133632 5439 33554432000 1073741824 1073778376 140737287474512 140737287465648 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9592/statm: 662142 5451 2005 9 0 652835 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2648568

[startup+0.300217 s]
/proc/loadavg: 2.01 2.01 2.06 3/194 9592
/proc/meminfo: memFree=30630240/32873844 swapFree=7116/7116
[pid=9592] ppid=9590 vsize=2715132 CPUtime=0.5 cores=0,2,4,6
/proc/9592/stat : 9592 (java) S 9590 9592 1279 0 -1 4202496 7666 0 1 0 49 1 0 0 20 0 19 0 339566192 2780295168 8232 33554432000 1073741824 1073778376 140737287474512 140737287465648 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9592/statm: 678783 8232 2223 9 0 669476 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2715132

[startup+0.700184 s]
/proc/loadavg: 2.01 2.01 2.06 3/194 9592
/proc/meminfo: memFree=30630240/32873844 swapFree=7116/7116
[pid=9592] ppid=9590 vsize=2715132 CPUtime=0.96 cores=0,2,4,6
/proc/9592/stat : 9592 (java) S 9590 9592 1279 0 -1 4202496 7701 0 1 0 94 2 0 0 20 0 19 0 339566192 2780295168 8778 33554432000 1073741824 1073778376 140737287474512 140737287465648 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9592/statm: 678783 8778 2227 9 0 669476 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 2715132

[startup+1.50066 s]
/proc/loadavg: 2.01 2.01 2.06 3/213 9611
/proc/meminfo: memFree=30601036/32873844 swapFree=7116/7116
[pid=9592] ppid=9590 vsize=2715132 CPUtime=1.83 cores=0,2,4,6
/proc/9592/stat : 9592 (java) S 9590 9592 1279 0 -1 4202496 7725 0 1 0 181 2 0 0 20 0 19 0 339566192 2780295168 9822 33554432000 1073741824 1073778376 140737287474512 140737287465648 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9592/statm: 678783 9822 2229 9 0 669476 0
[pid=9592/tid=9594] ppid=9590 vsize=2715132 CPUtime=1.47 cores=0,2,4,6
/proc/9592/task/9594/stat : 9594 (java) R 9590 9592 1279 0 -1 4202560 2808 0 1 0 145 2 0 0 20 0 19 0 339566193 2780295168 9822 33554432000 1073741824 1073778376 140737287474512 140294900937304 140294841159303 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9592/tid=9595] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9595/stat : 9595 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 9822 33554432000 1073741824 1073778376 140737287474512 140294839667752 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9596] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9596/stat : 9596 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 9822 33554432000 1073741824 1073778376 140737287474512 140294766562216 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9592/tid=9597] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9597/stat : 9597 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 9822 33554432000 1073741824 1073778376 140737287474512 140294765509416 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9592/tid=9598] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9598/stat : 9598 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 9822 33554432000 1073741824 1073778376 140737287474512 140294764456616 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9592/tid=9599] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9599/stat : 9599 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 9822 33554432000 1073741824 1073778376 140737287474512 140294763403816 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9600] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9600/stat : 9600 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 9822 33554432000 1073741824 1073778376 140737287474512 140294762351016 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9592/tid=9601] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9601/stat : 9601 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 9822 33554432000 1073741824 1073778376 140737287474512 140294761298216 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9602] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9602/stat : 9602 (java) S 9590 9592 1279 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 9822 33554432000 1073741824 1073778376 140737287474512 140294760245416 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9603] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9603/stat : 9603 (java) S 9590 9592 1279 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 339566196 2780295168 9822 33554432000 1073741824 1073778376 140737287474512 140294748048360 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9604] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9604/stat : 9604 (java) S 9590 9592 1279 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 339566196 2780295168 9822 33554432000 1073741824 1073778376 140737287474512 140294746994424 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9605] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9605/stat : 9605 (java) S 9590 9592 1279 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339566196 2780295168 9822 33554432000 1073741824 1073778376 140737287474512 140294745941512 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9606] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9606/stat : 9606 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566199 2780295168 9822 33554432000 1073741824 1073778376 140737287474512 140294744890000 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9607] ppid=9590 vsize=2715132 CPUtime=0.17 cores=0,2,4,6
/proc/9592/task/9607/stat : 9607 (java) S 9590 9592 1279 0 -1 4202560 1721 0 0 0 17 0 0 0 20 0 19 0 339566199 2780295168 9822 33554432000 1073741824 1073778376 140737287474512 140294743837112 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9608] ppid=9590 vsize=2715132 CPUtime=0.16 cores=0,2,4,6
/proc/9592/task/9608/stat : 9608 (java) S 9590 9592 1279 0 -1 4202560 2001 0 0 0 16 0 0 0 20 0 19 0 339566199 2780295168 9822 33554432000 1073741824 1073778376 140737287474512 140294742784312 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9592/tid=9609] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9609/stat : 9609 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566199 2780295168 9822 33554432000 1073741824 1073778376 140737287474512 140294741731704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9592/tid=9610] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9610/stat : 9610 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566199 2780295168 9822 33554432000 1073741824 1073778376 140737287474512 140294740679112 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9611] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9611/stat : 9611 (java) S 9590 9592 1279 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339566208 2780295168 9822 33554432000 1073741824 1073778376 140737287474512 140294739625640 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 2715132

[startup+3.1006 s]
/proc/loadavg: 2.01 2.01 2.06 3/213 9611
/proc/meminfo: memFree=30598244/32873844 swapFree=7116/7116
[pid=9592] ppid=9590 vsize=2715132 CPUtime=3.42 cores=0,2,4,6
/proc/9592/stat : 9592 (java) S 9590 9592 1279 0 -1 4202496 7728 0 1 0 340 2 0 0 20 0 19 0 339566192 2780295168 10846 33554432000 1073741824 1073778376 140737287474512 140737287465648 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9592/statm: 678783 10846 2229 9 0 669476 0
[pid=9592/tid=9594] ppid=9590 vsize=2715132 CPUtime=3.07 cores=0,2,4,6
/proc/9592/task/9594/stat : 9594 (java) R 9590 9592 1279 0 -1 4202560 2811 0 1 0 305 2 0 0 20 0 19 0 339566193 2780295168 10846 33554432000 1073741824 1073778376 140737287474512 140294900935216 140294841114505 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9592/tid=9595] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9595/stat : 9595 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 10846 33554432000 1073741824 1073778376 140737287474512 140294839667752 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9596] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9596/stat : 9596 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 10846 33554432000 1073741824 1073778376 140737287474512 140294766562216 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9592/tid=9597] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9597/stat : 9597 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 10846 33554432000 1073741824 1073778376 140737287474512 140294765509416 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9592/tid=9598] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9598/stat : 9598 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 10846 33554432000 1073741824 1073778376 140737287474512 140294764456616 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9592/tid=9599] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9599/stat : 9599 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 10846 33554432000 1073741824 1073778376 140737287474512 140294763403816 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9600] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9600/stat : 9600 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 10846 33554432000 1073741824 1073778376 140737287474512 140294762351016 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9592/tid=9601] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9601/stat : 9601 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 10846 33554432000 1073741824 1073778376 140737287474512 140294761298216 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9602] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9602/stat : 9602 (java) S 9590 9592 1279 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 10846 33554432000 1073741824 1073778376 140737287474512 140294760245416 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9603] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9603/stat : 9603 (java) S 9590 9592 1279 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 339566196 2780295168 10846 33554432000 1073741824 1073778376 140737287474512 140294748048360 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9604] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9604/stat : 9604 (java) S 9590 9592 1279 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 339566196 2780295168 10846 33554432000 1073741824 1073778376 140737287474512 140294746994424 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9605] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9605/stat : 9605 (java) S 9590 9592 1279 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339566196 2780295168 10846 33554432000 1073741824 1073778376 140737287474512 140294745941512 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9606] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9606/stat : 9606 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566199 2780295168 10846 33554432000 1073741824 1073778376 140737287474512 140294744890000 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9607] ppid=9590 vsize=2715132 CPUtime=0.17 cores=0,2,4,6
/proc/9592/task/9607/stat : 9607 (java) S 9590 9592 1279 0 -1 4202560 1721 0 0 0 17 0 0 0 20 0 19 0 339566199 2780295168 10846 33554432000 1073741824 1073778376 140737287474512 140294743837112 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9608] ppid=9590 vsize=2715132 CPUtime=0.16 cores=0,2,4,6
/proc/9592/task/9608/stat : 9608 (java) S 9590 9592 1279 0 -1 4202560 2001 0 0 0 16 0 0 0 20 0 19 0 339566199 2780295168 10846 33554432000 1073741824 1073778376 140737287474512 140294742784312 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9592/tid=9609] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9609/stat : 9609 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566199 2780295168 10846 33554432000 1073741824 1073778376 140737287474512 140294741731704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9592/tid=9610] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9610/stat : 9610 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566199 2780295168 10846 33554432000 1073741824 1073778376 140737287474512 140294740679112 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9611] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9611/stat : 9611 (java) S 9590 9592 1279 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339566208 2780295168 10846 33554432000 1073741824 1073778376 140737287474512 140294739625640 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 2715132

[startup+6.3006 s]
/proc/loadavg: 2.01 2.01 2.06 3/213 9611
/proc/meminfo: memFree=30590176/32873844 swapFree=7116/7116
[pid=9592] ppid=9590 vsize=2715132 CPUtime=6.62 cores=0,2,4,6
/proc/9592/stat : 9592 (java) S 9590 9592 1279 0 -1 4202496 7733 0 1 0 660 2 0 0 20 0 19 0 339566192 2780295168 12241 33554432000 1073741824 1073778376 140737287474512 140737287465648 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9592/statm: 678783 12241 2230 9 0 669476 0
[pid=9592/tid=9594] ppid=9590 vsize=2715132 CPUtime=6.26 cores=0,2,4,6
/proc/9592/task/9594/stat : 9594 (java) R 9590 9592 1279 0 -1 4202560 2815 0 1 0 624 2 0 0 20 0 19 0 339566193 2780295168 12241 33554432000 1073741824 1073778376 140737287474512 140294900935216 140294841054587 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9592/tid=9595] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9595/stat : 9595 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 12241 33554432000 1073741824 1073778376 140737287474512 140294839667752 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9596] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9596/stat : 9596 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 12241 33554432000 1073741824 1073778376 140737287474512 140294766562216 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9592/tid=9597] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9597/stat : 9597 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 12241 33554432000 1073741824 1073778376 140737287474512 140294765509416 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9592/tid=9598] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9598/stat : 9598 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 12241 33554432000 1073741824 1073778376 140737287474512 140294764456616 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9592/tid=9599] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9599/stat : 9599 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 12241 33554432000 1073741824 1073778376 140737287474512 140294763403816 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9600] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9600/stat : 9600 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 12241 33554432000 1073741824 1073778376 140737287474512 140294762351016 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9592/tid=9601] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9601/stat : 9601 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 12241 33554432000 1073741824 1073778376 140737287474512 140294761298216 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9602] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9602/stat : 9602 (java) S 9590 9592 1279 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 12241 33554432000 1073741824 1073778376 140737287474512 140294760245416 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9603] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9603/stat : 9603 (java) S 9590 9592 1279 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 339566196 2780295168 12241 33554432000 1073741824 1073778376 140737287474512 140294748048360 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9604] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9604/stat : 9604 (java) S 9590 9592 1279 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 339566196 2780295168 12241 33554432000 1073741824 1073778376 140737287474512 140294746994424 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9605] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9605/stat : 9605 (java) S 9590 9592 1279 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339566196 2780295168 12241 33554432000 1073741824 1073778376 140737287474512 140294745941512 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9606] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9606/stat : 9606 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566199 2780295168 12241 33554432000 1073741824 1073778376 140737287474512 140294744890000 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9607] ppid=9590 vsize=2715132 CPUtime=0.17 cores=0,2,4,6
/proc/9592/task/9607/stat : 9607 (java) S 9590 9592 1279 0 -1 4202560 1721 0 0 0 17 0 0 0 20 0 19 0 339566199 2780295168 12241 33554432000 1073741824 1073778376 140737287474512 140294743837112 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9608] ppid=9590 vsize=2715132 CPUtime=0.16 cores=0,2,4,6
/proc/9592/task/9608/stat : 9608 (java) S 9590 9592 1279 0 -1 4202560 2001 0 0 0 16 0 0 0 20 0 19 0 339566199 2780295168 12241 33554432000 1073741824 1073778376 140737287474512 140294742784312 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9592/tid=9609] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9609/stat : 9609 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566199 2780295168 12241 33554432000 1073741824 1073778376 140737287474512 140294741731704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9592/tid=9610] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9610/stat : 9610 (java) S 9590 9592 1279 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 339566199 2780295168 12241 33554432000 1073741824 1073778376 140737287474512 140294740679112 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9611] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9611/stat : 9611 (java) S 9590 9592 1279 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339566208 2780295168 12241 33554432000 1073741824 1073778376 140737287474512 140294739625640 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.62
Current children cumulated vsize (KiB) 2715132

[startup+12.7006 s]

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

[pid=9592/tid=9600] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9600/stat : 9600 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 91777 33554432000 1073741824 1073778376 140737287474512 140294762351016 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9592/tid=9601] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9601/stat : 9601 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 91777 33554432000 1073741824 1073778376 140737287474512 140294761298216 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9602] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9602/stat : 9602 (java) S 9590 9592 1279 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 91777 33554432000 1073741824 1073778376 140737287474512 140294760245416 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9603] ppid=9590 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/9592/task/9603/stat : 9603 (java) S 9590 9592 1279 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 339566196 2780295168 91777 33554432000 1073741824 1073778376 140737287474512 140294748048360 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9604] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9604/stat : 9604 (java) S 9590 9592 1279 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 339566196 2780295168 91777 33554432000 1073741824 1073778376 140737287474512 140294746994424 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9605] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9605/stat : 9605 (java) S 9590 9592 1279 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339566196 2780295168 91777 33554432000 1073741824 1073778376 140737287474512 140294745941512 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9606] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9606/stat : 9606 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566199 2780295168 91777 33554432000 1073741824 1073778376 140737287474512 140294744890000 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9607] ppid=9590 vsize=2715132 CPUtime=0.17 cores=0,2,4,6
/proc/9592/task/9607/stat : 9607 (java) S 9590 9592 1279 0 -1 4202560 1721 0 0 0 17 0 0 0 20 0 19 0 339566199 2780295168 91777 33554432000 1073741824 1073778376 140737287474512 140294743837112 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9608] ppid=9590 vsize=2715132 CPUtime=0.23 cores=0,2,4,6
/proc/9592/task/9608/stat : 9608 (java) S 9590 9592 1279 0 -1 4202560 2015 0 0 0 23 0 0 0 20 0 19 0 339566199 2780295168 91777 33554432000 1073741824 1073778376 140737287474512 140294742784312 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9592/tid=9609] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9609/stat : 9609 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566199 2780295168 91777 33554432000 1073741824 1073778376 140737287474512 140294741731704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9592/tid=9610] ppid=9590 vsize=2715132 CPUtime=0.77 cores=0,2,4,6
/proc/9592/task/9610/stat : 9610 (java) S 9590 9592 1279 0 -1 4202560 100 0 0 0 46 31 0 0 20 0 19 0 339566199 2780295168 91777 33554432000 1073741824 1073778376 140737287474512 140294740679112 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9611] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9611/stat : 9611 (java) S 9590 9592 1279 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339566208 2780295168 91777 33554432000 1073741824 1073778376 140737287474512 140294739625640 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1722.77
Current children cumulated vsize (KiB) 2715132

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 9707
/proc/meminfo: memFree=30165920/32873844 swapFree=7116/7116
[pid=9592] ppid=9590 vsize=2715132 CPUtime=1782.77 cores=0,2,4,6
/proc/9592/stat : 9592 (java) S 9590 9592 1279 0 -1 4202496 8023 0 1 0 178255 22 0 0 20 0 19 0 339566192 2780295168 92289 33554432000 1073741824 1073778376 140737287474512 140737287465648 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9592/statm: 678783 92289 2239 9 0 669476 0
[pid=9592/tid=9594] ppid=9590 vsize=2715132 CPUtime=1782.3 cores=0,2,4,6
/proc/9592/task/9594/stat : 9594 (java) R 9590 9592 1279 0 -1 4202560 2985 0 1 0 178196 34 0 0 20 0 19 0 339566193 2780295168 92289 33554432000 1073741824 1073778376 140737287474512 140294900937192 140294841114501 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9592/tid=9595] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9595/stat : 9595 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 92289 33554432000 1073741824 1073778376 140737287474512 140294839667752 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9596] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9596/stat : 9596 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 92289 33554432000 1073741824 1073778376 140737287474512 140294766562216 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9592/tid=9597] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9597/stat : 9597 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 92289 33554432000 1073741824 1073778376 140737287474512 140294765509416 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9592/tid=9598] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9598/stat : 9598 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 92289 33554432000 1073741824 1073778376 140737287474512 140294764456616 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9592/tid=9599] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9599/stat : 9599 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 92289 33554432000 1073741824 1073778376 140737287474512 140294763403816 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9600] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9600/stat : 9600 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 92289 33554432000 1073741824 1073778376 140737287474512 140294762351016 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9592/tid=9601] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9601/stat : 9601 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 92289 33554432000 1073741824 1073778376 140737287474512 140294761298216 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9602] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9602/stat : 9602 (java) S 9590 9592 1279 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 92289 33554432000 1073741824 1073778376 140737287474512 140294760245416 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9603] ppid=9590 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/9592/task/9603/stat : 9603 (java) S 9590 9592 1279 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 339566196 2780295168 92289 33554432000 1073741824 1073778376 140737287474512 140294748048360 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9604] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9604/stat : 9604 (java) S 9590 9592 1279 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 339566196 2780295168 92289 33554432000 1073741824 1073778376 140737287474512 140294746994424 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9605] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9605/stat : 9605 (java) S 9590 9592 1279 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339566196 2780295168 92289 33554432000 1073741824 1073778376 140737287474512 140294745941512 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9606] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9606/stat : 9606 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566199 2780295168 92289 33554432000 1073741824 1073778376 140737287474512 140294744890000 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9607] ppid=9590 vsize=2715132 CPUtime=0.17 cores=0,2,4,6
/proc/9592/task/9607/stat : 9607 (java) S 9590 9592 1279 0 -1 4202560 1721 0 0 0 17 0 0 0 20 0 19 0 339566199 2780295168 92289 33554432000 1073741824 1073778376 140737287474512 140294743837112 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9608] ppid=9590 vsize=2715132 CPUtime=0.23 cores=0,2,4,6
/proc/9592/task/9608/stat : 9608 (java) S 9590 9592 1279 0 -1 4202560 2015 0 0 0 23 0 0 0 20 0 19 0 339566199 2780295168 92289 33554432000 1073741824 1073778376 140737287474512 140294742784312 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9592/tid=9609] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9609/stat : 9609 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566199 2780295168 92289 33554432000 1073741824 1073778376 140737287474512 140294741731704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9592/tid=9610] ppid=9590 vsize=2715132 CPUtime=0.8 cores=0,2,4,6
/proc/9592/task/9610/stat : 9610 (java) S 9590 9592 1279 0 -1 4202560 104 0 0 0 47 33 0 0 20 0 19 0 339566199 2780295168 92289 33554432000 1073741824 1073778376 140737287474512 140294740679112 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9611] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9611/stat : 9611 (java) S 9590 9592 1279 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339566208 2780295168 92289 33554432000 1073741824 1073778376 140737287474512 140294739625640 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1782.77
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.61 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 9707
/proc/meminfo: memFree=30163872/32873844 swapFree=7116/7116
[pid=9592] ppid=9590 vsize=2715132 CPUtime=1800.08 cores=0,2,4,6
/proc/9592/stat : 9592 (java) S 9590 9592 1279 0 -1 4202496 8024 0 1 0 179986 22 0 0 20 0 19 0 339566192 2780295168 92801 33554432000 1073741824 1073778376 140737287474512 140737287465648 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9592/statm: 678783 92801 2239 9 0 669476 0
[pid=9592/tid=9594] ppid=9590 vsize=2715132 CPUtime=1799.61 cores=0,2,4,6
/proc/9592/task/9594/stat : 9594 (java) R 9590 9592 1279 0 -1 4202560 2986 0 1 0 179927 34 0 0 20 0 19 0 339566193 2780295168 92801 33554432000 1073741824 1073778376 140737287474512 140294900937192 140294841114501 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9592/tid=9595] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9595/stat : 9595 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 92801 33554432000 1073741824 1073778376 140737287474512 140294839667752 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9596] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9596/stat : 9596 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 92801 33554432000 1073741824 1073778376 140737287474512 140294766562216 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9592/tid=9597] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9597/stat : 9597 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 92801 33554432000 1073741824 1073778376 140737287474512 140294765509416 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9592/tid=9598] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9598/stat : 9598 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 92801 33554432000 1073741824 1073778376 140737287474512 140294764456616 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9592/tid=9599] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9599/stat : 9599 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 92801 33554432000 1073741824 1073778376 140737287474512 140294763403816 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9600] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9600/stat : 9600 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 92801 33554432000 1073741824 1073778376 140737287474512 140294762351016 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9592/tid=9601] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9601/stat : 9601 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 92801 33554432000 1073741824 1073778376 140737287474512 140294761298216 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9602] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9602/stat : 9602 (java) S 9590 9592 1279 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 339566195 2780295168 92801 33554432000 1073741824 1073778376 140737287474512 140294760245416 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9603] ppid=9590 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/9592/task/9603/stat : 9603 (java) S 9590 9592 1279 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 339566196 2780295168 92801 33554432000 1073741824 1073778376 140737287474512 140294748048360 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9604] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9604/stat : 9604 (java) S 9590 9592 1279 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 339566196 2780295168 92801 33554432000 1073741824 1073778376 140737287474512 140294746994424 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9605] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9605/stat : 9605 (java) S 9590 9592 1279 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339566196 2780295168 92801 33554432000 1073741824 1073778376 140737287474512 140294745941512 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9606] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9606/stat : 9606 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566199 2780295168 92801 33554432000 1073741824 1073778376 140737287474512 140294744890000 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9607] ppid=9590 vsize=2715132 CPUtime=0.17 cores=0,2,4,6
/proc/9592/task/9607/stat : 9607 (java) S 9590 9592 1279 0 -1 4202560 1721 0 0 0 17 0 0 0 20 0 19 0 339566199 2780295168 92801 33554432000 1073741824 1073778376 140737287474512 140294743837112 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9608] ppid=9590 vsize=2715132 CPUtime=0.23 cores=0,2,4,6
/proc/9592/task/9608/stat : 9608 (java) S 9590 9592 1279 0 -1 4202560 2015 0 0 0 23 0 0 0 20 0 19 0 339566199 2780295168 92801 33554432000 1073741824 1073778376 140737287474512 140294742784312 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9592/tid=9609] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9609/stat : 9609 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339566199 2780295168 92801 33554432000 1073741824 1073778376 140737287474512 140294741731704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9592/tid=9610] ppid=9590 vsize=2715132 CPUtime=0.81 cores=0,2,4,6
/proc/9592/task/9610/stat : 9610 (java) S 9590 9592 1279 0 -1 4202560 104 0 0 0 47 34 0 0 20 0 19 0 339566199 2780295168 92801 33554432000 1073741824 1073778376 140737287474512 140294740679112 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9611] ppid=9590 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9611/stat : 9611 (java) S 9590 9592 1279 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339566208 2780295168 92801 33554432000 1073741824 1073778376 140737287474512 140294739625640 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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

[startup+1799.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 9707
/proc/meminfo: memFree=30163872/32873844 swapFree=7116/7116
[pid=9592] ppid=9590 vsize=2848260 CPUtime=1800.78 cores=0,2,4,6
/proc/9592/stat : 9592 (java) S 9590 9592 1279 0 -1 4202496 8498 0 1 0 180034 44 0 0 20 0 21 0 339566192 2916618240 148677 33554432000 1073741824 1073778376 140737287474512 140737287465648 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9592/statm: 712065 148677 2262 9 0 702758 0
[pid=9592/tid=9594] ppid=9590 vsize=2848260 CPUtime=1799.64 cores=0,2,4,6
/proc/9592/task/9594/stat : 9594 (java) R 9590 9592 1279 0 -1 4202560 2986 0 1 0 179930 34 0 0 20 0 21 0 339566193 2916618240 148677 33554432000 1073741824 1073778376 140737287474512 140294900935216 140294841073873 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9592/tid=9595] ppid=9590 vsize=2848260 CPUtime=0.04 cores=0,2,4,6
/proc/9592/task/9595/stat : 9595 (java) S 9590 9592 1279 0 -1 4202560 37 0 0 0 2 2 0 0 20 0 21 0 339566195 2916618240 148677 33554432000 1073741824 1073778376 140737287474512 140294839667752 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9592/tid=9596] ppid=9590 vsize=2848260 CPUtime=0.06 cores=0,2,4,6
/proc/9592/task/9596/stat : 9596 (java) S 9590 9592 1279 0 -1 4202560 49 0 0 0 4 2 0 0 20 0 21 0 339566195 2916618240 148677 33554432000 1073741824 1073778376 140737287474512 140294766562216 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9597] ppid=9590 vsize=2848260 CPUtime=0.06 cores=0,2,4,6
/proc/9592/task/9597/stat : 9597 (java) S 9590 9592 1279 0 -1 4202560 53 0 0 0 3 3 0 0 20 0 21 0 339566195 2916618240 148677 33554432000 1073741824 1073778376 140737287474512 140294765509416 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9592/tid=9598] ppid=9590 vsize=2848260 CPUtime=0.07 cores=0,2,4,6
/proc/9592/task/9598/stat : 9598 (java) S 9590 9592 1279 0 -1 4202560 67 0 0 0 4 3 0 0 20 0 21 0 339566195 2916618240 148677 33554432000 1073741824 1073778376 140737287474512 140294764456616 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9592/tid=9599] ppid=9590 vsize=2848260 CPUtime=0.06 cores=0,2,4,6
/proc/9592/task/9599/stat : 9599 (java) S 9590 9592 1279 0 -1 4202560 54 0 0 0 3 3 0 0 20 0 21 0 339566195 2916618240 148677 33554432000 1073741824 1073778376 140737287474512 140294763403816 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9592/tid=9600] ppid=9590 vsize=2848260 CPUtime=0.06 cores=0,2,4,6
/proc/9592/task/9600/stat : 9600 (java) S 9590 9592 1279 0 -1 4202560 53 0 0 0 4 2 0 0 20 0 21 0 339566195 2916618240 148677 33554432000 1073741824 1073778376 140737287474512 140294762351016 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9592/tid=9601] ppid=9590 vsize=2848260 CPUtime=0.11 cores=0,2,4,6
/proc/9592/task/9601/stat : 9601 (java) S 9590 9592 1279 0 -1 4202560 72 0 0 0 6 5 0 0 20 0 21 0 339566195 2916618240 148677 33554432000 1073741824 1073778376 140737287474512 140294761298216 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9602] ppid=9590 vsize=2848260 CPUtime=0.04 cores=0,2,4,6
/proc/9592/task/9602/stat : 9602 (java) S 9590 9592 1279 0 -1 4202560 38 0 0 0 2 2 0 0 20 0 21 0 339566195 2916618240 148677 33554432000 1073741824 1073778376 140737287474512 140294760245416 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9592/tid=9603] ppid=9590 vsize=2848260 CPUtime=0.02 cores=0,2,4,6
/proc/9592/task/9603/stat : 9603 (java) S 9590 9592 1279 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 21 0 339566196 2916618240 148677 33554432000 1073741824 1073778376 140737287474512 140294748048360 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9604] ppid=9590 vsize=2848260 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9604/stat : 9604 (java) S 9590 9592 1279 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 339566196 2916618240 148677 33554432000 1073741824 1073778376 140737287474512 140294746994424 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9605] ppid=9590 vsize=2848260 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9605/stat : 9605 (java) S 9590 9592 1279 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 339566196 2916618240 148677 33554432000 1073741824 1073778376 140737287474512 140294745941512 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9592/tid=9606] ppid=9590 vsize=2848260 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9606/stat : 9606 (java) S 9590 9592 1279 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 21 0 339566199 2916618240 148677 33554432000 1073741824 1073778376 140737287474512 140294744890000 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9607] ppid=9590 vsize=2848260 CPUtime=0.18 cores=0,2,4,6
/proc/9592/task/9607/stat : 9607 (java) S 9590 9592 1279 0 -1 4202560 1732 0 0 0 18 0 0 0 20 0 21 0 339566199 2916618240 148677 33554432000 1073741824 1073778376 140737287474512 140294743837112 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9608] ppid=9590 vsize=2848260 CPUtime=0.23 cores=0,2,4,6
/proc/9592/task/9608/stat : 9608 (java) S 9590 9592 1279 0 -1 4202560 2019 0 0 0 23 0 0 0 20 0 21 0 339566199 2916618240 148677 33554432000 1073741824 1073778376 140737287474512 140294742784312 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9592/tid=9609] ppid=9590 vsize=2848260 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9609/stat : 9609 (java) S 9590 9592 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 339566199 2916618240 148677 33554432000 1073741824 1073778376 140737287474512 140294741731704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9592/tid=9610] ppid=9590 vsize=2848260 CPUtime=0.81 cores=0,2,4,6
/proc/9592/task/9610/stat : 9610 (java) S 9590 9592 1279 0 -1 4202560 104 0 0 0 47 34 0 0 20 0 21 0 339566199 2916618240 148677 33554432000 1073741824 1073778376 140737287474512 140294740679112 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9592/tid=9611] ppid=9590 vsize=2848260 CPUtime=0 cores=0,2,4,6
/proc/9592/task/9611/stat : 9611 (java) S 9590 9592 1279 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 339566208 2916618240 148677 33554432000 1073741824 1073778376 140737287474512 140294739625640 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.78
Current children cumulated vsize (KiB) 2848260

Child status: 143
Real time (s): 1799.86
CPU time (s): 1801.81
CPU user time (s): 1800.77
CPU system time (s): 1.04184
CPU usage (%): 100.108
Max. virtual memory (cumulated for all children) (KiB): 2848260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.77
system time used= 1.04184
maximum resident set size= 594724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8503
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38014
involuntary context switches= 3292

runsolver used 6.95994 second user time and 13.7929 second system time

The end

Launcher Data

Begin job on node111 at 2012-06-03 16:39:52
IDJOB=3730515
IDBENCH=1440
IDSOLVER=2322
FILE ID=node111/3730515-1338734392
RUNJOBID= node111-1338732168-9355
PBS_JOBID= 14636722
Free space on /tmp= 67396 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl10_20_pb.cnf.cr.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3730515-1338734392/watcher-3730515-1338734392 -o /tmp/evaluation-result-3730515-1338734392/solver-3730515-1338734392 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3730515-1338734392.opb

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

MD5SUM BENCH= 2ca83d15931a383b90d8a7a08c6c1d9a
RANDOM SEED=1814473566

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30630240 kB
Buffers:          200704 kB
Cached:           538492 kB
SwapCached:         1404 kB
Active:           844296 kB
Inactive:         570952 kB
Active(anon):     677028 kB
Inactive(anon):     1276 kB
Active(file):     167268 kB
Inactive(file):   569676 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100152 kB
Dirty:                76 kB
Writeback:             0 kB
AnonPages:        723012 kB
Mapped:            16980 kB
Shmem:                 0 kB
Slab:             647132 kB
SReclaimable:      89104 kB
SUnreclaim:       558028 kB
KernelStack:        1616 kB
PageTables:         5308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1517036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    694272 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= 67396 MiB
End job on node111 at 2012-06-03 17:09:54