Trace number 3733361

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB09: SAT4J Pseudo Resolution 2.1.1? (TO) 1800.63 1792.19

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-bg512142.opb
MD5SUMbc049badf8b0b6990d4dd6f2aa909c41
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark15026065169129
Best CPU time to get the best result obtained on this benchmark1800.74
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables16800
Total number of constraints945
Number of constraints which are clauses11
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints934
Minimum length of a constraint1
Maximum length of a constraint183
Number of terms in the objective function 9600
Biggest coefficient in the objective function 5368709120000
Number of bits for the biggest coefficient in the objective function 43
Sum of the numbers in the objective function 773893279252632
Number of bits of the sum of numbers in the objective function 50
Biggest number in a constraint 5368709120000
Number of bits of the biggest number in a constraint 43
Biggest sum of numbers in a constraint 773893279252632
Number of bits of the biggest sum of numbers50
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/2.23	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.05/2.23	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/2.23	c See www.sat4j.org for details.
0.05/2.23	c version 2.1.1.v20090612
0.05/2.23	c sun.arch.data.model	64
0.05/2.23	c java.version	1.6.0_24
0.05/2.23	c os.name	Linux
0.05/2.24	c os.version	2.6.32-71.29.1.el6.x86_64
0.05/2.24	c os.arch	amd64
0.05/2.24	c Free memory 1299577560
0.05/2.24	c Max memory 1306394624
0.05/2.24	c Total memory 1306394624
0.05/2.24	c Number of processors 8
0.10/2.33	c Pseudo Boolean Optimization
0.10/2.33	c --- Begin Solver configuration ---
0.10/2.33	c Stops conflict analysis at the first Unique Implication Point
0.10/2.33	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@2d3bad12
0.10/2.33	c Learn all clauses as in MiniSAT
0.10/2.33	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/2.33	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/2.33	c Expensive reason simplification
0.10/2.33	c MiniSAT restarts strategy
0.10/2.33	c Memory based learned constraints deletion strategy
0.10/2.33	c timeout=2147483s
0.10/2.33	c DB Simplification allowed=false
0.10/2.33	c --- End Solver configuration ---
0.10/2.33	c solving HOME/instance-3733361-1339017741.opb
0.10/2.33	c reading problem ... 
1.00/2.74	c ... done. Wall clock time 0.414s.
1.00/2.74	c #vars     16800
1.00/2.74	c #constraints  3522
1.00/2.74	c constraints type 
1.00/2.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
1.00/2.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1174
1721.64/1714.05	c cleaning 1185225 clauses out of 2370847
1800.01/1792.11	c starts		: 24
1800.01/1792.11	c conflicts		: 2521544
1800.01/1792.11	c decisions		: 2754167
1800.01/1792.11	c propagations		: 50935774
1800.01/1792.11	c inspects		: 12347509894
1800.01/1792.11	c learnt literals	: 153
1800.01/1792.11	c learnt binary clauses	: 176
1800.01/1792.11	c learnt ternary clauses	: 202
1800.01/1792.11	c learnt clauses	: 2521391
1800.01/1792.11	c ignored clauses	: 0
1800.01/1792.11	c root simplifications	: 0
1800.01/1792.11	c removed literals (reason simplification)	: 84237120
1800.01/1792.11	c reason swapping (by a shorter reason)	: 0
1800.01/1792.11	c Calls to reduceDB	: 1
1800.01/1792.11	c speed (assignments/second)	: 28465.775365505942
1800.01/1792.11	c non guided choices	40257
1800.01/1792.18	c learnt constraints type 
1800.01/1792.18	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 1336019
1800.01/1792.18	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 176
1800.01/1792.18	c constraints type 
1800.01/1792.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
1800.01/1792.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1174
1800.01/1792.18	s UNKNOWN
1800.01/1792.18	c Total wall clock time (in seconds): 1789.849

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

running on 4 cores: 1,3,5,7

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: 0.00 0.00 0.00 4/175 7050
/proc/meminfo: memFree=31054456/32873648 swapFree=7376/7376
[pid=7049] ppid=7046 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/7049/stat : 7049 (java6) R 7046 7049 7007 0 -1 4202496 80 0 0 0 0 0 0 0 20 0 1 0 367898277 278528 33 33554432000 1073741824 1073778376 140735089941168 140735089938344 251043867943 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7049/statm: 68 33 25 9 0 25 0

[startup+0.0658149 s]
/proc/loadavg: 0.00 0.00 0.00 4/175 7050
/proc/meminfo: memFree=31054456/32873648 swapFree=7376/7376
[pid=7049] ppid=7046 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/7049/stat : 7049 (java6) D 7046 7049 7007 0 -1 4202496 93 0 0 0 0 0 0 0 20 0 1 0 367898277 2560000 46 33554432000 1073741824 1073778376 140735089941168 140735089938296 251043868039 0 0 4096 0 18446744071579943789 0 0 17 5 0 0 0 0 0
/proc/7049/statm: 625 46 37 9 0 29 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2500

[startup+0.100364 s]
/proc/loadavg: 0.00 0.00 0.00 4/175 7050
/proc/meminfo: memFree=31054456/32873648 swapFree=7376/7376
[pid=7049] ppid=7046 vsize=3568 CPUtime=0 cores=1,3,5,7
/proc/7049/stat : 7049 (java6) D 7046 7049 7007 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 367898277 3653632 47 33554432000 1073741824 1073778376 140735089941168 140735089938264 251043872400 0 0 4096 0 18446744071579943789 0 0 17 5 0 0 2 0 0
/proc/7049/statm: 892 47 37 9 0 30 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 3568

