Trace number 3478804

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 1797.02

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-130.opb
MD5SUM1e275a6bfffefd782bc57067ec81c100
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 variables41972
Total number of constraints972388
Number of constraints which are clauses873653
Number of constraints which are cardinality constraints (but not clauses)3080
Number of constraints which are nor clauses,nor cardinality constraints95655
Minimum length of a constraint1
Maximum length of a constraint627
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 628
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.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.3.1.v20110525
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.18-164.el5
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		9996466904
0.03/0.08	c Max memory 		10048897024
0.03/0.08	c Total memory 		10048897024
0.03/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3478804-1307438583.opb
0.10/0.11	c reading problem ... 
7.33/6.42	c ... done. Wall clock time 6.318s.
7.33/6.42	c #vars     41972
7.33/6.42	c #constraints  961578
7.33/6.42	c constraints type 
7.33/6.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 205140
7.33/6.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 657090
7.33/6.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3057
7.33/6.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 95655
11.16/9.73	c cleaning 0 clauses out of 5000 with flag 0/5000
15.68/13.85	c cleaning 0 clauses out of 11001 with flag 0/11001
21.09/19.27	c cleaning 0 clauses out of 18000 with flag 0/18000
28.37/26.46	c cleaning 0 clauses out of 26000 with flag 0/26000
36.81/34.86	c cleaning 0 clauses out of 35004 with flag 0/35004
48.42/46.46	c cleaning 0 clauses out of 45000 with flag 0/45000
63.73/61.76	c cleaning 0 clauses out of 56002 with flag 0/56002
81.65/79.64	c cleaning 0 clauses out of 68000 with flag 0/68000
101.78/99.78	c cleaning 0 clauses out of 81002 with flag 0/81002
125.89/123.81	c cleaning 0 clauses out of 95001 with flag 0/95001
157.92/155.83	c cleaning 0 clauses out of 110004 with flag 0/110004
197.76/195.61	c cleaning 0 clauses out of 126000 with flag 0/126000
234.20/232.05	c cleaning 0 clauses out of 143001 with flag 0/143001
279.13/276.98	c cleaning 0 clauses out of 161000 with flag 0/161000
339.66/337.49	c cleaning 0 clauses out of 180000 with flag 0/180000
394.40/392.16	c cleaning 0 clauses out of 200000 with flag 0/200000
461.07/458.78	c cleaning 0 clauses out of 221000 with flag 0/221000
546.01/543.61	c cleaning 0 clauses out of 243000 with flag 0/243000
634.56/632.19	c cleaning 0 clauses out of 266002 with flag 0/266002
748.93/746.42	c cleaning 0 clauses out of 290001 with flag 0/290001
880.43/877.87	c cleaning 0 clauses out of 315000 with flag 0/315000
1022.60/1020.00	c cleaning 0 clauses out of 341002 with flag 0/341002
1131.09/1128.36	c cleaning 0 clauses out of 368000 with flag 0/368000
1268.68/1265.83	c cleaning 0 clauses out of 396001 with flag 0/396001
1436.19/1433.25	c cleaning 0 clauses out of 425000 with flag 0/425000
1619.40/1616.39	c cleaning 0 clauses out of 455002 with flag 0/455002
1800.04/1796.82	c starts		: 152
1800.04/1796.82	c conflicts		: 480309
1800.04/1796.82	c decisions		: 623636
1800.04/1796.82	c propagations		: 347223507
1800.04/1796.82	c inspects		: 9686586770
1800.04/1796.82	c shortcuts		: 0
1800.04/1796.82	c learnt literals	: 0
1800.04/1796.82	c learnt binary clauses	: 0
1800.04/1796.82	c learnt ternary clauses	: 0
1800.04/1796.82	c learnt constraints	: 480309
1800.04/1796.82	c ignored constraints	: 0
1800.04/1796.82	c root simplifications	: 0
1800.04/1796.82	c removed literals (reason simplification)	: 0
1800.04/1796.82	c reason swapping (by a shorter reason)	: 0
1800.04/1796.82	c Calls to reduceDB	: 26
1800.04/1796.82	c number of reductions to clauses (during analyze)	: 0
1800.04/1796.82	c number of learned constraints concerned by reduction	: 0
1800.04/1796.82	c number of learning phase by resolution	: 0
1800.04/1796.82	c number of learning phase by cutting planes	: 0
1800.04/1796.82	c speed (assignments/second)	: 193937.03337758806
1800.04/1796.82	c non guided choices	3861
1800.04/1796.87	c learnt constraints type 
1800.04/1796.87	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 480298
1800.04/1796.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14
1800.04/1796.87	c constraints type 
1800.04/1796.87	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 205140
1800.04/1796.87	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 657090
1800.04/1796.87	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3057
1800.04/1796.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 95655
1800.04/1796.87	s UNKNOWN
1800.04/1796.87	c Total wall clock time (in seconds): 1796.759

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-3478804-1307438583/watcher-3478804-1307438583 -o /tmp/evaluation-result-3478804-1307438583/solver-3478804-1307438583 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3478804-1307438583.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.10 2.04 1.74 2/442 24536
/proc/meminfo: memFree=24013488/32951124 swapFree=44043516/67111528
[pid=24536] ppid=24534 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/24536/stat : 24536 (java) S 24534 24536 24324 0 -1 4202496 1841 0 1 0 0 0 0 0 22 0 2 0 855456643 10681323520 1543 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528636901 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/24536/statm: 2607745 1555 906 9 0 2598901 0
[pid=24536/tid=24537] ppid=24534 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24537/stat : 24537 (java) R 24534 24536 24324 0 -1 4202560 3434 0 1 0 0 0 0 0 24 0 2 0 855456644 10694979584 4250 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246516528187 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.039526 s]
/proc/loadavg: 2.10 2.04 1.74 2/442 24536
/proc/meminfo: memFree=24013488/32951124 swapFree=44043516/67111528
[pid=24536] ppid=24534 vsize=10467828 CPUtime=0.03 cores=1,3,5,7
/proc/24536/stat : 24536 (java) S 24534 24536 24324 0 -1 4202496 11102 0 1 0 2 1 0 0 22 0 13 0 855456643 10719055872 10799 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528636901 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/24536/statm: 2616957 10801 1640 9 0 2607705 0
[pid=24536/tid=24537] ppid=24534 vsize=10467832 CPUtime=0.02 cores=1,3,5,7
/proc/24536/task/24537/stat : 24537 (java) R 24534 24536 24324 0 -1 4202560 9957 0 1 0 2 0 0 0 25 0 13 0 855456644 10719059968 10802 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246516834048 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467828

