Trace number 3478826

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CuttingPlanes 2.3.0? (TO) 1800.37 1795.77

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-135.opb
MD5SUM0bf2f4aff59c663568b0bfbd80eaa689
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables55296
Total number of constraints1282690
Number of constraints which are clauses1152492
Number of constraints which are cardinality constraints (but not clauses)4030
Number of constraints which are nor clauses,nor cardinality constraints126168
Minimum length of a constraint2
Maximum length of a constraint756
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 757
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c version 2.3.1.v20110525
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.18-164.el5
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		9996466904
0.02/0.08	c Max memory 		10048897024
0.02/0.08	c Total memory 		10048897024
0.02/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@38540408
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-3478826-1307440376.opb
0.11/0.10	c reading problem ... 
8.61/7.86	c ... done. Wall clock time 7.761s.
8.61/7.86	c #vars     55296
8.61/7.86	c #constraints  1284718
8.61/7.86	c constraints type 
8.61/7.86	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 269329
8.61/7.86	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 885189
8.61/7.86	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 4032
8.61/7.86	c org.sat4j.pb.constraints.pb.MaxWatchPb => 126168
21.35/18.89	c cleaning 0 clauses out of 5002 with flag 0/5002
26.88/23.98	c cleaning 0 clauses out of 11002 with flag 0/11002
33.20/30.27	c cleaning 0 clauses out of 18001 with flag 0/18001
41.28/38.25	c cleaning 0 clauses out of 26001 with flag 0/26001
51.86/48.78	c cleaning 0 clauses out of 35000 with flag 0/35000
64.46/61.33	c cleaning 0 clauses out of 45000 with flag 0/45000
80.99/77.81	c cleaning 0 clauses out of 56000 with flag 0/56000
99.32/96.10	c cleaning 0 clauses out of 68001 with flag 0/68001
125.15/121.98	c cleaning 0 clauses out of 81000 with flag 0/81000
153.78/150.50	c cleaning 0 clauses out of 95000 with flag 0/95000
190.31/187.03	c cleaning 0 clauses out of 110000 with flag 0/110000
232.35/229.03	c cleaning 0 clauses out of 126001 with flag 0/126001
278.70/275.37	c cleaning 0 clauses out of 143000 with flag 0/143000
329.23/325.83	c cleaning 0 clauses out of 161000 with flag 0/161000
394.58/391.15	c cleaning 0 clauses out of 180001 with flag 0/180001
467.54/464.10	c cleaning 0 clauses out of 200003 with flag 0/200003
551.44/547.88	c cleaning 0 clauses out of 221003 with flag 0/221003
640.01/636.38	c cleaning 0 clauses out of 243002 with flag 0/243002
752.09/748.38	c cleaning 0 clauses out of 266000 with flag 0/266000
868.15/864.34	c cleaning 0 clauses out of 290000 with flag 0/290000
970.72/966.83	c cleaning 0 clauses out of 315000 with flag 0/315000
1100.04/1096.09	c cleaning 0 clauses out of 341000 with flag 0/341000
1257.15/1253.04	c cleaning 0 clauses out of 368000 with flag 0/368000
1409.54/1405.31	c cleaning 0 clauses out of 396001 with flag 0/396001
1587.77/1583.50	c cleaning 0 clauses out of 425001 with flag 0/425001
1800.01/1795.56	c starts		: 151
1800.01/1795.56	c conflicts		: 454613
1800.01/1795.56	c decisions		: 856290
1800.01/1795.56	c propagations		: 424134325
1800.01/1795.56	c inspects		: 9171300093
1800.01/1795.56	c shortcuts		: 0
1800.01/1795.56	c learnt literals	: 0
1800.01/1795.56	c learnt binary clauses	: 5
1800.01/1795.56	c learnt ternary clauses	: 129
1800.01/1795.56	c learnt constraints	: 454613
1800.01/1795.56	c ignored constraints	: 0
1800.01/1795.56	c root simplifications	: 0
1800.01/1795.56	c removed literals (reason simplification)	: 0
1800.01/1795.56	c reason swapping (by a shorter reason)	: 0
1800.01/1795.56	c Calls to reduceDB	: 25
1800.01/1795.56	c number of reductions to clauses (during analyze)	: 0
1800.01/1795.56	c number of learned constraints concerned by reduction	: 0
1800.01/1795.56	c number of learning phase by resolution	: 0
1800.01/1795.56	c number of learning phase by cutting planes	: 0
1800.01/1795.56	c speed (assignments/second)	: 237252.1975237373
1800.01/1795.56	c non guided choices	6342
1800.20/1795.63	c learnt constraints type 
1800.20/1795.63	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 454510
1800.20/1795.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.20/1795.63	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 5
1800.20/1795.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 101
1800.20/1795.63	c constraints type 
1800.20/1795.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 269329
1800.20/1795.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 885189
1800.20/1795.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 4032
1800.20/1795.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 126168
1800.20/1795.63	s UNKNOWN
1800.20/1795.63	c Total wall clock time (in seconds): 1795.528

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-3478826-1307440376/watcher-3478826-1307440376 -o /tmp/evaluation-result-3478826-1307440376/solver-3478826-1307440376 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3478826-1307440376.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: 2.06 2.06 1.98 4/552 9684
/proc/meminfo: memFree=24709148/32951124 swapFree=46970528/67111528
[pid=9684] ppid=9682 vsize=35788 CPUtime=0 cores=1,3,5,7
/proc/9684/stat : 9684 (java) S 9682 9684 9329 0 -1 4202496 1316 0 0 0 0 0 0 0 21 0 2 0 836454022 36646912 1018 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051458021 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/9684/statm: 8947 1018 782 9 0 386 0
[pid=9684/tid=9685] ppid=9682 vsize=10444316 CPUtime=0.01 cores=1,3,5,7
/proc/9684/task/9685/stat : 9685 (java) R 9682 9684 9329 0 -1 4202560 8436 0 1 0 0 1 0 0 24 0 2 0 836454022 10694979584 9252 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212039349307 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0365561 s]
/proc/loadavg: 2.06 2.06 1.98 4/552 9684
/proc/meminfo: memFree=24709148/32951124 swapFree=46970528/67111528
[pid=9684] ppid=9682 vsize=10533016 CPUtime=0.02 cores=1,3,5,7
/proc/9684/stat : 9684 (java) S 9682 9684 9329 0 -1 4202496 11144 0 1 0 1 1 0 0 21 0 13 0 836454022 10785808384 10837 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051458021 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/9684/statm: 2633254 10838 1654 9 0 2624002 0
[pid=9684/tid=9685] ppid=9682 vsize=10533016 CPUtime=0.02 cores=1,3,5,7
/proc/9684/task/9685/stat : 9685 (java) R 9682 9684 9329 0 -1 4202560 9992 0 1 0 1 1 0 0 25 0 13 0 836454022 10785808384 10838 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 47851927849893 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10533016

