Trace number 3456445

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.19 1796.17

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-gesa2-o.opb
MD5SUM158d85b2efcaf56eab2db834482aadfb
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables16224
Total number of constraints1488
Number of constraints which are clauses192
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1296
Minimum length of a constraint2
Maximum length of a constraint309
Number of terms in the objective function 10368
Biggest coefficient in the objective function 418848431931392
Number of bits for the biggest coefficient in the objective function 49
Sum of the numbers in the objective function 180197911475330400
Number of bits of the sum of numbers in the objective function 58
Biggest number in a constraint 418848431931392
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 180197911475330400
Number of bits of the biggest sum of numbers58
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@13d4c61c
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3456445-1307660489.opb
0.11/0.10	c reading problem ... 
0.85/0.47	c ... done. Wall clock time 0.365s.
0.85/0.47	c #vars     16224
0.85/0.47	c #constraints  8415
0.85/0.47	c constraints type 
0.85/0.47	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 240
0.85/0.47	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 144
0.85/0.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1224
101.28/99.32	c cleaning 0 clauses out of 5002 with flag 0/5002
486.92/484.25	c cleaning 0 clauses out of 11001 with flag 0/11001
1246.05/1242.62	c cleaning 0 clauses out of 18001 with flag 0/18001
1800.01/1796.01	c starts		: 45
1800.01/1796.01	c conflicts		: 21473
1800.01/1796.01	c decisions		: 102768
1800.01/1796.01	c propagations		: 415644
1800.01/1796.01	c inspects		: 470064744
1800.01/1796.01	c shortcuts		: 0
1800.01/1796.01	c learnt literals	: 0
1800.01/1796.01	c learnt binary clauses	: 0
1800.01/1796.01	c learnt ternary clauses	: 0
1800.01/1796.01	c learnt constraints	: 21473
1800.01/1796.01	c ignored constraints	: 0
1800.01/1796.01	c root simplifications	: 0
1800.01/1796.01	c removed literals (reason simplification)	: 0
1800.01/1796.01	c reason swapping (by a shorter reason)	: 0
1800.01/1796.01	c Calls to reduceDB	: 3
1800.01/1796.01	c number of reductions to clauses (during analyze)	: 0
1800.01/1796.01	c number of learned constraints concerned by reduction	: 0
1800.01/1796.01	c number of learning phase by resolution	: 0
1800.01/1796.01	c number of learning phase by cutting planes	: 0
1800.01/1796.01	c speed (assignments/second)	: 231.4869064459717
1800.01/1796.01	c non guided choices	369
1800.01/1796.02	c learnt constraints type 
1800.01/1796.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21473
1800.01/1796.02	c constraints type 
1800.01/1796.02	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 240
1800.01/1796.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 144
1800.01/1796.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1224
1800.01/1796.02	s UNKNOWN
1800.01/1796.02	c Total wall clock time (in seconds): 1795.918

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-3456445-1307660489/watcher-3456445-1307660489 -o /tmp/evaluation-result-3456445-1307660489/solver-3456445-1307660489 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456445-1307660489.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.99 1.89 2/195 31180
/proc/meminfo: memFree=31423292/32950928 swapFree=67051812/67111528
[pid=31180] ppid=31178 vsize=30540 CPUtime=0 cores=0,2,4,6
/proc/31180/stat : 31180 (java) S 31178 31180 28735 0 -1 4202496 1240 0 0 0 0 0 0 0 25 0 2 0 956279584 31272960 959 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917196773 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/31180/statm: 7635 959 732 9 0 386 0
[pid=31180/tid=31181] ppid=31178 vsize=30540 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31181/stat : 31181 (java) R 31178 31180 28735 0 -1 4202560 126 0 0 0 0 0 0 0 25 0 2 0 956279585 31272960 960 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260905393979 0 0 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.101504 s]
/proc/loadavg: 1.92 1.99 1.89 2/195 31180
/proc/meminfo: memFree=31423292/32950928 swapFree=67051812/67111528
[pid=31180] ppid=31178 vsize=10539992 CPUtime=0.11 cores=0,2,4,6
/proc/31180/stat : 31180 (java) S 31178 31180 28735 0 -1 4202496 13147 0 1 0 9 2 0 0 25 0 18 0 956279584 10792951808 12774 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31180/statm: 2634998 12776 2092 9 0 2625732 0
[pid=31180/tid=31181] ppid=31178 vsize=10539992 CPUtime=0.08 cores=0,2,4,6
/proc/31180/task/31181/stat : 31181 (java) R 31178 31180 28735 0 -1 4202560 11195 0 1 0 7 1 0 0 25 0 18 0 956279585 10792951808 12776 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 47277054296069 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539992

[startup+0.200527 s]
/proc/loadavg: 1.92 1.99 1.89 2/195 31180
/proc/meminfo: memFree=31423292/32950928 swapFree=67051812/67111528
[pid=31180] ppid=31178 vsize=10540528 CPUtime=0.31 cores=0,2,4,6
/proc/31180/stat : 31180 (java) S 31178 31180 28735 0 -1 4202496 14634 0 1 0 29 2 0 0 25 0 18 0 956279584 10793500672 14008 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31180/statm: 2635132 14009 2191 9 0 2625866 0
[pid=31180/tid=31181] ppid=31178 vsize=10540528 CPUtime=0.19 cores=0,2,4,6
/proc/31180/task/31181/stat : 31181 (java) R 31178 31180 28735 0 -1 4202560 12123 0 1 0 17 2 0 0 25 0 18 0 956279585 10793500672 14009 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 10540528

