Trace number 3741171

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.93 1795.77

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-122.opb
MD5SUM45533d52c524a74641c715d4320b890b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small 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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48411
Total number of constraints1121517
Number of constraints which are clauses1007723
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints110271
Minimum length of a constraint2
Maximum length of a constraint690
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.1.1.v20090612
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version	1.6.0_24
0.00/0.09	c os.name	Linux
0.00/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch	amd64
0.00/0.09	c Free memory 1299577560
0.00/0.09	c Max memory 1306394624
0.00/0.09	c Total memory 1306394624
0.00/0.09	c Number of processors 8
0.07/0.12	c Pseudo Boolean Optimization
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.12	c Expensive reason simplification
0.07/0.12	c MiniSAT restarts strategy
0.07/0.12	c Memory based learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-3741171-1338771415.opb
0.07/0.12	c reading problem ... 
9.37/6.80	c ... done. Wall clock time 6.684s.
9.37/6.80	c #vars     48411
9.37/6.80	c #constraints  1123290
9.37/6.80	c constraints type 
9.37/6.80	c org.sat4j.minisat.constraints.card.MinWatchCard => 3524
9.37/6.80	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 235813
9.37/6.80	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110271
9.37/6.80	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 773682
1800.05/1795.71	c starts		: 20
1800.05/1795.71	c conflicts		: 653737
1800.05/1795.71	c decisions		: 860917
1800.05/1795.71	c propagations		: 709020119
1800.05/1795.71	c inspects		: 11114730457
1800.05/1795.71	c learnt literals	: 0
1800.05/1795.71	c learnt binary clauses	: 0
1800.05/1795.71	c learnt ternary clauses	: 19
1800.05/1795.71	c learnt clauses	: 653737
1800.05/1795.71	c ignored clauses	: 0
1800.05/1795.71	c root simplifications	: 0
1800.05/1795.71	c removed literals (reason simplification)	: 16527828
1800.05/1795.71	c reason swapping (by a shorter reason)	: 0
1800.05/1795.71	c Calls to reduceDB	: 0
1800.05/1795.71	c speed (assignments/second)	: 396343.0813821863
1800.05/1795.71	c non guided choices	3923
1800.05/1795.76	c learnt constraints type 
1800.05/1795.76	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 653743
1800.05/1795.76	c constraints type 
1800.05/1795.76	c org.sat4j.minisat.constraints.card.MinWatchCard => 3524
1800.05/1795.76	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 235813
1800.05/1795.76	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110271
1800.05/1795.76	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 773682
1800.05/1795.76	s UNKNOWN
1800.05/1795.76	c Total wall clock time (in seconds): 1795.642

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-3741171-1338771415/watcher-3741171-1338771415 -o /tmp/evaluation-result-3741171-1338771415/solver-3741171-1338771415 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3741171-1338771415.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.60 2.17 2.06 2/192 5894
/proc/meminfo: memFree=21656636/32873844 swapFree=7112/7112
[pid=5894] ppid=5892 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/5894/stat : 5894 (java6) R 5892 5894 3438 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 343270188 9515008 176 33554432000 1073741824 1073778376 140734660058656 140734660041384 235374723984 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5894/statm: 2323 176 133 9 0 71 0

[startup+0.029843 s]
/proc/loadavg: 2.60 2.17 2.06 2/192 5894
/proc/meminfo: memFree=21656636/32873844 swapFree=7112/7112
[pid=5894] ppid=5892 vsize=2106772 CPUtime=0 cores=0,2,4,6
/proc/5894/stat : 5894 (java) S 5892 5894 3438 0 -1 4202496 3006 0 1 0 0 0 0 0 20 0 10 0 343270188 2157334528 3705 33554432000 1073741824 1073778376 140733472812848 140733472803984 235378081853 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5894/statm: 526693 3713 1178 9 0 517394 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2106772

[startup+0.100322 s]
/proc/loadavg: 2.60 2.17 2.06 2/192 5894
/proc/meminfo: memFree=21656636/32873844 swapFree=7112/7112
[pid=5894] ppid=5892 vsize=2648568 CPUtime=0.07 cores=0,2,4,6
/proc/5894/stat : 5894 (java) S 5892 5894 3438 0 -1 4202496 4194 0 1 0 7 0 0 0 20 0 18 0 343270188 2712133632 5913 33554432000 1073741824 1073778376 140733472812848 140733472803984 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5894/statm: 662142 5925 2013 9 0 652835 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2648568

[startup+0.30026 s]
/proc/loadavg: 2.60 2.17 2.06 2/192 5894
/proc/meminfo: memFree=21656636/32873844 swapFree=7112/7112
[pid=5894] ppid=5892 vsize=2648568 CPUtime=0.45 cores=0,2,4,6
/proc/5894/stat : 5894 (java) S 5892 5894 3438 0 -1 4202496 5906 0 1 0 44 1 0 0 20 0 18 0 343270188 2712133632 10208 33554432000 1073741824 1073778376 140733472812848 140733472803984 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5894/statm: 662142 10233 2217 9 0 652835 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 2648568

[startup+0.700275 s]
/proc/loadavg: 2.60 2.17 2.06 2/192 5894
/proc/meminfo: memFree=21656636/32873844 swapFree=7112/7112
[pid=5894] ppid=5892 vsize=2648568 CPUtime=1.17 cores=0,2,4,6
/proc/5894/stat : 5894 (java) S 5892 5894 3438 0 -1 4202496 9864 0 1 0 112 5 0 0 20 0 18 0 343270188 2712133632 56964 33554432000 1073741824 1073778376 140733472812848 140733472803984 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5894/statm: 662142 56964 2235 9 0 652835 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 2648568

