Trace number 3744489

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB09: SAT4J Pseudo Resolution 2.1.1? (TO) 1800.6 1767.57

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_9_ic.opb
MD5SUM5b69bba9fba38b21e500a479429a9384
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 146363183
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 9700646039
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 146363183
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 9700646039
Number of bits of the biggest sum of numbers34
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.08	c version 2.1.1.v20090612
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version	1.6.0_24
0.00/0.08	c os.name	Linux
0.00/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch	amd64
0.00/0.08	c Free memory 1299577560
0.00/0.08	c Max memory 1306394624
0.00/0.08	c Total memory 1306394624
0.00/0.08	c Number of processors 8
0.09/0.10	c Pseudo Boolean Optimization
0.09/0.10	c --- Begin Solver configuration ---
0.09/0.10	c Stops conflict analysis at the first Unique Implication Point
0.09/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.10	c Expensive reason simplification
0.09/0.10	c MiniSAT restarts strategy
0.09/0.10	c Memory based learned constraints deletion strategy
0.09/0.10	c timeout=2147483s
0.09/0.10	c DB Simplification allowed=false
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	c solving HOME/instance-3744489-1338812354.opb
0.09/0.10	c reading problem ... 
0.96/0.54	c ... done. Wall clock time 0.433s.
0.96/0.54	c #vars     15725
0.96/0.54	c #constraints  33208
0.96/0.54	c constraints type 
0.96/0.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
0.96/0.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
0.96/0.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
0.96/0.54	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 14726
1371.29/1343.99	c cleaning 500250 clauses out of 1000501
1800.02/1767.51	c starts		: 22
1800.02/1767.51	c conflicts		: 1258939
1800.02/1767.51	c decisions		: 1435733
1800.02/1767.51	c propagations		: 769770771
1800.02/1767.51	c inspects		: 8255789250
1800.02/1767.51	c learnt literals	: 0
1800.02/1767.51	c learnt binary clauses	: 0
1800.02/1767.51	c learnt ternary clauses	: 0
1800.02/1767.51	c learnt clauses	: 1258939
1800.02/1767.51	c ignored clauses	: 0
1800.02/1767.51	c root simplifications	: 0
1800.02/1767.51	c removed literals (reason simplification)	: 60862914
1800.02/1767.51	c reason swapping (by a shorter reason)	: 0
1800.02/1767.51	c Calls to reduceDB	: 1
1800.02/1767.51	c speed (assignments/second)	: 435643.8576028044
1800.02/1767.51	c non guided choices	0
1800.02/1767.56	c learnt constraints type 
1800.02/1767.56	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 758709
1800.02/1767.56	c constraints type 
1800.02/1767.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.02/1767.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.02/1767.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1800.02/1767.56	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 14726
1800.02/1767.56	s UNKNOWN
1800.02/1767.56	c Total wall clock time (in seconds): 1767.462

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-3744489-1338812354/watcher-3744489-1338812354 -o /tmp/evaluation-result-3744489-1338812354/solver-3744489-1338812354 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744489-1338812354.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.63 3.58 3.66 2/173 13965
/proc/meminfo: memFree=27936024/32873648 swapFree=6864/6864
[pid=13965] ppid=13962 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/13965/stat : 13965 (java6) D 13962 13965 13292 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 347361370 9515008 182 33554432000 1073741824 1073778376 140734996734576 140734996725608 226084339381 0 0 4096 0 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/13965/statm: 2323 182 140 9 0 71 0

[startup+0.0241881 s]
/proc/loadavg: 2.63 3.58 3.66 2/173 13965
/proc/meminfo: memFree=27936024/32873648 swapFree=6864/6864
[pid=13965] ppid=13962 vsize=2104932 CPUtime=0 cores=0,2,4,6
/proc/13965/stat : 13965 (java) S 13962 13965 13292 0 -1 4202496 2832 0 1 0 0 0 0 0 20 0 10 0 347361370 2155450368 3022 33554432000 1073741824 1073778376 140736013702528 140736013693664 226087698493 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13965/statm: 526233 3022 1033 9 0 517342 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2104932

[startup+0.100211 s]
/proc/loadavg: 2.63 3.58 3.66 2/173 13965
/proc/meminfo: memFree=27936024/32873648 swapFree=6864/6864
[pid=13965] ppid=13962 vsize=2648568 CPUtime=0.09 cores=0,2,4,6
/proc/13965/stat : 13965 (java) S 13962 13965 13292 0 -1 4202496 4694 0 1 0 8 1 0 0 20 0 18 0 347361370 2712133632 6410 33554432000 1073741824 1073778376 140736013702528 140736013693664 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13965/statm: 662142 6410 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2648568

[startup+0.300171 s]
/proc/loadavg: 2.63 3.58 3.66 2/173 13965
/proc/meminfo: memFree=27936024/32873648 swapFree=6864/6864
[pid=13965] ppid=13962 vsize=2648568 CPUtime=0.54 cores=0,2,4,6
/proc/13965/stat : 13965 (java) S 13962 13965 13292 0 -1 4202496 6433 0 1 0 52 2 0 0 20 0 18 0 347361370 2712133632 10204 33554432000 1073741824 1073778376 140736013702528 140736013693664 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13965/statm: 662142 10204 2224 9 0 652835 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 2648568

