Trace number 3478815

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.31 1794.21

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-91.opb
MD5SUM0d52a3bd95f65144c5f8bf26bef42f13
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 variables10086
Total number of constraints226240
Number of constraints which are clauses203302
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint2
Maximum length of a constraint231
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 232
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.1.v20110525
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.18-164.el5
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		9996466904
0.01/0.09	c Max memory 		10048897024
0.01/0.09	c Total memory 		10048897024
0.01/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@13d4c61c
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3478815-1307440373.opb
0.09/0.11	c reading problem ... 
2.32/1.82	c ... done. Wall clock time 1.713s.
2.32/1.82	c #vars     10086
2.32/1.82	c #constraints  226608
2.32/1.82	c constraints type 
2.32/1.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 47809
2.32/1.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 155859
2.32/1.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 722
2.32/1.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22218
5.31/4.23	c cleaning 0 clauses out of 5000 with flag 0/5000
8.12/6.66	c cleaning 0 clauses out of 11003 with flag 0/11003
13.61/12.10	c cleaning 0 clauses out of 18000 with flag 0/18000
25.11/23.43	c cleaning 0 clauses out of 26000 with flag 0/26000
47.52/45.62	c cleaning 0 clauses out of 35000 with flag 0/35000
87.28/85.20	c cleaning 0 clauses out of 45000 with flag 0/45000
179.71/177.46	c cleaning 0 clauses out of 56000 with flag 0/56000
384.58/381.89	c cleaning 0 clauses out of 68000 with flag 0/68000
846.89/843.15	c cleaning 0 clauses out of 81000 with flag 0/81000
1415.20/1410.03	c cleaning 0 clauses out of 95004 with flag 0/95004
1800.06/1794.04	c starts		: 91
1800.06/1794.04	c conflicts		: 101270
1800.06/1794.04	c decisions		: 654905
1800.06/1794.04	c propagations		: 35147232
1800.06/1794.04	c inspects		: 3388621443
1800.06/1794.04	c shortcuts		: 0
1800.06/1794.04	c learnt literals	: 0
1800.06/1794.04	c learnt binary clauses	: 21
1800.06/1794.04	c learnt ternary clauses	: 523
1800.06/1794.04	c learnt constraints	: 101270
1800.06/1794.04	c ignored constraints	: 0
1800.06/1794.04	c root simplifications	: 0
1800.06/1794.04	c removed literals (reason simplification)	: 0
1800.06/1794.04	c reason swapping (by a shorter reason)	: 0
1800.06/1794.04	c Calls to reduceDB	: 10
1800.06/1794.04	c number of reductions to clauses (during analyze)	: 0
1800.06/1794.04	c number of learned constraints concerned by reduction	: 0
1800.06/1794.04	c number of learning phase by resolution	: 0
1800.06/1794.04	c number of learning phase by cutting planes	: 0
1800.06/1794.04	c speed (assignments/second)	: 19611.05894103107
1800.06/1794.04	c non guided choices	16640
1800.06/1794.07	c learnt constraints type 
1800.06/1794.07	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 76208
1800.06/1794.07	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 8
1800.06/1794.07	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 21
1800.06/1794.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 25033
1800.06/1794.07	c constraints type 
1800.06/1794.07	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 47809
1800.06/1794.07	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 155859
1800.06/1794.07	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 722
1800.06/1794.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22218
1800.06/1794.07	s UNKNOWN
1800.06/1794.07	c Total wall clock time (in seconds): 1793.959

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-3478815-1307440373/watcher-3478815-1307440373 -o /tmp/evaluation-result-3478815-1307440373/solver-3478815-1307440373 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3478815-1307440373.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: 2.02 2.02 1.96 2/442 24632
/proc/meminfo: memFree=21546072/32951124 swapFree=44043516/67111528
[pid=24632] ppid=24630 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/24632/stat : 24632 (java) S 24630 24632 24324 0 -1 4202496 1931 0 1 0 0 0 0 0 25 0 2 0 855635482 10681323520 1634 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528636901 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/24632/statm: 2607745 1646 906 9 0 2598901 0
[pid=24632/tid=24633] ppid=24630 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24633/stat : 24633 (java) R 24630 24632 24324 0 -1 4202560 3510 0 1 0 0 0 0 0 25 0 2 0 855635483 10694979584 4326 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246516528187 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.028274 s]
/proc/loadavg: 2.02 2.02 1.96 2/442 24632
/proc/meminfo: memFree=21546072/32951124 swapFree=44043516/67111528
[pid=24632] ppid=24630 vsize=10454868 CPUtime=0.01 cores=0,2,4,6
/proc/24632/stat : 24632 (java) S 24630 24632 24324 0 -1 4202496 10547 0 1 0 0 1 0 0 25 0 10 0 855635482 10705784832 10246 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528636901 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/24632/statm: 2613717 10254 1439 9 0 2604465 0
[pid=24632/tid=24633] ppid=24630 vsize=10454868 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24633/stat : 24633 (java) R 24630 24632 24324 0 -1 4202560 9438 0 1 0 0 0 0 0 25 0 10 0 855635483 10705784832 10259 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 46912504009893 0 4 0 16784584 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10454868

