Trace number 3738308

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.74 1788.78

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx60.opb
MD5SUM26c9befa85d0a0769813e718015f6caa
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark3.68244
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2994
Total number of constraints3433
Number of constraints which are clauses2988
Number of constraints which are cardinality constraints (but not clauses)61
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint2
Maximum length of a constraint384
Number of terms in the objective function 6
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 757
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.1.1.v20090612
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version	1.6.0_24
0.00/0.07	c os.name	Linux
0.00/0.07	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch	amd64
0.00/0.07	c Free memory 1299577560
0.00/0.07	c Max memory 1306394624
0.00/0.07	c Total memory 1306394624
0.00/0.07	c Number of processors 8
0.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-3738308-1338765522.opb
0.10/0.10	c reading problem ... 
0.55/0.37	c ... done. Wall clock time 0.27s.
0.55/0.37	c #vars     2994
0.55/0.37	c #constraints  3498
0.55/0.37	c constraints type 
0.55/0.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 60
0.55/0.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2988
0.55/0.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 384
0.55/0.37	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 60
552.16/547.16	c cleaning 410488 clauses out of 821001
705.38/699.69	c cleaning 327936 clauses out of 656013
1141.46/1135.02	c cleaning 264263 clauses out of 528576
1385.80/1378.10	c cleaning 233885 clauses out of 467815
1800.02/1788.71	c starts		: 23
1800.02/1788.71	c conflicts		: 1866572
1800.02/1788.71	c decisions		: 2603461
1800.02/1788.71	c propagations		: 182025719
1800.02/1788.71	c inspects		: 8566782404
1800.02/1788.71	c learnt literals	: 0
1800.02/1788.71	c learnt binary clauses	: 0
1800.02/1788.71	c learnt ternary clauses	: 0
1800.02/1788.71	c learnt clauses	: 1866572
1800.02/1788.71	c ignored clauses	: 0
1800.02/1788.71	c root simplifications	: 0
1800.02/1788.71	c removed literals (reason simplification)	: 59477233
1800.02/1788.71	c reason swapping (by a shorter reason)	: 0
1800.02/1788.71	c Calls to reduceDB	: 4
1800.02/1788.71	c speed (assignments/second)	: 101784.87232279357
1800.02/1788.71	c non guided choices	5939
1800.02/1788.76	c learnt constraints type 
1800.02/1788.76	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 630031
1800.02/1788.76	c constraints type 
1800.02/1788.76	c org.sat4j.minisat.constraints.card.MinWatchCard => 60
1800.02/1788.76	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2988
1800.02/1788.76	c org.sat4j.pb.constraints.pb.MaxWatchPb => 384
1800.02/1788.76	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 60
1800.02/1788.76	s UNKNOWN
1800.02/1788.76	c Total wall clock time (in seconds): 1788.661

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-3738308-1338765522/watcher-3738308-1338765522 -o /tmp/evaluation-result-3738308-1338765522/solver-3738308-1338765522 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3738308-1338765522.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.99 2.02 2.02 3/194 13300
/proc/meminfo: memFree=29956640/32873844 swapFree=7116/7116
[pid=13300] ppid=13298 vsize=91880 CPUtime=0 cores=0,2,4,6
/proc/13300/stat : 13300 (java) S 13298 13300 9782 0 -1 4202496 1183 0 0 0 0 0 0 0 20 0 2 0 342679139 94085120 902 33554432000 1073741824 1073778376 140735997364384 140735997355520 233415147581 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13300/statm: 22970 906 687 9 0 16769 0
[pid=13300/tid=13301] ppid=13298 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13301/stat : 13301 (java) R 13298 13300 9782 0 -1 4202560 55 0 0 0 0 0 0 0 20 0 2 0 342679139 94019584 913 33554432000 1073741824 1073778376 140735997364384 140735997353448 233411788629 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.017233 s]
/proc/loadavg: 1.99 2.02 2.02 3/194 13300
/proc/meminfo: memFree=29956640/32873844 swapFree=7116/7116
[pid=13300] ppid=13298 vsize=2106772 CPUtime=0 cores=0,2,4,6
/proc/13300/stat : 13300 (java) S 13298 13300 9782 0 -1 4202496 2898 0 1 0 0 0 0 0 20 0 10 0 342679139 2157334528 3597 33554432000 1073741824 1073778376 140735997364384 140735997355520 233415147581 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13300/statm: 526693 3610 1085 9 0 517394 0
[pid=13300/tid=13301] ppid=13298 vsize=2106772 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13301/stat : 13301 (java) R 13298 13300 9782 0 -1 4202560 1758 0 1 0 0 0 0 0 20 0 10 0 342679139 2157334528 3614 33554432000 1073741824 1073778376 140735997364384 139936531636928 139936521704551 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2106772

