Trace number 3456401

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 CuttingPlanes 2.3.0? (TO) 1800.25 1793.7

General information on the benchmark

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

Solver Data

0.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.09	c version 2.3.1.v20110525
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.18-164.el5
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		9996466904
0.06/0.09	c Max memory 		10048897024
0.06/0.09	c Total memory 		10048897024
0.06/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
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 taking into account the objective function
0.10/0.11	c No 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=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3456401-1307655093.opb
0.10/0.11	c reading problem ... 
1.07/0.52	c ... done. Wall clock time 0.412s.
1.07/0.52	c #vars     16800
1.07/0.52	c #constraints  3522
1.07/0.52	c constraints type 
1.07/0.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1
1.07/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1174
54.59/52.63	c cleaning 0 clauses out of 5000 with flag 0/5000
200.06/197.48	c cleaning 0 clauses out of 11000 with flag 0/11000
273.25/270.06	c cleaning 0 clauses out of 18000 with flag 0/18000
555.66/551.41	c cleaning 0 clauses out of 26000 with flag 0/26000
1004.17/999.10	c cleaning 0 clauses out of 35002 with flag 0/35002
1800.03/1793.51	c starts		: 65
1800.03/1793.51	c conflicts		: 44646
1800.03/1793.51	c decisions		: 294864
1800.03/1793.51	c propagations		: 835401
1800.03/1793.51	c inspects		: 901638577
1800.03/1793.51	c shortcuts		: 0
1800.03/1793.51	c learnt literals	: 0
1800.03/1793.51	c learnt binary clauses	: 0
1800.03/1793.51	c learnt ternary clauses	: 0
1800.03/1793.51	c learnt constraints	: 44646
1800.03/1793.51	c ignored constraints	: 0
1800.03/1793.51	c root simplifications	: 0
1800.03/1793.51	c removed literals (reason simplification)	: 0
1800.03/1793.51	c reason swapping (by a shorter reason)	: 0
1800.03/1793.51	c Calls to reduceDB	: 5
1800.03/1793.51	c number of reductions to clauses (during analyze)	: 0
1800.03/1793.51	c number of learned constraints concerned by reduction	: 0
1800.03/1793.51	c number of learning phase by resolution	: 0
1800.03/1793.51	c number of learning phase by cutting planes	: 0
1800.03/1793.51	c speed (assignments/second)	: 465.9275276396315
1800.03/1793.51	c non guided choices	1071
1800.03/1793.53	c learnt constraints type 
1800.03/1793.53	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 5
1800.03/1793.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 44641
1800.03/1793.53	c constraints type 
1800.03/1793.53	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1
1800.03/1793.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1174
1800.03/1793.53	s UNKNOWN
1800.03/1793.53	c Total wall clock time (in seconds): 1793.424

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3456401-1307655093/watcher-3456401-1307655093 -o /tmp/evaluation-result-3456401-1307655093/solver-3456401-1307655093 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456401-1307655093.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.00 1.01 1.16 2/172 14114
/proc/meminfo: memFree=31828272/32951132 swapFree=67054608/67111528
[pid=14114] ppid=14112 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/14114/stat : 14114 (java) R 14112 14114 11485 0 -1 4202496 848 0 0 0 0 0 0 0 21 0 1 0 877108972 23580672 592 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274659845888 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14114/statm: 5757 604 448 9 0 124 0

[startup+0.0708601 s]
/proc/loadavg: 1.00 1.01 1.16 2/172 14114
/proc/meminfo: memFree=31828272/32951132 swapFree=67054608/67111528
[pid=14114] ppid=14112 vsize=10472952 CPUtime=0.06 cores=1,3,5,7
/proc/14114/stat : 14114 (java) S 14112 14114 11485 0 -1 4202496 11777 0 1 0 4 2 0 0 21 0 18 0 877108972 10724302848 11474 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14114/statm: 2618238 11474 1742 9 0 2608972 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10472952

[startup+0.100817 s]
/proc/loadavg: 1.00 1.01 1.16 2/172 14114
/proc/meminfo: memFree=31828272/32951132 swapFree=67054608/67111528
[pid=14114] ppid=14112 vsize=10540140 CPUtime=0.1 cores=1,3,5,7
/proc/14114/stat : 14114 (java) S 14112 14114 11485 0 -1 4202496 13048 0 1 0 8 2 0 0 21 0 18 0 877108972 10793103360 12707 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14114/statm: 2635035 12707 2092 9 0 2625769 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540140