[startup+0.300309 s]
/proc/loadavg: 0.00 0.00 0.00 4/175 7050
/proc/meminfo: memFree=31054456/32873648 swapFree=7376/7376
[pid=7049] ppid=7046 vsize=20596 CPUtime=0 cores=1,3,5,7
/proc/7049/stat : 7049 (java) D 7046 7049 7007 0 -1 4202496 457 0 3 0 0 0 0 0 20 0 1 0 367898277 21090304 189 33554432000 1073741824 1073778376 140737338871648 140737338859608 251043867943 0 0 4096 0 18446744072100609316 0 0 17 7 0 0 13 0 0
/proc/7049/statm: 5149 189 145 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 20596

[startup+0.700323 s]
/proc/loadavg: 0.00 0.00 0.00 4/175 7050
/proc/meminfo: memFree=31054456/32873648 swapFree=7376/7376
[pid=7049] ppid=7046 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/7049/stat : 7049 (java) D 7046 7049 7007 0 -1 4202496 1016 0 9 0 0 0 0 0 20 0 1 0 367898277 23793664 753 33554432000 1073741824 1073778376 140737338871648 140737338861640 140156715801392 0 0 4096 0 18446744071579943789 0 0 17 7 0 0 48 0 0
/proc/7049/statm: 5809 753 553 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+1.50034 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 7054
/proc/meminfo: memFree=31042892/32873648 swapFree=7376/7376
[pid=7049] ppid=7046 vsize=2106772 CPUtime=0 cores=1,3,5,7
/proc/7049/stat : 7049 (java) S 7046 7049 7007 0 -1 4202496 2949 0 26 0 0 0 0 0 20 0 10 0 367898277 2157334528 3674 33554432000 1073741824 1073778376 140737338871648 140737338862784 251056390205 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 78 0 0
/proc/7049/statm: 526693 3674 1143 9 0 517394 0
[pid=7049/tid=7054] ppid=7046 vsize=2106772 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7054/stat : 7054 (java) D 7046 7049 7007 0 -1 4202560 1816 0 4 0 0 0 0 0 20 0 10 0 367898374 2157334528 3674 33554432000 1073741824 1073778376 140737338871648 140156712264088 140156702332069 0 4 0 16784584 18446744071579943789 0 0 -1 1 0 0 31 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2106772

[startup+3.10075 s]
/proc/loadavg: 0.00 0.00 0.00 2/211 7086
/proc/meminfo: memFree=31010092/32873648 swapFree=7376/7376
[pid=7049] ppid=7046 vsize=2715132 CPUtime=1.86 cores=1,3,5,7
/proc/7049/stat : 7049 (java) S 7046 7049 7007 0 -1 4202496 15795 0 28 0 181 5 0 0 20 0 19 0 367898277 2780295168 32797 33554432000 1073741824 1073778376 140737338871648 140737338862784 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 78 0 0
/proc/7049/statm: 678783 32797 2252 9 0 669476 0
[pid=7049/tid=7054] ppid=7046 vsize=2715132 CPUtime=0.82 cores=1,3,5,7
/proc/7049/task/7054/stat : 7054 (java) R 7046 7049 7007 0 -1 4202560 2795 0 5 0 79 3 0 0 20 0 19 0 367898374 2780295168 32797 33554432000 1073741824 1073778376 140737338871648 140156712268312 140156544427480 0 4 0 16800975 0 0 0 -1 1 0 0 115 0 0
[pid=7049/tid=7055] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7055/stat : 7055 (java) S 7046 7049 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898401 2780295168 32797 33554432000 1073741824 1073778376 140737338871648 140156696718248 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7049/tid=7058] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7058/stat : 7058 (java) S 7046 7049 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898401 2780295168 32797 33554432000 1073741824 1073778376 140737338871648 140156695665704 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7049/tid=7061] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7061/stat : 7061 (java) S 7046 7049 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898401 2780295168 32797 33554432000 1073741824 1073778376 140737338871648 140156694612648 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7049/tid=7063] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7063/stat : 7063 (java) S 7046 7049 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898401 2780295168 32797 33554432000 1073741824 1073778376 140737338871648 140156693560104 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7049/tid=7065] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7065/stat : 7065 (java) S 7046 7049 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898401 2780295168 32797 33554432000 1073741824 1073778376 140737338871648 140156692507048 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7049/tid=7067] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7067/stat : 7067 (java) S 7046 7049 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898401 2780295168 32797 33554432000 1073741824 1073778376 140737338871648 140156691454504 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7049/tid=7069] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7069/stat : 7069 (java) S 7046 7049 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898401 2780295168 32797 33554432000 1073741824 1073778376 140737338871648 140156690401448 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7049/tid=7070] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7070/stat : 7070 (java) S 7046 7049 7007 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 367898401 2780295168 32797 33554432000 1073741824 1073778376 140737338871648 140156689348904 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7049/tid=7071] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7071/stat : 7071 (java) S 7046 7049 7007 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 367898444 2780295168 32797 33554432000 1073741824 1073778376 140737338871648 140156676938600 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7049/tid=7074] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7074/stat : 7074 (java) S 7046 7049 7007 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 367898450 2780295168 32797 33554432000 1073741824 1073778376 140737338871648 140156675884920 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7049/tid=7076] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7076/stat : 7076 (java) S 7046 7049 7007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 367898450 2780295168 32797 33554432000 1073741824 1073778376 140737338871648 140156674831752 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7049/tid=7077] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7077/stat : 7077 (java) S 7046 7049 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898478 2780295168 32797 33554432000 1073741824 1073778376 140737338871648 140156673780496 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7049/tid=7078] ppid=7046 vsize=2715132 CPUtime=0.46 cores=1,3,5,7
/proc/7049/task/7078/stat : 7078 (java) S 7046 7049 7007 0 -1 4202560 5045 0 0 0 46 0 0 0 20 0 19 0 367898478 2780295168 32797 33554432000 1073741824 1073778376 140737338871648 140156672727352 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7049/tid=7079] ppid=7046 vsize=2715132 CPUtime=0.53 cores=1,3,5,7
/proc/7049/task/7079/stat : 7079 (java) S 7046 7049 7007 0 -1 4202560 6782 0 1 0 53 0 0 0 20 0 19 0 367898478 2780295168 32797 33554432000 1073741824 1073778376 140737338871648 140156671674808 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7049/tid=7081] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7081/stat : 7081 (java) S 7046 7049 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898478 2780295168 32797 33554432000 1073741824 1073778376 140737338871648 140156670621944 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7049/tid=7083] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7083/stat : 7083 (java) S 7046 7049 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898478 2780295168 32797 33554432000 1073741824 1073778376 140737338871648 140156669569608 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 2715132
heavy processes:

[startup+6.30074 s]
/proc/loadavg: 0.24 0.05 0.02 4/213 7088
/proc/meminfo: memFree=30254556/32873648 swapFree=7376/7376
[pid=7049] ppid=7046 vsize=2715132 CPUtime=5.3 cores=1,3,5,7
/proc/7049/stat : 7049 (java) S 7046 7049 7007 0 -1 4202496 16059 0 28 0 520 10 0 0 20 0 19 0 367898277 2780295168 99379 33554432000 1073741824 1073778376 140737338871648 140737338862784 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 78 0 0
/proc/7049/statm: 678783 99379 2267 9 0 669476 0
[pid=7049/tid=7054] ppid=7046 vsize=2715132 CPUtime=3.98 cores=1,3,5,7
/proc/7049/task/7054/stat : 7054 (java) R 7046 7049 7007 0 -1 4202560 2923 0 5 0 392 6 0 0 20 0 19 0 367898374 2780295168 99379 33554432000 1073741824 1073778376 140737338871648 140156712266272 140156544161668 0 4 0 16800975 0 0 0 -1 1 0 0 115 0 0
[pid=7049/tid=7055] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7055/stat : 7055 (java) S 7046 7049 7007 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 367898401 2780295168 99379 33554432000 1073741824 1073778376 140737338871648 140156696718248 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7049/tid=7058] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7058/stat : 7058 (java) S 7046 7049 7007 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 367898401 2780295168 99379 33554432000 1073741824 1073778376 140737338871648 140156695665704 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7049/tid=7061] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7061/stat : 7061 (java) S 7046 7049 7007 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 367898401 2780295168 99379 33554432000 1073741824 1073778376 140737338871648 140156694612648 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7049/tid=7063] ppid=7046 vsize=2715132 CPUtime=0.02 cores=1,3,5,7
/proc/7049/task/7063/stat : 7063 (java) S 7046 7049 7007 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 367898401 2780295168 99379 33554432000 1073741824 1073778376 140737338871648 140156693560104 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7049/tid=7065] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7065/stat : 7065 (java) S 7046 7049 7007 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 367898401 2780295168 99379 33554432000 1073741824 1073778376 140737338871648 140156692507048 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7049/tid=7067] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7067/stat : 7067 (java) S 7046 7049 7007 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 367898401 2780295168 99379 33554432000 1073741824 1073778376 140737338871648 140156691454504 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7049/tid=7069] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7069/stat : 7069 (java) S 7046 7049 7007 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 367898401 2780295168 99379 33554432000 1073741824 1073778376 140737338871648 140156690401448 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7049/tid=7070] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7070/stat : 7070 (java) S 7046 7049 7007 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 367898401 2780295168 99379 33554432000 1073741824 1073778376 140737338871648 140156689348904 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7049/tid=7071] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7071/stat : 7071 (java) S 7046 7049 7007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 367898444 2780295168 99379 33554432000 1073741824 1073778376 140737338871648 140156676938600 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7049/tid=7074] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7074/stat : 7074 (java) S 7046 7049 7007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 367898450 2780295168 99379 33554432000 1073741824 1073778376 140737338871648 140156675884920 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7049/tid=7076] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7076/stat : 7076 (java) S 7046 7049 7007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 367898450 2780295168 99379 33554432000 1073741824 1073778376 140737338871648 140156674831752 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7049/tid=7077] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7077/stat : 7077 (java) S 7046 7049 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898478 2780295168 99379 33554432000 1073741824 1073778376 140737338871648 140156673780496 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7049/tid=7078] ppid=7046 vsize=2715132 CPUtime=0.55 cores=1,3,5,7
/proc/7049/task/7078/stat : 7078 (java) S 7046 7049 7007 0 -1 4202560 5131 0 0 0 55 0 0 0 20 0 19 0 367898478 2780295168 99379 33554432000 1073741824 1073778376 140737338871648 140156672727352 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7049/tid=7079] ppid=7046 vsize=2715132 CPUtime=0.61 cores=1,3,5,7
/proc/7049/task/7079/stat : 7079 (java) S 7046 7049 7007 0 -1 4202560 6782 0 1 0 61 0 0 0 20 0 19 0 367898478 2780295168 99379 33554432000 1073741824 1073778376 140737338871648 140156671674808 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7049/tid=7081] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7081/stat : 7081 (java) S 7046 7049 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898478 2780295168 99379 33554432000 1073741824 1073778376 140737338871648 140156670621944 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7049/tid=7083] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7083/stat : 7083 (java) S 7046 7049 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898478 2780295168 99379 33554432000 1073741824 1073778376 140737338871648 140156669569608 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7049/tid=7087] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7087/stat : 7087 (java) S 7046 7049 7007 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 367898568 2780295168 99379 33554432000 1073741824 1073778376 140737338871648 140156668515880 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 5.3
Current children cumulated vsize (KiB) 2715132