[startup+0.100498 s]
/proc/loadavg: 2.10 2.04 1.74 2/442 24536
/proc/meminfo: memFree=24013488/32951124 swapFree=44043516/67111528
[pid=24536] ppid=24534 vsize=10606144 CPUtime=0.1 cores=1,3,5,7
/proc/24536/stat : 24536 (java) S 24534 24536 24324 0 -1 4202496 13107 0 1 0 9 1 0 0 22 0 18 0 855456643 10860691456 12766 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24536/statm: 2651536 12766 2092 9 0 2642270 0
[pid=24536/tid=24537] ppid=24534 vsize=10606144 CPUtime=0.08 cores=1,3,5,7
/proc/24536/task/24537/stat : 24537 (java) R 24534 24536 24324 0 -1 4202560 11152 0 1 0 7 1 0 0 18 0 18 0 855456644 10860691456 12767 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 47929392597843 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10606144

[startup+0.305485 s]
/proc/loadavg: 2.10 2.04 1.74 2/442 24536
/proc/meminfo: memFree=24013488/32951124 swapFree=44043516/67111528
[pid=24536] ppid=24534 vsize=10608192 CPUtime=0.5 cores=1,3,5,7
/proc/24536/stat : 24536 (java) S 24534 24536 24324 0 -1 4202496 16504 0 1 0 48 2 0 0 22 0 18 0 855456643 10862788608 15904 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24536/statm: 2652048 15905 2201 9 0 2642782 0
[pid=24536/tid=24537] ppid=24534 vsize=10608192 CPUtime=0.28 cores=1,3,5,7
/proc/24536/task/24537/stat : 24537 (java) R 24534 24536 24324 0 -1 4202560 13474 0 1 0 27 1 0 0 18 0 18 0 855456644 10862788608 15907 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 46912505545782 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10608192

[startup+0.7004 s]
/proc/loadavg: 2.10 2.04 1.74 2/442 24536
/proc/meminfo: memFree=24013488/32951124 swapFree=44043516/67111528
[pid=24536] ppid=24534 vsize=10610240 CPUtime=1.15 cores=1,3,5,7
/proc/24536/stat : 24536 (java) S 24534 24536 24324 0 -1 4202496 51320 0 1 0 107 8 0 0 22 0 18 0 855456643 10864885760 50088 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24536/statm: 2652560 50093 2215 9 0 2643294 0
[pid=24536/tid=24537] ppid=24534 vsize=10610240 CPUtime=0.68 cores=1,3,5,7
/proc/24536/task/24537/stat : 24537 (java) R 24534 24536 24324 0 -1 4202560 46446 0 1 0 62 6 0 0 18 0 18 0 855456644 10864885760 50095 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 46912505565386 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 10610240

