Trace number 3710162

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
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.04 1783.03

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=220-sizeP=111-sizeQ=220-229130880.opb
MD5SUM20fad26c16d154a41eda0484a6e6eae7
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark2.20267
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables24751
Total number of constraints73261
Number of constraints which are clauses73260
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint24420
Number of terms in the objective function 111
Biggest coefficient in the objective function 1298074214633706907132624082305024
Number of bits for the biggest coefficient in the objective function 111
Sum of the numbers in the objective function 2596148429267413814265248164610047
Number of bits of the sum of numbers in the objective function 111
Biggest number in a constraint 1093625362391505962186251113558810682676584715446606218212885303204976499599687961611756588511526912
Number of bits of the biggest number in a constraint 330
Biggest sum of numbers in a constraint 4374501449566023848745004454235242451901741326209966194279906655789612083583747144123545843134987905
Number of bits of the biggest sum of numbers331
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
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 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.13	c configuring ORDERS
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose learned constraints deletion strategy
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=true
0.09/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-3710162-1338156936.opb
0.09/0.13	c reading problem ... 
1.44/0.93	c ... done. Wall clock time 0.801s.
1.44/0.93	c declared #vars     24751
1.44/0.93	c #constraints  73262
1.44/0.93	c constraints type 
1.44/0.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24420
1.44/0.93	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 48840
1.44/0.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1.44/0.93	c 73262 constraints processed.
309.76/307.85	c cleaning 2500 clauses out of 5000 with flag 5000/5000
553.33/550.49	c cleaning 4250 clauses out of 8500 with flag 11000/11000
1043.52/1035.22	c cleaning 5622 clauses out of 11252 with flag 18002/18002
1578.19/1564.17	c cleaning 6785 clauses out of 13628 with flag 26000/26000
1800.04/1783.01	c starts		: 55
1800.04/1783.01	c conflicts		: 30741
1800.04/1783.01	c decisions		: 73189
1800.04/1783.01	c propagations		: 9516153
1800.04/1783.01	c inspects		: 52653968
1800.04/1783.01	c shortcuts		: 0
1800.04/1783.01	c learnt literals	: 0
1800.04/1783.01	c learnt binary clauses	: 0
1800.04/1783.01	c learnt ternary clauses	: 2
1800.04/1783.01	c learnt constraints	: 30741
1800.04/1783.01	c ignored constraints	: 0
1800.04/1783.01	c root simplifications	: 55
1800.04/1783.01	c removed literals (reason simplification)	: 215419187
1800.04/1783.01	c reason swapping (by a shorter reason)	: 0
1800.04/1783.01	c Calls to reduceDB	: 4
1800.04/1783.01	c number of reductions to clauses (during analyze)	: 0
1800.04/1783.01	c number of learned constraints concerned by reduction	: 0
1800.04/1783.01	c number of learning phase by resolution	: 0
1800.04/1783.01	c number of learning phase by cutting planes	: 0
1800.04/1783.01	c speed (assignments/second)	: 5340.012917728882
1800.04/1783.01	c non guided choices	17859
1800.04/1783.01	c learnt constraints type 
1800.04/1783.01	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11584
1800.04/1783.01	c constraints type 
1800.04/1783.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24420
1800.04/1783.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 48840
1800.04/1783.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.04/1783.01	c 73262 constraints processed.
1800.04/1783.01	s UNKNOWN
1800.04/1783.01	c Total wall clock time (in seconds): 1782.882

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-3710162-1338156936/watcher-3710162-1338156936 -o /tmp/evaluation-result-3710162-1338156936/solver-3710162-1338156936 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710162-1338156936.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.01 2.00 2.00 3/194 27029
/proc/meminfo: memFree=28788112/32873844 swapFree=6872/6872
[pid=27029] ppid=27027 vsize=9160 CPUtime=0 cores=0,2,4,6
/proc/27029/stat : 27029 (java) R 27027 27029 22966 0 -1 4202496 390 0 0 0 0 0 0 0 20 0 1 0 281822129 9379840 122 33554432000 1073741824 1073778376 140733590043792 140733590040920 270118546864 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/27029/statm: 2290 123 94 9 0 38 0

[startup+0.101414 s]
/proc/loadavg: 2.01 2.00 2.00 3/194 27029
/proc/meminfo: memFree=28788112/32873844 swapFree=6872/6872
[pid=27029] ppid=27027 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/27029/stat : 27029 (java) S 27027 27029 22966 0 -1 4202496 4147 0 1 0 8 1 0 0 20 0 18 0 281822129 9787842560 5354 33554432000 1073741824 1073778376 140733590043792 140733590034928 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27029/statm: 2389610 5354 2111 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.200255 s]
/proc/loadavg: 2.01 2.00 2.00 3/194 27029
/proc/meminfo: memFree=28788112/32873844 swapFree=6872/6872
[pid=27029] ppid=27027 vsize=9558440 CPUtime=0.23 cores=0,2,4,6
/proc/27029/stat : 27029 (java) S 27027 27029 22966 0 -1 4202496 4653 0 1 0 22 1 0 0 20 0 18 0 281822129 9787842560 6846 33554432000 1073741824 1073778376 140733590043792 140733590034928 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27029/statm: 2389610 6846 2188 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558440