[startup+12.7008 s]
/proc/loadavg: 0.38 0.08 0.03 4/213 7088
/proc/meminfo: memFree=30180080/32873648 swapFree=7376/7376
[pid=7049] ppid=7046 vsize=2715132 CPUtime=11.86 cores=1,3,5,7
/proc/7049/stat : 7049 (java) S 7046 7049 7007 0 -1 4202496 16141 0 28 0 1171 15 0 0 20 0 19 0 367898277 2780295168 108752 33554432000 1073741824 1073778376 140737338871648 140737338862784 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 78 0 0
/proc/7049/statm: 678783 108752 2267 9 0 669476 0
[pid=7049/tid=7054] ppid=7046 vsize=2715132 CPUtime=10.32 cores=1,3,5,7
/proc/7049/task/7054/stat : 7054 (java) R 7046 7049 7007 0 -1 4202560 2925 0 5 0 1026 6 0 0 20 0 19 0 367898374 2780295168 108752 33554432000 1073741824 1073778376 140737338871648 140156712267208 140156544426383 0 4 0 16800975 0 0 0 -1 3 0 0 115 0 0
[pid=7049/tid=7055] ppid=7046 vsize=2715132 CPUtime=0.03 cores=1,3,5,7
/proc/7049/task/7055/stat : 7055 (java) S 7046 7049 7007 0 -1 4202560 27 0 0 0 1 2 0 0 20 0 19 0 367898401 2780295168 108752 33554432000 1073741824 1073778376 140737338871648 140156696718248 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7049/tid=7058] ppid=7046 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/7049/task/7058/stat : 7058 (java) S 7046 7049 7007 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 19 0 367898401 2780295168 108752 33554432000 1073741824 1073778376 140737338871648 140156695665704 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7049/tid=7061] ppid=7046 vsize=2715132 CPUtime=0.03 cores=1,3,5,7
/proc/7049/task/7061/stat : 7061 (java) S 7046 7049 7007 0 -1 4202560 19 0 0 0 1 2 0 0 20 0 19 0 367898401 2780295168 108752 33554432000 1073741824 1073778376 140737338871648 140156694612648 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7049/tid=7063] ppid=7046 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/7049/task/7063/stat : 7063 (java) S 7046 7049 7007 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 19 0 367898401 2780295168 108752 33554432000 1073741824 1073778376 140737338871648 140156693560104 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7049/tid=7065] ppid=7046 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/7049/task/7065/stat : 7065 (java) S 7046 7049 7007 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 367898401 2780295168 108752 33554432000 1073741824 1073778376 140737338871648 140156692507048 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7049/tid=7067] ppid=7046 vsize=2715132 CPUtime=0.02 cores=1,3,5,7
/proc/7049/task/7067/stat : 7067 (java) S 7046 7049 7007 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 367898401 2780295168 108752 33554432000 1073741824 1073778376 140737338871648 140156691454504 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7049/tid=7069] ppid=7046 vsize=2715132 CPUtime=0.02 cores=1,3,5,7
/proc/7049/task/7069/stat : 7069 (java) S 7046 7049 7007 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 367898401 2780295168 108752 33554432000 1073741824 1073778376 140737338871648 140156690401448 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7049/tid=7070] ppid=7046 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/7049/task/7070/stat : 7070 (java) S 7046 7049 7007 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 367898401 2780295168 108752 33554432000 1073741824 1073778376 140737338871648 140156689348904 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7049/tid=7071] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7071/stat : 7071 (java) S 7046 7049 7007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 367898444 2780295168 108752 33554432000 1073741824 1073778376 140737338871648 140156676938600 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7049/tid=7074] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7074/stat : 7074 (java) S 7046 7049 7007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 367898450 2780295168 108752 33554432000 1073741824 1073778376 140737338871648 140156675884920 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7049/tid=7076] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7076/stat : 7076 (java) S 7046 7049 7007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 367898450 2780295168 108752 33554432000 1073741824 1073778376 140737338871648 140156674831752 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7049/tid=7077] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7077/stat : 7077 (java) S 7046 7049 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898478 2780295168 108752 33554432000 1073741824 1073778376 140737338871648 140156673780496 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7049/tid=7078] ppid=7046 vsize=2715132 CPUtime=0.55 cores=1,3,5,7
/proc/7049/task/7078/stat : 7078 (java) S 7046 7049 7007 0 -1 4202560 5131 0 0 0 55 0 0 0 20 0 19 0 367898478 2780295168 108752 33554432000 1073741824 1073778376 140737338871648 140156672727352 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7049/tid=7079] ppid=7046 vsize=2715132 CPUtime=0.62 cores=1,3,5,7
/proc/7049/task/7079/stat : 7079 (java) S 7046 7049 7007 0 -1 4202560 6782 0 1 0 61 1 0 0 20 0 19 0 367898478 2780295168 108752 33554432000 1073741824 1073778376 140737338871648 140156671674808 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

