Trace number 3689676

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
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.14 921.277

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K163.opb
MD5SUM5c9e224cdd9eef3594ee47236fa33798
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 variables19397
Total number of constraints19725
Number of constraints which are clauses19562
Number of constraints which are cardinality constraints (but not clauses)163
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint163
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 164
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.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.09/0.10	c version 2.3.2.v20120418
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose learned constraints deletion strategy
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c c --- End Solver configuration ---
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose learned constraints deletion strategy
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-3689676-1337884140.opb
0.09/0.13	c reading problem ... 
1.57/0.73	c ... done. Wall clock time 0.604s.
1.57/0.73	c declared #vars     19397
1.57/0.73	c #constraints  19725
1.57/0.73	c constraints type 
1.57/0.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17454
1.57/0.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 163
1.57/0.73	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.57/0.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2106
1.57/0.73	c 19725 constraints processed.
1.57/0.73	c constraints type 
1.57/0.73	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2106
1.57/0.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17454
1.57/0.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 163
1.57/0.73	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.57/0.73	c 19725 constraints processed.
8.41/3.31	c cleaning 2480 clauses out of 4995 with flag 5000/5000
13.31/5.78	c cleaning 4220 clauses out of 8514 with flag 11000/11000
18.83/8.54	c cleaning 5537 clauses out of 11292 with flag 18001/18001
25.54/11.89	c cleaning 6792 clauses out of 13749 with flag 26001/26001
33.66/15.98	c cleaning 7852 clauses out of 15951 with flag 35001/35001
42.53/20.49	c cleaning 8860 clauses out of 18096 with flag 45000/45000
51.38/24.97	c cleaning 9975 clauses out of 20233 with flag 56000/56000
62.45/30.54	c cleaning 10955 clauses out of 22257 with flag 68001/68001
74.73/36.81	c cleaning 11965 clauses out of 24298 with flag 81000/81000
87.70/43.48	c cleaning 12988 clauses out of 26331 with flag 95000/95000
101.43/50.41	c cleaning 13858 clauses out of 28340 with flag 110000/110000
115.14/57.45	c cleaning 15025 clauses out of 30483 with flag 126004/126004
130.72/65.41	c cleaning 15965 clauses out of 32454 with flag 143001/143001
147.62/74.09	c cleaning 17038 clauses out of 34488 with flag 161000/161000
165.30/83.02	c cleaning 18037 clauses out of 36450 with flag 180000/180000
183.58/92.32	c cleaning 18032 clauses out of 38411 with flag 200000/200000
203.36/102.50	c cleaning 19298 clauses out of 41378 with flag 221001/221001
222.17/112.13	c cleaning 20086 clauses out of 44077 with flag 243000/243000
242.91/122.77	c cleaning 21046 clauses out of 46994 with flag 266003/266003
262.41/132.73	c cleaning 21910 clauses out of 49943 with flag 290000/290000
285.40/144.67	c cleaning 22512 clauses out of 53035 with flag 315003/315003
308.40/156.35	c cleaning 23787 clauses out of 56520 with flag 341000/341000
349.11/177.25	c cleaning 25217 clauses out of 59733 with flag 368000/368000
377.56/191.82	c cleaning 25122 clauses out of 62516 with flag 396000/396000
407.79/207.25	c cleaning 26748 clauses out of 66393 with flag 425000/425000
438.50/222.87	c cleaning 27348 clauses out of 69646 with flag 455002/455002
467.27/237.54	c cleaning 28098 clauses out of 73295 with flag 486000/486000
496.57/252.78	c cleaning 29089 clauses out of 77197 with flag 518000/518000
525.63/267.63	c cleaning 30068 clauses out of 81108 with flag 551000/551000
535.41/272.96	c cleaning 0 clauses out of 5000 with flag 0/5000
557.13/284.07	c cleaning 31412 clauses out of 85040 with flag 585000/585000
596.91/304.53	c cleaning 32027 clauses out of 88627 with flag 620000/620000
638.18/325.58	c cleaning 33520 clauses out of 92599 with flag 656000/656000
704.86/359.24	c cleaning 35379 clauses out of 96079 with flag 693000/693000
761.65/388.05	c cleaning 36087 clauses out of 98702 with flag 731002/731002
813.87/414.85	c cleaning 36649 clauses out of 101618 with flag 770005/770005
861.42/439.03	c cleaning 36615 clauses out of 104965 with flag 810001/810001
913.58/465.53	c cleaning 38015 clauses out of 109349 with flag 851001/851001
963.12/490.76	c cleaning 38834 clauses out of 113334 with flag 893003/893003
1004.89/512.56	c cleaning 39915 clauses out of 117497 with flag 936000/936000
1081.78/552.66	c cleaning 42905 clauses out of 121582 with flag 980000/980000
1139.36/581.87	c cleaning 42024 clauses out of 123677 with flag 1025000/1025000
1200.35/613.38	c cleaning 43117 clauses out of 127653 with flag 1071000/1071000
1251.68/639.53	c cleaning 43879 clauses out of 131536 with flag 1118000/1118000
1306.66/667.69	c cleaning 44249 clauses out of 135657 with flag 1166001/1166001
1361.16/695.57	c cleaning 45700 clauses out of 140407 with flag 1215000/1215000
1418.29/725.13	c cleaning 46310 clauses out of 144710 with flag 1265003/1265003
1478.00/755.67	c cleaning 47963 clauses out of 149397 with flag 1316000/1316000
1540.10/787.38	c cleaning 48806 clauses out of 153433 with flag 1368000/1368000
1598.46/817.17	c cleaning 49368 clauses out of 157627 with flag 1421000/1421000
1658.37/848.28	c cleaning 50404 clauses out of 162260 with flag 1475001/1475001
1726.11/882.73	c cleaning 51169 clauses out of 166855 with flag 1530000/1530000
1792.53/916.60	c cleaning 52840 clauses out of 171687 with flag 1586001/1586001
1800.14/921.21	c starts		: 200
1800.14/921.21	c conflicts		: 1592050
1800.14/921.21	c decisions		: 34592485
1800.14/921.21	c propagations		: 1293899082
1800.14/921.21	c inspects		: 2355103731
1800.14/921.21	c shortcuts		: 0
1800.14/921.21	c learnt literals	: 59
1800.14/921.21	c learnt binary clauses	: 104389
1800.14/921.21	c learnt ternary clauses	: 103355
1800.14/921.21	c learnt constraints	: 1591991
1800.14/921.21	c ignored constraints	: 0
1800.14/921.21	c root simplifications	: 0
1800.14/921.21	c removed literals (reason simplification)	: 12776653
1800.14/921.21	c reason swapping (by a shorter reason)	: 0
1800.14/921.21	c Calls to reduceDB	: 52
1800.14/921.21	c number of reductions to clauses (during analyze)	: 0
1800.14/921.21	c number of learned constraints concerned by reduction	: 0
1800.14/921.21	c number of learning phase by resolution	: 0
1800.14/921.21	c number of learning phase by cutting planes	: 0
1800.14/921.21	c speed (assignments/second)	: 1405718.7159814613
1800.14/921.21	c non guided choices	29588
1800.14/921.24	c learnt constraints type 
1800.14/921.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 104390
1800.14/921.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 20565
1800.14/921.24	c constraints type 
1800.14/921.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17454
1800.14/921.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 163
1800.14/921.24	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.14/921.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2106
1800.14/921.24	c 19725 constraints processed.
1800.14/921.24	c constraints type 
1800.14/921.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2106
1800.14/921.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17454
1800.14/921.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 163
1800.14/921.24	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.14/921.24	c 19725 constraints processed.
1800.14/921.24	s UNKNOWN
1800.14/921.24	c Total wall clock time (in seconds): 921.119

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3689676-1337884140/watcher-3689676-1337884140 -o /tmp/evaluation-result-3689676-1337884140/solver-3689676-1337884140 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689676-1337884140.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: 4.02 3.98 3.92 4/197 24526
/proc/meminfo: memFree=27741380/32873844 swapFree=6868/6868
[pid=24526] ppid=24524 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24526/stat : 24526 (java) D 24524 24526 20082 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 254481002 9515008 182 33554432000 1073741824 1073778376 140735403187168 140735403178200 209097408181 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/24526/statm: 2323 182 140 9 0 71 0

