Trace number 3743685

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.82 1795.75

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null50mast_rapportOE2.0_TMAX60_K192_cod1.opb
MD5SUM8ae7872201a01b380c649cec8e185bc6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-131
Best CPU time to get the best result obtained on this benchmark1800.37
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 306555
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 174896981
Number of bits of the sum of numbers in the objective function 28
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 174896981
Number of bits of the biggest sum of numbers28
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.1.1.v20090612
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version	1.6.0_24
0.03/0.09	c os.name	Linux
0.03/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch	amd64
0.03/0.09	c Free memory 1299577560
0.03/0.09	c Max memory 1306394624
0.03/0.09	c Total memory 1306394624
0.03/0.09	c Number of processors 8
0.08/0.11	c Pseudo Boolean Optimization
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c Stops conflict analysis at the first Unique Implication Point
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.11	c Expensive reason simplification
0.08/0.11	c MiniSAT restarts strategy
0.08/0.11	c Memory based learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-3743685-1338804244.opb
0.08/0.11	c reading problem ... 
9.16/6.19	c ... done. Wall clock time 6.078s.
9.16/6.19	c #vars     399113
9.16/6.19	c #constraints  400980
9.16/6.19	c constraints type 
9.16/6.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
9.16/6.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
9.16/6.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
9.16/6.19	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 374554
1800.05/1795.71	c starts		: 14
1800.05/1795.71	c conflicts		: 42203
1800.05/1795.71	c decisions		: 162648
1800.05/1795.71	c propagations		: 787759333
1800.05/1795.71	c inspects		: 175201354
1800.05/1795.71	c learnt literals	: 3
1800.05/1795.71	c learnt binary clauses	: 407
1800.05/1795.71	c learnt ternary clauses	: 340
1800.05/1795.71	c learnt clauses	: 42200
1800.05/1795.71	c ignored clauses	: 0
1800.05/1795.71	c root simplifications	: 0
1800.05/1795.71	c removed literals (reason simplification)	: 5850172
1800.05/1795.71	c reason swapping (by a shorter reason)	: 0
1800.05/1795.71	c Calls to reduceDB	: 0
1800.05/1795.71	c speed (assignments/second)	: 440207.5491836349
1800.05/1795.71	c non guided choices	394
1800.05/1795.73	c learnt constraints type 
1800.05/1795.73	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 41794
1800.05/1795.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 407
1800.05/1795.73	c constraints type 
1800.05/1795.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.05/1795.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.05/1795.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.05/1795.73	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 374554
1800.05/1795.73	s UNKNOWN
1800.05/1795.73	c Total wall clock time (in seconds): 1795.616

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

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/173 16250
/proc/meminfo: memFree=26979436/32873648 swapFree=7120/7120
[pid=16250] ppid=16248 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/16250/stat : 16250 (runsolver) D 16248 16250 14611 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 1 0 346551896 12095488 56 33554432000 4194304 5436572 140733715076288 140733715072168 5057063 0 0 4096 24578 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/16250/statm: 2953 56 36 304 0 2645 0

[startup+0.0703411 s]
/proc/loadavg: 1.92 1.98 1.99 3/173 16250
/proc/meminfo: memFree=26979436/32873648 swapFree=7120/7120
[pid=16250] ppid=16248 vsize=2648548 CPUtime=0.03 cores=0,2,4,6
/proc/16250/stat : 16250 (java) S 16248 16250 14611 0 -1 4202496 3849 0 1 0 3 0 0 0 20 0 18 0 346551896 2712113152 5057 33554432000 1073741824 1073778376 140734085879904 140734085871040 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16250/statm: 662137 5057 1753 9 0 652835 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2648548

[startup+0.100263 s]
/proc/loadavg: 1.92 1.98 1.99 3/173 16250
/proc/meminfo: memFree=26979436/32873648 swapFree=7120/7120
[pid=16250] ppid=16248 vsize=2648568 CPUtime=0.08 cores=0,2,4,6
/proc/16250/stat : 16250 (java) S 16248 16250 14611 0 -1 4202496 4656 0 1 0 7 1 0 0 20 0 18 0 346551896 2712133632 5863 33554432000 1073741824 1073778376 140734085879904 140734085871040 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16250/statm: 662142 5864 2092 9 0 652835 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2648568

[startup+0.300232 s]
/proc/loadavg: 1.92 1.98 1.99 3/173 16250
/proc/meminfo: memFree=26979436/32873648 swapFree=7120/7120
[pid=16250] ppid=16248 vsize=2648568 CPUtime=0.45 cores=0,2,4,6
/proc/16250/stat : 16250 (java) S 16248 16250 14611 0 -1 4202496 6255 0 1 0 44 1 0 0 20 0 18 0 346551896 2712133632 14876 33554432000 1073741824 1073778376 140734085879904 140734085871040 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16250/statm: 662142 14876 2215 9 0 652835 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 2648568

[startup+0.700239 s]
/proc/loadavg: 1.92 1.98 1.99 3/173 16250
/proc/meminfo: memFree=26979436/32873648 swapFree=7120/7120
[pid=16250] ppid=16248 vsize=2648568 CPUtime=0.87 cores=0,2,4,6
/proc/16250/stat : 16250 (java) S 16248 16250 14611 0 -1 4202496 6365 0 1 0 83 4 0 0 20 0 18 0 346551896 2712133632 52255 33554432000 1073741824 1073778376 140734085879904 140734085871040 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16250/statm: 662142 52255 2215 9 0 652835 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 2648568