[startup+0.100569 s]
/proc/loadavg: 2.06 2.06 1.98 4/552 9684
/proc/meminfo: memFree=24709148/32951124 swapFree=46970528/67111528
[pid=9684] ppid=9682 vsize=10539984 CPUtime=0.11 cores=1,3,5,7
/proc/9684/stat : 9684 (java) S 9682 9684 9329 0 -1 4202496 13106 0 1 0 9 2 0 0 21 0 18 0 836454022 10792943616 12775 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9684/statm: 2634996 12777 2093 9 0 2625730 0
[pid=9684/tid=9685] ppid=9682 vsize=10539984 CPUtime=0.08 cores=1,3,5,7
/proc/9684/task/9685/stat : 9685 (java) R 9682 9684 9329 0 -1 4202560 11171 0 1 0 7 1 0 0 18 0 18 0 836454022 10792943616 12777 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 47851926986757 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539984

[startup+0.300467 s]
/proc/loadavg: 2.06 2.06 1.98 4/552 9684
/proc/meminfo: memFree=24709148/32951124 swapFree=46970528/67111528
[pid=9684] ppid=9682 vsize=10541580 CPUtime=0.5 cores=1,3,5,7
/proc/9684/stat : 9684 (java) S 9682 9684 9329 0 -1 4202496 16651 0 1 0 47 3 0 0 21 0 18 0 836454022 10794577920 15884 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9684/statm: 2635395 15885 2202 9 0 2626129 0
[pid=9684/tid=9685] ppid=9682 vsize=10541580 CPUtime=0.28 cores=1,3,5,7
/proc/9684/task/9685/stat : 9685 (java) R 9682 9684 9329 0 -1 4202560 13518 0 1 0 26 2 0 0 18 0 18 0 836454022 10794577920 15885 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10541580

[startup+0.700433 s]
/proc/loadavg: 2.06 2.06 1.98 4/552 9684
/proc/meminfo: memFree=24709148/32951124 swapFree=46970528/67111528
[pid=9684] ppid=9682 vsize=10545420 CPUtime=1.15 cores=1,3,5,7
/proc/9684/stat : 9684 (java) S 9682 9684 9329 0 -1 4202496 53028 0 1 0 106 9 0 0 21 0 18 0 836454022 10798510080 50764 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9684/statm: 2636355 50769 2216 9 0 2627089 0
[pid=9684/tid=9685] ppid=9682 vsize=10545420 CPUtime=0.69 cores=1,3,5,7
/proc/9684/task/9685/stat : 9685 (java) R 9682 9684 9329 0 -1 4202560 46429 0 1 0 61 8 0 0 18 0 18 0 836454022 10798510080 50771 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 46912505630119 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 10545420