[startup+0.100238 s]
/proc/loadavg: 2.02 2.02 1.96 2/442 24632
/proc/meminfo: memFree=21546072/32951124 swapFree=44043516/67111528
[pid=24632] ppid=24630 vsize=10540184 CPUtime=0.09 cores=0,2,4,6
/proc/24632/stat : 24632 (java) S 24630 24632 24324 0 -1 4202496 13073 0 1 0 8 1 0 0 25 0 18 0 855635482 10793148416 12757 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/24632/statm: 2635046 12758 2092 9 0 2625780 0
[pid=24632/tid=24633] ppid=24630 vsize=10540184 CPUtime=0.08 cores=0,2,4,6
/proc/24632/task/24633/stat : 24633 (java) R 24630 24632 24324 0 -1 4202560 11143 0 1 0 7 1 0 0 18 0 18 0 855635483 10793148416 12758 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528660939 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10540184

[startup+0.309179 s]
/proc/loadavg: 2.02 2.02 1.96 2/442 24632
/proc/meminfo: memFree=21546072/32951124 swapFree=44043516/67111528
[pid=24632] ppid=24630 vsize=10541920 CPUtime=0.51 cores=0,2,4,6
/proc/24632/stat : 24632 (java) S 24630 24632 24324 0 -1 4202496 16449 0 1 0 49 2 0 0 25 0 18 0 855635482 10794926080 15701 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/24632/statm: 2635480 15702 2201 9 0 2626214 0
[pid=24632/tid=24633] ppid=24630 vsize=10541920 CPUtime=0.29 cores=0,2,4,6
/proc/24632/task/24633/stat : 24633 (java) R 24630 24632 24324 0 -1 4202560 13363 0 1 0 27 2 0 0 18 0 18 0 855635483 10794926080 15703 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 10541920

[startup+0.701183 s]
/proc/loadavg: 2.02 2.02 1.96 2/442 24632
/proc/meminfo: memFree=21546072/32951124 swapFree=44043516/67111528
[pid=24632] ppid=24630 vsize=10545560 CPUtime=1.17 cores=0,2,4,6
/proc/24632/stat : 24632 (java) S 24630 24632 24324 0 -1 4202496 51243 0 1 0 110 7 0 0 25 0 18 0 855635482 10798653440 49176 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/24632/statm: 2636390 49181 2215 9 0 2627124 0
[pid=24632/tid=24633] ppid=24630 vsize=10545560 CPUtime=0.68 cores=0,2,4,6
/proc/24632/task/24633/stat : 24633 (java) R 24630 24632 24324 0 -1 4202560 44903 0 1 0 62 6 0 0 18 0 18 0 855635483 10798653440 49183 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 10545560

[startup+1.50101 s]
/proc/loadavg: 2.02 2.02 1.96 3/460 24650
/proc/meminfo: memFree=21230660/32951124 swapFree=44043516/67111528
[pid=24632] ppid=24630 vsize=10545560 CPUtime=2.02 cores=0,2,4,6
/proc/24632/stat : 24632 (java) S 24630 24632 24324 0 -1 4202496 136141 0 1 0 183 19 0 0 25 0 18 0 855635482 10798653440 134026 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/24632/statm: 2636390 134031 2215 9 0 2627124 0
[pid=24632/tid=24633] ppid=24630 vsize=10545560 CPUtime=1.48 cores=0,2,4,6
/proc/24632/task/24633/stat : 24633 (java) R 24630 24632 24324 0 -1 4202560 129743 0 1 0 130 18 0 0 19 0 18 0 855635483 10798653440 134033 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 46912505547878 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=24632/tid=24635] ppid=24630 vsize=10545560 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24635/stat : 24635 (java) S 24630 24632 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855635484 10798653440 134035 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=24632/tid=24636] ppid=24630 vsize=10545560 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24636/stat : 24636 (java) S 24630 24632 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855635484 10798653440 134038 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=24632/tid=24637] ppid=24630 vsize=10545560 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24637/stat : 24637 (java) S 24630 24632 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855635484 10798653440 134041 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=24632/tid=24638] ppid=24630 vsize=10545560 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24638/stat : 24638 (java) S 24630 24632 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855635484 10798653440 134044 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=24632/tid=24639] ppid=24630 vsize=10545560 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24639/stat : 24639 (java) S 24630 24632 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855635484 10798653440 134046 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=24632/tid=24640] ppid=24630 vsize=10545560 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24640/stat : 24640 (java) S 24630 24632 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855635484 10798653440 134049 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=24632/tid=24641] ppid=24630 vsize=10545560 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24641/stat : 24641 (java) S 24630 24632 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855635484 10798653440 134051 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=24632/tid=24642] ppid=24630 vsize=10545560 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24642/stat : 24642 (java) S 24630 24632 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855635484 10798653440 134054 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=24632/tid=24643] ppid=24630 vsize=10545560 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24643/stat : 24643 (java) S 24630 24632 24324 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 855635485 10798653440 134057 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650752 0 0 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
[pid=24632/tid=24644] ppid=24630 vsize=10545560 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24644/stat : 24644 (java) S 24630 24632 24324 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 855635486 10798653440 134059 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=24632/tid=24645] ppid=24630 vsize=10545560 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24645/stat : 24645 (java) S 24630 24632 24324 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 855635486 10798653440 134062 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=24632/tid=24646] ppid=24630 vsize=10545560 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24646/stat : 24646 (java) S 24630 24632 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855635488 10798653440 134065 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528657841 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=24632/tid=24647] ppid=24630 vsize=10545560 CPUtime=0.27 cores=0,2,4,6
/proc/24632/task/24647/stat : 24647 (java) S 24630 24632 24324 0 -1 4202560 2778 0 0 0 27 0 0 0 15 0 18 0 855635488 10798653440 134068 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=24632/tid=24648] ppid=24630 vsize=10545560 CPUtime=0.25 cores=0,2,4,6
/proc/24632/task/24648/stat : 24648 (java) S 24630 24632 24324 0 -1 4202560 2477 0 0 0 25 0 0 0 20 0 18 0 855635488 10798653440 134070 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
[pid=24632/tid=24649] ppid=24630 vsize=10545560 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24649/stat : 24649 (java) S 24630 24632 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855635488 10798653440 134073 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=24632/tid=24650] ppid=24630 vsize=10545560 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24650/stat : 24650 (java) S 24630 24632 24324 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 855635488 10798653440 134076 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650752 0 4 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 10545560

