Trace number 3743103

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.67 1797.97

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_10null0mast_rapportOE2.0_TMAX60_K67_cod1.opb
MD5SUM517c70a04642760d1320984a69d9942b
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-345
Best CPU time to get the best result obtained on this benchmark1797.54
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 28908
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 98472
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 147174
Number of bits of the biggest sum of numbers18
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.08	c version 2.1.1.v20090612
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version	1.6.0_24
0.01/0.08	c os.name	Linux
0.01/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch	amd64
0.01/0.08	c Free memory 1299577560
0.01/0.08	c Max memory 1306394624
0.01/0.08	c Total memory 1306394624
0.01/0.08	c Number of processors 8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c MiniSAT restarts strategy
0.10/0.10	c Memory based learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3743103-1338797038.opb
0.10/0.10	c reading problem ... 
1.57/0.93	c ... done. Wall clock time 0.829s.
1.57/0.93	c #vars     40451
1.57/0.93	c #constraints  41072
1.57/0.93	c constraints type 
1.57/0.93	c org.sat4j.minisat.constraints.card.MinWatchCard => 552
1.57/0.93	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3896
1.57/0.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.57/0.93	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 36498
1800.06/1797.91	c starts		: 19
1800.06/1797.91	c conflicts		: 386669
1800.06/1797.91	c decisions		: 563531
1800.06/1797.91	c propagations		: 684701838
1800.06/1797.91	c inspects		: 767600996
1800.06/1797.91	c learnt literals	: 14
1800.06/1797.91	c learnt binary clauses	: 839
1800.06/1797.91	c learnt ternary clauses	: 556
1800.06/1797.91	c learnt clauses	: 386654
1800.06/1797.91	c ignored clauses	: 0
1800.06/1797.91	c root simplifications	: 0
1800.06/1797.91	c removed literals (reason simplification)	: 34058071
1800.06/1797.91	c reason swapping (by a shorter reason)	: 0
1800.06/1797.91	c Calls to reduceDB	: 0
1800.06/1797.91	c speed (assignments/second)	: 381030.0404679862
1800.06/1797.91	c non guided choices	41
1800.06/1797.96	c learnt constraints type 
1800.06/1797.96	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 385825
1800.06/1797.96	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 839
1800.06/1797.96	c constraints type 
1800.06/1797.96	c org.sat4j.minisat.constraints.card.MinWatchCard => 552
1800.06/1797.96	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3896
1800.06/1797.96	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.06/1797.96	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 36498
1800.06/1797.96	s UNKNOWN
1800.06/1797.96	c Total wall clock time (in seconds): 1797.854

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

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

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


[startup+0 s]
/proc/loadavg: 2.04 2.02 2.00 3/188 15693
/proc/meminfo: memFree=27023700/32873648 swapFree=7120/7120
[pid=15693] ppid=15691 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/15693/stat : 15693 (runsolver) D 15691 15693 14611 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 345831142 12095488 50 33554432000 4194304 5436572 140734977575728 140734977572024 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/15693/statm: 2953 50 31 304 0 2645 0

[startup+0.0318979 s]
/proc/loadavg: 2.04 2.02 2.00 3/188 15693
/proc/meminfo: memFree=27023700/32873648 swapFree=7120/7120
[pid=15693] ppid=15691 vsize=2182588 CPUtime=0.01 cores=0,2,4,6
/proc/15693/stat : 15693 (java) S 15691 15693 14611 0 -1 4202496 3549 0 1 0 1 0 0 0 20 0 11 0 345831142 2234970112 4759 33554432000 1073741824 1073778376 140736830882464 140736830873600 219517321277 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15693/statm: 545647 4762 1619 9 0 536348 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2182588

[startup+0.10024 s]
/proc/loadavg: 2.04 2.02 2.00 3/188 15693
/proc/meminfo: memFree=27023700/32873648 swapFree=7120/7120
[pid=15693] ppid=15691 vsize=2648568 CPUtime=0.1 cores=0,2,4,6
/proc/15693/stat : 15693 (java) S 15691 15693 14611 0 -1 4202496 4684 0 1 0 9 1 0 0 20 0 18 0 345831142 2712133632 6402 33554432000 1073741824 1073778376 140736830882464 140736830873600 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15693/statm: 662142 6402 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2648568

[startup+0.300173 s]
/proc/loadavg: 2.04 2.02 2.00 3/188 15693
/proc/meminfo: memFree=27023700/32873648 swapFree=7120/7120
[pid=15693] ppid=15691 vsize=2648568 CPUtime=0.49 cores=0,2,4,6
/proc/15693/stat : 15693 (java) S 15691 15693 14611 0 -1 4202496 6139 0 1 0 47 2 0 0 20 0 18 0 345831142 2712133632 12265 33554432000 1073741824 1073778376 140736830882464 140736830873600 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15693/statm: 662142 12265 2215 9 0 652835 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 2648568