[startup+1.50065 s]
/proc/loadavg: 2.60 2.17 2.06 3/210 5912
/proc/meminfo: memFree=21281472/32873844 swapFree=7112/7112
[pid=5894] ppid=5892 vsize=2648568 CPUtime=2.19 cores=0,2,4,6
/proc/5894/stat : 5894 (java) S 5892 5894 3438 0 -1 4202496 10059 0 1 0 208 11 0 0 20 0 18 0 343270188 2712133632 103092 33554432000 1073741824 1073778376 140733472812848 140733472803984 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5894/statm: 662142 103092 2250 9 0 652835 0
[pid=5894/tid=5896] ppid=5892 vsize=2648568 CPUtime=1.4 cores=0,2,4,6
/proc/5894/task/5896/stat : 5896 (java) S 5892 5894 3438 0 -1 4202560 2911 0 1 0 133 7 0 0 20 0 18 0 343270190 2712133632 103092 33554432000 1073741824 1073778376 140733472812848 140096211247080 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5894/tid=5897] ppid=5892 vsize=2648568 CPUtime=0.02 cores=0,2,4,6
/proc/5894/task/5897/stat : 5897 (java) R 5892 5894 3438 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 343270191 2712133632 103092 33554432000 1073741824 1073778376 140733472812848 140096197474728 235374677127 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5898] ppid=5892 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/5894/task/5898/stat : 5898 (java) R 5892 5894 3438 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 343270191 2712133632 103092 33554432000 1073741824 1073778376 140733472812848 140096076826920 235374677127 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=5894/tid=5899] ppid=5892 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/5894/task/5899/stat : 5899 (java) R 5892 5894 3438 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 343270191 2712133632 103092 33554432000 1073741824 1073778376 140733472812848 140096075774632 235374677127 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=5894/tid=5900] ppid=5892 vsize=2648568 CPUtime=0.03 cores=0,2,4,6
/proc/5894/task/5900/stat : 5900 (java) R 5892 5894 3438 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 18 0 343270191 2712133632 103092 33554432000 1073741824 1073778376 140733472812848 140096074721880 235374677127 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5894/tid=5901] ppid=5892 vsize=2648568 CPUtime=0.03 cores=0,2,4,6
/proc/5894/task/5901/stat : 5901 (java) R 5892 5894 3438 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 18 0 343270191 2712133632 103092 33554432000 1073741824 1073778376 140733472812848 140096073669592 140096215423154 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5894/tid=5902] ppid=5892 vsize=2648568 CPUtime=0.03 cores=0,2,4,6
/proc/5894/task/5902/stat : 5902 (java) R 5892 5894 3438 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 18 0 343270191 2712133632 103092 33554432000 1073741824 1073778376 140733472812848 140096072616616 235374677127 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5894/tid=5903] ppid=5892 vsize=2648568 CPUtime=0.01 cores=0,2,4,6
/proc/5894/task/5903/stat : 5903 (java) R 5892 5894 3438 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 343270191 2712133632 103092 33554432000 1073741824 1073778376 140733472812848 140096071564456 235374677127 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5904] ppid=5892 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/5894/task/5904/stat : 5904 (java) R 5892 5894 3438 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 343270191 2712133632 103092 33554432000 1073741824 1073778376 140733472812848 140096070511656 235374677127 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=5894/tid=5905] ppid=5892 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/5894/task/5905/stat : 5905 (java) S 5892 5894 3438 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 343270192 2712133632 103092 33554432000 1073741824 1073778376 140733472812848 140095587853448 235378095164 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5906] ppid=5892 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/5894/task/5906/stat : 5906 (java) S 5892 5894 3438 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 343270193 2712133632 103092 33554432000 1073741824 1073778376 140733472812848 140095586800632 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5907] ppid=5892 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/5894/task/5907/stat : 5907 (java) S 5892 5894 3438 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 343270193 2712133632 103092 33554432000 1073741824 1073778376 140733472812848 140095585748232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5908] ppid=5892 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/5894/task/5908/stat : 5908 (java) S 5892 5894 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343270196 2712133632 103092 33554432000 1073741824 1073778376 140733472812848 140095584696720 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5909] ppid=5892 vsize=2648568 CPUtime=0.28 cores=0,2,4,6
/proc/5894/task/5909/stat : 5909 (java) S 5892 5894 3438 0 -1 4202560 3090 0 0 0 28 0 0 0 20 0 18 0 343270196 2712133632 103092 33554432000 1073741824 1073778376 140733472812848 140095583644344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5910] ppid=5892 vsize=2648568 CPUtime=0.24 cores=0,2,4,6
/proc/5894/task/5910/stat : 5910 (java) S 5892 5894 3438 0 -1 4202560 2774 0 0 0 24 0 0 0 20 0 18 0 343270196 2712133632 103092 33554432000 1073741824 1073778376 140733472812848 140095582591544 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5894/tid=5911] ppid=5892 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/5894/task/5911/stat : 5911 (java) S 5892 5894 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343270196 2712133632 103092 33554432000 1073741824 1073778376 140733472812848 140095581539448 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5894/tid=5912] ppid=5892 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/5894/task/5912/stat : 5912 (java) S 5892 5894 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343270196 2712133632 103092 33554432000 1073741824 1073778376 140733472812848 140095580486856 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 2648568