[startup+0.304168 s]
/proc/loadavg: 1.00 1.01 1.16 2/172 14114
/proc/meminfo: memFree=31828272/32951132 swapFree=67054608/67111528
[pid=14114] ppid=14112 vsize=10542300 CPUtime=0.55 cores=1,3,5,7
/proc/14114/stat : 14114 (java) S 14112 14114 11485 0 -1 4202496 21333 0 1 0 52 3 0 0 21 0 18 0 877108972 10795315200 19250 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14114/statm: 2635575 19250 2202 9 0 2626309 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 10542300

[startup+0.700681 s]
/proc/loadavg: 1.00 1.01 1.16 2/172 14114
/proc/meminfo: memFree=31828272/32951132 swapFree=67054608/67111528
[pid=14114] ppid=14112 vsize=10550420 CPUtime=1.48 cores=1,3,5,7
/proc/14114/stat : 14114 (java) S 14112 14114 11485 0 -1 4202496 39525 0 1 0 143 5 0 0 21 0 19 0 877108972 10803630080 35318 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14114/statm: 2637605 35318 2227 9 0 2628339 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10550420

[startup+1.50161 s]
/proc/loadavg: 1.00 1.01 1.16 6/211 14160
/proc/meminfo: memFree=31379848/32951132 swapFree=67054608/67111528
[pid=14114] ppid=14112 vsize=10549584 CPUtime=2.85 cores=1,3,5,7
/proc/14114/stat : 14114 (java) S 14112 14114 11485 0 -1 4202496 88282 0 1 0 273 12 0 0 21 0 19 0 877108972 10802774016 83143 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14114/statm: 2637396 83144 2234 9 0 2628130 0
[pid=14114/tid=14116] ppid=14112 vsize=10549584 CPUtime=1.48 cores=1,3,5,7
/proc/14114/task/14116/stat : 14116 (java) R 14112 14114 11485 0 -1 4202560 76091 0 1 0 138 10 0 0 20 0 19 0 877108973 10802774016 83145 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 46912505626322 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14114/tid=14117] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14117/stat : 14117 (java) S 14112 14114 11485 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 877108974 10802774016 83146 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14118] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14118/stat : 14118 (java) S 14112 14114 11485 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 877108974 10802774016 83147 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14119] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14119/stat : 14119 (java) S 14112 14114 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108974 10802774016 83148 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 3 0 0 0
[pid=14114/tid=14120] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14120/stat : 14120 (java) S 14112 14114 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108974 10802774016 83149 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 7 0 0 0
[pid=14114/tid=14121] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14121/stat : 14121 (java) S 14112 14114 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108974 10802774016 83149 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 3 0 0 0
[pid=14114/tid=14122] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14122/stat : 14122 (java) S 14112 14114 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108974 10802774016 83150 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 7 0 0 0
[pid=14114/tid=14123] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14123/stat : 14123 (java) S 14112 14114 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108974 10802774016 83151 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 3 0 0 0
[pid=14114/tid=14124] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14124/stat : 14124 (java) S 14112 14114 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108974 10802774016 83152 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 7 0 0 0
[pid=14114/tid=14125] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14125/stat : 14125 (java) S 14112 14114 11485 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 877108975 10802774016 83152 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624896 0 0 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14126] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14126/stat : 14126 (java) S 14112 14114 11485 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 877108976 10802774016 83153 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14127] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14127/stat : 14127 (java) S 14112 14114 11485 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 877108976 10802774016 83154 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 5 0 0 0
[pid=14114/tid=14129] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14129/stat : 14129 (java) S 14112 14114 11485 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 877108978 10802774016 83155 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676631985 0 4 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14130] ppid=14112 vsize=10549584 CPUtime=0.63 cores=1,3,5,7
/proc/14114/task/14130/stat : 14130 (java) S 14112 14114 11485 0 -1 4202560 3870 0 0 0 63 0 0 0 17 0 19 0 877108978 10802774016 83156 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 3 0 0 0
[pid=14114/tid=14132] ppid=14112 vsize=10549584 CPUtime=0.71 cores=1,3,5,7
/proc/14114/task/14132/stat : 14132 (java) S 14112 14114 11485 0 -1 4202560 7162 0 0 0 71 0 0 0 15 0 19 0 877108978 10802774016 83157 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 5 0 0 0
[pid=14114/tid=14133] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14133/stat : 14133 (java) S 14112 14114 11485 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 877108978 10802774016 83158 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14134] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14134/stat : 14134 (java) S 14112 14114 11485 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 877108978 10802774016 83159 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624896 0 4 0 16800975 18446604455654718528 0 0 -1 3 0 0 0
[pid=14114/tid=14160] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14160/stat : 14160 (java) S 14112 14114 11485 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 877109033 10802774016 83159 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624896 0 4 0 16800975 18446604455654718528 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 10549584

