Trace number 3710163

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.1 1783.63

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=220-sizeP=111-sizeQ=220-687342390-max.opb
MD5SUM80cd942b10c7098d47a9e31c7b11aaed
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2
Optimality of the best value was proved NO
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 4374501449566023848745004454235241283418574603663113591819857963636207601588942656194290280593199415
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.10/0.10	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.10	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3710163-1338156646.opb
0.10/0.11	c reading problem ... 
1.29/0.85	c ... done. Wall clock time 0.746s.
1.29/0.85	c declared #vars     24751
1.29/0.85	c #constraints  73262
1.29/0.85	c constraints type 
1.29/0.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24420
1.29/0.85	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 48840
1.29/0.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1.29/0.85	c 73262 constraints processed.
289.66/287.68	c cleaning 2501 clauses out of 5001 with flag 5001/5001
643.85/639.60	c cleaning 4237 clauses out of 8499 with flag 11000/11000
1071.88/1063.70	c cleaning 5626 clauses out of 11262 with flag 18000/18000
1486.71/1473.80	c cleaning 6809 clauses out of 13636 with flag 26000/26000
1800.10/1783.61	c starts		: 55
1800.10/1783.61	c conflicts		: 31436
1800.10/1783.61	c decisions		: 70133
1800.10/1783.61	c propagations		: 9332711
1800.10/1783.61	c inspects		: 51829208
1800.10/1783.61	c shortcuts		: 0
1800.10/1783.61	c learnt literals	: 0
1800.10/1783.61	c learnt binary clauses	: 1
1800.10/1783.61	c learnt ternary clauses	: 12
1800.10/1783.61	c learnt constraints	: 31436
1800.10/1783.61	c ignored constraints	: 0
1800.10/1783.61	c root simplifications	: 55
1800.10/1783.61	c removed literals (reason simplification)	: 243535244
1800.10/1783.61	c reason swapping (by a shorter reason)	: 0
1800.10/1783.61	c Calls to reduceDB	: 4
1800.10/1783.61	c number of reductions to clauses (during analyze)	: 0
1800.10/1783.61	c number of learned constraints concerned by reduction	: 0
1800.10/1783.61	c number of learning phase by resolution	: 0
1800.10/1783.61	c number of learning phase by cutting planes	: 0
1800.10/1783.61	c speed (assignments/second)	: 5235.065189307866
1800.10/1783.61	c non guided choices	17645
1800.10/1783.61	c learnt constraints type 
1800.10/1783.61	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.10/1783.61	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 12262
1800.10/1783.61	c constraints type 
1800.10/1783.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24420
1800.10/1783.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 48840
1800.10/1783.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.10/1783.61	c 73262 constraints processed.
1800.10/1783.61	s UNKNOWN
1800.10/1783.61	c Total wall clock time (in seconds): 1783.509

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-3710163-1338156646/watcher-3710163-1338156646 -o /tmp/evaluation-result-3710163-1338156646/solver-3710163-1338156646 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710163-1338156646.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: 1.93 1.97 1.99 3/195 26814
/proc/meminfo: memFree=29221296/32873648 swapFree=6612/6612
[pid=26814] ppid=26812 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/26814/stat : 26814 (java) S 26812 26814 22368 0 -1 4202496 1218 0 0 0 0 0 0 0 20 0 2 0 281789130 95129600 927 33554432000 1073741824 1073778376 140734777847760 140734777838896 212076625981 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26814/statm: 23528 931 705 9 0 16769 0
[pid=26814/tid=26815] ppid=26812 vsize=94176 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26815/stat : 26815 (java) R 26812 26814 22368 0 -1 4202560 78 0 0 0 0 0 0 0 20 0 2 0 281789130 96436224 934 33554432000 1073741824 1073778376 140734777847760 140653454102056 212064106506 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.0806391 s]
/proc/loadavg: 1.93 1.97 1.99 3/195 26814
/proc/meminfo: memFree=29221296/32873648 swapFree=6612/6612
[pid=26814] ppid=26812 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/26814/stat : 26814 (java) S 26812 26814 22368 0 -1 4202496 4121 0 1 0 7 1 0 0 20 0 18 0 281789130 9787842560 5327 33554432000 1073741824 1073778376 140734777847760 140734777838896 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26814/statm: 2389610 5327 2111 9 0 2380296 0
[pid=26814/tid=26815] ppid=26812 vsize=9558440 CPUtime=0.06 cores=1,3,5,7
/proc/26814/task/26815/stat : 26815 (java) R 26812 26814 22368 0 -1 4202560 2341 0 1 0 6 0 0 0 20 0 18 0 281789130 9787842560 5327 33554432000 1073741824 1073778376 140734777847760 140653454105544 212076651789 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.100227 s]
/proc/loadavg: 1.93 1.97 1.99 3/195 26814
/proc/meminfo: memFree=29221296/32873648 swapFree=6612/6612
[pid=26814] ppid=26812 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/26814/stat : 26814 (java) S 26812 26814 22368 0 -1 4202496 4391 0 1 0 9 1 0 0 20 0 18 0 281789130 9787842560 6108 33554432000 1073741824 1073778376 140734777847760 140734777838896 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26814/statm: 2389610 6108 2138 9 0 2380296 0
[pid=26814/tid=26815] ppid=26812 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/26814/task/26815/stat : 26815 (java) R 26812 26814 22368 0 -1 4202560 2479 0 1 0 6 1 0 0 20 0 18 0 281789130 9787842560 6108 33554432000 1073741824 1073778376 140734777847760 140653454098568 212076651789 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300201 s]
/proc/loadavg: 1.93 1.97 1.99 3/195 26814
/proc/meminfo: memFree=29221296/32873648 swapFree=6612/6612
[pid=26814] ppid=26812 vsize=9558440 CPUtime=0.51 cores=1,3,5,7
/proc/26814/stat : 26814 (java) S 26812 26814 22368 0 -1 4202496 5667 0 1 0 49 2 0 0 20 0 18 0 281789130 9787842560 8841 33554432000 1073741824 1073778376 140734777847760 140734777838896 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26814/statm: 2389610 8841 2225 9 0 2380296 0
[pid=26814/tid=26815] ppid=26812 vsize=9558440 CPUtime=0.27 cores=1,3,5,7
/proc/26814/task/26815/stat : 26815 (java) R 26812 26814 22368 0 -1 4202560 2493 0 1 0 26 1 0 0 20 0 18 0 281789130 9787842560 8841 33554432000 1073741824 1073778376 140734777847760 140653454106376 140653283531049 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558440