[startup+1.5007 s]
/proc/loadavg: 1.92 1.98 1.99 4/211 16295
/proc/meminfo: memFree=26634508/32873648 swapFree=7120/7120
[pid=16250] ppid=16248 vsize=2648568 CPUtime=2.27 cores=0,2,4,6
/proc/16250/stat : 16250 (java) S 16248 16250 14611 0 -1 4202496 10172 0 1 0 210 17 0 0 20 0 18 0 346551896 2712133632 117987 33554432000 1073741824 1073778376 140734085879904 140734085871040 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16250/statm: 662142 117987 2251 9 0 652835 0
[pid=16250/tid=16252] ppid=16248 vsize=2648568 CPUtime=1.36 cores=0,2,4,6
/proc/16250/task/16252/stat : 16252 (java) R 16248 16250 14611 0 -1 4202560 2958 0 1 0 129 7 0 0 20 0 18 0 346551897 2712133632 117987 33554432000 1073741824 1073778376 140734085879904 139893802843368 139893675410912 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16250/tid=16253] ppid=16248 vsize=2648568 CPUtime=0.06 cores=0,2,4,6
/proc/16250/task/16253/stat : 16253 (java) S 16248 16250 14611 0 -1 4202560 43 0 0 0 4 2 0 0 20 0 18 0 346551899 2712133632 117987 33554432000 1073741824 1073778376 140734085879904 139893669600040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16254] ppid=16248 vsize=2648568 CPUtime=0.02 cores=0,2,4,6
/proc/16250/task/16254/stat : 16254 (java) S 16248 16250 14611 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 18 0 346551899 2712133632 117987 33554432000 1073741824 1073778376 140734085879904 139893668547240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16250/tid=16255] ppid=16248 vsize=2648568 CPUtime=0.02 cores=0,2,4,6
/proc/16250/task/16255/stat : 16255 (java) S 16248 16250 14611 0 -1 4202560 22 0 0 0 1 1 0 0 20 0 18 0 346551899 2712133632 117987 33554432000 1073741824 1073778376 140734085879904 139893667494952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16250/tid=16256] ppid=16248 vsize=2648568 CPUtime=0.05 cores=0,2,4,6
/proc/16250/task/16256/stat : 16256 (java) S 16248 16250 14611 0 -1 4202560 42 0 0 0 2 3 0 0 20 0 18 0 346551899 2712133632 117987 33554432000 1073741824 1073778376 140734085879904 139893666442152 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16250/tid=16257] ppid=16248 vsize=2648568 CPUtime=0.02 cores=0,2,4,6
/proc/16250/task/16257/stat : 16257 (java) S 16248 16250 14611 0 -1 4202560 20 0 0 0 1 1 0 0 20 0 18 0 346551899 2712133632 117987 33554432000 1073741824 1073778376 140734085879904 139893665388840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16250/tid=16258] ppid=16248 vsize=2648568 CPUtime=0.02 cores=0,2,4,6
/proc/16250/task/16258/stat : 16258 (java) S 16248 16250 14611 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 18 0 346551899 2712133632 117987 33554432000 1073741824 1073778376 140734085879904 139893664336040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16250/tid=16259] ppid=16248 vsize=2648568 CPUtime=0.02 cores=0,2,4,6
/proc/16250/task/16259/stat : 16259 (java) S 16248 16250 14611 0 -1 4202560 21 0 0 0 1 1 0 0 20 0 18 0 346551899 2712133632 117987 33554432000 1073741824 1073778376 140734085879904 139893663283752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16260] ppid=16248 vsize=2648568 CPUtime=0.06 cores=0,2,4,6
/proc/16250/task/16260/stat : 16260 (java) S 16248 16250 14611 0 -1 4202560 47 0 0 0 4 2 0 0 20 0 18 0 346551899 2712133632 117987 33554432000 1073741824 1073778376 140734085879904 139893191731624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16261] ppid=16248 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/16250/task/16261/stat : 16261 (java) S 16248 16250 14611 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 346551900 2712133632 117987 33554432000 1073741824 1073778376 140734085879904 139893179534056 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16262] ppid=16248 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/16250/task/16262/stat : 16262 (java) S 16248 16250 14611 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346551900 2712133632 117987 33554432000 1073741824 1073778376 140734085879904 139893178480120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16263] ppid=16248 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/16250/task/16263/stat : 16263 (java) S 16248 16250 14611 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346551900 2712133632 117987 33554432000 1073741824 1073778376 140734085879904 139893177427720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16264] ppid=16248 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/16250/task/16264/stat : 16264 (java) S 16248 16250 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346551903 2712133632 117987 33554432000 1073741824 1073778376 140734085879904 139893176376208 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16265] ppid=16248 vsize=2648568 CPUtime=0.26 cores=0,2,4,6
/proc/16250/task/16265/stat : 16265 (java) S 16248 16250 14611 0 -1 4202560 2712 0 0 0 26 0 0 0 20 0 18 0 346551903 2712133632 117987 33554432000 1073741824 1073778376 140734085879904 139893175322808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16266] ppid=16248 vsize=2648568 CPUtime=0.23 cores=0,2,4,6
/proc/16250/task/16266/stat : 16266 (java) S 16248 16250 14611 0 -1 4202560 3080 0 0 0 23 0 0 0 20 0 18 0 346551903 2712133632 117987 33554432000 1073741824 1073778376 140734085879904 139893174270008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16250/tid=16267] ppid=16248 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/16250/task/16267/stat : 16267 (java) S 16248 16250 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346551903 2712133632 117987 33554432000 1073741824 1073778376 140734085879904 139893173217912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16250/tid=16268] ppid=16248 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/16250/task/16268/stat : 16268 (java) S 16248 16250 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346551903 2712133632 117987 33554432000 1073741824 1073778376 140734085879904 139893172165320 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 2648568