[startup+3.10068 s]
/proc/loadavg: 2.02 2.02 1.96 3/461 24651
/proc/meminfo: memFree=20828024/32951124 swapFree=44043516/67111528
[pid=24632] ppid=24630 vsize=10546372 CPUtime=4.18 cores=0,2,4,6
/proc/24632/stat : 24632 (java) S 24630 24632 24324 0 -1 4202496 262708 0 1 0 385 33 0 0 25 0 19 0 855635482 10799484928 259583 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/24632/statm: 2636593 259583 2236 9 0 2627327 0
[pid=24632/tid=24633] ppid=24630 vsize=10546372 CPUtime=3.07 cores=0,2,4,6
/proc/24632/task/24633/stat : 24633 (java) R 24630 24632 24324 0 -1 4202560 255203 0 1 0 275 32 0 0 18 0 19 0 855635483 10799484928 259583 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 46912505882512 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=24632/tid=24635] ppid=24630 vsize=10546372 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24635/stat : 24635 (java) S 24630 24632 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855635484 10799484928 259583 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=24632/tid=24636] ppid=24630 vsize=10546372 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24636/stat : 24636 (java) S 24630 24632 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855635484 10799484928 259583 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=24632/tid=24637] ppid=24630 vsize=10546372 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24637/stat : 24637 (java) S 24630 24632 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855635484 10799484928 259583 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=24632/tid=24638] ppid=24630 vsize=10546372 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24638/stat : 24638 (java) S 24630 24632 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855635484 10799484928 259583 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=24632/tid=24639] ppid=24630 vsize=10546372 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24639/stat : 24639 (java) S 24630 24632 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855635484 10799484928 259583 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=24632/tid=24640] ppid=24630 vsize=10546372 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24640/stat : 24640 (java) S 24630 24632 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855635484 10799484928 259583 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=24632/tid=24641] ppid=24630 vsize=10546372 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24641/stat : 24641 (java) S 24630 24632 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855635484 10799484928 259583 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=24632/tid=24642] ppid=24630 vsize=10546372 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24642/stat : 24642 (java) S 24630 24632 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855635484 10799484928 259583 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=24632/tid=24643] ppid=24630 vsize=10546372 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24643/stat : 24643 (java) S 24630 24632 24324 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 855635485 10799484928 259583 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650752 0 0 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=24632/tid=24644] ppid=24630 vsize=10546372 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24644/stat : 24644 (java) S 24630 24632 24324 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 855635486 10799484928 259583 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=24632/tid=24645] ppid=24630 vsize=10546372 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24645/stat : 24645 (java) S 24630 24632 24324 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 855635486 10799484928 259583 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=24632/tid=24646] ppid=24630 vsize=10546372 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24646/stat : 24646 (java) S 24630 24632 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855635488 10799484928 259583 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528657841 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=24632/tid=24647] ppid=24630 vsize=10546372 CPUtime=0.54 cores=0,2,4,6
/proc/24632/task/24647/stat : 24647 (java) S 24630 24632 24324 0 -1 4202560 3709 0 0 0 54 0 0 0 15 0 19 0 855635488 10799484928 259583 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=24632/tid=24648] ppid=24630 vsize=10546372 CPUtime=0.56 cores=0,2,4,6
/proc/24632/task/24648/stat : 24648 (java) S 24630 24632 24324 0 -1 4202560 2635 0 0 0 56 0 0 0 16 0 19 0 855635488 10799484928 259583 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
[pid=24632/tid=24649] ppid=24630 vsize=10546372 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24649/stat : 24649 (java) S 24630 24632 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855635488 10799484928 259583 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=24632/tid=24650] ppid=24630 vsize=10546372 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24650/stat : 24650 (java) S 24630 24632 24324 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855635488 10799484928 259583 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650752 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=24632/tid=24651] ppid=24630 vsize=10546372 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24651/stat : 24651 (java) S 24630 24632 24324 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 855635666 10799484928 259583 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650752 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 10546372