[startup+1.50129 s]
/proc/loadavg: 2.06 2.06 1.98 3/570 9702
/proc/meminfo: memFree=24009780/32951124 swapFree=46970528/67111528
[pid=9684] ppid=9682 vsize=10545420 CPUtime=2 cores=1,3,5,7
/proc/9684/stat : 9684 (java) S 9682 9684 9329 0 -1 4202496 138656 0 1 0 180 20 0 0 21 0 18 0 836454022 10798510080 136353 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9684/statm: 2636355 136358 2216 9 0 2627089 0
[pid=9684/tid=9685] ppid=9682 vsize=10545420 CPUtime=1.49 cores=1,3,5,7
/proc/9684/task/9685/stat : 9685 (java) R 9682 9684 9329 0 -1 4202560 131992 0 1 0 130 19 0 0 19 0 18 0 836454022 10798510080 136361 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 46912505593694 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9684/tid=9687] ppid=9682 vsize=10545420 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9687/stat : 9687 (java) S 9682 9684 9329 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 836454024 10798510080 136363 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9688] ppid=9682 vsize=10545420 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9688/stat : 9688 (java) S 9682 9684 9329 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 836454024 10798510080 136366 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9689] ppid=9682 vsize=10545420 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9689/stat : 9689 (java) S 9682 9684 9329 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 836454024 10798510080 136369 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9690] ppid=9682 vsize=10545420 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9690/stat : 9690 (java) S 9682 9684 9329 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 836454024 10798510080 136372 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9691] ppid=9682 vsize=10545420 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9691/stat : 9691 (java) S 9682 9684 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836454024 10798510080 136374 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9692] ppid=9682 vsize=10545420 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9692/stat : 9692 (java) S 9682 9684 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836454024 10798510080 136375 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9693] ppid=9682 vsize=10545420 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9693/stat : 9693 (java) S 9682 9684 9329 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 836454024 10798510080 136376 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9694] ppid=9682 vsize=10545420 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9694/stat : 9694 (java) S 9682 9684 9329 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 836454024 10798510080 136379 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 7 0 0 0
[pid=9684/tid=9695] ppid=9682 vsize=10545420 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9695/stat : 9695 (java) S 9682 9684 9329 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 836454025 10798510080 136382 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471872 0 0 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9696] ppid=9682 vsize=10545420 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9696/stat : 9696 (java) S 9682 9684 9329 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 836454025 10798510080 136384 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9697] ppid=9682 vsize=10545420 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9697/stat : 9697 (java) S 9682 9684 9329 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 836454025 10798510080 136387 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 7 0 0 0
[pid=9684/tid=9698] ppid=9682 vsize=10545420 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9698/stat : 9698 (java) S 9682 9684 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836454027 10798510080 136390 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051478961 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9699] ppid=9682 vsize=10545420 CPUtime=0.27 cores=1,3,5,7
/proc/9684/task/9699/stat : 9699 (java) S 9682 9684 9329 0 -1 4202560 2955 0 0 0 27 0 0 0 15 0 18 0 836454027 10798510080 136392 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 5 0 0 0
[pid=9684/tid=9700] ppid=9682 vsize=10545420 CPUtime=0.22 cores=1,3,5,7
/proc/9684/task/9700/stat : 9700 (java) S 9682 9684 9329 0 -1 4202560 2561 0 0 0 22 0 0 0 17 0 18 0 836454027 10798510080 136395 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 7 0 0 0
[pid=9684/tid=9701] ppid=9682 vsize=10545420 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9701/stat : 9701 (java) S 9682 9684 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836454027 10798510080 136397 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9702] ppid=9682 vsize=10545420 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9702/stat : 9702 (java) S 9682 9684 9329 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 836454027 10798510080 136400 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471872 0 4 0 16800975 18446604470301873216 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 10545420

[startup+3.101 s]
/proc/loadavg: 2.06 2.06 1.98 3/570 9702
/proc/meminfo: memFree=24009780/32951124 swapFree=46970528/67111528
[pid=9684] ppid=9682 vsize=10545420 CPUtime=3.62 cores=1,3,5,7
/proc/9684/stat : 9684 (java) S 9682 9684 9329 0 -1 4202496 306861 0 1 0 323 39 0 0 21 0 18 0 836454022 10798510080 304558 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9684/statm: 2636355 304562 2216 9 0 2627089 0
[pid=9684/tid=9685] ppid=9682 vsize=10545420 CPUtime=3.09 cores=1,3,5,7
/proc/9684/task/9685/stat : 9685 (java) R 9682 9684 9329 0 -1 4202560 300186 0 1 0 271 38 0 0 25 0 18 0 836454022 10798510080 304564 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 46912505593936 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9684/tid=9687] ppid=9682 vsize=10545420 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9687/stat : 9687 (java) S 9682 9684 9329 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 836454024 10798510080 304567 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9688] ppid=9682 vsize=10545420 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9688/stat : 9688 (java) S 9682 9684 9329 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 836454024 10798510080 304569 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9689] ppid=9682 vsize=10545420 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9689/stat : 9689 (java) S 9682 9684 9329 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 836454024 10798510080 304572 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9690] ppid=9682 vsize=10545420 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9690/stat : 9690 (java) S 9682 9684 9329 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 836454024 10798510080 304574 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9691] ppid=9682 vsize=10545420 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9691/stat : 9691 (java) S 9682 9684 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836454024 10798510080 304577 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9692] ppid=9682 vsize=10545420 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9692/stat : 9692 (java) S 9682 9684 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836454024 10798510080 304580 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9693] ppid=9682 vsize=10545420 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9693/stat : 9693 (java) S 9682 9684 9329 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 836454024 10798510080 304582 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9694] ppid=9682 vsize=10545420 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9694/stat : 9694 (java) S 9682 9684 9329 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 836454024 10798510080 304585 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 7 0 0 0
[pid=9684/tid=9695] ppid=9682 vsize=10545420 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9695/stat : 9695 (java) S 9682 9684 9329 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 836454025 10798510080 304587 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471872 0 0 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9696] ppid=9682 vsize=10545420 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9696/stat : 9696 (java) S 9682 9684 9329 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 836454025 10798510080 304590 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9697] ppid=9682 vsize=10545420 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9697/stat : 9697 (java) S 9682 9684 9329 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 836454025 10798510080 304593 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 7 0 0 0
[pid=9684/tid=9698] ppid=9682 vsize=10545420 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9698/stat : 9698 (java) S 9682 9684 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836454027 10798510080 304595 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051478961 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9699] ppid=9682 vsize=10545420 CPUtime=0.27 cores=1,3,5,7
/proc/9684/task/9699/stat : 9699 (java) S 9682 9684 9329 0 -1 4202560 2955 0 0 0 27 0 0 0 15 0 18 0 836454027 10798510080 304598 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 5 0 0 0
[pid=9684/tid=9700] ppid=9682 vsize=10545420 CPUtime=0.24 cores=1,3,5,7
/proc/9684/task/9700/stat : 9700 (java) S 9682 9684 9329 0 -1 4202560 2570 0 0 0 24 0 0 0 15 0 18 0 836454027 10798510080 304600 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 7 0 0 0
[pid=9684/tid=9701] ppid=9682 vsize=10545420 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9701/stat : 9701 (java) S 9682 9684 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836454027 10798510080 304603 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9702] ppid=9682 vsize=10545420 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9702/stat : 9702 (java) S 9682 9684 9329 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 836454027 10798510080 304606 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471872 0 4 0 16800975 18446604470301873216 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 10545420