[pid=7049/tid=7067] ppid=7046 vsize=2715132 CPUtime=1.47 cores=1,3,5,7
/proc/7049/task/7067/stat : 7067 (java) S 7046 7049 7007 0 -1 4202560 344 0 0 0 140 7 0 0 20 0 19 0 367898401 2780295168 322034 33554432000 1073741824 1073778376 140737338871648 140156691454504 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7049/tid=7069] ppid=7046 vsize=2715132 CPUtime=1.55 cores=1,3,5,7
/proc/7049/task/7069/stat : 7069 (java) S 7046 7049 7007 0 -1 4202560 269 0 0 0 148 7 0 0 20 0 19 0 367898401 2780295168 322034 33554432000 1073741824 1073778376 140737338871648 140156690401448 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7049/tid=7070] ppid=7046 vsize=2715132 CPUtime=1.37 cores=1,3,5,7
/proc/7049/task/7070/stat : 7070 (java) S 7046 7049 7007 0 -1 4202560 349 0 0 0 130 7 0 0 20 0 19 0 367898401 2780295168 322034 33554432000 1073741824 1073778376 140737338871648 140156689348904 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7049/tid=7071] ppid=7046 vsize=2715132 CPUtime=0.73 cores=1,3,5,7
/proc/7049/task/7071/stat : 7071 (java) S 7046 7049 7007 0 -1 4202560 106 0 0 0 70 3 0 0 20 0 19 0 367898444 2780295168 322034 33554432000 1073741824 1073778376 140737338871648 140156676938600 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7049/tid=7074] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7074/stat : 7074 (java) S 7046 7049 7007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 367898450 2780295168 322034 33554432000 1073741824 1073778376 140737338871648 140156675884920 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7049/tid=7076] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7076/stat : 7076 (java) S 7046 7049 7007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 367898450 2780295168 322034 33554432000 1073741824 1073778376 140737338871648 140156674831752 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7049/tid=7077] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7077/stat : 7077 (java) S 7046 7049 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898478 2780295168 322034 33554432000 1073741824 1073778376 140737338871648 140156673780496 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7049/tid=7078] ppid=7046 vsize=2715132 CPUtime=0.68 cores=1,3,5,7
/proc/7049/task/7078/stat : 7078 (java) S 7046 7049 7007 0 -1 4202560 5140 0 0 0 68 0 0 0 20 0 19 0 367898478 2780295168 322034 33554432000 1073741824 1073778376 140737338871648 140156672727352 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7049/tid=7079] ppid=7046 vsize=2715132 CPUtime=0.65 cores=1,3,5,7
/proc/7049/task/7079/stat : 7079 (java) S 7046 7049 7007 0 -1 4202560 6784 0 1 0 64 1 0 0 20 0 19 0 367898478 2780295168 322034 33554432000 1073741824 1073778376 140737338871648 140156671674808 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7049/tid=7081] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7081/stat : 7081 (java) S 7046 7049 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898478 2780295168 322034 33554432000 1073741824 1073778376 140737338871648 140156670621944 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7049/tid=7083] ppid=7046 vsize=2715132 CPUtime=0.63 cores=1,3,5,7
/proc/7049/task/7083/stat : 7083 (java) S 7046 7049 7007 0 -1 4202560 99 0 0 0 25 38 0 0 20 0 19 0 367898478 2780295168 322034 33554432000 1073741824 1073778376 140737338871648 140156669569608 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7049/tid=7087] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7087/stat : 7087 (java) S 7046 7049 7007 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 367898568 2780295168 322034 33554432000 1073741824 1073778376 140737338871648 140156668515880 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1730.08
Current children cumulated vsize (KiB) 2715132

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.68 4/213 7104
/proc/meminfo: memFree=28461560/32873648 swapFree=7376/7376
[pid=7049] ppid=7046 vsize=2715132 CPUtime=1790.2 cores=1,3,5,7
/proc/7049/stat : 7049 (java) S 7046 7049 7007 0 -1 4202496 18862 0 28 0 178919 101 0 0 20 0 19 0 367898277 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140737338862784 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 78 0 0
/proc/7049/statm: 678783 322653 2280 9 0 669476 0
[pid=7049/tid=7054] ppid=7046 vsize=2715132 CPUtime=1775.87 cores=1,3,5,7
/proc/7049/task/7054/stat : 7054 (java) R 7046 7049 7007 0 -1 4202560 3021 0 5 0 177553 34 0 0 20 0 19 0 367898374 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156712267168 140156544552916 0 4 0 16800975 0 0 0 -1 3 0 0 115 0 0
[pid=7049/tid=7055] ppid=7046 vsize=2715132 CPUtime=1.6 cores=1,3,5,7
/proc/7049/task/7055/stat : 7055 (java) S 7046 7049 7007 0 -1 4202560 295 0 0 0 151 9 0 0 20 0 19 0 367898401 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156696718248 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7049/tid=7058] ppid=7046 vsize=2715132 CPUtime=1.6 cores=1,3,5,7
/proc/7049/task/7058/stat : 7058 (java) S 7046 7049 7007 0 -1 4202560 436 0 0 0 150 10 0 0 20 0 19 0 367898401 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156695665704 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7049/tid=7061] ppid=7046 vsize=2715132 CPUtime=1.25 cores=1,3,5,7
/proc/7049/task/7061/stat : 7061 (java) S 7046 7049 7007 0 -1 4202560 309 0 0 0 119 6 0 0 20 0 19 0 367898401 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156694612648 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7049/tid=7063] ppid=7046 vsize=2715132 CPUtime=1.51 cores=1,3,5,7
/proc/7049/task/7063/stat : 7063 (java) S 7046 7049 7007 0 -1 4202560 271 0 0 0 146 5 0 0 20 0 19 0 367898401 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156693560104 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7049/tid=7065] ppid=7046 vsize=2715132 CPUtime=1.41 cores=1,3,5,7
/proc/7049/task/7065/stat : 7065 (java) S 7046 7049 7007 0 -1 4202560 258 0 0 0 135 6 0 0 20 0 19 0 367898401 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156692507048 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7049/tid=7067] ppid=7046 vsize=2715132 CPUtime=1.49 cores=1,3,5,7
/proc/7049/task/7067/stat : 7067 (java) S 7046 7049 7007 0 -1 4202560 344 0 0 0 142 7 0 0 20 0 19 0 367898401 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156691454504 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7049/tid=7069] ppid=7046 vsize=2715132 CPUtime=1.57 cores=1,3,5,7
/proc/7049/task/7069/stat : 7069 (java) S 7046 7049 7007 0 -1 4202560 282 0 0 0 150 7 0 0 20 0 19 0 367898401 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156690401448 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7049/tid=7070] ppid=7046 vsize=2715132 CPUtime=1.39 cores=1,3,5,7
/proc/7049/task/7070/stat : 7070 (java) S 7046 7049 7007 0 -1 4202560 349 0 0 0 132 7 0 0 20 0 19 0 367898401 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156689348904 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7049/tid=7071] ppid=7046 vsize=2715132 CPUtime=0.73 cores=1,3,5,7
/proc/7049/task/7071/stat : 7071 (java) S 7046 7049 7007 0 -1 4202560 108 0 0 0 70 3 0 0 20 0 19 0 367898444 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156676938600 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7049/tid=7074] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7074/stat : 7074 (java) S 7046 7049 7007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 367898450 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156675884920 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7049/tid=7076] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7076/stat : 7076 (java) S 7046 7049 7007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 367898450 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156674831752 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7049/tid=7077] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7077/stat : 7077 (java) S 7046 7049 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898478 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156673780496 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7049/tid=7078] ppid=7046 vsize=2715132 CPUtime=0.68 cores=1,3,5,7
/proc/7049/task/7078/stat : 7078 (java) S 7046 7049 7007 0 -1 4202560 5140 0 0 0 68 0 0 0 20 0 19 0 367898478 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156672727352 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7049/tid=7079] ppid=7046 vsize=2715132 CPUtime=0.65 cores=1,3,5,7
/proc/7049/task/7079/stat : 7079 (java) S 7046 7049 7007 0 -1 4202560 6784 0 1 0 64 1 0 0 20 0 19 0 367898478 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156671674808 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7049/tid=7081] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7081/stat : 7081 (java) S 7046 7049 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898478 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156670621944 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7049/tid=7083] ppid=7046 vsize=2715132 CPUtime=0.66 cores=1,3,5,7
/proc/7049/task/7083/stat : 7083 (java) S 7046 7049 7007 0 -1 4202560 103 0 0 0 27 39 0 0 20 0 19 0 367898478 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156669569608 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7049/tid=7087] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7087/stat : 7087 (java) S 7046 7049 7007 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 367898568 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156668515880 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1790.2
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.1 s]
/proc/loadavg: 2.00 2.00 1.69 3/213 7104
/proc/meminfo: memFree=28461808/32873648 swapFree=7376/7376
[pid=7049] ppid=7046 vsize=2715132 CPUtime=1800.01 cores=1,3,5,7
/proc/7049/stat : 7049 (java) S 7046 7049 7007 0 -1 4202496 18862 0 28 0 179899 102 0 0 20 0 19 0 367898277 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140737338862784 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 78 0 0
/proc/7049/statm: 678783 322653 2280 9 0 669476 0
[pid=7049/tid=7054] ppid=7046 vsize=2715132 CPUtime=1785.67 cores=1,3,5,7
/proc/7049/task/7054/stat : 7054 (java) R 7046 7049 7007 0 -1 4202560 3021 0 5 0 178532 35 0 0 20 0 19 0 367898374 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156712267168 140156544540437 0 4 0 16800975 0 0 0 -1 3 0 0 115 0 0
[pid=7049/tid=7055] ppid=7046 vsize=2715132 CPUtime=1.6 cores=1,3,5,7
/proc/7049/task/7055/stat : 7055 (java) S 7046 7049 7007 0 -1 4202560 295 0 0 0 151 9 0 0 20 0 19 0 367898401 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156696718248 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7049/tid=7058] ppid=7046 vsize=2715132 CPUtime=1.6 cores=1,3,5,7
/proc/7049/task/7058/stat : 7058 (java) S 7046 7049 7007 0 -1 4202560 436 0 0 0 150 10 0 0 20 0 19 0 367898401 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156695665704 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7049/tid=7061] ppid=7046 vsize=2715132 CPUtime=1.25 cores=1,3,5,7
/proc/7049/task/7061/stat : 7061 (java) S 7046 7049 7007 0 -1 4202560 309 0 0 0 119 6 0 0 20 0 19 0 367898401 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156694612648 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7049/tid=7063] ppid=7046 vsize=2715132 CPUtime=1.51 cores=1,3,5,7
/proc/7049/task/7063/stat : 7063 (java) S 7046 7049 7007 0 -1 4202560 271 0 0 0 146 5 0 0 20 0 19 0 367898401 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156693560104 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7049/tid=7065] ppid=7046 vsize=2715132 CPUtime=1.41 cores=1,3,5,7
/proc/7049/task/7065/stat : 7065 (java) S 7046 7049 7007 0 -1 4202560 258 0 0 0 135 6 0 0 20 0 19 0 367898401 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156692507048 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7049/tid=7067] ppid=7046 vsize=2715132 CPUtime=1.49 cores=1,3,5,7
/proc/7049/task/7067/stat : 7067 (java) S 7046 7049 7007 0 -1 4202560 344 0 0 0 142 7 0 0 20 0 19 0 367898401 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156691454504 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7049/tid=7069] ppid=7046 vsize=2715132 CPUtime=1.57 cores=1,3,5,7
/proc/7049/task/7069/stat : 7069 (java) S 7046 7049 7007 0 -1 4202560 282 0 0 0 150 7 0 0 20 0 19 0 367898401 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156690401448 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7049/tid=7070] ppid=7046 vsize=2715132 CPUtime=1.39 cores=1,3,5,7
/proc/7049/task/7070/stat : 7070 (java) S 7046 7049 7007 0 -1 4202560 349 0 0 0 132 7 0 0 20 0 19 0 367898401 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156689348904 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7049/tid=7071] ppid=7046 vsize=2715132 CPUtime=0.73 cores=1,3,5,7
/proc/7049/task/7071/stat : 7071 (java) S 7046 7049 7007 0 -1 4202560 108 0 0 0 70 3 0 0 20 0 19 0 367898444 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156676938600 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7049/tid=7074] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7074/stat : 7074 (java) S 7046 7049 7007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 367898450 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156675884920 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7049/tid=7076] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7076/stat : 7076 (java) S 7046 7049 7007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 367898450 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156674831752 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7049/tid=7077] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7077/stat : 7077 (java) S 7046 7049 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898478 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156673780496 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7049/tid=7078] ppid=7046 vsize=2715132 CPUtime=0.68 cores=1,3,5,7
/proc/7049/task/7078/stat : 7078 (java) S 7046 7049 7007 0 -1 4202560 5140 0 0 0 68 0 0 0 20 0 19 0 367898478 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156672727352 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7049/tid=7079] ppid=7046 vsize=2715132 CPUtime=0.65 cores=1,3,5,7
/proc/7049/task/7079/stat : 7079 (java) S 7046 7049 7007 0 -1 4202560 6784 0 1 0 64 1 0 0 20 0 19 0 367898478 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156671674808 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7049/tid=7081] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7081/stat : 7081 (java) S 7046 7049 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898478 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156670621944 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7049/tid=7083] ppid=7046 vsize=2715132 CPUtime=0.66 cores=1,3,5,7
/proc/7049/task/7083/stat : 7083 (java) S 7046 7049 7007 0 -1 4202560 103 0 0 0 27 39 0 0 20 0 19 0 367898478 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156669569608 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7049/tid=7087] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7087/stat : 7087 (java) S 7046 7049 7007 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 367898568 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156668515880 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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+1792.1 s]
/proc/loadavg: 2.00 2.00 1.69 3/213 7104
/proc/meminfo: memFree=28461808/32873648 swapFree=7376/7376
[pid=7049] ppid=7046 vsize=2715132 CPUtime=1800.01 cores=1,3,5,7
/proc/7049/stat : 7049 (java) S 7046 7049 7007 0 -1 4202496 18862 0 28 0 179899 102 0 0 20 0 19 0 367898277 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140737338862784 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 78 0 0
/proc/7049/statm: 678783 322653 2280 9 0 669476 0
[pid=7049/tid=7054] ppid=7046 vsize=2715132 CPUtime=1785.67 cores=1,3,5,7
/proc/7049/task/7054/stat : 7054 (java) R 7046 7049 7007 0 -1 4202560 3021 0 5 0 178532 35 0 0 20 0 19 0 367898374 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156712267168 140156544540437 0 4 0 16800975 0 0 0 -1 3 0 0 115 0 0
[pid=7049/tid=7055] ppid=7046 vsize=2715132 CPUtime=1.6 cores=1,3,5,7
/proc/7049/task/7055/stat : 7055 (java) S 7046 7049 7007 0 -1 4202560 295 0 0 0 151 9 0 0 20 0 19 0 367898401 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156696718248 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7049/tid=7058] ppid=7046 vsize=2715132 CPUtime=1.6 cores=1,3,5,7
/proc/7049/task/7058/stat : 7058 (java) S 7046 7049 7007 0 -1 4202560 436 0 0 0 150 10 0 0 20 0 19 0 367898401 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156695665704 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7049/tid=7061] ppid=7046 vsize=2715132 CPUtime=1.25 cores=1,3,5,7
/proc/7049/task/7061/stat : 7061 (java) S 7046 7049 7007 0 -1 4202560 309 0 0 0 119 6 0 0 20 0 19 0 367898401 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156694612648 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7049/tid=7063] ppid=7046 vsize=2715132 CPUtime=1.51 cores=1,3,5,7
/proc/7049/task/7063/stat : 7063 (java) S 7046 7049 7007 0 -1 4202560 271 0 0 0 146 5 0 0 20 0 19 0 367898401 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156693560104 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7049/tid=7065] ppid=7046 vsize=2715132 CPUtime=1.41 cores=1,3,5,7
/proc/7049/task/7065/stat : 7065 (java) S 7046 7049 7007 0 -1 4202560 258 0 0 0 135 6 0 0 20 0 19 0 367898401 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156692507048 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7049/tid=7067] ppid=7046 vsize=2715132 CPUtime=1.49 cores=1,3,5,7
/proc/7049/task/7067/stat : 7067 (java) S 7046 7049 7007 0 -1 4202560 344 0 0 0 142 7 0 0 20 0 19 0 367898401 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156691454504 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7049/tid=7069] ppid=7046 vsize=2715132 CPUtime=1.57 cores=1,3,5,7
/proc/7049/task/7069/stat : 7069 (java) S 7046 7049 7007 0 -1 4202560 282 0 0 0 150 7 0 0 20 0 19 0 367898401 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156690401448 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7049/tid=7070] ppid=7046 vsize=2715132 CPUtime=1.39 cores=1,3,5,7
/proc/7049/task/7070/stat : 7070 (java) S 7046 7049 7007 0 -1 4202560 349 0 0 0 132 7 0 0 20 0 19 0 367898401 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156689348904 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7049/tid=7071] ppid=7046 vsize=2715132 CPUtime=0.73 cores=1,3,5,7
/proc/7049/task/7071/stat : 7071 (java) S 7046 7049 7007 0 -1 4202560 108 0 0 0 70 3 0 0 20 0 19 0 367898444 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156676938600 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7049/tid=7074] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7074/stat : 7074 (java) S 7046 7049 7007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 367898450 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156675884920 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7049/tid=7076] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7076/stat : 7076 (java) S 7046 7049 7007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 367898450 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156674831752 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7049/tid=7077] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7077/stat : 7077 (java) S 7046 7049 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898478 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156673780496 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7049/tid=7078] ppid=7046 vsize=2715132 CPUtime=0.68 cores=1,3,5,7
/proc/7049/task/7078/stat : 7078 (java) S 7046 7049 7007 0 -1 4202560 5140 0 0 0 68 0 0 0 20 0 19 0 367898478 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156672727352 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7049/tid=7079] ppid=7046 vsize=2715132 CPUtime=0.65 cores=1,3,5,7
/proc/7049/task/7079/stat : 7079 (java) S 7046 7049 7007 0 -1 4202560 6784 0 1 0 64 1 0 0 20 0 19 0 367898478 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156671674808 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7049/tid=7081] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7081/stat : 7081 (java) S 7046 7049 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898478 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156670621944 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7049/tid=7083] ppid=7046 vsize=2715132 CPUtime=0.66 cores=1,3,5,7
/proc/7049/task/7083/stat : 7083 (java) S 7046 7049 7007 0 -1 4202560 103 0 0 0 27 39 0 0 20 0 19 0 367898478 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156669569608 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7049/tid=7087] ppid=7046 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/7049/task/7087/stat : 7087 (java) S 7046 7049 7007 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 367898568 2780295168 322653 33554432000 1073741824 1073778376 140737338871648 140156668515880 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 2715132