[startup+3.10064 s]
/proc/loadavg: 1.92 1.98 1.99 17/211 16295
/proc/meminfo: memFree=25982448/32873648 swapFree=7120/7120
[pid=16250] ppid=16248 vsize=2648568 CPUtime=5.14 cores=0,2,4,6
/proc/16250/stat : 16250 (java) S 16248 16250 14611 0 -1 4202496 12146 0 1 0 485 29 0 0 20 0 18 0 346551896 2712133632 144365 33554432000 1073741824 1073778376 140734085879904 140734085871040 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16250/statm: 662142 144365 2251 9 0 652835 0
[pid=16250/tid=16252] ppid=16248 vsize=2648568 CPUtime=2.49 cores=0,2,4,6
/proc/16250/task/16252/stat : 16252 (java) R 16248 16250 14611 0 -1 4202560 2972 0 1 0 242 7 0 0 20 0 18 0 346551897 2712133632 144365 33554432000 1073741824 1073778376 140734085879904 139893802843368 139893810609249 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16250/tid=16253] ppid=16248 vsize=2648568 CPUtime=0.25 cores=0,2,4,6
/proc/16250/task/16253/stat : 16253 (java) S 16248 16250 14611 0 -1 4202560 312 0 0 0 22 3 0 0 20 0 18 0 346551899 2712133632 144365 33554432000 1073741824 1073778376 140734085879904 139893669600040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16254] ppid=16248 vsize=2648568 CPUtime=0.22 cores=0,2,4,6
/proc/16250/task/16254/stat : 16254 (java) S 16248 16250 14611 0 -1 4202560 371 0 0 0 20 2 0 0 20 0 18 0 346551899 2712133632 144365 33554432000 1073741824 1073778376 140734085879904 139893668547240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16250/tid=16255] ppid=16248 vsize=2648568 CPUtime=0.21 cores=0,2,4,6
/proc/16250/task/16255/stat : 16255 (java) S 16248 16250 14611 0 -1 4202560 315 0 0 0 19 2 0 0 20 0 18 0 346551899 2712133632 144365 33554432000 1073741824 1073778376 140734085879904 139893667494952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16250/tid=16256] ppid=16248 vsize=2648568 CPUtime=0.29 cores=0,2,4,6
/proc/16250/task/16256/stat : 16256 (java) S 16248 16250 14611 0 -1 4202560 214 0 0 0 25 4 0 0 20 0 18 0 346551899 2712133632 144365 33554432000 1073741824 1073778376 140734085879904 139893666442152 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16250/tid=16257] ppid=16248 vsize=2648568 CPUtime=0.24 cores=0,2,4,6
/proc/16250/task/16257/stat : 16257 (java) S 16248 16250 14611 0 -1 4202560 231 0 0 0 21 3 0 0 20 0 18 0 346551899 2712133632 144365 33554432000 1073741824 1073778376 140734085879904 139893665388840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16258] ppid=16248 vsize=2648568 CPUtime=0.22 cores=0,2,4,6
/proc/16250/task/16258/stat : 16258 (java) S 16248 16250 14611 0 -1 4202560 118 0 0 0 20 2 0 0 20 0 18 0 346551899 2712133632 144365 33554432000 1073741824 1073778376 140734085879904 139893664336040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16250/tid=16259] ppid=16248 vsize=2648568 CPUtime=0.28 cores=0,2,4,6
/proc/16250/task/16259/stat : 16259 (java) S 16248 16250 14611 0 -1 4202560 324 0 0 0 24 4 0 0 20 0 18 0 346551899 2712133632 144365 33554432000 1073741824 1073778376 140734085879904 139893663283752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16250/tid=16260] ppid=16248 vsize=2648568 CPUtime=0.31 cores=0,2,4,6
/proc/16250/task/16260/stat : 16260 (java) S 16248 16250 14611 0 -1 4202560 315 0 0 0 27 4 0 0 20 0 18 0 346551899 2712133632 144365 33554432000 1073741824 1073778376 140734085879904 139893191731624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16250/tid=16261] ppid=16248 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/16250/task/16261/stat : 16261 (java) S 16248 16250 14611 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 346551900 2712133632 144365 33554432000 1073741824 1073778376 140734085879904 139893179534056 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16250/tid=16262] ppid=16248 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/16250/task/16262/stat : 16262 (java) S 16248 16250 14611 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346551900 2712133632 144365 33554432000 1073741824 1073778376 140734085879904 139893178480120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16263] ppid=16248 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/16250/task/16263/stat : 16263 (java) S 16248 16250 14611 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346551900 2712133632 144365 33554432000 1073741824 1073778376 140734085879904 139893177427720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16264] ppid=16248 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/16250/task/16264/stat : 16264 (java) S 16248 16250 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346551903 2712133632 144365 33554432000 1073741824 1073778376 140734085879904 139893176376208 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16265] ppid=16248 vsize=2648568 CPUtime=0.26 cores=0,2,4,6
/proc/16250/task/16265/stat : 16265 (java) S 16248 16250 14611 0 -1 4202560 2712 0 0 0 26 0 0 0 20 0 18 0 346551903 2712133632 144365 33554432000 1073741824 1073778376 140734085879904 139893175322808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16266] ppid=16248 vsize=2648568 CPUtime=0.23 cores=0,2,4,6
/proc/16250/task/16266/stat : 16266 (java) S 16248 16250 14611 0 -1 4202560 3080 0 0 0 23 0 0 0 20 0 18 0 346551903 2712133632 144365 33554432000 1073741824 1073778376 140734085879904 139893174270008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16250/tid=16267] ppid=16248 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/16250/task/16267/stat : 16267 (java) S 16248 16250 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346551903 2712133632 144365 33554432000 1073741824 1073778376 140734085879904 139893173217912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16250/tid=16268] ppid=16248 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/16250/task/16268/stat : 16268 (java) S 16248 16250 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346551903 2712133632 144365 33554432000 1073741824 1073778376 140734085879904 139893172165320 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.14
Current children cumulated vsize (KiB) 2648568