[startup+6.3014 s]
/proc/loadavg: 2.06 2.06 1.98 3/570 9702
/proc/meminfo: memFree=19883132/32951124 swapFree=46970528/67111528
[pid=9684] ppid=9682 vsize=10543976 CPUtime=7.06 cores=1,3,5,7
/proc/9684/stat : 9684 (java) S 9682 9684 9329 0 -1 4202496 684292 0 1 0 625 81 0 0 21 0 18 0 836454022 10797031424 681222 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9684/statm: 2635994 681225 2226 9 0 2626728 0
[pid=9684/tid=9685] ppid=9682 vsize=10543976 CPUtime=6.07 cores=1,3,5,7
/proc/9684/task/9685/stat : 9685 (java) S 9682 9684 9329 0 -1 4202560 650959 0 1 0 530 77 0 0 18 0 18 0 836454022 10797031424 681226 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9687] ppid=9682 vsize=10543976 CPUtime=0.09 cores=1,3,5,7
/proc/9684/task/9687/stat : 9687 (java) R 9682 9684 9329 0 -1 4202560 8032 0 0 0 9 0 0 0 18 0 18 0 836454024 10797031424 681228 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 47851926193849 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9684/tid=9688] ppid=9682 vsize=10543976 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9688/stat : 9688 (java) S 9682 9684 9329 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 836454024 10797031424 681230 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9689] ppid=9682 vsize=10543976 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9689/stat : 9689 (java) S 9682 9684 9329 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 836454024 10797031424 681232 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9690] ppid=9682 vsize=10543976 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9690/stat : 9690 (java) S 9682 9684 9329 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 836454024 10797031424 681234 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9691] ppid=9682 vsize=10543976 CPUtime=0.09 cores=1,3,5,7
/proc/9684/task/9691/stat : 9691 (java) R 9682 9684 9329 0 -1 4202560 6247 0 0 0 9 0 0 0 18 0 18 0 836454024 10797031424 681235 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 47851927884427 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9684/tid=9692] ppid=9682 vsize=10543976 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9692/stat : 9692 (java) R 9682 9684 9329 0 -1 4202560 119 0 0 0 0 0 0 0 18 0 18 0 836454024 10797031424 681237 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 47851930619148 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9684/tid=9693] ppid=9682 vsize=10543976 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9693/stat : 9693 (java) R 9682 9684 9329 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 836454024 10797031424 681239 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9684/tid=9694] ppid=9682 vsize=10543976 CPUtime=0.2 cores=1,3,5,7
/proc/9684/task/9694/stat : 9694 (java) R 9682 9684 9329 0 -1 4202560 12260 0 0 0 20 0 0 0 18 0 18 0 836454024 10797031424 681241 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 47851926193849 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=9684/tid=9695] ppid=9682 vsize=10543976 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9695/stat : 9695 (java) S 9682 9684 9329 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 18 0 836454025 10797031424 681242 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 0 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9696] ppid=9682 vsize=10543976 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9696/stat : 9696 (java) S 9682 9684 9329 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 836454025 10797031424 681244 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9697] ppid=9682 vsize=10543976 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9697/stat : 9697 (java) S 9682 9684 9329 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 836454025 10797031424 681246 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 7 0 0 0
[pid=9684/tid=9698] ppid=9682 vsize=10543976 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9698/stat : 9698 (java) S 9682 9684 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836454027 10797031424 681248 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051478961 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9699] ppid=9682 vsize=10543976 CPUtime=0.28 cores=1,3,5,7
/proc/9684/task/9699/stat : 9699 (java) S 9682 9684 9329 0 -1 4202560 2955 0 0 0 28 0 0 0 16 0 18 0 836454027 10797031424 681250 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 5 0 0 0
[pid=9684/tid=9700] ppid=9682 vsize=10543976 CPUtime=0.26 cores=1,3,5,7
/proc/9684/task/9700/stat : 9700 (java) S 9682 9684 9329 0 -1 4202560 2574 0 0 0 26 0 0 0 15 0 18 0 836454027 10797031424 681251 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 7 0 0 0
[pid=9684/tid=9701] ppid=9682 vsize=10543976 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9701/stat : 9701 (java) S 9682 9684 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836454027 10797031424 681253 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9702] ppid=9682 vsize=10543976 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9702/stat : 9702 (java) S 9682 9684 9329 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 836454027 10797031424 681255 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471872 0 4 0 16800975 18446604470301873216 0 0 -1 7 0 0 0

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

