Trace number 3743455

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_50null0mast_rapportOE1.0_TMAX15_K192_cod2.opb
MD5SUMa88af6dd0118c2f12fc3d8f44e999a51
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-432
Best CPU time to get the best result obtained on this benchmark780.628
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 892
Biggest coefficient in the objective function 512
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 3967
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 61696
Number of bits of the biggest sum of numbers16
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.07/0.10	c version 2.1.1.v20090612
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version	1.6.0_24
0.07/0.10	c os.name	Linux
0.07/0.10	c os.version	2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch	amd64
0.07/0.10	c Free memory 1299577560
0.07/0.10	c Max memory 1306394624
0.07/0.10	c Total memory 1306394624
0.07/0.10	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@2d3bad12
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-3743455-1338801132.opb
0.07/0.12	c reading problem ... 
9.40/6.31	c ... done. Wall clock time 6.184s.
9.40/6.31	c #vars     400896
9.40/6.31	c #constraints  402763
9.40/6.31	c constraints type 
9.40/6.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
9.40/6.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
9.40/6.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
9.40/6.31	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 376337
1800.03/1795.51	c starts		: 14
1800.03/1795.51	c conflicts		: 49631
1800.03/1795.51	c decisions		: 358147
1800.03/1795.51	c propagations		: 973964252
1800.03/1795.51	c inspects		: 239762920
1800.03/1795.51	c learnt literals	: 0
1800.03/1795.51	c learnt binary clauses	: 555
1800.03/1795.51	c learnt ternary clauses	: 350
1800.03/1795.51	c learnt clauses	: 49630
1800.03/1795.51	c ignored clauses	: 0
1800.03/1795.51	c root simplifications	: 0
1800.03/1795.51	c removed literals (reason simplification)	: 7456006
1800.03/1795.51	c reason swapping (by a shorter reason)	: 0
1800.03/1795.51	c Calls to reduceDB	: 0
1800.03/1795.51	c speed (assignments/second)	: 544356.4827467873
1800.03/1795.51	c non guided choices	1
1800.03/1795.54	c learnt constraints type 
1800.03/1795.54	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 49075
1800.03/1795.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 555
1800.03/1795.54	c constraints type 
1800.03/1795.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.03/1795.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.03/1795.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.03/1795.54	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 376337
1800.03/1795.54	s UNKNOWN
1800.03/1795.54	c Total wall clock time (in seconds): 1795.412

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

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

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


[startup+0 s]
/proc/loadavg: 1.80 2.20 2.55 3/177 27092
/proc/meminfo: memFree=28473880/32873844 swapFree=7380/7380
[pid=27092] ppid=27090 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/27092/stat : 27092 (java6) D 27090 27092 24174 0 -1 4202496 240 0 0 0 0 0 0 0 20 0 1 0 346238049 9515008 175 33554432000 1073741824 1073778376 140733485665424 140733485648152 215143498640 0 0 4096 0 18446744072100748580 0 0 17 3 0 0 0 0 0
/proc/27092/statm: 2323 175 133 9 0 71 0

[startup+0.0103781 s]
/proc/loadavg: 1.80 2.20 2.55 3/177 27092
/proc/meminfo: memFree=28473880/32873844 swapFree=7380/7380
[pid=27092] ppid=27090 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/27092/stat : 27092 (java) D 27090 27092 24174 0 -1 4202496 445 0 0 0 0 0 0 0 20 0 1 0 346238049 9515008 176 33554432000 1073741824 1073778376 140734798734704 140734798717432 215143498640 0 0 4096 0 18446744072100748580 0 0 17 5 0 0 0 0 0
/proc/27092/statm: 2323 176 133 9 0 71 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9292

[startup+0.100181 s]
/proc/loadavg: 1.80 2.20 2.55 3/177 27092
/proc/meminfo: memFree=28473880/32873844 swapFree=7380/7380
[pid=27092] ppid=27090 vsize=2648568 CPUtime=0.07 cores=1,3,5,7
/proc/27092/stat : 27092 (java) S 27090 27092 24174 0 -1 4202496 3871 0 1 0 6 1 0 0 20 0 18 0 346238049 2712133632 5591 33554432000 1073741824 1073778376 140734798734704 140734798725840 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27092/statm: 662142 5591 1773 9 0 652835 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2648568

[startup+0.300166 s]
/proc/loadavg: 1.80 2.20 2.55 3/177 27092
/proc/meminfo: memFree=28473880/32873844 swapFree=7380/7380
[pid=27092] ppid=27090 vsize=2648568 CPUtime=0.48 cores=1,3,5,7
/proc/27092/stat : 27092 (java) S 27090 27092 24174 0 -1 4202496 6485 0 1 0 46 2 0 0 20 0 18 0 346238049 2712133632 13400 33554432000 1073741824 1073778376 140734798734704 140734798725840 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27092/statm: 662142 13400 2218 9 0 652835 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 2648568

[startup+0.700165 s]
/proc/loadavg: 1.80 2.20 2.55 3/177 27092
/proc/meminfo: memFree=28473880/32873844 swapFree=7380/7380
[pid=27092] ppid=27090 vsize=2648568 CPUtime=1.15 cores=1,3,5,7
/proc/27092/stat : 27092 (java) S 27090 27092 24174 0 -1 4202496 9789 0 1 0 109 6 0 0 20 0 18 0 346238049 2712133632 49195 33554432000 1073741824 1073778376 140734798734704 140734798725840 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27092/statm: 662142 49195 2233 9 0 652835 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 2648568