[startup+0.700169 s]
/proc/loadavg: 2.63 3.58 3.66 2/173 13965
/proc/meminfo: memFree=27936024/32873648 swapFree=6864/6864
[pid=13965] ppid=13962 vsize=2715132 CPUtime=1.43 cores=0,2,4,6
/proc/13965/stat : 13965 (java) S 13962 13965 13292 0 -1 4202496 10364 0 1 0 139 4 0 0 20 0 19 0 347361370 2780295168 31531 33554432000 1073741824 1073778376 140736013702528 140736013693664 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13965/statm: 678783 31531 2259 9 0 669476 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 2715132

[startup+1.50067 s]
/proc/loadavg: 2.58 3.55 3.65 3/213 14005
/proc/meminfo: memFree=27561348/32873648 swapFree=6864/6864
[pid=13965] ppid=13962 vsize=2715132 CPUtime=2.48 cores=0,2,4,6
/proc/13965/stat : 13965 (java) S 13962 13965 13292 0 -1 4202496 13992 0 1 0 240 8 0 0 20 0 19 0 347361370 2780295168 80489 33554432000 1073741824 1073778376 140736013702528 140736013693664 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13965/statm: 678783 80489 2259 9 0 669476 0
[pid=13965/tid=13970] ppid=13962 vsize=2715132 CPUtime=1.46 cores=0,2,4,6
/proc/13965/task/13970/stat : 13970 (java) R 13962 13965 13292 0 -1 4202560 2900 0 1 0 141 5 0 0 20 0 19 0 347361371 2780295168 80489 33554432000 1073741824 1073778376 140736013702528 140102074614200 140101917841930 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13965/tid=13972] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/13972/stat : 13972 (java) S 13962 13965 13292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347361372 2780295168 80489 33554432000 1073741824 1073778376 140736013702528 140102059063720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13973] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/13973/stat : 13973 (java) S 13962 13965 13292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347361372 2780295168 80489 33554432000 1073741824 1073778376 140736013702528 140102058011176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13965/tid=13974] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/13974/stat : 13974 (java) S 13962 13965 13292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347361372 2780295168 80489 33554432000 1073741824 1073778376 140736013702528 140102056958120 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13965/tid=13975] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/13975/stat : 13975 (java) S 13962 13965 13292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347361372 2780295168 80489 33554432000 1073741824 1073778376 140736013702528 140102055905576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13965/tid=13976] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/13976/stat : 13976 (java) S 13962 13965 13292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347361372 2780295168 80489 33554432000 1073741824 1073778376 140736013702528 140102054853544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13977] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/13977/stat : 13977 (java) S 13962 13965 13292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347361372 2780295168 80489 33554432000 1073741824 1073778376 140736013702528 140102053801000 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13965/tid=13979] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/13979/stat : 13979 (java) S 13962 13965 13292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347361372 2780295168 80489 33554432000 1073741824 1073778376 140736013702528 140102052747944 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13965/tid=13981] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/13981/stat : 13981 (java) S 13962 13965 13292 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 347361372 2780295168 80489 33554432000 1073741824 1073778376 140736013702528 140102051695400 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13989] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/13989/stat : 13989 (java) S 13962 13965 13292 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 347361374 2780295168 80489 33554432000 1073741824 1073778376 140736013702528 140102039284072 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13992] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/13992/stat : 13992 (java) S 13962 13965 13292 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 347361374 2780295168 80489 33554432000 1073741824 1073778376 140736013702528 140102038230392 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13993] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/13993/stat : 13993 (java) S 13962 13965 13292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347361374 2780295168 80489 33554432000 1073741824 1073778376 140736013702528 140102037177224 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13995] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/13995/stat : 13995 (java) S 13962 13965 13292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347361376 2780295168 80489 33554432000 1073741824 1073778376 140736013702528 140102036125968 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13997] ppid=13962 vsize=2715132 CPUtime=0.44 cores=0,2,4,6
/proc/13965/task/13997/stat : 13997 (java) S 13962 13965 13292 0 -1 4202560 3398 0 0 0 44 0 0 0 20 0 19 0 347361376 2780295168 80489 33554432000 1073741824 1073778376 140736013702528 140101917076280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13999] ppid=13962 vsize=2715132 CPUtime=0.53 cores=0,2,4,6
/proc/13965/task/13999/stat : 13999 (java) S 13962 13965 13292 0 -1 4202560 6493 0 0 0 51 2 0 0 20 0 19 0 347361376 2780295168 80489 33554432000 1073741824 1073778376 140736013702528 140101916023736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13965/tid=14001] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/14001/stat : 14001 (java) S 13962 13965 13292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347361376 2780295168 80489 33554432000 1073741824 1073778376 140736013702528 140101914970872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13965/tid=14003] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/14003/stat : 14003 (java) S 13962 13965 13292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347361376 2780295168 80489 33554432000 1073741824 1073778376 140736013702528 140101913918536 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=14005] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/14005/stat : 14005 (java) S 13962 13965 13292 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 347361430 2780295168 80489 33554432000 1073741824 1073778376 140736013702528 140101912863784 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 2715132