[startup+6.3011 s]
/proc/loadavg: 2.02 2.02 1.96 3/461 24651
/proc/meminfo: memFree=20095404/32951124 swapFree=44043516/67111528
[pid=24632] ppid=24630 vsize=10552020 CPUtime=7.8 cores=0,2,4,6
/proc/24632/stat : 24632 (java) S 24630 24632 24324 0 -1 4202496 368915 0 1 0 735 45 0 0 25 0 19 0 855635482 10805268480 363647 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/24632/statm: 2638005 363647 2265 9 0 2628739 0
[pid=24632/tid=24633] ppid=24630 vsize=10552020 CPUtime=6.09 cores=0,2,4,6
/proc/24632/task/24633/stat : 24633 (java) R 24630 24632 24324 0 -1 4202560 341266 0 1 0 567 42 0 0 18 0 19 0 855635483 10805268480 363647 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 46912505958439 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=24632/tid=24635] ppid=24630 vsize=10552020 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24635/stat : 24635 (java) S 24630 24632 24324 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 855635484 10805268480 363647 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
[pid=24632/tid=24636] ppid=24630 vsize=10552020 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24636/stat : 24636 (java) S 24630 24632 24324 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 855635484 10805268480 363647 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=24632/tid=24637] ppid=24630 vsize=10552020 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24637/stat : 24637 (java) S 24630 24632 24324 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 855635484 10805268480 363647 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=24632/tid=24638] ppid=24630 vsize=10552020 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24638/stat : 24638 (java) S 24630 24632 24324 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 855635484 10805268480 363647 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=24632/tid=24639] ppid=24630 vsize=10552020 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24639/stat : 24639 (java) S 24630 24632 24324 0 -1 4202560 107 0 0 0 0 0 0 0 18 0 19 0 855635484 10805268480 363647 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=24632/tid=24640] ppid=24630 vsize=10552020 CPUtime=0.03 cores=0,2,4,6
/proc/24632/task/24640/stat : 24640 (java) S 24630 24632 24324 0 -1 4202560 2431 0 0 0 3 0 0 0 18 0 19 0 855635484 10805268480 363647 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=24632/tid=24641] ppid=24630 vsize=10552020 CPUtime=0.04 cores=0,2,4,6
/proc/24632/task/24641/stat : 24641 (java) S 24630 24632 24324 0 -1 4202560 2497 0 0 0 4 0 0 0 18 0 19 0 855635484 10805268480 363647 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
[pid=24632/tid=24642] ppid=24630 vsize=10552020 CPUtime=0.04 cores=0,2,4,6
/proc/24632/task/24642/stat : 24642 (java) S 24630 24632 24324 0 -1 4202560 3294 0 0 0 4 0 0 0 18 0 19 0 855635484 10805268480 363647 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
[pid=24632/tid=24643] ppid=24630 vsize=10552020 CPUtime=0.1 cores=0,2,4,6
/proc/24632/task/24643/stat : 24643 (java) S 24630 24632 24324 0 -1 4202560 8301 0 0 0 10 0 0 0 15 0 19 0 855635485 10805268480 363647 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650752 0 0 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=24632/tid=24644] ppid=24630 vsize=10552020 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24644/stat : 24644 (java) S 24630 24632 24324 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 855635486 10805268480 363647 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
[pid=24632/tid=24645] ppid=24630 vsize=10552020 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24645/stat : 24645 (java) S 24630 24632 24324 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 855635486 10805268480 363647 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
[pid=24632/tid=24646] ppid=24630 vsize=10552020 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24646/stat : 24646 (java) S 24630 24632 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855635488 10805268480 363647 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528657841 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=24632/tid=24647] ppid=24630 vsize=10552020 CPUtime=0.62 cores=0,2,4,6
/proc/24632/task/24647/stat : 24647 (java) S 24630 24632 24324 0 -1 4202560 3993 0 0 0 62 0 0 0 15 0 19 0 855635488 10805268480 363647 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=24632/tid=24648] ppid=24630 vsize=10552020 CPUtime=0.81 cores=0,2,4,6
/proc/24632/task/24648/stat : 24648 (java) S 24630 24632 24324 0 -1 4202560 5871 0 0 0 81 0 0 0 15 0 19 0 855635488 10805268480 363647 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
[pid=24632/tid=24649] ppid=24630 vsize=10552020 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24649/stat : 24649 (java) S 24630 24632 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855635488 10805268480 363647 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0

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