[startup+0.700236 s]
/proc/loadavg: 2.04 2.02 2.00 3/188 15693
/proc/meminfo: memFree=27023700/32873648 swapFree=7120/7120
[pid=15693] ppid=15691 vsize=2648568 CPUtime=1.21 cores=0,2,4,6
/proc/15693/stat : 15693 (java) S 15691 15693 14611 0 -1 4202496 10384 0 1 0 115 6 0 0 20 0 18 0 345831142 2712133632 82946 33554432000 1073741824 1073778376 140736830882464 140736830873600 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15693/statm: 662142 82946 2235 9 0 652835 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 2648568

[startup+1.50067 s]
/proc/loadavg: 2.12 2.04 2.01 5/212 15717
/proc/meminfo: memFree=26267404/32873648 swapFree=7120/7120
[pid=15693] ppid=15691 vsize=2715132 CPUtime=2.82 cores=0,2,4,6
/proc/15693/stat : 15693 (java) S 15691 15693 14611 0 -1 4202496 15789 0 1 0 273 9 0 0 20 0 19 0 345831142 2780295168 97550 33554432000 1073741824 1073778376 140736830882464 140736830873600 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15693/statm: 678783 97550 2273 9 0 669476 0
[pid=15693/tid=15695] ppid=15691 vsize=2715132 CPUtime=1.44 cores=0,2,4,6
/proc/15693/task/15695/stat : 15695 (java) R 15691 15693 14611 0 -1 4202560 2923 0 1 0 139 5 0 0 20 0 19 0 345831143 2780295168 97550 33554432000 1073741824 1073778376 140736830882464 140455743381992 140455581699826 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15693/tid=15701] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15701/stat : 15701 (java) S 15691 15693 14611 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 345831144 2780295168 97550 33554432000 1073741824 1073778376 140736830882464 140455727831464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15702] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15702/stat : 15702 (java) S 15691 15693 14611 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 345831144 2780295168 97550 33554432000 1073741824 1073778376 140736830882464 140455726778920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15693/tid=15703] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15703/stat : 15703 (java) S 15691 15693 14611 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 345831144 2780295168 97550 33554432000 1073741824 1073778376 140736830882464 140455725725864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15693/tid=15704] ppid=15691 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/15693/task/15704/stat : 15704 (java) S 15691 15693 14611 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 345831144 2780295168 97550 33554432000 1073741824 1073778376 140736830882464 140455724673320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15693/tid=15705] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15705/stat : 15705 (java) S 15691 15693 14611 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 345831144 2780295168 97550 33554432000 1073741824 1073778376 140736830882464 140455723621288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15693/tid=15706] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15706/stat : 15706 (java) S 15691 15693 14611 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345831144 2780295168 97550 33554432000 1073741824 1073778376 140736830882464 140455722568744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15693/tid=15707] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15707/stat : 15707 (java) S 15691 15693 14611 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 345831144 2780295168 97550 33554432000 1073741824 1073778376 140736830882464 140455721515688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15708] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15708/stat : 15708 (java) S 15691 15693 14611 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345831144 2780295168 97550 33554432000 1073741824 1073778376 140736830882464 140455720463144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15709] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15709/stat : 15709 (java) S 15691 15693 14611 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345831145 2780295168 97550 33554432000 1073741824 1073778376 140736830882464 140455708051816 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15710] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15710/stat : 15710 (java) S 15691 15693 14611 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345831146 2780295168 97550 33554432000 1073741824 1073778376 140736830882464 140455706998136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15711] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15711/stat : 15711 (java) S 15691 15693 14611 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 345831146 2780295168 97550 33554432000 1073741824 1073778376 140736830882464 140455705944968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15712] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15712/stat : 15712 (java) S 15691 15693 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345831148 2780295168 97550 33554432000 1073741824 1073778376 140736830882464 140455704893712 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15713] ppid=15691 vsize=2715132 CPUtime=0.69 cores=0,2,4,6
/proc/15693/task/15713/stat : 15713 (java) S 15691 15693 14611 0 -1 4202560 6929 0 0 0 67 2 0 0 20 0 19 0 345831148 2780295168 97550 33554432000 1073741824 1073778376 140736830882464 140455703841592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15714] ppid=15691 vsize=2715132 CPUtime=0.56 cores=0,2,4,6
/proc/15693/task/15714/stat : 15714 (java) S 15691 15693 14611 0 -1 4202560 4675 0 0 0 54 2 0 0 20 0 19 0 345831148 2780295168 97550 33554432000 1073741824 1073778376 140736830882464 140455702789048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15693/tid=15715] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15715/stat : 15715 (java) S 15691 15693 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345831148 2780295168 97550 33554432000 1073741824 1073778376 140736830882464 140455701736184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15693/tid=15716] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15716/stat : 15716 (java) S 15691 15693 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345831148 2780295168 97550 33554432000 1073741824 1073778376 140736830882464 140455700683848 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 2715132