[startup+3.10132 s]
/proc/loadavg: 1.00 1.01 1.16 3/212 14161
/proc/meminfo: memFree=31000640/32951132 swapFree=67054608/67111528
[pid=14114] ppid=14112 vsize=10549584 CPUtime=4.47 cores=1,3,5,7
/proc/14114/stat : 14114 (java) S 14112 14114 11485 0 -1 4202496 188679 0 1 0 423 24 0 0 21 0 19 0 877108972 10802774016 183540 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14114/statm: 2637396 183541 2234 9 0 2628130 0
[pid=14114/tid=14116] ppid=14112 vsize=10549584 CPUtime=3.08 cores=1,3,5,7
/proc/14114/task/14116/stat : 14116 (java) R 14112 14114 11485 0 -1 4202560 176488 0 1 0 286 22 0 0 25 0 19 0 877108973 10802774016 183542 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 46912505626322 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14114/tid=14117] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14117/stat : 14117 (java) S 14112 14114 11485 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 877108974 10802774016 183543 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14118] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14118/stat : 14118 (java) S 14112 14114 11485 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 877108974 10802774016 183544 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14119] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14119/stat : 14119 (java) S 14112 14114 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108974 10802774016 183545 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 3 0 0 0
[pid=14114/tid=14120] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14120/stat : 14120 (java) S 14112 14114 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108974 10802774016 183546 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 7 0 0 0
[pid=14114/tid=14121] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14121/stat : 14121 (java) S 14112 14114 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108974 10802774016 183547 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 3 0 0 0
[pid=14114/tid=14122] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14122/stat : 14122 (java) S 14112 14114 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108974 10802774016 183548 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 7 0 0 0
[pid=14114/tid=14123] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14123/stat : 14123 (java) S 14112 14114 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108974 10802774016 183550 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 3 0 0 0
[pid=14114/tid=14124] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14124/stat : 14124 (java) S 14112 14114 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108974 10802774016 183550 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 7 0 0 0
[pid=14114/tid=14125] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14125/stat : 14125 (java) S 14112 14114 11485 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 877108975 10802774016 183551 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624896 0 0 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14126] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14126/stat : 14126 (java) S 14112 14114 11485 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 877108976 10802774016 183552 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14127] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14127/stat : 14127 (java) S 14112 14114 11485 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 877108976 10802774016 183553 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 5 0 0 0
[pid=14114/tid=14129] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14129/stat : 14129 (java) S 14112 14114 11485 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 877108978 10802774016 183554 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676631985 0 4 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14130] ppid=14112 vsize=10549584 CPUtime=0.65 cores=1,3,5,7
/proc/14114/task/14130/stat : 14130 (java) S 14112 14114 11485 0 -1 4202560 3870 0 0 0 65 0 0 0 15 0 19 0 877108978 10802774016 183555 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 3 0 0 0
[pid=14114/tid=14132] ppid=14112 vsize=10549584 CPUtime=0.71 cores=1,3,5,7
/proc/14114/task/14132/stat : 14132 (java) S 14112 14114 11485 0 -1 4202560 7162 0 0 0 71 0 0 0 15 0 19 0 877108978 10802774016 183556 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 5 0 0 0
[pid=14114/tid=14133] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14133/stat : 14133 (java) S 14112 14114 11485 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 877108978 10802774016 183557 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14134] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14134/stat : 14134 (java) S 14112 14114 11485 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 877108978 10802774016 183557 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624896 0 4 0 16800975 18446604455654718528 0 0 -1 3 0 0 0
[pid=14114/tid=14160] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14160/stat : 14160 (java) S 14112 14114 11485 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 877109033 10802774016 183558 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624896 0 4 0 16800975 18446604455654718528 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.47
Current children cumulated vsize (KiB) 10549584