[startup+0.100334 s]
/proc/loadavg: 1.99 2.02 2.02 3/194 13300
/proc/meminfo: memFree=29956640/32873844 swapFree=7116/7116
[pid=13300] ppid=13298 vsize=2648568 CPUtime=0.1 cores=0,2,4,6
/proc/13300/stat : 13300 (java) S 13298 13300 9782 0 -1 4202496 4668 0 1 0 9 1 0 0 20 0 18 0 342679139 2712133632 6386 33554432000 1073741824 1073778376 140735997364384 140735997355520 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13300/statm: 662142 6386 2109 9 0 652835 0
[pid=13300/tid=13301] ppid=13298 vsize=2648568 CPUtime=0.07 cores=0,2,4,6
/proc/13300/task/13301/stat : 13301 (java) R 13298 13300 9782 0 -1 4202560 2734 0 1 0 7 0 0 0 20 0 18 0 342679139 2712133632 6386 33554432000 1073741824 1073778376 140735997364384 139936531638984 233415173389 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2648568

[startup+0.30015 s]
/proc/loadavg: 1.99 2.02 2.02 3/194 13300
/proc/meminfo: memFree=29956640/32873844 swapFree=7116/7116
[pid=13300] ppid=13298 vsize=2648568 CPUtime=0.55 cores=0,2,4,6
/proc/13300/stat : 13300 (java) S 13298 13300 9782 0 -1 4202496 7487 0 1 0 52 3 0 0 20 0 18 0 342679139 2712133632 10690 33554432000 1073741824 1073778376 140735997364384 140735997355520 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13300/statm: 662142 10690 2218 9 0 652835 0
[pid=13300/tid=13301] ppid=13298 vsize=2648568 CPUtime=0.27 cores=0,2,4,6
/proc/13300/task/13301/stat : 13301 (java) R 13298 13300 9782 0 -1 4202560 2753 0 1 0 26 1 0 0 20 0 18 0 342679139 2712133632 10690 33554432000 1073741824 1073778376 140735997364384 139936531638984 139936359616104 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 2648568

[startup+0.700322 s]
/proc/loadavg: 1.99 2.02 2.02 3/194 13300
/proc/meminfo: memFree=29956640/32873844 swapFree=7116/7116
[pid=13300] ppid=13298 vsize=2715132 CPUtime=1.59 cores=0,2,4,6
/proc/13300/stat : 13300 (java) S 13298 13300 9782 0 -1 4202496 14741 0 1 0 154 5 0 0 20 0 19 0 342679139 2780295168 22310 33554432000 1073741824 1073778376 140735997364384 140735997355520 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13300/statm: 678783 22310 2243 9 0 669476 0
[pid=13300/tid=13301] ppid=13298 vsize=2715132 CPUtime=0.67 cores=0,2,4,6
/proc/13300/task/13301/stat : 13301 (java) R 13298 13300 9782 0 -1 4202560 2792 0 1 0 65 2 0 0 20 0 19 0 342679139 2780295168 22310 33554432000 1073741824 1073778376 140735997364384 139936531641104 139936360143522 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 2715132

[startup+1.50076 s]
/proc/loadavg: 1.99 2.02 2.02 3/213 13319
/proc/meminfo: memFree=29846980/32873844 swapFree=7116/7116
[pid=13300] ppid=13298 vsize=2715132 CPUtime=2.44 cores=0,2,4,6
/proc/13300/stat : 13300 (java) S 13298 13300 9782 0 -1 4202496 14883 0 1 0 238 6 0 0 20 0 19 0 342679139 2780295168 45356 33554432000 1073741824 1073778376 140735997364384 140735997355520 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13300/statm: 678783 45356 2248 9 0 669476 0
[pid=13300/tid=13301] ppid=13298 vsize=2715132 CPUtime=1.47 cores=0,2,4,6
/proc/13300/task/13301/stat : 13301 (java) R 13298 13300 9782 0 -1 4202560 2838 0 1 0 144 3 0 0 20 0 19 0 342679139 2780295168 45356 33554432000 1073741824 1073778376 140735997364384 139936531641048 139936360256988 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13300/tid=13303] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13303/stat : 13303 (java) S 13298 13300 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342679140 2780295168 45356 33554432000 1073741824 1073778376 140735997364384 139936516090408 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13300/tid=13304] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13304/stat : 13304 (java) S 13298 13300 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342679140 2780295168 45356 33554432000 1073741824 1073778376 140735997364384 139936515037608 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13300/tid=13305] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13305/stat : 13305 (java) S 13298 13300 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342679140 2780295168 45356 33554432000 1073741824 1073778376 140735997364384 139936513984808 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13300/tid=13306] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13306/stat : 13306 (java) S 13298 13300 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342679140 2780295168 45356 33554432000 1073741824 1073778376 140735997364384 139936512932008 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13300/tid=13307] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13307/stat : 13307 (java) S 13298 13300 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342679140 2780295168 45356 33554432000 1073741824 1073778376 140735997364384 139936511880232 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13300/tid=13308] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13308/stat : 13308 (java) S 13298 13300 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342679140 2780295168 45356 33554432000 1073741824 1073778376 140735997364384 139936510827432 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13300/tid=13309] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13309/stat : 13309 (java) S 13298 13300 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342679140 2780295168 45356 33554432000 1073741824 1073778376 140735997364384 139936509774632 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13300/tid=13310] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13310/stat : 13310 (java) S 13298 13300 9782 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 342679140 2780295168 45356 33554432000 1073741824 1073778376 140735997364384 139936508721832 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13300/tid=13311] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13311/stat : 13311 (java) S 13298 13300 9782 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 342679141 2780295168 45356 33554432000 1073741824 1073778376 140735997364384 139936496310760 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13300/tid=13312] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13312/stat : 13312 (java) S 13298 13300 9782 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 342679142 2780295168 45356 33554432000 1073741824 1073778376 140735997364384 139936495256824 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13300/tid=13313] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13313/stat : 13313 (java) S 13298 13300 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342679142 2780295168 45356 33554432000 1073741824 1073778376 140735997364384 139936494203912 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13300/tid=13314] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13314/stat : 13314 (java) S 13298 13300 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342679144 2780295168 45356 33554432000 1073741824 1073778376 140735997364384 139936493152400 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13300/tid=13315] ppid=13298 vsize=2715132 CPUtime=0.5 cores=0,2,4,6
/proc/13300/task/13315/stat : 13315 (java) S 13298 13300 9782 0 -1 4202560 5039 0 0 0 50 0 0 0 20 0 19 0 342679144 2780295168 45356 33554432000 1073741824 1073778376 140735997364384 139936492100536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13300/tid=13316] ppid=13298 vsize=2715132 CPUtime=0.42 cores=0,2,4,6
/proc/13300/task/13316/stat : 13316 (java) S 13298 13300 9782 0 -1 4202560 5811 0 0 0 40 2 0 0 20 0 19 0 342679144 2780295168 45356 33554432000 1073741824 1073778376 140735997364384 139936491047736 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13300/tid=13317] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13317/stat : 13317 (java) S 13298 13300 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342679144 2780295168 45356 33554432000 1073741824 1073778376 140735997364384 139936489995128 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13300/tid=13318] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13318/stat : 13318 (java) S 13298 13300 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342679144 2780295168 45356 33554432000 1073741824 1073778376 140735997364384 139936488942536 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13300/tid=13319] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13319/stat : 13319 (java) S 13298 13300 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342679177 2780295168 45356 33554432000 1073741824 1073778376 140735997364384 139936487888040 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 2715132