[startup+1.50735 s]
/proc/loadavg: 1.80 2.20 2.55 3/213 27128
/proc/meminfo: memFree=27643228/32873844 swapFree=7380/7380
[pid=27092] ppid=27090 vsize=2648568 CPUtime=2.24 cores=1,3,5,7
/proc/27092/stat : 27092 (java) S 27090 27092 24174 0 -1 4202496 10017 0 1 0 207 17 0 0 20 0 18 0 346238049 2712133632 105570 33554432000 1073741824 1073778376 140734798734704 140734798725840 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27092/statm: 662142 105570 2251 9 0 652835 0
[pid=27092/tid=27095] ppid=27090 vsize=2648568 CPUtime=1.36 cores=1,3,5,7
/proc/27092/task/27095/stat : 27095 (java) S 27090 27092 24174 0 -1 4202560 2928 0 1 0 128 8 0 0 20 0 18 0 346238051 2712133632 105570 33554432000 1073741824 1073778376 140734798734704 140541203172904 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27102] ppid=27090 vsize=2648568 CPUtime=0.03 cores=1,3,5,7
/proc/27092/task/27102/stat : 27102 (java) R 27090 27092 24174 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 18 0 346238052 2712133632 105570 33554432000 1073741824 1073778376 140734798734704 140541069941464 140541209682225 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27092/tid=27104] ppid=27090 vsize=2648568 CPUtime=0.02 cores=1,3,5,7
/proc/27092/task/27104/stat : 27104 (java) R 27090 27092 24174 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 18 0 346238052 2712133632 105570 33554432000 1073741824 1073778376 140734798734704 140541068888488 215146869820 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27092/tid=27107] ppid=27090 vsize=2648568 CPUtime=0.05 cores=1,3,5,7
/proc/27092/task/27107/stat : 27107 (java) R 27090 27092 24174 0 -1 4202560 26 0 0 0 4 1 0 0 20 0 18 0 346238052 2712133632 105570 33554432000 1073741824 1073778376 140734798734704 140541067835688 140541207335687 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27108] ppid=27090 vsize=2648568 CPUtime=0.04 cores=1,3,5,7
/proc/27092/task/27108/stat : 27108 (java) S 27090 27092 24174 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 18 0 346238052 2712133632 105570 33554432000 1073741824 1073778376 140734798734704 140541066782888 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27109] ppid=27090 vsize=2648568 CPUtime=0.02 cores=1,3,5,7
/proc/27092/task/27109/stat : 27109 (java) R 27090 27092 24174 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 18 0 346238052 2712133632 105570 33554432000 1073741824 1073778376 140734798734704 140541065731112 140541207349423 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27092/tid=27110] ppid=27090 vsize=2648568 CPUtime=0.04 cores=1,3,5,7
/proc/27092/task/27110/stat : 27110 (java) S 27090 27092 24174 0 -1 4202560 19 0 0 0 2 2 0 0 20 0 18 0 346238052 2712133632 105570 33554432000 1073741824 1073778376 140734798734704 140541064678312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27111] ppid=27090 vsize=2648568 CPUtime=0.02 cores=1,3,5,7
/proc/27092/task/27111/stat : 27111 (java) S 27090 27092 24174 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 18 0 346238052 2712133632 105570 33554432000 1073741824 1073778376 140734798734704 140541063625512 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27112] ppid=27090 vsize=2648568 CPUtime=0.02 cores=1,3,5,7
/proc/27092/task/27112/stat : 27112 (java) S 27090 27092 24174 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 346238052 2712133632 105570 33554432000 1073741824 1073778376 140734798734704 140541062572712 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27092/tid=27113] ppid=27090 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/27092/task/27113/stat : 27113 (java) S 27090 27092 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 346238054 2712133632 105570 33554432000 1073741824 1073778376 140734798734704 140540579796360 215146869820 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27092/tid=27115] ppid=27090 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/27092/task/27115/stat : 27115 (java) S 27090 27092 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346238054 2712133632 105570 33554432000 1073741824 1073778376 140734798734704 140540578743544 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27116] ppid=27090 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/27092/task/27116/stat : 27116 (java) S 27090 27092 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346238054 2712133632 105570 33554432000 1073741824 1073778376 140734798734704 140540577690632 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27120] ppid=27090 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/27092/task/27120/stat : 27120 (java) S 27090 27092 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346238057 2712133632 105570 33554432000 1073741824 1073778376 140734798734704 140540576639120 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27122] ppid=27090 vsize=2648568 CPUtime=0.25 cores=1,3,5,7
/proc/27092/task/27122/stat : 27122 (java) S 27090 27092 24174 0 -1 4202560 2792 0 0 0 25 0 0 0 20 0 18 0 346238057 2712133632 105570 33554432000 1073741824 1073778376 140734798734704 140540575587256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27124] ppid=27090 vsize=2648568 CPUtime=0.24 cores=1,3,5,7
/proc/27092/task/27124/stat : 27124 (java) S 27090 27092 24174 0 -1 4202560 2975 0 0 0 24 0 0 0 20 0 18 0 346238057 2712133632 105570 33554432000 1073741824 1073778376 140734798734704 140540574534456 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27092/tid=27126] ppid=27090 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/27092/task/27126/stat : 27126 (java) S 27090 27092 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346238057 2712133632 105570 33554432000 1073741824 1073778376 140734798734704 140540573481848 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27092/tid=27128] ppid=27090 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/27092/task/27128/stat : 27128 (java) S 27090 27092 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346238057 2712133632 105570 33554432000 1073741824 1073778376 140734798734704 140540572429256 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 2648568