/proc/9684/task/9696/stat : 9696 (java) S 9682 9684 9329 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 836454025 10803433472 1007648 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 7 0 0 0
[pid=9684/tid=9697] ppid=9682 vsize=10550228 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9697/stat : 9697 (java) S 9682 9684 9329 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 836454025 10803433472 1007648 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 7 0 0 0
[pid=9684/tid=9698] ppid=9682 vsize=10550228 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9698/stat : 9698 (java) S 9682 9684 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836454027 10803433472 1007648 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051478961 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9699] ppid=9682 vsize=10550228 CPUtime=0.86 cores=1,3,5,7
/proc/9684/task/9699/stat : 9699 (java) S 9682 9684 9329 0 -1 4202560 4909 0 0 0 86 0 0 0 15 0 19 0 836454027 10803433472 1007648 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 5 0 0 0
[pid=9684/tid=9700] ppid=9682 vsize=10550228 CPUtime=0.96 cores=1,3,5,7
/proc/9684/task/9700/stat : 9700 (java) S 9682 9684 9329 0 -1 4202560 9915 0 0 0 95 1 0 0 15 0 19 0 836454027 10803433472 1007648 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 7 0 0 0
[pid=9684/tid=9701] ppid=9682 vsize=10550228 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9701/stat : 9701 (java) S 9682 9684 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836454027 10803433472 1007648 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9702] ppid=9682 vsize=10550228 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9702/stat : 9702 (java) S 9682 9684 9329 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 836454027 10803433472 1007648 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471872 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9704] ppid=9682 vsize=10550228 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9704/stat : 9704 (java) S 9682 9684 9329 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 836454811 10803433472 1007648 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471872 0 4 0 16800975 18446604470301873216 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1726.76
Current children cumulated vsize (KiB) 10550228