[startup+3.10078 s]
/proc/loadavg: 1.99 2.02 2.02 3/213 13319
/proc/meminfo: memFree=29746620/32873844 swapFree=7116/7116
[pid=13300] ppid=13298 vsize=2715132 CPUtime=4.1 cores=0,2,4,6
/proc/13300/stat : 13300 (java) S 13298 13300 9782 0 -1 4202496 15051 0 1 0 400 10 0 0 20 0 19 0 342679139 2780295168 86829 33554432000 1073741824 1073778376 140735997364384 140735997355520 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13300/statm: 678783 86829 2249 9 0 669476 0
[pid=13300/tid=13301] ppid=13298 vsize=2715132 CPUtime=3.07 cores=0,2,4,6
/proc/13300/task/13301/stat : 13301 (java) R 13298 13300 9782 0 -1 4202560 2921 0 1 0 300 7 0 0 20 0 19 0 342679139 2780295168 86829 33554432000 1073741824 1073778376 140735997364384 139936531638936 139936359970416 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13300/tid=13303] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13303/stat : 13303 (java) S 13298 13300 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342679140 2780295168 86829 33554432000 1073741824 1073778376 140735997364384 139936516090408 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13300/tid=13304] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13304/stat : 13304 (java) S 13298 13300 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342679140 2780295168 86829 33554432000 1073741824 1073778376 140735997364384 139936515037608 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13300/tid=13305] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13305/stat : 13305 (java) S 13298 13300 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342679140 2780295168 86829 33554432000 1073741824 1073778376 140735997364384 139936513984808 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13300/tid=13306] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13306/stat : 13306 (java) S 13298 13300 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342679140 2780295168 86829 33554432000 1073741824 1073778376 140735997364384 139936512932008 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13300/tid=13307] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13307/stat : 13307 (java) S 13298 13300 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342679140 2780295168 86829 33554432000 1073741824 1073778376 140735997364384 139936511880232 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13300/tid=13308] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13308/stat : 13308 (java) S 13298 13300 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342679140 2780295168 86829 33554432000 1073741824 1073778376 140735997364384 139936510827432 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13300/tid=13309] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13309/stat : 13309 (java) S 13298 13300 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342679140 2780295168 86829 33554432000 1073741824 1073778376 140735997364384 139936509774632 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13300/tid=13310] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13310/stat : 13310 (java) S 13298 13300 9782 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 342679140 2780295168 86829 33554432000 1073741824 1073778376 140735997364384 139936508721832 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13300/tid=13311] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13311/stat : 13311 (java) S 13298 13300 9782 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 342679141 2780295168 86829 33554432000 1073741824 1073778376 140735997364384 139936496310760 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13300/tid=13312] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13312/stat : 13312 (java) S 13298 13300 9782 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 342679142 2780295168 86829 33554432000 1073741824 1073778376 140735997364384 139936495256824 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13300/tid=13313] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13313/stat : 13313 (java) S 13298 13300 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342679142 2780295168 86829 33554432000 1073741824 1073778376 140735997364384 139936494203912 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13300/tid=13314] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13314/stat : 13314 (java) S 13298 13300 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342679144 2780295168 86829 33554432000 1073741824 1073778376 140735997364384 139936493152400 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13300/tid=13315] ppid=13298 vsize=2715132 CPUtime=0.55 cores=0,2,4,6
/proc/13300/task/13315/stat : 13315 (java) S 13298 13300 9782 0 -1 4202560 5124 0 0 0 55 0 0 0 20 0 19 0 342679144 2780295168 86829 33554432000 1073741824 1073778376 140735997364384 139936492100536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13300/tid=13316] ppid=13298 vsize=2715132 CPUtime=0.44 cores=0,2,4,6
/proc/13300/task/13316/stat : 13316 (java) S 13298 13300 9782 0 -1 4202560 5811 0 0 0 42 2 0 0 20 0 19 0 342679144 2780295168 86829 33554432000 1073741824 1073778376 140735997364384 139936491047736 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13300/tid=13317] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13317/stat : 13317 (java) S 13298 13300 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342679144 2780295168 86829 33554432000 1073741824 1073778376 140735997364384 139936489995128 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13300/tid=13318] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13318/stat : 13318 (java) S 13298 13300 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342679144 2780295168 86829 33554432000 1073741824 1073778376 140735997364384 139936488942536 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13300/tid=13319] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13319/stat : 13319 (java) S 13298 13300 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342679177 2780295168 86829 33554432000 1073741824 1073778376 140735997364384 139936487888040 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 2715132