[startup+1.50126 s]
/proc/loadavg: 2.10 2.04 1.74 3/460 24554
/proc/meminfo: memFree=23689652/32951124 swapFree=44043516/67111528
[pid=24536] ppid=24534 vsize=10610240 CPUtime=1.99 cores=1,3,5,7
/proc/24536/stat : 24536 (java) S 24534 24536 24324 0 -1 4202496 136913 0 1 0 182 17 0 0 22 0 18 0 855456643 10864885760 135629 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24536/statm: 2652560 135633 2216 9 0 2643294 0
[pid=24536/tid=24537] ppid=24534 vsize=10610240 CPUtime=1.48 cores=1,3,5,7
/proc/24536/task/24537/stat : 24537 (java) R 24534 24536 24324 0 -1 4202560 131942 0 1 0 132 16 0 0 19 0 18 0 855456644 10864885760 135636 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 46912505577422 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=24536/tid=24539] ppid=24534 vsize=10610240 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24539/stat : 24539 (java) S 24534 24536 24324 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 855456645 10864885760 135638 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 7 0 0 0
[pid=24536/tid=24540] ppid=24534 vsize=10610240 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24540/stat : 24540 (java) S 24534 24536 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456645 10864885760 135641 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 7 0 0 0
[pid=24536/tid=24541] ppid=24534 vsize=10610240 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24541/stat : 24541 (java) S 24534 24536 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456645 10864885760 135644 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 3 0 0 0
[pid=24536/tid=24542] ppid=24534 vsize=10610240 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24542/stat : 24542 (java) S 24534 24536 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456645 10864885760 135647 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 7 0 0 0
[pid=24536/tid=24543] ppid=24534 vsize=10610240 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24543/stat : 24543 (java) S 24534 24536 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456646 10864885760 135649 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 7 0 0 0
[pid=24536/tid=24544] ppid=24534 vsize=10610240 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24544/stat : 24544 (java) S 24534 24536 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456646 10864885760 135652 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 7 0 0 0
[pid=24536/tid=24545] ppid=24534 vsize=10610240 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24545/stat : 24545 (java) S 24534 24536 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456646 10864885760 135655 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 7 0 0 0
[pid=24536/tid=24546] ppid=24534 vsize=10610240 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24546/stat : 24546 (java) S 24534 24536 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456646 10864885760 135657 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 7 0 0 0
[pid=24536/tid=24547] ppid=24534 vsize=10610240 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24547/stat : 24547 (java) S 24534 24536 24324 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 855456647 10864885760 135660 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650752 0 0 0 16800975 18446604469406600192 0 0 -1 5 0 0 0
[pid=24536/tid=24548] ppid=24534 vsize=10610240 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24548/stat : 24548 (java) S 24534 24536 24324 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 855456647 10864885760 135663 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 5 0 0 0
[pid=24536/tid=24549] ppid=24534 vsize=10610240 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24549/stat : 24549 (java) S 24534 24536 24324 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 855456647 10864885760 135665 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 5 0 0 0
[pid=24536/tid=24550] ppid=24534 vsize=10610240 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24550/stat : 24550 (java) S 24534 24536 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456649 10864885760 135668 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528657841 0 4 0 16800975 18446604469406600192 0 0 -1 5 0 0 0
[pid=24536/tid=24551] ppid=24534 vsize=10610240 CPUtime=0.26 cores=1,3,5,7
/proc/24536/task/24551/stat : 24551 (java) S 24534 24536 24324 0 -1 4202560 1638 0 0 0 26 0 0 0 20 0 18 0 855456649 10864885760 135671 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 1 0 0 0
[pid=24536/tid=24552] ppid=24534 vsize=10610240 CPUtime=0.22 cores=1,3,5,7
/proc/24536/task/24552/stat : 24552 (java) S 24534 24536 24324 0 -1 4202560 2188 0 0 0 22 0 0 0 15 0 18 0 855456649 10864885760 135674 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 3 0 0 0
[pid=24536/tid=24553] ppid=24534 vsize=10610240 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24553/stat : 24553 (java) S 24534 24536 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456649 10864885760 135676 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 5 0 0 0
[pid=24536/tid=24554] ppid=24534 vsize=10610240 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24554/stat : 24554 (java) S 24534 24536 24324 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 855456649 10864885760 135679 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650752 0 4 0 16800975 18446604469406600192 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 10610240

[startup+3.10095 s]
/proc/loadavg: 2.09 2.04 1.74 3/460 24554
/proc/meminfo: memFree=23216220/32951124 swapFree=44043516/67111528
[pid=24536] ppid=24534 vsize=10610240 CPUtime=3.61 cores=1,3,5,7
/proc/24536/stat : 24536 (java) S 24534 24536 24324 0 -1 4202496 305400 0 1 0 323 38 0 0 22 0 18 0 855456643 10864885760 304102 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24536/statm: 2652560 304106 2216 9 0 2643294 0
[pid=24536/tid=24537] ppid=24534 vsize=10610240 CPUtime=3.08 cores=1,3,5,7
/proc/24536/task/24537/stat : 24537 (java) R 24534 24536 24324 0 -1 4202560 300413 0 1 0 272 36 0 0 25 0 18 0 855456644 10864885760 304108 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 46912505545645 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=24536/tid=24539] ppid=24534 vsize=10610240 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24539/stat : 24539 (java) S 24534 24536 24324 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 855456645 10864885760 304111 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 7 0 0 0
[pid=24536/tid=24540] ppid=24534 vsize=10610240 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24540/stat : 24540 (java) S 24534 24536 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456645 10864885760 304114 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 7 0 0 0
[pid=24536/tid=24541] ppid=24534 vsize=10610240 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24541/stat : 24541 (java) S 24534 24536 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456645 10864885760 304116 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 3 0 0 0
[pid=24536/tid=24542] ppid=24534 vsize=10610240 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24542/stat : 24542 (java) S 24534 24536 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456645 10864885760 304119 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 7 0 0 0
[pid=24536/tid=24543] ppid=24534 vsize=10610240 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24543/stat : 24543 (java) S 24534 24536 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456646 10864885760 304119 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 7 0 0 0
[pid=24536/tid=24544] ppid=24534 vsize=10610240 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24544/stat : 24544 (java) S 24534 24536 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456646 10864885760 304121 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 7 0 0 0
[pid=24536/tid=24545] ppid=24534 vsize=10610240 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24545/stat : 24545 (java) S 24534 24536 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456646 10864885760 304123 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 7 0 0 0
[pid=24536/tid=24546] ppid=24534 vsize=10610240 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24546/stat : 24546 (java) S 24534 24536 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456646 10864885760 304126 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 7 0 0 0
[pid=24536/tid=24547] ppid=24534 vsize=10610240 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24547/stat : 24547 (java) S 24534 24536 24324 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 855456647 10864885760 304128 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650752 0 0 0 16800975 18446604469406600192 0 0 -1 5 0 0 0
[pid=24536/tid=24548] ppid=24534 vsize=10610240 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24548/stat : 24548 (java) S 24534 24536 24324 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 855456647 10864885760 304131 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 5 0 0 0
[pid=24536/tid=24549] ppid=24534 vsize=10610240 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24549/stat : 24549 (java) S 24534 24536 24324 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 855456647 10864885760 304133 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 5 0 0 0
[pid=24536/tid=24550] ppid=24534 vsize=10610240 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24550/stat : 24550 (java) S 24534 24536 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456649 10864885760 304136 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528657841 0 4 0 16800975 18446604469406600192 0 0 -1 5 0 0 0
[pid=24536/tid=24551] ppid=24534 vsize=10610240 CPUtime=0.26 cores=1,3,5,7
/proc/24536/task/24551/stat : 24551 (java) S 24534 24536 24324 0 -1 4202560 1638 0 0 0 26 0 0 0 20 0 18 0 855456649 10864885760 304138 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 1 0 0 0
[pid=24536/tid=24552] ppid=24534 vsize=10610240 CPUtime=0.24 cores=1,3,5,7
/proc/24536/task/24552/stat : 24552 (java) S 24534 24536 24324 0 -1 4202560 2204 0 0 0 24 0 0 0 15 0 18 0 855456649 10864885760 304141 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 3 0 0 0
[pid=24536/tid=24553] ppid=24534 vsize=10610240 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24553/stat : 24553 (java) S 24534 24536 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456649 10864885760 304144 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 5 0 0 0
[pid=24536/tid=24554] ppid=24534 vsize=10610240 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24554/stat : 24554 (java) S 24534 24536 24324 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 855456649 10864885760 304146 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650752 0 4 0 16800975 18446604469406600192 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 10610240