[startup+0.300263 s]
/proc/loadavg: 2.01 2.00 2.00 3/194 27029
/proc/meminfo: memFree=28788112/32873844 swapFree=6872/6872
[pid=27029] ppid=27027 vsize=9558440 CPUtime=0.45 cores=0,2,4,6
/proc/27029/stat : 27029 (java) S 27027 27029 22966 0 -1 4202496 5310 0 1 0 43 2 0 0 20 0 18 0 281822129 9787842560 8368 33554432000 1073741824 1073778376 140733590043792 140733590034928 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27029/statm: 2389610 8368 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558440

[startup+0.700226 s]
/proc/loadavg: 2.01 2.00 2.00 3/194 27029
/proc/meminfo: memFree=28788112/32873844 swapFree=6872/6872
[pid=27029] ppid=27027 vsize=9558440 CPUtime=1.17 cores=0,2,4,6
/proc/27029/stat : 27029 (java) S 27027 27029 22966 0 -1 4202496 7832 0 1 0 111 6 0 0 20 0 18 0 281822129 9787842560 41397 33554432000 1073741824 1073778376 140733590043792 140733590034928 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27029/statm: 2389610 41397 2253 9 0 2380296 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9558440

[startup+1.50072 s]
/proc/loadavg: 2.01 2.00 2.00 4/213 27048
/proc/meminfo: memFree=28398928/32873844 swapFree=6872/6872
[pid=27029] ppid=27027 vsize=9625004 CPUtime=2.58 cores=0,2,4,6
/proc/27029/stat : 27029 (java) S 27027 27029 22966 0 -1 4202496 9654 0 1 0 248 10 0 0 20 0 19 0 281822129 9856004096 46619 33554432000 1073741824 1073778376 140733590043792 140733590034928 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27029/statm: 2406251 46619 2274 9 0 2396937 0
[pid=27029/tid=27031] ppid=27027 vsize=9625004 CPUtime=1.4 cores=0,2,4,6
/proc/27029/task/27031/stat : 27031 (java) R 27027 27029 22966 0 -1 4202560 2571 0 1 0 137 3 0 0 20 0 19 0 281822130 9856004096 46619 33554432000 1073741824 1073778376 140733590043792 139930192249064 139930051906200 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27029/tid=27032] ppid=27027 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/27029/task/27032/stat : 27032 (java) S 27027 27029 22966 0 -1 4202560 18 0 0 0 1 2 0 0 20 0 19 0 281822131 9856004096 46619 33554432000 1073741824 1073778376 140733590043792 139930170349992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27033] ppid=27027 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/27029/task/27033/stat : 27033 (java) S 27027 27029 22966 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 281822131 9856004096 46619 33554432000 1073741824 1073778376 140733590043792 139929967389224 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27029/tid=27034] ppid=27027 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/27029/task/27034/stat : 27034 (java) S 27027 27029 22966 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 281822131 9856004096 46619 33554432000 1073741824 1073778376 140733590043792 139929966336168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27035] ppid=27027 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/27029/task/27035/stat : 27035 (java) S 27027 27029 22966 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 281822131 9856004096 46619 33554432000 1073741824 1073778376 140733590043792 139929965283624 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27029/tid=27036] ppid=27027 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/27029/task/27036/stat : 27036 (java) S 27027 27029 22966 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 281822131 9856004096 46619 33554432000 1073741824 1073778376 140733590043792 139929964231592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27037] ppid=27027 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/27029/task/27037/stat : 27037 (java) S 27027 27029 22966 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 281822131 9856004096 46619 33554432000 1073741824 1073778376 140733590043792 139929963179048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27029/tid=27038] ppid=27027 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/27029/task/27038/stat : 27038 (java) S 27027 27029 22966 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 281822131 9856004096 46619 33554432000 1073741824 1073778376 140733590043792 139929962125992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27029/tid=27039] ppid=27027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27029/task/27039/stat : 27039 (java) S 27027 27029 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281822131 9856004096 46619 33554432000 1073741824 1073778376 140733590043792 139929961073448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27029/tid=27040] ppid=27027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27029/task/27040/stat : 27040 (java) S 27027 27029 22966 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 281822132 9856004096 46619 33554432000 1073741824 1073778376 140733590043792 139929948875112 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27029/tid=27041] ppid=27027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27029/task/27041/stat : 27041 (java) S 27027 27029 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281822133 9856004096 46619 33554432000 1073741824 1073778376 140733590043792 139929947821432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27042] ppid=27027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27029/task/27042/stat : 27042 (java) S 27027 27029 22966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281822133 9856004096 46619 33554432000 1073741824 1073778376 140733590043792 139929946768264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27043] ppid=27027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27029/task/27043/stat : 27043 (java) S 27027 27029 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281822136 9856004096 46619 33554432000 1073741824 1073778376 140733590043792 139929945717008 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27044] ppid=27027 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/27029/task/27044/stat : 27044 (java) S 27027 27029 22966 0 -1 4202560 2562 0 0 0 48 0 0 0 20 0 19 0 281822136 9856004096 46619 33554432000 1073741824 1073778376 140733590043792 139929944664888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27045] ppid=27027 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/27029/task/27045/stat : 27045 (java) S 27027 27029 22966 0 -1 4202560 3183 0 0 0 41 0 0 0 20 0 19 0 281822136 9856004096 46619 33554432000 1073741824 1073778376 140733590043792 139929943612344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27029/tid=27046] ppid=27027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27029/task/27046/stat : 27046 (java) S 27027 27029 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281822136 9856004096 46619 33554432000 1073741824 1073778376 140733590043792 139929942559480 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27029/tid=27047] ppid=27027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27029/task/27047/stat : 27047 (java) S 27027 27029 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281822136 9856004096 46619 33554432000 1073741824 1073778376 140733590043792 139929941507144 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27029/tid=27048] ppid=27027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27029/task/27048/stat : 27048 (java) S 27027 27029 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281822226 9856004096 46619 33554432000 1073741824 1073778376 140733590043792 139929940390952 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 9625004