[startup+6.30078 s]
/proc/loadavg: 1.99 2.02 2.02 3/213 13319
/proc/meminfo: memFree=29577148/32873844 swapFree=7116/7116
[pid=13300] ppid=13298 vsize=2715132 CPUtime=7.32 cores=0,2,4,6
/proc/13300/stat : 13300 (java) S 13298 13300 9782 0 -1 4202496 15105 0 1 0 721 11 0 0 20 0 19 0 342679139 2780295168 96720 33554432000 1073741824 1073778376 140735997364384 140735997355520 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13300/statm: 678783 96720 2263 9 0 669476 0
[pid=13300/tid=13301] ppid=13298 vsize=2715132 CPUtime=6.27 cores=0,2,4,6
/proc/13300/task/13301/stat : 13301 (java) R 13298 13300 9782 0 -1 4202560 2941 0 1 0 619 8 0 0 20 0 19 0 342679139 2780295168 96720 33554432000 1073741824 1073778376 140735997364384 139936531638640 139936360239040 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13300/tid=13303] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13303/stat : 13303 (java) S 13298 13300 9782 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 342679140 2780295168 96720 33554432000 1073741824 1073778376 140735997364384 139936516090408 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13300/tid=13304] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13304/stat : 13304 (java) S 13298 13300 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342679140 2780295168 96720 33554432000 1073741824 1073778376 140735997364384 139936515037608 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13300/tid=13305] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13305/stat : 13305 (java) S 13298 13300 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342679140 2780295168 96720 33554432000 1073741824 1073778376 140735997364384 139936513984808 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13300/tid=13306] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13306/stat : 13306 (java) S 13298 13300 9782 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 342679140 2780295168 96720 33554432000 1073741824 1073778376 140735997364384 139936512932008 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13300/tid=13307] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13307/stat : 13307 (java) S 13298 13300 9782 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342679140 2780295168 96720 33554432000 1073741824 1073778376 140735997364384 139936511880232 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13300/tid=13308] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13308/stat : 13308 (java) S 13298 13300 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342679140 2780295168 96720 33554432000 1073741824 1073778376 140735997364384 139936510827432 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13300/tid=13309] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13309/stat : 13309 (java) S 13298 13300 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342679140 2780295168 96720 33554432000 1073741824 1073778376 140735997364384 139936509774632 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13300/tid=13310] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13310/stat : 13310 (java) S 13298 13300 9782 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 342679140 2780295168 96720 33554432000 1073741824 1073778376 140735997364384 139936508721832 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13300/tid=13311] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13311/stat : 13311 (java) S 13298 13300 9782 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 342679141 2780295168 96720 33554432000 1073741824 1073778376 140735997364384 139936496310760 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13300/tid=13312] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13312/stat : 13312 (java) S 13298 13300 9782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342679142 2780295168 96720 33554432000 1073741824 1073778376 140735997364384 139936495256824 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13300/tid=13313] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13313/stat : 13313 (java) S 13298 13300 9782 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342679142 2780295168 96720 33554432000 1073741824 1073778376 140735997364384 139936494203912 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13300/tid=13314] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13314/stat : 13314 (java) S 13298 13300 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342679144 2780295168 96720 33554432000 1073741824 1073778376 140735997364384 139936493152400 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13300/tid=13315] ppid=13298 vsize=2715132 CPUtime=0.55 cores=0,2,4,6
/proc/13300/task/13315/stat : 13315 (java) S 13298 13300 9782 0 -1 4202560 5124 0 0 0 55 0 0 0 20 0 19 0 342679144 2780295168 96720 33554432000 1073741824 1073778376 140735997364384 139936492100536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13300/tid=13316] ppid=13298 vsize=2715132 CPUtime=0.44 cores=0,2,4,6
/proc/13300/task/13316/stat : 13316 (java) S 13298 13300 9782 0 -1 4202560 5811 0 0 0 42 2 0 0 20 0 19 0 342679144 2780295168 96720 33554432000 1073741824 1073778376 140735997364384 139936491047736 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