[startup+1782.32 s]
/proc/loadavg: 2.16 2.10 2.03 3/572 9761
/proc/meminfo: memFree=16761052/32951124 swapFree=46970528/67111528
[pid=9684] ppid=9682 vsize=10550228 CPUtime=1786.8 cores=1,3,5,7
/proc/9684/stat : 9684 (java) S 9682 9684 9329 0 -1 4202496 1020352 0 1 0 178560 120 0 0 21 0 19 0 836454022 10803433472 1009226 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9684/statm: 2637557 1009226 2266 9 0 2628291 0
[pid=9684/tid=9685] ppid=9682 vsize=10550228 CPUtime=1767.5 cores=1,3,5,7
/proc/9684/task/9685/stat : 9685 (java) R 9682 9684 9329 0 -1 4202560 709177 0 1 0 176667 83 0 0 25 0 19 0 836454022 10803433472 1009226 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 46912505904748 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9684/tid=9687] ppid=9682 vsize=10550228 CPUtime=0.5 cores=1,3,5,7
/proc/9684/task/9687/stat : 9687 (java) S 9682 9684 9329 0 -1 4202560 22256 0 0 0 47 3 0 0 15 0 19 0 836454024 10803433472 1009226 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 5 0 0 0
[pid=9684/tid=9688] ppid=9682 vsize=10550228 CPUtime=0.49 cores=1,3,5,7
/proc/9684/task/9688/stat : 9688 (java) S 9682 9684 9329 0 -1 4202560 28952 0 0 0 47 2 0 0 15 0 19 0 836454024 10803433472 1009226 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9689] ppid=9682 vsize=10550228 CPUtime=0.68 cores=1,3,5,7
/proc/9684/task/9689/stat : 9689 (java) S 9682 9684 9329 0 -1 4202560 32351 0 0 0 64 4 0 0 16 0 19 0 836454024 10803433472 1009226 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 7 0 0 0
[pid=9684/tid=9690] ppid=9682 vsize=10550228 CPUtime=0.42 cores=1,3,5,7
/proc/9684/task/9690/stat : 9690 (java) S 9682 9684 9329 0 -1 4202560 20603 0 0 0 40 2 0 0 15 0 19 0 836454024 10803433472 1009226 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 7 0 0 0
[pid=9684/tid=9691] ppid=9682 vsize=10550228 CPUtime=0.63 cores=1,3,5,7
/proc/9684/task/9691/stat : 9691 (java) S 9682 9684 9329 0 -1 4202560 22210 0 0 0 61 2 0 0 16 0 19 0 836454024 10803433472 1009226 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9692] ppid=9682 vsize=10550228 CPUtime=0.36 cores=1,3,5,7
/proc/9684/task/9692/stat : 9692 (java) S 9682 9684 9329 0 -1 4202560 22758 0 0 0 34 2 0 0 15 0 19 0 836454024 10803433472 1009226 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 5 0 0 0
[pid=9684/tid=9693] ppid=9682 vsize=10550228 CPUtime=0.29 cores=1,3,5,7
/proc/9684/task/9693/stat : 9693 (java) S 9682 9684 9329 0 -1 4202560 13936 0 0 0 27 2 0 0 15 0 19 0 836454024 10803433472 1009226 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 5 0 0 0
[pid=9684/tid=9694] ppid=9682 vsize=10550228 CPUtime=0.65 cores=1,3,5,7
/proc/9684/task/9694/stat : 9694 (java) S 9682 9684 9329 0 -1 4202560 25462 0 0 0 63 2 0 0 15 0 19 0 836454024 10803433472 1009226 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9695] ppid=9682 vsize=10550228 CPUtime=13.32 cores=1,3,5,7
/proc/9684/task/9695/stat : 9695 (java) S 9682 9684 9329 0 -1 4202560 106571 0 0 0 1322 10 0 0 15 0 19 0 836454025 10803433472 1009226 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471872 0 0 0 16800975 18446604470301873216 0 0 -1 1 0 0 0
[pid=9684/tid=9696] ppid=9682 vsize=10550228 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9696/stat : 9696 (java) S 9682 9684 9329 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 836454025 10803433472 1009226 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 7 0 0 0
[pid=9684/tid=9697] ppid=9682 vsize=10550228 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9697/stat : 9697 (java) S 9682 9684 9329 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 836454025 10803433472 1009226 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 7 0 0 0
[pid=9684/tid=9698] ppid=9682 vsize=10550228 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9698/stat : 9698 (java) S 9682 9684 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836454027 10803433472 1009226 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051478961 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9699] ppid=9682 vsize=10550228 CPUtime=0.86 cores=1,3,5,7
/proc/9684/task/9699/stat : 9699 (java) S 9682 9684 9329 0 -1 4202560 4909 0 0 0 86 0 0 0 15 0 19 0 836454027 10803433472 1009226 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 5 0 0 0
[pid=9684/tid=9700] ppid=9682 vsize=10550228 CPUtime=0.96 cores=1,3,5,7
/proc/9684/task/9700/stat : 9700 (java) S 9682 9684 9329 0 -1 4202560 9915 0 0 0 95 1 0 0 15 0 19 0 836454027 10803433472 1009226 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 7 0 0 0
[pid=9684/tid=9701] ppid=9682 vsize=10550228 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9701/stat : 9701 (java) S 9682 9684 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836454027 10803433472 1009226 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9702] ppid=9682 vsize=10550228 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9702/stat : 9702 (java) S 9682 9684 9329 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 836454027 10803433472 1009226 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471872 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9704] ppid=9682 vsize=10550228 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9704/stat : 9704 (java) S 9682 9684 9329 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 836454811 10803433472 1009226 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471872 0 4 0 16800975 18446604470301873216 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1786.8
Current children cumulated vsize (KiB) 10550228



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.52 s]
/proc/loadavg: 2.12 2.10 2.02 3/572 9761
/proc/meminfo: memFree=16761408/32951124 swapFree=46970528/67111528
[pid=9684] ppid=9682 vsize=10550228 CPUtime=1800.01 cores=1,3,5,7
/proc/9684/stat : 9684 (java) S 9682 9684 9329 0 -1 4202496 1020354 0 1 0 179881 120 0 0 21 0 19 0 836454022 10803433472 1009226 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9684/statm: 2637557 1009226 2266 9 0 2628291 0
[pid=9684/tid=9685] ppid=9682 vsize=10550228 CPUtime=1780.72 cores=1,3,5,7
/proc/9684/task/9685/stat : 9685 (java) R 9682 9684 9329 0 -1 4202560 709177 0 1 0 177989 83 0 0 25 0 19 0 836454022 10803433472 1009226 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 46912505904748 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9684/tid=9687] ppid=9682 vsize=10550228 CPUtime=0.5 cores=1,3,5,7
/proc/9684/task/9687/stat : 9687 (java) S 9682 9684 9329 0 -1 4202560 22256 0 0 0 47 3 0 0 15 0 19 0 836454024 10803433472 1009226 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 5 0 0 0
[pid=9684/tid=9688] ppid=9682 vsize=10550228 CPUtime=0.49 cores=1,3,5,7
/proc/9684/task/9688/stat : 9688 (java) S 9682 9684 9329 0 -1 4202560 28952 0 0 0 47 2 0 0 15 0 19 0 836454024 10803433472 1009226 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9689] ppid=9682 vsize=10550228 CPUtime=0.68 cores=1,3,5,7
/proc/9684/task/9689/stat : 9689 (java) S 9682 9684 9329 0 -1 4202560 32351 0 0 0 64 4 0 0 16 0 19 0 836454024 10803433472 1009226 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 7 0 0 0
[pid=9684/tid=9690] ppid=9682 vsize=10550228 CPUtime=0.42 cores=1,3,5,7
/proc/9684/task/9690/stat : 9690 (java) S 9682 9684 9329 0 -1 4202560 20603 0 0 0 40 2 0 0 15 0 19 0 836454024 10803433472 1009226 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 7 0 0 0
[pid=9684/tid=9691] ppid=9682 vsize=10550228 CPUtime=0.63 cores=1,3,5,7
/proc/9684/task/9691/stat : 9691 (java) S 9682 9684 9329 0 -1 4202560 22210 0 0 0 61 2 0 0 16 0 19 0 836454024 10803433472 1009226 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9692] ppid=9682 vsize=10550228 CPUtime=0.36 cores=1,3,5,7
/proc/9684/task/9692/stat : 9692 (java) S 9682 9684 9329 0 -1 4202560 22758 0 0 0 34 2 0 0 15 0 19 0 836454024 10803433472 1009226 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 5 0 0 0
[pid=9684/tid=9693] ppid=9682 vsize=10550228 CPUtime=0.29 cores=1,3,5,7
/proc/9684/task/9693/stat : 9693 (java) S 9682 9684 9329 0 -1 4202560 13936 0 0 0 27 2 0 0 15 0 19 0 836454024 10803433472 1009226 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 5 0 0 0
[pid=9684/tid=9694] ppid=9682 vsize=10550228 CPUtime=0.65 cores=1,3,5,7
/proc/9684/task/9694/stat : 9694 (java) S 9682 9684 9329 0 -1 4202560 25462 0 0 0 63 2 0 0 15 0 19 0 836454024 10803433472 1009226 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9695] ppid=9682 vsize=10550228 CPUtime=13.32 cores=1,3,5,7
/proc/9684/task/9695/stat : 9695 (java) S 9682 9684 9329 0 -1 4202560 106571 0 0 0 1322 10 0 0 15 0 19 0 836454025 10803433472 1009226 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471872 0 0 0 16800975 18446604470301873216 0 0 -1 1 0 0 0
[pid=9684/tid=9696] ppid=9682 vsize=10550228 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9696/stat : 9696 (java) S 9682 9684 9329 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 836454025 10803433472 1009226 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 7 0 0 0
[pid=9684/tid=9697] ppid=9682 vsize=10550228 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9697/stat : 9697 (java) S 9682 9684 9329 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 836454025 10803433472 1009226 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 7 0 0 0
[pid=9684/tid=9698] ppid=9682 vsize=10550228 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9698/stat : 9698 (java) S 9682 9684 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836454027 10803433472 1009226 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051478961 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9699] ppid=9682 vsize=10550228 CPUtime=0.86 cores=1,3,5,7
/proc/9684/task/9699/stat : 9699 (java) S 9682 9684 9329 0 -1 4202560 4909 0 0 0 86 0 0 0 15 0 19 0 836454027 10803433472 1009226 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 5 0 0 0
[pid=9684/tid=9700] ppid=9682 vsize=10550228 CPUtime=0.96 cores=1,3,5,7
/proc/9684/task/9700/stat : 9700 (java) S 9682 9684 9329 0 -1 4202560 9915 0 0 0 95 1 0 0 15 0 19 0 836454027 10803433472 1009226 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 7 0 0 0
[pid=9684/tid=9701] ppid=9682 vsize=10550228 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9701/stat : 9701 (java) S 9682 9684 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836454027 10803433472 1009226 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9702] ppid=9682 vsize=10550228 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9702/stat : 9702 (java) S 9682 9684 9329 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 836454027 10803433472 1009226 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471872 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9704] ppid=9682 vsize=10550228 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9704/stat : 9704 (java) S 9682 9684 9329 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 836454811 10803433472 1009226 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471872 0 4 0 16800975 18446604470301873216 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 10550228

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

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