[startup+0.00839007 s]
/proc/loadavg: 4.02 3.98 3.92 4/197 24526
/proc/meminfo: memFree=27741380/32873844 swapFree=6868/6868
[pid=24526] ppid=24524 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24526/stat : 24526 (java) D 24524 24526 20082 0 -1 4202496 444 0 0 0 0 0 0 0 20 0 1 0 254481002 9515008 176 33554432000 1073741824 1073778376 140736782193936 140736782176664 209097409424 0 0 4096 0 18446744072100609316 0 0 17 7 0 0 0 0 0
/proc/24526/statm: 2323 176 133 9 0 71 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9292

[startup+0.100203 s]
/proc/loadavg: 4.02 3.98 3.92 4/197 24526
/proc/meminfo: memFree=27741380/32873844 swapFree=6868/6868
[pid=24526] ppid=24524 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/24526/stat : 24526 (java) S 24524 24526 20082 0 -1 4202496 4177 0 1 0 8 1 0 0 20 0 18 0 254481002 9787813888 5366 33554432000 1073741824 1073778376 140736782193936 140736782185072 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24526/statm: 2389603 5367 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300312 s]
/proc/loadavg: 4.02 3.98 3.92 4/197 24526
/proc/meminfo: memFree=27741380/32873844 swapFree=6868/6868
[pid=24526] ppid=24524 vsize=9558412 CPUtime=0.55 cores=1,3,5,7
/proc/24526/stat : 24526 (java) S 24524 24526 20082 0 -1 4202496 7310 0 1 0 53 2 0 0 20 0 18 0 254481002 9787813888 10731 33554432000 1073741824 1073778376 140736782193936 140736782185072 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24526/statm: 2389603 10731 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558412

[startup+0.708006 s]
/proc/loadavg: 4.02 3.98 3.92 4/197 24526
/proc/meminfo: memFree=27741380/32873844 swapFree=6868/6868
[pid=24526] ppid=24524 vsize=9558412 CPUtime=1.57 cores=1,3,5,7
/proc/24526/stat : 24526 (java) S 24524 24526 20082 0 -1 4202496 14905 0 1 0 150 7 0 0 20 0 18 0 254481002 9787813888 46227 33554432000 1073741824 1073778376 140736782193936 140736782185072 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24526/statm: 2389603 46227 2254 9 0 2380296 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 9558412