[startup+3.10066 s]
/proc/loadavg: 2.12 2.04 2.01 3/213 15718
/proc/meminfo: memFree=26270984/32873648 swapFree=7120/7120
[pid=15693] ppid=15691 vsize=2715132 CPUtime=4.55 cores=0,2,4,6
/proc/15693/stat : 15693 (java) S 15691 15693 14611 0 -1 4202496 15900 0 1 0 446 9 0 0 20 0 19 0 345831142 2780295168 97551 33554432000 1073741824 1073778376 140736830882464 140736830873600 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15693/statm: 678783 97551 2273 9 0 669476 0
[pid=15693/tid=15695] ppid=15691 vsize=2715132 CPUtime=3.04 cores=0,2,4,6
/proc/15693/task/15695/stat : 15695 (java) R 15691 15693 14611 0 -1 4202560 2924 0 1 0 299 5 0 0 20 0 19 0 345831143 2780295168 97551 33554432000 1073741824 1073778376 140736830882464 140455743379600 140455581811125 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15693/tid=15701] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15701/stat : 15701 (java) S 15691 15693 14611 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 345831144 2780295168 97551 33554432000 1073741824 1073778376 140736830882464 140455727831464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15702] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15702/stat : 15702 (java) S 15691 15693 14611 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 345831144 2780295168 97551 33554432000 1073741824 1073778376 140736830882464 140455726778920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15693/tid=15703] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15703/stat : 15703 (java) S 15691 15693 14611 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 345831144 2780295168 97551 33554432000 1073741824 1073778376 140736830882464 140455725725864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15693/tid=15704] ppid=15691 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/15693/task/15704/stat : 15704 (java) S 15691 15693 14611 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 345831144 2780295168 97551 33554432000 1073741824 1073778376 140736830882464 140455724673320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15693/tid=15705] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15705/stat : 15705 (java) S 15691 15693 14611 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 345831144 2780295168 97551 33554432000 1073741824 1073778376 140736830882464 140455723621288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15693/tid=15706] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15706/stat : 15706 (java) S 15691 15693 14611 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345831144 2780295168 97551 33554432000 1073741824 1073778376 140736830882464 140455722568744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15693/tid=15707] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15707/stat : 15707 (java) S 15691 15693 14611 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 345831144 2780295168 97551 33554432000 1073741824 1073778376 140736830882464 140455721515688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15708] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15708/stat : 15708 (java) S 15691 15693 14611 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345831144 2780295168 97551 33554432000 1073741824 1073778376 140736830882464 140455720463144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15709] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15709/stat : 15709 (java) S 15691 15693 14611 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 345831145 2780295168 97551 33554432000 1073741824 1073778376 140736830882464 140455708051816 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15710] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15710/stat : 15710 (java) S 15691 15693 14611 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345831146 2780295168 97551 33554432000 1073741824 1073778376 140736830882464 140455706998136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15711] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15711/stat : 15711 (java) S 15691 15693 14611 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 345831146 2780295168 97551 33554432000 1073741824 1073778376 140736830882464 140455705944968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15712] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15712/stat : 15712 (java) S 15691 15693 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345831148 2780295168 97551 33554432000 1073741824 1073778376 140736830882464 140455704893712 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15713] ppid=15691 vsize=2715132 CPUtime=0.81 cores=0,2,4,6
/proc/15693/task/15713/stat : 15713 (java) S 15691 15693 14611 0 -1 4202560 7038 0 0 0 79 2 0 0 20 0 19 0 345831148 2780295168 97551 33554432000 1073741824 1073778376 140736830882464 140455703841592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15714] ppid=15691 vsize=2715132 CPUtime=0.57 cores=0,2,4,6
/proc/15693/task/15714/stat : 15714 (java) S 15691 15693 14611 0 -1 4202560 4675 0 0 0 55 2 0 0 20 0 19 0 345831148 2780295168 97551 33554432000 1073741824 1073778376 140736830882464 140455702789048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15693/tid=15715] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15715/stat : 15715 (java) S 15691 15693 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345831148 2780295168 97551 33554432000 1073741824 1073778376 140736830882464 140455701736184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15693/tid=15716] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15716/stat : 15716 (java) S 15691 15693 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345831148 2780295168 97551 33554432000 1073741824 1073778376 140736830882464 140455700683848 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15718] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15718/stat : 15718 (java) S 15691 15693 14611 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 345831256 2780295168 97551 33554432000 1073741824 1073778376 140736830882464 140455699629096 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 2715132