[startup+0.700326 s]
/proc/loadavg: 1.93 1.97 1.99 3/195 26814
/proc/meminfo: memFree=29221296/32873648 swapFree=6612/6612
[pid=26814] ppid=26812 vsize=9558440 CPUtime=1.15 cores=1,3,5,7
/proc/26814/stat : 26814 (java) S 26812 26814 22368 0 -1 4202496 7725 0 1 0 110 5 0 0 20 0 18 0 281789130 9787842560 41376 33554432000 1073741824 1073778376 140734777847760 140734777838896 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26814/statm: 2389610 41376 2253 9 0 2380296 0
[pid=26814/tid=26815] ppid=26812 vsize=9558440 CPUtime=0.65 cores=1,3,5,7
/proc/26814/task/26815/stat : 26815 (java) R 26812 26814 22368 0 -1 4202560 2555 0 1 0 61 4 0 0 20 0 18 0 281789130 9787842560 41376 33554432000 1073741824 1073778376 140734777847760 140653454105768 140653283917338 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9558440

[startup+1.50078 s]
/proc/loadavg: 1.93 1.97 1.99 5/214 26833
/proc/meminfo: memFree=29062296/32873648 swapFree=6612/6612
[pid=26814] ppid=26812 vsize=9625004 CPUtime=2.63 cores=1,3,5,7
/proc/26814/stat : 26814 (java) S 26812 26814 22368 0 -1 4202496 9438 0 1 0 254 9 0 0 20 0 19 0 281789130 9856004096 68100 33554432000 1073741824 1073778376 140734777847760 140734777838896 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26814/statm: 2406251 68100 2274 9 0 2396937 0
[pid=26814/tid=26815] ppid=26812 vsize=9625004 CPUtime=1.41 cores=1,3,5,7
/proc/26814/task/26815/stat : 26815 (java) R 26812 26814 22368 0 -1 4202560 2611 0 1 0 136 5 0 0 20 0 19 0 281789130 9856004096 68100 33554432000 1073741824 1073778376 140734777847760 140653454107192 140653284344368 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26814/tid=26817] ppid=26812 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/26814/task/26817/stat : 26817 (java) S 26812 26814 22368 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 281789131 9856004096 68100 33554432000 1073741824 1073778376 140734777847760 140653415598376 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26814/tid=26818] ppid=26812 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26818/stat : 26818 (java) S 26812 26814 22368 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281789131 9856004096 68100 33554432000 1073741824 1073778376 140734777847760 140653414545576 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26814/tid=26819] ppid=26812 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26819/stat : 26819 (java) S 26812 26814 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281789131 9856004096 68100 33554432000 1073741824 1073778376 140734777847760 140653413493288 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26814/tid=26820] ppid=26812 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/26814/task/26820/stat : 26820 (java) S 26812 26814 22368 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 281789131 9856004096 68100 33554432000 1073741824 1073778376 140734777847760 140653412440488 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26814/tid=26821] ppid=26812 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/26814/task/26821/stat : 26821 (java) S 26812 26814 22368 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 281789131 9856004096 68100 33554432000 1073741824 1073778376 140734777847760 140653411388200 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26814/tid=26822] ppid=26812 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26822/stat : 26822 (java) S 26812 26814 22368 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281789131 9856004096 68100 33554432000 1073741824 1073778376 140734777847760 140653410335400 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26814/tid=26823] ppid=26812 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/26814/task/26823/stat : 26823 (java) S 26812 26814 22368 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 281789131 9856004096 68100 33554432000 1073741824 1073778376 140734777847760 140653409283112 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26814/tid=26824] ppid=26812 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26824/stat : 26824 (java) S 26812 26814 22368 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281789131 9856004096 68100 33554432000 1073741824 1073778376 140734777847760 140653408230312 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26814/tid=26825] ppid=26812 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26825/stat : 26825 (java) S 26812 26814 22368 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 281789132 9856004096 68100 33554432000 1073741824 1073778376 140734777847760 140653278238952 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26814/tid=26826] ppid=26812 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26826/stat : 26826 (java) S 26812 26814 22368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281789132 9856004096 68100 33554432000 1073741824 1073778376 140734777847760 140653277185016 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26814/tid=26827] ppid=26812 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26827/stat : 26827 (java) S 26812 26814 22368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281789132 9856004096 68100 33554432000 1073741824 1073778376 140734777847760 140653276132616 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26814/tid=26828] ppid=26812 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26828/stat : 26828 (java) S 26812 26814 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281789134 9856004096 68100 33554432000 1073741824 1073778376 140734777847760 140653275081104 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26814/tid=26829] ppid=26812 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/26814/task/26829/stat : 26829 (java) S 26812 26814 22368 0 -1 4202560 2713 0 0 0 48 1 0 0 20 0 19 0 281789135 9856004096 68100 33554432000 1073741824 1073778376 140734777847760 140653274028728 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26814/tid=26830] ppid=26812 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/26814/task/26830/stat : 26830 (java) S 26812 26814 22368 0 -1 4202560 2788 0 0 0 48 0 0 0 20 0 19 0 281789135 9856004096 68100 33554432000 1073741824 1073778376 140734777847760 140653272975928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26814/tid=26831] ppid=26812 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26831/stat : 26831 (java) S 26812 26814 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281789135 9856004096 68100 33554432000 1073741824 1073778376 140734777847760 140653271923832 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26814/tid=26832] ppid=26812 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26832/stat : 26832 (java) S 26812 26814 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281789135 9856004096 68100 33554432000 1073741824 1073778376 140734777847760 140653270871240 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26814/tid=26833] ppid=26812 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26833/stat : 26833 (java) S 26812 26814 22368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281789218 9856004096 68100 33554432000 1073741824 1073778376 140734777847760 140653269816232 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 9625004