[startup+6.30139 s]
/proc/loadavg: 2.09 2.04 1.74 3/460 24554
/proc/meminfo: memFree=21556268/32951124 swapFree=44043516/67111528
[pid=24536] ppid=24534 vsize=10610240 CPUtime=7.23 cores=1,3,5,7
/proc/24536/stat : 24536 (java) S 24534 24536 24324 0 -1 4202496 687572 0 1 0 639 84 0 0 22 0 18 0 855456643 10864885760 686177 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24536/statm: 2652560 686177 2231 9 0 2643294 0
[pid=24536/tid=24537] ppid=24534 vsize=10610240 CPUtime=6.11 cores=1,3,5,7
/proc/24536/task/24537/stat : 24537 (java) R 24534 24536 24324 0 -1 4202560 651000 0 1 0 532 79 0 0 24 0 18 0 855456644 10864885760 686177 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 46912505507332 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=24536/tid=24539] ppid=24534 vsize=10610240 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24539/stat : 24539 (java) S 24534 24536 24324 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 855456645 10864885760 686177 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 7 0 0 0
[pid=24536/tid=24540] ppid=24534 vsize=10610240 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24540/stat : 24540 (java) S 24534 24536 24324 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 855456645 10864885760 686177 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 7 0 0 0
[pid=24536/tid=24541] ppid=24534 vsize=10610240 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24541/stat : 24541 (java) S 24534 24536 24324 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 855456645 10864885760 686177 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 3 0 0 0
[pid=24536/tid=24542] ppid=24534 vsize=10610240 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24542/stat : 24542 (java) S 24534 24536 24324 0 -1 4202560 245 0 0 0 0 0 0 0 18 0 18 0 855456645 10864885760 686177 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 1 0 0 0
[pid=24536/tid=24543] ppid=24534 vsize=10610240 CPUtime=0.06 cores=1,3,5,7
/proc/24536/task/24543/stat : 24543 (java) S 24534 24536 24324 0 -1 4202560 3859 0 0 0 6 0 0 0 18 0 18 0 855456646 10864885760 686177 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 1 0 0 0
[pid=24536/tid=24544] ppid=24534 vsize=10610240 CPUtime=0.14 cores=1,3,5,7
/proc/24536/task/24544/stat : 24544 (java) S 24534 24536 24324 0 -1 4202560 8736 0 0 0 14 0 0 0 18 0 18 0 855456646 10864885760 686177 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 3 0 0 0
[pid=24536/tid=24545] ppid=24534 vsize=10610240 CPUtime=0.16 cores=1,3,5,7
/proc/24536/task/24545/stat : 24545 (java) S 24534 24536 24324 0 -1 4202560 10000 0 0 0 15 1 0 0 18 0 18 0 855456646 10864885760 686177 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 5 0 0 0
[pid=24536/tid=24546] ppid=24534 vsize=10610240 CPUtime=0.16 cores=1,3,5,7
/proc/24536/task/24546/stat : 24546 (java) S 24534 24536 24324 0 -1 4202560 8730 0 0 0 15 1 0 0 18 0 18 0 855456646 10864885760 686177 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 7 0 0 0
[pid=24536/tid=24547] ppid=24534 vsize=10610240 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24547/stat : 24547 (java) S 24534 24536 24324 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 855456647 10864885760 686177 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650752 0 0 0 16800975 18446604469406600192 0 0 -1 5 0 0 0
[pid=24536/tid=24548] ppid=24534 vsize=10610240 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24548/stat : 24548 (java) S 24534 24536 24324 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 855456647 10864885760 686177 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 5 0 0 0
[pid=24536/tid=24549] ppid=24534 vsize=10610240 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24549/stat : 24549 (java) S 24534 24536 24324 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 18 0 855456647 10864885760 686177 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 5 0 0 0
[pid=24536/tid=24550] ppid=24534 vsize=10610240 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24550/stat : 24550 (java) S 24534 24536 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456649 10864885760 686177 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528657841 0 4 0 16800975 18446604469406600192 0 0 -1 5 0 0 0
[pid=24536/tid=24551] ppid=24534 vsize=10610240 CPUtime=0.28 cores=1,3,5,7
/proc/24536/task/24551/stat : 24551 (java) S 24534 24536 24324 0 -1 4202560 1641 0 0 0 28 0 0 0 17 0 18 0 855456649 10864885760 686177 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 1 0 0 0
[pid=24536/tid=24552] ppid=24534 vsize=10610240 CPUtime=0.24 cores=1,3,5,7
/proc/24536/task/24552/stat : 24552 (java) S 24534 24536 24324 0 -1 4202560 2204 0 0 0 24 0 0 0 16 0 18 0 855456649 10864885760 686177 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 3 0 0 0
[pid=24536/tid=24553] ppid=24534 vsize=10610240 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24553/stat : 24553 (java) S 24534 24536 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456649 10864885760 686177 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 5 0 0 0
[pid=24536/tid=24554] ppid=24534 vsize=10610240 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24554/stat : 24554 (java) S 24534 24536 24324 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 855456649 10864885760 686177 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650752 0 4 0 16800975 18446604469406600192 0 0 -1 3 0 0 0

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