[startup+3.10067 s]
/proc/loadavg: 1.81 2.19 2.55 5/213 27128
/proc/meminfo: memFree=27608596/32873844 swapFree=7380/7380
[pid=27092] ppid=27090 vsize=2648568 CPUtime=4.39 cores=1,3,5,7
/proc/27092/stat : 27092 (java) S 27090 27092 24174 0 -1 4202496 10254 0 1 0 408 31 0 0 20 0 18 0 346238049 2712133632 123581 33554432000 1073741824 1073778376 140734798734704 140734798725840 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27092/statm: 662142 123581 2251 9 0 652835 0
[pid=27092/tid=27095] ppid=27090 vsize=2648568 CPUtime=2.77 cores=1,3,5,7
/proc/27092/task/27095/stat : 27095 (java) S 27090 27092 24174 0 -1 4202560 2930 0 1 0 268 9 0 0 20 0 18 0 346238051 2712133632 123581 33554432000 1073741824 1073778376 140734798734704 140541203172536 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27102] ppid=27090 vsize=2648568 CPUtime=0.15 cores=1,3,5,7
/proc/27092/task/27102/stat : 27102 (java) R 27090 27092 24174 0 -1 4202560 57 0 0 0 12 3 0 0 20 0 18 0 346238052 2712133632 123581 33554432000 1073741824 1073778376 140734798734704 140541069941464 140541207349423 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27092/tid=27104] ppid=27090 vsize=2648568 CPUtime=0.13 cores=1,3,5,7
/proc/27092/task/27104/stat : 27104 (java) R 27090 27092 24174 0 -1 4202560 49 0 0 0 10 3 0 0 20 0 18 0 346238052 2712133632 123581 33554432000 1073741824 1073778376 140734798734704 140541068888664 140541210069932 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=27092/tid=27107] ppid=27090 vsize=2648568 CPUtime=0.13 cores=1,3,5,7
/proc/27092/task/27107/stat : 27107 (java) R 27090 27092 24174 0 -1 4202560 49 0 0 0 10 3 0 0 20 0 18 0 346238052 2712133632 123581 33554432000 1073741824 1073778376 140734798734704 140541067835688 140541206930572 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27092/tid=27108] ppid=27090 vsize=2648568 CPUtime=0.18 cores=1,3,5,7
/proc/27092/task/27108/stat : 27108 (java) R 27090 27092 24174 0 -1 4202560 77 0 0 0 14 4 0 0 20 0 18 0 346238052 2712133632 123581 33554432000 1073741824 1073778376 140734798734704 140541066783064 140541207349423 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27109] ppid=27090 vsize=2648568 CPUtime=0.09 cores=1,3,5,7
/proc/27092/task/27109/stat : 27109 (java) R 27090 27092 24174 0 -1 4202560 28 0 0 0 7 2 0 0 20 0 18 0 346238052 2712133632 123581 33554432000 1073741824 1073778376 140734798734704 140541065731288 140541210069932 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27092/tid=27110] ppid=27090 vsize=2648568 CPUtime=0.12 cores=1,3,5,7
/proc/27092/task/27110/stat : 27110 (java) R 27090 27092 24174 0 -1 4202560 42 0 0 0 9 3 0 0 20 0 18 0 346238052 2712133632 123581 33554432000 1073741824 1073778376 140734798734704 140541064678488 140541210069742 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27092/tid=27111] ppid=27090 vsize=2648568 CPUtime=0.08 cores=1,3,5,7
/proc/27092/task/27111/stat : 27111 (java) R 27090 27092 24174 0 -1 4202560 32 0 0 0 6 2 0 0 20 0 18 0 346238052 2712133632 123581 33554432000 1073741824 1073778376 140734798734704 140541063625512 215146881461 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27092/tid=27112] ppid=27090 vsize=2648568 CPUtime=0.11 cores=1,3,5,7
/proc/27092/task/27112/stat : 27112 (java) R 27090 27092 24174 0 -1 4202560 42 0 0 0 8 3 0 0 20 0 18 0 346238052 2712133632 123581 33554432000 1073741824 1073778376 140734798734704 140541062572888 140541205644928 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=27092/tid=27113] ppid=27090 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/27092/task/27113/stat : 27113 (java) S 27090 27092 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 346238054 2712133632 123581 33554432000 1073741824 1073778376 140734798734704 140540579796360 215146869820 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27092/tid=27115] ppid=27090 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/27092/task/27115/stat : 27115 (java) S 27090 27092 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346238054 2712133632 123581 33554432000 1073741824 1073778376 140734798734704 140540578743544 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27116] ppid=27090 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/27092/task/27116/stat : 27116 (java) S 27090 27092 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346238054 2712133632 123581 33554432000 1073741824 1073778376 140734798734704 140540577690632 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27120] ppid=27090 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/27092/task/27120/stat : 27120 (java) S 27090 27092 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346238057 2712133632 123581 33554432000 1073741824 1073778376 140734798734704 140540576639120 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27122] ppid=27090 vsize=2648568 CPUtime=0.25 cores=1,3,5,7
/proc/27092/task/27122/stat : 27122 (java) S 27090 27092 24174 0 -1 4202560 2792 0 0 0 25 0 0 0 20 0 18 0 346238057 2712133632 123581 33554432000 1073741824 1073778376 140734798734704 140540575587256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27124] ppid=27090 vsize=2648568 CPUtime=0.25 cores=1,3,5,7
/proc/27092/task/27124/stat : 27124 (java) S 27090 27092 24174 0 -1 4202560 2975 0 0 0 25 0 0 0 20 0 18 0 346238057 2712133632 123581 33554432000 1073741824 1073778376 140734798734704 140540574534456 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27092/tid=27126] ppid=27090 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/27092/task/27126/stat : 27126 (java) S 27090 27092 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346238057 2712133632 123581 33554432000 1073741824 1073778376 140734798734704 140540573481848 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27092/tid=27128] ppid=27090 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/27092/task/27128/stat : 27128 (java) S 27090 27092 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346238057 2712133632 123581 33554432000 1073741824 1073778376 140734798734704 140540572429256 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 2648568