[startup+6.30067 s]
/proc/loadavg: 1.93 1.98 1.99 3/211 16295
/proc/meminfo: memFree=25757436/32873648 swapFree=7120/7120
[pid=16250] ppid=16248 vsize=2648568 CPUtime=9.46 cores=0,2,4,6
/proc/16250/stat : 16250 (java) S 16248 16250 14611 0 -1 4202496 12709 0 1 0 912 34 0 0 20 0 18 0 346551896 2712133632 155496 33554432000 1073741824 1073778376 140734085879904 140734085871040 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16250/statm: 662142 155496 2263 9 0 652835 0
[pid=16250/tid=16252] ppid=16248 vsize=2648568 CPUtime=5.36 cores=0,2,4,6
/proc/16250/task/16252/stat : 16252 (java) R 16248 16250 14611 0 -1 4202560 2990 0 1 0 528 8 0 0 20 0 18 0 346551897 2712133632 155496 33554432000 1073741824 1073778376 140734085879904 139893802844456 139893675028086 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16250/tid=16253] ppid=16248 vsize=2648568 CPUtime=0.41 cores=0,2,4,6
/proc/16250/task/16253/stat : 16253 (java) S 16248 16250 14611 0 -1 4202560 478 0 0 0 37 4 0 0 20 0 18 0 346551899 2712133632 155496 33554432000 1073741824 1073778376 140734085879904 139893669600040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16250/tid=16254] ppid=16248 vsize=2648568 CPUtime=0.34 cores=0,2,4,6
/proc/16250/task/16254/stat : 16254 (java) S 16248 16250 14611 0 -1 4202560 377 0 0 0 32 2 0 0 20 0 18 0 346551899 2712133632 155496 33554432000 1073741824 1073778376 140734085879904 139893668547240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16255] ppid=16248 vsize=2648568 CPUtime=0.37 cores=0,2,4,6
/proc/16250/task/16255/stat : 16255 (java) S 16248 16250 14611 0 -1 4202560 323 0 0 0 34 3 0 0 20 0 18 0 346551899 2712133632 155496 33554432000 1073741824 1073778376 140734085879904 139893667494952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16256] ppid=16248 vsize=2648568 CPUtime=0.45 cores=0,2,4,6
/proc/16250/task/16256/stat : 16256 (java) S 16248 16250 14611 0 -1 4202560 327 0 0 0 41 4 0 0 20 0 18 0 346551899 2712133632 155496 33554432000 1073741824 1073778376 140734085879904 139893666442152 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16257] ppid=16248 vsize=2648568 CPUtime=0.41 cores=0,2,4,6
/proc/16250/task/16257/stat : 16257 (java) S 16248 16250 14611 0 -1 4202560 240 0 0 0 38 3 0 0 20 0 18 0 346551899 2712133632 155496 33554432000 1073741824 1073778376 140734085879904 139893665388840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16250/tid=16258] ppid=16248 vsize=2648568 CPUtime=0.41 cores=0,2,4,6
/proc/16250/task/16258/stat : 16258 (java) S 16248 16250 14611 0 -1 4202560 292 0 0 0 39 2 0 0 20 0 18 0 346551899 2712133632 155496 33554432000 1073741824 1073778376 140734085879904 139893664336040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16250/tid=16259] ppid=16248 vsize=2648568 CPUtime=0.44 cores=0,2,4,6
/proc/16250/task/16259/stat : 16259 (java) S 16248 16250 14611 0 -1 4202560 332 0 0 0 40 4 0 0 20 0 18 0 346551899 2712133632 155496 33554432000 1073741824 1073778376 140734085879904 139893663283752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16250/tid=16260] ppid=16248 vsize=2648568 CPUtime=0.44 cores=0,2,4,6
/proc/16250/task/16260/stat : 16260 (java) S 16248 16250 14611 0 -1 4202560 323 0 0 0 39 5 0 0 20 0 18 0 346551899 2712133632 155496 33554432000 1073741824 1073778376 140734085879904 139893191731624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16261] ppid=16248 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/16250/task/16261/stat : 16261 (java) S 16248 16250 14611 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 346551900 2712133632 155496 33554432000 1073741824 1073778376 140734085879904 139893179534056 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16250/tid=16262] ppid=16248 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/16250/task/16262/stat : 16262 (java) S 16248 16250 14611 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346551900 2712133632 155496 33554432000 1073741824 1073778376 140734085879904 139893178480120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16263] ppid=16248 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/16250/task/16263/stat : 16263 (java) S 16248 16250 14611 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346551900 2712133632 155496 33554432000 1073741824 1073778376 140734085879904 139893177427720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16264] ppid=16248 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/16250/task/16264/stat : 16264 (java) S 16248 16250 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346551903 2712133632 155496 33554432000 1073741824 1073778376 140734085879904 139893176376208 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16265] ppid=16248 vsize=2648568 CPUtime=0.36 cores=0,2,4,6
/proc/16250/task/16265/stat : 16265 (java) R 16248 16250 14611 0 -1 4202560 2726 0 0 0 36 0 0 0 20 0 18 0 346551903 2712133632 155496 33554432000 1073741824 1073778376 140734085879904 139893175322808 139893805750590 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16266] ppid=16248 vsize=2648568 CPUtime=0.33 cores=0,2,4,6
/proc/16250/task/16266/stat : 16266 (java) R 16248 16250 14611 0 -1 4202560 3119 0 0 0 33 0 0 0 20 0 18 0 346551903 2712133632 155496 33554432000 1073741824 1073778376 140734085879904 139893174270008 139893806938066 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16250/tid=16267] ppid=16248 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/16250/task/16267/stat : 16267 (java) S 16248 16250 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346551903 2712133632 155496 33554432000 1073741824 1073778376 140734085879904 139893173217912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16250/tid=16268] ppid=16248 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/16250/task/16268/stat : 16268 (java) S 16248 16250 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346551903 2712133632 155496 33554432000 1073741824 1073778376 140734085879904 139893172165320 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.46
Current children cumulated vsize (KiB) 2648568