[startup+6.3007 s]
/proc/loadavg: 2.11 2.04 2.01 3/213 15718
/proc/meminfo: memFree=26271488/32873648 swapFree=7120/7120
[pid=15693] ppid=15691 vsize=2715132 CPUtime=7.75 cores=0,2,4,6
/proc/15693/stat : 15693 (java) S 15691 15693 14611 0 -1 4202496 15902 0 1 0 766 9 0 0 20 0 19 0 345831142 2780295168 97265 33554432000 1073741824 1073778376 140736830882464 140736830873600 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15693/statm: 678783 97265 2273 9 0 669476 0
[pid=15693/tid=15695] ppid=15691 vsize=2715132 CPUtime=6.24 cores=0,2,4,6
/proc/15693/task/15695/stat : 15695 (java) R 15691 15693 14611 0 -1 4202560 2926 0 1 0 619 5 0 0 20 0 19 0 345831143 2780295168 97265 33554432000 1073741824 1073778376 140736830882464 140455743381664 140455581376997 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15693/tid=15701] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15701/stat : 15701 (java) S 15691 15693 14611 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 345831144 2780295168 97265 33554432000 1073741824 1073778376 140736830882464 140455727831464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15702] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15702/stat : 15702 (java) S 15691 15693 14611 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 345831144 2780295168 97265 33554432000 1073741824 1073778376 140736830882464 140455726778920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15693/tid=15703] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15703/stat : 15703 (java) S 15691 15693 14611 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 345831144 2780295168 97265 33554432000 1073741824 1073778376 140736830882464 140455725725864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15693/tid=15704] ppid=15691 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/15693/task/15704/stat : 15704 (java) S 15691 15693 14611 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 345831144 2780295168 97265 33554432000 1073741824 1073778376 140736830882464 140455724673320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15693/tid=15705] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15705/stat : 15705 (java) S 15691 15693 14611 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 345831144 2780295168 97265 33554432000 1073741824 1073778376 140736830882464 140455723621288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15693/tid=15706] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15706/stat : 15706 (java) S 15691 15693 14611 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345831144 2780295168 97265 33554432000 1073741824 1073778376 140736830882464 140455722568744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15693/tid=15707] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15707/stat : 15707 (java) S 15691 15693 14611 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 345831144 2780295168 97265 33554432000 1073741824 1073778376 140736830882464 140455721515688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15708] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15708/stat : 15708 (java) S 15691 15693 14611 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345831144 2780295168 97265 33554432000 1073741824 1073778376 140736830882464 140455720463144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15709] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15709/stat : 15709 (java) S 15691 15693 14611 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 345831145 2780295168 97265 33554432000 1073741824 1073778376 140736830882464 140455708051816 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15693/tid=15710] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15710/stat : 15710 (java) S 15691 15693 14611 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345831146 2780295168 97265 33554432000 1073741824 1073778376 140736830882464 140455706998136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15711] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15711/stat : 15711 (java) S 15691 15693 14611 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 345831146 2780295168 97265 33554432000 1073741824 1073778376 140736830882464 140455705944968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15712] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15712/stat : 15712 (java) S 15691 15693 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345831148 2780295168 97265 33554432000 1073741824 1073778376 140736830882464 140455704893712 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15713] ppid=15691 vsize=2715132 CPUtime=0.81 cores=0,2,4,6
/proc/15693/task/15713/stat : 15713 (java) S 15691 15693 14611 0 -1 4202560 7038 0 0 0 79 2 0 0 20 0 19 0 345831148 2780295168 97265 33554432000 1073741824 1073778376 140736830882464 140455703841592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15714] ppid=15691 vsize=2715132 CPUtime=0.58 cores=0,2,4,6
/proc/15693/task/15714/stat : 15714 (java) S 15691 15693 14611 0 -1 4202560 4675 0 0 0 56 2 0 0 20 0 19 0 345831148 2780295168 97265 33554432000 1073741824 1073778376 140736830882464 140455702789048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15693/tid=15715] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15715/stat : 15715 (java) S 15691 15693 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345831148 2780295168 97265 33554432000 1073741824 1073778376 140736830882464 140455701736184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15693/tid=15716] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15716/stat : 15716 (java) S 15691 15693 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345831148 2780295168 97265 33554432000 1073741824 1073778376 140736830882464 140455700683848 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15693/tid=15718] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15718/stat : 15718 (java) S 15691 15693 14611 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 345831256 2780295168 97265 33554432000 1073741824 1073778376 140736830882464 140455699629096 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.75
Current children cumulated vsize (KiB) 2715132