[startup+0.300461 s]
/proc/loadavg: 1.92 1.99 1.89 2/195 31180
/proc/meminfo: memFree=31423292/32950928 swapFree=67051812/67111528
[pid=31180] ppid=31178 vsize=10546036 CPUtime=0.55 cores=0,2,4,6
/proc/31180/stat : 31180 (java) S 31178 31180 28735 0 -1 4202496 19271 0 1 0 52 3 0 0 25 0 18 0 956279584 10799140864 17968 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31180/statm: 2636509 17992 2202 9 0 2627243 0
[pid=31180/tid=31181] ppid=31178 vsize=10546228 CPUtime=0.28 cores=0,2,4,6
/proc/31180/task/31181/stat : 31181 (java) R 31178 31180 28735 0 -1 4202560 14507 0 1 0 26 2 0 0 18 0 18 0 956279585 10799337472 18005 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 46912505625665 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 10546036

[startup+0.700351 s]
/proc/loadavg: 1.92 1.99 1.89 2/195 31180
/proc/meminfo: memFree=31423292/32950928 swapFree=67051812/67111528
[pid=31180] ppid=31178 vsize=10554216 CPUtime=1.55 cores=0,2,4,6
/proc/31180/stat : 31180 (java) S 31178 31180 28735 0 -1 4202496 36301 0 1 0 150 5 0 0 25 0 19 0 956279584 10807517184 33748 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31180/statm: 2638554 33748 2229 9 0 2629288 0
[pid=31180/tid=31181] ppid=31178 vsize=10554216 CPUtime=0.68 cores=0,2,4,6
/proc/31180/task/31181/stat : 31181 (java) R 31178 31180 28735 0 -1 4202560 26979 0 1 0 65 3 0 0 19 0 19 0 956279585 10807517184 33748 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 46912505664678 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 10554216

[startup+1.50126 s]
/proc/loadavg: 1.92 1.99 1.89 6/214 31199
/proc/meminfo: memFree=30623736/32950928 swapFree=67051812/67111528
[pid=31180] ppid=31178 vsize=10554216 CPUtime=2.91 cores=0,2,4,6
/proc/31180/stat : 31180 (java) S 31178 31180 28735 0 -1 4202496 83618 0 1 0 281 10 0 0 25 0 19 0 956279584 10807517184 79922 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31180/statm: 2638554 79922 2234 9 0 2629288 0
[pid=31180/tid=31181] ppid=31178 vsize=10554216 CPUtime=1.48 cores=0,2,4,6
/proc/31180/task/31181/stat : 31181 (java) R 31178 31180 28735 0 -1 4202560 72839 0 1 0 140 8 0 0 20 0 19 0 956279585 10807517184 79924 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 46912506012585 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31180/tid=31183] ppid=31178 vsize=10554216 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31183/stat : 31183 (java) S 31178 31180 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279586 10807517184 79928 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 6 0 0 0
[pid=31180/tid=31184] ppid=31178 vsize=10554216 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31184/stat : 31184 (java) S 31178 31180 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279586 10807517184 79930 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 0 0 0 0
[pid=31180/tid=31185] ppid=31178 vsize=10554216 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31185/stat : 31185 (java) S 31178 31180 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279586 10807517184 79930 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 6 0 0 0
[pid=31180/tid=31186] ppid=31178 vsize=10554216 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31186/stat : 31186 (java) S 31178 31180 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279586 10807517184 79931 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 0 0 0 0
[pid=31180/tid=31187] ppid=31178 vsize=10554216 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31187/stat : 31187 (java) S 31178 31180 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279586 10807517184 79933 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 6 0 0 0
[pid=31180/tid=31188] ppid=31178 vsize=10554216 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31188/stat : 31188 (java) S 31178 31180 28735 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 956279586 10807517184 79934 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 6 0 0 0
[pid=31180/tid=31189] ppid=31178 vsize=10554216 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31189/stat : 31189 (java) S 31178 31180 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279586 10807517184 79935 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 0 0 0 0
[pid=31180/tid=31190] ppid=31178 vsize=10554216 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31190/stat : 31190 (java) S 31178 31180 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279586 10807517184 79937 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 0 0 0 0
[pid=31180/tid=31191] ppid=31178 vsize=10554216 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31191/stat : 31191 (java) S 31178 31180 28735 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 956279587 10807517184 79939 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210624 0 0 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
[pid=31180/tid=31192] ppid=31178 vsize=10554216 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31192/stat : 31192 (java) S 31178 31180 28735 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 956279588 10807517184 79941 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
[pid=31180/tid=31193] ppid=31178 vsize=10554216 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31193/stat : 31193 (java) S 31178 31180 28735 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 956279588 10807517184 79942 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
[pid=31180/tid=31194] ppid=31178 vsize=10554216 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31194/stat : 31194 (java) S 31178 31180 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279590 10807517184 79943 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917217713 0 4 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
[pid=31180/tid=31195] ppid=31178 vsize=10554216 CPUtime=0.8 cores=0,2,4,6
/proc/31180/task/31195/stat : 31195 (java) S 31178 31180 28735 0 -1 4202560 5089 0 0 0 80 0 0 0 15 0 19 0 956279590 10807517184 79945 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 0 0 0 0
[pid=31180/tid=31196] ppid=31178 vsize=10554216 CPUtime=0.6 cores=0,2,4,6
/proc/31180/task/31196/stat : 31196 (java) S 31178 31180 28735 0 -1 4202560 4530 0 0 0 60 0 0 0 15 0 19 0 956279590 10807517184 79946 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 2 0 0 0
[pid=31180/tid=31197] ppid=31178 vsize=10554216 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31197/stat : 31197 (java) S 31178 31180 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279590 10807517184 79947 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
[pid=31180/tid=31198] ppid=31178 vsize=10554216 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31198/stat : 31198 (java) S 31178 31180 28735 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 956279590 10807517184 79951 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210624 0 4 0 16800975 18446604453855577408 0 0 -1 6 0 0 0
[pid=31180/tid=31199] ppid=31178 vsize=10554216 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31199/stat : 31199 (java) S 31178 31180 28735 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 956279640 10807517184 79952 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210624 0 4 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 10554216