/proc/24632/task/24645/stat : 24645 (java) S 24630 24632 24324 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 855635486 10802593792 912756 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
[pid=24632/tid=24646] ppid=24630 vsize=10549408 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24646/stat : 24646 (java) S 24630 24632 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855635488 10802593792 912756 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528657841 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=24632/tid=24647] ppid=24630 vsize=10549408 CPUtime=0.92 cores=0,2,4,6
/proc/24632/task/24647/stat : 24647 (java) S 24630 24632 24324 0 -1 4202560 6475 0 0 0 91 1 0 0 15 0 19 0 855635488 10802593792 912756 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=24632/tid=24648] ppid=24630 vsize=10549408 CPUtime=0.99 cores=0,2,4,6
/proc/24632/task/24648/stat : 24648 (java) S 24630 24632 24324 0 -1 4202560 5905 0 0 0 99 0 0 0 16 0 19 0 855635488 10802593792 912756 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
[pid=24632/tid=24649] ppid=24630 vsize=10549408 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24649/stat : 24649 (java) S 24630 24632 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855635488 10802593792 912756 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=24632/tid=24650] ppid=24630 vsize=10549408 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24650/stat : 24650 (java) S 24630 24632 24324 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 855635488 10802593792 912756 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650752 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=24632/tid=24651] ppid=24630 vsize=10549408 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24651/stat : 24651 (java) S 24630 24632 24324 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 855635666 10802593792 912756 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650752 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1668.03
Current children cumulated vsize (KiB) 10549408

[startup+1722.3 s]
/proc/loadavg: 2.01 2.06 2.02 3/461 24757
/proc/meminfo: memFree=17842696/32951124 swapFree=44043516/67111528
[pid=24632] ppid=24630 vsize=10549408 CPUtime=1728.19 cores=0,2,4,6
/proc/24632/stat : 24632 (java) S 24630 24632 24324 0 -1 4202496 922307 0 1 0 172707 112 0 0 25 0 19 0 855635482 10802593792 913233 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/24632/statm: 2637352 913233 2266 9 0 2628086 0
[pid=24632/tid=24633] ppid=24630 vsize=10549408 CPUtime=1718.58 cores=0,2,4,6
/proc/24632/task/24633/stat : 24633 (java) R 24630 24632 24324 0 -1 4202560 843358 0 1 0 171758 100 0 0 25 0 19 0 855635483 10802593792 913233 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 46912505857698 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=24632/tid=24635] ppid=24630 vsize=10549408 CPUtime=0.73 cores=0,2,4,6
/proc/24632/task/24635/stat : 24635 (java) S 24630 24632 24324 0 -1 4202560 5153 0 0 0 73 0 0 0 16 0 19 0 855635484 10802593792 913233 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=24632/tid=24636] ppid=24630 vsize=10549408 CPUtime=0.63 cores=0,2,4,6
/proc/24632/task/24636/stat : 24636 (java) S 24630 24632 24324 0 -1 4202560 4993 0 0 0 63 0 0 0 16 0 19 0 855635484 10802593792 913233 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=24632/tid=24637] ppid=24630 vsize=10549408 CPUtime=0.57 cores=0,2,4,6
/proc/24632/task/24637/stat : 24637 (java) S 24630 24632 24324 0 -1 4202560 4477 0 0 0 57 0 0 0 15 0 19 0 855635484 10802593792 913233 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=24632/tid=24638] ppid=24630 vsize=10549408 CPUtime=0.72 cores=0,2,4,6
/proc/24632/task/24638/stat : 24638 (java) S 24630 24632 24324 0 -1 4202560 5201 0 0 0 71 1 0 0 15 0 19 0 855635484 10802593792 913233 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=24632/tid=24639] ppid=24630 vsize=10549408 CPUtime=0.85 cores=0,2,4,6
/proc/24632/task/24639/stat : 24639 (java) S 24630 24632 24324 0 -1 4202560 6104 0 0 0 85 0 0 0 16 0 19 0 855635484 10802593792 913233 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=24632/tid=24640] ppid=24630 vsize=10549408 CPUtime=0.79 cores=0,2,4,6
/proc/24632/task/24640/stat : 24640 (java) S 24630 24632 24324 0 -1 4202560 7495 0 0 0 79 0 0 0 15 0 19 0 855635484 10802593792 913233 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=24632/tid=24641] ppid=24630 vsize=10549408 CPUtime=0.91 cores=0,2,4,6
/proc/24632/task/24641/stat : 24641 (java) S 24630 24632 24324 0 -1 4202560 7527 0 0 0 91 0 0 0 15 0 19 0 855635484 10802593792 913233 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
[pid=24632/tid=24642] ppid=24630 vsize=10549408 CPUtime=0.72 cores=0,2,4,6
/proc/24632/task/24642/stat : 24642 (java) S 24630 24632 24324 0 -1 4202560 7533 0 0 0 71 1 0 0 16 0 19 0 855635484 10802593792 913233 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=24632/tid=24643] ppid=24630 vsize=10549408 CPUtime=1.65 cores=0,2,4,6
/proc/24632/task/24643/stat : 24643 (java) S 24630 24632 24324 0 -1 4202560 16838 0 0 0 163 2 0 0 15 0 19 0 855635485 10802593792 913233 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650752 0 0 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=24632/tid=24644] ppid=24630 vsize=10549408 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24644/stat : 24644 (java) S 24630 24632 24324 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 855635486 10802593792 913233 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
[pid=24632/tid=24645] ppid=24630 vsize=10549408 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24645/stat : 24645 (java) S 24630 24632 24324 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 855635486 10802593792 913233 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
[pid=24632/tid=24646] ppid=24630 vsize=10549408 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24646/stat : 24646 (java) S 24630 24632 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855635488 10802593792 913233 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528657841 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=24632/tid=24647] ppid=24630 vsize=10549408 CPUtime=0.92 cores=0,2,4,6
/proc/24632/task/24647/stat : 24647 (java) S 24630 24632 24324 0 -1 4202560 6475 0 0 0 91 1 0 0 15 0 19 0 855635488 10802593792 913233 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=24632/tid=24648] ppid=24630 vsize=10549408 CPUtime=0.99 cores=0,2,4,6
/proc/24632/task/24648/stat : 24648 (java) S 24630 24632 24324 0 -1 4202560 5905 0 0 0 99 0 0 0 16 0 19 0 855635488 10802593792 913233 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
[pid=24632/tid=24649] ppid=24630 vsize=10549408 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24649/stat : 24649 (java) S 24630 24632 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855635488 10802593792 913233 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=24632/tid=24650] ppid=24630 vsize=10549408 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24650/stat : 24650 (java) S 24630 24632 24324 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 855635488 10802593792 913233 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650752 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=24632/tid=24651] ppid=24630 vsize=10549408 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24651/stat : 24651 (java) S 24630 24632 24324 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 855635666 10802593792 913233 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650752 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1728.19
Current children cumulated vsize (KiB) 10549408