[startup+6.30076 s]
/proc/loadavg: 1.08 1.03 1.17 3/212 14161
/proc/meminfo: memFree=29730748/32951132 swapFree=67054608/67111528
[pid=14114] ppid=14112 vsize=10549584 CPUtime=7.93 cores=1,3,5,7
/proc/14114/stat : 14114 (java) S 14112 14114 11485 0 -1 4202496 443116 0 1 0 742 51 0 0 21 0 19 0 877108972 10802774016 437935 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14114/statm: 2637396 437941 2238 9 0 2628130 0
[pid=14114/tid=14116] ppid=14112 vsize=10549584 CPUtime=6.28 cores=1,3,5,7
/proc/14114/task/14116/stat : 14116 (java) R 14112 14114 11485 0 -1 4202560 430899 0 1 0 579 49 0 0 25 0 19 0 877108973 10802774016 437944 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 46912505874572 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14114/tid=14117] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14117/stat : 14117 (java) S 14112 14114 11485 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 877108974 10802774016 437947 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14118] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14118/stat : 14118 (java) S 14112 14114 11485 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 877108974 10802774016 437950 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14119] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14119/stat : 14119 (java) S 14112 14114 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108974 10802774016 437953 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 3 0 0 0
[pid=14114/tid=14120] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14120/stat : 14120 (java) S 14112 14114 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108974 10802774016 437956 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 7 0 0 0
[pid=14114/tid=14121] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14121/stat : 14121 (java) S 14112 14114 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108974 10802774016 437959 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 3 0 0 0
[pid=14114/tid=14122] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14122/stat : 14122 (java) S 14112 14114 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108974 10802774016 437962 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 7 0 0 0
[pid=14114/tid=14123] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14123/stat : 14123 (java) S 14112 14114 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108974 10802774016 437965 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 3 0 0 0
[pid=14114/tid=14124] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14124/stat : 14124 (java) S 14112 14114 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108974 10802774016 437968 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 7 0 0 0
[pid=14114/tid=14125] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14125/stat : 14125 (java) S 14112 14114 11485 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 877108975 10802774016 437970 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624896 0 0 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14126] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14126/stat : 14126 (java) S 14112 14114 11485 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 877108976 10802774016 437973 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14127] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14127/stat : 14127 (java) S 14112 14114 11485 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 877108976 10802774016 437975 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 5 0 0 0
[pid=14114/tid=14129] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14129/stat : 14129 (java) S 14112 14114 11485 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 877108978 10802774016 437977 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676631985 0 4 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14130] ppid=14112 vsize=10549584 CPUtime=0.73 cores=1,3,5,7
/proc/14114/task/14130/stat : 14130 (java) S 14112 14114 11485 0 -1 4202560 3885 0 0 0 73 0 0 0 15 0 19 0 877108978 10802774016 437979 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 3 0 0 0
[pid=14114/tid=14132] ppid=14112 vsize=10549584 CPUtime=0.9 cores=1,3,5,7
/proc/14114/task/14132/stat : 14132 (java) S 14112 14114 11485 0 -1 4202560 7179 0 0 0 89 1 0 0 15 0 19 0 877108978 10802774016 437981 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 5 0 0 0
[pid=14114/tid=14133] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14133/stat : 14133 (java) S 14112 14114 11485 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 877108978 10802774016 437983 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14134] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14134/stat : 14134 (java) S 14112 14114 11485 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 877108978 10802774016 437985 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624896 0 4 0 16800975 18446604455654718528 0 0 -1 7 0 0 0
[pid=14114/tid=14160] ppid=14112 vsize=10549584 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14160/stat : 14160 (java) S 14112 14114 11485 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 877109033 10802774016 437989 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624896 0 4 0 16800975 18446604455654718528 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.93
Current children cumulated vsize (KiB) 10549584

[startup+12.7007 s]

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

/proc/14114/task/14126/stat : 14126 (java) S 14112 14114 11485 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 877108976 10803617792 987660 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14127] ppid=14112 vsize=10550408 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14127/stat : 14127 (java) S 14112 14114 11485 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 877108976 10803617792 987660 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 5 0 0 0
[pid=14114/tid=14129] ppid=14112 vsize=10550408 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14129/stat : 14129 (java) S 14112 14114 11485 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 877108978 10803617792 987660 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676631985 0 4 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14130] ppid=14112 vsize=10550408 CPUtime=1.35 cores=1,3,5,7
/proc/14114/task/14130/stat : 14130 (java) S 14112 14114 11485 0 -1 4202560 7991 0 0 0 134 1 0 0 15 0 19 0 877108978 10803617792 987660 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 5 0 0 0
[pid=14114/tid=14132] ppid=14112 vsize=10550408 CPUtime=1.17 cores=1,3,5,7
/proc/14114/task/14132/stat : 14132 (java) S 14112 14114 11485 0 -1 4202560 7226 0 0 0 116 1 0 0 15 0 19 0 877108978 10803617792 987660 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14133] ppid=14112 vsize=10550408 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14133/stat : 14133 (java) S 14112 14114 11485 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 877108978 10803617792 987660 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14134] ppid=14112 vsize=10550408 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14134/stat : 14134 (java) S 14112 14114 11485 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 877108978 10803617792 987660 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624896 0 4 0 16800975 18446604455654718528 0 0 -1 3 0 0 0
[pid=14114/tid=14160] ppid=14112 vsize=10550408 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14160/stat : 14160 (java) S 14112 14114 11485 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 877109033 10803617792 987660 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624896 0 4 0 16800975 18446604455654718528 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1668.54
Current children cumulated vsize (KiB) 10550408