[startup+12.7007 s]
/proc/loadavg: 2.10 2.03 2.01 3/213 15718
/proc/meminfo: memFree=26271940/32873648 swapFree=7120/7120

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

[pid=15693/tid=15706] ppid=15691 vsize=2715132 CPUtime=0.04 cores=0,2,4,6
/proc/15693/task/15706/stat : 15706 (java) S 15691 15693 14611 0 -1 4202560 33 0 0 0 2 2 0 0 20 0 19 0 345831144 2780295168 137299 33554432000 1073741824 1073778376 140736830882464 140455722568744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15693/tid=15707] ppid=15691 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/15693/task/15707/stat : 15707 (java) S 15691 15693 14611 0 -1 4202560 32 0 0 0 2 1 0 0 20 0 19 0 345831144 2780295168 137299 33554432000 1073741824 1073778376 140736830882464 140455721515688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15693/tid=15708] ppid=15691 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/15693/task/15708/stat : 15708 (java) S 15691 15693 14611 0 -1 4202560 36 0 0 0 2 1 0 0 20 0 19 0 345831144 2780295168 137299 33554432000 1073741824 1073778376 140736830882464 140455720463144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15709] ppid=15691 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/15693/task/15709/stat : 15709 (java) S 15691 15693 14611 0 -1 4202560 15 0 0 0 1 1 0 0 20 0 19 0 345831145 2780295168 137299 33554432000 1073741824 1073778376 140736830882464 140455708051816 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15693/tid=15710] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15710/stat : 15710 (java) S 15691 15693 14611 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345831146 2780295168 137299 33554432000 1073741824 1073778376 140736830882464 140455706998136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15711] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15711/stat : 15711 (java) S 15691 15693 14611 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 345831146 2780295168 137299 33554432000 1073741824 1073778376 140736830882464 140455705944968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15712] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15712/stat : 15712 (java) S 15691 15693 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345831148 2780295168 137299 33554432000 1073741824 1073778376 140736830882464 140455704893712 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15713] ppid=15691 vsize=2715132 CPUtime=0.85 cores=0,2,4,6
/proc/15693/task/15713/stat : 15713 (java) S 15691 15693 14611 0 -1 4202560 7047 0 0 0 83 2 0 0 20 0 19 0 345831148 2780295168 137299 33554432000 1073741824 1073778376 140736830882464 140455703841592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15714] ppid=15691 vsize=2715132 CPUtime=0.67 cores=0,2,4,6
/proc/15693/task/15714/stat : 15714 (java) S 15691 15693 14611 0 -1 4202560 4676 0 0 0 65 2 0 0 20 0 19 0 345831148 2780295168 137299 33554432000 1073741824 1073778376 140736830882464 140455702789048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15693/tid=15715] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15715/stat : 15715 (java) S 15691 15693 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345831148 2780295168 137299 33554432000 1073741824 1073778376 140736830882464 140455701736184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15693/tid=15716] ppid=15691 vsize=2715132 CPUtime=0.59 cores=0,2,4,6
/proc/15693/task/15716/stat : 15716 (java) S 15691 15693 14611 0 -1 4202560 99 0 0 0 31 28 0 0 20 0 19 0 345831148 2780295168 137299 33554432000 1073741824 1073778376 140736830882464 140455700683848 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15693/tid=15718] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15718/stat : 15718 (java) S 15691 15693 14611 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 345831256 2780295168 137299 33554432000 1073741824 1073778376 140736830882464 140455699629096 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1724.44
Current children cumulated vsize (KiB) 2715132

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/212 15734
/proc/meminfo: memFree=25946672/32873648 swapFree=7120/7120
[pid=15693] ppid=15691 vsize=2715132 CPUtime=1784.45 cores=0,2,4,6
/proc/15693/stat : 15693 (java) S 15691 15693 14611 0 -1 4202496 16344 0 1 0 178393 52 0 0 20 0 19 0 345831142 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140736830873600 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15693/statm: 678783 138313 2273 9 0 669476 0
[pid=15693/tid=15695] ppid=15691 vsize=2715132 CPUtime=1782.08 cores=0,2,4,6
/proc/15693/task/15695/stat : 15695 (java) R 15691 15693 14611 0 -1 4202560 2935 0 1 0 178175 33 0 0 20 0 19 0 345831143 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455743380816 140455581704101 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15701] ppid=15691 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/15693/task/15701/stat : 15701 (java) S 15691 15693 14611 0 -1 4202560 32 0 0 0 2 1 0 0 20 0 19 0 345831144 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455727831464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15702] ppid=15691 vsize=2715132 CPUtime=0.04 cores=0,2,4,6
/proc/15693/task/15702/stat : 15702 (java) S 15691 15693 14611 0 -1 4202560 36 0 0 0 2 2 0 0 20 0 19 0 345831144 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455726778920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15693/tid=15703] ppid=15691 vsize=2715132 CPUtime=0.12 cores=0,2,4,6
/proc/15693/task/15703/stat : 15703 (java) S 15691 15693 14611 0 -1 4202560 85 0 0 0 7 5 0 0 20 0 19 0 345831144 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455725725864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15693/tid=15704] ppid=15691 vsize=2715132 CPUtime=0.14 cores=0,2,4,6
/proc/15693/task/15704/stat : 15704 (java) S 15691 15693 14611 0 -1 4202560 94 0 0 0 9 5 0 0 20 0 19 0 345831144 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455724673320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15693/tid=15705] ppid=15691 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/15693/task/15705/stat : 15705 (java) S 15691 15693 14611 0 -1 4202560 33 0 0 0 2 1 0 0 20 0 19 0 345831144 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455723621288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15693/tid=15706] ppid=15691 vsize=2715132 CPUtime=0.04 cores=0,2,4,6
/proc/15693/task/15706/stat : 15706 (java) S 15691 15693 14611 0 -1 4202560 33 0 0 0 2 2 0 0 20 0 19 0 345831144 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455722568744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15693/tid=15707] ppid=15691 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/15693/task/15707/stat : 15707 (java) S 15691 15693 14611 0 -1 4202560 32 0 0 0 2 1 0 0 20 0 19 0 345831144 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455721515688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15693/tid=15708] ppid=15691 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/15693/task/15708/stat : 15708 (java) S 15691 15693 14611 0 -1 4202560 36 0 0 0 2 1 0 0 20 0 19 0 345831144 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455720463144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15709] ppid=15691 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/15693/task/15709/stat : 15709 (java) S 15691 15693 14611 0 -1 4202560 15 0 0 0 1 1 0 0 20 0 19 0 345831145 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455708051816 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15693/tid=15710] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15710/stat : 15710 (java) S 15691 15693 14611 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345831146 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455706998136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15711] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15711/stat : 15711 (java) S 15691 15693 14611 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 345831146 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455705944968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15712] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15712/stat : 15712 (java) S 15691 15693 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345831148 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455704893712 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15713] ppid=15691 vsize=2715132 CPUtime=0.85 cores=0,2,4,6
/proc/15693/task/15713/stat : 15713 (java) S 15691 15693 14611 0 -1 4202560 7047 0 0 0 83 2 0 0 20 0 19 0 345831148 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455703841592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15714] ppid=15691 vsize=2715132 CPUtime=0.67 cores=0,2,4,6
/proc/15693/task/15714/stat : 15714 (java) S 15691 15693 14611 0 -1 4202560 4676 0 0 0 65 2 0 0 20 0 19 0 345831148 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455702789048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15693/tid=15715] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15715/stat : 15715 (java) S 15691 15693 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345831148 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455701736184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15693/tid=15716] ppid=15691 vsize=2715132 CPUtime=0.61 cores=0,2,4,6
/proc/15693/task/15716/stat : 15716 (java) S 15691 15693 14611 0 -1 4202560 103 0 0 0 32 29 0 0 20 0 19 0 345831148 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455700683848 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15693/tid=15718] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15718/stat : 15718 (java) S 15691 15693 14611 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 345831256 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455699629096 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1784.45
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.9 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 15735
/proc/meminfo: memFree=25946544/32873648 swapFree=7120/7120
[pid=15693] ppid=15691 vsize=2715132 CPUtime=1800.06 cores=0,2,4,6
/proc/15693/stat : 15693 (java) S 15691 15693 14611 0 -1 4202496 16344 0 1 0 179954 52 0 0 20 0 19 0 345831142 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140736830873600 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15693/statm: 678783 138313 2273 9 0 669476 0
[pid=15693/tid=15695] ppid=15691 vsize=2715132 CPUtime=1797.69 cores=0,2,4,6
/proc/15693/task/15695/stat : 15695 (java) R 15691 15693 14611 0 -1 4202560 2935 0 1 0 179736 33 0 0 20 0 19 0 345831143 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455743380816 140455581463507 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15701] ppid=15691 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/15693/task/15701/stat : 15701 (java) S 15691 15693 14611 0 -1 4202560 32 0 0 0 2 1 0 0 20 0 19 0 345831144 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455727831464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15702] ppid=15691 vsize=2715132 CPUtime=0.04 cores=0,2,4,6
/proc/15693/task/15702/stat : 15702 (java) S 15691 15693 14611 0 -1 4202560 36 0 0 0 2 2 0 0 20 0 19 0 345831144 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455726778920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15693/tid=15703] ppid=15691 vsize=2715132 CPUtime=0.12 cores=0,2,4,6
/proc/15693/task/15703/stat : 15703 (java) S 15691 15693 14611 0 -1 4202560 85 0 0 0 7 5 0 0 20 0 19 0 345831144 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455725725864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15693/tid=15704] ppid=15691 vsize=2715132 CPUtime=0.14 cores=0,2,4,6
/proc/15693/task/15704/stat : 15704 (java) S 15691 15693 14611 0 -1 4202560 94 0 0 0 9 5 0 0 20 0 19 0 345831144 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455724673320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15693/tid=15705] ppid=15691 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/15693/task/15705/stat : 15705 (java) S 15691 15693 14611 0 -1 4202560 33 0 0 0 2 1 0 0 20 0 19 0 345831144 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455723621288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15693/tid=15706] ppid=15691 vsize=2715132 CPUtime=0.04 cores=0,2,4,6
/proc/15693/task/15706/stat : 15706 (java) S 15691 15693 14611 0 -1 4202560 33 0 0 0 2 2 0 0 20 0 19 0 345831144 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455722568744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15693/tid=15707] ppid=15691 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/15693/task/15707/stat : 15707 (java) S 15691 15693 14611 0 -1 4202560 32 0 0 0 2 1 0 0 20 0 19 0 345831144 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455721515688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15693/tid=15708] ppid=15691 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/15693/task/15708/stat : 15708 (java) S 15691 15693 14611 0 -1 4202560 36 0 0 0 2 1 0 0 20 0 19 0 345831144 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455720463144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15709] ppid=15691 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/15693/task/15709/stat : 15709 (java) S 15691 15693 14611 0 -1 4202560 15 0 0 0 1 1 0 0 20 0 19 0 345831145 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455708051816 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15693/tid=15710] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15710/stat : 15710 (java) S 15691 15693 14611 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345831146 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455706998136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15711] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15711/stat : 15711 (java) S 15691 15693 14611 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 345831146 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455705944968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15712] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15712/stat : 15712 (java) S 15691 15693 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345831148 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455704893712 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15713] ppid=15691 vsize=2715132 CPUtime=0.85 cores=0,2,4,6
/proc/15693/task/15713/stat : 15713 (java) S 15691 15693 14611 0 -1 4202560 7047 0 0 0 83 2 0 0 20 0 19 0 345831148 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455703841592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15714] ppid=15691 vsize=2715132 CPUtime=0.67 cores=0,2,4,6
/proc/15693/task/15714/stat : 15714 (java) S 15691 15693 14611 0 -1 4202560 4676 0 0 0 65 2 0 0 20 0 19 0 345831148 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455702789048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15693/tid=15715] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15715/stat : 15715 (java) S 15691 15693 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345831148 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455701736184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15693/tid=15716] ppid=15691 vsize=2715132 CPUtime=0.61 cores=0,2,4,6
/proc/15693/task/15716/stat : 15716 (java) S 15691 15693 14611 0 -1 4202560 103 0 0 0 32 29 0 0 20 0 19 0 345831148 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455700683848 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15693/tid=15718] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15718/stat : 15718 (java) S 15691 15693 14611 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 345831256 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455699629096 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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+1797.9 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 15735
/proc/meminfo: memFree=25946544/32873648 swapFree=7120/7120
[pid=15693] ppid=15691 vsize=2715132 CPUtime=1800.06 cores=0,2,4,6
/proc/15693/stat : 15693 (java) S 15691 15693 14611 0 -1 4202496 16344 0 1 0 179954 52 0 0 20 0 19 0 345831142 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140736830873600 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15693/statm: 678783 138313 2273 9 0 669476 0
[pid=15693/tid=15695] ppid=15691 vsize=2715132 CPUtime=1797.69 cores=0,2,4,6
/proc/15693/task/15695/stat : 15695 (java) R 15691 15693 14611 0 -1 4202560 2935 0 1 0 179736 33 0 0 20 0 19 0 345831143 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455743380816 140455581463507 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15701] ppid=15691 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/15693/task/15701/stat : 15701 (java) S 15691 15693 14611 0 -1 4202560 32 0 0 0 2 1 0 0 20 0 19 0 345831144 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455727831464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15702] ppid=15691 vsize=2715132 CPUtime=0.04 cores=0,2,4,6
/proc/15693/task/15702/stat : 15702 (java) S 15691 15693 14611 0 -1 4202560 36 0 0 0 2 2 0 0 20 0 19 0 345831144 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455726778920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15693/tid=15703] ppid=15691 vsize=2715132 CPUtime=0.12 cores=0,2,4,6
/proc/15693/task/15703/stat : 15703 (java) S 15691 15693 14611 0 -1 4202560 85 0 0 0 7 5 0 0 20 0 19 0 345831144 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455725725864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15693/tid=15704] ppid=15691 vsize=2715132 CPUtime=0.14 cores=0,2,4,6
/proc/15693/task/15704/stat : 15704 (java) S 15691 15693 14611 0 -1 4202560 94 0 0 0 9 5 0 0 20 0 19 0 345831144 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455724673320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15693/tid=15705] ppid=15691 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/15693/task/15705/stat : 15705 (java) S 15691 15693 14611 0 -1 4202560 33 0 0 0 2 1 0 0 20 0 19 0 345831144 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455723621288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15693/tid=15706] ppid=15691 vsize=2715132 CPUtime=0.04 cores=0,2,4,6
/proc/15693/task/15706/stat : 15706 (java) S 15691 15693 14611 0 -1 4202560 33 0 0 0 2 2 0 0 20 0 19 0 345831144 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455722568744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15693/tid=15707] ppid=15691 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/15693/task/15707/stat : 15707 (java) S 15691 15693 14611 0 -1 4202560 32 0 0 0 2 1 0 0 20 0 19 0 345831144 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455721515688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15693/tid=15708] ppid=15691 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/15693/task/15708/stat : 15708 (java) S 15691 15693 14611 0 -1 4202560 36 0 0 0 2 1 0 0 20 0 19 0 345831144 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455720463144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15709] ppid=15691 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/15693/task/15709/stat : 15709 (java) S 15691 15693 14611 0 -1 4202560 15 0 0 0 1 1 0 0 20 0 19 0 345831145 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455708051816 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15693/tid=15710] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15710/stat : 15710 (java) S 15691 15693 14611 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345831146 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455706998136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15711] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15711/stat : 15711 (java) S 15691 15693 14611 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 345831146 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455705944968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15712] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15712/stat : 15712 (java) S 15691 15693 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345831148 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455704893712 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15713] ppid=15691 vsize=2715132 CPUtime=0.85 cores=0,2,4,6
/proc/15693/task/15713/stat : 15713 (java) S 15691 15693 14611 0 -1 4202560 7047 0 0 0 83 2 0 0 20 0 19 0 345831148 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455703841592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15693/tid=15714] ppid=15691 vsize=2715132 CPUtime=0.67 cores=0,2,4,6
/proc/15693/task/15714/stat : 15714 (java) S 15691 15693 14611 0 -1 4202560 4676 0 0 0 65 2 0 0 20 0 19 0 345831148 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455702789048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15693/tid=15715] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15715/stat : 15715 (java) S 15691 15693 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345831148 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455701736184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15693/tid=15716] ppid=15691 vsize=2715132 CPUtime=0.61 cores=0,2,4,6
/proc/15693/task/15716/stat : 15716 (java) S 15691 15693 14611 0 -1 4202560 103 0 0 0 32 29 0 0 20 0 19 0 345831148 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455700683848 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15693/tid=15718] ppid=15691 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15693/task/15718/stat : 15718 (java) S 15691 15693 14611 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 345831256 2780295168 138313 33554432000 1073741824 1073778376 140736830882464 140455699629096 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 2715132