[startup+3.10066 s]
/proc/loadavg: 2.60 2.17 2.06 3/210 5912
/proc/meminfo: memFree=21227604/32873844 swapFree=7112/7112
[pid=5894] ppid=5892 vsize=2648568 CPUtime=4.12 cores=0,2,4,6
/proc/5894/stat : 5894 (java) S 5892 5894 3438 0 -1 4202496 10168 0 1 0 395 17 0 0 20 0 18 0 343270188 2712133632 114879 33554432000 1073741824 1073778376 140733472812848 140733472803984 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5894/statm: 662142 114879 2250 9 0 652835 0
[pid=5894/tid=5896] ppid=5892 vsize=2648568 CPUtime=2.89 cores=0,2,4,6
/proc/5894/task/5896/stat : 5896 (java) R 5892 5894 3438 0 -1 4202560 2914 0 1 0 282 7 0 0 20 0 18 0 343270190 2712133632 114879 33554432000 1073741824 1073778376 140733472812848 140096211238992 235378107661 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5894/tid=5897] ppid=5892 vsize=2648568 CPUtime=0.05 cores=0,2,4,6
/proc/5894/task/5897/stat : 5897 (java) S 5892 5894 3438 0 -1 4202560 27 0 0 0 5 0 0 0 20 0 18 0 343270191 2712133632 114879 33554432000 1073741824 1073778376 140733472812848 140096197474600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5894/tid=5898] ppid=5892 vsize=2648568 CPUtime=0.08 cores=0,2,4,6
/proc/5894/task/5898/stat : 5898 (java) S 5892 5894 3438 0 -1 4202560 23 0 0 0 6 2 0 0 20 0 18 0 343270191 2712133632 114879 33554432000 1073741824 1073778376 140733472812848 140096076826792 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5894/tid=5899] ppid=5892 vsize=2648568 CPUtime=0.06 cores=0,2,4,6
/proc/5894/task/5899/stat : 5899 (java) S 5892 5894 3438 0 -1 4202560 23 0 0 0 5 1 0 0 20 0 18 0 343270191 2712133632 114879 33554432000 1073741824 1073778376 140733472812848 140096075774504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5894/tid=5900] ppid=5892 vsize=2648568 CPUtime=0.06 cores=0,2,4,6
/proc/5894/task/5900/stat : 5900 (java) S 5892 5894 3438 0 -1 4202560 29 0 0 0 6 0 0 0 20 0 18 0 343270191 2712133632 114879 33554432000 1073741824 1073778376 140733472812848 140096074721704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5901] ppid=5892 vsize=2648568 CPUtime=0.13 cores=0,2,4,6
/proc/5894/task/5901/stat : 5901 (java) S 5892 5894 3438 0 -1 4202560 41 0 0 0 10 3 0 0 20 0 18 0 343270191 2712133632 114879 33554432000 1073741824 1073778376 140733472812848 140096073669416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5902] ppid=5892 vsize=2648568 CPUtime=0.08 cores=0,2,4,6
/proc/5894/task/5902/stat : 5902 (java) S 5892 5894 3438 0 -1 4202560 28 0 0 0 7 1 0 0 20 0 18 0 343270191 2712133632 114879 33554432000 1073741824 1073778376 140733472812848 140096072616616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5903] ppid=5892 vsize=2648568 CPUtime=0.03 cores=0,2,4,6
/proc/5894/task/5903/stat : 5903 (java) S 5892 5894 3438 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 18 0 343270191 2712133632 114879 33554432000 1073741824 1073778376 140733472812848 140096071564328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5894/tid=5904] ppid=5892 vsize=2648568 CPUtime=0.03 cores=0,2,4,6
/proc/5894/task/5904/stat : 5904 (java) S 5892 5894 3438 0 -1 4202560 19 0 0 0 2 1 0 0 20 0 18 0 343270191 2712133632 114879 33554432000 1073741824 1073778376 140733472812848 140096070511528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5905] ppid=5892 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/5894/task/5905/stat : 5905 (java) S 5892 5894 3438 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 343270192 2712133632 114879 33554432000 1073741824 1073778376 140733472812848 140095587854568 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5894/tid=5906] ppid=5892 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/5894/task/5906/stat : 5906 (java) S 5892 5894 3438 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 343270193 2712133632 114879 33554432000 1073741824 1073778376 140733472812848 140095586800632 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5907] ppid=5892 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/5894/task/5907/stat : 5907 (java) S 5892 5894 3438 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 343270193 2712133632 114879 33554432000 1073741824 1073778376 140733472812848 140095585748232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5908] ppid=5892 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/5894/task/5908/stat : 5908 (java) S 5892 5894 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343270196 2712133632 114879 33554432000 1073741824 1073778376 140733472812848 140095584696720 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5909] ppid=5892 vsize=2648568 CPUtime=0.32 cores=0,2,4,6
/proc/5894/task/5909/stat : 5909 (java) S 5892 5894 3438 0 -1 4202560 3092 0 0 0 32 0 0 0 20 0 18 0 343270196 2712133632 114879 33554432000 1073741824 1073778376 140733472812848 140095583644344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5910] ppid=5892 vsize=2648568 CPUtime=0.24 cores=0,2,4,6
/proc/5894/task/5910/stat : 5910 (java) S 5892 5894 3438 0 -1 4202560 2774 0 0 0 24 0 0 0 20 0 18 0 343270196 2712133632 114879 33554432000 1073741824 1073778376 140733472812848 140095582591544 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5894/tid=5911] ppid=5892 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/5894/task/5911/stat : 5911 (java) S 5892 5894 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343270196 2712133632 114879 33554432000 1073741824 1073778376 140733472812848 140095581539448 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5894/tid=5912] ppid=5892 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/5894/task/5912/stat : 5912 (java) S 5892 5894 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343270196 2712133632 114879 33554432000 1073741824 1073778376 140733472812848 140095580486856 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.12
Current children cumulated vsize (KiB) 2648568