[startup+1722.3 s]
/proc/loadavg: 2.03 2.00 1.85 3/212 14207
/proc/meminfo: memFree=23866880/32951132 swapFree=67054608/67111528
[pid=14114] ppid=14112 vsize=10550408 CPUtime=1728.65 cores=1,3,5,7
/proc/14114/stat : 14114 (java) S 14112 14114 11485 0 -1 4202496 1000825 0 1 0 172746 119 0 0 21 0 19 0 877108972 10803617792 989063 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14114/statm: 2637602 989063 2264 9 0 2628336 0
[pid=14114/tid=14116] ppid=14112 vsize=10550408 CPUtime=1718.53 cores=1,3,5,7
/proc/14114/task/14116/stat : 14116 (java) R 14112 14114 11485 0 -1 4202560 778700 0 1 0 171766 87 0 0 25 0 19 0 877108973 10803617792 989063 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 46912505855943 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14114/tid=14117] ppid=14112 vsize=10550408 CPUtime=0.66 cores=1,3,5,7
/proc/14114/task/14117/stat : 14117 (java) S 14112 14114 11485 0 -1 4202560 26208 0 0 0 62 4 0 0 15 0 19 0 877108974 10803617792 989063 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14118] ppid=14112 vsize=10550408 CPUtime=0.71 cores=1,3,5,7
/proc/14114/task/14118/stat : 14118 (java) S 14112 14114 11485 0 -1 4202560 25101 0 0 0 68 3 0 0 16 0 19 0 877108974 10803617792 989063 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 7 0 0 0
[pid=14114/tid=14119] ppid=14112 vsize=10550408 CPUtime=0.42 cores=1,3,5,7
/proc/14114/task/14119/stat : 14119 (java) S 14112 14114 11485 0 -1 4202560 16895 0 0 0 40 2 0 0 15 0 19 0 877108974 10803617792 989063 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 3 0 0 0
[pid=14114/tid=14120] ppid=14112 vsize=10550408 CPUtime=0.76 cores=1,3,5,7
/proc/14114/task/14120/stat : 14120 (java) S 14112 14114 11485 0 -1 4202560 26984 0 0 0 71 5 0 0 16 0 19 0 877108974 10803617792 989063 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 5 0 0 0
[pid=14114/tid=14121] ppid=14112 vsize=10550408 CPUtime=0.73 cores=1,3,5,7
/proc/14114/task/14121/stat : 14121 (java) S 14112 14114 11485 0 -1 4202560 25541 0 0 0 71 2 0 0 16 0 19 0 877108974 10803617792 989063 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 3 0 0 0
[pid=14114/tid=14122] ppid=14112 vsize=10550408 CPUtime=0.62 cores=1,3,5,7
/proc/14114/task/14122/stat : 14122 (java) S 14112 14114 11485 0 -1 4202560 22123 0 0 0 59 3 0 0 15 0 19 0 877108974 10803617792 989063 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14123] ppid=14112 vsize=10550408 CPUtime=0.61 cores=1,3,5,7
/proc/14114/task/14123/stat : 14123 (java) S 14112 14114 11485 0 -1 4202560 20431 0 0 0 59 2 0 0 15 0 19 0 877108974 10803617792 989063 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 5 0 0 0
[pid=14114/tid=14124] ppid=14112 vsize=10550408 CPUtime=0.61 cores=1,3,5,7
/proc/14114/task/14124/stat : 14124 (java) S 14112 14114 11485 0 -1 4202560 21691 0 0 0 59 2 0 0 16 0 19 0 877108974 10803617792 989063 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14125] ppid=14112 vsize=10550408 CPUtime=2.36 cores=1,3,5,7
/proc/14114/task/14125/stat : 14125 (java) S 14112 14114 11485 0 -1 4202560 20680 0 0 0 234 2 0 0 15 0 19 0 877108975 10803617792 989063 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624896 0 0 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14126] ppid=14112 vsize=10550408 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14126/stat : 14126 (java) S 14112 14114 11485 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 877108976 10803617792 989063 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14127] ppid=14112 vsize=10550408 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14127/stat : 14127 (java) S 14112 14114 11485 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 877108976 10803617792 989063 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 5 0 0 0
[pid=14114/tid=14129] ppid=14112 vsize=10550408 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14129/stat : 14129 (java) S 14112 14114 11485 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 877108978 10803617792 989063 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676631985 0 4 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14130] ppid=14112 vsize=10550408 CPUtime=1.35 cores=1,3,5,7
/proc/14114/task/14130/stat : 14130 (java) S 14112 14114 11485 0 -1 4202560 7991 0 0 0 134 1 0 0 15 0 19 0 877108978 10803617792 989063 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 5 0 0 0
[pid=14114/tid=14132] ppid=14112 vsize=10550408 CPUtime=1.17 cores=1,3,5,7
/proc/14114/task/14132/stat : 14132 (java) S 14112 14114 11485 0 -1 4202560 7226 0 0 0 116 1 0 0 15 0 19 0 877108978 10803617792 989063 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14133] ppid=14112 vsize=10550408 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14133/stat : 14133 (java) S 14112 14114 11485 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 877108978 10803617792 989063 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14134] ppid=14112 vsize=10550408 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14134/stat : 14134 (java) S 14112 14114 11485 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 877108978 10803617792 989063 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624896 0 4 0 16800975 18446604455654718528 0 0 -1 3 0 0 0
[pid=14114/tid=14160] ppid=14112 vsize=10550408 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14160/stat : 14160 (java) S 14112 14114 11485 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 877109033 10803617792 989063 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624896 0 4 0 16800975 18446604455654718528 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1728.65
Current children cumulated vsize (KiB) 10550408

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 1.85 3/212 14218
/proc/meminfo: memFree=23860056/32951132 swapFree=67054608/67111528
[pid=14114] ppid=14112 vsize=10550408 CPUtime=1788.76 cores=1,3,5,7
/proc/14114/stat : 14114 (java) S 14112 14114 11485 0 -1 4202496 1002068 0 1 0 178757 119 0 0 21 0 19 0 877108972 10803617792 990284 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14114/statm: 2637602 990284 2264 9 0 2628336 0
[pid=14114/tid=14116] ppid=14112 vsize=10550408 CPUtime=1778.5 cores=1,3,5,7
/proc/14114/task/14116/stat : 14116 (java) R 14112 14114 11485 0 -1 4202560 778702 0 1 0 177763 87 0 0 25 0 19 0 877108973 10803617792 990284 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 46912505808341 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14114/tid=14117] ppid=14112 vsize=10550408 CPUtime=0.66 cores=1,3,5,7
/proc/14114/task/14117/stat : 14117 (java) S 14112 14114 11485 0 -1 4202560 26208 0 0 0 62 4 0 0 15 0 19 0 877108974 10803617792 990284 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14118] ppid=14112 vsize=10550408 CPUtime=0.72 cores=1,3,5,7
/proc/14114/task/14118/stat : 14118 (java) S 14112 14114 11485 0 -1 4202560 25267 0 0 0 69 3 0 0 16 0 19 0 877108974 10803617792 990284 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 7 0 0 0
[pid=14114/tid=14119] ppid=14112 vsize=10550408 CPUtime=0.42 cores=1,3,5,7
/proc/14114/task/14119/stat : 14119 (java) S 14112 14114 11485 0 -1 4202560 16895 0 0 0 40 2 0 0 15 0 19 0 877108974 10803617792 990284 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 3 0 0 0
[pid=14114/tid=14120] ppid=14112 vsize=10550408 CPUtime=0.78 cores=1,3,5,7
/proc/14114/task/14120/stat : 14120 (java) S 14112 14114 11485 0 -1 4202560 27129 0 0 0 73 5 0 0 15 0 19 0 877108974 10803617792 990284 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 7 0 0 0
[pid=14114/tid=14121] ppid=14112 vsize=10550408 CPUtime=0.75 cores=1,3,5,7
/proc/14114/task/14121/stat : 14121 (java) S 14112 14114 11485 0 -1 4202560 25684 0 0 0 73 2 0 0 15 0 19 0 877108974 10803617792 990284 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 3 0 0 0
[pid=14114/tid=14122] ppid=14112 vsize=10550408 CPUtime=0.65 cores=1,3,5,7
/proc/14114/task/14122/stat : 14122 (java) S 14112 14114 11485 0 -1 4202560 22523 0 0 0 62 3 0 0 16 0 19 0 877108974 10803617792 990284 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 3 0 0 0
[pid=14114/tid=14123] ppid=14112 vsize=10550408 CPUtime=0.65 cores=1,3,5,7
/proc/14114/task/14123/stat : 14123 (java) S 14112 14114 11485 0 -1 4202560 20683 0 0 0 63 2 0 0 16 0 19 0 877108974 10803617792 990284 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 5 0 0 0
[pid=14114/tid=14124] ppid=14112 vsize=10550408 CPUtime=0.63 cores=1,3,5,7
/proc/14114/task/14124/stat : 14124 (java) S 14112 14114 11485 0 -1 4202560 21818 0 0 0 61 2 0 0 16 0 19 0 877108974 10803617792 990284 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14125] ppid=14112 vsize=10550408 CPUtime=2.36 cores=1,3,5,7
/proc/14114/task/14125/stat : 14125 (java) S 14112 14114 11485 0 -1 4202560 20684 0 0 0 234 2 0 0 15 0 19 0 877108975 10803617792 990284 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624896 0 0 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14126] ppid=14112 vsize=10550408 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14126/stat : 14126 (java) S 14112 14114 11485 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 877108976 10803617792 990284 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14127] ppid=14112 vsize=10550408 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14127/stat : 14127 (java) S 14112 14114 11485 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 877108976 10803617792 990284 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 5 0 0 0
[pid=14114/tid=14129] ppid=14112 vsize=10550408 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14129/stat : 14129 (java) S 14112 14114 11485 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 877108978 10803617792 990284 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676631985 0 4 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14130] ppid=14112 vsize=10550408 CPUtime=1.35 cores=1,3,5,7
/proc/14114/task/14130/stat : 14130 (java) S 14112 14114 11485 0 -1 4202560 7991 0 0 0 134 1 0 0 15 0 19 0 877108978 10803617792 990284 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 5 0 0 0
[pid=14114/tid=14132] ppid=14112 vsize=10550408 CPUtime=1.17 cores=1,3,5,7
/proc/14114/task/14132/stat : 14132 (java) S 14112 14114 11485 0 -1 4202560 7226 0 0 0 116 1 0 0 15 0 19 0 877108978 10803617792 990284 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14133] ppid=14112 vsize=10550408 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14133/stat : 14133 (java) S 14112 14114 11485 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 877108978 10803617792 990284 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14134] ppid=14112 vsize=10550408 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14134/stat : 14134 (java) S 14112 14114 11485 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 19 0 877108978 10803617792 990284 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624896 0 4 0 16800975 18446604455654718528 0 0 -1 3 0 0 0
[pid=14114/tid=14160] ppid=14112 vsize=10550408 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14160/stat : 14160 (java) S 14112 14114 11485 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 877109033 10803617792 990284 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624896 0 4 0 16800975 18446604455654718528 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1788.76
Current children cumulated vsize (KiB) 10550408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.5 s]
/proc/loadavg: 2.01 2.00 1.85 2/192 14221
/proc/meminfo: memFree=27860812/32951132 swapFree=67054608/67111528
[pid=14114] ppid=14112 vsize=10550408 CPUtime=1800.03 cores=1,3,5,7
/proc/14114/stat : 14114 (java) S 14112 14114 11485 0 -1 4202496 1003085 0 1 0 179883 120 0 0 21 0 19 0 877108972 10803617792 991286 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14114/statm: 2637602 991286 2264 9 0 2628336 0
[pid=14114/tid=14116] ppid=14112 vsize=10550408 CPUtime=1789.68 cores=1,3,5,7
/proc/14114/task/14116/stat : 14116 (java) R 14112 14114 11485 0 -1 4202560 778703 0 1 0 178881 87 0 0 25 0 19 0 877108973 10803617792 991286 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 46912505808341 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14114/tid=14117] ppid=14112 vsize=10550408 CPUtime=0.66 cores=1,3,5,7
/proc/14114/task/14117/stat : 14117 (java) S 14112 14114 11485 0 -1 4202560 26292 0 0 0 62 4 0 0 15 0 19 0 877108974 10803617792 991286 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14118] ppid=14112 vsize=10550408 CPUtime=0.74 cores=1,3,5,7
/proc/14114/task/14118/stat : 14118 (java) S 14112 14114 11485 0 -1 4202560 25433 0 0 0 71 3 0 0 16 0 19 0 877108974 10803617792 991286 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 5 0 0 0
[pid=14114/tid=14119] ppid=14112 vsize=10550408 CPUtime=0.42 cores=1,3,5,7
/proc/14114/task/14119/stat : 14119 (java) S 14112 14114 11485 0 -1 4202560 16895 0 0 0 40 2 0 0 15 0 19 0 877108974 10803617792 991286 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 3 0 0 0
[pid=14114/tid=14120] ppid=14112 vsize=10550408 CPUtime=0.8 cores=1,3,5,7
/proc/14114/task/14120/stat : 14120 (java) S 14112 14114 11485 0 -1 4202560 27374 0 0 0 75 5 0 0 16 0 19 0 877108974 10803617792 991286 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14121] ppid=14112 vsize=10550408 CPUtime=0.77 cores=1,3,5,7
/proc/14114/task/14121/stat : 14121 (java) S 14112 14114 11485 0 -1 4202560 25919 0 0 0 75 2 0 0 16 0 19 0 877108974 10803617792 991286 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 3 0 0 0
[pid=14114/tid=14122] ppid=14112 vsize=10550408 CPUtime=0.67 cores=1,3,5,7
/proc/14114/task/14122/stat : 14122 (java) S 14112 14114 11485 0 -1 4202560 22806 0 0 0 64 3 0 0 16 0 19 0 877108974 10803617792 991286 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 7 0 0 0
[pid=14114/tid=14123] ppid=14112 vsize=10550408 CPUtime=0.65 cores=1,3,5,7
/proc/14114/task/14123/stat : 14123 (java) S 14112 14114 11485 0 -1 4202560 20684 0 0 0 63 2 0 0 15 0 19 0 877108974 10803617792 991286 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 5 0 0 0
[pid=14114/tid=14124] ppid=14112 vsize=10550408 CPUtime=0.63 cores=1,3,5,7
/proc/14114/task/14124/stat : 14124 (java) S 14112 14114 11485 0 -1 4202560 21818 0 0 0 61 2 0 0 15 0 19 0 877108974 10803617792 991286 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 3 0 0 0
[pid=14114/tid=14125] ppid=14112 vsize=10550408 CPUtime=2.36 cores=1,3,5,7
/proc/14114/task/14125/stat : 14125 (java) S 14112 14114 11485 0 -1 4202560 20686 0 0 0 234 2 0 0 15 0 19 0 877108975 10803617792 991286 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624896 0 0 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14126] ppid=14112 vsize=10550408 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14126/stat : 14126 (java) S 14112 14114 11485 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 877108976 10803617792 991286 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14127] ppid=14112 vsize=10550408 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14127/stat : 14127 (java) S 14112 14114 11485 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 877108976 10803617792 991286 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 5 0 0 0
[pid=14114/tid=14129] ppid=14112 vsize=10550408 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14129/stat : 14129 (java) S 14112 14114 11485 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 877108978 10803617792 991286 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676631985 0 4 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14130] ppid=14112 vsize=10550408 CPUtime=1.35 cores=1,3,5,7
/proc/14114/task/14130/stat : 14130 (java) S 14112 14114 11485 0 -1 4202560 7991 0 0 0 134 1 0 0 15 0 19 0 877108978 10803617792 991286 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 5 0 0 0
[pid=14114/tid=14132] ppid=14112 vsize=10550408 CPUtime=1.17 cores=1,3,5,7
/proc/14114/task/14132/stat : 14132 (java) S 14112 14114 11485 0 -1 4202560 7226 0 0 0 116 1 0 0 15 0 19 0 877108978 10803617792 991286 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14133] ppid=14112 vsize=10550408 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14133/stat : 14133 (java) S 14112 14114 11485 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 877108978 10803617792 991286 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624281 0 4 0 16800975 18446604455654718528 0 0 -1 1 0 0 0
[pid=14114/tid=14134] ppid=14112 vsize=10550408 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14134/stat : 14134 (java) S 14112 14114 11485 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 19 0 877108978 10803617792 991286 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624896 0 4 0 16800975 18446604455654718528 0 0 -1 7 0 0 0
[pid=14114/tid=14160] ppid=14112 vsize=10550408 CPUtime=0 cores=1,3,5,7
/proc/14114/task/14160/stat : 14160 (java) S 14112 14114 11485 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 877109033 10803617792 991286 33554432000 1073741824 1073778376 140734026644336 18446744073709551615 274676624896 0 4 0 16800975 18446604455654718528 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 10550408

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

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

