Trace number 3710470

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.04 1795.04

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat50_4_16_0_mh_ic.opb
MD5SUM69c3f35ff6da259885813cb008cfe4d1
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3507933
Best CPU time to get the best result obtained on this benchmark1801.09
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables370300
Total number of constraints847958
Number of constraints which are clauses597900
Number of constraints which are cardinality constraints (but not clauses)58
Number of constraints which are nor clauses,nor cardinality constraints250000
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 132350
Biggest coefficient in the objective function 150568768
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 66235433706
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 150568768
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 66235433706
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	c See www.sat4j.org for details.
0.05/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.05/0.09	c version 2.3.2.v20120418
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		501472288
0.05/0.09	c Max memory 		7480803328
0.05/0.09	c Total memory 		504102912
0.05/0.10	c Number of processors 	8
0.08/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.13	c configuring ORDERS
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=true
0.08/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3710470-1338249613.opb
0.08/0.13	c reading problem ... 
7.11/5.28	c ... done. Wall clock time 5.144s.
7.11/5.28	c declared #vars     370300
7.11/5.28	c #constraints  855312
7.11/5.28	c constraints type 
7.11/5.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 241376
7.11/5.28	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
7.11/5.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
7.11/5.28	c ignored satisfied constraints => 4
7.11/5.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 372450
7.11/5.28	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 241425
7.11/5.28	c 855316 constraints processed.
125.33/122.94	c cleaning 2497 clauses out of 5000 with flag 5000/5000
331.18/328.12	c cleaning 4246 clauses out of 8503 with flag 11000/11000
421.36/418.18	c cleaning 5611 clauses out of 11257 with flag 18000/18000
480.60/477.22	c cleaning 6821 clauses out of 13647 with flag 26001/26001
927.02/923.15	c cleaning 7902 clauses out of 15825 with flag 35000/35000
1020.78/1016.78	c cleaning 8933 clauses out of 17925 with flag 45002/45002
1224.25/1219.88	c cleaning 9989 clauses out of 19990 with flag 56000/56000
1706.98/1702.14	c cleaning 10956 clauses out of 22001 with flag 68000/68000
1800.04/1795.01	c starts		: 87
1800.04/1795.01	c conflicts		: 80423
1800.04/1795.01	c decisions		: 483927
1800.04/1795.01	c propagations		: 481754528
1800.04/1795.01	c inspects		: 5032208427
1800.04/1795.01	c shortcuts		: 0
1800.04/1795.01	c learnt literals	: 0
1800.04/1795.01	c learnt binary clauses	: 17
1800.04/1795.01	c learnt ternary clauses	: 15
1800.04/1795.01	c learnt constraints	: 80422
1800.04/1795.01	c ignored constraints	: 0
1800.04/1795.01	c root simplifications	: 87
1800.04/1795.01	c removed literals (reason simplification)	: 1389797
1800.04/1795.01	c reason swapping (by a shorter reason)	: 0
1800.04/1795.01	c Calls to reduceDB	: 8
1800.04/1795.01	c number of reductions to clauses (during analyze)	: 0
1800.04/1795.01	c number of learned constraints concerned by reduction	: 0
1800.04/1795.01	c number of learning phase by resolution	: 0
1800.04/1795.01	c number of learning phase by cutting planes	: 0
1800.04/1795.01	c speed (assignments/second)	: 269186.9863913079
1800.04/1795.01	c non guided choices	1314
1800.04/1795.02	c learnt constraints type 
1800.04/1795.02	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
1800.04/1795.02	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 23453
1800.04/1795.02	c constraints type 
1800.04/1795.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 241376
1800.04/1795.02	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
1800.04/1795.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
1800.04/1795.02	c ignored satisfied constraints => 4
1800.04/1795.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 372450
1800.04/1795.02	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 241425
1800.04/1795.02	c 855316 constraints processed.
1800.04/1795.02	s UNKNOWN
1800.04/1795.02	c Total wall clock time (in seconds): 1794.889

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-3710470-1338249613/watcher-3710470-1338249613 -o /tmp/evaluation-result-3710470-1338249613/solver-3710470-1338249613 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710470-1338249613.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.92 1.98 1.99 2/175 9774
/proc/meminfo: memFree=28438488/32873844 swapFree=7620/7620
[pid=9774] ppid=9772 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/9774/stat : 9774 (java) D 9772 9774 8308 0 -1 4202496 240 0 0 0 0 0 0 0 20 0 1 0 291085769 9515008 175 33554432000 1073741824 1073778376 140734970907184 140734970889912 251044643728 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/9774/statm: 2323 175 133 9 0 71 0

[startup+0.074929 s]
/proc/loadavg: 1.92 1.98 1.99 2/175 9774
/proc/meminfo: memFree=28438488/32873844 swapFree=7620/7620
[pid=9774] ppid=9772 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/9774/stat : 9774 (java) S 9772 9774 8308 0 -1 4202496 3198 0 1 0 4 1 0 0 20 0 18 0 291085769 9787842560 4407 33554432000 1073741824 1073778376 140733712016912 140733712008048 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9774/statm: 2389610 4407 1764 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558440