[pid=13300/tid=13308] ppid=13298 vsize=2715132 CPUtime=1.63 cores=0,2,4,6
/proc/13300/task/13308/stat : 13308 (java) S 13298 13300 9782 0 -1 4202560 358 0 0 0 149 14 0 0 20 0 19 0 342679140 2780295168 342160 33554432000 1073741824 1073778376 140735997364384 139936510827432 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13300/tid=13309] ppid=13298 vsize=2715132 CPUtime=1.52 cores=0,2,4,6
/proc/13300/task/13309/stat : 13309 (java) S 13298 13300 9782 0 -1 4202560 378 0 0 0 139 13 0 0 20 0 19 0 342679140 2780295168 342160 33554432000 1073741824 1073778376 140735997364384 139936509774632 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13300/tid=13310] ppid=13298 vsize=2715132 CPUtime=1.77 cores=0,2,4,6
/proc/13300/task/13310/stat : 13310 (java) S 13298 13300 9782 0 -1 4202560 364 0 0 0 158 19 0 0 20 0 19 0 342679140 2780295168 342160 33554432000 1073741824 1073778376 140735997364384 139936508721832 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13300/tid=13311] ppid=13298 vsize=2715132 CPUtime=2.92 cores=0,2,4,6
/proc/13300/task/13311/stat : 13311 (java) S 13298 13300 9782 0 -1 4202560 111 0 0 0 289 3 0 0 20 0 19 0 342679141 2780295168 342160 33554432000 1073741824 1073778376 140735997364384 139936496310760 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13300/tid=13312] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13312/stat : 13312 (java) S 13298 13300 9782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342679142 2780295168 342160 33554432000 1073741824 1073778376 140735997364384 139936495256824 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13300/tid=13313] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13313/stat : 13313 (java) S 13298 13300 9782 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342679142 2780295168 342160 33554432000 1073741824 1073778376 140735997364384 139936494203912 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13300/tid=13314] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13314/stat : 13314 (java) S 13298 13300 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342679144 2780295168 342160 33554432000 1073741824 1073778376 140735997364384 139936493152400 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13300/tid=13315] ppid=13298 vsize=2715132 CPUtime=0.62 cores=0,2,4,6
/proc/13300/task/13315/stat : 13315 (java) S 13298 13300 9782 0 -1 4202560 5132 0 0 0 62 0 0 0 20 0 19 0 342679144 2780295168 342160 33554432000 1073741824 1073778376 140735997364384 139936492100536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13300/tid=13316] ppid=13298 vsize=2715132 CPUtime=0.54 cores=0,2,4,6
/proc/13300/task/13316/stat : 13316 (java) S 13298 13300 9782 0 -1 4202560 5835 0 0 0 52 2 0 0 20 0 19 0 342679144 2780295168 342160 33554432000 1073741824 1073778376 140735997364384 139936491047736 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13300/tid=13317] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13317/stat : 13317 (java) S 13298 13300 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342679144 2780295168 342160 33554432000 1073741824 1073778376 140735997364384 139936489995128 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13300/tid=13318] ppid=13298 vsize=2715132 CPUtime=0.73 cores=0,2,4,6
/proc/13300/task/13318/stat : 13318 (java) S 13298 13300 9782 0 -1 4202560 99 0 0 0 45 28 0 0 20 0 19 0 342679144 2780295168 342160 33554432000 1073741824 1073778376 140735997364384 139936488942536 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13300/tid=13319] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13319/stat : 13319 (java) S 13298 13300 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342679177 2780295168 342160 33554432000 1073741824 1073778376 140735997364384 139936487888040 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1732.98
Current children cumulated vsize (KiB) 2715132

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 13506
/proc/meminfo: memFree=29316916/32873844 swapFree=7116/7116
[pid=13300] ppid=13298 vsize=2715132 CPUtime=1793.52 cores=0,2,4,6
/proc/13300/stat : 13300 (java) S 13298 13300 9782 0 -1 4202496 18220 0 1 0 179203 149 0 0 20 0 19 0 342679139 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 140735997355520 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13300/statm: 678783 342247 2276 9 0 669476 0
[pid=13300/tid=13301] ppid=13298 vsize=2715132 CPUtime=1775.58 cores=0,2,4,6
/proc/13300/task/13301/stat : 13301 (java) R 13298 13300 9782 0 -1 4202560 3076 0 1 0 177522 36 0 0 20 0 19 0 342679139 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936531639664 139936360172853 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13300/tid=13303] ppid=13298 vsize=2715132 CPUtime=1.64 cores=0,2,4,6
/proc/13300/task/13303/stat : 13303 (java) S 13298 13300 9782 0 -1 4202560 496 0 0 0 150 14 0 0 20 0 19 0 342679140 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936516090408 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13300/tid=13304] ppid=13298 vsize=2715132 CPUtime=1.64 cores=0,2,4,6
/proc/13300/task/13304/stat : 13304 (java) S 13298 13300 9782 0 -1 4202560 259 0 0 0 153 11 0 0 20 0 19 0 342679140 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936515037608 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13300/tid=13305] ppid=13298 vsize=2715132 CPUtime=1.59 cores=0,2,4,6
/proc/13300/task/13305/stat : 13305 (java) S 13298 13300 9782 0 -1 4202560 265 0 0 0 145 14 0 0 20 0 19 0 342679140 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936513984808 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13300/tid=13306] ppid=13298 vsize=2715132 CPUtime=1.59 cores=0,2,4,6
/proc/13300/task/13306/stat : 13306 (java) S 13298 13300 9782 0 -1 4202560 267 0 0 0 147 12 0 0 20 0 19 0 342679140 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936512932008 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13300/tid=13307] ppid=13298 vsize=2715132 CPUtime=1.79 cores=0,2,4,6
/proc/13300/task/13307/stat : 13307 (java) S 13298 13300 9782 0 -1 4202560 304 0 0 0 166 13 0 0 20 0 19 0 342679140 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936511880232 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13300/tid=13308] ppid=13298 vsize=2715132 CPUtime=1.71 cores=0,2,4,6
/proc/13300/task/13308/stat : 13308 (java) S 13298 13300 9782 0 -1 4202560 358 0 0 0 157 14 0 0 20 0 19 0 342679140 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936510827432 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13300/tid=13309] ppid=13298 vsize=2715132 CPUtime=1.62 cores=0,2,4,6
/proc/13300/task/13309/stat : 13309 (java) S 13298 13300 9782 0 -1 4202560 408 0 0 0 149 13 0 0 20 0 19 0 342679140 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936509774632 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13300/tid=13310] ppid=13298 vsize=2715132 CPUtime=1.85 cores=0,2,4,6
/proc/13300/task/13310/stat : 13310 (java) S 13298 13300 9782 0 -1 4202560 421 0 0 0 166 19 0 0 20 0 19 0 342679140 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936508721832 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13300/tid=13311] ppid=13298 vsize=2715132 CPUtime=2.92 cores=0,2,4,6
/proc/13300/task/13311/stat : 13311 (java) S 13298 13300 9782 0 -1 4202560 115 0 0 0 289 3 0 0 20 0 19 0 342679141 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936496310760 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13300/tid=13312] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13312/stat : 13312 (java) S 13298 13300 9782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342679142 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936495256824 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13300/tid=13313] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13313/stat : 13313 (java) S 13298 13300 9782 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342679142 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936494203912 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13300/tid=13314] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13314/stat : 13314 (java) S 13298 13300 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342679144 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936493152400 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13300/tid=13315] ppid=13298 vsize=2715132 CPUtime=0.62 cores=0,2,4,6
/proc/13300/task/13315/stat : 13315 (java) S 13298 13300 9782 0 -1 4202560 5132 0 0 0 62 0 0 0 20 0 19 0 342679144 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936492100536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13300/tid=13316] ppid=13298 vsize=2715132 CPUtime=0.54 cores=0,2,4,6
/proc/13300/task/13316/stat : 13316 (java) S 13298 13300 9782 0 -1 4202560 5835 0 0 0 52 2 0 0 20 0 19 0 342679144 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936491047736 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13300/tid=13317] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13317/stat : 13317 (java) S 13298 13300 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342679144 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936489995128 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13300/tid=13318] ppid=13298 vsize=2715132 CPUtime=0.76 cores=0,2,4,6
/proc/13300/task/13318/stat : 13318 (java) S 13298 13300 9782 0 -1 4202560 103 0 0 0 47 29 0 0 20 0 19 0 342679144 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936488942536 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13300/tid=13319] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13319/stat : 13319 (java) S 13298 13300 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342679177 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936487888040 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1793.52
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.7 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 13506
/proc/meminfo: memFree=29317040/32873844 swapFree=7116/7116
[pid=13300] ppid=13298 vsize=2715132 CPUtime=1800.02 cores=0,2,4,6
/proc/13300/stat : 13300 (java) S 13298 13300 9782 0 -1 4202496 18221 0 1 0 179853 149 0 0 20 0 19 0 342679139 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 140735997355520 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13300/statm: 678783 342247 2276 9 0 669476 0
[pid=13300/tid=13301] ppid=13298 vsize=2715132 CPUtime=1781.96 cores=0,2,4,6
/proc/13300/task/13301/stat : 13301 (java) R 13298 13300 9782 0 -1 4202560 3077 0 1 0 178159 37 0 0 20 0 19 0 342679139 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936531639712 139936360143757 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13300/tid=13303] ppid=13298 vsize=2715132 CPUtime=1.66 cores=0,2,4,6
/proc/13300/task/13303/stat : 13303 (java) S 13298 13300 9782 0 -1 4202560 496 0 0 0 152 14 0 0 20 0 19 0 342679140 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936516090408 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13300/tid=13304] ppid=13298 vsize=2715132 CPUtime=1.65 cores=0,2,4,6
/proc/13300/task/13304/stat : 13304 (java) S 13298 13300 9782 0 -1 4202560 259 0 0 0 154 11 0 0 20 0 19 0 342679140 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936515037608 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13300/tid=13305] ppid=13298 vsize=2715132 CPUtime=1.6 cores=0,2,4,6
/proc/13300/task/13305/stat : 13305 (java) S 13298 13300 9782 0 -1 4202560 265 0 0 0 146 14 0 0 20 0 19 0 342679140 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936513984808 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13300/tid=13306] ppid=13298 vsize=2715132 CPUtime=1.62 cores=0,2,4,6
/proc/13300/task/13306/stat : 13306 (java) S 13298 13300 9782 0 -1 4202560 267 0 0 0 150 12 0 0 20 0 19 0 342679140 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936512932008 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13300/tid=13307] ppid=13298 vsize=2715132 CPUtime=1.8 cores=0,2,4,6
/proc/13300/task/13307/stat : 13307 (java) S 13298 13300 9782 0 -1 4202560 304 0 0 0 167 13 0 0 20 0 19 0 342679140 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936511880232 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13300/tid=13308] ppid=13298 vsize=2715132 CPUtime=1.72 cores=0,2,4,6
/proc/13300/task/13308/stat : 13308 (java) S 13298 13300 9782 0 -1 4202560 358 0 0 0 158 14 0 0 20 0 19 0 342679140 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936510827432 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13300/tid=13309] ppid=13298 vsize=2715132 CPUtime=1.62 cores=0,2,4,6
/proc/13300/task/13309/stat : 13309 (java) S 13298 13300 9782 0 -1 4202560 408 0 0 0 149 13 0 0 20 0 19 0 342679140 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936509774632 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13300/tid=13310] ppid=13298 vsize=2715132 CPUtime=1.87 cores=0,2,4,6
/proc/13300/task/13310/stat : 13310 (java) S 13298 13300 9782 0 -1 4202560 421 0 0 0 168 19 0 0 20 0 19 0 342679140 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936508721832 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13300/tid=13311] ppid=13298 vsize=2715132 CPUtime=2.92 cores=0,2,4,6
/proc/13300/task/13311/stat : 13311 (java) S 13298 13300 9782 0 -1 4202560 115 0 0 0 289 3 0 0 20 0 19 0 342679141 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936496310760 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13300/tid=13312] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13312/stat : 13312 (java) S 13298 13300 9782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342679142 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936495256824 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13300/tid=13313] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13313/stat : 13313 (java) S 13298 13300 9782 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342679142 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936494203912 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13300/tid=13314] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13314/stat : 13314 (java) S 13298 13300 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342679144 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936493152400 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13300/tid=13315] ppid=13298 vsize=2715132 CPUtime=0.62 cores=0,2,4,6
/proc/13300/task/13315/stat : 13315 (java) S 13298 13300 9782 0 -1 4202560 5132 0 0 0 62 0 0 0 20 0 19 0 342679144 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936492100536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13300/tid=13316] ppid=13298 vsize=2715132 CPUtime=0.54 cores=0,2,4,6
/proc/13300/task/13316/stat : 13316 (java) S 13298 13300 9782 0 -1 4202560 5835 0 0 0 52 2 0 0 20 0 19 0 342679144 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936491047736 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13300/tid=13317] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13317/stat : 13317 (java) S 13298 13300 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342679144 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936489995128 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13300/tid=13318] ppid=13298 vsize=2715132 CPUtime=0.76 cores=0,2,4,6
/proc/13300/task/13318/stat : 13318 (java) S 13298 13300 9782 0 -1 4202560 103 0 0 0 47 29 0 0 20 0 19 0 342679144 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936488942536 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13300/tid=13319] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13319/stat : 13319 (java) S 13298 13300 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342679177 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936487888040 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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+1788.7 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 13506
/proc/meminfo: memFree=29317040/32873844 swapFree=7116/7116
[pid=13300] ppid=13298 vsize=2715132 CPUtime=1800.02 cores=0,2,4,6
/proc/13300/stat : 13300 (java) S 13298 13300 9782 0 -1 4202496 18221 0 1 0 179853 149 0 0 20 0 19 0 342679139 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 140735997355520 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13300/statm: 678783 342247 2276 9 0 669476 0
[pid=13300/tid=13301] ppid=13298 vsize=2715132 CPUtime=1781.96 cores=0,2,4,6
/proc/13300/task/13301/stat : 13301 (java) R 13298 13300 9782 0 -1 4202560 3077 0 1 0 178159 37 0 0 20 0 19 0 342679139 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936531639712 139936360143757 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13300/tid=13303] ppid=13298 vsize=2715132 CPUtime=1.66 cores=0,2,4,6
/proc/13300/task/13303/stat : 13303 (java) S 13298 13300 9782 0 -1 4202560 496 0 0 0 152 14 0 0 20 0 19 0 342679140 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936516090408 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13300/tid=13304] ppid=13298 vsize=2715132 CPUtime=1.65 cores=0,2,4,6
/proc/13300/task/13304/stat : 13304 (java) S 13298 13300 9782 0 -1 4202560 259 0 0 0 154 11 0 0 20 0 19 0 342679140 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936515037608 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13300/tid=13305] ppid=13298 vsize=2715132 CPUtime=1.6 cores=0,2,4,6
/proc/13300/task/13305/stat : 13305 (java) S 13298 13300 9782 0 -1 4202560 265 0 0 0 146 14 0 0 20 0 19 0 342679140 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936513984808 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13300/tid=13306] ppid=13298 vsize=2715132 CPUtime=1.62 cores=0,2,4,6
/proc/13300/task/13306/stat : 13306 (java) S 13298 13300 9782 0 -1 4202560 267 0 0 0 150 12 0 0 20 0 19 0 342679140 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936512932008 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13300/tid=13307] ppid=13298 vsize=2715132 CPUtime=1.8 cores=0,2,4,6
/proc/13300/task/13307/stat : 13307 (java) S 13298 13300 9782 0 -1 4202560 304 0 0 0 167 13 0 0 20 0 19 0 342679140 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936511880232 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13300/tid=13308] ppid=13298 vsize=2715132 CPUtime=1.72 cores=0,2,4,6
/proc/13300/task/13308/stat : 13308 (java) S 13298 13300 9782 0 -1 4202560 358 0 0 0 158 14 0 0 20 0 19 0 342679140 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936510827432 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13300/tid=13309] ppid=13298 vsize=2715132 CPUtime=1.62 cores=0,2,4,6
/proc/13300/task/13309/stat : 13309 (java) S 13298 13300 9782 0 -1 4202560 408 0 0 0 149 13 0 0 20 0 19 0 342679140 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936509774632 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13300/tid=13310] ppid=13298 vsize=2715132 CPUtime=1.87 cores=0,2,4,6
/proc/13300/task/13310/stat : 13310 (java) S 13298 13300 9782 0 -1 4202560 421 0 0 0 168 19 0 0 20 0 19 0 342679140 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936508721832 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13300/tid=13311] ppid=13298 vsize=2715132 CPUtime=2.92 cores=0,2,4,6
/proc/13300/task/13311/stat : 13311 (java) S 13298 13300 9782 0 -1 4202560 115 0 0 0 289 3 0 0 20 0 19 0 342679141 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936496310760 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13300/tid=13312] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13312/stat : 13312 (java) S 13298 13300 9782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342679142 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936495256824 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13300/tid=13313] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13313/stat : 13313 (java) S 13298 13300 9782 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342679142 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936494203912 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13300/tid=13314] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13314/stat : 13314 (java) S 13298 13300 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342679144 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936493152400 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13300/tid=13315] ppid=13298 vsize=2715132 CPUtime=0.62 cores=0,2,4,6
/proc/13300/task/13315/stat : 13315 (java) S 13298 13300 9782 0 -1 4202560 5132 0 0 0 62 0 0 0 20 0 19 0 342679144 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936492100536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13300/tid=13316] ppid=13298 vsize=2715132 CPUtime=0.54 cores=0,2,4,6
/proc/13300/task/13316/stat : 13316 (java) S 13298 13300 9782 0 -1 4202560 5835 0 0 0 52 2 0 0 20 0 19 0 342679144 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936491047736 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13300/tid=13317] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13317/stat : 13317 (java) S 13298 13300 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342679144 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936489995128 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13300/tid=13318] ppid=13298 vsize=2715132 CPUtime=0.76 cores=0,2,4,6
/proc/13300/task/13318/stat : 13318 (java) S 13298 13300 9782 0 -1 4202560 103 0 0 0 47 29 0 0 20 0 19 0 342679144 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936488942536 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13300/tid=13319] ppid=13298 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13300/task/13319/stat : 13319 (java) S 13298 13300 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342679177 2780295168 342247 33554432000 1073741824 1073778376 140735997364384 139936487888040 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2715132