[startup+3.10064 s]
/proc/loadavg: 2.01 2.00 2.00 4/213 27048
/proc/meminfo: memFree=28241180/32873844 swapFree=6872/6872
[pid=27029] ppid=27027 vsize=9625004 CPUtime=4.46 cores=0,2,4,6
/proc/27029/stat : 27029 (java) S 27027 27029 22966 0 -1 4202496 10357 0 1 0 427 19 0 0 20 0 19 0 281822129 9856004096 86689 33554432000 1073741824 1073778376 140733590043792 140733590034928 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27029/statm: 2406251 86689 2275 9 0 2396937 0
[pid=27029/tid=27031] ppid=27027 vsize=9625004 CPUtime=2.94 cores=0,2,4,6
/proc/27029/task/27031/stat : 27031 (java) R 27027 27029 22966 0 -1 4202560 2631 0 1 0 289 5 0 0 20 0 19 0 281822130 9856004096 86689 33554432000 1073741824 1073778376 140733590043792 139930192249480 139930052067827 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27029/tid=27032] ppid=27027 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/27029/task/27032/stat : 27032 (java) S 27027 27029 22966 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 19 0 281822131 9856004096 86689 33554432000 1073741824 1073778376 140733590043792 139930170349992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27029/tid=27033] ppid=27027 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/27029/task/27033/stat : 27033 (java) S 27027 27029 22966 0 -1 4202560 19 0 0 0 2 2 0 0 20 0 19 0 281822131 9856004096 86689 33554432000 1073741824 1073778376 140733590043792 139929967389224 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27029/tid=27034] ppid=27027 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/27029/task/27034/stat : 27034 (java) S 27027 27029 22966 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 19 0 281822131 9856004096 86689 33554432000 1073741824 1073778376 140733590043792 139929966336168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27035] ppid=27027 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/27029/task/27035/stat : 27035 (java) S 27027 27029 22966 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 281822131 9856004096 86689 33554432000 1073741824 1073778376 140733590043792 139929965283624 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27029/tid=27036] ppid=27027 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/27029/task/27036/stat : 27036 (java) S 27027 27029 22966 0 -1 4202560 23 0 0 0 3 2 0 0 20 0 19 0 281822131 9856004096 86689 33554432000 1073741824 1073778376 140733590043792 139929964231592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27037] ppid=27027 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/27029/task/27037/stat : 27037 (java) S 27027 27029 22966 0 -1 4202560 14 0 0 0 2 1 0 0 20 0 19 0 281822131 9856004096 86689 33554432000 1073741824 1073778376 140733590043792 139929963179048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27029/tid=27038] ppid=27027 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/27029/task/27038/stat : 27038 (java) S 27027 27029 22966 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 281822131 9856004096 86689 33554432000 1073741824 1073778376 140733590043792 139929962125992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27039] ppid=27027 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/27029/task/27039/stat : 27039 (java) S 27027 27029 22966 0 -1 4202560 26 0 0 0 4 2 0 0 20 0 19 0 281822131 9856004096 86689 33554432000 1073741824 1073778376 140733590043792 139929961073448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27029/tid=27040] ppid=27027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27029/task/27040/stat : 27040 (java) S 27027 27029 22966 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 281822132 9856004096 86689 33554432000 1073741824 1073778376 140733590043792 139929948875112 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27029/tid=27041] ppid=27027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27029/task/27041/stat : 27041 (java) S 27027 27029 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281822133 9856004096 86689 33554432000 1073741824 1073778376 140733590043792 139929947821432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27042] ppid=27027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27029/task/27042/stat : 27042 (java) S 27027 27029 22966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281822133 9856004096 86689 33554432000 1073741824 1073778376 140733590043792 139929946768264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27043] ppid=27027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27029/task/27043/stat : 27043 (java) S 27027 27029 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281822136 9856004096 86689 33554432000 1073741824 1073778376 140733590043792 139929945717008 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27044] ppid=27027 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/27029/task/27044/stat : 27044 (java) S 27027 27029 22966 0 -1 4202560 2894 0 0 0 54 0 0 0 20 0 19 0 281822136 9856004096 86689 33554432000 1073741824 1073778376 140733590043792 139929944664888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27045] ppid=27027 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/27029/task/27045/stat : 27045 (java) S 27027 27029 22966 0 -1 4202560 3279 0 0 0 47 0 0 0 20 0 19 0 281822136 9856004096 86689 33554432000 1073741824 1073778376 140733590043792 139929943612344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27029/tid=27046] ppid=27027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27029/task/27046/stat : 27046 (java) S 27027 27029 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281822136 9856004096 86689 33554432000 1073741824 1073778376 140733590043792 139929942559480 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27029/tid=27047] ppid=27027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27029/task/27047/stat : 27047 (java) S 27027 27029 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281822136 9856004096 86689 33554432000 1073741824 1073778376 140733590043792 139929941507144 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27048] ppid=27027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27029/task/27048/stat : 27048 (java) S 27027 27029 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281822226 9856004096 86689 33554432000 1073741824 1073778376 140733590043792 139929940390952 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.46
Current children cumulated vsize (KiB) 9625004