[startup+0.100296 s]
/proc/loadavg: 1.92 1.98 1.99 2/175 9774
/proc/meminfo: memFree=28438488/32873844 swapFree=7620/7620
[pid=9774] ppid=9772 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/9774/stat : 9774 (java) S 9772 9774 8308 0 -1 4202496 3692 0 1 0 7 1 0 0 20 0 18 0 291085769 9787842560 4901 33554432000 1073741824 1073778376 140733712016912 140733712008048 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9774/statm: 2389610 4903 1939 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300313 s]
/proc/loadavg: 1.92 1.98 1.99 2/175 9774
/proc/meminfo: memFree=28438488/32873844 swapFree=7620/7620
[pid=9774] ppid=9772 vsize=9558440 CPUtime=0.46 cores=1,3,5,7
/proc/9774/stat : 9774 (java) S 9772 9774 8308 0 -1 4202496 5404 0 1 0 44 2 0 0 20 0 18 0 291085769 9787842560 12782 33554432000 1073741824 1073778376 140733712016912 140733712008048 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9774/statm: 2389610 12782 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558440

[startup+0.700236 s]
/proc/loadavg: 1.92 1.98 1.99 2/175 9774
/proc/meminfo: memFree=28438488/32873844 swapFree=7620/7620
[pid=9774] ppid=9772 vsize=9558440 CPUtime=1.11 cores=1,3,5,7
/proc/9774/stat : 9774 (java) S 9772 9774 8308 0 -1 4202496 6145 0 1 0 101 10 0 0 20 0 18 0 291085769 9787842560 51671 33554432000 1073741824 1073778376 140733712016912 140733712008048 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9774/statm: 2389610 51671 2244 9 0 2380296 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9558440

[startup+1.50076 s]
/proc/loadavg: 1.92 1.98 1.99 2/196 9831
/proc/meminfo: memFree=28226700/32873844 swapFree=7620/7620
[pid=9774] ppid=9772 vsize=9558440 CPUtime=2.52 cores=1,3,5,7
/proc/9774/stat : 9774 (java) S 9772 9774 8308 0 -1 4202496 12693 0 1 0 230 22 0 0 20 0 18 0 291085769 9787842560 95661 33554432000 1073741824 1073778376 140733712016912 140733712008048 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9774/statm: 2389610 95661 2266 9 0 2380296 0
[pid=9774/tid=9776] ppid=9772 vsize=9558440 CPUtime=1.31 cores=1,3,5,7
/proc/9774/task/9776/stat : 9776 (java) R 9772 9774 8308 0 -1 4202560 2629 0 1 0 125 6 0 0 20 0 18 0 291085770 9787842560 95661 33554432000 1073741824 1073778376 140733712016912 139664938131344 251048027405 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9777] ppid=9772 vsize=9558440 CPUtime=0.12 cores=1,3,5,7
/proc/9774/task/9777/stat : 9777 (java) S 9772 9774 8308 0 -1 4202560 149 0 0 0 8 4 0 0 20 0 18 0 291085772 9787842560 95661 33554432000 1073741824 1073778376 140733712016912 139664899631400 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9778] ppid=9772 vsize=9558440 CPUtime=0.06 cores=1,3,5,7
/proc/9774/task/9778/stat : 9778 (java) S 9772 9774 8308 0 -1 4202560 106 0 0 0 4 2 0 0 20 0 18 0 291085772 9787842560 95661 33554432000 1073741824 1073778376 140733712016912 139664898578600 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9779] ppid=9772 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/9774/task/9779/stat : 9779 (java) S 9772 9774 8308 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 18 0 291085772 9787842560 95661 33554432000 1073741824 1073778376 140733712016912 139664897526312 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9774/tid=9780] ppid=9772 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/9774/task/9780/stat : 9780 (java) S 9772 9774 8308 0 -1 4202560 130 0 0 0 3 2 0 0 20 0 18 0 291085772 9787842560 95661 33554432000 1073741824 1073778376 140733712016912 139664896473512 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9781] ppid=9772 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/9774/task/9781/stat : 9781 (java) S 9772 9774 8308 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 18 0 291085772 9787842560 95661 33554432000 1073741824 1073778376 140733712016912 139664895421224 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9774/tid=9782] ppid=9772 vsize=9558440 CPUtime=0.06 cores=1,3,5,7
/proc/9774/task/9782/stat : 9782 (java) S 9772 9774 8308 0 -1 4202560 42 0 0 0 4 2 0 0 20 0 18 0 291085772 9787842560 95661 33554432000 1073741824 1073778376 140733712016912 139664894368424 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9783] ppid=9772 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/9774/task/9783/stat : 9783 (java) S 9772 9774 8308 0 -1 4202560 19 0 0 0 1 1 0 0 20 0 18 0 291085772 9787842560 95661 33554432000 1073741824 1073778376 140733712016912 139664893316136 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9774/tid=9784] ppid=9772 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/9774/task/9784/stat : 9784 (java) S 9772 9774 8308 0 -1 4202560 102 0 0 0 3 1 0 0 20 0 18 0 291085772 9787842560 95661 33554432000 1073741824 1073778376 140733712016912 139664892263336 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9785] ppid=9772 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9785/stat : 9785 (java) S 9772 9774 8308 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 291085773 9787842560 95661 33554432000 1073741824 1073778376 140733712016912 139664761514216 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9786] ppid=9772 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9786/stat : 9786 (java) S 9772 9774 8308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 291085773 9787842560 95661 33554432000 1073741824 1073778376 140733712016912 139664760460280 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9787] ppid=9772 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9787/stat : 9787 (java) S 9772 9774 8308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 291085773 9787842560 95661 33554432000 1073741824 1073778376 140733712016912 139664759407880 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9788] ppid=9772 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9788/stat : 9788 (java) S 9772 9774 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291085776 9787842560 95661 33554432000 1073741824 1073778376 140733712016912 139664758356368 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9789] ppid=9772 vsize=9558440 CPUtime=0.31 cores=1,3,5,7
/proc/9774/task/9789/stat : 9789 (java) S 9772 9774 8308 0 -1 4202560 3228 0 0 0 31 0 0 0 20 0 18 0 291085776 9787842560 95661 33554432000 1073741824 1073778376 140733712016912 139664757303992 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9790] ppid=9772 vsize=9558440 CPUtime=0.31 cores=1,3,5,7
/proc/9774/task/9790/stat : 9790 (java) S 9772 9774 8308 0 -1 4202560 4872 0 0 0 30 1 0 0 20 0 18 0 291085776 9787842560 95661 33554432000 1073741824 1073778376 140733712016912 139664756251192 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9791] ppid=9772 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9791/stat : 9791 (java) S 9772 9774 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291085776 9787842560 95661 33554432000 1073741824 1073778376 140733712016912 139664755199096 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9792] ppid=9772 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9792/stat : 9792 (java) S 9772 9774 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291085776 9787842560 95661 33554432000 1073741824 1073778376 140733712016912 139663746526408 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 9558440