[startup+6.30071 s]
/proc/loadavg: 2.63 2.18 2.06 10/210 5912
/proc/meminfo: memFree=21087348/32873844 swapFree=7112/7112
[pid=5894] ppid=5892 vsize=2648568 CPUtime=8.78 cores=0,2,4,6
/proc/5894/stat : 5894 (java) S 5892 5894 3438 0 -1 4202496 11413 0 1 0 844 34 0 0 20 0 18 0 343270188 2712133632 152828 33554432000 1073741824 1073778376 140733472812848 140733472803984 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5894/statm: 662142 152828 2251 9 0 652835 0
[pid=5894/tid=5896] ppid=5892 vsize=2648568 CPUtime=5.58 cores=0,2,4,6
/proc/5894/task/5896/stat : 5896 (java) R 5892 5894 3438 0 -1 4202560 2923 0 1 0 550 8 0 0 20 0 18 0 343270190 2712133632 152828 33554432000 1073741824 1073778376 140733472812848 140096211246296 235378107661 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5897] ppid=5892 vsize=2648568 CPUtime=0.33 cores=0,2,4,6
/proc/5894/task/5897/stat : 5897 (java) S 5892 5894 3438 0 -1 4202560 275 0 0 0 30 3 0 0 20 0 18 0 343270191 2712133632 152828 33554432000 1073741824 1073778376 140733472812848 140096197474600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5894/tid=5898] ppid=5892 vsize=2648568 CPUtime=0.37 cores=0,2,4,6
/proc/5894/task/5898/stat : 5898 (java) S 5892 5894 3438 0 -1 4202560 74 0 0 0 33 4 0 0 20 0 18 0 343270191 2712133632 152828 33554432000 1073741824 1073778376 140733472812848 140096076826792 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5899] ppid=5892 vsize=2648568 CPUtime=0.27 cores=0,2,4,6
/proc/5894/task/5899/stat : 5899 (java) S 5892 5894 3438 0 -1 4202560 350 0 0 0 24 3 0 0 20 0 18 0 343270191 2712133632 152828 33554432000 1073741824 1073778376 140733472812848 140096075774504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5894/tid=5900] ppid=5892 vsize=2648568 CPUtime=0.29 cores=0,2,4,6
/proc/5894/task/5900/stat : 5900 (java) S 5892 5894 3438 0 -1 4202560 82 0 0 0 26 3 0 0 20 0 18 0 343270191 2712133632 152828 33554432000 1073741824 1073778376 140733472812848 140096074721704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5894/tid=5901] ppid=5892 vsize=2648568 CPUtime=0.36 cores=0,2,4,6
/proc/5894/task/5901/stat : 5901 (java) S 5892 5894 3438 0 -1 4202560 147 0 0 0 32 4 0 0 20 0 18 0 343270191 2712133632 152828 33554432000 1073741824 1073778376 140733472812848 140096073669416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5894/tid=5902] ppid=5892 vsize=2648568 CPUtime=0.3 cores=0,2,4,6
/proc/5894/task/5902/stat : 5902 (java) S 5892 5894 3438 0 -1 4202560 90 0 0 0 26 4 0 0 20 0 18 0 343270191 2712133632 152828 33554432000 1073741824 1073778376 140733472812848 140096072616616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5894/tid=5903] ppid=5892 vsize=2648568 CPUtime=0.3 cores=0,2,4,6
/proc/5894/task/5903/stat : 5903 (java) S 5892 5894 3438 0 -1 4202560 284 0 0 0 27 3 0 0 20 0 18 0 343270191 2712133632 152828 33554432000 1073741824 1073778376 140733472812848 140096071564328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5894/tid=5904] ppid=5892 vsize=2648568 CPUtime=0.25 cores=0,2,4,6
/proc/5894/task/5904/stat : 5904 (java) S 5892 5894 3438 0 -1 4202560 137 0 0 0 22 3 0 0 20 0 18 0 343270191 2712133632 152828 33554432000 1073741824 1073778376 140733472812848 140096070511528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5905] ppid=5892 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/5894/task/5905/stat : 5905 (java) S 5892 5894 3438 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 343270192 2712133632 152828 33554432000 1073741824 1073778376 140733472812848 140095587854568 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5894/tid=5906] ppid=5892 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/5894/task/5906/stat : 5906 (java) S 5892 5894 3438 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 343270193 2712133632 152828 33554432000 1073741824 1073778376 140733472812848 140095586800632 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5907] ppid=5892 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/5894/task/5907/stat : 5907 (java) S 5892 5894 3438 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 343270193 2712133632 152828 33554432000 1073741824 1073778376 140733472812848 140095585748232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5908] ppid=5892 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/5894/task/5908/stat : 5908 (java) S 5892 5894 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343270196 2712133632 152828 33554432000 1073741824 1073778376 140733472812848 140095584696720 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5909] ppid=5892 vsize=2648568 CPUtime=0.34 cores=0,2,4,6
/proc/5894/task/5909/stat : 5909 (java) S 5892 5894 3438 0 -1 4202560 3096 0 0 0 34 0 0 0 20 0 18 0 343270196 2712133632 152828 33554432000 1073741824 1073778376 140733472812848 140095583644344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5910] ppid=5892 vsize=2648568 CPUtime=0.24 cores=0,2,4,6
/proc/5894/task/5910/stat : 5910 (java) S 5892 5894 3438 0 -1 4202560 2774 0 0 0 24 0 0 0 20 0 18 0 343270196 2712133632 152828 33554432000 1073741824 1073778376 140733472812848 140095582591544 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5894/tid=5911] ppid=5892 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/5894/task/5911/stat : 5911 (java) S 5892 5894 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343270196 2712133632 152828 33554432000 1073741824 1073778376 140733472812848 140095581539448 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5894/tid=5912] ppid=5892 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/5894/task/5912/stat : 5912 (java) S 5892 5894 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343270196 2712133632 152828 33554432000 1073741824 1073778376 140733472812848 140095580486856 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.78
Current children cumulated vsize (KiB) 2648568