/proc/24536/task/24549/stat : 24549 (java) S 24534 24536 24324 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 855456647 10866987008 980678 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 5 0 0 0
[pid=24536/tid=24550] ppid=24534 vsize=10612292 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24550/stat : 24550 (java) S 24534 24536 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855456649 10866987008 980678 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528657841 0 4 0 16800975 18446604469406600192 0 0 -1 5 0 0 0
[pid=24536/tid=24551] ppid=24534 vsize=10612292 CPUtime=0.72 cores=1,3,5,7
/proc/24536/task/24551/stat : 24551 (java) S 24534 24536 24324 0 -1 4202560 1943 0 0 0 72 0 0 0 15 0 19 0 855456649 10866987008 980678 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 1 0 0 0
[pid=24536/tid=24552] ppid=24534 vsize=10612292 CPUtime=0.54 cores=1,3,5,7
/proc/24536/task/24552/stat : 24552 (java) S 24534 24536 24324 0 -1 4202560 3512 0 0 0 54 0 0 0 16 0 19 0 855456649 10866987008 980678 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 3 0 0 0
[pid=24536/tid=24553] ppid=24534 vsize=10612292 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24553/stat : 24553 (java) S 24534 24536 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855456649 10866987008 980678 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 5 0 0 0
[pid=24536/tid=24554] ppid=24534 vsize=10612292 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24554/stat : 24554 (java) S 24534 24536 24324 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 855456649 10866987008 980678 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650752 0 4 0 16800975 18446604469406600192 0 0 -1 3 0 0 0
[pid=24536/tid=24555] ppid=24534 vsize=10612292 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24555/stat : 24555 (java) S 24534 24536 24324 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 855457289 10866987008 980678 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650752 0 4 0 16800975 18446604469406600192 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1665.42
Current children cumulated vsize (KiB) 10612292

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 1.95 3/461 24601
/proc/meminfo: memFree=17919812/32951124 swapFree=44043516/67111528
[pid=24536] ppid=24534 vsize=10612292 CPUtime=1725.45 cores=1,3,5,7
/proc/24536/stat : 24536 (java) S 24534 24536 24324 0 -1 4202496 984580 0 1 0 172428 117 0 0 22 0 19 0 855456643 10866987008 980678 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24536/statm: 2653073 980678 2265 9 0 2643807 0
[pid=24536/tid=24537] ppid=24534 vsize=10612292 CPUtime=1710.07 cores=1,3,5,7
/proc/24536/task/24537/stat : 24537 (java) R 24534 24536 24324 0 -1 4202560 754286 0 1 0 170917 90 0 0 25 0 19 0 855456644 10866987008 980678 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 46912505899890 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=24536/tid=24539] ppid=24534 vsize=10612292 CPUtime=0.32 cores=1,3,5,7
/proc/24536/task/24539/stat : 24539 (java) S 24534 24536 24324 0 -1 4202560 18221 0 0 0 31 1 0 0 15 0 19 0 855456645 10866987008 980678 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 7 0 0 0
[pid=24536/tid=24540] ppid=24534 vsize=10612292 CPUtime=0.31 cores=1,3,5,7
/proc/24536/task/24540/stat : 24540 (java) S 24534 24536 24324 0 -1 4202560 15903 0 0 0 30 1 0 0 15 0 19 0 855456645 10866987008 980678 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 7 0 0 0
[pid=24536/tid=24541] ppid=24534 vsize=10612292 CPUtime=0.19 cores=1,3,5,7
/proc/24536/task/24541/stat : 24541 (java) S 24534 24536 24324 0 -1 4202560 8575 0 0 0 19 0 0 0 16 0 19 0 855456645 10866987008 980678 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 3 0 0 0
[pid=24536/tid=24542] ppid=24534 vsize=10612292 CPUtime=0.18 cores=1,3,5,7
/proc/24536/task/24542/stat : 24542 (java) S 24534 24536 24324 0 -1 4202560 6717 0 0 0 18 0 0 0 16 0 19 0 855456645 10866987008 980678 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 7 0 0 0
[pid=24536/tid=24543] ppid=24534 vsize=10612292 CPUtime=0.43 cores=1,3,5,7
/proc/24536/task/24543/stat : 24543 (java) S 24534 24536 24324 0 -1 4202560 22704 0 0 0 41 2 0 0 15 0 19 0 855456646 10866987008 980678 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 7 0 0 0
[pid=24536/tid=24544] ppid=24534 vsize=10612292 CPUtime=0.31 cores=1,3,5,7
/proc/24536/task/24544/stat : 24544 (java) S 24534 24536 24324 0 -1 4202560 13875 0 0 0 30 1 0 0 16 0 19 0 855456646 10866987008 980678 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 1 0 0 0
[pid=24536/tid=24545] ppid=24534 vsize=10612292 CPUtime=0.5 cores=1,3,5,7
/proc/24536/task/24545/stat : 24545 (java) S 24534 24536 24324 0 -1 4202560 28681 0 0 0 47 3 0 0 15 0 19 0 855456646 10866987008 980678 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 3 0 0 0
[pid=24536/tid=24546] ppid=24534 vsize=10612292 CPUtime=0.49 cores=1,3,5,7
/proc/24536/task/24546/stat : 24546 (java) S 24534 24536 24324 0 -1 4202560 23503 0 0 0 46 3 0 0 16 0 19 0 855456646 10866987008 980678 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 5 0 0 0
[pid=24536/tid=24547] ppid=24534 vsize=10612292 CPUtime=11.25 cores=1,3,5,7
/proc/24536/task/24547/stat : 24547 (java) S 24534 24536 24324 0 -1 4202560 85409 0 0 0 1117 8 0 0 15 0 19 0 855456647 10866987008 980678 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650752 0 0 0 16800975 18446604469406600192 0 0 -1 5 0 0 0
[pid=24536/tid=24548] ppid=24534 vsize=10612292 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24548/stat : 24548 (java) S 24534 24536 24324 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 855456647 10866987008 980678 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 5 0 0 0
[pid=24536/tid=24549] ppid=24534 vsize=10612292 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24549/stat : 24549 (java) S 24534 24536 24324 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 855456647 10866987008 980678 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 5 0 0 0
[pid=24536/tid=24550] ppid=24534 vsize=10612292 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24550/stat : 24550 (java) S 24534 24536 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855456649 10866987008 980678 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528657841 0 4 0 16800975 18446604469406600192 0 0 -1 5 0 0 0
[pid=24536/tid=24551] ppid=24534 vsize=10612292 CPUtime=0.72 cores=1,3,5,7
/proc/24536/task/24551/stat : 24551 (java) S 24534 24536 24324 0 -1 4202560 1943 0 0 0 72 0 0 0 15 0 19 0 855456649 10866987008 980678 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 1 0 0 0
[pid=24536/tid=24552] ppid=24534 vsize=10612292 CPUtime=0.54 cores=1,3,5,7
/proc/24536/task/24552/stat : 24552 (java) S 24534 24536 24324 0 -1 4202560 3512 0 0 0 54 0 0 0 16 0 19 0 855456649 10866987008 980678 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 3 0 0 0
[pid=24536/tid=24553] ppid=24534 vsize=10612292 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24553/stat : 24553 (java) S 24534 24536 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855456649 10866987008 980678 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 5 0 0 0
[pid=24536/tid=24554] ppid=24534 vsize=10612292 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24554/stat : 24554 (java) S 24534 24536 24324 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 855456649 10866987008 980678 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650752 0 4 0 16800975 18446604469406600192 0 0 -1 3 0 0 0
[pid=24536/tid=24555] ppid=24534 vsize=10612292 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24555/stat : 24555 (java) S 24534 24536 24324 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 855457289 10866987008 980678 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650752 0 4 0 16800975 18446604469406600192 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1725.45
Current children cumulated vsize (KiB) 10612292