[startup+3.10067 s]
/proc/loadavg: 1.92 1.98 1.99 5/213 9848
/proc/meminfo: memFree=27840508/32873844 swapFree=7620/7620
[pid=9774] ppid=9772 vsize=9558440 CPUtime=4.53 cores=1,3,5,7
/proc/9774/stat : 9774 (java) S 9772 9774 8308 0 -1 4202496 13253 0 1 0 415 38 0 0 20 0 18 0 291085769 9787842560 168174 33554432000 1073741824 1073778376 140733712016912 140733712008048 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9774/statm: 2389610 168174 2266 9 0 2380296 0
[pid=9774/tid=9776] ppid=9772 vsize=9558440 CPUtime=2.8 cores=1,3,5,7
/proc/9774/task/9776/stat : 9776 (java) S 9772 9774 8308 0 -1 4202560 2916 0 1 0 269 11 0 0 20 0 18 0 291085770 9787842560 168174 33554432000 1073741824 1073778376 140733712016912 139664938138776 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9777] ppid=9772 vsize=9558440 CPUtime=0.15 cores=1,3,5,7
/proc/9774/task/9777/stat : 9777 (java) R 9772 9774 8308 0 -1 4202560 167 0 0 0 11 4 0 0 20 0 18 0 291085772 9787842560 168174 33554432000 1073741824 1073778376 140733712016912 139664899631280 139664940611315 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9778] ppid=9772 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/9774/task/9778/stat : 9778 (java) R 9772 9774 8308 0 -1 4202560 124 0 0 0 6 3 0 0 20 0 18 0 291085772 9787842560 168174 33554432000 1073741824 1073778376 140733712016912 139664898578776 139664941896844 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9779] ppid=9772 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/9774/task/9779/stat : 9779 (java) R 9772 9774 8308 0 -1 4202560 67 0 0 0 6 3 0 0 20 0 18 0 291085772 9787842560 168174 33554432000 1073741824 1073778376 140733712016912 139664897526488 139664940611315 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=9774/tid=9780] ppid=9772 vsize=9558440 CPUtime=0.15 cores=1,3,5,7
/proc/9774/task/9780/stat : 9780 (java) R 9772 9774 8308 0 -1 4202560 190 0 0 0 11 4 0 0 20 0 18 0 291085772 9787842560 168174 33554432000 1073741824 1073778376 140733712016912 139664896473688 139664940611273 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9781] ppid=9772 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/9774/task/9781/stat : 9781 (java) R 9772 9774 8308 0 -1 4202560 31 0 0 0 5 2 0 0 20 0 18 0 291085772 9787842560 168174 33554432000 1073741824 1073778376 140733712016912 139664895421400 139664941896844 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=9774/tid=9782] ppid=9772 vsize=9558440 CPUtime=0.13 cores=1,3,5,7
/proc/9774/task/9782/stat : 9782 (java) R 9772 9774 8308 0 -1 4202560 72 0 0 0 9 4 0 0 20 0 18 0 291085772 9787842560 168174 33554432000 1073741824 1073778376 140733712016912 139664894368600 139664942301895 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9783] ppid=9772 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/9774/task/9783/stat : 9783 (java) R 9772 9774 8308 0 -1 4202560 50 0 0 0 6 3 0 0 20 0 18 0 291085772 9787842560 168174 33554432000 1073741824 1073778376 140733712016912 139664893316136 139664940611265 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9784] ppid=9772 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/9774/task/9784/stat : 9784 (java) R 9772 9774 8308 0 -1 4202560 114 0 0 0 5 2 0 0 20 0 18 0 291085772 9787842560 168174 33554432000 1073741824 1073778376 140733712016912 139664892263512 139664940611315 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9785] ppid=9772 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9785/stat : 9785 (java) S 9772 9774 8308 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 291085773 9787842560 168174 33554432000 1073741824 1073778376 140733712016912 139664761513096 251048014908 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9786] ppid=9772 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9786/stat : 9786 (java) S 9772 9774 8308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 291085773 9787842560 168174 33554432000 1073741824 1073778376 140733712016912 139664760460280 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9787] ppid=9772 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9787/stat : 9787 (java) S 9772 9774 8308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 291085773 9787842560 168174 33554432000 1073741824 1073778376 140733712016912 139664759407880 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9788] ppid=9772 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9788/stat : 9788 (java) S 9772 9774 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291085776 9787842560 168174 33554432000 1073741824 1073778376 140733712016912 139664758356368 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9789] ppid=9772 vsize=9558440 CPUtime=0.35 cores=1,3,5,7
/proc/9774/task/9789/stat : 9789 (java) S 9772 9774 8308 0 -1 4202560 3228 0 0 0 35 0 0 0 20 0 18 0 291085776 9787842560 168174 33554432000 1073741824 1073778376 140733712016912 139664757303992 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9790] ppid=9772 vsize=9558440 CPUtime=0.35 cores=1,3,5,7
/proc/9774/task/9790/stat : 9790 (java) S 9772 9774 8308 0 -1 4202560 4924 0 0 0 34 1 0 0 20 0 18 0 291085776 9787842560 168174 33554432000 1073741824 1073778376 140733712016912 139664756251192 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9791] ppid=9772 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9791/stat : 9791 (java) S 9772 9774 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291085776 9787842560 168174 33554432000 1073741824 1073778376 140733712016912 139664755199096 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9792] ppid=9772 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9792/stat : 9792 (java) S 9772 9774 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291085776 9787842560 168174 33554432000 1073741824 1073778376 140733712016912 139663746526408 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.53
Current children cumulated vsize (KiB) 9558440