[startup+1793.61 s]
/proc/loadavg: 2.01 2.00 1.85 2/192 14221
/proc/meminfo: memFree=27860812/32951132 swapFree=67054608/67111528
[pid=14114] ppid=14112 vsize=0 CPUtime=1800.16 cores=1,3,5,7
/proc/14114/stat : 14114 (java) Z 14112 14114 11485 0 -1 4203548 1003120 0 1 0 179890 126 0 0 17 0 2 0 877108972 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14114/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1793.7
CPU time (s): 1800.25
CPU user time (s): 1798.9
CPU system time (s): 1.3478
CPU usage (%): 100.365
Max. virtual memory (cumulated for all children) (KiB): 10563356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.9
system time used= 1.3478
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1003120
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38717
involuntary context switches= 35360

runsolver used 2.86756 second user time and 6.97394 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-09 23:31:33
IDJOB=3456401
IDBENCH=2358
IDSOLVER=1951
FILE ID=node131/3456401-1307655093
RUNJOBID= node131-1307655093-14097
PBS_JOBID= 13549400
Free space on /tmp= 74120 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-bg512142.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456401-1307655093/watcher-3456401-1307655093 -o /tmp/evaluation-result-3456401-1307655093/solver-3456401-1307655093 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456401-1307655093.opb

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

MD5SUM BENCH= bc049badf8b0b6990d4dd6f2aa909c41
RANDOM SEED=1135009026

node131.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      31829328 kB
Buffers:        226060 kB
Cached:         625684 kB
SwapCached:       9832 kB
Active:         344176 kB
Inactive:       530952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31829328 kB
SwapTotal:    67111528 kB
SwapFree:     67054608 kB
Dirty:            2348 kB
Writeback:          16 kB
AnonPages:       21792 kB
Mapped:          12712 kB
Slab:           182976 kB
PageTables:       4216 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   193572 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74112 MiB
End job on node131 at 2011-06-10 00:01:29