Child status: 143
Real time (s): 1792.19
CPU time (s): 1800.63
CPU user time (s): 1799.14
CPU system time (s): 1.49277
CPU usage (%): 100.471
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.14
system time used= 1.49277
maximum resident set size= 1290812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18915
page faults= 28
swaps= 0
block input operations= 15656
block output operations= 1568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41209
involuntary context switches= 34500

runsolver used 5.83011 second user time and 16.1735 second system time

The end

Launcher Data

Begin job on node149 at 2012-06-06 23:22:21
IDJOB=3733361
IDBENCH=2358
IDSOLVER=2322
FILE ID=node149/3733361-1339017741
RUNJOBID= node149-1339017741-7024
PBS_JOBID= 14643266
Free space on /tmp= 70872 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-bg512142.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733361-1339017741/watcher-3733361-1339017741 -o /tmp/evaluation-result-3733361-1339017741/solver-3733361-1339017741 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3733361-1339017741.opb

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

MD5SUM BENCH= bc049badf8b0b6990d4dd6f2aa909c41
RANDOM SEED=588582354

node149.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.145
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.29
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.145
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.145
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	: 5438.55
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.145
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
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.145
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	: 5438.55
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.145
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.145
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:        31055960 kB
Buffers:           15232 kB
Cached:          1022592 kB
SwapCached:        29996 kB
Active:           140816 kB
Inactive:         928912 kB
Active(anon):       4600 kB
Inactive(anon):    29932 kB
Active(file):     136216 kB
Inactive(file):   898980 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67072828 kB
Dirty:              3528 kB
Writeback:             0 kB
AnonPages:         10080 kB
Mapped:             7960 kB
Shmem:                 0 kB
Slab:             610092 kB
SReclaimable:      54244 kB
SUnreclaim:       555848 kB
KernelStack:        1376 kB
PageTables:         4592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     103760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70872 MiB
End job on node149 at 2012-06-06 23:52:16