[startup+3.10065 s]
/proc/loadavg: 1.93 1.97 1.99 3/214 26833
/proc/meminfo: memFree=28903228/32873648 swapFree=6612/6612
[pid=26814] ppid=26812 vsize=9625004 CPUtime=4.37 cores=1,3,5,7
/proc/26814/stat : 26814 (java) S 26812 26814 22368 0 -1 4202496 9878 0 1 0 426 11 0 0 20 0 19 0 281789130 9856004096 81544 33554432000 1073741824 1073778376 140734777847760 140734777838896 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26814/statm: 2406251 81544 2275 9 0 2396937 0
[pid=26814/tid=26815] ppid=26812 vsize=9625004 CPUtime=2.98 cores=1,3,5,7
/proc/26814/task/26815/stat : 26815 (java) R 26812 26814 22368 0 -1 4202560 2628 0 1 0 293 5 0 0 20 0 19 0 281789130 9856004096 81544 33554432000 1073741824 1073778376 140734777847760 140653454105144 140653284301582 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26814/tid=26817] ppid=26812 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/26814/task/26817/stat : 26817 (java) S 26812 26814 22368 0 -1 4202560 32 0 0 0 4 1 0 0 20 0 19 0 281789131 9856004096 81544 33554432000 1073741824 1073778376 140734777847760 140653415598376 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26814/tid=26818] ppid=26812 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/26814/task/26818/stat : 26818 (java) S 26812 26814 22368 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 281789131 9856004096 81544 33554432000 1073741824 1073778376 140734777847760 140653414545576 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26814/tid=26819] ppid=26812 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26819/stat : 26819 (java) S 26812 26814 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281789131 9856004096 81544 33554432000 1073741824 1073778376 140734777847760 140653413493288 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26814/tid=26820] ppid=26812 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/26814/task/26820/stat : 26820 (java) S 26812 26814 22368 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 281789131 9856004096 81544 33554432000 1073741824 1073778376 140734777847760 140653412440488 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26814/tid=26821] ppid=26812 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/26814/task/26821/stat : 26821 (java) S 26812 26814 22368 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 19 0 281789131 9856004096 81544 33554432000 1073741824 1073778376 140734777847760 140653411388200 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26814/tid=26822] ppid=26812 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26822/stat : 26822 (java) S 26812 26814 22368 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281789131 9856004096 81544 33554432000 1073741824 1073778376 140734777847760 140653410335400 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26814/tid=26823] ppid=26812 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/26814/task/26823/stat : 26823 (java) S 26812 26814 22368 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 281789131 9856004096 81544 33554432000 1073741824 1073778376 140734777847760 140653409283112 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26814/tid=26824] ppid=26812 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26824/stat : 26824 (java) S 26812 26814 22368 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281789131 9856004096 81544 33554432000 1073741824 1073778376 140734777847760 140653408230312 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26814/tid=26825] ppid=26812 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26825/stat : 26825 (java) S 26812 26814 22368 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 281789132 9856004096 81544 33554432000 1073741824 1073778376 140734777847760 140653278238952 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26814/tid=26826] ppid=26812 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26826/stat : 26826 (java) S 26812 26814 22368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281789132 9856004096 81544 33554432000 1073741824 1073778376 140734777847760 140653277185016 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26814/tid=26827] ppid=26812 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26827/stat : 26827 (java) S 26812 26814 22368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281789132 9856004096 81544 33554432000 1073741824 1073778376 140734777847760 140653276132616 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26814/tid=26828] ppid=26812 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26828/stat : 26828 (java) S 26812 26814 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281789134 9856004096 81544 33554432000 1073741824 1073778376 140734777847760 140653275081104 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26814/tid=26829] ppid=26812 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/26814/task/26829/stat : 26829 (java) S 26812 26814 22368 0 -1 4202560 2970 0 0 0 51 2 0 0 20 0 19 0 281789135 9856004096 81544 33554432000 1073741824 1073778376 140734777847760 140653274028728 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26814/tid=26830] ppid=26812 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/26814/task/26830/stat : 26830 (java) S 26812 26814 22368 0 -1 4202560 2788 0 0 0 52 0 0 0 20 0 19 0 281789135 9856004096 81544 33554432000 1073741824 1073778376 140734777847760 140653272975928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26814/tid=26831] ppid=26812 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26831/stat : 26831 (java) S 26812 26814 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281789135 9856004096 81544 33554432000 1073741824 1073778376 140734777847760 140653271923832 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26814/tid=26832] ppid=26812 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26832/stat : 26832 (java) S 26812 26814 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281789135 9856004096 81544 33554432000 1073741824 1073778376 140734777847760 140653270871240 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26814/tid=26833] ppid=26812 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26833/stat : 26833 (java) S 26812 26814 22368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281789218 9856004096 81544 33554432000 1073741824 1073778376 140734777847760 140653269816232 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 9625004