[startup+1782.3 s]
/proc/loadavg: 2.11 2.04 1.96 3/461 24603
/proc/meminfo: memFree=17909140/32951124 swapFree=44043516/67111528
[pid=24536] ppid=24534 vsize=10612292 CPUtime=1785.48 cores=1,3,5,7
/proc/24536/stat : 24536 (java) S 24534 24536 24324 0 -1 4202496 986396 0 1 0 178431 117 0 0 22 0 19 0 855456643 10866987008 982409 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24536/statm: 2653073 982409 2265 9 0 2643807 0
[pid=24536/tid=24537] ppid=24534 vsize=10612292 CPUtime=1770.06 cores=1,3,5,7
/proc/24536/task/24537/stat : 24537 (java) R 24534 24536 24324 0 -1 4202560 754287 0 1 0 176916 90 0 0 25 0 19 0 855456644 10866987008 982409 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 46912505846959 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=24536/tid=24539] ppid=24534 vsize=10612292 CPUtime=0.34 cores=1,3,5,7
/proc/24536/task/24539/stat : 24539 (java) S 24534 24536 24324 0 -1 4202560 18854 0 0 0 32 2 0 0 16 0 19 0 855456645 10866987008 982409 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 7 0 0 0
[pid=24536/tid=24540] ppid=24534 vsize=10612292 CPUtime=0.31 cores=1,3,5,7
/proc/24536/task/24540/stat : 24540 (java) S 24534 24536 24324 0 -1 4202560 15903 0 0 0 30 1 0 0 15 0 19 0 855456645 10866987008 982409 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 3 0 0 0
[pid=24536/tid=24541] ppid=24534 vsize=10612292 CPUtime=0.2 cores=1,3,5,7
/proc/24536/task/24541/stat : 24541 (java) S 24534 24536 24324 0 -1 4202560 8695 0 0 0 20 0 0 0 15 0 19 0 855456645 10866987008 982409 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 3 0 0 0
[pid=24536/tid=24542] ppid=24534 vsize=10612292 CPUtime=0.18 cores=1,3,5,7
/proc/24536/task/24542/stat : 24542 (java) S 24534 24536 24324 0 -1 4202560 6717 0 0 0 18 0 0 0 15 0 19 0 855456645 10866987008 982409 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 7 0 0 0
[pid=24536/tid=24543] ppid=24534 vsize=10612292 CPUtime=0.43 cores=1,3,5,7
/proc/24536/task/24543/stat : 24543 (java) S 24534 24536 24324 0 -1 4202560 22730 0 0 0 41 2 0 0 15 0 19 0 855456646 10866987008 982409 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 7 0 0 0
[pid=24536/tid=24544] ppid=24534 vsize=10612292 CPUtime=0.33 cores=1,3,5,7
/proc/24536/task/24544/stat : 24544 (java) S 24534 24536 24324 0 -1 4202560 14406 0 0 0 32 1 0 0 16 0 19 0 855456646 10866987008 982409 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 1 0 0 0
[pid=24536/tid=24545] ppid=24534 vsize=10612292 CPUtime=0.5 cores=1,3,5,7
/proc/24536/task/24545/stat : 24545 (java) S 24534 24536 24324 0 -1 4202560 28681 0 0 0 47 3 0 0 15 0 19 0 855456646 10866987008 982409 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 3 0 0 0
[pid=24536/tid=24546] ppid=24534 vsize=10612292 CPUtime=0.5 cores=1,3,5,7
/proc/24536/task/24546/stat : 24546 (java) S 24534 24536 24324 0 -1 4202560 24004 0 0 0 47 3 0 0 16 0 19 0 855456646 10866987008 982409 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 5 0 0 0
[pid=24536/tid=24547] ppid=24534 vsize=10612292 CPUtime=11.25 cores=1,3,5,7
/proc/24536/task/24547/stat : 24547 (java) S 24534 24536 24324 0 -1 4202560 85411 0 0 0 1117 8 0 0 15 0 19 0 855456647 10866987008 982409 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650752 0 0 0 16800975 18446604469406600192 0 0 -1 5 0 0 0
[pid=24536/tid=24548] ppid=24534 vsize=10612292 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24548/stat : 24548 (java) S 24534 24536 24324 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 855456647 10866987008 982409 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 5 0 0 0
[pid=24536/tid=24549] ppid=24534 vsize=10612292 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24549/stat : 24549 (java) S 24534 24536 24324 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 855456647 10866987008 982409 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 5 0 0 0
[pid=24536/tid=24550] ppid=24534 vsize=10612292 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24550/stat : 24550 (java) S 24534 24536 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855456649 10866987008 982409 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528657841 0 4 0 16800975 18446604469406600192 0 0 -1 5 0 0 0
[pid=24536/tid=24551] ppid=24534 vsize=10612292 CPUtime=0.72 cores=1,3,5,7
/proc/24536/task/24551/stat : 24551 (java) S 24534 24536 24324 0 -1 4202560 1943 0 0 0 72 0 0 0 15 0 19 0 855456649 10866987008 982409 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 1 0 0 0
[pid=24536/tid=24552] ppid=24534 vsize=10612292 CPUtime=0.54 cores=1,3,5,7
/proc/24536/task/24552/stat : 24552 (java) S 24534 24536 24324 0 -1 4202560 3512 0 0 0 54 0 0 0 16 0 19 0 855456649 10866987008 982409 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 3 0 0 0
[pid=24536/tid=24553] ppid=24534 vsize=10612292 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24553/stat : 24553 (java) S 24534 24536 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855456649 10866987008 982409 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 5 0 0 0
[pid=24536/tid=24554] ppid=24534 vsize=10612292 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24554/stat : 24554 (java) S 24534 24536 24324 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 855456649 10866987008 982409 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650752 0 4 0 16800975 18446604469406600192 0 0 -1 3 0 0 0
[pid=24536/tid=24555] ppid=24534 vsize=10612292 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24555/stat : 24555 (java) S 24534 24536 24324 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 855457289 10866987008 982409 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650752 0 4 0 16800975 18446604469406600192 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1785.48
Current children cumulated vsize (KiB) 10612292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.8 s]
/proc/loadavg: 2.02 2.02 1.96 3/461 24651
/proc/meminfo: memFree=20084384/32951124 swapFree=44043516/67111528
[pid=24536] ppid=24534 vsize=10612292 CPUtime=1800.04 cores=1,3,5,7
/proc/24536/stat : 24536 (java) S 24534 24536 24324 0 -1 4202496 987972 0 1 0 179886 118 0 0 22 0 19 0 855456643 10866987008 983925 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24536/statm: 2653073 983925 2265 9 0 2643807 0
[pid=24536/tid=24537] ppid=24534 vsize=10612292 CPUtime=1784.56 cores=1,3,5,7
/proc/24536/task/24537/stat : 24537 (java) R 24534 24536 24324 0 -1 4202560 754288 0 1 0 178366 90 0 0 25 0 19 0 855456644 10866987008 983925 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 46912505841772 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=24536/tid=24539] ppid=24534 vsize=10612292 CPUtime=0.34 cores=1,3,5,7
/proc/24536/task/24539/stat : 24539 (java) S 24534 24536 24324 0 -1 4202560 18854 0 0 0 32 2 0 0 15 0 19 0 855456645 10866987008 983925 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 3 0 0 0
[pid=24536/tid=24540] ppid=24534 vsize=10612292 CPUtime=0.31 cores=1,3,5,7
/proc/24536/task/24540/stat : 24540 (java) S 24534 24536 24324 0 -1 4202560 15903 0 0 0 30 1 0 0 15 0 19 0 855456645 10866987008 983925 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 3 0 0 0
[pid=24536/tid=24541] ppid=24534 vsize=10612292 CPUtime=0.2 cores=1,3,5,7
/proc/24536/task/24541/stat : 24541 (java) S 24534 24536 24324 0 -1 4202560 8745 0 0 0 20 0 0 0 16 0 19 0 855456645 10866987008 983925 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 7 0 0 0
[pid=24536/tid=24542] ppid=24534 vsize=10612292 CPUtime=0.19 cores=1,3,5,7
/proc/24536/task/24542/stat : 24542 (java) S 24534 24536 24324 0 -1 4202560 6882 0 0 0 19 0 0 0 16 0 19 0 855456645 10866987008 983925 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 7 0 0 0
[pid=24536/tid=24543] ppid=24534 vsize=10612292 CPUtime=0.43 cores=1,3,5,7
/proc/24536/task/24543/stat : 24543 (java) S 24534 24536 24324 0 -1 4202560 22730 0 0 0 41 2 0 0 15 0 19 0 855456646 10866987008 983925 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 7 0 0 0
[pid=24536/tid=24544] ppid=24534 vsize=10612292 CPUtime=0.34 cores=1,3,5,7
/proc/24536/task/24544/stat : 24544 (java) S 24534 24536 24324 0 -1 4202560 14790 0 0 0 33 1 0 0 16 0 19 0 855456646 10866987008 983925 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 1 0 0 0
[pid=24536/tid=24545] ppid=24534 vsize=10612292 CPUtime=0.51 cores=1,3,5,7
/proc/24536/task/24545/stat : 24545 (java) S 24534 24536 24324 0 -1 4202560 29312 0 0 0 48 3 0 0 16 0 19 0 855456646 10866987008 983925 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 3 0 0 0
[pid=24536/tid=24546] ppid=24534 vsize=10612292 CPUtime=0.52 cores=1,3,5,7
/proc/24536/task/24546/stat : 24546 (java) S 24534 24536 24324 0 -1 4202560 24345 0 0 0 49 3 0 0 16 0 19 0 855456646 10866987008 983925 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 5 0 0 0
[pid=24536/tid=24547] ppid=24534 vsize=10612292 CPUtime=11.25 cores=1,3,5,7
/proc/24536/task/24547/stat : 24547 (java) S 24534 24536 24324 0 -1 4202560 85413 0 0 0 1117 8 0 0 15 0 19 0 855456647 10866987008 983925 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650752 0 0 0 16800975 18446604469406600192 0 0 -1 5 0 0 0
[pid=24536/tid=24548] ppid=24534 vsize=10612292 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24548/stat : 24548 (java) S 24534 24536 24324 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 855456647 10866987008 983925 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 5 0 0 0
[pid=24536/tid=24549] ppid=24534 vsize=10612292 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24549/stat : 24549 (java) S 24534 24536 24324 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 855456647 10866987008 983925 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 5 0 0 0
[pid=24536/tid=24550] ppid=24534 vsize=10612292 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24550/stat : 24550 (java) S 24534 24536 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855456649 10866987008 983925 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528657841 0 4 0 16800975 18446604469406600192 0 0 -1 5 0 0 0
[pid=24536/tid=24551] ppid=24534 vsize=10612292 CPUtime=0.72 cores=1,3,5,7
/proc/24536/task/24551/stat : 24551 (java) S 24534 24536 24324 0 -1 4202560 1943 0 0 0 72 0 0 0 15 0 19 0 855456649 10866987008 983925 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 1 0 0 0
[pid=24536/tid=24552] ppid=24534 vsize=10612292 CPUtime=0.54 cores=1,3,5,7
/proc/24536/task/24552/stat : 24552 (java) S 24534 24536 24324 0 -1 4202560 3512 0 0 0 54 0 0 0 16 0 19 0 855456649 10866987008 983925 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 3 0 0 0
[pid=24536/tid=24553] ppid=24534 vsize=10612292 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24553/stat : 24553 (java) S 24534 24536 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855456649 10866987008 983925 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650137 0 4 0 16800975 18446604469406600192 0 0 -1 5 0 0 0
[pid=24536/tid=24554] ppid=24534 vsize=10612292 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24554/stat : 24554 (java) S 24534 24536 24324 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 855456649 10866987008 983925 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650752 0 4 0 16800975 18446604469406600192 0 0 -1 3 0 0 0
[pid=24536/tid=24555] ppid=24534 vsize=10612292 CPUtime=0 cores=1,3,5,7
/proc/24536/task/24555/stat : 24555 (java) S 24534 24536 24324 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 855457289 10866987008 983925 33554432000 1073741824 1073778376 140734464522416 18446744073709551615 246528650752 0 4 0 16800975 18446604469406600192 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 10612292

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

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