[startup+1795.63 s]
/proc/loadavg: 2.12 2.10 2.02 3/572 9761
/proc/meminfo: memFree=16761408/32951124 swapFree=46970528/67111528
[pid=9684] ppid=9682 vsize=10552284 CPUtime=1800.2 cores=1,3,5,7
/proc/9684/stat : 9684 (java) S 9682 9684 9329 0 -1 4202496 1022018 0 1 0 179900 120 0 0 18 0 21 0 836454022 10805538816 1010843 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9684/statm: 2638071 1010843 2266 9 0 2628805 0
[pid=9684/tid=9685] ppid=9682 vsize=10552284 CPUtime=1780.77 cores=1,3,5,7
/proc/9684/task/9685/stat : 9685 (java) R 9682 9684 9329 0 -1 4202560 709177 0 1 0 177994 83 0 0 25 0 21 0 836454022 10805538816 1010843 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 46912505931322 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=9684/tid=9687] ppid=9682 vsize=10552284 CPUtime=0.51 cores=1,3,5,7
/proc/9684/task/9687/stat : 9687 (java) S 9682 9684 9329 0 -1 4202560 22378 0 0 0 48 3 0 0 16 0 21 0 836454024 10805538816 1010843 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9688] ppid=9682 vsize=10552284 CPUtime=0.49 cores=1,3,5,7
/proc/9684/task/9688/stat : 9688 (java) S 9682 9684 9329 0 -1 4202560 28952 0 0 0 47 2 0 0 15 0 21 0 836454024 10805538816 1010843 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9689] ppid=9682 vsize=10552284 CPUtime=0.68 cores=1,3,5,7
/proc/9684/task/9689/stat : 9689 (java) S 9682 9684 9329 0 -1 4202560 32351 0 0 0 64 4 0 0 15 0 21 0 836454024 10805538816 1010843 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 7 0 0 0
[pid=9684/tid=9690] ppid=9682 vsize=10552284 CPUtime=0.43 cores=1,3,5,7
/proc/9684/task/9690/stat : 9690 (java) S 9682 9684 9329 0 -1 4202560 21358 0 0 0 41 2 0 0 16 0 21 0 836454024 10805538816 1010843 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 7 0 0 0
[pid=9684/tid=9691] ppid=9682 vsize=10552284 CPUtime=0.63 cores=1,3,5,7
/proc/9684/task/9691/stat : 9691 (java) S 9682 9684 9329 0 -1 4202560 22210 0 0 0 61 2 0 0 15 0 21 0 836454024 10805538816 1010843 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9692] ppid=9682 vsize=10552284 CPUtime=0.37 cores=1,3,5,7
/proc/9684/task/9692/stat : 9692 (java) S 9682 9684 9329 0 -1 4202560 23126 0 0 0 35 2 0 0 16 0 21 0 836454024 10805538816 1010843 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 5 0 0 0
[pid=9684/tid=9693] ppid=9682 vsize=10552284 CPUtime=0.29 cores=1,3,5,7
/proc/9684/task/9693/stat : 9693 (java) S 9682 9684 9329 0 -1 4202560 13936 0 0 0 27 2 0 0 15 0 21 0 836454024 10805538816 1010843 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 5 0 0 0
[pid=9684/tid=9694] ppid=9682 vsize=10552284 CPUtime=0.66 cores=1,3,5,7
/proc/9684/task/9694/stat : 9694 (java) S 9682 9684 9329 0 -1 4202560 25849 0 0 0 64 2 0 0 16 0 21 0 836454024 10805538816 1010843 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9695] ppid=9682 vsize=10552284 CPUtime=13.32 cores=1,3,5,7
/proc/9684/task/9695/stat : 9695 (java) S 9682 9684 9329 0 -1 4202560 106572 0 0 0 1322 10 0 0 15 0 21 0 836454025 10805538816 1010843 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471872 0 0 0 16800975 18446604470301873216 0 0 -1 1 0 0 0
[pid=9684/tid=9696] ppid=9682 vsize=10552284 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9696/stat : 9696 (java) S 9682 9684 9329 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 21 0 836454025 10805538816 1010843 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 7 0 0 0
[pid=9684/tid=9697] ppid=9682 vsize=10552284 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9697/stat : 9697 (java) S 9682 9684 9329 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 21 0 836454025 10805538816 1010843 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 7 0 0 0
[pid=9684/tid=9698] ppid=9682 vsize=10552284 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9698/stat : 9698 (java) S 9682 9684 9329 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 21 0 836454027 10805538816 1010843 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051478961 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9699] ppid=9682 vsize=10552284 CPUtime=0.86 cores=1,3,5,7
/proc/9684/task/9699/stat : 9699 (java) S 9682 9684 9329 0 -1 4202560 4910 0 0 0 86 0 0 0 15 0 21 0 836454027 10805538816 1010843 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 5 0 0 0
[pid=9684/tid=9700] ppid=9682 vsize=10552284 CPUtime=0.98 cores=1,3,5,7
/proc/9684/task/9700/stat : 9700 (java) S 9682 9684 9329 0 -1 4202560 9917 0 0 0 97 1 0 0 15 0 21 0 836454027 10805538816 1010843 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 7 0 0 0
[pid=9684/tid=9701] ppid=9682 vsize=10552284 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9701/stat : 9701 (java) S 9682 9684 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 836454027 10805538816 1010843 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471257 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9702] ppid=9682 vsize=10552284 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9702/stat : 9702 (java) S 9682 9684 9329 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 21 0 836454027 10805538816 1010843 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471872 0 4 0 16800975 18446604470301873216 0 0 -1 3 0 0 0
[pid=9684/tid=9704] ppid=9682 vsize=10552284 CPUtime=0 cores=1,3,5,7
/proc/9684/task/9704/stat : 9704 (java) S 9682 9684 9329 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 21 0 836454811 10805538816 1010843 33554432000 1073741824 1073778376 140734908178336 18446744073709551615 212051471872 0 4 0 16800975 18446604470301873216 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 10552284