[startup+1782.3 s]
/proc/loadavg: 2.00 2.05 2.01 3/461 24758
/proc/meminfo: memFree=17828244/32951124 swapFree=44043516/67111528
[pid=24632] ppid=24630 vsize=10549408 CPUtime=1788.32 cores=0,2,4,6
/proc/24632/stat : 24632 (java) S 24630 24632 24324 0 -1 4202496 922813 0 1 0 178719 113 0 0 25 0 19 0 855635482 10802593792 913725 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/24632/statm: 2637352 913725 2266 9 0 2628086 0
[pid=24632/tid=24633] ppid=24630 vsize=10549408 CPUtime=1778.52 cores=0,2,4,6
/proc/24632/task/24633/stat : 24633 (java) R 24630 24632 24324 0 -1 4202560 843363 0 1 0 177752 100 0 0 25 0 19 0 855635483 10802593792 913725 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 46912505857502 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=24632/tid=24635] ppid=24630 vsize=10549408 CPUtime=0.76 cores=0,2,4,6
/proc/24632/task/24635/stat : 24635 (java) S 24630 24632 24324 0 -1 4202560 5256 0 0 0 76 0 0 0 16 0 19 0 855635484 10802593792 913725 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=24632/tid=24636] ppid=24630 vsize=10549408 CPUtime=0.63 cores=0,2,4,6
/proc/24632/task/24636/stat : 24636 (java) S 24630 24632 24324 0 -1 4202560 4993 0 0 0 63 0 0 0 15 0 19 0 855635484 10802593792 913725 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=24632/tid=24637] ppid=24630 vsize=10549408 CPUtime=0.58 cores=0,2,4,6
/proc/24632/task/24637/stat : 24637 (java) S 24630 24632 24324 0 -1 4202560 4542 0 0 0 58 0 0 0 15 0 19 0 855635484 10802593792 913725 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=24632/tid=24638] ppid=24630 vsize=10549408 CPUtime=0.75 cores=0,2,4,6
/proc/24632/task/24638/stat : 24638 (java) S 24630 24632 24324 0 -1 4202560 5286 0 0 0 74 1 0 0 16 0 19 0 855635484 10802593792 913725 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=24632/tid=24639] ppid=24630 vsize=10549408 CPUtime=0.87 cores=0,2,4,6
/proc/24632/task/24639/stat : 24639 (java) S 24630 24632 24324 0 -1 4202560 6186 0 0 0 87 0 0 0 15 0 19 0 855635484 10802593792 913725 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=24632/tid=24640] ppid=24630 vsize=10549408 CPUtime=0.81 cores=0,2,4,6
/proc/24632/task/24640/stat : 24640 (java) S 24630 24632 24324 0 -1 4202560 7589 0 0 0 81 0 0 0 16 0 19 0 855635484 10802593792 913725 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=24632/tid=24641] ppid=24630 vsize=10549408 CPUtime=0.94 cores=0,2,4,6
/proc/24632/task/24641/stat : 24641 (java) S 24630 24632 24324 0 -1 4202560 7566 0 0 0 94 0 0 0 15 0 19 0 855635484 10802593792 913725 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
[pid=24632/tid=24642] ppid=24630 vsize=10549408 CPUtime=0.75 cores=0,2,4,6
/proc/24632/task/24642/stat : 24642 (java) S 24630 24632 24324 0 -1 4202560 7558 0 0 0 74 1 0 0 15 0 19 0 855635484 10802593792 913725 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=24632/tid=24643] ppid=24630 vsize=10549408 CPUtime=1.66 cores=0,2,4,6
/proc/24632/task/24643/stat : 24643 (java) S 24630 24632 24324 0 -1 4202560 16842 0 0 0 163 3 0 0 15 0 19 0 855635485 10802593792 913725 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650752 0 0 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=24632/tid=24644] ppid=24630 vsize=10549408 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24644/stat : 24644 (java) S 24630 24632 24324 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 855635486 10802593792 913725 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
[pid=24632/tid=24645] ppid=24630 vsize=10549408 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24645/stat : 24645 (java) S 24630 24632 24324 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 855635486 10802593792 913725 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
[pid=24632/tid=24646] ppid=24630 vsize=10549408 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24646/stat : 24646 (java) S 24630 24632 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855635488 10802593792 913725 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528657841 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=24632/tid=24647] ppid=24630 vsize=10549408 CPUtime=0.92 cores=0,2,4,6
/proc/24632/task/24647/stat : 24647 (java) S 24630 24632 24324 0 -1 4202560 6475 0 0 0 91 1 0 0 15 0 19 0 855635488 10802593792 913725 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=24632/tid=24648] ppid=24630 vsize=10549408 CPUtime=0.99 cores=0,2,4,6
/proc/24632/task/24648/stat : 24648 (java) S 24630 24632 24324 0 -1 4202560 5905 0 0 0 99 0 0 0 16 0 19 0 855635488 10802593792 913725 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
[pid=24632/tid=24649] ppid=24630 vsize=10549408 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24649/stat : 24649 (java) S 24630 24632 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855635488 10802593792 913725 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=24632/tid=24650] ppid=24630 vsize=10549408 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24650/stat : 24650 (java) S 24630 24632 24324 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 855635488 10802593792 913725 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650752 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=24632/tid=24651] ppid=24630 vsize=10549408 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24651/stat : 24651 (java) S 24630 24632 24324 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 855635666 10802593792 913725 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650752 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1788.32
Current children cumulated vsize (KiB) 10549408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794 s]
/proc/loadavg: 2.14 2.08 2.02 4/461 24759
/proc/meminfo: memFree=17827984/32951124 swapFree=44043516/67111528
[pid=24632] ppid=24630 vsize=10549408 CPUtime=1800.06 cores=0,2,4,6
/proc/24632/stat : 24632 (java) S 24630 24632 24324 0 -1 4202496 922854 0 1 0 179893 113 0 0 25 0 19 0 855635482 10802593792 913765 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/24632/statm: 2637352 913765 2266 9 0 2628086 0
[pid=24632/tid=24633] ppid=24630 vsize=10549408 CPUtime=1790.24 cores=0,2,4,6
/proc/24632/task/24633/stat : 24633 (java) R 24630 24632 24324 0 -1 4202560 843364 0 1 0 178924 100 0 0 25 0 19 0 855635483 10802593792 913765 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 46912505892317 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=24632/tid=24635] ppid=24630 vsize=10549408 CPUtime=0.76 cores=0,2,4,6
/proc/24632/task/24635/stat : 24635 (java) S 24630 24632 24324 0 -1 4202560 5256 0 0 0 76 0 0 0 15 0 19 0 855635484 10802593792 913765 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=24632/tid=24636] ppid=24630 vsize=10549408 CPUtime=0.63 cores=0,2,4,6
/proc/24632/task/24636/stat : 24636 (java) S 24630 24632 24324 0 -1 4202560 4993 0 0 0 63 0 0 0 15 0 19 0 855635484 10802593792 913765 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=24632/tid=24637] ppid=24630 vsize=10549408 CPUtime=0.58 cores=0,2,4,6
/proc/24632/task/24637/stat : 24637 (java) S 24630 24632 24324 0 -1 4202560 4542 0 0 0 58 0 0 0 15 0 19 0 855635484 10802593792 913765 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=24632/tid=24638] ppid=24630 vsize=10549408 CPUtime=0.75 cores=0,2,4,6
/proc/24632/task/24638/stat : 24638 (java) S 24630 24632 24324 0 -1 4202560 5286 0 0 0 74 1 0 0 15 0 19 0 855635484 10802593792 913765 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=24632/tid=24639] ppid=24630 vsize=10549408 CPUtime=0.87 cores=0,2,4,6
/proc/24632/task/24639/stat : 24639 (java) S 24630 24632 24324 0 -1 4202560 6186 0 0 0 87 0 0 0 15 0 19 0 855635484 10802593792 913765 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=24632/tid=24640] ppid=24630 vsize=10549408 CPUtime=0.83 cores=0,2,4,6
/proc/24632/task/24640/stat : 24640 (java) S 24630 24632 24324 0 -1 4202560 7598 0 0 0 83 0 0 0 16 0 19 0 855635484 10802593792 913765 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=24632/tid=24641] ppid=24630 vsize=10549408 CPUtime=0.94 cores=0,2,4,6
/proc/24632/task/24641/stat : 24641 (java) S 24630 24632 24324 0 -1 4202560 7566 0 0 0 94 0 0 0 15 0 19 0 855635484 10802593792 913765 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
[pid=24632/tid=24642] ppid=24630 vsize=10549408 CPUtime=0.76 cores=0,2,4,6
/proc/24632/task/24642/stat : 24642 (java) S 24630 24632 24324 0 -1 4202560 7589 0 0 0 75 1 0 0 16 0 19 0 855635484 10802593792 913765 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=24632/tid=24643] ppid=24630 vsize=10549408 CPUtime=1.66 cores=0,2,4,6
/proc/24632/task/24643/stat : 24643 (java) S 24630 24632 24324 0 -1 4202560 16842 0 0 0 163 3 0 0 15 0 19 0 855635485 10802593792 913765 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650752 0 0 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=24632/tid=24644] ppid=24630 vsize=10549408 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24644/stat : 24644 (java) S 24630 24632 24324 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 855635486 10802593792 913765 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
[pid=24632/tid=24645] ppid=24630 vsize=10549408 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24645/stat : 24645 (java) S 24630 24632 24324 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 855635486 10802593792 913765 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
[pid=24632/tid=24646] ppid=24630 vsize=10549408 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24646/stat : 24646 (java) S 24630 24632 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855635488 10802593792 913765 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528657841 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=24632/tid=24647] ppid=24630 vsize=10549408 CPUtime=0.92 cores=0,2,4,6
/proc/24632/task/24647/stat : 24647 (java) S 24630 24632 24324 0 -1 4202560 6475 0 0 0 91 1 0 0 15 0 19 0 855635488 10802593792 913765 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=24632/tid=24648] ppid=24630 vsize=10549408 CPUtime=0.99 cores=0,2,4,6
/proc/24632/task/24648/stat : 24648 (java) S 24630 24632 24324 0 -1 4202560 5905 0 0 0 99 0 0 0 16 0 19 0 855635488 10802593792 913765 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
[pid=24632/tid=24649] ppid=24630 vsize=10549408 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24649/stat : 24649 (java) S 24630 24632 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855635488 10802593792 913765 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=24632/tid=24650] ppid=24630 vsize=10549408 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24650/stat : 24650 (java) S 24630 24632 24324 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 855635488 10802593792 913765 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650752 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=24632/tid=24651] ppid=24630 vsize=10549408 CPUtime=0 cores=0,2,4,6
/proc/24632/task/24651/stat : 24651 (java) S 24630 24632 24324 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 855635666 10802593792 913765 33554432000 1073741824 1073778376 140735940305168 18446744073709551615 246528650752 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 10549408

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

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