[startup+3.10085 s]
/proc/loadavg: 1.92 1.99 1.89 3/214 31199
/proc/meminfo: memFree=29711592/32950928 swapFree=67051812/67111528
[pid=31180] ppid=31178 vsize=10554216 CPUtime=4.67 cores=0,2,4,6
/proc/31180/stat : 31180 (java) S 31178 31180 28735 0 -1 4202496 186024 0 1 0 445 22 0 0 25 0 19 0 956279584 10807517184 182327 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31180/statm: 2638554 182327 2234 9 0 2629288 0
[pid=31180/tid=31181] ppid=31178 vsize=10554216 CPUtime=3.09 cores=0,2,4,6
/proc/31180/task/31181/stat : 31181 (java) R 31178 31180 28735 0 -1 4202560 175231 0 1 0 289 20 0 0 25 0 19 0 956279585 10807517184 182328 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 46912505664217 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31180/tid=31183] ppid=31178 vsize=10554216 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31183/stat : 31183 (java) S 31178 31180 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279586 10807517184 182328 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 6 0 0 0
[pid=31180/tid=31184] ppid=31178 vsize=10554216 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31184/stat : 31184 (java) S 31178 31180 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279586 10807517184 182328 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 0 0 0 0
[pid=31180/tid=31185] ppid=31178 vsize=10554216 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31185/stat : 31185 (java) S 31178 31180 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279586 10807517184 182329 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 6 0 0 0
[pid=31180/tid=31186] ppid=31178 vsize=10554216 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31186/stat : 31186 (java) S 31178 31180 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279586 10807517184 182329 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 0 0 0 0
[pid=31180/tid=31187] ppid=31178 vsize=10554216 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31187/stat : 31187 (java) S 31178 31180 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279586 10807517184 182329 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 6 0 0 0
[pid=31180/tid=31188] ppid=31178 vsize=10554216 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31188/stat : 31188 (java) S 31178 31180 28735 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 956279586 10807517184 182329 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 6 0 0 0
[pid=31180/tid=31189] ppid=31178 vsize=10554216 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31189/stat : 31189 (java) S 31178 31180 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279586 10807517184 182330 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 0 0 0 0
[pid=31180/tid=31190] ppid=31178 vsize=10554216 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31190/stat : 31190 (java) S 31178 31180 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279586 10807517184 182330 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 0 0 0 0
[pid=31180/tid=31191] ppid=31178 vsize=10554216 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31191/stat : 31191 (java) S 31178 31180 28735 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 956279587 10807517184 182330 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210624 0 0 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
[pid=31180/tid=31192] ppid=31178 vsize=10554216 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31192/stat : 31192 (java) S 31178 31180 28735 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 956279588 10807517184 182331 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
[pid=31180/tid=31193] ppid=31178 vsize=10554216 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31193/stat : 31193 (java) S 31178 31180 28735 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 956279588 10807517184 182331 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
[pid=31180/tid=31194] ppid=31178 vsize=10554216 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31194/stat : 31194 (java) S 31178 31180 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279590 10807517184 182331 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917217713 0 4 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
[pid=31180/tid=31195] ppid=31178 vsize=10554216 CPUtime=0.9 cores=0,2,4,6
/proc/31180/task/31195/stat : 31195 (java) S 31178 31180 28735 0 -1 4202560 5098 0 0 0 90 0 0 0 15 0 19 0 956279590 10807517184 182332 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 0 0 0 0
[pid=31180/tid=31196] ppid=31178 vsize=10554216 CPUtime=0.66 cores=0,2,4,6
/proc/31180/task/31196/stat : 31196 (java) S 31178 31180 28735 0 -1 4202560 4534 0 0 0 66 0 0 0 15 0 19 0 956279590 10807517184 182332 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 2 0 0 0
[pid=31180/tid=31197] ppid=31178 vsize=10554216 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31197/stat : 31197 (java) S 31178 31180 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279590 10807517184 182332 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
[pid=31180/tid=31198] ppid=31178 vsize=10554216 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31198/stat : 31198 (java) S 31178 31180 28735 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 956279590 10807517184 182332 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210624 0 4 0 16800975 18446604453855577408 0 0 -1 6 0 0 0
[pid=31180/tid=31199] ppid=31178 vsize=10554216 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31199/stat : 31199 (java) S 31178 31180 28735 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 956279640 10807517184 182333 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210624 0 4 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.67
Current children cumulated vsize (KiB) 10554216