[startup+1797 s]
/proc/loadavg: 2.02 2.02 1.96 3/461 24651
/proc/meminfo: memFree=20084384/32951124 swapFree=44043516/67111528
[pid=24536] ppid=24534 vsize=0 CPUtime=1800.28 cores=1,3,5,7
/proc/24536/stat : 24536 (java) Z 24534 24536 24324 0 -1 4203548 988000 0 1 0 179897 131 0 0 17 0 2 0 855456643 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24536/statm: 0 0 0 0 0 0 0
[pid=24536/tid=24537] ppid=24534 vsize=0 CPUtime=1784.73 cores=1,3,5,7
/proc/24536/task/24537/stat : 24537 (java) R 24534 24536 24324 0 -1 4203588 754288 0 1 0 178370 103 0 0 25 0 2 0 855456644 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1797.02
CPU time (s): 1800.31
CPU user time (s): 1798.98
CPU system time (s): 1.3268
CPU usage (%): 100.183
Max. virtual memory (cumulated for all children) (KiB): 10612292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.98
system time used= 1.3268
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 988000
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= 38744
involuntary context switches= 28228

runsolver used 7.2179 second user time and 17.5433 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-07 11:23:05
IDJOB=3478804
IDBENCH=89692
IDSOLVER=1951
FILE ID=node134/3478804-1307438583
RUNJOBID= node134-1307436784-24343
PBS_JOBID= 13519954
Free space on /tmp= 74012 MiB

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

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

MD5SUM BENCH= 1e275a6bfffefd782bc57067ec81c100
RANDOM SEED=692137994

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:      24013768 kB
Buffers:        334720 kB
Cached:        1016840 kB
SwapCached:       9536 kB
Active:        7763432 kB
Inactive:       873228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24013768 kB
SwapTotal:    67111528 kB
SwapFree:     44043516 kB
Dirty:           50244 kB
Writeback:           0 kB
AnonPages:     7283248 kB
Mapped:          29484 kB
Slab:           142784 kB
PageTables:      92236 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 121125704 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 11:53:03