[startup+6.30084 s]
/proc/loadavg: 1.93 1.98 1.99 3/214 9849
/proc/meminfo: memFree=27518716/32873844 swapFree=7620/7620
[pid=9774] ppid=9772 vsize=9625004 CPUtime=8.63 cores=1,3,5,7
/proc/9774/stat : 9774 (java) S 9772 9774 8308 0 -1 4202496 14474 0 1 0 816 47 0 0 20 0 19 0 291085769 9856004096 188606 33554432000 1073741824 1073778376 140733712016912 140733712008048 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9774/statm: 2406251 188606 2275 9 0 2396937 0
[pid=9774/tid=9776] ppid=9772 vsize=9625004 CPUtime=5.82 cores=1,3,5,7
/proc/9774/task/9776/stat : 9776 (java) R 9772 9774 8308 0 -1 4202560 3362 0 1 0 570 12 0 0 20 0 19 0 291085770 9856004096 188606 33554432000 1073741824 1073778376 140733712016912 139664938140168 139664770748243 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9777] ppid=9772 vsize=9625004 CPUtime=0.24 cores=1,3,5,7
/proc/9774/task/9777/stat : 9777 (java) S 9772 9774 8308 0 -1 4202560 196 0 0 0 18 6 0 0 20 0 19 0 291085772 9856004096 188606 33554432000 1073741824 1073778376 140733712016912 139664899631400 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9774/tid=9778] ppid=9772 vsize=9625004 CPUtime=0.16 cores=1,3,5,7
/proc/9774/task/9778/stat : 9778 (java) S 9772 9774 8308 0 -1 4202560 142 0 0 0 12 4 0 0 20 0 19 0 291085772 9856004096 188606 33554432000 1073741824 1073778376 140733712016912 139664898578600 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9779] ppid=9772 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/9774/task/9779/stat : 9779 (java) S 9772 9774 8308 0 -1 4202560 92 0 0 0 11 3 0 0 20 0 19 0 291085772 9856004096 188606 33554432000 1073741824 1073778376 140733712016912 139664897526312 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9780] ppid=9772 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/9774/task/9780/stat : 9780 (java) S 9772 9774 8308 0 -1 4202560 334 0 0 0 24 7 0 0 20 0 19 0 291085772 9856004096 188606 33554432000 1073741824 1073778376 140733712016912 139664896473512 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9781] ppid=9772 vsize=9625004 CPUtime=0.15 cores=1,3,5,7
/proc/9774/task/9781/stat : 9781 (java) S 9772 9774 8308 0 -1 4202560 117 0 0 0 13 2 0 0 20 0 19 0 291085772 9856004096 188606 33554432000 1073741824 1073778376 140733712016912 139664895421224 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9774/tid=9782] ppid=9772 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/9774/task/9782/stat : 9782 (java) S 9772 9774 8308 0 -1 4202560 89 0 0 0 14 5 0 0 20 0 19 0 291085772 9856004096 188606 33554432000 1073741824 1073778376 140733712016912 139664894368424 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9783] ppid=9772 vsize=9625004 CPUtime=0.16 cores=1,3,5,7
/proc/9774/task/9783/stat : 9783 (java) S 9772 9774 8308 0 -1 4202560 59 0 0 0 12 4 0 0 20 0 19 0 291085772 9856004096 188606 33554432000 1073741824 1073778376 140733712016912 139664893316136 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9774/tid=9784] ppid=9772 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/9774/task/9784/stat : 9784 (java) S 9772 9774 8308 0 -1 4202560 248 0 0 0 11 3 0 0 20 0 19 0 291085772 9856004096 188606 33554432000 1073741824 1073778376 140733712016912 139664892263336 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9785] ppid=9772 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9785/stat : 9785 (java) S 9772 9774 8308 0 -1 4202560 486 0 0 0 0 0 0 0 20 0 19 0 291085773 9856004096 188606 33554432000 1073741824 1073778376 140733712016912 139664761514216 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9786] ppid=9772 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9786/stat : 9786 (java) S 9772 9774 8308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291085773 9856004096 188606 33554432000 1073741824 1073778376 140733712016912 139664760460280 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9787] ppid=9772 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9787/stat : 9787 (java) S 9772 9774 8308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291085773 9856004096 188606 33554432000 1073741824 1073778376 140733712016912 139664759407880 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9788] ppid=9772 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9788/stat : 9788 (java) S 9772 9774 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291085776 9856004096 188606 33554432000 1073741824 1073778376 140733712016912 139664758356368 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9789] ppid=9772 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/9774/task/9789/stat : 9789 (java) S 9772 9774 8308 0 -1 4202560 3236 0 0 0 53 0 0 0 20 0 19 0 291085776 9856004096 188606 33554432000 1073741824 1073778376 140733712016912 139664757303992 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9790] ppid=9772 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/9774/task/9790/stat : 9790 (java) S 9772 9774 8308 0 -1 4202560 4931 0 0 0 61 2 0 0 20 0 19 0 291085776 9856004096 188606 33554432000 1073741824 1073778376 140733712016912 139664756251192 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9791] ppid=9772 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9791/stat : 9791 (java) S 9772 9774 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291085776 9856004096 188606 33554432000 1073741824 1073778376 140733712016912 139664755199096 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9792] ppid=9772 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9792/stat : 9792 (java) S 9772 9774 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291085776 9856004096 188606 33554432000 1073741824 1073778376 140733712016912 139663746526408 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9849] ppid=9772 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9849/stat : 9849 (java) S 9772 9774 8308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291086304 9856004096 188606 33554432000 1073741824 1073778376 140733712016912 139663745471400 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.63
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]
/proc/loadavg: 1.93 1.98 1.99 3/214 9849
/proc/meminfo: memFree=27460864/32873844 swapFree=7620/7620
[pid=9774] ppid=9772 vsize=9625004 CPUtime=15.03 cores=1,3,5,7
/proc/9774/stat : 9774 (java) S 9772 9774 8308 0 -1 4202496 14475 0 1 0 1456 47 0 0 20 0 19 0 291085769 9856004096 188606 33554432000 1073741824 1073778376 140733712016912 140733712008048 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0

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