[startup+6.30071 s]
/proc/loadavg: 2.49 2.10 2.03 4/213 27048
/proc/meminfo: memFree=28217908/32873844 swapFree=6872/6872
[pid=27029] ppid=27027 vsize=9625004 CPUtime=7.67 cores=0,2,4,6
/proc/27029/stat : 27029 (java) S 27027 27029 22966 0 -1 4202496 10360 0 1 0 748 19 0 0 20 0 19 0 281822129 9856004096 87177 33554432000 1073741824 1073778376 140733590043792 140733590034928 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27029/statm: 2406251 87177 2275 9 0 2396937 0
[pid=27029/tid=27031] ppid=27027 vsize=9625004 CPUtime=6.13 cores=0,2,4,6
/proc/27029/task/27031/stat : 27031 (java) R 27027 27029 22966 0 -1 4202560 2634 0 1 0 608 5 0 0 20 0 19 0 281822130 9856004096 87177 33554432000 1073741824 1073778376 140733590043792 139930192247200 139930052065994 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27032] ppid=27027 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/27029/task/27032/stat : 27032 (java) S 27027 27029 22966 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 19 0 281822131 9856004096 87177 33554432000 1073741824 1073778376 140733590043792 139930170349992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27029/tid=27033] ppid=27027 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/27029/task/27033/stat : 27033 (java) S 27027 27029 22966 0 -1 4202560 19 0 0 0 2 2 0 0 20 0 19 0 281822131 9856004096 87177 33554432000 1073741824 1073778376 140733590043792 139929967389224 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27029/tid=27034] ppid=27027 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/27029/task/27034/stat : 27034 (java) S 27027 27029 22966 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 19 0 281822131 9856004096 87177 33554432000 1073741824 1073778376 140733590043792 139929966336168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27035] ppid=27027 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/27029/task/27035/stat : 27035 (java) S 27027 27029 22966 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 281822131 9856004096 87177 33554432000 1073741824 1073778376 140733590043792 139929965283624 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27029/tid=27036] ppid=27027 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/27029/task/27036/stat : 27036 (java) S 27027 27029 22966 0 -1 4202560 23 0 0 0 3 2 0 0 20 0 19 0 281822131 9856004096 87177 33554432000 1073741824 1073778376 140733590043792 139929964231592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27037] ppid=27027 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/27029/task/27037/stat : 27037 (java) S 27027 27029 22966 0 -1 4202560 14 0 0 0 2 1 0 0 20 0 19 0 281822131 9856004096 87177 33554432000 1073741824 1073778376 140733590043792 139929963179048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27029/tid=27038] ppid=27027 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/27029/task/27038/stat : 27038 (java) S 27027 27029 22966 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 281822131 9856004096 87177 33554432000 1073741824 1073778376 140733590043792 139929962125992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27039] ppid=27027 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/27029/task/27039/stat : 27039 (java) S 27027 27029 22966 0 -1 4202560 26 0 0 0 4 2 0 0 20 0 19 0 281822131 9856004096 87177 33554432000 1073741824 1073778376 140733590043792 139929961073448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27029/tid=27040] ppid=27027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27029/task/27040/stat : 27040 (java) S 27027 27029 22966 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 281822132 9856004096 87177 33554432000 1073741824 1073778376 140733590043792 139929948875112 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27029/tid=27041] ppid=27027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27029/task/27041/stat : 27041 (java) S 27027 27029 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281822133 9856004096 87177 33554432000 1073741824 1073778376 140733590043792 139929947821432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27042] ppid=27027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27029/task/27042/stat : 27042 (java) S 27027 27029 22966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281822133 9856004096 87177 33554432000 1073741824 1073778376 140733590043792 139929946768264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27043] ppid=27027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27029/task/27043/stat : 27043 (java) S 27027 27029 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281822136 9856004096 87177 33554432000 1073741824 1073778376 140733590043792 139929945717008 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27044] ppid=27027 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/27029/task/27044/stat : 27044 (java) S 27027 27029 22966 0 -1 4202560 2894 0 0 0 54 0 0 0 20 0 19 0 281822136 9856004096 87177 33554432000 1073741824 1073778376 140733590043792 139929944664888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27045] ppid=27027 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/27029/task/27045/stat : 27045 (java) S 27027 27029 22966 0 -1 4202560 3279 0 0 0 48 0 0 0 20 0 19 0 281822136 9856004096 87177 33554432000 1073741824 1073778376 140733590043792 139929943612344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27029/tid=27046] ppid=27027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27029/task/27046/stat : 27046 (java) S 27027 27029 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281822136 9856004096 87177 33554432000 1073741824 1073778376 140733590043792 139929942559480 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27029/tid=27047] ppid=27027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27029/task/27047/stat : 27047 (java) S 27027 27029 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281822136 9856004096 87177 33554432000 1073741824 1073778376 140733590043792 139929941507144 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27029/tid=27048] ppid=27027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27029/task/27048/stat : 27048 (java) S 27027 27029 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281822226 9856004096 87177 33554432000 1073741824 1073778376 140733590043792 139929940390952 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.67
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=27029/tid=27044] ppid=27027 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/27029/task/27044/stat : 27044 (java) S 27027 27029 22966 0 -1 4202560 2907 0 0 0 55 0 0 0 20 0 19 0 281822136 9856004096 570731 33554432000 1073741824 1073778376 140733590043792 139929944664888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27045] ppid=27027 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/27029/task/27045/stat : 27045 (java) S 27027 27029 22966 0 -1 4202560 3699 0 0 0 56 1 0 0 20 0 19 0 281822136 9856004096 570731 33554432000 1073741824 1073778376 140733590043792 139929943612344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27029/tid=27046] ppid=27027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27029/task/27046/stat : 27046 (java) S 27027 27029 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281822136 9856004096 570731 33554432000 1073741824 1073778376 140733590043792 139929942559480 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27029/tid=27047] ppid=27027 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/27029/task/27047/stat : 27047 (java) S 27027 27029 22966 0 -1 4202560 98 0 0 0 26 20 0 0 20 0 19 0 281822136 9856004096 570731 33554432000 1073741824 1073778376 140733590043792 139929941507144 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27029/tid=27048] ppid=27027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27029/task/27048/stat : 27048 (java) S 27027 27029 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281822226 9856004096 570731 33554432000 1073741824 1073778376 140733590043792 139929940390952 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1738.42
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 1.95 1.97 1.99 3/213 27123
/proc/meminfo: memFree=28983216/32873844 swapFree=6872/6872
[pid=27029] ppid=27027 vsize=9625004 CPUtime=1799.31 cores=0,2,4,6
/proc/27029/stat : 27029 (java) S 27027 27029 22966 0 -1 4202496 17746 0 1 0 179776 155 0 0 20 0 19 0 281822129 9856004096 562913 33554432000 1073741824 1073778376 140733590043792 140733590034928 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27029/statm: 2406251 562913 2290 9 0 2396937 0
[pid=27029/tid=27031] ppid=27027 vsize=9625004 CPUtime=1768.75 cores=0,2,4,6
/proc/27029/task/27031/stat : 27031 (java) R 27027 27029 22966 0 -1 4202560 5099 0 1 0 176799 76 0 0 20 0 19 0 281822130 9856004096 562913 33554432000 1073741824 1073778376 140733590043792 139930192248112 139930052067789 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27032] ppid=27027 vsize=9625004 CPUtime=3.15 cores=0,2,4,6
/proc/27029/task/27032/stat : 27032 (java) S 27027 27029 22966 0 -1 4202560 115 0 0 0 305 10 0 0 20 0 19 0 281822131 9856004096 562913 33554432000 1073741824 1073778376 140733590043792 139930170349992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27029/tid=27033] ppid=27027 vsize=9625004 CPUtime=2.97 cores=0,2,4,6
/proc/27029/task/27033/stat : 27033 (java) S 27027 27029 22966 0 -1 4202560 92 0 0 0 288 9 0 0 20 0 19 0 281822131 9856004096 562913 33554432000 1073741824 1073778376 140733590043792 139929967389224 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27029/tid=27034] ppid=27027 vsize=9625004 CPUtime=2.82 cores=0,2,4,6
/proc/27029/task/27034/stat : 27034 (java) S 27027 27029 22966 0 -1 4202560 90 0 0 0 273 9 0 0 20 0 19 0 281822131 9856004096 562913 33554432000 1073741824 1073778376 140733590043792 139929966336168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27029/tid=27035] ppid=27027 vsize=9625004 CPUtime=2.94 cores=0,2,4,6
/proc/27029/task/27035/stat : 27035 (java) S 27027 27029 22966 0 -1 4202560 78 0 0 0 286 8 0 0 20 0 19 0 281822131 9856004096 562913 33554432000 1073741824 1073778376 140733590043792 139929965283624 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27036] ppid=27027 vsize=9625004 CPUtime=2.98 cores=0,2,4,6
/proc/27029/task/27036/stat : 27036 (java) S 27027 27029 22966 0 -1 4202560 99 0 0 0 289 9 0 0 20 0 19 0 281822131 9856004096 562913 33554432000 1073741824 1073778376 140733590043792 139929964231592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27029/tid=27037] ppid=27027 vsize=9625004 CPUtime=3 cores=0,2,4,6
/proc/27029/task/27037/stat : 27037 (java) S 27027 27029 22966 0 -1 4202560 108 0 0 0 289 11 0 0 20 0 19 0 281822131 9856004096 562913 33554432000 1073741824 1073778376 140733590043792 139929963179048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27038] ppid=27027 vsize=9625004 CPUtime=3 cores=0,2,4,6
/proc/27029/task/27038/stat : 27038 (java) S 27027 27029 22966 0 -1 4202560 90 0 0 0 291 9 0 0 20 0 19 0 281822131 9856004096 562913 33554432000 1073741824 1073778376 140733590043792 139929962125992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27029/tid=27039] ppid=27027 vsize=9625004 CPUtime=3 cores=0,2,4,6
/proc/27029/task/27039/stat : 27039 (java) S 27027 27029 22966 0 -1 4202560 114 0 0 0 290 10 0 0 20 0 19 0 281822131 9856004096 562913 33554432000 1073741824 1073778376 140733590043792 139929961073448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27029/tid=27040] ppid=27027 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/27029/task/27040/stat : 27040 (java) S 27027 27029 22966 0 -1 4202560 3965 0 0 0 52 12 0 0 20 0 19 0 281822132 9856004096 562913 33554432000 1073741824 1073778376 140733590043792 139929948875112 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27029/tid=27041] ppid=27027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27029/task/27041/stat : 27041 (java) S 27027 27029 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281822133 9856004096 562913 33554432000 1073741824 1073778376 140733590043792 139929947821432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27042] ppid=27027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27029/task/27042/stat : 27042 (java) S 27027 27029 22966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281822133 9856004096 562913 33554432000 1073741824 1073778376 140733590043792 139929946768264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27043] ppid=27027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27029/task/27043/stat : 27043 (java) S 27027 27029 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281822136 9856004096 562913 33554432000 1073741824 1073778376 140733590043792 139929945717008 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27044] ppid=27027 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/27029/task/27044/stat : 27044 (java) S 27027 27029 22966 0 -1 4202560 2907 0 0 0 55 0 0 0 20 0 19 0 281822136 9856004096 562913 33554432000 1073741824 1073778376 140733590043792 139929944664888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27045] ppid=27027 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/27029/task/27045/stat : 27045 (java) S 27027 27029 22966 0 -1 4202560 3699 0 0 0 56 1 0 0 20 0 19 0 281822136 9856004096 562913 33554432000 1073741824 1073778376 140733590043792 139929943612344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27029/tid=27046] ppid=27027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27029/task/27046/stat : 27046 (java) S 27027 27029 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281822136 9856004096 562913 33554432000 1073741824 1073778376 140733590043792 139929942559480 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27029/tid=27047] ppid=27027 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/27029/task/27047/stat : 27047 (java) S 27027 27029 22966 0 -1 4202560 102 0 0 0 26 21 0 0 20 0 19 0 281822136 9856004096 562913 33554432000 1073741824 1073778376 140733590043792 139929941507144 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27029/tid=27048] ppid=27027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27029/task/27048/stat : 27048 (java) S 27027 27029 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281822226 9856004096 562913 33554432000 1073741824 1073778376 140733590043792 139929940390952 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1799.31
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783 s]
/proc/loadavg: 1.96 1.97 1.99 3/213 27123
/proc/meminfo: memFree=28983960/32873844 swapFree=6872/6872
[pid=27029] ppid=27027 vsize=9625004 CPUtime=1800.04 cores=0,2,4,6
/proc/27029/stat : 27029 (java) S 27027 27029 22966 0 -1 4202496 17748 0 1 0 179849 155 0 0 20 0 19 0 281822129 9856004096 562753 33554432000 1073741824 1073778376 140733590043792 140733590034928 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27029/statm: 2406251 562753 2290 9 0 2396937 0
[pid=27029/tid=27031] ppid=27027 vsize=9625004 CPUtime=1769.45 cores=0,2,4,6
/proc/27029/task/27031/stat : 27031 (java) R 27027 27029 22966 0 -1 4202560 5100 0 1 0 176869 76 0 0 20 0 19 0 281822130 9856004096 562753 33554432000 1073741824 1073778376 140733590043792 139930192248232 139930052065934 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27032] ppid=27027 vsize=9625004 CPUtime=3.16 cores=0,2,4,6
/proc/27029/task/27032/stat : 27032 (java) S 27027 27029 22966 0 -1 4202560 115 0 0 0 306 10 0 0 20 0 19 0 281822131 9856004096 562753 33554432000 1073741824 1073778376 140733590043792 139930170349992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27029/tid=27033] ppid=27027 vsize=9625004 CPUtime=2.98 cores=0,2,4,6
/proc/27029/task/27033/stat : 27033 (java) S 27027 27029 22966 0 -1 4202560 92 0 0 0 289 9 0 0 20 0 19 0 281822131 9856004096 562753 33554432000 1073741824 1073778376 140733590043792 139929967389224 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27029/tid=27034] ppid=27027 vsize=9625004 CPUtime=2.82 cores=0,2,4,6
/proc/27029/task/27034/stat : 27034 (java) S 27027 27029 22966 0 -1 4202560 90 0 0 0 273 9 0 0 20 0 19 0 281822131 9856004096 562753 33554432000 1073741824 1073778376 140733590043792 139929966336168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27029/tid=27035] ppid=27027 vsize=9625004 CPUtime=2.94 cores=0,2,4,6
/proc/27029/task/27035/stat : 27035 (java) S 27027 27029 22966 0 -1 4202560 78 0 0 0 286 8 0 0 20 0 19 0 281822131 9856004096 562753 33554432000 1073741824 1073778376 140733590043792 139929965283624 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27036] ppid=27027 vsize=9625004 CPUtime=2.98 cores=0,2,4,6
/proc/27029/task/27036/stat : 27036 (java) S 27027 27029 22966 0 -1 4202560 99 0 0 0 289 9 0 0 20 0 19 0 281822131 9856004096 562753 33554432000 1073741824 1073778376 140733590043792 139929964231592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27029/tid=27037] ppid=27027 vsize=9625004 CPUtime=3 cores=0,2,4,6
/proc/27029/task/27037/stat : 27037 (java) S 27027 27029 22966 0 -1 4202560 108 0 0 0 289 11 0 0 20 0 19 0 281822131 9856004096 562753 33554432000 1073741824 1073778376 140733590043792 139929963179048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27029/tid=27038] ppid=27027 vsize=9625004 CPUtime=3.01 cores=0,2,4,6
/proc/27029/task/27038/stat : 27038 (java) S 27027 27029 22966 0 -1 4202560 91 0 0 0 292 9 0 0 20 0 19 0 281822131 9856004096 562753 33554432000 1073741824 1073778376 140733590043792 139929962125992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27029/tid=27039] ppid=27027 vsize=9625004 CPUtime=3.01 cores=0,2,4,6
/proc/27029/task/27039/stat : 27039 (java) S 27027 27029 22966 0 -1 4202560 114 0 0 0 291 10 0 0 20 0 19 0 281822131 9856004096 562753 33554432000 1073741824 1073778376 140733590043792 139929961073448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27029/tid=27040] ppid=27027 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/27029/task/27040/stat : 27040 (java) S 27027 27029 22966 0 -1 4202560 3965 0 0 0 52 12 0 0 20 0 19 0 281822132 9856004096 562753 33554432000 1073741824 1073778376 140733590043792 139929948875112 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27041] ppid=27027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27029/task/27041/stat : 27041 (java) S 27027 27029 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281822133 9856004096 562753 33554432000 1073741824 1073778376 140733590043792 139929947821432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27042] ppid=27027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27029/task/27042/stat : 27042 (java) S 27027 27029 22966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281822133 9856004096 562753 33554432000 1073741824 1073778376 140733590043792 139929946768264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27043] ppid=27027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27029/task/27043/stat : 27043 (java) S 27027 27029 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281822136 9856004096 562753 33554432000 1073741824 1073778376 140733590043792 139929945717008 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27044] ppid=27027 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/27029/task/27044/stat : 27044 (java) S 27027 27029 22966 0 -1 4202560 2907 0 0 0 55 0 0 0 20 0 19 0 281822136 9856004096 562753 33554432000 1073741824 1073778376 140733590043792 139929944664888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27045] ppid=27027 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/27029/task/27045/stat : 27045 (java) S 27027 27029 22966 0 -1 4202560 3699 0 0 0 56 1 0 0 20 0 19 0 281822136 9856004096 562753 33554432000 1073741824 1073778376 140733590043792 139929943612344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27029/tid=27046] ppid=27027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27029/task/27046/stat : 27046 (java) S 27027 27029 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281822136 9856004096 562753 33554432000 1073741824 1073778376 140733590043792 139929942559480 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27029/tid=27047] ppid=27027 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/27029/task/27047/stat : 27047 (java) S 27027 27029 22966 0 -1 4202560 102 0 0 0 26 21 0 0 20 0 19 0 281822136 9856004096 562753 33554432000 1073741824 1073778376 140733590043792 139929941507144 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27029/tid=27048] ppid=27027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27029/task/27048/stat : 27048 (java) S 27027 27029 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281822226 9856004096 562753 33554432000 1073741824 1073778376 140733590043792 139929940390952 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1783 s]
/proc/loadavg: 1.96 1.97 1.99 3/213 27123
/proc/meminfo: memFree=28983960/32873844 swapFree=6872/6872
[pid=27029] ppid=27027 vsize=9625004 CPUtime=1800.04 cores=0,2,4,6
/proc/27029/stat : 27029 (java) S 27027 27029 22966 0 -1 4202496 17748 0 1 0 179849 155 0 0 20 0 19 0 281822129 9856004096 562753 33554432000 1073741824 1073778376 140733590043792 140733590034928 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27029/statm: 2406251 562753 2290 9 0 2396937 0
[pid=27029/tid=27031] ppid=27027 vsize=9625004 CPUtime=1769.45 cores=0,2,4,6
/proc/27029/task/27031/stat : 27031 (java) R 27027 27029 22966 0 -1 4202560 5100 0 1 0 176869 76 0 0 20 0 19 0 281822130 9856004096 562753 33554432000 1073741824 1073778376 140733590043792 139930192248232 139930052065934 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27032] ppid=27027 vsize=9625004 CPUtime=3.16 cores=0,2,4,6
/proc/27029/task/27032/stat : 27032 (java) S 27027 27029 22966 0 -1 4202560 115 0 0 0 306 10 0 0 20 0 19 0 281822131 9856004096 562753 33554432000 1073741824 1073778376 140733590043792 139930170349992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27029/tid=27033] ppid=27027 vsize=9625004 CPUtime=2.98 cores=0,2,4,6
/proc/27029/task/27033/stat : 27033 (java) S 27027 27029 22966 0 -1 4202560 92 0 0 0 289 9 0 0 20 0 19 0 281822131 9856004096 562753 33554432000 1073741824 1073778376 140733590043792 139929967389224 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27029/tid=27034] ppid=27027 vsize=9625004 CPUtime=2.82 cores=0,2,4,6
/proc/27029/task/27034/stat : 27034 (java) S 27027 27029 22966 0 -1 4202560 90 0 0 0 273 9 0 0 20 0 19 0 281822131 9856004096 562753 33554432000 1073741824 1073778376 140733590043792 139929966336168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27029/tid=27035] ppid=27027 vsize=9625004 CPUtime=2.94 cores=0,2,4,6
/proc/27029/task/27035/stat : 27035 (java) S 27027 27029 22966 0 -1 4202560 78 0 0 0 286 8 0 0 20 0 19 0 281822131 9856004096 562753 33554432000 1073741824 1073778376 140733590043792 139929965283624 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27036] ppid=27027 vsize=9625004 CPUtime=2.98 cores=0,2,4,6
/proc/27029/task/27036/stat : 27036 (java) S 27027 27029 22966 0 -1 4202560 99 0 0 0 289 9 0 0 20 0 19 0 281822131 9856004096 562753 33554432000 1073741824 1073778376 140733590043792 139929964231592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27029/tid=27037] ppid=27027 vsize=9625004 CPUtime=3 cores=0,2,4,6
/proc/27029/task/27037/stat : 27037 (java) S 27027 27029 22966 0 -1 4202560 108 0 0 0 289 11 0 0 20 0 19 0 281822131 9856004096 562753 33554432000 1073741824 1073778376 140733590043792 139929963179048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27029/tid=27038] ppid=27027 vsize=9625004 CPUtime=3.01 cores=0,2,4,6
/proc/27029/task/27038/stat : 27038 (java) S 27027 27029 22966 0 -1 4202560 91 0 0 0 292 9 0 0 20 0 19 0 281822131 9856004096 562753 33554432000 1073741824 1073778376 140733590043792 139929962125992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27029/tid=27039] ppid=27027 vsize=9625004 CPUtime=3.01 cores=0,2,4,6
/proc/27029/task/27039/stat : 27039 (java) S 27027 27029 22966 0 -1 4202560 114 0 0 0 291 10 0 0 20 0 19 0 281822131 9856004096 562753 33554432000 1073741824 1073778376 140733590043792 139929961073448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27029/tid=27040] ppid=27027 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/27029/task/27040/stat : 27040 (java) S 27027 27029 22966 0 -1 4202560 3965 0 0 0 52 12 0 0 20 0 19 0 281822132 9856004096 562753 33554432000 1073741824 1073778376 140733590043792 139929948875112 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27041] ppid=27027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27029/task/27041/stat : 27041 (java) S 27027 27029 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281822133 9856004096 562753 33554432000 1073741824 1073778376 140733590043792 139929947821432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27042] ppid=27027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27029/task/27042/stat : 27042 (java) S 27027 27029 22966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281822133 9856004096 562753 33554432000 1073741824 1073778376 140733590043792 139929946768264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27043] ppid=27027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27029/task/27043/stat : 27043 (java) S 27027 27029 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281822136 9856004096 562753 33554432000 1073741824 1073778376 140733590043792 139929945717008 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27044] ppid=27027 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/27029/task/27044/stat : 27044 (java) S 27027 27029 22966 0 -1 4202560 2907 0 0 0 55 0 0 0 20 0 19 0 281822136 9856004096 562753 33554432000 1073741824 1073778376 140733590043792 139929944664888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27029/tid=27045] ppid=27027 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/27029/task/27045/stat : 27045 (java) S 27027 27029 22966 0 -1 4202560 3699 0 0 0 56 1 0 0 20 0 19 0 281822136 9856004096 562753 33554432000 1073741824 1073778376 140733590043792 139929943612344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27029/tid=27046] ppid=27027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27029/task/27046/stat : 27046 (java) S 27027 27029 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281822136 9856004096 562753 33554432000 1073741824 1073778376 140733590043792 139929942559480 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27029/tid=27047] ppid=27027 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/27029/task/27047/stat : 27047 (java) S 27027 27029 22966 0 -1 4202560 102 0 0 0 26 21 0 0 20 0 19 0 281822136 9856004096 562753 33554432000 1073741824 1073778376 140733590043792 139929941507144 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27029/tid=27048] ppid=27027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27029/task/27048/stat : 27048 (java) S 27027 27029 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281822226 9856004096 562753 33554432000 1073741824 1073778376 140733590043792 139929940390952 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27029 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=859291
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=983698
# CPU time returned by wait4() is 1795.84
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1783.03
CPU time (s): 1800.04
CPU user time (s): 1798.49
CPU system time (s): 1.55
CPU usage (%): 100.954
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.86
system time used= 1.9837
maximum resident set size= 2776824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17780
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 78415
involuntary context switches= 96373