[startup+1.50081 s]
/proc/loadavg: 4.02 3.98 3.92 7/219 24548
/proc/meminfo: memFree=27562624/32873844 swapFree=6868/6868
[pid=24526] ppid=24524 vsize=9824668 CPUtime=4.44 cores=1,3,5,7
/proc/24526/stat : 24526 (java) S 24524 24526 20082 0 -1 4202496 19639 0 1 0 436 8 0 0 20 0 22 0 254481002 10060460032 49081 33554432000 1073741824 1073778376 140736782193936 140736782185072 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24526/statm: 2456167 49081 2272 9 0 2446860 0
[pid=24526/tid=24528] ppid=24524 vsize=9824668 CPUtime=0.66 cores=1,3,5,7
/proc/24526/task/24528/stat : 24528 (java) S 24524 24526 20082 0 -1 4202560 2521 0 1 0 63 3 0 0 20 0 22 0 254481003 10060460032 49081 33554432000 1073741824 1073778376 140736782193936 139993711031288 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24526/tid=24529] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24529/stat : 24529 (java) S 24524 24526 20082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254481004 10060460032 49081 33554432000 1073741824 1073778376 140736782193936 139993672522024 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24526/tid=24530] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24530/stat : 24530 (java) S 24524 24526 20082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254481004 10060460032 49081 33554432000 1073741824 1073778376 140736782193936 139993671469224 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24526/tid=24531] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24531/stat : 24531 (java) S 24524 24526 20082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254481004 10060460032 49081 33554432000 1073741824 1073778376 140736782193936 139993670416936 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24526/tid=24532] ppid=24524 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24526/task/24532/stat : 24532 (java) S 24524 24526 20082 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 254481004 10060460032 49081 33554432000 1073741824 1073778376 140736782193936 139993669364136 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24526/tid=24533] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24533/stat : 24533 (java) S 24524 24526 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254481004 10060460032 49081 33554432000 1073741824 1073778376 140736782193936 139993668311848 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24526/tid=24534] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24534/stat : 24534 (java) S 24524 24526 20082 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254481004 10060460032 49081 33554432000 1073741824 1073778376 140736782193936 139993667259048 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24526/tid=24535] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24535/stat : 24535 (java) S 24524 24526 20082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254481004 10060460032 49081 33554432000 1073741824 1073778376 140736782193936 139993666206760 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24526/tid=24536] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24536/stat : 24536 (java) S 24524 24526 20082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254481004 10060460032 49081 33554432000 1073741824 1073778376 140736782193936 139993665153960 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24526/tid=24537] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24537/stat : 24537 (java) S 24524 24526 20082 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 254481006 10060460032 49081 33554432000 1073741824 1073778376 140736782193936 139993535207656 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24526/tid=24538] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24538/stat : 24538 (java) S 24524 24526 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254481006 10060460032 49081 33554432000 1073741824 1073778376 140736782193936 139993534153720 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24526/tid=24539] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24539/stat : 24539 (java) S 24524 24526 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254481006 10060460032 49081 33554432000 1073741824 1073778376 140736782193936 139993533101320 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24526/tid=24540] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24540/stat : 24540 (java) S 24524 24526 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254481009 10060460032 49081 33554432000 1073741824 1073778376 140736782193936 139993532049808 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24526/tid=24541] ppid=24524 vsize=9824668 CPUtime=1.16 cores=1,3,5,7
/proc/24526/task/24541/stat : 24541 (java) R 24524 24526 20082 0 -1 4202560 10012 0 0 0 114 2 0 0 20 0 22 0 254481009 10060460032 49081 33554432000 1073741824 1073778376 140736782193936 139993530984672 139993716877414 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24526/tid=24542] ppid=24524 vsize=9824668 CPUtime=0.95 cores=1,3,5,7
/proc/24526/task/24542/stat : 24542 (java) R 24524 24526 20082 0 -1 4202560 5703 0 0 0 93 2 0 0 20 0 22 0 254481009 10060460032 49081 33554432000 1073741824 1073778376 140736782193936 139993529944632 139993712839792 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24526/tid=24543] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24543/stat : 24543 (java) S 24524 24526 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254481009 10060460032 49081 33554432000 1073741824 1073778376 140736782193936 139993528892536 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24526/tid=24544] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24544/stat : 24544 (java) S 24524 24526 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254481009 10060460032 49081 33554432000 1073741824 1073778376 140736782193936 139993527839944 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24526/tid=24545] ppid=24524 vsize=9824668 CPUtime=0.74 cores=1,3,5,7
/proc/24526/task/24545/stat : 24545 (java) R 24524 24526 20082 0 -1 4202560 23 0 0 0 74 0 0 0 20 0 22 0 254481076 10060460032 49081 33554432000 1073741824 1073778376 140736782193936 139993526783960 139993536501184 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24526/tid=24546] ppid=24524 vsize=9824668 CPUtime=0.73 cores=1,3,5,7
/proc/24526/task/24546/stat : 24546 (java) R 24524 24526 20082 0 -1 4202560 75 0 0 0 73 0 0 0 20 0 22 0 254481076 10060460032 49081 33554432000 1073741824 1073778376 140736782193936 139993525731112 139993537404955 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24526/tid=24547] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24547/stat : 24547 (java) S 24524 24526 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254481078 10060460032 49081 33554432000 1073741824 1073778376 140736782193936 139993524679848 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24526/tid=24548] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24548/stat : 24548 (java) S 24524 24526 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254481078 10060460032 49081 33554432000 1073741824 1073778376 140736782193936 139993523627048 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.44
Current children cumulated vsize (KiB) 9824668