[startup+12.7007 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 16297
/proc/meminfo: memFree=25696100/32873648 swapFree=7120/7120
[pid=16250] ppid=16248 vsize=2715132 CPUtime=16.65 cores=0,2,4,6
/proc/16250/stat : 16250 (java) S 16248 16250 14611 0 -1 4202496 13144 0 1 0 1628 37 0 0 20 0 19 0 346551896 2780295168 162525 33554432000 1073741824 1073778376 140734085879904 140734085871040 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16250/statm: 678783 162525 2273 9 0 669476 0
[pid=16250/tid=16252] ppid=16248 vsize=2715132 CPUtime=11.67 cores=0,2,4,6

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

[pid=16250/tid=16258] ppid=16248 vsize=2715132 CPUtime=0.44 cores=0,2,4,6
/proc/16250/task/16258/stat : 16258 (java) S 16248 16250 14611 0 -1 4202560 297 0 0 0 42 2 0 0 20 0 19 0 346551899 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893664336040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16259] ppid=16248 vsize=2715132 CPUtime=0.47 cores=0,2,4,6
/proc/16250/task/16259/stat : 16259 (java) S 16248 16250 14611 0 -1 4202560 337 0 0 0 43 4 0 0 20 0 19 0 346551899 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893663283752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16250/tid=16260] ppid=16248 vsize=2715132 CPUtime=0.47 cores=0,2,4,6
/proc/16250/task/16260/stat : 16260 (java) S 16248 16250 14611 0 -1 4202560 328 0 0 0 42 5 0 0 20 0 19 0 346551899 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893191731624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16261] ppid=16248 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/16250/task/16261/stat : 16261 (java) S 16248 16250 14611 0 -1 4202560 12 0 0 0 2 1 0 0 20 0 19 0 346551900 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893179534056 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16250/tid=16262] ppid=16248 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16250/task/16262/stat : 16262 (java) S 16248 16250 14611 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346551900 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893178480120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16263] ppid=16248 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16250/task/16263/stat : 16263 (java) S 16248 16250 14611 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346551900 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893177427720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16264] ppid=16248 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16250/task/16264/stat : 16264 (java) S 16248 16250 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346551903 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893176376208 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16265] ppid=16248 vsize=2715132 CPUtime=0.68 cores=0,2,4,6
/proc/16250/task/16265/stat : 16265 (java) S 16248 16250 14611 0 -1 4202560 2792 0 0 0 68 0 0 0 20 0 19 0 346551903 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893175322808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16266] ppid=16248 vsize=2715132 CPUtime=0.79 cores=0,2,4,6
/proc/16250/task/16266/stat : 16266 (java) S 16248 16250 14611 0 -1 4202560 3232 0 0 0 79 0 0 0 20 0 19 0 346551903 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893174270008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16250/tid=16267] ppid=16248 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16250/task/16267/stat : 16267 (java) S 16248 16250 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346551903 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893173217912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16250/tid=16268] ppid=16248 vsize=2715132 CPUtime=0.68 cores=0,2,4,6
/proc/16250/task/16268/stat : 16268 (java) S 16248 16250 14611 0 -1 4202560 99 0 0 0 35 33 0 0 20 0 19 0 346551903 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893172165320 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16250/tid=16296] ppid=16248 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16250/task/16296/stat : 16296 (java) S 16248 16250 14611 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346552562 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893171078568 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1726.64
Current children cumulated vsize (KiB) 2715132

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 16313
/proc/meminfo: memFree=25642580/32873648 swapFree=7120/7120
[pid=16250] ppid=16248 vsize=2715132 CPUtime=1786.65 cores=0,2,4,6
/proc/16250/stat : 16250 (java) S 16248 16250 14611 0 -1 4202496 13292 0 1 0 178605 60 0 0 20 0 19 0 346551896 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 140734085871040 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16250/statm: 678783 163035 2273 9 0 669476 0
[pid=16250/tid=16252] ppid=16248 vsize=2715132 CPUtime=1781.31 cores=0,2,4,6
/proc/16250/task/16252/stat : 16252 (java) R 16248 16250 14611 0 -1 4202560 3001 0 1 0 178095 36 0 0 20 0 19 0 346551897 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893802844712 139893676045796 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16250/tid=16253] ppid=16248 vsize=2715132 CPUtime=0.44 cores=0,2,4,6
/proc/16250/task/16253/stat : 16253 (java) S 16248 16250 14611 0 -1 4202560 712 0 0 0 40 4 0 0 20 0 19 0 346551899 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893669600040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16250/tid=16254] ppid=16248 vsize=2715132 CPUtime=0.38 cores=0,2,4,6
/proc/16250/task/16254/stat : 16254 (java) S 16248 16250 14611 0 -1 4202560 383 0 0 0 35 3 0 0 20 0 19 0 346551899 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893668547240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16250/tid=16255] ppid=16248 vsize=2715132 CPUtime=0.44 cores=0,2,4,6
/proc/16250/task/16255/stat : 16255 (java) S 16248 16250 14611 0 -1 4202560 334 0 0 0 41 3 0 0 20 0 19 0 346551899 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893667494952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16250/tid=16256] ppid=16248 vsize=2715132 CPUtime=0.49 cores=0,2,4,6
/proc/16250/task/16256/stat : 16256 (java) S 16248 16250 14611 0 -1 4202560 334 0 0 0 44 5 0 0 20 0 19 0 346551899 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893666442152 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16250/tid=16257] ppid=16248 vsize=2715132 CPUtime=0.45 cores=0,2,4,6
/proc/16250/task/16257/stat : 16257 (java) S 16248 16250 14611 0 -1 4202560 245 0 0 0 42 3 0 0 20 0 19 0 346551899 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893665388840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16250/tid=16258] ppid=16248 vsize=2715132 CPUtime=0.44 cores=0,2,4,6
/proc/16250/task/16258/stat : 16258 (java) S 16248 16250 14611 0 -1 4202560 297 0 0 0 42 2 0 0 20 0 19 0 346551899 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893664336040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16259] ppid=16248 vsize=2715132 CPUtime=0.47 cores=0,2,4,6
/proc/16250/task/16259/stat : 16259 (java) S 16248 16250 14611 0 -1 4202560 337 0 0 0 43 4 0 0 20 0 19 0 346551899 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893663283752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16250/tid=16260] ppid=16248 vsize=2715132 CPUtime=0.47 cores=0,2,4,6
/proc/16250/task/16260/stat : 16260 (java) S 16248 16250 14611 0 -1 4202560 328 0 0 0 42 5 0 0 20 0 19 0 346551899 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893191731624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16261] ppid=16248 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/16250/task/16261/stat : 16261 (java) S 16248 16250 14611 0 -1 4202560 12 0 0 0 2 1 0 0 20 0 19 0 346551900 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893179534056 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16250/tid=16262] ppid=16248 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16250/task/16262/stat : 16262 (java) S 16248 16250 14611 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346551900 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893178480120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16263] ppid=16248 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16250/task/16263/stat : 16263 (java) S 16248 16250 14611 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346551900 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893177427720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16264] ppid=16248 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16250/task/16264/stat : 16264 (java) S 16248 16250 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346551903 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893176376208 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16265] ppid=16248 vsize=2715132 CPUtime=0.68 cores=0,2,4,6
/proc/16250/task/16265/stat : 16265 (java) S 16248 16250 14611 0 -1 4202560 2792 0 0 0 68 0 0 0 20 0 19 0 346551903 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893175322808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16266] ppid=16248 vsize=2715132 CPUtime=0.79 cores=0,2,4,6
/proc/16250/task/16266/stat : 16266 (java) S 16248 16250 14611 0 -1 4202560 3232 0 0 0 79 0 0 0 20 0 19 0 346551903 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893174270008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16250/tid=16267] ppid=16248 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16250/task/16267/stat : 16267 (java) S 16248 16250 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346551903 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893173217912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16250/tid=16268] ppid=16248 vsize=2715132 CPUtime=0.7 cores=0,2,4,6
/proc/16250/task/16268/stat : 16268 (java) S 16248 16250 14611 0 -1 4202560 103 0 0 0 36 34 0 0 20 0 19 0 346551903 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893172165320 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16250/tid=16296] ppid=16248 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16250/task/16296/stat : 16296 (java) S 16248 16250 14611 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346552562 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893171078568 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1786.65
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 16313
/proc/meminfo: memFree=25642708/32873648 swapFree=7120/7120
[pid=16250] ppid=16248 vsize=2715132 CPUtime=1800.05 cores=0,2,4,6
/proc/16250/stat : 16250 (java) S 16248 16250 14611 0 -1 4202496 13292 0 1 0 179945 60 0 0 20 0 19 0 346551896 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 140734085871040 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16250/statm: 678783 163035 2273 9 0 669476 0
[pid=16250/tid=16252] ppid=16248 vsize=2715132 CPUtime=1794.71 cores=0,2,4,6
/proc/16250/task/16252/stat : 16252 (java) R 16248 16250 14611 0 -1 4202560 3001 0 1 0 179435 36 0 0 20 0 19 0 346551897 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893802844712 139893675559729 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16250/tid=16253] ppid=16248 vsize=2715132 CPUtime=0.44 cores=0,2,4,6
/proc/16250/task/16253/stat : 16253 (java) S 16248 16250 14611 0 -1 4202560 712 0 0 0 40 4 0 0 20 0 19 0 346551899 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893669600040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16250/tid=16254] ppid=16248 vsize=2715132 CPUtime=0.38 cores=0,2,4,6
/proc/16250/task/16254/stat : 16254 (java) S 16248 16250 14611 0 -1 4202560 383 0 0 0 35 3 0 0 20 0 19 0 346551899 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893668547240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16250/tid=16255] ppid=16248 vsize=2715132 CPUtime=0.44 cores=0,2,4,6
/proc/16250/task/16255/stat : 16255 (java) S 16248 16250 14611 0 -1 4202560 334 0 0 0 41 3 0 0 20 0 19 0 346551899 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893667494952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16250/tid=16256] ppid=16248 vsize=2715132 CPUtime=0.49 cores=0,2,4,6
/proc/16250/task/16256/stat : 16256 (java) S 16248 16250 14611 0 -1 4202560 334 0 0 0 44 5 0 0 20 0 19 0 346551899 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893666442152 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16250/tid=16257] ppid=16248 vsize=2715132 CPUtime=0.45 cores=0,2,4,6
/proc/16250/task/16257/stat : 16257 (java) S 16248 16250 14611 0 -1 4202560 245 0 0 0 42 3 0 0 20 0 19 0 346551899 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893665388840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16250/tid=16258] ppid=16248 vsize=2715132 CPUtime=0.44 cores=0,2,4,6
/proc/16250/task/16258/stat : 16258 (java) S 16248 16250 14611 0 -1 4202560 297 0 0 0 42 2 0 0 20 0 19 0 346551899 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893664336040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16259] ppid=16248 vsize=2715132 CPUtime=0.47 cores=0,2,4,6
/proc/16250/task/16259/stat : 16259 (java) S 16248 16250 14611 0 -1 4202560 337 0 0 0 43 4 0 0 20 0 19 0 346551899 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893663283752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16250/tid=16260] ppid=16248 vsize=2715132 CPUtime=0.47 cores=0,2,4,6
/proc/16250/task/16260/stat : 16260 (java) S 16248 16250 14611 0 -1 4202560 328 0 0 0 42 5 0 0 20 0 19 0 346551899 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893191731624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16261] ppid=16248 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/16250/task/16261/stat : 16261 (java) S 16248 16250 14611 0 -1 4202560 12 0 0 0 2 1 0 0 20 0 19 0 346551900 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893179534056 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16250/tid=16262] ppid=16248 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16250/task/16262/stat : 16262 (java) S 16248 16250 14611 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346551900 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893178480120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16263] ppid=16248 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16250/task/16263/stat : 16263 (java) S 16248 16250 14611 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346551900 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893177427720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16264] ppid=16248 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16250/task/16264/stat : 16264 (java) S 16248 16250 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346551903 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893176376208 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16265] ppid=16248 vsize=2715132 CPUtime=0.68 cores=0,2,4,6
/proc/16250/task/16265/stat : 16265 (java) S 16248 16250 14611 0 -1 4202560 2792 0 0 0 68 0 0 0 20 0 19 0 346551903 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893175322808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16266] ppid=16248 vsize=2715132 CPUtime=0.79 cores=0,2,4,6
/proc/16250/task/16266/stat : 16266 (java) S 16248 16250 14611 0 -1 4202560 3232 0 0 0 79 0 0 0 20 0 19 0 346551903 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893174270008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16250/tid=16267] ppid=16248 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16250/task/16267/stat : 16267 (java) S 16248 16250 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346551903 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893173217912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16250/tid=16268] ppid=16248 vsize=2715132 CPUtime=0.7 cores=0,2,4,6
/proc/16250/task/16268/stat : 16268 (java) S 16248 16250 14611 0 -1 4202560 103 0 0 0 36 34 0 0 20 0 19 0 346551903 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893172165320 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16250/tid=16296] ppid=16248 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16250/task/16296/stat : 16296 (java) S 16248 16250 14611 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346552562 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893171078568 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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+1795.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 16313
/proc/meminfo: memFree=25642708/32873648 swapFree=7120/7120
[pid=16250] ppid=16248 vsize=2715132 CPUtime=1800.05 cores=0,2,4,6
/proc/16250/stat : 16250 (java) S 16248 16250 14611 0 -1 4202496 13292 0 1 0 179945 60 0 0 20 0 19 0 346551896 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 140734085871040 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16250/statm: 678783 163035 2273 9 0 669476 0
[pid=16250/tid=16252] ppid=16248 vsize=2715132 CPUtime=1794.71 cores=0,2,4,6
/proc/16250/task/16252/stat : 16252 (java) R 16248 16250 14611 0 -1 4202560 3001 0 1 0 179435 36 0 0 20 0 19 0 346551897 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893802844712 139893675559729 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16250/tid=16253] ppid=16248 vsize=2715132 CPUtime=0.44 cores=0,2,4,6
/proc/16250/task/16253/stat : 16253 (java) S 16248 16250 14611 0 -1 4202560 712 0 0 0 40 4 0 0 20 0 19 0 346551899 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893669600040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16250/tid=16254] ppid=16248 vsize=2715132 CPUtime=0.38 cores=0,2,4,6
/proc/16250/task/16254/stat : 16254 (java) S 16248 16250 14611 0 -1 4202560 383 0 0 0 35 3 0 0 20 0 19 0 346551899 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893668547240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16250/tid=16255] ppid=16248 vsize=2715132 CPUtime=0.44 cores=0,2,4,6
/proc/16250/task/16255/stat : 16255 (java) S 16248 16250 14611 0 -1 4202560 334 0 0 0 41 3 0 0 20 0 19 0 346551899 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893667494952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16250/tid=16256] ppid=16248 vsize=2715132 CPUtime=0.49 cores=0,2,4,6
/proc/16250/task/16256/stat : 16256 (java) S 16248 16250 14611 0 -1 4202560 334 0 0 0 44 5 0 0 20 0 19 0 346551899 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893666442152 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16250/tid=16257] ppid=16248 vsize=2715132 CPUtime=0.45 cores=0,2,4,6
/proc/16250/task/16257/stat : 16257 (java) S 16248 16250 14611 0 -1 4202560 245 0 0 0 42 3 0 0 20 0 19 0 346551899 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893665388840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16250/tid=16258] ppid=16248 vsize=2715132 CPUtime=0.44 cores=0,2,4,6
/proc/16250/task/16258/stat : 16258 (java) S 16248 16250 14611 0 -1 4202560 297 0 0 0 42 2 0 0 20 0 19 0 346551899 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893664336040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16259] ppid=16248 vsize=2715132 CPUtime=0.47 cores=0,2,4,6
/proc/16250/task/16259/stat : 16259 (java) S 16248 16250 14611 0 -1 4202560 337 0 0 0 43 4 0 0 20 0 19 0 346551899 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893663283752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16250/tid=16260] ppid=16248 vsize=2715132 CPUtime=0.47 cores=0,2,4,6
/proc/16250/task/16260/stat : 16260 (java) S 16248 16250 14611 0 -1 4202560 328 0 0 0 42 5 0 0 20 0 19 0 346551899 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893191731624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16261] ppid=16248 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/16250/task/16261/stat : 16261 (java) S 16248 16250 14611 0 -1 4202560 12 0 0 0 2 1 0 0 20 0 19 0 346551900 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893179534056 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16250/tid=16262] ppid=16248 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16250/task/16262/stat : 16262 (java) S 16248 16250 14611 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346551900 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893178480120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16263] ppid=16248 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16250/task/16263/stat : 16263 (java) S 16248 16250 14611 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346551900 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893177427720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16264] ppid=16248 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16250/task/16264/stat : 16264 (java) S 16248 16250 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346551903 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893176376208 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16265] ppid=16248 vsize=2715132 CPUtime=0.68 cores=0,2,4,6
/proc/16250/task/16265/stat : 16265 (java) S 16248 16250 14611 0 -1 4202560 2792 0 0 0 68 0 0 0 20 0 19 0 346551903 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893175322808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16250/tid=16266] ppid=16248 vsize=2715132 CPUtime=0.79 cores=0,2,4,6
/proc/16250/task/16266/stat : 16266 (java) S 16248 16250 14611 0 -1 4202560 3232 0 0 0 79 0 0 0 20 0 19 0 346551903 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893174270008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16250/tid=16267] ppid=16248 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16250/task/16267/stat : 16267 (java) S 16248 16250 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346551903 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893173217912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16250/tid=16268] ppid=16248 vsize=2715132 CPUtime=0.7 cores=0,2,4,6
/proc/16250/task/16268/stat : 16268 (java) S 16248 16250 14611 0 -1 4202560 103 0 0 0 36 34 0 0 20 0 19 0 346551903 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893172165320 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16250/tid=16296] ppid=16248 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16250/task/16296/stat : 16296 (java) S 16248 16250 14611 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346552562 2780295168 163035 33554432000 1073741824 1073778376 140734085879904 139893171078568 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 2715132