[startup+1794.2 s]
/proc/loadavg: 2.14 2.08 2.02 4/461 24759
/proc/meminfo: memFree=17827984/32951124 swapFree=44043516/67111528
[pid=24632] ppid=24630 vsize=0 CPUtime=1800.29 cores=0,2,4,6
/proc/24632/stat : 24632 (java) Z 24630 24632 24324 0 -1 4203548 922883 0 1 0 179903 126 0 0 17 0 2 0 855635482 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/24632/statm: 0 0 0 0 0 0 0
[pid=24632/tid=24651] ppid=24630 vsize=0 CPUtime=0.12 cores=0,2,4,6
/proc/24632/task/24651/stat : 24651 (java) R 24630 24632 24324 0 -1 4203588 7 0 0 0 0 12 0 0 18 0 2 0 855635666 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1794.21
CPU time (s): 1800.31
CPU user time (s): 1799.03
CPU system time (s): 1.27481
CPU usage (%): 100.34
Max. virtual memory (cumulated for all children) (KiB): 10555692

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

runsolver used 8.28274 second user time and 17.0074 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-07 11:52:53
IDJOB=3478815
IDBENCH=89703
IDSOLVER=1951
FILE ID=node134/3478815-1307440373
RUNJOBID= node134-1307436784-24342
PBS_JOBID= 13519954
Free space on /tmp= 74008 MiB

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

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

MD5SUM BENCH= 0d52a3bd95f65144c5f8bf26bef42f13
RANDOM SEED=500244965

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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	: 7186.06
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.831
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.80
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.831
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.83
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21546112 kB
Buffers:        334932 kB
Cached:        1020924 kB
SwapCached:       9536 kB
Active:       10228636 kB
Inactive:       873708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21546112 kB
SwapTotal:    67111528 kB
SwapFree:     44043516 kB
Dirty:            9768 kB
Writeback:           0 kB
AnonPages:     9744968 kB
Mapped:          29428 kB
Slab:           139480 kB
PageTables:      97008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 121113016 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74008 MiB
End job on node134 at 2011-06-07 12:22:49