[startup+12.7007 s]
/proc/loadavg: 2.58 2.18 2.06 3/211 5913
/proc/meminfo: memFree=21019528/32873844 swapFree=7112/7112
[pid=5894] ppid=5892 vsize=2715132 CPUtime=15.98 cores=0,2,4,6
/proc/5894/stat : 5894 (java) S 5892 5894 3438 0 -1 4202496 12330 0 1 0 1560 38 0 0 20 0 19 0 343270188 2780295168 161086 33554432000 1073741824 1073778376 140733472812848 140733472803984 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5894/statm: 678783 161086 2269 9 0 669476 0
[pid=5894/tid=5896] ppid=5892 vsize=2715132 CPUtime=11.84 cores=0,2,4,6

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

[pid=5894/tid=5902] ppid=5892 vsize=2715132 CPUtime=0.54 cores=0,2,4,6
/proc/5894/task/5902/stat : 5902 (java) S 5892 5894 3438 0 -1 4202560 282 0 0 0 47 7 0 0 20 0 19 0 343270191 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140096072616616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5894/tid=5903] ppid=5892 vsize=2715132 CPUtime=0.41 cores=0,2,4,6
/proc/5894/task/5903/stat : 5903 (java) S 5892 5894 3438 0 -1 4202560 323 0 0 0 36 5 0 0 20 0 19 0 343270191 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140096071564328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5894/tid=5904] ppid=5892 vsize=2715132 CPUtime=0.44 cores=0,2,4,6
/proc/5894/task/5904/stat : 5904 (java) S 5892 5894 3438 0 -1 4202560 311 0 0 0 37 7 0 0 20 0 19 0 343270191 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140096070511528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5905] ppid=5892 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/5894/task/5905/stat : 5905 (java) S 5892 5894 3438 0 -1 4202560 15 0 0 0 2 1 0 0 20 0 19 0 343270192 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140095587854568 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5894/tid=5906] ppid=5892 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5894/task/5906/stat : 5906 (java) S 5892 5894 3438 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 343270193 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140095586800632 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5907] ppid=5892 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5894/task/5907/stat : 5907 (java) S 5892 5894 3438 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343270193 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140095585748232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5908] ppid=5892 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5894/task/5908/stat : 5908 (java) S 5892 5894 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343270196 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140095584696720 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5909] ppid=5892 vsize=2715132 CPUtime=0.54 cores=0,2,4,6
/proc/5894/task/5909/stat : 5909 (java) S 5892 5894 3438 0 -1 4202560 3647 0 0 0 54 0 0 0 20 0 19 0 343270196 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140095583644344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5910] ppid=5892 vsize=2715132 CPUtime=0.55 cores=0,2,4,6
/proc/5894/task/5910/stat : 5910 (java) S 5892 5894 3438 0 -1 4202560 2788 0 0 0 55 0 0 0 20 0 19 0 343270196 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140095582591544 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5894/tid=5911] ppid=5892 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5894/task/5911/stat : 5911 (java) S 5892 5894 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343270196 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140095581539448 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5894/tid=5912] ppid=5892 vsize=2715132 CPUtime=0.73 cores=0,2,4,6
/proc/5894/task/5912/stat : 5912 (java) S 5892 5894 3438 0 -1 4202560 99 0 0 0 42 31 0 0 20 0 19 0 343270196 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140095580486856 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5894/tid=5913] ppid=5892 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5894/task/5913/stat : 5913 (java) S 5892 5894 3438 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 343270872 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140095579431848 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1726.64
Current children cumulated vsize (KiB) 2715132

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/212 6010
/proc/meminfo: memFree=20107216/32873844 swapFree=7112/7112
[pid=5894] ppid=5892 vsize=2715132 CPUtime=1786.64 cores=0,2,4,6
/proc/5894/stat : 5894 (java) S 5892 5894 3438 0 -1 4202496 12924 0 1 0 178576 88 0 0 20 0 19 0 343270188 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140733472803984 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5894/statm: 678783 221872 2269 9 0 669476 0
[pid=5894/tid=5896] ppid=5892 vsize=2715132 CPUtime=1781.23 cores=0,2,4,6
/proc/5894/task/5896/stat : 5896 (java) R 5892 5894 3438 0 -1 4202560 2943 0 1 0 178086 37 0 0 20 0 19 0 343270190 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140096211246464 140096079369321 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5894/tid=5897] ppid=5892 vsize=2715132 CPUtime=0.47 cores=0,2,4,6
/proc/5894/task/5897/stat : 5897 (java) S 5892 5894 3438 0 -1 4202560 325 0 0 0 40 7 0 0 20 0 19 0 343270191 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140096197474600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5894/tid=5898] ppid=5892 vsize=2715132 CPUtime=0.56 cores=0,2,4,6
/proc/5894/task/5898/stat : 5898 (java) S 5892 5894 3438 0 -1 4202560 159 0 0 0 49 7 0 0 20 0 19 0 343270191 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140096076826792 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5894/tid=5899] ppid=5892 vsize=2715132 CPUtime=0.45 cores=0,2,4,6
/proc/5894/task/5899/stat : 5899 (java) S 5892 5894 3438 0 -1 4202560 404 0 0 0 38 7 0 0 20 0 19 0 343270191 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140096075774504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5894/tid=5900] ppid=5892 vsize=2715132 CPUtime=0.6 cores=0,2,4,6
/proc/5894/task/5900/stat : 5900 (java) S 5892 5894 3438 0 -1 4202560 234 0 0 0 51 9 0 0 20 0 19 0 343270191 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140096074721704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5901] ppid=5892 vsize=2715132 CPUtime=0.54 cores=0,2,4,6
/proc/5894/task/5901/stat : 5901 (java) S 5892 5894 3438 0 -1 4202560 209 0 0 0 46 8 0 0 20 0 19 0 343270191 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140096073669416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5894/tid=5902] ppid=5892 vsize=2715132 CPUtime=0.54 cores=0,2,4,6
/proc/5894/task/5902/stat : 5902 (java) S 5892 5894 3438 0 -1 4202560 282 0 0 0 47 7 0 0 20 0 19 0 343270191 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140096072616616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5894/tid=5903] ppid=5892 vsize=2715132 CPUtime=0.41 cores=0,2,4,6
/proc/5894/task/5903/stat : 5903 (java) S 5892 5894 3438 0 -1 4202560 323 0 0 0 36 5 0 0 20 0 19 0 343270191 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140096071564328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5894/tid=5904] ppid=5892 vsize=2715132 CPUtime=0.44 cores=0,2,4,6
/proc/5894/task/5904/stat : 5904 (java) S 5892 5894 3438 0 -1 4202560 311 0 0 0 37 7 0 0 20 0 19 0 343270191 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140096070511528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5905] ppid=5892 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/5894/task/5905/stat : 5905 (java) S 5892 5894 3438 0 -1 4202560 15 0 0 0 2 1 0 0 20 0 19 0 343270192 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140095587854568 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5894/tid=5906] ppid=5892 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5894/task/5906/stat : 5906 (java) S 5892 5894 3438 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 343270193 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140095586800632 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5907] ppid=5892 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5894/task/5907/stat : 5907 (java) S 5892 5894 3438 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343270193 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140095585748232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5908] ppid=5892 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5894/task/5908/stat : 5908 (java) S 5892 5894 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343270196 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140095584696720 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5909] ppid=5892 vsize=2715132 CPUtime=0.54 cores=0,2,4,6
/proc/5894/task/5909/stat : 5909 (java) S 5892 5894 3438 0 -1 4202560 3647 0 0 0 54 0 0 0 20 0 19 0 343270196 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140095583644344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5910] ppid=5892 vsize=2715132 CPUtime=0.55 cores=0,2,4,6
/proc/5894/task/5910/stat : 5910 (java) S 5892 5894 3438 0 -1 4202560 2788 0 0 0 55 0 0 0 20 0 19 0 343270196 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140095582591544 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5894/tid=5911] ppid=5892 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5894/task/5911/stat : 5911 (java) S 5892 5894 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343270196 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140095581539448 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5894/tid=5912] ppid=5892 vsize=2715132 CPUtime=0.75 cores=0,2,4,6
/proc/5894/task/5912/stat : 5912 (java) S 5892 5894 3438 0 -1 4202560 103 0 0 0 43 32 0 0 20 0 19 0 343270196 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140095580486856 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5894/tid=5913] ppid=5892 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5894/task/5913/stat : 5913 (java) S 5892 5894 3438 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 343270872 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140095579431848 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1786.64
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.7 s]
/proc/loadavg: 2.01 2.02 2.00 3/212 6010
/proc/meminfo: memFree=20107092/32873844 swapFree=7112/7112
[pid=5894] ppid=5892 vsize=2715132 CPUtime=1800.05 cores=0,2,4,6
/proc/5894/stat : 5894 (java) S 5892 5894 3438 0 -1 4202496 12924 0 1 0 179917 88 0 0 20 0 19 0 343270188 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140733472803984 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5894/statm: 678783 221872 2269 9 0 669476 0
[pid=5894/tid=5896] ppid=5892 vsize=2715132 CPUtime=1794.64 cores=0,2,4,6
/proc/5894/task/5896/stat : 5896 (java) R 5892 5894 3438 0 -1 4202560 2943 0 1 0 179427 37 0 0 20 0 19 0 343270190 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140096211246464 140096079412724 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5894/tid=5897] ppid=5892 vsize=2715132 CPUtime=0.47 cores=0,2,4,6
/proc/5894/task/5897/stat : 5897 (java) S 5892 5894 3438 0 -1 4202560 325 0 0 0 40 7 0 0 20 0 19 0 343270191 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140096197474600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5894/tid=5898] ppid=5892 vsize=2715132 CPUtime=0.56 cores=0,2,4,6
/proc/5894/task/5898/stat : 5898 (java) S 5892 5894 3438 0 -1 4202560 159 0 0 0 49 7 0 0 20 0 19 0 343270191 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140096076826792 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5894/tid=5899] ppid=5892 vsize=2715132 CPUtime=0.45 cores=0,2,4,6
/proc/5894/task/5899/stat : 5899 (java) S 5892 5894 3438 0 -1 4202560 404 0 0 0 38 7 0 0 20 0 19 0 343270191 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140096075774504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5894/tid=5900] ppid=5892 vsize=2715132 CPUtime=0.6 cores=0,2,4,6
/proc/5894/task/5900/stat : 5900 (java) S 5892 5894 3438 0 -1 4202560 234 0 0 0 51 9 0 0 20 0 19 0 343270191 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140096074721704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5901] ppid=5892 vsize=2715132 CPUtime=0.54 cores=0,2,4,6
/proc/5894/task/5901/stat : 5901 (java) S 5892 5894 3438 0 -1 4202560 209 0 0 0 46 8 0 0 20 0 19 0 343270191 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140096073669416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5894/tid=5902] ppid=5892 vsize=2715132 CPUtime=0.54 cores=0,2,4,6
/proc/5894/task/5902/stat : 5902 (java) S 5892 5894 3438 0 -1 4202560 282 0 0 0 47 7 0 0 20 0 19 0 343270191 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140096072616616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5894/tid=5903] ppid=5892 vsize=2715132 CPUtime=0.41 cores=0,2,4,6
/proc/5894/task/5903/stat : 5903 (java) S 5892 5894 3438 0 -1 4202560 323 0 0 0 36 5 0 0 20 0 19 0 343270191 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140096071564328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5894/tid=5904] ppid=5892 vsize=2715132 CPUtime=0.44 cores=0,2,4,6
/proc/5894/task/5904/stat : 5904 (java) S 5892 5894 3438 0 -1 4202560 311 0 0 0 37 7 0 0 20 0 19 0 343270191 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140096070511528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5905] ppid=5892 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/5894/task/5905/stat : 5905 (java) S 5892 5894 3438 0 -1 4202560 15 0 0 0 2 1 0 0 20 0 19 0 343270192 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140095587854568 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5894/tid=5906] ppid=5892 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5894/task/5906/stat : 5906 (java) S 5892 5894 3438 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 343270193 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140095586800632 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5907] ppid=5892 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5894/task/5907/stat : 5907 (java) S 5892 5894 3438 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343270193 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140095585748232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5908] ppid=5892 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5894/task/5908/stat : 5908 (java) S 5892 5894 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343270196 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140095584696720 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5909] ppid=5892 vsize=2715132 CPUtime=0.54 cores=0,2,4,6
/proc/5894/task/5909/stat : 5909 (java) S 5892 5894 3438 0 -1 4202560 3647 0 0 0 54 0 0 0 20 0 19 0 343270196 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140095583644344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5910] ppid=5892 vsize=2715132 CPUtime=0.55 cores=0,2,4,6
/proc/5894/task/5910/stat : 5910 (java) S 5892 5894 3438 0 -1 4202560 2788 0 0 0 55 0 0 0 20 0 19 0 343270196 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140095582591544 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5894/tid=5911] ppid=5892 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5894/task/5911/stat : 5911 (java) S 5892 5894 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343270196 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140095581539448 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5894/tid=5912] ppid=5892 vsize=2715132 CPUtime=0.76 cores=0,2,4,6
/proc/5894/task/5912/stat : 5912 (java) S 5892 5894 3438 0 -1 4202560 103 0 0 0 43 33 0 0 20 0 19 0 343270196 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140095580486856 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5894/tid=5913] ppid=5892 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5894/task/5913/stat : 5913 (java) S 5892 5894 3438 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 343270872 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140095579431848 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 2715132

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

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