[startup+6.30137 s]
/proc/loadavg: 1.93 1.99 1.89 3/214 31199
/proc/meminfo: memFree=28356384/32950928 swapFree=67051812/67111528
[pid=31180] ppid=31178 vsize=10554216 CPUtime=7.91 cores=0,2,4,6
/proc/31180/stat : 31180 (java) S 31178 31180 28735 0 -1 4202496 374460 0 1 0 751 40 0 0 25 0 19 0 956279584 10807517184 370371 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31180/statm: 2638554 370376 2237 9 0 2629288 0
[pid=31180/tid=31181] ppid=31178 vsize=10554216 CPUtime=6.28 cores=0,2,4,6
/proc/31180/task/31181/stat : 31181 (java) R 31178 31180 28735 0 -1 4202560 363664 0 1 0 590 38 0 0 25 0 19 0 956279585 10807517184 370378 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 46912505664678 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31180/tid=31183] ppid=31178 vsize=10554216 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31183/stat : 31183 (java) S 31178 31180 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279586 10807517184 370380 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 6 0 0 0
[pid=31180/tid=31184] ppid=31178 vsize=10554216 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31184/stat : 31184 (java) S 31178 31180 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279586 10807517184 370383 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 0 0 0 0
[pid=31180/tid=31185] ppid=31178 vsize=10554216 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31185/stat : 31185 (java) S 31178 31180 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279586 10807517184 370385 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 6 0 0 0
[pid=31180/tid=31186] ppid=31178 vsize=10554216 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31186/stat : 31186 (java) S 31178 31180 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279586 10807517184 370387 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 0 0 0 0
[pid=31180/tid=31187] ppid=31178 vsize=10554216 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31187/stat : 31187 (java) S 31178 31180 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279586 10807517184 370389 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 6 0 0 0
[pid=31180/tid=31188] ppid=31178 vsize=10554216 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31188/stat : 31188 (java) S 31178 31180 28735 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 956279586 10807517184 370390 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 6 0 0 0
[pid=31180/tid=31189] ppid=31178 vsize=10554216 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31189/stat : 31189 (java) S 31178 31180 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279586 10807517184 370392 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 0 0 0 0
[pid=31180/tid=31190] ppid=31178 vsize=10554216 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31190/stat : 31190 (java) S 31178 31180 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279586 10807517184 370393 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 0 0 0 0
[pid=31180/tid=31191] ppid=31178 vsize=10554216 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31191/stat : 31191 (java) S 31178 31180 28735 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 956279587 10807517184 370394 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210624 0 0 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
[pid=31180/tid=31192] ppid=31178 vsize=10554216 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31192/stat : 31192 (java) S 31178 31180 28735 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 956279588 10807517184 370395 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
[pid=31180/tid=31193] ppid=31178 vsize=10554216 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31193/stat : 31193 (java) S 31178 31180 28735 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 956279588 10807517184 370396 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
[pid=31180/tid=31194] ppid=31178 vsize=10554216 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31194/stat : 31194 (java) S 31178 31180 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279590 10807517184 370398 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917217713 0 4 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
[pid=31180/tid=31195] ppid=31178 vsize=10554216 CPUtime=0.93 cores=0,2,4,6
/proc/31180/task/31195/stat : 31195 (java) S 31178 31180 28735 0 -1 4202560 5106 0 0 0 93 0 0 0 15 0 19 0 956279590 10807517184 370402 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 0 0 0 0
[pid=31180/tid=31196] ppid=31178 vsize=10554216 CPUtime=0.67 cores=0,2,4,6
/proc/31180/task/31196/stat : 31196 (java) S 31178 31180 28735 0 -1 4202560 4534 0 0 0 67 0 0 0 15 0 19 0 956279590 10807517184 370406 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 2 0 0 0

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