[startup+3.10087 s]
/proc/loadavg: 4.02 3.98 3.92 5/219 24548
/proc/meminfo: memFree=27533928/32873844 swapFree=6868/6868
[pid=24526] ppid=24524 vsize=9824668 CPUtime=7.97 cores=1,3,5,7
/proc/24526/stat : 24526 (java) S 24524 24526 20082 0 -1 4202496 19825 0 1 0 786 11 0 0 20 0 22 0 254481002 10060460032 64137 33554432000 1073741824 1073778376 140736782193936 140736782185072 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24526/statm: 2456167 64137 2273 9 0 2446860 0
[pid=24526/tid=24528] ppid=24524 vsize=9824668 CPUtime=0.66 cores=1,3,5,7
/proc/24526/task/24528/stat : 24528 (java) S 24524 24526 20082 0 -1 4202560 2521 0 1 0 63 3 0 0 20 0 22 0 254481003 10060460032 64137 33554432000 1073741824 1073778376 140736782193936 139993711031288 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24526/tid=24529] ppid=24524 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24526/task/24529/stat : 24529 (java) S 24524 24526 20082 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 254481004 10060460032 64137 33554432000 1073741824 1073778376 140736782193936 139993672522024 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24526/tid=24530] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24530/stat : 24530 (java) S 24524 24526 20082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254481004 10060460032 64137 33554432000 1073741824 1073778376 140736782193936 139993671469224 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24526/tid=24531] ppid=24524 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/24526/task/24531/stat : 24531 (java) S 24524 24526 20082 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 254481004 10060460032 64137 33554432000 1073741824 1073778376 140736782193936 139993670416936 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24526/tid=24532] ppid=24524 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/24526/task/24532/stat : 24532 (java) S 24524 24526 20082 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 254481004 10060460032 64137 33554432000 1073741824 1073778376 140736782193936 139993669364136 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24526/tid=24533] ppid=24524 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24526/task/24533/stat : 24533 (java) S 24524 24526 20082 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 254481004 10060460032 64137 33554432000 1073741824 1073778376 140736782193936 139993668311848 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24526/tid=24534] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24534/stat : 24534 (java) S 24524 24526 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254481004 10060460032 64137 33554432000 1073741824 1073778376 140736782193936 139993667259048 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24526/tid=24535] ppid=24524 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24526/task/24535/stat : 24535 (java) S 24524 24526 20082 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 254481004 10060460032 64137 33554432000 1073741824 1073778376 140736782193936 139993666206760 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24526/tid=24536] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24536/stat : 24536 (java) S 24524 24526 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254481004 10060460032 64137 33554432000 1073741824 1073778376 140736782193936 139993665153960 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24526/tid=24537] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24537/stat : 24537 (java) S 24524 24526 20082 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 254481006 10060460032 64137 33554432000 1073741824 1073778376 140736782193936 139993535207656 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24526/tid=24538] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24538/stat : 24538 (java) S 24524 24526 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254481006 10060460032 64137 33554432000 1073741824 1073778376 140736782193936 139993534153720 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24526/tid=24539] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24539/stat : 24539 (java) S 24524 24526 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254481006 10060460032 64137 33554432000 1073741824 1073778376 140736782193936 139993533101320 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24526/tid=24540] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24540/stat : 24540 (java) S 24524 24526 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254481009 10060460032 64137 33554432000 1073741824 1073778376 140736782193936 139993532049808 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24526/tid=24541] ppid=24524 vsize=9824668 CPUtime=1.34 cores=1,3,5,7
/proc/24526/task/24541/stat : 24541 (java) S 24524 24526 20082 0 -1 4202560 10012 0 0 0 132 2 0 0 20 0 22 0 254481009 10060460032 64137 33554432000 1073741824 1073778376 140736782193936 139993530997432 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24526/tid=24542] ppid=24524 vsize=9824668 CPUtime=1.08 cores=1,3,5,7
/proc/24526/task/24542/stat : 24542 (java) S 24524 24526 20082 0 -1 4202560 5821 0 0 0 106 2 0 0 20 0 22 0 254481009 10060460032 64137 33554432000 1073741824 1073778376 140736782193936 139993529944632 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24526/tid=24543] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24543/stat : 24543 (java) S 24524 24526 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254481009 10060460032 64137 33554432000 1073741824 1073778376 140736782193936 139993528892536 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24526/tid=24544] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24544/stat : 24544 (java) S 24524 24526 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254481009 10060460032 64137 33554432000 1073741824 1073778376 140736782193936 139993527839944 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24526/tid=24545] ppid=24524 vsize=9824668 CPUtime=2.31 cores=1,3,5,7
/proc/24526/task/24545/stat : 24545 (java) R 24524 24526 20082 0 -1 4202560 24 0 0 0 231 0 0 0 20 0 22 0 254481076 10060460032 64137 33554432000 1073741824 1073778376 140736782193936 139993526782552 139993536908899 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24526/tid=24546] ppid=24524 vsize=9824668 CPUtime=2.29 cores=1,3,5,7
/proc/24526/task/24546/stat : 24546 (java) R 24524 24526 20082 0 -1 4202560 97 0 0 0 229 0 0 0 20 0 22 0 254481076 10060460032 64137 33554432000 1073741824 1073778376 140736782193936 139993525729520 139993536996512 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24526/tid=24547] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24547/stat : 24547 (java) S 24524 24526 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254481078 10060460032 64137 33554432000 1073741824 1073778376 140736782193936 139993524679848 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24526/tid=24548] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24548/stat : 24548 (java) S 24524 24526 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254481078 10060460032 64137 33554432000 1073741824 1073778376 140736782193936 139993523627048 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.97
Current children cumulated vsize (KiB) 9824668