[startup+1795.7 s]
/proc/loadavg: 2.01 2.02 2.00 3/212 6010
/proc/meminfo: memFree=20107092/32873844 swapFree=7112/7112
[pid=5894] ppid=5892 vsize=2715132 CPUtime=1800.05 cores=0,2,4,6
/proc/5894/stat : 5894 (java) S 5892 5894 3438 0 -1 4202496 12924 0 1 0 179917 88 0 0 20 0 19 0 343270188 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140733472803984 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5894/statm: 678783 221872 2269 9 0 669476 0
[pid=5894/tid=5896] ppid=5892 vsize=2715132 CPUtime=1794.64 cores=0,2,4,6
/proc/5894/task/5896/stat : 5896 (java) R 5892 5894 3438 0 -1 4202560 2943 0 1 0 179427 37 0 0 20 0 19 0 343270190 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140096211246464 140096079412724 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5894/tid=5897] ppid=5892 vsize=2715132 CPUtime=0.47 cores=0,2,4,6
/proc/5894/task/5897/stat : 5897 (java) S 5892 5894 3438 0 -1 4202560 325 0 0 0 40 7 0 0 20 0 19 0 343270191 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140096197474600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5894/tid=5898] ppid=5892 vsize=2715132 CPUtime=0.56 cores=0,2,4,6
/proc/5894/task/5898/stat : 5898 (java) S 5892 5894 3438 0 -1 4202560 159 0 0 0 49 7 0 0 20 0 19 0 343270191 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140096076826792 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5894/tid=5899] ppid=5892 vsize=2715132 CPUtime=0.45 cores=0,2,4,6
/proc/5894/task/5899/stat : 5899 (java) S 5892 5894 3438 0 -1 4202560 404 0 0 0 38 7 0 0 20 0 19 0 343270191 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140096075774504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5894/tid=5900] ppid=5892 vsize=2715132 CPUtime=0.6 cores=0,2,4,6
/proc/5894/task/5900/stat : 5900 (java) S 5892 5894 3438 0 -1 4202560 234 0 0 0 51 9 0 0 20 0 19 0 343270191 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140096074721704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5901] ppid=5892 vsize=2715132 CPUtime=0.54 cores=0,2,4,6
/proc/5894/task/5901/stat : 5901 (java) S 5892 5894 3438 0 -1 4202560 209 0 0 0 46 8 0 0 20 0 19 0 343270191 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140096073669416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5894/tid=5902] ppid=5892 vsize=2715132 CPUtime=0.54 cores=0,2,4,6
/proc/5894/task/5902/stat : 5902 (java) S 5892 5894 3438 0 -1 4202560 282 0 0 0 47 7 0 0 20 0 19 0 343270191 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140096072616616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5894/tid=5903] ppid=5892 vsize=2715132 CPUtime=0.41 cores=0,2,4,6
/proc/5894/task/5903/stat : 5903 (java) S 5892 5894 3438 0 -1 4202560 323 0 0 0 36 5 0 0 20 0 19 0 343270191 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140096071564328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5894/tid=5904] ppid=5892 vsize=2715132 CPUtime=0.44 cores=0,2,4,6
/proc/5894/task/5904/stat : 5904 (java) S 5892 5894 3438 0 -1 4202560 311 0 0 0 37 7 0 0 20 0 19 0 343270191 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140096070511528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5905] ppid=5892 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/5894/task/5905/stat : 5905 (java) S 5892 5894 3438 0 -1 4202560 15 0 0 0 2 1 0 0 20 0 19 0 343270192 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140095587854568 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5894/tid=5906] ppid=5892 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5894/task/5906/stat : 5906 (java) S 5892 5894 3438 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 343270193 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140095586800632 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5907] ppid=5892 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5894/task/5907/stat : 5907 (java) S 5892 5894 3438 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343270193 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140095585748232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5908] ppid=5892 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5894/task/5908/stat : 5908 (java) S 5892 5894 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343270196 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140095584696720 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5909] ppid=5892 vsize=2715132 CPUtime=0.54 cores=0,2,4,6
/proc/5894/task/5909/stat : 5909 (java) S 5892 5894 3438 0 -1 4202560 3647 0 0 0 54 0 0 0 20 0 19 0 343270196 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140095583644344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5894/tid=5910] ppid=5892 vsize=2715132 CPUtime=0.55 cores=0,2,4,6
/proc/5894/task/5910/stat : 5910 (java) S 5892 5894 3438 0 -1 4202560 2788 0 0 0 55 0 0 0 20 0 19 0 343270196 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140095582591544 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5894/tid=5911] ppid=5892 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5894/task/5911/stat : 5911 (java) S 5892 5894 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343270196 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140095581539448 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5894/tid=5912] ppid=5892 vsize=2715132 CPUtime=0.76 cores=0,2,4,6
/proc/5894/task/5912/stat : 5912 (java) S 5892 5894 3438 0 -1 4202560 103 0 0 0 43 33 0 0 20 0 19 0 343270196 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140095580486856 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5894/tid=5913] ppid=5892 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5894/task/5913/stat : 5913 (java) S 5892 5894 3438 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 343270872 2780295168 221872 33554432000 1073741824 1073778376 140733472812848 140095579431848 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 2715132