[startup+6.30073 s]
/proc/loadavg: 1.81 2.19 2.55 4/213 27128
/proc/meminfo: memFree=27289980/32873844 swapFree=7380/7380
[pid=27092] ppid=27090 vsize=2648568 CPUtime=9.4 cores=1,3,5,7
/proc/27092/stat : 27092 (java) S 27090 27092 24174 0 -1 4202496 15569 0 1 0 891 49 0 0 20 0 18 0 346238049 2712133632 152243 33554432000 1073741824 1073778376 140734798734704 140734798725840 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27092/statm: 662142 152243 2259 9 0 652835 0
[pid=27092/tid=27095] ppid=27090 vsize=2648568 CPUtime=5.37 cores=1,3,5,7
/proc/27092/task/27095/stat : 27095 (java) R 27090 27092 24174 0 -1 4202560 2960 0 1 0 527 10 0 0 20 0 18 0 346238051 2712133632 152243 33554432000 1073741824 1073778376 140734798734704 140541203170504 140541076001577 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27092/tid=27102] ppid=27090 vsize=2648568 CPUtime=0.47 cores=1,3,5,7
/proc/27092/task/27102/stat : 27102 (java) S 27090 27092 24174 0 -1 4202560 103 0 0 0 41 6 0 0 20 0 18 0 346238052 2712133632 152243 33554432000 1073741824 1073778376 140734798734704 140541069941288 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27092/tid=27104] ppid=27090 vsize=2648568 CPUtime=0.39 cores=1,3,5,7
/proc/27092/task/27104/stat : 27104 (java) S 27090 27092 24174 0 -1 4202560 99 0 0 0 34 5 0 0 20 0 18 0 346238052 2712133632 152243 33554432000 1073741824 1073778376 140734798734704 140541068888488 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27107] ppid=27090 vsize=2648568 CPUtime=0.43 cores=1,3,5,7
/proc/27092/task/27107/stat : 27107 (java) S 27090 27092 24174 0 -1 4202560 313 0 0 0 37 6 0 0 20 0 18 0 346238052 2712133632 152243 33554432000 1073741824 1073778376 140734798734704 140541067835688 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27108] ppid=27090 vsize=2648568 CPUtime=0.48 cores=1,3,5,7
/proc/27092/task/27108/stat : 27108 (java) S 27090 27092 24174 0 -1 4202560 148 0 0 0 41 7 0 0 20 0 18 0 346238052 2712133632 152243 33554432000 1073741824 1073778376 140734798734704 140541066782888 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27109] ppid=27090 vsize=2648568 CPUtime=0.34 cores=1,3,5,7
/proc/27092/task/27109/stat : 27109 (java) S 27090 27092 24174 0 -1 4202560 78 0 0 0 31 3 0 0 20 0 18 0 346238052 2712133632 152243 33554432000 1073741824 1073778376 140734798734704 140541065731112 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27092/tid=27110] ppid=27090 vsize=2648568 CPUtime=0.36 cores=1,3,5,7
/proc/27092/task/27110/stat : 27110 (java) S 27090 27092 24174 0 -1 4202560 77 0 0 0 31 5 0 0 20 0 18 0 346238052 2712133632 152243 33554432000 1073741824 1073778376 140734798734704 140541064678312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27111] ppid=27090 vsize=2648568 CPUtime=0.4 cores=1,3,5,7
/proc/27092/task/27111/stat : 27111 (java) S 27090 27092 24174 0 -1 4202560 71 0 0 0 36 4 0 0 20 0 18 0 346238052 2712133632 152243 33554432000 1073741824 1073778376 140734798734704 140541063625512 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27092/tid=27112] ppid=27090 vsize=2648568 CPUtime=0.35 cores=1,3,5,7
/proc/27092/task/27112/stat : 27112 (java) S 27090 27092 24174 0 -1 4202560 102 0 0 0 30 5 0 0 20 0 18 0 346238052 2712133632 152243 33554432000 1073741824 1073778376 140734798734704 140541062572712 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27113] ppid=27090 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/27092/task/27113/stat : 27113 (java) S 27090 27092 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 346238054 2712133632 152243 33554432000 1073741824 1073778376 140734798734704 140540579797480 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27092/tid=27115] ppid=27090 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/27092/task/27115/stat : 27115 (java) S 27090 27092 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346238054 2712133632 152243 33554432000 1073741824 1073778376 140734798734704 140540578743544 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27116] ppid=27090 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/27092/task/27116/stat : 27116 (java) S 27090 27092 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346238054 2712133632 152243 33554432000 1073741824 1073778376 140734798734704 140540577690632 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27120] ppid=27090 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/27092/task/27120/stat : 27120 (java) S 27090 27092 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346238057 2712133632 152243 33554432000 1073741824 1073778376 140734798734704 140540576639120 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27122] ppid=27090 vsize=2648568 CPUtime=0.41 cores=1,3,5,7
/proc/27092/task/27122/stat : 27122 (java) R 27090 27092 24174 0 -1 4202560 7450 0 0 0 40 1 0 0 20 0 18 0 346238057 2712133632 152243 33554432000 1073741824 1073778376 140734798734704 140540575574536 140541209020424 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27124] ppid=27090 vsize=2648568 CPUtime=0.27 cores=1,3,5,7
/proc/27092/task/27124/stat : 27124 (java) R 27090 27092 24174 0 -1 4202560 2987 0 0 0 27 0 0 0 20 0 18 0 346238057 2712133632 152243 33554432000 1073741824 1073778376 140734798734704 140540574534456 140541207266414 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27092/tid=27126] ppid=27090 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/27092/task/27126/stat : 27126 (java) S 27090 27092 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346238057 2712133632 152243 33554432000 1073741824 1073778376 140734798734704 140540573481848 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27092/tid=27128] ppid=27090 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/27092/task/27128/stat : 27128 (java) S 27090 27092 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346238057 2712133632 152243 33554432000 1073741824 1073778376 140734798734704 140540572429256 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 9.4
Current children cumulated vsize (KiB) 2648568