[startup+3.10074 s]
/proc/loadavg: 2.58 3.55 3.65 3/213 14005
/proc/meminfo: memFree=27188676/32873648 swapFree=6864/6864
[pid=13965] ppid=13962 vsize=2715132 CPUtime=4.2 cores=0,2,4,6
/proc/13965/stat : 13965 (java) S 13962 13965 13292 0 -1 4202496 14091 0 1 0 409 11 0 0 20 0 19 0 347361370 2780295168 98946 33554432000 1073741824 1073778376 140736013702528 140736013693664 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13965/statm: 678783 98946 2272 9 0 669476 0
[pid=13965/tid=13970] ppid=13962 vsize=2715132 CPUtime=3.03 cores=0,2,4,6
/proc/13965/task/13970/stat : 13970 (java) R 13962 13965 13292 0 -1 4202560 2925 0 1 0 296 7 0 0 20 0 19 0 347361371 2780295168 98946 33554432000 1073741824 1073778376 140736013702528 140102074614232 140101917610618 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13965/tid=13972] ppid=13962 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/13965/task/13972/stat : 13972 (java) S 13962 13965 13292 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 347361372 2780295168 98946 33554432000 1073741824 1073778376 140736013702528 140102059063720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13965/tid=13973] ppid=13962 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/13965/task/13973/stat : 13973 (java) S 13962 13965 13292 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 347361372 2780295168 98946 33554432000 1073741824 1073778376 140736013702528 140102058011176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13974] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/13974/stat : 13974 (java) S 13962 13965 13292 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 347361372 2780295168 98946 33554432000 1073741824 1073778376 140736013702528 140102056958120 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13965/tid=13975] ppid=13962 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/13965/task/13975/stat : 13975 (java) S 13962 13965 13292 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 347361372 2780295168 98946 33554432000 1073741824 1073778376 140736013702528 140102055905576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13965/tid=13976] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/13976/stat : 13976 (java) S 13962 13965 13292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347361372 2780295168 98946 33554432000 1073741824 1073778376 140736013702528 140102054853544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13965/tid=13977] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/13977/stat : 13977 (java) S 13962 13965 13292 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 347361372 2780295168 98946 33554432000 1073741824 1073778376 140736013702528 140102053801000 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13965/tid=13979] ppid=13962 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/13965/task/13979/stat : 13979 (java) S 13962 13965 13292 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 347361372 2780295168 98946 33554432000 1073741824 1073778376 140736013702528 140102052747944 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13981] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/13981/stat : 13981 (java) S 13962 13965 13292 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 347361372 2780295168 98946 33554432000 1073741824 1073778376 140736013702528 140102051695400 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13989] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/13989/stat : 13989 (java) S 13962 13965 13292 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 347361374 2780295168 98946 33554432000 1073741824 1073778376 140736013702528 140102039284072 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13965/tid=13992] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/13992/stat : 13992 (java) S 13962 13965 13292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347361374 2780295168 98946 33554432000 1073741824 1073778376 140736013702528 140102038230392 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13993] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/13993/stat : 13993 (java) S 13962 13965 13292 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 347361374 2780295168 98946 33554432000 1073741824 1073778376 140736013702528 140102037177224 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13995] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/13995/stat : 13995 (java) S 13962 13965 13292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347361376 2780295168 98946 33554432000 1073741824 1073778376 140736013702528 140102036125968 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13997] ppid=13962 vsize=2715132 CPUtime=0.45 cores=0,2,4,6
/proc/13965/task/13997/stat : 13997 (java) S 13962 13965 13292 0 -1 4202560 3398 0 0 0 45 0 0 0 20 0 19 0 347361376 2780295168 98946 33554432000 1073741824 1073778376 140736013702528 140101917076280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13999] ppid=13962 vsize=2715132 CPUtime=0.56 cores=0,2,4,6
/proc/13965/task/13999/stat : 13999 (java) S 13962 13965 13292 0 -1 4202560 6493 0 0 0 54 2 0 0 20 0 19 0 347361376 2780295168 98946 33554432000 1073741824 1073778376 140736013702528 140101916023736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13965/tid=14001] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/14001/stat : 14001 (java) S 13962 13965 13292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347361376 2780295168 98946 33554432000 1073741824 1073778376 140736013702528 140101914970872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13965/tid=14003] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/14003/stat : 14003 (java) S 13962 13965 13292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347361376 2780295168 98946 33554432000 1073741824 1073778376 140736013702528 140101913918536 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=14005] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/14005/stat : 14005 (java) S 13962 13965 13292 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 347361430 2780295168 98946 33554432000 1073741824 1073778376 140736013702528 140101912863784 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 2715132