Child status: 143
Real time (s): 1788.78
CPU time (s): 1800.74
CPU user time (s): 1798.78
CPU system time (s): 1.9607
CPU usage (%): 100.669
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.78
system time used= 1.9607
maximum resident set size= 1369188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18274
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41862
involuntary context switches= 24675

runsolver used 6.14007 second user time and 15.0867 second system time

The end

Launcher Data

Begin job on node111 at 2012-06-04 01:18:42
IDJOB=3738308
IDBENCH=71842
IDSOLVER=2322
FILE ID=node111/3738308-1338765522
RUNJOBID= node111-1338737568-9798
PBS_JOBID= 14636765
Free space on /tmp= 67396 MiB

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

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

MD5SUM BENCH= 26c9befa85d0a0769813e718015f6caa
RANDOM SEED=412630672

node111.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29956904 kB
Buffers:          218884 kB
Cached:           554564 kB
SwapCached:         1404 kB
Active:          1531540 kB
Inactive:         590516 kB
Active(anon):    1350108 kB
Inactive(anon):     1276 kB
Active(file):     181432 kB
Inactive(file):   589240 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100152 kB
Dirty:               684 kB
Writeback:             0 kB
AnonPages:       1383456 kB
Mapped:            17124 kB
Shmem:                 0 kB
Slab:             648172 kB
SReclaimable:      89668 kB
SUnreclaim:       558504 kB
KernelStack:        1760 kB
PageTables:         6832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1518460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1345536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 67396 MiB
End job on node111 at 2012-06-04 01:48:32