/proc/31180/task/31192/stat : 31192 (java) S 31178 31180 28735 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 956279588 10804994048 932400 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
[pid=31180/tid=31193] ppid=31178 vsize=10551752 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31193/stat : 31193 (java) S 31178 31180 28735 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 956279588 10804994048 932400 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
[pid=31180/tid=31194] ppid=31178 vsize=10551752 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31194/stat : 31194 (java) S 31178 31180 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279590 10804994048 932400 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917217713 0 4 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
[pid=31180/tid=31195] ppid=31178 vsize=10551752 CPUtime=1 cores=0,2,4,6
/proc/31180/task/31195/stat : 31195 (java) S 31178 31180 28735 0 -1 4202560 5120 0 0 0 100 0 0 0 16 0 19 0 956279590 10804994048 932400 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 0 0 0 0
[pid=31180/tid=31196] ppid=31178 vsize=10551752 CPUtime=0.77 cores=0,2,4,6
/proc/31180/task/31196/stat : 31196 (java) S 31178 31180 28735 0 -1 4202560 4629 0 0 0 77 0 0 0 15 0 19 0 956279590 10804994048 932400 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 2 0 0 0
[pid=31180/tid=31197] ppid=31178 vsize=10551752 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31197/stat : 31197 (java) S 31178 31180 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279590 10804994048 932400 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
[pid=31180/tid=31198] ppid=31178 vsize=10551752 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31198/stat : 31198 (java) S 31178 31180 28735 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 956279590 10804994048 932400 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210624 0 4 0 16800975 18446604453855577408 0 0 -1 0 0 0 0
[pid=31180/tid=31199] ppid=31178 vsize=10551752 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31199/stat : 31199 (java) S 31178 31180 28735 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 956279640 10804994048 932400 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210624 0 4 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1666.16
Current children cumulated vsize (KiB) 10551752

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/214 31245
/proc/meminfo: memFree=24816220/32950928 swapFree=67051812/67111528
[pid=31180] ppid=31178 vsize=10551752 CPUtime=1726.26 cores=0,2,4,6
/proc/31180/stat : 31180 (java) S 31178 31180 28735 0 -1 4202496 940945 0 1 0 172524 102 0 0 25 0 19 0 956279584 10804994048 934956 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31180/statm: 2637938 934956 2263 9 0 2628672 0
[pid=31180/tid=31181] ppid=31178 vsize=10551752 CPUtime=1720.54 cores=0,2,4,6
/proc/31180/task/31181/stat : 31181 (java) R 31178 31180 28735 0 -1 4202560 782292 0 1 0 171973 81 0 0 25 0 19 0 956279585 10804994048 934956 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 46912505810271 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31180/tid=31183] ppid=31178 vsize=10551752 CPUtime=0.38 cores=0,2,4,6
/proc/31180/task/31183/stat : 31183 (java) S 31178 31180 28735 0 -1 4202560 15614 0 0 0 37 1 0 0 15 0 19 0 956279586 10804994048 934956 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 6 0 0 0
[pid=31180/tid=31184] ppid=31178 vsize=10551752 CPUtime=0.4 cores=0,2,4,6
/proc/31180/task/31184/stat : 31184 (java) S 31178 31180 28735 0 -1 4202560 19504 0 0 0 38 2 0 0 16 0 19 0 956279586 10804994048 934956 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 0 0 0 0
[pid=31180/tid=31185] ppid=31178 vsize=10551752 CPUtime=0.33 cores=0,2,4,6
/proc/31180/task/31185/stat : 31185 (java) S 31178 31180 28735 0 -1 4202560 14080 0 0 0 31 2 0 0 16 0 19 0 956279586 10804994048 934956 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 2 0 0 0
[pid=31180/tid=31186] ppid=31178 vsize=10551752 CPUtime=0.32 cores=0,2,4,6
/proc/31180/task/31186/stat : 31186 (java) S 31178 31180 28735 0 -1 4202560 15441 0 0 0 30 2 0 0 15 0 19 0 956279586 10804994048 934956 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 6 0 0 0
[pid=31180/tid=31187] ppid=31178 vsize=10551752 CPUtime=0.36 cores=0,2,4,6
/proc/31180/task/31187/stat : 31187 (java) S 31178 31180 28735 0 -1 4202560 15879 0 0 0 35 1 0 0 16 0 19 0 956279586 10804994048 934956 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 6 0 0 0
[pid=31180/tid=31188] ppid=31178 vsize=10551752 CPUtime=0.32 cores=0,2,4,6
/proc/31180/task/31188/stat : 31188 (java) S 31178 31180 28735 0 -1 4202560 13292 0 0 0 31 1 0 0 15 0 19 0 956279586 10804994048 934956 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 0 0 0 0
[pid=31180/tid=31189] ppid=31178 vsize=10551752 CPUtime=0.41 cores=0,2,4,6
/proc/31180/task/31189/stat : 31189 (java) S 31178 31180 28735 0 -1 4202560 17128 0 0 0 40 1 0 0 16 0 19 0 956279586 10804994048 934956 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
[pid=31180/tid=31190] ppid=31178 vsize=10551752 CPUtime=0.35 cores=0,2,4,6
/proc/31180/task/31190/stat : 31190 (java) S 31178 31180 28735 0 -1 4202560 17351 0 0 0 34 1 0 0 15 0 19 0 956279586 10804994048 934956 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
[pid=31180/tid=31191] ppid=31178 vsize=10551752 CPUtime=0.93 cores=0,2,4,6
/proc/31180/task/31191/stat : 31191 (java) S 31178 31180 28735 0 -1 4202560 19363 0 0 0 92 1 0 0 15 0 19 0 956279587 10804994048 934956 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210624 0 0 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
[pid=31180/tid=31192] ppid=31178 vsize=10551752 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31192/stat : 31192 (java) S 31178 31180 28735 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 956279588 10804994048 934956 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
[pid=31180/tid=31193] ppid=31178 vsize=10551752 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31193/stat : 31193 (java) S 31178 31180 28735 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 956279588 10804994048 934956 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
[pid=31180/tid=31194] ppid=31178 vsize=10551752 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31194/stat : 31194 (java) S 31178 31180 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279590 10804994048 934956 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917217713 0 4 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
[pid=31180/tid=31195] ppid=31178 vsize=10551752 CPUtime=1 cores=0,2,4,6
/proc/31180/task/31195/stat : 31195 (java) S 31178 31180 28735 0 -1 4202560 5120 0 0 0 100 0 0 0 16 0 19 0 956279590 10804994048 934956 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 0 0 0 0
[pid=31180/tid=31196] ppid=31178 vsize=10551752 CPUtime=0.77 cores=0,2,4,6
/proc/31180/task/31196/stat : 31196 (java) S 31178 31180 28735 0 -1 4202560 4629 0 0 0 77 0 0 0 15 0 19 0 956279590 10804994048 934956 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 2 0 0 0
[pid=31180/tid=31197] ppid=31178 vsize=10551752 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31197/stat : 31197 (java) S 31178 31180 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279590 10804994048 934956 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
[pid=31180/tid=31198] ppid=31178 vsize=10551752 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31198/stat : 31198 (java) S 31178 31180 28735 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 956279590 10804994048 934956 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210624 0 4 0 16800975 18446604453855577408 0 0 -1 0 0 0 0
[pid=31180/tid=31199] ppid=31178 vsize=10551752 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31199/stat : 31199 (java) S 31178 31180 28735 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 956279640 10804994048 934956 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210624 0 4 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1726.26
Current children cumulated vsize (KiB) 10551752

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/214 31246
/proc/meminfo: memFree=24812212/32950928 swapFree=67051812/67111528
[pid=31180] ppid=31178 vsize=10551752 CPUtime=1786.3 cores=0,2,4,6
/proc/31180/stat : 31180 (java) S 31178 31180 28735 0 -1 4202496 941863 0 1 0 178528 102 0 0 25 0 19 0 956279584 10804994048 935827 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31180/statm: 2637938 935827 2263 9 0 2628672 0
[pid=31180/tid=31181] ppid=31178 vsize=10551752 CPUtime=1780.52 cores=0,2,4,6
/proc/31180/task/31181/stat : 31181 (java) R 31178 31180 28735 0 -1 4202560 782293 0 1 0 177971 81 0 0 25 0 19 0 956279585 10804994048 935827 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 46912505810376 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31180/tid=31183] ppid=31178 vsize=10551752 CPUtime=0.38 cores=0,2,4,6
/proc/31180/task/31183/stat : 31183 (java) S 31178 31180 28735 0 -1 4202560 15614 0 0 0 37 1 0 0 16 0 19 0 956279586 10804994048 935827 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 6 0 0 0
[pid=31180/tid=31184] ppid=31178 vsize=10551752 CPUtime=0.4 cores=0,2,4,6
/proc/31180/task/31184/stat : 31184 (java) S 31178 31180 28735 0 -1 4202560 19504 0 0 0 38 2 0 0 15 0 19 0 956279586 10804994048 935827 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 0 0 0 0
[pid=31180/tid=31185] ppid=31178 vsize=10551752 CPUtime=0.34 cores=0,2,4,6
/proc/31180/task/31185/stat : 31185 (java) S 31178 31180 28735 0 -1 4202560 14317 0 0 0 32 2 0 0 16 0 19 0 956279586 10804994048 935827 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 2 0 0 0
[pid=31180/tid=31186] ppid=31178 vsize=10551752 CPUtime=0.32 cores=0,2,4,6
/proc/31180/task/31186/stat : 31186 (java) S 31178 31180 28735 0 -1 4202560 15441 0 0 0 30 2 0 0 15 0 19 0 956279586 10804994048 935827 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 6 0 0 0
[pid=31180/tid=31187] ppid=31178 vsize=10551752 CPUtime=0.37 cores=0,2,4,6
/proc/31180/task/31187/stat : 31187 (java) S 31178 31180 28735 0 -1 4202560 16194 0 0 0 36 1 0 0 16 0 19 0 956279586 10804994048 935827 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 6 0 0 0
[pid=31180/tid=31188] ppid=31178 vsize=10551752 CPUtime=0.33 cores=0,2,4,6
/proc/31180/task/31188/stat : 31188 (java) S 31178 31180 28735 0 -1 4202560 13495 0 0 0 32 1 0 0 16 0 19 0 956279586 10804994048 935827 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 0 0 0 0
[pid=31180/tid=31189] ppid=31178 vsize=10551752 CPUtime=0.42 cores=0,2,4,6
/proc/31180/task/31189/stat : 31189 (java) S 31178 31180 28735 0 -1 4202560 17284 0 0 0 41 1 0 0 16 0 19 0 956279586 10804994048 935827 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
[pid=31180/tid=31190] ppid=31178 vsize=10551752 CPUtime=0.35 cores=0,2,4,6
/proc/31180/task/31190/stat : 31190 (java) S 31178 31180 28735 0 -1 4202560 17351 0 0 0 34 1 0 0 15 0 19 0 956279586 10804994048 935827 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
[pid=31180/tid=31191] ppid=31178 vsize=10551752 CPUtime=0.93 cores=0,2,4,6
/proc/31180/task/31191/stat : 31191 (java) S 31178 31180 28735 0 -1 4202560 19365 0 0 0 92 1 0 0 15 0 19 0 956279587 10804994048 935827 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210624 0 0 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
[pid=31180/tid=31192] ppid=31178 vsize=10551752 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31192/stat : 31192 (java) S 31178 31180 28735 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 956279588 10804994048 935827 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
[pid=31180/tid=31193] ppid=31178 vsize=10551752 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31193/stat : 31193 (java) S 31178 31180 28735 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 956279588 10804994048 935827 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
[pid=31180/tid=31194] ppid=31178 vsize=10551752 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31194/stat : 31194 (java) S 31178 31180 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279590 10804994048 935827 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917217713 0 4 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
[pid=31180/tid=31195] ppid=31178 vsize=10551752 CPUtime=1 cores=0,2,4,6
/proc/31180/task/31195/stat : 31195 (java) S 31178 31180 28735 0 -1 4202560 5120 0 0 0 100 0 0 0 16 0 19 0 956279590 10804994048 935827 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 0 0 0 0
[pid=31180/tid=31196] ppid=31178 vsize=10551752 CPUtime=0.77 cores=0,2,4,6
/proc/31180/task/31196/stat : 31196 (java) S 31178 31180 28735 0 -1 4202560 4629 0 0 0 77 0 0 0 15 0 19 0 956279590 10804994048 935827 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 2 0 0 0
[pid=31180/tid=31197] ppid=31178 vsize=10551752 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31197/stat : 31197 (java) S 31178 31180 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279590 10804994048 935827 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
[pid=31180/tid=31198] ppid=31178 vsize=10551752 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31198/stat : 31198 (java) S 31178 31180 28735 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 956279590 10804994048 935827 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210624 0 4 0 16800975 18446604453855577408 0 0 -1 0 0 0 0
[pid=31180/tid=31199] ppid=31178 vsize=10551752 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31199/stat : 31199 (java) S 31178 31180 28735 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 956279640 10804994048 935827 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210624 0 4 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1786.3
Current children cumulated vsize (KiB) 10551752



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796 s]
/proc/loadavg: 2.00 2.00 1.93 2/194 31250
/proc/meminfo: memFree=28482764/32950928 swapFree=67051812/67111528
[pid=31180] ppid=31178 vsize=10551752 CPUtime=1800.01 cores=0,2,4,6
/proc/31180/stat : 31180 (java) S 31178 31180 28735 0 -1 4202496 941865 0 1 0 179899 102 0 0 25 0 19 0 956279584 10804994048 935827 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31180/statm: 2637938 935827 2263 9 0 2628672 0
[pid=31180/tid=31181] ppid=31178 vsize=10551752 CPUtime=1794.23 cores=0,2,4,6
/proc/31180/task/31181/stat : 31181 (java) R 31178 31180 28735 0 -1 4202560 782293 0 1 0 179342 81 0 0 25 0 19 0 956279585 10804994048 935827 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 46912505810271 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31180/tid=31183] ppid=31178 vsize=10551752 CPUtime=0.38 cores=0,2,4,6
/proc/31180/task/31183/stat : 31183 (java) S 31178 31180 28735 0 -1 4202560 15614 0 0 0 37 1 0 0 16 0 19 0 956279586 10804994048 935827 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 6 0 0 0
[pid=31180/tid=31184] ppid=31178 vsize=10551752 CPUtime=0.4 cores=0,2,4,6
/proc/31180/task/31184/stat : 31184 (java) S 31178 31180 28735 0 -1 4202560 19504 0 0 0 38 2 0 0 15 0 19 0 956279586 10804994048 935827 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 0 0 0 0
[pid=31180/tid=31185] ppid=31178 vsize=10551752 CPUtime=0.34 cores=0,2,4,6
/proc/31180/task/31185/stat : 31185 (java) S 31178 31180 28735 0 -1 4202560 14317 0 0 0 32 2 0 0 16 0 19 0 956279586 10804994048 935827 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 2 0 0 0
[pid=31180/tid=31186] ppid=31178 vsize=10551752 CPUtime=0.32 cores=0,2,4,6
/proc/31180/task/31186/stat : 31186 (java) S 31178 31180 28735 0 -1 4202560 15441 0 0 0 30 2 0 0 15 0 19 0 956279586 10804994048 935827 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 6 0 0 0
[pid=31180/tid=31187] ppid=31178 vsize=10551752 CPUtime=0.37 cores=0,2,4,6
/proc/31180/task/31187/stat : 31187 (java) S 31178 31180 28735 0 -1 4202560 16194 0 0 0 36 1 0 0 16 0 19 0 956279586 10804994048 935827 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 6 0 0 0
[pid=31180/tid=31188] ppid=31178 vsize=10551752 CPUtime=0.33 cores=0,2,4,6
/proc/31180/task/31188/stat : 31188 (java) S 31178 31180 28735 0 -1 4202560 13495 0 0 0 32 1 0 0 16 0 19 0 956279586 10804994048 935827 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 0 0 0 0
[pid=31180/tid=31189] ppid=31178 vsize=10551752 CPUtime=0.42 cores=0,2,4,6
/proc/31180/task/31189/stat : 31189 (java) S 31178 31180 28735 0 -1 4202560 17284 0 0 0 41 1 0 0 16 0 19 0 956279586 10804994048 935827 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
[pid=31180/tid=31190] ppid=31178 vsize=10551752 CPUtime=0.35 cores=0,2,4,6
/proc/31180/task/31190/stat : 31190 (java) S 31178 31180 28735 0 -1 4202560 17351 0 0 0 34 1 0 0 15 0 19 0 956279586 10804994048 935827 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
[pid=31180/tid=31191] ppid=31178 vsize=10551752 CPUtime=0.93 cores=0,2,4,6
/proc/31180/task/31191/stat : 31191 (java) S 31178 31180 28735 0 -1 4202560 19365 0 0 0 92 1 0 0 15 0 19 0 956279587 10804994048 935827 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210624 0 0 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
[pid=31180/tid=31192] ppid=31178 vsize=10551752 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31192/stat : 31192 (java) S 31178 31180 28735 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 956279588 10804994048 935827 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
[pid=31180/tid=31193] ppid=31178 vsize=10551752 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31193/stat : 31193 (java) S 31178 31180 28735 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 956279588 10804994048 935827 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
[pid=31180/tid=31194] ppid=31178 vsize=10551752 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31194/stat : 31194 (java) S 31178 31180 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279590 10804994048 935827 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917217713 0 4 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
[pid=31180/tid=31195] ppid=31178 vsize=10551752 CPUtime=1 cores=0,2,4,6
/proc/31180/task/31195/stat : 31195 (java) S 31178 31180 28735 0 -1 4202560 5120 0 0 0 100 0 0 0 16 0 19 0 956279590 10804994048 935827 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 0 0 0 0
[pid=31180/tid=31196] ppid=31178 vsize=10551752 CPUtime=0.77 cores=0,2,4,6
/proc/31180/task/31196/stat : 31196 (java) S 31178 31180 28735 0 -1 4202560 4629 0 0 0 77 0 0 0 15 0 19 0 956279590 10804994048 935827 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 2 0 0 0
[pid=31180/tid=31197] ppid=31178 vsize=10551752 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31197/stat : 31197 (java) S 31178 31180 28735 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 956279590 10804994048 935827 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210009 0 4 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
[pid=31180/tid=31198] ppid=31178 vsize=10551752 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31198/stat : 31198 (java) S 31178 31180 28735 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 19 0 956279590 10804994048 935827 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210624 0 4 0 16800975 18446604453855577408 0 0 -1 0 0 0 0
[pid=31180/tid=31199] ppid=31178 vsize=10551752 CPUtime=0 cores=0,2,4,6
/proc/31180/task/31199/stat : 31199 (java) S 31178 31180 28735 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 956279640 10804994048 935827 33554432000 1073741824 1073778376 140737262889136 18446744073709551615 260917210624 0 4 0 16800975 18446604453855577408 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 10551752

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

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