[pid=9774/tid=9789] ppid=9772 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/9774/task/9789/stat : 9789 (java) S 9772 9774 8308 0 -1 4202560 3250 0 0 0 68 0 0 0 20 0 19 0 291085776 9856004096 242105 33554432000 1073741824 1073778376 140733712016912 139664757303992 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9774/tid=9790] ppid=9772 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/9774/task/9790/stat : 9790 (java) S 9772 9774 8308 0 -1 4202560 4945 0 0 0 76 2 0 0 20 0 19 0 291085776 9856004096 242105 33554432000 1073741824 1073778376 140733712016912 139664756251192 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9791] ppid=9772 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9791/stat : 9791 (java) S 9772 9774 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291085776 9856004096 242105 33554432000 1073741824 1073778376 140733712016912 139664755199096 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9792] ppid=9772 vsize=9625004 CPUtime=0.98 cores=1,3,5,7
/proc/9774/task/9792/stat : 9792 (java) S 9772 9774 8308 0 -1 4202560 95 0 0 0 50 48 0 0 20 0 19 0 291085776 9856004096 242105 33554432000 1073741824 1073778376 140733712016912 139663746526408 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9849] ppid=9772 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9849/stat : 9849 (java) S 9772 9774 8308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291086304 9856004096 242105 33554432000 1073741824 1073778376 140733712016912 139663745471400 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1667.15
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/213 9883
/proc/meminfo: memFree=27154244/32873844 swapFree=7620/7620
[pid=9774] ppid=9772 vsize=9625004 CPUtime=1727.27 cores=1,3,5,7
/proc/9774/stat : 9774 (java) S 9772 9774 8308 0 -1 4202496 15382 0 1 0 172579 148 0 0 20 0 19 0 291085769 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 140733712008048 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9774/statm: 2406251 242103 2289 9 0 2396937 0
[pid=9774/tid=9776] ppid=9772 vsize=9625004 CPUtime=1711.99 cores=1,3,5,7
/proc/9774/task/9776/stat : 9776 (java) R 9772 9774 8308 0 -1 4202560 3386 0 1 0 171159 40 0 0 20 0 19 0 291085770 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664938139952 139664770819976 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9777] ppid=9772 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/9774/task/9777/stat : 9777 (java) S 9772 9774 8308 0 -1 4202560 211 0 0 0 30 7 0 0 20 0 19 0 291085772 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664899631400 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9778] ppid=9772 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/9774/task/9778/stat : 9778 (java) S 9772 9774 8308 0 -1 4202560 193 0 0 0 36 7 0 0 20 0 19 0 291085772 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664898578600 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9779] ppid=9772 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/9774/task/9779/stat : 9779 (java) S 9772 9774 8308 0 -1 4202560 112 0 0 0 25 5 0 0 20 0 19 0 291085772 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664897526312 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9774/tid=9780] ppid=9772 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/9774/task/9780/stat : 9780 (java) S 9772 9774 8308 0 -1 4202560 457 0 0 0 37 8 0 0 20 0 19 0 291085772 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664896473512 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9781] ppid=9772 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/9774/task/9781/stat : 9781 (java) S 9772 9774 8308 0 -1 4202560 140 0 0 0 27 4 0 0 20 0 19 0 291085772 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664895421224 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9782] ppid=9772 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/9774/task/9782/stat : 9782 (java) S 9772 9774 8308 0 -1 4202560 105 0 0 0 29 6 0 0 20 0 19 0 291085772 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664894368424 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9783] ppid=9772 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/9774/task/9783/stat : 9783 (java) S 9772 9774 8308 0 -1 4202560 82 0 0 0 26 6 0 0 20 0 19 0 291085772 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664893316136 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9784] ppid=9772 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/9774/task/9784/stat : 9784 (java) S 9772 9774 8308 0 -1 4202560 293 0 0 0 34 7 0 0 20 0 19 0 291085772 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664892263336 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9774/tid=9785] ppid=9772 vsize=9625004 CPUtime=4.94 cores=1,3,5,7
/proc/9774/task/9785/stat : 9785 (java) S 9772 9774 8308 0 -1 4202560 928 0 0 0 489 5 0 0 20 0 19 0 291085773 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664761514216 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9786] ppid=9772 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9786/stat : 9786 (java) S 9772 9774 8308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291085773 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664760460280 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9787] ppid=9772 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9787/stat : 9787 (java) S 9772 9774 8308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291085773 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664759407880 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9788] ppid=9772 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9788/stat : 9788 (java) S 9772 9774 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291085776 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664758356368 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9789] ppid=9772 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/9774/task/9789/stat : 9789 (java) S 9772 9774 8308 0 -1 4202560 3250 0 0 0 68 0 0 0 20 0 19 0 291085776 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664757303992 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9774/tid=9790] ppid=9772 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/9774/task/9790/stat : 9790 (java) S 9772 9774 8308 0 -1 4202560 4945 0 0 0 76 2 0 0 20 0 19 0 291085776 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664756251192 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9791] ppid=9772 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9791/stat : 9791 (java) S 9772 9774 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291085776 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664755199096 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9792] ppid=9772 vsize=9625004 CPUtime=1.02 cores=1,3,5,7
/proc/9774/task/9792/stat : 9792 (java) S 9772 9774 8308 0 -1 4202560 99 0 0 0 52 50 0 0 20 0 19 0 291085776 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139663746526408 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9849] ppid=9772 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9849/stat : 9849 (java) S 9772 9774 8308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291086304 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139663745471400 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1727.27
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/213 9883
/proc/meminfo: memFree=27153996/32873844 swapFree=7620/7620
[pid=9774] ppid=9772 vsize=9625004 CPUtime=1787.33 cores=1,3,5,7
/proc/9774/stat : 9774 (java) S 9772 9774 8308 0 -1 4202496 15386 0 1 0 178582 151 0 0 20 0 19 0 291085769 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 140733712008048 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9774/statm: 2406251 242103 2289 9 0 2396937 0
[pid=9774/tid=9776] ppid=9772 vsize=9625004 CPUtime=1771.84 cores=1,3,5,7
/proc/9774/task/9776/stat : 9776 (java) R 9772 9774 8308 0 -1 4202560 3386 0 1 0 177144 40 0 0 20 0 19 0 291085770 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664938139952 139664770852816 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9777] ppid=9772 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/9774/task/9777/stat : 9777 (java) S 9772 9774 8308 0 -1 4202560 211 0 0 0 30 7 0 0 20 0 19 0 291085772 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664899631400 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9778] ppid=9772 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/9774/task/9778/stat : 9778 (java) S 9772 9774 8308 0 -1 4202560 193 0 0 0 36 7 0 0 20 0 19 0 291085772 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664898578600 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9779] ppid=9772 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/9774/task/9779/stat : 9779 (java) S 9772 9774 8308 0 -1 4202560 112 0 0 0 25 5 0 0 20 0 19 0 291085772 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664897526312 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9774/tid=9780] ppid=9772 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/9774/task/9780/stat : 9780 (java) S 9772 9774 8308 0 -1 4202560 457 0 0 0 37 8 0 0 20 0 19 0 291085772 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664896473512 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9781] ppid=9772 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/9774/task/9781/stat : 9781 (java) S 9772 9774 8308 0 -1 4202560 140 0 0 0 27 4 0 0 20 0 19 0 291085772 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664895421224 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9782] ppid=9772 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/9774/task/9782/stat : 9782 (java) S 9772 9774 8308 0 -1 4202560 105 0 0 0 29 6 0 0 20 0 19 0 291085772 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664894368424 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9783] ppid=9772 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/9774/task/9783/stat : 9783 (java) S 9772 9774 8308 0 -1 4202560 82 0 0 0 26 6 0 0 20 0 19 0 291085772 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664893316136 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9784] ppid=9772 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/9774/task/9784/stat : 9784 (java) S 9772 9774 8308 0 -1 4202560 293 0 0 0 34 7 0 0 20 0 19 0 291085772 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664892263336 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9774/tid=9785] ppid=9772 vsize=9625004 CPUtime=4.94 cores=1,3,5,7
/proc/9774/task/9785/stat : 9785 (java) S 9772 9774 8308 0 -1 4202560 928 0 0 0 489 5 0 0 20 0 19 0 291085773 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664761514216 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9786] ppid=9772 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9786/stat : 9786 (java) S 9772 9774 8308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291085773 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664760460280 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9787] ppid=9772 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9787/stat : 9787 (java) S 9772 9774 8308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291085773 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664759407880 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9788] ppid=9772 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9788/stat : 9788 (java) S 9772 9774 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291085776 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664758356368 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9789] ppid=9772 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/9774/task/9789/stat : 9789 (java) S 9772 9774 8308 0 -1 4202560 3250 0 0 0 68 0 0 0 20 0 19 0 291085776 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664757303992 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9774/tid=9790] ppid=9772 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/9774/task/9790/stat : 9790 (java) S 9772 9774 8308 0 -1 4202560 4945 0 0 0 76 2 0 0 20 0 19 0 291085776 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664756251192 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9791] ppid=9772 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9791/stat : 9791 (java) S 9772 9774 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291085776 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664755199096 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9792] ppid=9772 vsize=9625004 CPUtime=1.06 cores=1,3,5,7
/proc/9774/task/9792/stat : 9792 (java) S 9772 9774 8308 0 -1 4202560 103 0 0 0 54 52 0 0 20 0 19 0 291085776 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139663746526408 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9849] ppid=9772 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9849/stat : 9849 (java) S 9772 9774 8308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291086304 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139663745471400 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1787.33
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795 s]
/proc/loadavg: 2.01 2.00 2.00 3/214 9886
/proc/meminfo: memFree=27153740/32873844 swapFree=7620/7620
[pid=9774] ppid=9772 vsize=9625004 CPUtime=1800.04 cores=1,3,5,7
/proc/9774/stat : 9774 (java) S 9772 9774 8308 0 -1 4202496 15386 0 1 0 179852 152 0 0 20 0 19 0 291085769 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 140733712008048 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9774/statm: 2406251 242103 2289 9 0 2396937 0
[pid=9774/tid=9776] ppid=9772 vsize=9625004 CPUtime=1784.51 cores=1,3,5,7
/proc/9774/task/9776/stat : 9776 (java) R 9772 9774 8308 0 -1 4202560 3386 0 1 0 178410 41 0 0 20 0 19 0 291085770 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664938139952 139664770755273 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9777] ppid=9772 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/9774/task/9777/stat : 9777 (java) S 9772 9774 8308 0 -1 4202560 211 0 0 0 30 7 0 0 20 0 19 0 291085772 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664899631400 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9778] ppid=9772 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/9774/task/9778/stat : 9778 (java) S 9772 9774 8308 0 -1 4202560 193 0 0 0 36 7 0 0 20 0 19 0 291085772 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664898578600 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9779] ppid=9772 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/9774/task/9779/stat : 9779 (java) S 9772 9774 8308 0 -1 4202560 112 0 0 0 25 5 0 0 20 0 19 0 291085772 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664897526312 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9774/tid=9780] ppid=9772 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/9774/task/9780/stat : 9780 (java) S 9772 9774 8308 0 -1 4202560 457 0 0 0 37 8 0 0 20 0 19 0 291085772 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664896473512 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9781] ppid=9772 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/9774/task/9781/stat : 9781 (java) S 9772 9774 8308 0 -1 4202560 140 0 0 0 27 4 0 0 20 0 19 0 291085772 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664895421224 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9782] ppid=9772 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/9774/task/9782/stat : 9782 (java) S 9772 9774 8308 0 -1 4202560 105 0 0 0 29 6 0 0 20 0 19 0 291085772 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664894368424 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9783] ppid=9772 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/9774/task/9783/stat : 9783 (java) S 9772 9774 8308 0 -1 4202560 82 0 0 0 26 6 0 0 20 0 19 0 291085772 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664893316136 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9784] ppid=9772 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/9774/task/9784/stat : 9784 (java) S 9772 9774 8308 0 -1 4202560 293 0 0 0 34 7 0 0 20 0 19 0 291085772 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664892263336 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9774/tid=9785] ppid=9772 vsize=9625004 CPUtime=4.95 cores=1,3,5,7
/proc/9774/task/9785/stat : 9785 (java) S 9772 9774 8308 0 -1 4202560 928 0 0 0 490 5 0 0 20 0 19 0 291085773 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664761514216 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9786] ppid=9772 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9786/stat : 9786 (java) S 9772 9774 8308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291085773 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664760460280 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9787] ppid=9772 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9787/stat : 9787 (java) S 9772 9774 8308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291085773 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664759407880 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9788] ppid=9772 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9788/stat : 9788 (java) S 9772 9774 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291085776 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664758356368 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9789] ppid=9772 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/9774/task/9789/stat : 9789 (java) S 9772 9774 8308 0 -1 4202560 3250 0 0 0 68 0 0 0 20 0 19 0 291085776 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664757303992 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9774/tid=9790] ppid=9772 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/9774/task/9790/stat : 9790 (java) S 9772 9774 8308 0 -1 4202560 4945 0 0 0 76 2 0 0 20 0 19 0 291085776 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664756251192 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9791] ppid=9772 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9791/stat : 9791 (java) S 9772 9774 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291085776 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139664755199096 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9792] ppid=9772 vsize=9625004 CPUtime=1.06 cores=1,3,5,7
/proc/9774/task/9792/stat : 9792 (java) S 9772 9774 8308 0 -1 4202560 103 0 0 0 54 52 0 0 20 0 19 0 291085776 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139663746526408 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9849] ppid=9772 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9849/stat : 9849 (java) S 9772 9774 8308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291086304 9856004096 242103 33554432000 1073741824 1073778376 140733712016912 139663745471400 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 5 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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9774 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=599331
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=641750
# CPU time returned by wait4() is 1795.24
# 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): 1795.04
CPU time (s): 1800.04
CPU user time (s): 1798.52
CPU system time (s): 1.52
CPU usage (%): 100.278
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.6
system time used= 1.64175
maximum resident set size= 968528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15419
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38439
involuntary context switches= 11065