[startup+12.7008 s]
/proc/loadavg: 1.84 2.19 2.54 4/215 27130
/proc/meminfo: memFree=27278992/32873844 swapFree=7380/7380
[pid=27092] ppid=27090 vsize=2715132 CPUtime=16.42 cores=1,3,5,7
/proc/27092/stat : 27092 (java) S 27090 27092 24174 0 -1 4202496 16744 0 1 0 1592 50 0 0 20 0 19 0 346238049 2780295168 151881 33554432000 1073741824 1073778376 140734798734704 140734798725840 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27092/statm: 678783 151881 2267 9 0 669476 0
[pid=27092/tid=27095] ppid=27090 vsize=2715132 CPUtime=11.74 cores=1,3,5,7

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

[pid=27092/tid=27110] ppid=27090 vsize=2715132 CPUtime=0.36 cores=1,3,5,7
/proc/27092/task/27110/stat : 27110 (java) S 27090 27092 24174 0 -1 4202560 77 0 0 0 31 5 0 0 20 0 19 0 346238052 2780295168 151890 33554432000 1073741824 1073778376 140734798734704 140541064678312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27092/tid=27111] ppid=27090 vsize=2715132 CPUtime=0.43 cores=1,3,5,7
/proc/27092/task/27111/stat : 27111 (java) S 27090 27092 24174 0 -1 4202560 72 0 0 0 39 4 0 0 20 0 19 0 346238052 2780295168 151890 33554432000 1073741824 1073778376 140734798734704 140541063625512 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27092/tid=27112] ppid=27090 vsize=2715132 CPUtime=0.36 cores=1,3,5,7
/proc/27092/task/27112/stat : 27112 (java) S 27090 27092 24174 0 -1 4202560 103 0 0 0 31 5 0 0 20 0 19 0 346238052 2780295168 151890 33554432000 1073741824 1073778376 140734798734704 140541062572712 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27092/tid=27113] ppid=27090 vsize=2715132 CPUtime=0.03 cores=1,3,5,7
/proc/27092/task/27113/stat : 27113 (java) S 27090 27092 24174 0 -1 4202560 14 0 0 0 2 1 0 0 20 0 19 0 346238054 2780295168 151890 33554432000 1073741824 1073778376 140734798734704 140540579797480 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27115] ppid=27090 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/27092/task/27115/stat : 27115 (java) S 27090 27092 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346238054 2780295168 151890 33554432000 1073741824 1073778376 140734798734704 140540578743544 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27116] ppid=27090 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/27092/task/27116/stat : 27116 (java) S 27090 27092 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346238054 2780295168 151890 33554432000 1073741824 1073778376 140734798734704 140540577690632 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27120] ppid=27090 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/27092/task/27120/stat : 27120 (java) S 27090 27092 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346238057 2780295168 151890 33554432000 1073741824 1073778376 140734798734704 140540576639120 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27122] ppid=27090 vsize=2715132 CPUtime=0.68 cores=1,3,5,7
/proc/27092/task/27122/stat : 27122 (java) S 27090 27092 24174 0 -1 4202560 8290 0 0 0 66 2 0 0 20 0 19 0 346238057 2780295168 151890 33554432000 1073741824 1073778376 140734798734704 140540575587256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27124] ppid=27090 vsize=2715132 CPUtime=0.7 cores=1,3,5,7
/proc/27092/task/27124/stat : 27124 (java) S 27090 27092 24174 0 -1 4202560 3319 0 0 0 68 2 0 0 20 0 19 0 346238057 2780295168 151890 33554432000 1073741824 1073778376 140734798734704 140540574534456 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27092/tid=27126] ppid=27090 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/27092/task/27126/stat : 27126 (java) S 27090 27092 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346238057 2780295168 151890 33554432000 1073741824 1073778376 140734798734704 140540573481848 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27092/tid=27128] ppid=27090 vsize=2715132 CPUtime=0.63 cores=1,3,5,7
/proc/27092/task/27128/stat : 27128 (java) S 27090 27092 24174 0 -1 4202560 95 0 0 0 44 19 0 0 20 0 19 0 346238057 2780295168 151890 33554432000 1073741824 1073778376 140734798734704 140540572429256 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27130] ppid=27090 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/27092/task/27130/stat : 27130 (java) S 27090 27092 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346238692 2780295168 151890 33554432000 1073741824 1073778376 140734798734704 140540571374760 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1666.78
Current children cumulated vsize (KiB) 2715132

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.06 4/216 27146
/proc/meminfo: memFree=27265492/32873844 swapFree=7380/7380
[pid=27092] ppid=27090 vsize=2715132 CPUtime=1726.8 cores=1,3,5,7
/proc/27092/stat : 27092 (java) S 27090 27092 24174 0 -1 4202496 16870 0 1 0 172602 78 0 0 20 0 19 0 346238049 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140734798725840 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27092/statm: 678783 153364 2270 9 0 669476 0
[pid=27092/tid=27095] ppid=27090 vsize=2715132 CPUtime=1721.43 cores=1,3,5,7
/proc/27092/task/27095/stat : 27095 (java) R 27090 27092 24174 0 -1 4202560 2973 0 1 0 172106 37 0 0 20 0 19 0 346238051 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140541203171936 140541076229155 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27092/tid=27102] ppid=27090 vsize=2715132 CPUtime=0.48 cores=1,3,5,7
/proc/27092/task/27102/stat : 27102 (java) S 27090 27092 24174 0 -1 4202560 103 0 0 0 42 6 0 0 20 0 19 0 346238052 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140541069941288 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27104] ppid=27090 vsize=2715132 CPUtime=0.4 cores=1,3,5,7
/proc/27092/task/27104/stat : 27104 (java) S 27090 27092 24174 0 -1 4202560 99 0 0 0 35 5 0 0 20 0 19 0 346238052 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140541068888488 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27092/tid=27107] ppid=27090 vsize=2715132 CPUtime=0.44 cores=1,3,5,7
/proc/27092/task/27107/stat : 27107 (java) S 27090 27092 24174 0 -1 4202560 313 0 0 0 38 6 0 0 20 0 19 0 346238052 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140541067835688 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27108] ppid=27090 vsize=2715132 CPUtime=0.49 cores=1,3,5,7
/proc/27092/task/27108/stat : 27108 (java) S 27090 27092 24174 0 -1 4202560 150 0 0 0 42 7 0 0 20 0 19 0 346238052 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140541066782888 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27092/tid=27109] ppid=27090 vsize=2715132 CPUtime=0.35 cores=1,3,5,7
/proc/27092/task/27109/stat : 27109 (java) S 27090 27092 24174 0 -1 4202560 78 0 0 0 32 3 0 0 20 0 19 0 346238052 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140541065731112 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27092/tid=27110] ppid=27090 vsize=2715132 CPUtime=0.36 cores=1,3,5,7
/proc/27092/task/27110/stat : 27110 (java) S 27090 27092 24174 0 -1 4202560 77 0 0 0 31 5 0 0 20 0 19 0 346238052 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140541064678312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27092/tid=27111] ppid=27090 vsize=2715132 CPUtime=0.43 cores=1,3,5,7
/proc/27092/task/27111/stat : 27111 (java) S 27090 27092 24174 0 -1 4202560 72 0 0 0 39 4 0 0 20 0 19 0 346238052 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140541063625512 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27092/tid=27112] ppid=27090 vsize=2715132 CPUtime=0.36 cores=1,3,5,7
/proc/27092/task/27112/stat : 27112 (java) S 27090 27092 24174 0 -1 4202560 103 0 0 0 31 5 0 0 20 0 19 0 346238052 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140541062572712 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27092/tid=27113] ppid=27090 vsize=2715132 CPUtime=0.03 cores=1,3,5,7
/proc/27092/task/27113/stat : 27113 (java) S 27090 27092 24174 0 -1 4202560 14 0 0 0 2 1 0 0 20 0 19 0 346238054 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140540579797480 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27115] ppid=27090 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/27092/task/27115/stat : 27115 (java) S 27090 27092 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346238054 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140540578743544 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27116] ppid=27090 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/27092/task/27116/stat : 27116 (java) S 27090 27092 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346238054 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140540577690632 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27120] ppid=27090 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/27092/task/27120/stat : 27120 (java) S 27090 27092 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346238057 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140540576639120 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27122] ppid=27090 vsize=2715132 CPUtime=0.68 cores=1,3,5,7
/proc/27092/task/27122/stat : 27122 (java) S 27090 27092 24174 0 -1 4202560 8290 0 0 0 66 2 0 0 20 0 19 0 346238057 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140540575587256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27124] ppid=27090 vsize=2715132 CPUtime=0.7 cores=1,3,5,7
/proc/27092/task/27124/stat : 27124 (java) S 27090 27092 24174 0 -1 4202560 3319 0 0 0 68 2 0 0 20 0 19 0 346238057 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140540574534456 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27092/tid=27126] ppid=27090 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/27092/task/27126/stat : 27126 (java) S 27090 27092 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346238057 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140540573481848 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27092/tid=27128] ppid=27090 vsize=2715132 CPUtime=0.65 cores=1,3,5,7
/proc/27092/task/27128/stat : 27128 (java) S 27090 27092 24174 0 -1 4202560 99 0 0 0 45 20 0 0 20 0 19 0 346238057 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140540572429256 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27130] ppid=27090 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/27092/task/27130/stat : 27130 (java) S 27090 27092 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346238692 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140540571374760 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1726.8
Current children cumulated vsize (KiB) 2715132