Child status: 143
Real time (s): 1797.97
CPU time (s): 1800.67
CPU user time (s): 1799.68
CPU system time (s): 0.992849
CPU usage (%): 100.15
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.68
system time used= 0.992849
maximum resident set size= 553396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16384
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38130
involuntary context switches= 2343

runsolver used 6.62999 second user time and 13.9439 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-04 10:03:58
IDJOB=3743103
IDBENCH=90800
IDSOLVER=2322
FILE ID=node114/3743103-1338797038
RUNJOBID= node114-1338784438-14627
PBS_JOBID= 14636849
Free space on /tmp= 70136 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_luby_10null0mast_rapportOE2.0_TMAX60_K67_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-3743103-1338797038/watcher-3743103-1338797038 -o /tmp/evaluation-result-3743103-1338797038/solver-3743103-1338797038 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3743103-1338797038.opb

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

MD5SUM BENCH= 517c70a04642760d1320984a69d9942b
RANDOM SEED=829209365

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:        27024624 kB
Buffers:         1071832 kB
Cached:          3743112 kB
SwapCached:         2244 kB
Active:          2956264 kB
Inactive:        1888624 kB
Active(anon):      16068 kB
Inactive(anon):     8360 kB
Active(file):    2940196 kB
Inactive(file):  1880264 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67103576 kB
Dirty:              6160 kB
Writeback:             0 kB
AnonPages:         20780 kB
Mapped:            16316 kB
Shmem:               100 kB
Slab:             865952 kB
SReclaimable:     309656 kB
SUnreclaim:       556296 kB
KernelStack:        1432 kB
PageTables:         3832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1508028 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= 70136 MiB
End job on node114 at 2012-06-04 10:33:58