[startup+6.30071 s]
/proc/loadavg: 2.58 3.55 3.65 3/213 14005
/proc/meminfo: memFree=27147744/32873648 swapFree=6864/6864
[pid=13965] ppid=13962 vsize=2715132 CPUtime=7.62 cores=0,2,4,6
/proc/13965/stat : 13965 (java) S 13962 13965 13292 0 -1 4202496 14148 0 1 0 749 13 0 0 20 0 19 0 347361370 2780295168 104426 33554432000 1073741824 1073778376 140736013702528 140736013693664 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13965/statm: 678783 104426 2272 9 0 669476 0
[pid=13965/tid=13970] ppid=13962 vsize=2715132 CPUtime=6.15 cores=0,2,4,6
/proc/13965/task/13970/stat : 13970 (java) R 13962 13965 13292 0 -1 4202560 2930 0 1 0 608 7 0 0 20 0 19 0 347361371 2780295168 104426 33554432000 1073741824 1073778376 140736013702528 140102074613040 140101917842355 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13965/tid=13972] ppid=13962 vsize=2715132 CPUtime=0.04 cores=0,2,4,6
/proc/13965/task/13972/stat : 13972 (java) S 13962 13965 13292 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 19 0 347361372 2780295168 104426 33554432000 1073741824 1073778376 140736013702528 140102059063720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13973] ppid=13962 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/13965/task/13973/stat : 13973 (java) S 13962 13965 13292 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 347361372 2780295168 104426 33554432000 1073741824 1073778376 140736013702528 140102058011176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13974] ppid=13962 vsize=2715132 CPUtime=0.04 cores=0,2,4,6
/proc/13965/task/13974/stat : 13974 (java) S 13962 13965 13292 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 347361372 2780295168 104426 33554432000 1073741824 1073778376 140736013702528 140102056958120 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13965/tid=13975] ppid=13962 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/13965/task/13975/stat : 13975 (java) S 13962 13965 13292 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 19 0 347361372 2780295168 104426 33554432000 1073741824 1073778376 140736013702528 140102055905576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13976] ppid=13962 vsize=2715132 CPUtime=0.04 cores=0,2,4,6
/proc/13965/task/13976/stat : 13976 (java) S 13962 13965 13292 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 19 0 347361372 2780295168 104426 33554432000 1073741824 1073778376 140736013702528 140102054853544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13965/tid=13977] ppid=13962 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/13965/task/13977/stat : 13977 (java) S 13962 13965 13292 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 19 0 347361372 2780295168 104426 33554432000 1073741824 1073778376 140736013702528 140102053801000 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13979] ppid=13962 vsize=2715132 CPUtime=0.06 cores=0,2,4,6
/proc/13965/task/13979/stat : 13979 (java) S 13962 13965 13292 0 -1 4202560 21 0 0 0 6 0 0 0 20 0 19 0 347361372 2780295168 104426 33554432000 1073741824 1073778376 140736013702528 140102052747944 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13981] ppid=13962 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/13965/task/13981/stat : 13981 (java) S 13962 13965 13292 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 347361372 2780295168 104426 33554432000 1073741824 1073778376 140736013702528 140102051695400 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13965/tid=13989] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/13989/stat : 13989 (java) S 13962 13965 13292 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 347361374 2780295168 104426 33554432000 1073741824 1073778376 140736013702528 140102039284072 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13965/tid=13992] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/13992/stat : 13992 (java) S 13962 13965 13292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347361374 2780295168 104426 33554432000 1073741824 1073778376 140736013702528 140102038230392 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13993] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/13993/stat : 13993 (java) S 13962 13965 13292 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 347361374 2780295168 104426 33554432000 1073741824 1073778376 140736013702528 140102037177224 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13995] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/13995/stat : 13995 (java) S 13962 13965 13292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347361376 2780295168 104426 33554432000 1073741824 1073778376 140736013702528 140102036125968 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13997] ppid=13962 vsize=2715132 CPUtime=0.45 cores=0,2,4,6
/proc/13965/task/13997/stat : 13997 (java) S 13962 13965 13292 0 -1 4202560 3398 0 0 0 45 0 0 0 20 0 19 0 347361376 2780295168 104426 33554432000 1073741824 1073778376 140736013702528 140101917076280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13999] ppid=13962 vsize=2715132 CPUtime=0.58 cores=0,2,4,6
/proc/13965/task/13999/stat : 13999 (java) S 13962 13965 13292 0 -1 4202560 6493 0 0 0 56 2 0 0 20 0 19 0 347361376 2780295168 104426 33554432000 1073741824 1073778376 140736013702528 140101916023736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13965/tid=14001] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/14001/stat : 14001 (java) S 13962 13965 13292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347361376 2780295168 104426 33554432000 1073741824 1073778376 140736013702528 140101914970872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13965/tid=14003] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/14003/stat : 14003 (java) S 13962 13965 13292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347361376 2780295168 104426 33554432000 1073741824 1073778376 140736013702528 140101913918536 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=14005] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/14005/stat : 14005 (java) S 13962 13965 13292 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 347361430 2780295168 104426 33554432000 1073741824 1073778376 140736013702528 140101912863784 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.62
Current children cumulated vsize (KiB) 2715132

[startup+12.7007 s]

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

[pid=13965/tid=13977] ppid=13962 vsize=2715132 CPUtime=5.41 cores=0,2,4,6
/proc/13965/task/13977/stat : 13977 (java) S 13962 13965 13292 0 -1 4202560 328 0 0 0 532 9 0 0 20 0 19 0 347361372 2780295168 315389 33554432000 1073741824 1073778376 140736013702528 140102053801000 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13965/tid=13979] ppid=13962 vsize=2715132 CPUtime=5.3 cores=0,2,4,6
/proc/13965/task/13979/stat : 13979 (java) S 13962 13965 13292 0 -1 4202560 338 0 0 0 520 10 0 0 20 0 19 0 347361372 2780295168 315389 33554432000 1073741824 1073778376 140736013702528 140102052747944 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13981] ppid=13962 vsize=2715132 CPUtime=5.3 cores=0,2,4,6
/proc/13965/task/13981/stat : 13981 (java) S 13962 13965 13292 0 -1 4202560 320 0 0 0 522 8 0 0 20 0 19 0 347361372 2780295168 315389 33554432000 1073741824 1073778376 140736013702528 140102051695400 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13965/tid=13989] ppid=13962 vsize=2715132 CPUtime=0.57 cores=0,2,4,6
/proc/13965/task/13989/stat : 13989 (java) S 13962 13965 13292 0 -1 4202560 126 0 0 0 53 4 0 0 20 0 19 0 347361374 2780295168 315389 33554432000 1073741824 1073778376 140736013702528 140102039284072 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13965/tid=13992] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/13992/stat : 13992 (java) S 13962 13965 13292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347361374 2780295168 315389 33554432000 1073741824 1073778376 140736013702528 140102038230392 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13993] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/13993/stat : 13993 (java) S 13962 13965 13292 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 347361374 2780295168 315389 33554432000 1073741824 1073778376 140736013702528 140102037177224 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13995] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/13995/stat : 13995 (java) S 13962 13965 13292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347361376 2780295168 315389 33554432000 1073741824 1073778376 140736013702528 140102036125968 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13997] ppid=13962 vsize=2715132 CPUtime=0.48 cores=0,2,4,6
/proc/13965/task/13997/stat : 13997 (java) S 13962 13965 13292 0 -1 4202560 3402 0 0 0 48 0 0 0 20 0 19 0 347361376 2780295168 315389 33554432000 1073741824 1073778376 140736013702528 140101917076280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13999] ppid=13962 vsize=2715132 CPUtime=0.7 cores=0,2,4,6
/proc/13965/task/13999/stat : 13999 (java) S 13962 13965 13292 0 -1 4202560 6576 0 0 0 68 2 0 0 20 0 19 0 347361376 2780295168 315389 33554432000 1073741824 1073778376 140736013702528 140101916023736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13965/tid=14001] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/14001/stat : 14001 (java) S 13962 13965 13292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347361376 2780295168 315389 33554432000 1073741824 1073778376 140736013702528 140101914970872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13965/tid=14003] ppid=13962 vsize=2715132 CPUtime=0.59 cores=0,2,4,6
/proc/13965/task/14003/stat : 14003 (java) S 13962 13965 13292 0 -1 4202560 94 0 0 0 27 32 0 0 20 0 19 0 347361376 2780295168 315389 33554432000 1073741824 1073778376 140736013702528 140101913918536 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=14005] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/14005/stat : 14005 (java) S 13962 13965 13292 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 347361430 2780295168 315389 33554432000 1073741824 1073778376 140736013702528 140101912863784 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1693.79
Current children cumulated vsize (KiB) 2715132