runsolver used 6.12007 second user time and 14.3638 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-28 00:15:36
IDJOB=3710162
IDBENCH=3005
IDSOLVER=2289
FILE ID=node106/3710162-1338156936
RUNJOBID= node106-1338138950-25294
PBS_JOBID= 14624504
Free space on /tmp= 71328 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=220-sizeP=111-sizeQ=220-229130880.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710162-1338156936/watcher-3710162-1338156936 -o /tmp/evaluation-result-3710162-1338156936/solver-3710162-1338156936 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710162-1338156936.opb

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

MD5SUM BENCH= 20fad26c16d154a41eda0484a6e6eae7
RANDOM SEED=957887195

node106.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		: 2667.065
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	: 5334.13
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		: 2667.065
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		: 2667.065
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		: 2667.065
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		: 2667.065
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		: 2667.065
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		: 2667.065
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		: 2667.065
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:       32873844 kB
MemFree:        28788500 kB
Buffers:          175172 kB
Cached:           514816 kB
SwapCached:            0 kB
Active:          3097896 kB
Inactive:          94100 kB
Active(anon):    2492400 kB
Inactive(anon):    12004 kB
Active(file):     605496 kB
Inactive(file):    82096 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3980 kB
Writeback:             0 kB
AnonPages:       2485908 kB
Mapped:            18656 kB
Shmem:               200 kB
Slab:             696836 kB
SReclaimable:     139024 kB
SUnreclaim:       557812 kB
KernelStack:        1608 kB
PageTables:         8556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3269172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2447360 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= 71328 MiB
End job on node106 at 2012-05-28 00:45:22