[startup+6.30065 s]
/proc/loadavg: 1.94 1.97 1.99 3/214 26833
/proc/meminfo: memFree=28878152/32873648 swapFree=6612/6612
[pid=26814] ppid=26812 vsize=9625004 CPUtime=7.68 cores=1,3,5,7
/proc/26814/stat : 26814 (java) S 26812 26814 22368 0 -1 4202496 9971 0 1 0 754 14 0 0 20 0 19 0 281789130 9856004096 87588 33554432000 1073741824 1073778376 140734777847760 140734777838896 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26814/statm: 2406251 87588 2275 9 0 2396937 0
[pid=26814/tid=26815] ppid=26812 vsize=9625004 CPUtime=6.14 cores=1,3,5,7
/proc/26814/task/26815/stat : 26815 (java) R 26812 26814 22368 0 -1 4202560 2631 0 1 0 609 5 0 0 20 0 19 0 281789130 9856004096 87588 33554432000 1073741824 1073778376 140734777847760 140653454105856 140653284303251 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26814/tid=26817] ppid=26812 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/26814/task/26817/stat : 26817 (java) S 26812 26814 22368 0 -1 4202560 36 0 0 0 5 2 0 0 20 0 19 0 281789131 9856004096 87588 33554432000 1073741824 1073778376 140734777847760 140653415598376 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26814/tid=26818] ppid=26812 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/26814/task/26818/stat : 26818 (java) S 26812 26814 22368 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 281789131 9856004096 87588 33554432000 1073741824 1073778376 140734777847760 140653414545576 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26814/tid=26819] ppid=26812 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/26814/task/26819/stat : 26819 (java) S 26812 26814 22368 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 281789131 9856004096 87588 33554432000 1073741824 1073778376 140734777847760 140653413493288 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26814/tid=26820] ppid=26812 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/26814/task/26820/stat : 26820 (java) S 26812 26814 22368 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 19 0 281789131 9856004096 87588 33554432000 1073741824 1073778376 140734777847760 140653412440488 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26814/tid=26821] ppid=26812 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/26814/task/26821/stat : 26821 (java) S 26812 26814 22368 0 -1 4202560 42 0 0 0 4 2 0 0 20 0 19 0 281789131 9856004096 87588 33554432000 1073741824 1073778376 140734777847760 140653411388200 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26814/tid=26822] ppid=26812 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/26814/task/26822/stat : 26822 (java) S 26812 26814 22368 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 281789131 9856004096 87588 33554432000 1073741824 1073778376 140734777847760 140653410335400 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26814/tid=26823] ppid=26812 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/26814/task/26823/stat : 26823 (java) S 26812 26814 22368 0 -1 4202560 38 0 0 0 5 0 0 0 20 0 19 0 281789131 9856004096 87588 33554432000 1073741824 1073778376 140734777847760 140653409283112 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26814/tid=26824] ppid=26812 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/26814/task/26824/stat : 26824 (java) S 26812 26814 22368 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 281789131 9856004096 87588 33554432000 1073741824 1073778376 140734777847760 140653408230312 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26814/tid=26825] ppid=26812 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26825/stat : 26825 (java) S 26812 26814 22368 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 281789132 9856004096 87588 33554432000 1073741824 1073778376 140734777847760 140653278238952 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26814/tid=26826] ppid=26812 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26826/stat : 26826 (java) S 26812 26814 22368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281789132 9856004096 87588 33554432000 1073741824 1073778376 140734777847760 140653277185016 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26814/tid=26827] ppid=26812 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26827/stat : 26827 (java) S 26812 26814 22368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281789132 9856004096 87588 33554432000 1073741824 1073778376 140734777847760 140653276132616 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26814/tid=26828] ppid=26812 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26828/stat : 26828 (java) S 26812 26814 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281789134 9856004096 87588 33554432000 1073741824 1073778376 140734777847760 140653275081104 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26814/tid=26829] ppid=26812 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/26814/task/26829/stat : 26829 (java) S 26812 26814 22368 0 -1 4202560 2970 0 0 0 52 2 0 0 20 0 19 0 281789135 9856004096 87588 33554432000 1073741824 1073778376 140734777847760 140653274028728 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26814/tid=26830] ppid=26812 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/26814/task/26830/stat : 26830 (java) S 26812 26814 22368 0 -1 4202560 2788 0 0 0 53 0 0 0 20 0 19 0 281789135 9856004096 87588 33554432000 1073741824 1073778376 140734777847760 140653272975928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