[startup+1722.3 s]
/proc/loadavg: 1.98 2.02 2.27 3/213 14022
/proc/meminfo: memFree=25430408/32873648 swapFree=6864/6864
[pid=13965] ppid=13962 vsize=2715132 CPUtime=1754.37 cores=0,2,4,6
/proc/13965/stat : 13965 (java) S 13962 13965 13292 0 -1 4202496 17775 0 1 0 175317 120 0 0 20 0 19 0 347361370 2780295168 315408 33554432000 1073741824 1073778376 140736013702528 140736013693664 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13965/statm: 678783 315408 2285 9 0 669476 0
[pid=13965/tid=13970] ppid=13962 vsize=2715132 CPUtime=1709.12 cores=0,2,4,6
/proc/13965/task/13970/stat : 13970 (java) R 13962 13965 13292 0 -1 4202560 3726 0 1 0 170876 36 0 0 20 0 19 0 347361371 2780295168 315408 33554432000 1073741824 1073778376 140736013702528 140102074613040 140101917863319 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13972] ppid=13962 vsize=2715132 CPUtime=5.46 cores=0,2,4,6
/proc/13965/task/13972/stat : 13972 (java) S 13962 13965 13292 0 -1 4202560 332 0 0 0 537 9 0 0 20 0 19 0 347361372 2780295168 315408 33554432000 1073741824 1073778376 140736013702528 140102059063720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13965/tid=13973] ppid=13962 vsize=2715132 CPUtime=5.38 cores=0,2,4,6
/proc/13965/task/13973/stat : 13973 (java) S 13962 13965 13292 0 -1 4202560 322 0 0 0 529 9 0 0 20 0 19 0 347361372 2780295168 315408 33554432000 1073741824 1073778376 140736013702528 140102058011176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13965/tid=13974] ppid=13962 vsize=2715132 CPUtime=5.46 cores=0,2,4,6
/proc/13965/task/13974/stat : 13974 (java) S 13962 13965 13292 0 -1 4202560 339 0 0 0 536 10 0 0 20 0 19 0 347361372 2780295168 315408 33554432000 1073741824 1073778376 140736013702528 140102056958120 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13965/tid=13975] ppid=13962 vsize=2715132 CPUtime=5.14 cores=0,2,4,6
/proc/13965/task/13975/stat : 13975 (java) S 13962 13965 13292 0 -1 4202560 316 0 0 0 504 10 0 0 20 0 19 0 347361372 2780295168 315408 33554432000 1073741824 1073778376 140736013702528 140102055905576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13976] ppid=13962 vsize=2715132 CPUtime=5.33 cores=0,2,4,6
/proc/13965/task/13976/stat : 13976 (java) S 13962 13965 13292 0 -1 4202560 352 0 0 0 524 9 0 0 20 0 19 0 347361372 2780295168 315408 33554432000 1073741824 1073778376 140736013702528 140102054853544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13965/tid=13977] ppid=13962 vsize=2715132 CPUtime=5.51 cores=0,2,4,6
/proc/13965/task/13977/stat : 13977 (java) S 13962 13965 13292 0 -1 4202560 331 0 0 0 541 10 0 0 20 0 19 0 347361372 2780295168 315408 33554432000 1073741824 1073778376 140736013702528 140102053801000 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13965/tid=13979] ppid=13962 vsize=2715132 CPUtime=5.42 cores=0,2,4,6
/proc/13965/task/13979/stat : 13979 (java) S 13962 13965 13292 0 -1 4202560 342 0 0 0 532 10 0 0 20 0 19 0 347361372 2780295168 315408 33554432000 1073741824 1073778376 140736013702528 140102052747944 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13965/tid=13981] ppid=13962 vsize=2715132 CPUtime=5.39 cores=0,2,4,6
/proc/13965/task/13981/stat : 13981 (java) S 13962 13965 13292 0 -1 4202560 323 0 0 0 530 9 0 0 20 0 19 0 347361372 2780295168 315408 33554432000 1073741824 1073778376 140736013702528 140102051695400 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13989] ppid=13962 vsize=2715132 CPUtime=0.57 cores=0,2,4,6
/proc/13965/task/13989/stat : 13989 (java) S 13962 13965 13292 0 -1 4202560 130 0 0 0 53 4 0 0 20 0 19 0 347361374 2780295168 315408 33554432000 1073741824 1073778376 140736013702528 140102039284072 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13965/tid=13992] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/13992/stat : 13992 (java) S 13962 13965 13292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347361374 2780295168 315408 33554432000 1073741824 1073778376 140736013702528 140102038230392 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13993] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/13993/stat : 13993 (java) S 13962 13965 13292 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 347361374 2780295168 315408 33554432000 1073741824 1073778376 140736013702528 140102037177224 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13995] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/13995/stat : 13995 (java) S 13962 13965 13292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347361376 2780295168 315408 33554432000 1073741824 1073778376 140736013702528 140102036125968 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13997] ppid=13962 vsize=2715132 CPUtime=0.48 cores=0,2,4,6
/proc/13965/task/13997/stat : 13997 (java) S 13962 13965 13292 0 -1 4202560 3402 0 0 0 48 0 0 0 20 0 19 0 347361376 2780295168 315408 33554432000 1073741824 1073778376 140736013702528 140101917076280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13999] ppid=13962 vsize=2715132 CPUtime=0.7 cores=0,2,4,6
/proc/13965/task/13999/stat : 13999 (java) S 13962 13965 13292 0 -1 4202560 6576 0 0 0 68 2 0 0 20 0 19 0 347361376 2780295168 315408 33554432000 1073741824 1073778376 140736013702528 140101916023736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13965/tid=14001] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/14001/stat : 14001 (java) S 13962 13965 13292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347361376 2780295168 315408 33554432000 1073741824 1073778376 140736013702528 140101914970872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13965/tid=14003] ppid=13962 vsize=2715132 CPUtime=0.62 cores=0,2,4,6
/proc/13965/task/14003/stat : 14003 (java) S 13962 13965 13292 0 -1 4202560 96 0 0 0 28 34 0 0 20 0 19 0 347361376 2780295168 315408 33554432000 1073741824 1073778376 140736013702528 140101913918536 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13965/tid=14005] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/14005/stat : 14005 (java) S 13962 13965 13292 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 347361430 2780295168 315408 33554432000 1073741824 1073778376 140736013702528 140101912863784 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1754.37
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1767.5 s]
/proc/loadavg: 1.99 2.02 2.25 2/189 14049
/proc/meminfo: memFree=26682120/32873648 swapFree=6864/6864
[pid=13965] ppid=13962 vsize=2715132 CPUtime=1800.02 cores=0,2,4,6
/proc/13965/stat : 13965 (java) S 13962 13965 13292 0 -1 4202496 17815 0 1 0 179880 122 0 0 20 0 19 0 347361370 2780295168 315431 33554432000 1073741824 1073778376 140736013702528 140736013693664 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13965/statm: 678783 315431 2285 9 0 669476 0
[pid=13965/tid=13970] ppid=13962 vsize=2715132 CPUtime=1754.16 cores=0,2,4,6
/proc/13965/task/13970/stat : 13970 (java) R 13962 13965 13292 0 -1 4202560 3737 0 1 0 175379 37 0 0 20 0 19 0 347361371 2780295168 315431 33554432000 1073741824 1073778376 140736013702528 140102074613040 140101917864163 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13972] ppid=13962 vsize=2715132 CPUtime=5.55 cores=0,2,4,6
/proc/13965/task/13972/stat : 13972 (java) S 13962 13965 13292 0 -1 4202560 335 0 0 0 545 10 0 0 20 0 19 0 347361372 2780295168 315431 33554432000 1073741824 1073778376 140736013702528 140102059063720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13965/tid=13973] ppid=13962 vsize=2715132 CPUtime=5.44 cores=0,2,4,6
/proc/13965/task/13973/stat : 13973 (java) S 13962 13965 13292 0 -1 4202560 324 0 0 0 535 9 0 0 20 0 19 0 347361372 2780295168 315431 33554432000 1073741824 1073778376 140736013702528 140102058011176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13974] ppid=13962 vsize=2715132 CPUtime=5.53 cores=0,2,4,6
/proc/13965/task/13974/stat : 13974 (java) S 13962 13965 13292 0 -1 4202560 342 0 0 0 543 10 0 0 20 0 19 0 347361372 2780295168 315431 33554432000 1073741824 1073778376 140736013702528 140102056958120 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13965/tid=13975] ppid=13962 vsize=2715132 CPUtime=5.22 cores=0,2,4,6
/proc/13965/task/13975/stat : 13975 (java) S 13962 13965 13292 0 -1 4202560 320 0 0 0 512 10 0 0 20 0 19 0 347361372 2780295168 315431 33554432000 1073741824 1073778376 140736013702528 140102055905576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13965/tid=13976] ppid=13962 vsize=2715132 CPUtime=5.41 cores=0,2,4,6
/proc/13965/task/13976/stat : 13976 (java) S 13962 13965 13292 0 -1 4202560 354 0 0 0 532 9 0 0 20 0 19 0 347361372 2780295168 315431 33554432000 1073741824 1073778376 140736013702528 140102054853544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13977] ppid=13962 vsize=2715132 CPUtime=5.56 cores=0,2,4,6
/proc/13965/task/13977/stat : 13977 (java) S 13962 13965 13292 0 -1 4202560 332 0 0 0 546 10 0 0 20 0 19 0 347361372 2780295168 315431 33554432000 1073741824 1073778376 140736013702528 140102053801000 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13965/tid=13979] ppid=13962 vsize=2715132 CPUtime=5.47 cores=0,2,4,6
/proc/13965/task/13979/stat : 13979 (java) S 13962 13965 13292 0 -1 4202560 347 0 0 0 537 10 0 0 20 0 19 0 347361372 2780295168 315431 33554432000 1073741824 1073778376 140736013702528 140102052747944 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13965/tid=13981] ppid=13962 vsize=2715132 CPUtime=5.48 cores=0,2,4,6
/proc/13965/task/13981/stat : 13981 (java) S 13962 13965 13292 0 -1 4202560 326 0 0 0 539 9 0 0 20 0 19 0 347361372 2780295168 315431 33554432000 1073741824 1073778376 140736013702528 140102051695400 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13965/tid=13989] ppid=13962 vsize=2715132 CPUtime=0.58 cores=0,2,4,6
/proc/13965/task/13989/stat : 13989 (java) S 13962 13965 13292 0 -1 4202560 132 0 0 0 54 4 0 0 20 0 19 0 347361374 2780295168 315431 33554432000 1073741824 1073778376 140736013702528 140102039284072 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13992] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/13992/stat : 13992 (java) S 13962 13965 13292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347361374 2780295168 315431 33554432000 1073741824 1073778376 140736013702528 140102038230392 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13993] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/13993/stat : 13993 (java) S 13962 13965 13292 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 347361374 2780295168 315431 33554432000 1073741824 1073778376 140736013702528 140102037177224 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13995] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/13995/stat : 13995 (java) S 13962 13965 13292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347361376 2780295168 315431 33554432000 1073741824 1073778376 140736013702528 140102036125968 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13997] ppid=13962 vsize=2715132 CPUtime=0.48 cores=0,2,4,6
/proc/13965/task/13997/stat : 13997 (java) S 13962 13965 13292 0 -1 4202560 3402 0 0 0 48 0 0 0 20 0 19 0 347361376 2780295168 315431 33554432000 1073741824 1073778376 140736013702528 140101917076280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13999] ppid=13962 vsize=2715132 CPUtime=0.7 cores=0,2,4,6
/proc/13965/task/13999/stat : 13999 (java) S 13962 13965 13292 0 -1 4202560 6576 0 0 0 68 2 0 0 20 0 19 0 347361376 2780295168 315431 33554432000 1073741824 1073778376 140736013702528 140101916023736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13965/tid=14001] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/14001/stat : 14001 (java) S 13962 13965 13292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347361376 2780295168 315431 33554432000 1073741824 1073778376 140736013702528 140101914970872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13965/tid=14003] ppid=13962 vsize=2715132 CPUtime=0.63 cores=0,2,4,6
/proc/13965/task/14003/stat : 14003 (java) S 13962 13965 13292 0 -1 4202560 100 0 0 0 29 34 0 0 20 0 19 0 347361376 2780295168 315431 33554432000 1073741824 1073778376 140736013702528 140101913918536 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13965/tid=14005] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/14005/stat : 14005 (java) S 13962 13965 13292 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 347361430 2780295168 315431 33554432000 1073741824 1073778376 140736013702528 140101912863784 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 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+1767.5 s]
/proc/loadavg: 1.99 2.02 2.25 2/189 14049
/proc/meminfo: memFree=26682120/32873648 swapFree=6864/6864
[pid=13965] ppid=13962 vsize=2715132 CPUtime=1800.02 cores=0,2,4,6
/proc/13965/stat : 13965 (java) S 13962 13965 13292 0 -1 4202496 17815 0 1 0 179880 122 0 0 20 0 19 0 347361370 2780295168 315431 33554432000 1073741824 1073778376 140736013702528 140736013693664 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13965/statm: 678783 315431 2285 9 0 669476 0
[pid=13965/tid=13970] ppid=13962 vsize=2715132 CPUtime=1754.16 cores=0,2,4,6
/proc/13965/task/13970/stat : 13970 (java) R 13962 13965 13292 0 -1 4202560 3737 0 1 0 175379 37 0 0 20 0 19 0 347361371 2780295168 315431 33554432000 1073741824 1073778376 140736013702528 140102074613040 140101917864163 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13972] ppid=13962 vsize=2715132 CPUtime=5.55 cores=0,2,4,6
/proc/13965/task/13972/stat : 13972 (java) S 13962 13965 13292 0 -1 4202560 335 0 0 0 545 10 0 0 20 0 19 0 347361372 2780295168 315431 33554432000 1073741824 1073778376 140736013702528 140102059063720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13965/tid=13973] ppid=13962 vsize=2715132 CPUtime=5.44 cores=0,2,4,6
/proc/13965/task/13973/stat : 13973 (java) S 13962 13965 13292 0 -1 4202560 324 0 0 0 535 9 0 0 20 0 19 0 347361372 2780295168 315431 33554432000 1073741824 1073778376 140736013702528 140102058011176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13974] ppid=13962 vsize=2715132 CPUtime=5.53 cores=0,2,4,6
/proc/13965/task/13974/stat : 13974 (java) S 13962 13965 13292 0 -1 4202560 342 0 0 0 543 10 0 0 20 0 19 0 347361372 2780295168 315431 33554432000 1073741824 1073778376 140736013702528 140102056958120 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13965/tid=13975] ppid=13962 vsize=2715132 CPUtime=5.22 cores=0,2,4,6
/proc/13965/task/13975/stat : 13975 (java) S 13962 13965 13292 0 -1 4202560 320 0 0 0 512 10 0 0 20 0 19 0 347361372 2780295168 315431 33554432000 1073741824 1073778376 140736013702528 140102055905576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13965/tid=13976] ppid=13962 vsize=2715132 CPUtime=5.41 cores=0,2,4,6
/proc/13965/task/13976/stat : 13976 (java) S 13962 13965 13292 0 -1 4202560 354 0 0 0 532 9 0 0 20 0 19 0 347361372 2780295168 315431 33554432000 1073741824 1073778376 140736013702528 140102054853544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13977] ppid=13962 vsize=2715132 CPUtime=5.56 cores=0,2,4,6
/proc/13965/task/13977/stat : 13977 (java) S 13962 13965 13292 0 -1 4202560 332 0 0 0 546 10 0 0 20 0 19 0 347361372 2780295168 315431 33554432000 1073741824 1073778376 140736013702528 140102053801000 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13965/tid=13979] ppid=13962 vsize=2715132 CPUtime=5.47 cores=0,2,4,6
/proc/13965/task/13979/stat : 13979 (java) S 13962 13965 13292 0 -1 4202560 347 0 0 0 537 10 0 0 20 0 19 0 347361372 2780295168 315431 33554432000 1073741824 1073778376 140736013702528 140102052747944 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13965/tid=13981] ppid=13962 vsize=2715132 CPUtime=5.48 cores=0,2,4,6
/proc/13965/task/13981/stat : 13981 (java) S 13962 13965 13292 0 -1 4202560 326 0 0 0 539 9 0 0 20 0 19 0 347361372 2780295168 315431 33554432000 1073741824 1073778376 140736013702528 140102051695400 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13965/tid=13989] ppid=13962 vsize=2715132 CPUtime=0.58 cores=0,2,4,6
/proc/13965/task/13989/stat : 13989 (java) S 13962 13965 13292 0 -1 4202560 132 0 0 0 54 4 0 0 20 0 19 0 347361374 2780295168 315431 33554432000 1073741824 1073778376 140736013702528 140102039284072 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13992] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/13992/stat : 13992 (java) S 13962 13965 13292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347361374 2780295168 315431 33554432000 1073741824 1073778376 140736013702528 140102038230392 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13993] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/13993/stat : 13993 (java) S 13962 13965 13292 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 347361374 2780295168 315431 33554432000 1073741824 1073778376 140736013702528 140102037177224 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13995] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/13995/stat : 13995 (java) S 13962 13965 13292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347361376 2780295168 315431 33554432000 1073741824 1073778376 140736013702528 140102036125968 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13997] ppid=13962 vsize=2715132 CPUtime=0.48 cores=0,2,4,6
/proc/13965/task/13997/stat : 13997 (java) S 13962 13965 13292 0 -1 4202560 3402 0 0 0 48 0 0 0 20 0 19 0 347361376 2780295168 315431 33554432000 1073741824 1073778376 140736013702528 140101917076280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13965/tid=13999] ppid=13962 vsize=2715132 CPUtime=0.7 cores=0,2,4,6
/proc/13965/task/13999/stat : 13999 (java) S 13962 13965 13292 0 -1 4202560 6576 0 0 0 68 2 0 0 20 0 19 0 347361376 2780295168 315431 33554432000 1073741824 1073778376 140736013702528 140101916023736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13965/tid=14001] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/14001/stat : 14001 (java) S 13962 13965 13292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347361376 2780295168 315431 33554432000 1073741824 1073778376 140736013702528 140101914970872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13965/tid=14003] ppid=13962 vsize=2715132 CPUtime=0.63 cores=0,2,4,6
/proc/13965/task/14003/stat : 14003 (java) S 13962 13965 13292 0 -1 4202560 100 0 0 0 29 34 0 0 20 0 19 0 347361376 2780295168 315431 33554432000 1073741824 1073778376 140736013702528 140101913918536 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13965/tid=14005] ppid=13962 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13965/task/14005/stat : 14005 (java) S 13962 13965 13292 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 347361430 2780295168 315431 33554432000 1073741824 1073778376 140736013702528 140101912863784 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 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): 1767.57
CPU time (s): 1800.6
CPU user time (s): 1798.92
CPU system time (s): 1.68074
CPU usage (%): 101.868
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.92
system time used= 1.68074
maximum resident set size= 1261912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17865
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 62451
involuntary context switches= 105909