[startup+1782.3 s]
/proc/loadavg: 2.06 2.02 2.06 4/215 27146
/proc/meminfo: memFree=27265624/32873844 swapFree=7380/7380
[pid=27092] ppid=27090 vsize=2715132 CPUtime=1786.82 cores=1,3,5,7
/proc/27092/stat : 27092 (java) S 27090 27092 24174 0 -1 4202496 16874 0 1 0 178603 79 0 0 20 0 19 0 346238049 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140734798725840 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27092/statm: 678783 153364 2270 9 0 669476 0
[pid=27092/tid=27095] ppid=27090 vsize=2715132 CPUtime=1781.43 cores=1,3,5,7
/proc/27092/task/27095/stat : 27095 (java) R 27090 27092 24174 0 -1 4202560 2973 0 1 0 178105 38 0 0 20 0 19 0 346238051 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140541203171936 140541076306188 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27092/tid=27102] ppid=27090 vsize=2715132 CPUtime=0.48 cores=1,3,5,7
/proc/27092/task/27102/stat : 27102 (java) S 27090 27092 24174 0 -1 4202560 103 0 0 0 42 6 0 0 20 0 19 0 346238052 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140541069941288 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27104] ppid=27090 vsize=2715132 CPUtime=0.4 cores=1,3,5,7
/proc/27092/task/27104/stat : 27104 (java) S 27090 27092 24174 0 -1 4202560 99 0 0 0 35 5 0 0 20 0 19 0 346238052 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140541068888488 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27092/tid=27107] ppid=27090 vsize=2715132 CPUtime=0.44 cores=1,3,5,7
/proc/27092/task/27107/stat : 27107 (java) S 27090 27092 24174 0 -1 4202560 313 0 0 0 38 6 0 0 20 0 19 0 346238052 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140541067835688 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27108] ppid=27090 vsize=2715132 CPUtime=0.49 cores=1,3,5,7
/proc/27092/task/27108/stat : 27108 (java) S 27090 27092 24174 0 -1 4202560 150 0 0 0 42 7 0 0 20 0 19 0 346238052 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140541066782888 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27092/tid=27109] ppid=27090 vsize=2715132 CPUtime=0.35 cores=1,3,5,7
/proc/27092/task/27109/stat : 27109 (java) S 27090 27092 24174 0 -1 4202560 78 0 0 0 32 3 0 0 20 0 19 0 346238052 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140541065731112 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27092/tid=27110] ppid=27090 vsize=2715132 CPUtime=0.36 cores=1,3,5,7
/proc/27092/task/27110/stat : 27110 (java) S 27090 27092 24174 0 -1 4202560 77 0 0 0 31 5 0 0 20 0 19 0 346238052 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140541064678312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27092/tid=27111] ppid=27090 vsize=2715132 CPUtime=0.43 cores=1,3,5,7
/proc/27092/task/27111/stat : 27111 (java) S 27090 27092 24174 0 -1 4202560 72 0 0 0 39 4 0 0 20 0 19 0 346238052 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140541063625512 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27092/tid=27112] ppid=27090 vsize=2715132 CPUtime=0.36 cores=1,3,5,7
/proc/27092/task/27112/stat : 27112 (java) S 27090 27092 24174 0 -1 4202560 103 0 0 0 31 5 0 0 20 0 19 0 346238052 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140541062572712 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27092/tid=27113] ppid=27090 vsize=2715132 CPUtime=0.03 cores=1,3,5,7
/proc/27092/task/27113/stat : 27113 (java) S 27090 27092 24174 0 -1 4202560 14 0 0 0 2 1 0 0 20 0 19 0 346238054 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140540579797480 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27115] ppid=27090 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/27092/task/27115/stat : 27115 (java) S 27090 27092 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346238054 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140540578743544 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27116] ppid=27090 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/27092/task/27116/stat : 27116 (java) S 27090 27092 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346238054 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140540577690632 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27120] ppid=27090 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/27092/task/27120/stat : 27120 (java) S 27090 27092 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346238057 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140540576639120 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27122] ppid=27090 vsize=2715132 CPUtime=0.68 cores=1,3,5,7
/proc/27092/task/27122/stat : 27122 (java) S 27090 27092 24174 0 -1 4202560 8290 0 0 0 66 2 0 0 20 0 19 0 346238057 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140540575587256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27124] ppid=27090 vsize=2715132 CPUtime=0.7 cores=1,3,5,7
/proc/27092/task/27124/stat : 27124 (java) S 27090 27092 24174 0 -1 4202560 3319 0 0 0 68 2 0 0 20 0 19 0 346238057 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140540574534456 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27092/tid=27126] ppid=27090 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/27092/task/27126/stat : 27126 (java) S 27090 27092 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346238057 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140540573481848 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27092/tid=27128] ppid=27090 vsize=2715132 CPUtime=0.67 cores=1,3,5,7
/proc/27092/task/27128/stat : 27128 (java) S 27090 27092 24174 0 -1 4202560 103 0 0 0 46 21 0 0 20 0 19 0 346238057 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140540572429256 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27130] ppid=27090 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/27092/task/27130/stat : 27130 (java) S 27090 27092 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346238692 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140540571374760 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1786.82
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.5 s]
/proc/loadavg: 2.05 2.01 2.06 3/215 27146
/proc/meminfo: memFree=27265500/32873844 swapFree=7380/7380
[pid=27092] ppid=27090 vsize=2715132 CPUtime=1800.03 cores=1,3,5,7
/proc/27092/stat : 27092 (java) S 27090 27092 24174 0 -1 4202496 16874 0 1 0 179924 79 0 0 20 0 19 0 346238049 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140734798725840 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27092/statm: 678783 153364 2270 9 0 669476 0
[pid=27092/tid=27095] ppid=27090 vsize=2715132 CPUtime=1794.64 cores=1,3,5,7
/proc/27092/task/27095/stat : 27095 (java) R 27090 27092 24174 0 -1 4202560 2973 0 1 0 179426 38 0 0 20 0 19 0 346238051 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140541203171936 140541075863339 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27092/tid=27102] ppid=27090 vsize=2715132 CPUtime=0.48 cores=1,3,5,7
/proc/27092/task/27102/stat : 27102 (java) S 27090 27092 24174 0 -1 4202560 103 0 0 0 42 6 0 0 20 0 19 0 346238052 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140541069941288 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27104] ppid=27090 vsize=2715132 CPUtime=0.4 cores=1,3,5,7
/proc/27092/task/27104/stat : 27104 (java) S 27090 27092 24174 0 -1 4202560 99 0 0 0 35 5 0 0 20 0 19 0 346238052 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140541068888488 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27092/tid=27107] ppid=27090 vsize=2715132 CPUtime=0.44 cores=1,3,5,7
/proc/27092/task/27107/stat : 27107 (java) S 27090 27092 24174 0 -1 4202560 313 0 0 0 38 6 0 0 20 0 19 0 346238052 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140541067835688 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27108] ppid=27090 vsize=2715132 CPUtime=0.49 cores=1,3,5,7
/proc/27092/task/27108/stat : 27108 (java) S 27090 27092 24174 0 -1 4202560 150 0 0 0 42 7 0 0 20 0 19 0 346238052 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140541066782888 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27092/tid=27109] ppid=27090 vsize=2715132 CPUtime=0.35 cores=1,3,5,7
/proc/27092/task/27109/stat : 27109 (java) S 27090 27092 24174 0 -1 4202560 78 0 0 0 32 3 0 0 20 0 19 0 346238052 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140541065731112 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27092/tid=27110] ppid=27090 vsize=2715132 CPUtime=0.36 cores=1,3,5,7
/proc/27092/task/27110/stat : 27110 (java) S 27090 27092 24174 0 -1 4202560 77 0 0 0 31 5 0 0 20 0 19 0 346238052 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140541064678312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27092/tid=27111] ppid=27090 vsize=2715132 CPUtime=0.43 cores=1,3,5,7
/proc/27092/task/27111/stat : 27111 (java) S 27090 27092 24174 0 -1 4202560 72 0 0 0 39 4 0 0 20 0 19 0 346238052 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140541063625512 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27092/tid=27112] ppid=27090 vsize=2715132 CPUtime=0.36 cores=1,3,5,7
/proc/27092/task/27112/stat : 27112 (java) S 27090 27092 24174 0 -1 4202560 103 0 0 0 31 5 0 0 20 0 19 0 346238052 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140541062572712 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27092/tid=27113] ppid=27090 vsize=2715132 CPUtime=0.03 cores=1,3,5,7
/proc/27092/task/27113/stat : 27113 (java) S 27090 27092 24174 0 -1 4202560 14 0 0 0 2 1 0 0 20 0 19 0 346238054 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140540579797480 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27115] ppid=27090 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/27092/task/27115/stat : 27115 (java) S 27090 27092 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346238054 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140540578743544 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27116] ppid=27090 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/27092/task/27116/stat : 27116 (java) S 27090 27092 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346238054 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140540577690632 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27120] ppid=27090 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/27092/task/27120/stat : 27120 (java) S 27090 27092 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346238057 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140540576639120 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27122] ppid=27090 vsize=2715132 CPUtime=0.68 cores=1,3,5,7
/proc/27092/task/27122/stat : 27122 (java) S 27090 27092 24174 0 -1 4202560 8290 0 0 0 66 2 0 0 20 0 19 0 346238057 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140540575587256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27124] ppid=27090 vsize=2715132 CPUtime=0.7 cores=1,3,5,7
/proc/27092/task/27124/stat : 27124 (java) S 27090 27092 24174 0 -1 4202560 3319 0 0 0 68 2 0 0 20 0 19 0 346238057 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140540574534456 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27092/tid=27126] ppid=27090 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/27092/task/27126/stat : 27126 (java) S 27090 27092 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346238057 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140540573481848 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27092/tid=27128] ppid=27090 vsize=2715132 CPUtime=0.67 cores=1,3,5,7
/proc/27092/task/27128/stat : 27128 (java) S 27090 27092 24174 0 -1 4202560 103 0 0 0 46 21 0 0 20 0 19 0 346238057 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140540572429256 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27092/tid=27130] ppid=27090 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/27092/task/27130/stat : 27130 (java) S 27090 27092 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346238692 2780295168 153364 33554432000 1073741824 1073778376 140734798734704 140540571374760 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 2715132

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

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