[pid=26814/tid=26829] ppid=26812 vsize=9625004 CPUtime=1.02 cores=1,3,5,7
/proc/26814/task/26829/stat : 26829 (java) S 26812 26814 22368 0 -1 4202560 11440 0 0 0 99 3 0 0 20 0 19 0 281789135 9856004096 566576 33554432000 1073741824 1073778376 140734777847760 140653274028728 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26814/tid=26830] ppid=26812 vsize=9625004 CPUtime=0.88 cores=1,3,5,7
/proc/26814/task/26830/stat : 26830 (java) S 26812 26814 22368 0 -1 4202560 8647 0 0 0 86 2 0 0 20 0 19 0 281789135 9856004096 566576 33554432000 1073741824 1073778376 140734777847760 140653272975928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26814/tid=26831] ppid=26812 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26831/stat : 26831 (java) S 26812 26814 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281789135 9856004096 566576 33554432000 1073741824 1073778376 140734777847760 140653271923832 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26814/tid=26832] ppid=26812 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/26814/task/26832/stat : 26832 (java) S 26812 26814 22368 0 -1 4202560 96 0 0 0 19 23 0 0 20 0 19 0 281789135 9856004096 566576 33554432000 1073741824 1073778376 140734777847760 140653270871240 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26814/tid=26833] ppid=26812 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26833/stat : 26833 (java) S 26812 26814 22368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281789218 9856004096 566576 33554432000 1073741824 1073778376 140734777847760 140653269816232 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1677.27
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.04 2.05 2.02 3/213 26844
/proc/meminfo: memFree=26844120/32873648 swapFree=6612/6612
[pid=26814] ppid=26812 vsize=9625004 CPUtime=1737.91 cores=1,3,5,7
/proc/26814/stat : 26814 (java) S 26812 26814 22368 0 -1 4202496 31481 0 1 0 173634 157 0 0 20 0 19 0 281789130 9856004096 560362 33554432000 1073741824 1073778376 140734777847760 140734777838896 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26814/statm: 2406251 560362 2290 9 0 2396937 0
[pid=26814/tid=26815] ppid=26812 vsize=9625004 CPUtime=1710.06 cores=1,3,5,7
/proc/26814/task/26815/stat : 26815 (java) R 26812 26814 22368 0 -1 4202560 5161 0 1 0 170946 60 0 0 20 0 19 0 281789130 9856004096 560362 33554432000 1073741824 1073778376 140734777847760 140653454105776 140653284020986 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26814/tid=26817] ppid=26812 vsize=9625004 CPUtime=2.63 cores=1,3,5,7
/proc/26814/task/26817/stat : 26817 (java) S 26812 26814 22368 0 -1 4202560 177 0 0 0 251 12 0 0 20 0 19 0 281789131 9856004096 560362 33554432000 1073741824 1073778376 140734777847760 140653415598376 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26814/tid=26818] ppid=26812 vsize=9625004 CPUtime=2.48 cores=1,3,5,7
/proc/26814/task/26818/stat : 26818 (java) S 26812 26814 22368 0 -1 4202560 165 0 0 0 238 10 0 0 20 0 19 0 281789131 9856004096 560362 33554432000 1073741824 1073778376 140734777847760 140653414545576 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26814/tid=26819] ppid=26812 vsize=9625004 CPUtime=2.58 cores=1,3,5,7
/proc/26814/task/26819/stat : 26819 (java) S 26812 26814 22368 0 -1 4202560 157 0 0 0 248 10 0 0 20 0 19 0 281789131 9856004096 560362 33554432000 1073741824 1073778376 140734777847760 140653413493288 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26814/tid=26820] ppid=26812 vsize=9625004 CPUtime=2.57 cores=1,3,5,7
/proc/26814/task/26820/stat : 26820 (java) S 26812 26814 22368 0 -1 4202560 153 0 0 0 247 10 0 0 20 0 19 0 281789131 9856004096 560362 33554432000 1073741824 1073778376 140734777847760 140653412440488 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26814/tid=26821] ppid=26812 vsize=9625004 CPUtime=2.61 cores=1,3,5,7
/proc/26814/task/26821/stat : 26821 (java) S 26812 26814 22368 0 -1 4202560 167 0 0 0 250 11 0 0 20 0 19 0 281789131 9856004096 560362 33554432000 1073741824 1073778376 140734777847760 140653411388200 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26814/tid=26822] ppid=26812 vsize=9625004 CPUtime=2.61 cores=1,3,5,7
/proc/26814/task/26822/stat : 26822 (java) S 26812 26814 22368 0 -1 4202560 142 0 0 0 252 9 0 0 20 0 19 0 281789131 9856004096 560362 33554432000 1073741824 1073778376 140734777847760 140653410335400 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26814/tid=26823] ppid=26812 vsize=9625004 CPUtime=2.53 cores=1,3,5,7
/proc/26814/task/26823/stat : 26823 (java) S 26812 26814 22368 0 -1 4202560 169 0 0 0 242 11 0 0 20 0 19 0 281789131 9856004096 560362 33554432000 1073741824 1073778376 140734777847760 140653409283112 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26814/tid=26824] ppid=26812 vsize=9625004 CPUtime=2.52 cores=1,3,5,7
/proc/26814/task/26824/stat : 26824 (java) S 26812 26814 22368 0 -1 4202560 153 0 0 0 243 9 0 0 20 0 19 0 281789131 9856004096 560362 33554432000 1073741824 1073778376 140734777847760 140653408230312 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26814/tid=26825] ppid=26812 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/26814/task/26825/stat : 26825 (java) S 26812 26814 22368 0 -1 4202560 3670 0 0 0 39 15 0 0 20 0 19 0 281789132 9856004096 560362 33554432000 1073741824 1073778376 140734777847760 140653278238952 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26814/tid=26826] ppid=26812 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26826/stat : 26826 (java) S 26812 26814 22368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281789132 9856004096 560362 33554432000 1073741824 1073778376 140734777847760 140653277185016 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26814/tid=26827] ppid=26812 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26827/stat : 26827 (java) S 26812 26814 22368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281789132 9856004096 560362 33554432000 1073741824 1073778376 140734777847760 140653276132616 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26814/tid=26828] ppid=26812 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26828/stat : 26828 (java) S 26812 26814 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281789134 9856004096 560362 33554432000 1073741824 1073778376 140734777847760 140653275081104 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26814/tid=26829] ppid=26812 vsize=9625004 CPUtime=1.02 cores=1,3,5,7
/proc/26814/task/26829/stat : 26829 (java) S 26812 26814 22368 0 -1 4202560 11440 0 0 0 99 3 0 0 20 0 19 0 281789135 9856004096 560362 33554432000 1073741824 1073778376 140734777847760 140653274028728 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26814/tid=26830] ppid=26812 vsize=9625004 CPUtime=0.88 cores=1,3,5,7
/proc/26814/task/26830/stat : 26830 (java) S 26812 26814 22368 0 -1 4202560 8647 0 0 0 86 2 0 0 20 0 19 0 281789135 9856004096 560362 33554432000 1073741824 1073778376 140734777847760 140653272975928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26814/tid=26831] ppid=26812 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26831/stat : 26831 (java) S 26812 26814 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281789135 9856004096 560362 33554432000 1073741824 1073778376 140734777847760 140653271923832 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26814/tid=26832] ppid=26812 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/26814/task/26832/stat : 26832 (java) S 26812 26814 22368 0 -1 4202560 98 0 0 0 20 24 0 0 20 0 19 0 281789135 9856004096 560362 33554432000 1073741824 1073778376 140734777847760 140653270871240 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26814/tid=26833] ppid=26812 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26833/stat : 26833 (java) S 26812 26814 22368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281789218 9856004096 560362 33554432000 1073741824 1073778376 140734777847760 140653269816232 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1737.91
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.01 2.04 2.02 3/214 26907
/proc/meminfo: memFree=28978024/32873648 swapFree=6612/6612
[pid=26814] ppid=26812 vsize=9625004 CPUtime=1798.74 cores=1,3,5,7
/proc/26814/stat : 26814 (java) S 26812 26814 22368 0 -1 4202496 31571 0 1 0 179713 161 0 0 20 0 19 0 281789130 9856004096 555239 33554432000 1073741824 1073778376 140734777847760 140734777838896 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26814/statm: 2406251 555239 2290 9 0 2396937 0
[pid=26814/tid=26815] ppid=26812 vsize=9625004 CPUtime=1769.46 cores=1,3,5,7
/proc/26814/task/26815/stat : 26815 (java) R 26812 26814 22368 0 -1 4202560 5236 0 1 0 176885 61 0 0 20 0 19 0 281789130 9856004096 555239 33554432000 1073741824 1073778376 140734777847760 140653454105896 140653284160875 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26814/tid=26817] ppid=26812 vsize=9625004 CPUtime=2.8 cores=1,3,5,7
/proc/26814/task/26817/stat : 26817 (java) S 26812 26814 22368 0 -1 4202560 177 0 0 0 268 12 0 0 20 0 19 0 281789131 9856004096 555239 33554432000 1073741824 1073778376 140734777847760 140653415598376 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26814/tid=26818] ppid=26812 vsize=9625004 CPUtime=2.64 cores=1,3,5,7
/proc/26814/task/26818/stat : 26818 (java) S 26812 26814 22368 0 -1 4202560 166 0 0 0 254 10 0 0 20 0 19 0 281789131 9856004096 555239 33554432000 1073741824 1073778376 140734777847760 140653414545576 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26814/tid=26819] ppid=26812 vsize=9625004 CPUtime=2.73 cores=1,3,5,7
/proc/26814/task/26819/stat : 26819 (java) S 26812 26814 22368 0 -1 4202560 158 0 0 0 263 10 0 0 20 0 19 0 281789131 9856004096 555239 33554432000 1073741824 1073778376 140734777847760 140653413493288 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26814/tid=26820] ppid=26812 vsize=9625004 CPUtime=2.71 cores=1,3,5,7
/proc/26814/task/26820/stat : 26820 (java) S 26812 26814 22368 0 -1 4202560 154 0 0 0 261 10 0 0 20 0 19 0 281789131 9856004096 555239 33554432000 1073741824 1073778376 140734777847760 140653412440488 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26814/tid=26821] ppid=26812 vsize=9625004 CPUtime=2.76 cores=1,3,5,7
/proc/26814/task/26821/stat : 26821 (java) S 26812 26814 22368 0 -1 4202560 168 0 0 0 265 11 0 0 20 0 19 0 281789131 9856004096 555239 33554432000 1073741824 1073778376 140734777847760 140653411388200 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26814/tid=26822] ppid=26812 vsize=9625004 CPUtime=2.76 cores=1,3,5,7
/proc/26814/task/26822/stat : 26822 (java) S 26812 26814 22368 0 -1 4202560 143 0 0 0 267 9 0 0 20 0 19 0 281789131 9856004096 555239 33554432000 1073741824 1073778376 140734777847760 140653410335400 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26814/tid=26823] ppid=26812 vsize=9625004 CPUtime=2.7 cores=1,3,5,7
/proc/26814/task/26823/stat : 26823 (java) S 26812 26814 22368 0 -1 4202560 170 0 0 0 259 11 0 0 20 0 19 0 281789131 9856004096 555239 33554432000 1073741824 1073778376 140734777847760 140653409283112 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26814/tid=26824] ppid=26812 vsize=9625004 CPUtime=2.66 cores=1,3,5,7
/proc/26814/task/26824/stat : 26824 (java) S 26812 26814 22368 0 -1 4202560 154 0 0 0 256 10 0 0 20 0 19 0 281789131 9856004096 555239 33554432000 1073741824 1073778376 140734777847760 140653408230312 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26814/tid=26825] ppid=26812 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/26814/task/26825/stat : 26825 (java) S 26812 26814 22368 0 -1 4202560 3674 0 0 0 39 16 0 0 20 0 19 0 281789132 9856004096 555239 33554432000 1073741824 1073778376 140734777847760 140653278238952 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26814/tid=26826] ppid=26812 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26826/stat : 26826 (java) S 26812 26814 22368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281789132 9856004096 555239 33554432000 1073741824 1073778376 140734777847760 140653277185016 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26814/tid=26827] ppid=26812 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26827/stat : 26827 (java) S 26812 26814 22368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281789132 9856004096 555239 33554432000 1073741824 1073778376 140734777847760 140653276132616 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26814/tid=26828] ppid=26812 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26828/stat : 26828 (java) S 26812 26814 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281789134 9856004096 555239 33554432000 1073741824 1073778376 140734777847760 140653275081104 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26814/tid=26829] ppid=26812 vsize=9625004 CPUtime=1.02 cores=1,3,5,7
/proc/26814/task/26829/stat : 26829 (java) S 26812 26814 22368 0 -1 4202560 11440 0 0 0 99 3 0 0 20 0 19 0 281789135 9856004096 555239 33554432000 1073741824 1073778376 140734777847760 140653274028728 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26814/tid=26830] ppid=26812 vsize=9625004 CPUtime=0.88 cores=1,3,5,7
/proc/26814/task/26830/stat : 26830 (java) S 26812 26814 22368 0 -1 4202560 8647 0 0 0 86 2 0 0 20 0 19 0 281789135 9856004096 555239 33554432000 1073741824 1073778376 140734777847760 140653272975928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26814/tid=26831] ppid=26812 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26831/stat : 26831 (java) S 26812 26814 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281789135 9856004096 555239 33554432000 1073741824 1073778376 140734777847760 140653271923832 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26814/tid=26832] ppid=26812 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/26814/task/26832/stat : 26832 (java) S 26812 26814 22368 0 -1 4202560 102 0 0 0 20 26 0 0 20 0 19 0 281789135 9856004096 555239 33554432000 1073741824 1073778376 140734777847760 140653270871240 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26814/tid=26833] ppid=26812 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26833/stat : 26833 (java) S 26812 26814 22368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281789218 9856004096 555239 33554432000 1073741824 1073778376 140734777847760 140653269816232 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1798.74
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.6 s]
/proc/loadavg: 2.01 2.04 2.02 3/214 26907
/proc/meminfo: memFree=28979016/32873648 swapFree=6612/6612
[pid=26814] ppid=26812 vsize=9625004 CPUtime=1800.1 cores=1,3,5,7
/proc/26814/stat : 26814 (java) S 26812 26814 22368 0 -1 4202496 31575 0 1 0 179848 162 0 0 20 0 19 0 281789130 9856004096 555065 33554432000 1073741824 1073778376 140734777847760 140734777838896 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26814/statm: 2406251 555065 2290 9 0 2396937 0
[pid=26814/tid=26815] ppid=26812 vsize=9625004 CPUtime=1770.74 cores=1,3,5,7
/proc/26814/task/26815/stat : 26815 (java) R 26812 26814 22368 0 -1 4202560 5238 0 1 0 177013 61 0 0 20 0 19 0 281789130 9856004096 555065 33554432000 1073741824 1073778376 140734777847760 140653454105824 140653284160902 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26814/tid=26817] ppid=26812 vsize=9625004 CPUtime=2.81 cores=1,3,5,7
/proc/26814/task/26817/stat : 26817 (java) S 26812 26814 22368 0 -1 4202560 178 0 0 0 269 12 0 0 20 0 19 0 281789131 9856004096 555065 33554432000 1073741824 1073778376 140734777847760 140653415598376 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26814/tid=26818] ppid=26812 vsize=9625004 CPUtime=2.65 cores=1,3,5,7
/proc/26814/task/26818/stat : 26818 (java) S 26812 26814 22368 0 -1 4202560 166 0 0 0 255 10 0 0 20 0 19 0 281789131 9856004096 555065 33554432000 1073741824 1073778376 140734777847760 140653414545576 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26814/tid=26819] ppid=26812 vsize=9625004 CPUtime=2.74 cores=1,3,5,7
/proc/26814/task/26819/stat : 26819 (java) S 26812 26814 22368 0 -1 4202560 158 0 0 0 264 10 0 0 20 0 19 0 281789131 9856004096 555065 33554432000 1073741824 1073778376 140734777847760 140653413493288 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26814/tid=26820] ppid=26812 vsize=9625004 CPUtime=2.71 cores=1,3,5,7
/proc/26814/task/26820/stat : 26820 (java) S 26812 26814 22368 0 -1 4202560 154 0 0 0 261 10 0 0 20 0 19 0 281789131 9856004096 555065 33554432000 1073741824 1073778376 140734777847760 140653412440488 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26814/tid=26821] ppid=26812 vsize=9625004 CPUtime=2.77 cores=1,3,5,7
/proc/26814/task/26821/stat : 26821 (java) S 26812 26814 22368 0 -1 4202560 168 0 0 0 266 11 0 0 20 0 19 0 281789131 9856004096 555065 33554432000 1073741824 1073778376 140734777847760 140653411388200 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26814/tid=26822] ppid=26812 vsize=9625004 CPUtime=2.77 cores=1,3,5,7
/proc/26814/task/26822/stat : 26822 (java) S 26812 26814 22368 0 -1 4202560 143 0 0 0 268 9 0 0 20 0 19 0 281789131 9856004096 555065 33554432000 1073741824 1073778376 140734777847760 140653410335400 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26814/tid=26823] ppid=26812 vsize=9625004 CPUtime=2.7 cores=1,3,5,7
/proc/26814/task/26823/stat : 26823 (java) S 26812 26814 22368 0 -1 4202560 171 0 0 0 259 11 0 0 20 0 19 0 281789131 9856004096 555065 33554432000 1073741824 1073778376 140734777847760 140653409283112 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26814/tid=26824] ppid=26812 vsize=9625004 CPUtime=2.67 cores=1,3,5,7
/proc/26814/task/26824/stat : 26824 (java) S 26812 26814 22368 0 -1 4202560 154 0 0 0 257 10 0 0 20 0 19 0 281789131 9856004096 555065 33554432000 1073741824 1073778376 140734777847760 140653408230312 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26814/tid=26825] ppid=26812 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/26814/task/26825/stat : 26825 (java) S 26812 26814 22368 0 -1 4202560 3674 0 0 0 39 16 0 0 20 0 19 0 281789132 9856004096 555065 33554432000 1073741824 1073778376 140734777847760 140653278238952 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26814/tid=26826] ppid=26812 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26826/stat : 26826 (java) S 26812 26814 22368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281789132 9856004096 555065 33554432000 1073741824 1073778376 140734777847760 140653277185016 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26814/tid=26827] ppid=26812 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26827/stat : 26827 (java) S 26812 26814 22368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281789132 9856004096 555065 33554432000 1073741824 1073778376 140734777847760 140653276132616 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26814/tid=26828] ppid=26812 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26828/stat : 26828 (java) S 26812 26814 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281789134 9856004096 555065 33554432000 1073741824 1073778376 140734777847760 140653275081104 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26814/tid=26829] ppid=26812 vsize=9625004 CPUtime=1.02 cores=1,3,5,7
/proc/26814/task/26829/stat : 26829 (java) S 26812 26814 22368 0 -1 4202560 11440 0 0 0 99 3 0 0 20 0 19 0 281789135 9856004096 555065 33554432000 1073741824 1073778376 140734777847760 140653274028728 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26814/tid=26830] ppid=26812 vsize=9625004 CPUtime=0.88 cores=1,3,5,7
/proc/26814/task/26830/stat : 26830 (java) S 26812 26814 22368 0 -1 4202560 8647 0 0 0 86 2 0 0 20 0 19 0 281789135 9856004096 555065 33554432000 1073741824 1073778376 140734777847760 140653272975928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26814/tid=26831] ppid=26812 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26831/stat : 26831 (java) S 26812 26814 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281789135 9856004096 555065 33554432000 1073741824 1073778376 140734777847760 140653271923832 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26814/tid=26832] ppid=26812 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/26814/task/26832/stat : 26832 (java) S 26812 26814 22368 0 -1 4202560 102 0 0 0 20 26 0 0 20 0 19 0 281789135 9856004096 555065 33554432000 1073741824 1073778376 140734777847760 140653270871240 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26814/tid=26833] ppid=26812 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26814/task/26833/stat : 26833 (java) S 26812 26814 22368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281789218 9856004096 555065 33554432000 1073741824 1073778376 140734777847760 140653269816232 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26814 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=688317
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=53687
# CPU time returned by wait4() is 1795.74
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1783.63
CPU time (s): 1800.1
CPU user time (s): 1798.48
CPU system time (s): 1.62
CPU usage (%): 100.923
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.69
system time used= 2.05369
maximum resident set size= 2338944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31607
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 77634
involuntary context switches= 97992