runsolver used 6.79997 second user time and 14.9747 second system time

The end

Launcher Data

Begin job on node120 at 2012-06-04 14:19:14
IDJOB=3744489
IDBENCH=92763
IDSOLVER=2322
FILE ID=node120/3744489-1338812354
RUNJOBID= node120-1338812354-13940
PBS_JOBID= 14636874
Free space on /tmp= 70676 MiB

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

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

MD5SUM BENCH= 5b69bba9fba38b21e500a479429a9384
RANDOM SEED=1596316237

node120.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.456
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.91
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.456
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.456
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.456
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.88
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.456
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.456
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.83
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.456
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.456
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:        27936932 kB
Buffers:          590628 kB
Cached:          3403088 kB
SwapCached:         1580 kB
Active:          1884308 kB
Inactive:        2119332 kB
Active(anon):       2388 kB
Inactive(anon):     9224 kB
Active(file):    1881920 kB
Inactive(file):  2110108 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67103516 kB
Dirty:              3200 kB
Writeback:             0 kB
AnonPages:         14388 kB
Mapped:            10000 kB
Shmem:                32 kB
Slab:             796012 kB
SReclaimable:     240324 kB
SUnreclaim:       555688 kB
KernelStack:        1376 kB
PageTables:         3904 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     103352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 70676 MiB
End job on node120 at 2012-06-04 14:48:43