[startup+6.30089 s]
/proc/loadavg: 4.02 3.98 3.92 5/219 24548
/proc/meminfo: memFree=27381244/32873844 swapFree=6868/6868
[pid=24526] ppid=24524 vsize=9824668 CPUtime=14.42 cores=1,3,5,7
/proc/24526/stat : 24526 (java) S 24524 24526 20082 0 -1 4202496 20330 0 1 0 1424 18 0 0 20 0 22 0 254481002 10060460032 97480 33554432000 1073741824 1073778376 140736782193936 140736782185072 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24526/statm: 2456167 97480 2285 9 0 2446860 0
[pid=24526/tid=24528] ppid=24524 vsize=9824668 CPUtime=0.66 cores=1,3,5,7
/proc/24526/task/24528/stat : 24528 (java) S 24524 24526 20082 0 -1 4202560 2521 0 1 0 63 3 0 0 20 0 22 0 254481003 10060460032 97480 33554432000 1073741824 1073778376 140736782193936 139993711031288 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24526/tid=24529] ppid=24524 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/24526/task/24529/stat : 24529 (java) S 24524 24526 20082 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 254481004 10060460032 97480 33554432000 1073741824 1073778376 140736782193936 139993672522024 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24526/tid=24530] ppid=24524 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/24526/task/24530/stat : 24530 (java) S 24524 24526 20082 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 254481004 10060460032 97480 33554432000 1073741824 1073778376 140736782193936 139993671469224 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24526/tid=24531] ppid=24524 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/24526/task/24531/stat : 24531 (java) S 24524 24526 20082 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 22 0 254481004 10060460032 97480 33554432000 1073741824 1073778376 140736782193936 139993670416936 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24526/tid=24532] ppid=24524 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/24526/task/24532/stat : 24532 (java) S 24524 24526 20082 0 -1 4202560 30 0 0 0 5 1 0 0 20 0 22 0 254481004 10060460032 97480 33554432000 1073741824 1073778376 140736782193936 139993669364136 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24526/tid=24533] ppid=24524 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/24526/task/24533/stat : 24533 (java) S 24524 24526 20082 0 -1 4202560 17 0 0 0 2 1 0 0 20 0 22 0 254481004 10060460032 97480 33554432000 1073741824 1073778376 140736782193936 139993668311848 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24526/tid=24534] ppid=24524 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/24526/task/24534/stat : 24534 (java) S 24524 24526 20082 0 -1 4202560 19 0 0 0 2 2 0 0 20 0 22 0 254481004 10060460032 97480 33554432000 1073741824 1073778376 140736782193936 139993667259048 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24526/tid=24535] ppid=24524 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/24526/task/24535/stat : 24535 (java) S 24524 24526 20082 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 254481004 10060460032 97480 33554432000 1073741824 1073778376 140736782193936 139993666206760 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24526/tid=24536] ppid=24524 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/24526/task/24536/stat : 24536 (java) S 24524 24526 20082 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 22 0 254481004 10060460032 97480 33554432000 1073741824 1073778376 140736782193936 139993665153960 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24526/tid=24537] ppid=24524 vsize=9824668 CPUtime=0.19 cores=1,3,5,7
/proc/24526/task/24537/stat : 24537 (java) S 24524 24526 20082 0 -1 4202560 241 0 0 0 17 2 0 0 20 0 22 0 254481006 10060460032 97480 33554432000 1073741824 1073778376 140736782193936 139993535207656 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24526/tid=24538] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24538/stat : 24538 (java) S 24524 24526 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254481006 10060460032 97480 33554432000 1073741824 1073778376 140736782193936 139993534153720 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24526/tid=24539] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24539/stat : 24539 (java) S 24524 24526 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254481006 10060460032 97480 33554432000 1073741824 1073778376 140736782193936 139993533101320 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24526/tid=24540] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24540/stat : 24540 (java) S 24524 24526 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254481009 10060460032 97480 33554432000 1073741824 1073778376 140736782193936 139993532049808 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24526/tid=24541] ppid=24524 vsize=9824668 CPUtime=1.43 cores=1,3,5,7
/proc/24526/task/24541/stat : 24541 (java) S 24524 24526 20082 0 -1 4202560 10014 0 0 0 141 2 0 0 20 0 22 0 254481009 10060460032 97480 33554432000 1073741824 1073778376 140736782193936 139993530997432 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/24526/statm: 2456167 898961 2285 9 0 2446860 0
[pid=24526/tid=24528] ppid=24524 vsize=9824668 CPUtime=0.71 cores=1,3,5,7
/proc/24526/task/24528/stat : 24528 (java) S 24524 24526 20082 0 -1 4202560 2552 0 1 0 66 5 0 0 20 0 22 0 254481003 10060460032 898961 33554432000 1073741824 1073778376 140736782193936 139993711031288 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24526/tid=24529] ppid=24524 vsize=9824668 CPUtime=2.14 cores=1,3,5,7
/proc/24526/task/24529/stat : 24529 (java) S 24524 24526 20082 0 -1 4202560 1822 0 0 0 203 11 0 0 20 0 22 0 254481004 10060460032 898961 33554432000 1073741824 1073778376 140736782193936 139993672522024 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24526/tid=24530] ppid=24524 vsize=9824668 CPUtime=2.14 cores=1,3,5,7
/proc/24526/task/24530/stat : 24530 (java) S 24524 24526 20082 0 -1 4202560 525 0 0 0 203 11 0 0 20 0 22 0 254481004 10060460032 898961 33554432000 1073741824 1073778376 140736782193936 139993671469224 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24526/tid=24531] ppid=24524 vsize=9824668 CPUtime=2 cores=1,3,5,7
/proc/24526/task/24531/stat : 24531 (java) S 24524 24526 20082 0 -1 4202560 478 0 0 0 190 10 0 0 20 0 22 0 254481004 10060460032 898961 33554432000 1073741824 1073778376 140736782193936 139993670416936 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24526/tid=24532] ppid=24524 vsize=9824668 CPUtime=1.96 cores=1,3,5,7
/proc/24526/task/24532/stat : 24532 (java) S 24524 24526 20082 0 -1 4202560 1374 0 0 0 187 9 0 0 20 0 22 0 254481004 10060460032 898961 33554432000 1073741824 1073778376 140736782193936 139993669364136 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24526/tid=24533] ppid=24524 vsize=9824668 CPUtime=2.3 cores=1,3,5,7
/proc/24526/task/24533/stat : 24533 (java) S 24524 24526 20082 0 -1 4202560 974 0 0 0 220 10 0 0 20 0 22 0 254481004 10060460032 898961 33554432000 1073741824 1073778376 140736782193936 139993668311848 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24526/tid=24534] ppid=24524 vsize=9824668 CPUtime=2.02 cores=1,3,5,7
/proc/24526/task/24534/stat : 24534 (java) S 24524 24526 20082 0 -1 4202560 546 0 0 0 191 11 0 0 20 0 22 0 254481004 10060460032 898961 33554432000 1073741824 1073778376 140736782193936 139993667259048 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24526/tid=24535] ppid=24524 vsize=9824668 CPUtime=2.21 cores=1,3,5,7
/proc/24526/task/24535/stat : 24535 (java) S 24524 24526 20082 0 -1 4202560 373 0 0 0 213 8 0 0 20 0 22 0 254481004 10060460032 898961 33554432000 1073741824 1073778376 140736782193936 139993666206760 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24526/tid=24536] ppid=24524 vsize=9824668 CPUtime=2.17 cores=1,3,5,7
/proc/24526/task/24536/stat : 24536 (java) S 24524 24526 20082 0 -1 4202560 810 0 0 0 206 11 0 0 20 0 22 0 254481004 10060460032 898961 33554432000 1073741824 1073778376 140736782193936 139993665153960 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24526/tid=24537] ppid=24524 vsize=9824668 CPUtime=48.58 cores=1,3,5,7
/proc/24526/task/24537/stat : 24537 (java) S 24524 24526 20082 0 -1 4202560 4255 0 0 0 4841 17 0 0 20 0 22 0 254481006 10060460032 898961 33554432000 1073741824 1073778376 140736782193936 139993535207656 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24526/tid=24538] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24538/stat : 24538 (java) S 24524 24526 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254481006 10060460032 898961 33554432000 1073741824 1073778376 140736782193936 139993534153720 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24526/tid=24539] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24539/stat : 24539 (java) S 24524 24526 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254481006 10060460032 898961 33554432000 1073741824 1073778376 140736782193936 139993533101320 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24526/tid=24540] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24540/stat : 24540 (java) S 24524 24526 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254481009 10060460032 898961 33554432000 1073741824 1073778376 140736782193936 139993532049808 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24526/tid=24541] ppid=24524 vsize=9824668 CPUtime=2 cores=1,3,5,7
/proc/24526/task/24541/stat : 24541 (java) S 24524 24526 20082 0 -1 4202560 12347 0 0 0 197 3 0 0 20 0 22 0 254481009 10060460032 898961 33554432000 1073741824 1073778376 140736782193936 139993530997432 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24526/tid=24542] ppid=24524 vsize=9824668 CPUtime=1.38 cores=1,3,5,7
/proc/24526/task/24542/stat : 24542 (java) S 24524 24526 20082 0 -1 4202560 6061 0 0 0 136 2 0 0 20 0 22 0 254481009 10060460032 898961 33554432000 1073741824 1073778376 140736782193936 139993529944632 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24526/tid=24543] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24543/stat : 24543 (java) S 24524 24526 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254481009 10060460032 898961 33554432000 1073741824 1073778376 140736782193936 139993528892536 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24526/tid=24544] ppid=24524 vsize=9824668 CPUtime=0.38 cores=1,3,5,7
/proc/24526/task/24544/stat : 24544 (java) S 24524 24526 20082 0 -1 4202560 47 0 0 0 19 19 0 0 20 0 22 0 254481009 10060460032 898961 33554432000 1073741824 1073778376 140736782193936 139993527839944 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24526/tid=24545] ppid=24524 vsize=9824668 CPUtime=766.27 cores=1,3,5,7
/proc/24526/task/24545/stat : 24545 (java) R 24524 24526 20082 0 -1 4202560 93 0 0 0 76614 13 0 0 20 0 22 0 254481076 10060460032 898961 33554432000 1073741824 1073778376 140736782193936 139993526784224 139993537216512 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24526/tid=24546] ppid=24524 vsize=9824668 CPUtime=766.2 cores=1,3,5,7
/proc/24526/task/24546/stat : 24546 (java) R 24524 24526 20082 0 -1 4202560 1694 0 0 0 76566 54 0 0 20 0 22 0 254481076 10060460032 898961 33554432000 1073741824 1073778376 140736782193936 139993525729632 139993537277123 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24526/tid=24547] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24547/stat : 24547 (java) S 24524 24526 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254481078 10060460032 898961 33554432000 1073741824 1073778376 140736782193936 139993524679848 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24526/tid=24548] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24548/stat : 24548 (java) S 24524 24526 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254481078 10060460032 898961 33554432000 1073741824 1073778376 140736782193936 139993523627048 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1606.4
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.81 3.86 3.89 5/219 24628
/proc/meminfo: memFree=25812744/32873844 swapFree=6868/6868
[pid=24526] ppid=24524 vsize=9824668 CPUtime=1725.31 cores=1,3,5,7
/proc/24526/stat : 24526 (java) S 24524 24526 20082 0 -1 4202496 35238 0 1 0 172355 176 0 0 20 0 22 0 254481002 10060460032 900530 33554432000 1073741824 1073778376 140736782193936 140736782185072 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24526/statm: 2456167 900530 2286 9 0 2446860 0
[pid=24526/tid=24528] ppid=24524 vsize=9824668 CPUtime=0.71 cores=1,3,5,7
/proc/24526/task/24528/stat : 24528 (java) S 24524 24526 20082 0 -1 4202560 2552 0 1 0 66 5 0 0 20 0 22 0 254481003 10060460032 900530 33554432000 1073741824 1073778376 140736782193936 139993711031288 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24526/tid=24529] ppid=24524 vsize=9824668 CPUtime=2.25 cores=1,3,5,7
/proc/24526/task/24529/stat : 24529 (java) S 24524 24526 20082 0 -1 4202560 1830 0 0 0 214 11 0 0 20 0 22 0 254481004 10060460032 900530 33554432000 1073741824 1073778376 140736782193936 139993672522024 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24526/tid=24530] ppid=24524 vsize=9824668 CPUtime=2.28 cores=1,3,5,7
/proc/24526/task/24530/stat : 24530 (java) S 24524 24526 20082 0 -1 4202560 532 0 0 0 217 11 0 0 20 0 22 0 254481004 10060460032 900530 33554432000 1073741824 1073778376 140736782193936 139993671469224 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24526/tid=24531] ppid=24524 vsize=9824668 CPUtime=2.13 cores=1,3,5,7
/proc/24526/task/24531/stat : 24531 (java) S 24524 24526 20082 0 -1 4202560 490 0 0 0 203 10 0 0 20 0 22 0 254481004 10060460032 900530 33554432000 1073741824 1073778376 140736782193936 139993670416936 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24526/tid=24532] ppid=24524 vsize=9824668 CPUtime=2.17 cores=1,3,5,7
/proc/24526/task/24532/stat : 24532 (java) S 24524 24526 20082 0 -1 4202560 1377 0 0 0 208 9 0 0 20 0 22 0 254481004 10060460032 900530 33554432000 1073741824 1073778376 140736782193936 139993669364136 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24526/tid=24533] ppid=24524 vsize=9824668 CPUtime=2.48 cores=1,3,5,7
/proc/24526/task/24533/stat : 24533 (java) S 24524 24526 20082 0 -1 4202560 986 0 0 0 237 11 0 0 20 0 22 0 254481004 10060460032 900530 33554432000 1073741824 1073778376 140736782193936 139993668311848 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24526/tid=24534] ppid=24524 vsize=9824668 CPUtime=2.13 cores=1,3,5,7
/proc/24526/task/24534/stat : 24534 (java) S 24524 24526 20082 0 -1 4202560 553 0 0 0 202 11 0 0 20 0 22 0 254481004 10060460032 900530 33554432000 1073741824 1073778376 140736782193936 139993667259048 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24526/tid=24535] ppid=24524 vsize=9824668 CPUtime=2.36 cores=1,3,5,7
/proc/24526/task/24535/stat : 24535 (java) S 24524 24526 20082 0 -1 4202560 383 0 0 0 228 8 0 0 20 0 22 0 254481004 10060460032 900530 33554432000 1073741824 1073778376 140736782193936 139993666206760 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24526/tid=24536] ppid=24524 vsize=9824668 CPUtime=2.28 cores=1,3,5,7
/proc/24526/task/24536/stat : 24536 (java) S 24524 24526 20082 0 -1 4202560 818 0 0 0 217 11 0 0 20 0 22 0 254481004 10060460032 900530 33554432000 1073741824 1073778376 140736782193936 139993665153960 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24526/tid=24537] ppid=24524 vsize=9824668 CPUtime=50.22 cores=1,3,5,7
/proc/24526/task/24537/stat : 24537 (java) S 24524 24526 20082 0 -1 4202560 4277 0 0 0 5005 17 0 0 20 0 22 0 254481006 10060460032 900530 33554432000 1073741824 1073778376 140736782193936 139993535207656 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24526/tid=24538] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24538/stat : 24538 (java) S 24524 24526 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254481006 10060460032 900530 33554432000 1073741824 1073778376 140736782193936 139993534153720 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24526/tid=24539] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24539/stat : 24539 (java) S 24524 24526 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254481006 10060460032 900530 33554432000 1073741824 1073778376 140736782193936 139993533101320 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24526/tid=24540] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24540/stat : 24540 (java) S 24524 24526 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254481009 10060460032 900530 33554432000 1073741824 1073778376 140736782193936 139993532049808 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24526/tid=24541] ppid=24524 vsize=9824668 CPUtime=2.03 cores=1,3,5,7
/proc/24526/task/24541/stat : 24541 (java) S 24524 24526 20082 0 -1 4202560 12349 0 0 0 200 3 0 0 20 0 22 0 254481009 10060460032 900530 33554432000 1073741824 1073778376 140736782193936 139993530997432 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24526/tid=24542] ppid=24524 vsize=9824668 CPUtime=1.38 cores=1,3,5,7
/proc/24526/task/24542/stat : 24542 (java) S 24524 24526 20082 0 -1 4202560 6061 0 0 0 136 2 0 0 20 0 22 0 254481009 10060460032 900530 33554432000 1073741824 1073778376 140736782193936 139993529944632 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24526/tid=24543] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24543/stat : 24543 (java) S 24524 24526 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254481009 10060460032 900530 33554432000 1073741824 1073778376 140736782193936 139993528892536 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24526/tid=24544] ppid=24524 vsize=9824668 CPUtime=0.41 cores=1,3,5,7
/proc/24526/task/24544/stat : 24544 (java) S 24524 24526 20082 0 -1 4202560 51 0 0 0 20 21 0 0 20 0 22 0 254481009 10060460032 900530 33554432000 1073741824 1073778376 140736782193936 139993527839944 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24526/tid=24545] ppid=24524 vsize=9824668 CPUtime=824.17 cores=1,3,5,7
/proc/24526/task/24545/stat : 24545 (java) R 24524 24526 20082 0 -1 4202560 95 0 0 0 82403 14 0 0 20 0 22 0 254481076 10060460032 900530 33554432000 1073741824 1073778376 140736782193936 139993526783280 139993536892519 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24526/tid=24546] ppid=24524 vsize=9824668 CPUtime=824.09 cores=1,3,5,7
/proc/24526/task/24546/stat : 24546 (java) R 24524 24526 20082 0 -1 4202560 1697 0 0 0 82354 55 0 0 20 0 22 0 254481076 10060460032 900530 33554432000 1073741824 1073778376 140736782193936 139993525729520 139993537397228 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24526/tid=24547] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24547/stat : 24547 (java) S 24524 24526 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254481078 10060460032 900530 33554432000 1073741824 1073778376 140736782193936 139993524679848 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24526/tid=24548] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24548/stat : 24548 (java) S 24524 24526 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254481078 10060460032 900530 33554432000 1073741824 1073778376 140736782193936 139993523627048 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1725.31
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+921.201 s]
/proc/loadavg: 3.85 3.86 3.88 5/220 24629
/proc/meminfo: memFree=25781520/32873844 swapFree=6868/6868
[pid=24526] ppid=24524 vsize=9824668 CPUtime=1800.14 cores=1,3,5,7
/proc/24526/stat : 24526 (java) S 24524 24526 20082 0 -1 4202496 35357 0 1 0 179837 177 0 0 20 0 22 0 254481002 10060460032 907776 33554432000 1073741824 1073778376 140736782193936 140736782185072 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24526/statm: 2456167 907776 2286 9 0 2446860 0
[pid=24526/tid=24528] ppid=24524 vsize=9824668 CPUtime=0.71 cores=1,3,5,7
/proc/24526/task/24528/stat : 24528 (java) S 24524 24526 20082 0 -1 4202560 2554 0 1 0 66 5 0 0 20 0 22 0 254481003 10060460032 907776 33554432000 1073741824 1073778376 140736782193936 139993711031288 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24526/tid=24529] ppid=24524 vsize=9824668 CPUtime=2.37 cores=1,3,5,7
/proc/24526/task/24529/stat : 24529 (java) S 24524 24526 20082 0 -1 4202560 1848 0 0 0 226 11 0 0 20 0 22 0 254481004 10060460032 907776 33554432000 1073741824 1073778376 140736782193936 139993672522024 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24526/tid=24530] ppid=24524 vsize=9824668 CPUtime=2.38 cores=1,3,5,7
/proc/24526/task/24530/stat : 24530 (java) S 24524 24526 20082 0 -1 4202560 535 0 0 0 227 11 0 0 20 0 22 0 254481004 10060460032 907776 33554432000 1073741824 1073778376 140736782193936 139993671469224 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24526/tid=24531] ppid=24524 vsize=9824668 CPUtime=2.24 cores=1,3,5,7
/proc/24526/task/24531/stat : 24531 (java) S 24524 24526 20082 0 -1 4202560 499 0 0 0 214 10 0 0 20 0 22 0 254481004 10060460032 907776 33554432000 1073741824 1073778376 140736782193936 139993670416936 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24526/tid=24532] ppid=24524 vsize=9824668 CPUtime=2.24 cores=1,3,5,7
/proc/24526/task/24532/stat : 24532 (java) S 24524 24526 20082 0 -1 4202560 1392 0 0 0 215 9 0 0 20 0 22 0 254481004 10060460032 907776 33554432000 1073741824 1073778376 140736782193936 139993669364136 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24526/tid=24533] ppid=24524 vsize=9824668 CPUtime=2.62 cores=1,3,5,7
/proc/24526/task/24533/stat : 24533 (java) S 24524 24526 20082 0 -1 4202560 991 0 0 0 251 11 0 0 20 0 22 0 254481004 10060460032 907776 33554432000 1073741824 1073778376 140736782193936 139993668311848 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24526/tid=24534] ppid=24524 vsize=9824668 CPUtime=2.29 cores=1,3,5,7
/proc/24526/task/24534/stat : 24534 (java) S 24524 24526 20082 0 -1 4202560 561 0 0 0 217 12 0 0 20 0 22 0 254481004 10060460032 907776 33554432000 1073741824 1073778376 140736782193936 139993667259048 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24526/tid=24535] ppid=24524 vsize=9824668 CPUtime=2.47 cores=1,3,5,7
/proc/24526/task/24535/stat : 24535 (java) S 24524 24526 20082 0 -1 4202560 390 0 0 0 239 8 0 0 20 0 22 0 254481004 10060460032 907776 33554432000 1073741824 1073778376 140736782193936 139993666206760 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24526/tid=24536] ppid=24524 vsize=9824668 CPUtime=2.38 cores=1,3,5,7
/proc/24526/task/24536/stat : 24536 (java) S 24524 24526 20082 0 -1 4202560 827 0 0 0 227 11 0 0 20 0 22 0 254481004 10060460032 907776 33554432000 1073741824 1073778376 140736782193936 139993665153960 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24526/tid=24537] ppid=24524 vsize=9824668 CPUtime=53.63 cores=1,3,5,7
/proc/24526/task/24537/stat : 24537 (java) S 24524 24526 20082 0 -1 4202560 4316 0 0 0 5345 18 0 0 20 0 22 0 254481006 10060460032 907776 33554432000 1073741824 1073778376 140736782193936 139993535207656 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24526/tid=24538] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24538/stat : 24538 (java) S 24524 24526 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254481006 10060460032 907776 33554432000 1073741824 1073778376 140736782193936 139993534153720 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24526/tid=24539] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24539/stat : 24539 (java) S 24524 24526 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254481006 10060460032 907776 33554432000 1073741824 1073778376 140736782193936 139993533101320 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24526/tid=24540] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24540/stat : 24540 (java) S 24524 24526 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254481009 10060460032 907776 33554432000 1073741824 1073778376 140736782193936 139993532049808 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24526/tid=24541] ppid=24524 vsize=9824668 CPUtime=2.03 cores=1,3,5,7
/proc/24526/task/24541/stat : 24541 (java) S 24524 24526 20082 0 -1 4202560 12349 0 0 0 200 3 0 0 20 0 22 0 254481009 10060460032 907776 33554432000 1073741824 1073778376 140736782193936 139993530997432 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24526/tid=24542] ppid=24524 vsize=9824668 CPUtime=1.38 cores=1,3,5,7
/proc/24526/task/24542/stat : 24542 (java) S 24524 24526 20082 0 -1 4202560 6061 0 0 0 136 2 0 0 20 0 22 0 254481009 10060460032 907776 33554432000 1073741824 1073778376 140736782193936 139993529944632 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24526/tid=24543] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24543/stat : 24543 (java) S 24524 24526 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254481009 10060460032 907776 33554432000 1073741824 1073778376 140736782193936 139993528892536 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24526/tid=24544] ppid=24524 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/24526/task/24544/stat : 24544 (java) S 24524 24526 20082 0 -1 4202560 53 0 0 0 21 24 0 0 20 0 22 0 254481009 10060460032 907776 33554432000 1073741824 1073778376 140736782193936 139993527839944 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24526/tid=24545] ppid=24524 vsize=9824668 CPUtime=859.34 cores=1,3,5,7
/proc/24526/task/24545/stat : 24545 (java) R 24524 24526 20082 0 -1 4202560 96 0 0 0 85919 15 0 0 20 0 22 0 254481076 10060460032 907776 33554432000 1073741824 1073778376 140736782193936 139993526784224 139993537170504 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24526/tid=24546] ppid=24524 vsize=9824668 CPUtime=859.26 cores=1,3,5,7
/proc/24526/task/24546/stat : 24546 (java) R 24524 24526 20082 0 -1 4202560 1698 0 0 0 85870 56 0 0 20 0 22 0 254481076 10060460032 907776 33554432000 1073741824 1073778376 140736782193936 139993525729520 139993537397406 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24526/tid=24547] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24547/stat : 24547 (java) S 24524 24526 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254481078 10060460032 907776 33554432000 1073741824 1073778376 140736782193936 139993524679848 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24526/tid=24548] ppid=24524 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24526/task/24548/stat : 24548 (java) S 24524 24526 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254481078 10060460032 907776 33554432000 1073741824 1073778376 140736782193936 139993523627048 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 9824668

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24526 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=270
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=230660
# CPU time returned by wait4() is 1796.23
# while last known CPU time is 1800.14
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 921.277
CPU time (s): 1800.14
CPU user time (s): 1798.37
CPU system time (s): 1.77
CPU usage (%): 195.396
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794
system time used= 2.23066
maximum resident set size= 3631224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35389
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24594
involuntary context switches= 34031