Child status: 143
Real time (s): 1795.55
CPU time (s): 1800.38
CPU user time (s): 1799.19
CPU system time (s): 1.19282
CPU usage (%): 100.269
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.19
system time used= 1.19282
maximum resident set size= 613600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16915
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38798
involuntary context switches= 3999

runsolver used 6.12007 second user time and 15.7246 second system time

The end

Launcher Data

Begin job on node133 at 2012-06-04 11:12:13
IDJOB=3743455
IDBENCH=91155
IDSOLVER=2322
FILE ID=node133/3743455-1338801132
RUNJOBID= node133-1338801132-27066
PBS_JOBID= 14636833
Free space on /tmp= 70432 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_50null0mast_rapportOE1.0_TMAX15_K192_cod2.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743455-1338801132/watcher-3743455-1338801132 -o /tmp/evaluation-result-3743455-1338801132/solver-3743455-1338801132 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3743455-1338801132.opb

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

MD5SUM BENCH= a88af6dd0118c2f12fc3d8f44e999a51
RANDOM SEED=6474257

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28474532 kB
Buffers:          507096 kB
Cached:          2979376 kB
SwapCached:          676 kB
Active:          1584596 kB
Inactive:        1912992 kB
Active(anon):       2504 kB
Inactive(anon):    10220 kB
Active(file):    1582092 kB
Inactive(file):  1902772 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108856 kB
SwapFree:       67107040 kB
Dirty:             55884 kB
Writeback:             0 kB
AnonPages:         16928 kB
Mapped:             9604 kB
Shmem:                 0 kB
Slab:             761880 kB
SReclaimable:     203604 kB
SUnreclaim:       558276 kB
KernelStack:        1432 kB
PageTables:         3992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     105500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70432 MiB
End job on node133 at 2012-06-04 11:42:10