runsolver used 5.9101 second user time and 15.0727 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-28 00:10:46
IDJOB=3710163
IDBENCH=2963
IDSOLVER=2289
FILE ID=node148/3710163-1338156646
RUNJOBID= node148-1338138660-24909
PBS_JOBID= 14624498
Free space on /tmp= 71692 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-687342390-max.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-3710163-1338156646/watcher-3710163-1338156646 -o /tmp/evaluation-result-3710163-1338156646/solver-3710163-1338156646 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710163-1338156646.opb

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

MD5SUM BENCH= 80cd942b10c7098d47a9e31c7b11aaed
RANDOM SEED=1167872521

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29221304 kB
Buffers:          298544 kB
Cached:           346252 kB
SwapCached:          576 kB
Active:          2570860 kB
Inactive:         189476 kB
Active(anon):    2106224 kB
Inactive(anon):    11760 kB
Active(file):     464636 kB
Inactive(file):   177716 kB
Unevictable:        6612 kB
Mlocked:            6612 kB
SwapTotal:      67108856 kB
SwapFree:       67108024 kB
Dirty:              3968 kB
Writeback:             0 kB
AnonPages:       2166528 kB
Mapped:            19148 kB
Shmem:                96 kB
Slab:             704960 kB
SReclaimable:     148692 kB
SUnreclaim:       556268 kB
KernelStack:        1616 kB
PageTables:         8044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3270152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2123776 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= 71696 MiB
End job on node148 at 2012-05-28 00:40:32