runsolver used 3.52146 second user time and 9.26359 second system time

The end

Launcher Data

Begin job on node105 at 2012-05-24 20:29:00
IDJOB=3689676
IDBENCH=90172
IDSOLVER=2268
FILE ID=node105/3689676-1337884140
RUNJOBID= node105-1337871882-20099
PBS_JOBID= 14620099
Free space on /tmp= 71620 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K163.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689676-1337884140/watcher-3689676-1337884140 -o /tmp/evaluation-result-3689676-1337884140/solver-3689676-1337884140 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689676-1337884140.opb

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

MD5SUM BENCH= 5c9e224cdd9eef3594ee47236fa33798
RANDOM SEED=1247859297

node105.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.882
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.882
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.882
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.882
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.882
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.882
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.882
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.882
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27742288 kB
Buffers:          185856 kB
Cached:          1855584 kB
SwapCached:         6340 kB
Active:          2874080 kB
Inactive:        1488280 kB
Active(anon):    2308556 kB
Inactive(anon):    14612 kB
Active(file):     565524 kB
Inactive(file):  1473668 kB
Unevictable:        6868 kB
Mlocked:            6868 kB
SwapTotal:      67108856 kB
SwapFree:       67101824 kB
Dirty:              1336 kB
Writeback:             0 kB
AnonPages:       2325396 kB
Mapped:            22536 kB
Shmem:                 8 kB
Slab:             623588 kB
SReclaimable:      65976 kB
SUnreclaim:       557612 kB
KernelStack:        1624 kB
PageTables:         8480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2913104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2236416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71620 MiB
End job on node105 at 2012-05-24 20:44:23