Child status: 143
Real time (s): 1795.75
CPU time (s): 1800.82
CPU user time (s): 1799.68
CPU system time (s): 1.14083
CPU usage (%): 100.282
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.68
system time used= 1.14083
maximum resident set size= 652284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13332
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38908
involuntary context switches= 6021

runsolver used 7.75282 second user time and 12.941 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-04 12:04:05
IDJOB=3743685
IDBENCH=92139
IDSOLVER=2322
FILE ID=node114/3743685-1338804244
RUNJOBID= node114-1338784438-14627
PBS_JOBID= 14636849
Free space on /tmp= 70108 MiB

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

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

MD5SUM BENCH= 8ae7872201a01b380c649cec8e185bc6
RANDOM SEED=1612920613

node114.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.242
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.48
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.242
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.242
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	: 5451.90
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.242
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.242
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.242
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.242
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.242
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:       32873648 kB
MemFree:        26980552 kB
Buffers:         1072984 kB
Cached:          3788916 kB
SwapCached:         2244 kB
Active:          2979344 kB
Inactive:        1907696 kB
Active(anon):      11888 kB
Inactive(anon):     8360 kB
Active(file):    2967456 kB
Inactive(file):  1899336 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67103576 kB
Dirty:             36928 kB
Writeback:             0 kB
AnonPages:         21336 kB
Mapped:            10312 kB
Shmem:               100 kB
Slab:             867072 kB
SReclaimable:     310536 kB
SUnreclaim:       556536 kB
KernelStack:        1448 kB
PageTables:         4056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     116840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70080 MiB
End job on node114 at 2012-06-04 12:34:03