[startup+1795.7 s]
/proc/loadavg: 2.12 2.10 2.02 3/572 9761
/proc/meminfo: memFree=16761408/32951124 swapFree=46970528/67111528
[pid=9684] ppid=9682 vsize=0 CPUtime=1800.28 cores=1,3,5,7
/proc/9684/stat : 9684 (java) Z 9682 9684 9329 0 -1 4203548 1022019 0 1 0 179901 127 0 0 17 0 2 0 836454022 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9684/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.77
CPU time (s): 1800.37
CPU user time (s): 1799.02
CPU system time (s): 1.3478
CPU usage (%): 100.256
Max. virtual memory (cumulated for all children) (KiB): 10554480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.02
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= 1022019
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= 39191
involuntary context switches= 30419

runsolver used 9.51955 second user time and 22.9935 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-07 11:52:58
IDJOB=3478826
IDBENCH=89720
IDSOLVER=1951
FILE ID=node146/3478826-1307440376
RUNJOBID= node146-1307436781-9348
PBS_JOBID= 13519942
Free space on /tmp= 73800 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-135.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3478826-1307440376/watcher-3478826-1307440376 -o /tmp/evaluation-result-3478826-1307440376/solver-3478826-1307440376 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3478826-1307440376.opb

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

MD5SUM BENCH= 0bf2f4aff59c663568b0bfbd80eaa689
RANDOM SEED=1336055959

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24709428 kB
Buffers:        232032 kB
Cached:         563448 kB
SwapCached:      60836 kB
Active:         522692 kB
Inactive:      7455672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24709428 kB
SwapTotal:    67111528 kB
SwapFree:     46970528 kB
Dirty:          100616 kB
Writeback:           0 kB
AnonPages:     7133492 kB
Mapped:          24196 kB
Slab:            96092 kB
PageTables:      98124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 171019376 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= 73800 MiB
End job on node146 at 2011-06-07 12:22:55