runsolver used 6.29204 second user time and 16.5115 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-29 02:00:14
IDJOB=3710470
IDBENCH=92680
IDSOLVER=2289
FILE ID=node143/3710470-1338249613
RUNJOBID= node143-1338231615-8325
PBS_JOBID= 14624659
Free space on /tmp= 69312 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat50_4_16_0_mh_ic.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-3710470-1338249613/watcher-3710470-1338249613 -o /tmp/evaluation-result-3710470-1338249613/solver-3710470-1338249613 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710470-1338249613.opb

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

MD5SUM BENCH= 69c3f35ff6da259885813cb008cfe4d1
RANDOM SEED=1453406497

node143.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
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	: 5333.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
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		: 2666.787
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	: 5298.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
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:        28438332 kB
Buffers:          440796 kB
Cached:          3109364 kB
SwapCached:            0 kB
Active:          3085992 kB
Inactive:         478288 kB
Active(anon):       5200 kB
Inactive(anon):    11300 kB
Active(file):    3080792 kB
Inactive(file):   466988 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             38280 kB
Writeback:             0 kB
AnonPages:         21648 kB
Mapped:            14284 kB
Shmem:               200 kB
Slab:             730728 kB
SReclaimable:     172408 kB
SUnreclaim:       558320 kB
KernelStack:        1480 kB
PageTables:         3948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     139288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 69320 MiB
End job on node143 at 2012-05-29 02:30:11