[startup+1796.11 s]
/proc/loadavg: 2.00 2.00 1.93 2/194 31250
/proc/meminfo: memFree=28482764/32950928 swapFree=67051812/67111528
[pid=31180] ppid=31178 vsize=0 CPUtime=1800.13 cores=0,2,4,6
/proc/31180/stat : 31180 (java) Z 31178 31180 28735 0 -1 4203548 941902 0 1 0 179902 111 0 0 17 0 2 0 956279584 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31180/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.17
CPU time (s): 1800.19
CPU user time (s): 1799.03
CPU system time (s): 1.16382
CPU usage (%): 100.224
Max. virtual memory (cumulated for all children) (KiB): 10554216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.03
system time used= 1.16382
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 941902
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= 37732
involuntary context switches= 35523

runsolver used 3.11852 second user time and 6.68698 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-10 01:01:29
IDJOB=3456445
IDBENCH=2521
IDSOLVER=1951
FILE ID=node116/3456445-1307660489
RUNJOBID= node116-1307658690-30956
PBS_JOBID= 13549375
Free space on /tmp= 74192 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-gesa2-o.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456445-1307660489/watcher-3456445-1307660489 -o /tmp/evaluation-result-3456445-1307660489/solver-3456445-1307660489 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456445-1307660489.opb

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

MD5SUM BENCH= 158d85b2efcaf56eab2db834482aadfb
RANDOM SEED=644813394

node116.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.826
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.65
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.826
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	: 5226.15
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.826
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.75
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.826
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.826
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.826
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.826
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.826
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31430036 kB
Buffers:        228480 kB
Cached:         294912 kB
SwapCached:      13040 kB
Active:        1108452 kB
Inactive:       232412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31430036 kB
SwapTotal:    67111528 kB
SwapFree:     67051812 kB
Dirty:            1956 kB
Writeback:           0 kB
AnonPages:      814196 kB
Mapped:          17308 kB
Slab:           113428 kB
PageTables:       6488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 10542964 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74192 MiB
End job on node116 at 2011-06-10 01:31:27