Child status: 143
Real time (s): 1795.77
CPU time (s): 1800.93
CPU user time (s): 1799.51
CPU system time (s): 1.42178
CPU usage (%): 100.287
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.51
system time used= 1.42178
maximum resident set size= 887652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12969
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38538
involuntary context switches= 4866

runsolver used 6.50201 second user time and 13.5519 second system time

The end

Launcher Data

Begin job on node104 at 2012-06-04 02:56:56
IDJOB=3741171
IDBENCH=89800
IDSOLVER=2322
FILE ID=node104/3741171-1338771415
RUNJOBID= node104-1338747831-3454
PBS_JOBID= 14636783
Free space on /tmp= 66336 MiB

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

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

MD5SUM BENCH= 45533d52c524a74641c715d4320b890b
RANDOM SEED=756378002

node104.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.266
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.53
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.266
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.266
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.91
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.266
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.92
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.266
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.266
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.266
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.266
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        21657016 kB
Buffers:         1991752 kB
Cached:          7543152 kB
SwapCached:          708 kB
Active:          6975756 kB
Inactive:        3213516 kB
Active(anon):     642012 kB
Inactive(anon):     8092 kB
Active(file):    6333744 kB
Inactive(file):  3205424 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67105164 kB
Dirty:             50084 kB
Writeback:             0 kB
AnonPages:        656352 kB
Mapped:            22444 kB
Shmem:                 8 kB
Slab:             886800 kB
SReclaimable:     328232 kB
SUnreclaim:       558568 kB
KernelStack:        1576 kB
PageTables:         5428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1510292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    612352 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= 66384 MiB
End job on node104 at 2012-06-04 03:26:54