Trace number 3689686

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.04 923.471

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K160.opb
MD5SUM4be3ef5c0a6baf670611a9fd5e5deae8
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 variables19040
Total number of constraints19362
Number of constraints which are clauses19202
Number of constraints which are cardinality constraints (but not clauses)160
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint160
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 161
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.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
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.09	c version 2.3.2.v20120418
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		501472288
0.03/0.09	c Max memory 		7480803328
0.03/0.09	c Total memory 		504102912
0.03/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3689686-1337884259.opb
0.09/0.12	c reading problem ... 
1.59/0.73	c ... done. Wall clock time 0.615s.
1.59/0.73	c declared #vars     19040
1.59/0.73	c #constraints  19362
1.59/0.73	c constraints type 
1.59/0.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17133
1.59/0.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 160
1.59/0.73	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.59/0.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2067
1.59/0.73	c 19362 constraints processed.
1.59/0.73	c constraints type 
1.59/0.73	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2067
1.59/0.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17133
1.59/0.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 160
1.59/0.73	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.59/0.73	c 19362 constraints processed.
7.47/2.94	c cleaning 2485 clauses out of 4989 with flag 5000/5000
12.46/5.37	c cleaning 4183 clauses out of 8501 with flag 11002/11002
17.66/7.97	c cleaning 5649 clauses out of 11315 with flag 18003/18003
24.03/11.10	c cleaning 6715 clauses out of 13659 with flag 26000/26000
31.36/14.86	c cleaning 7877 clauses out of 15938 with flag 35000/35000
38.65/18.51	c cleaning 8929 clauses out of 18059 with flag 45000/45000
48.54/23.54	c cleaning 9905 clauses out of 20132 with flag 56002/56002
57.59/28.18	c cleaning 10967 clauses out of 22224 with flag 68000/68000
67.70/33.33	c cleaning 11947 clauses out of 24255 with flag 81000/81000
78.53/38.83	c cleaning 12938 clauses out of 26305 with flag 95000/95000
90.81/45.02	c cleaning 13952 clauses out of 28364 with flag 110001/110001
102.69/51.05	c cleaning 15020 clauses out of 30410 with flag 126000/126000
116.51/58.14	c cleaning 16072 clauses out of 32389 with flag 143001/143001
130.44/65.25	c cleaning 16948 clauses out of 34314 with flag 161000/161000
146.15/73.25	c cleaning 18011 clauses out of 36363 with flag 180000/180000
164.06/82.33	c cleaning 18513 clauses out of 38352 with flag 200000/200000
180.54/90.80	c cleaning 18986 clauses out of 40841 with flag 221004/221004
196.38/98.99	c cleaning 19666 clauses out of 43851 with flag 243000/243000
213.39/107.64	c cleaning 20957 clauses out of 47185 with flag 266000/266000
231.54/116.98	c cleaning 22283 clauses out of 50229 with flag 290001/290001
252.63/127.88	c cleaning 22641 clauses out of 52945 with flag 315000/315000
273.01/138.29	c cleaning 24006 clauses out of 56302 with flag 341000/341000
295.41/149.61	c cleaning 24552 clauses out of 59296 with flag 368000/368000
317.23/160.85	c cleaning 25572 clauses out of 62753 with flag 396009/396009
326.49/165.99	c cleaning 0 clauses out of 5000 with flag 0/5000
348.12/176.97	c cleaning 27179 clauses out of 66173 with flag 425001/425001
384.62/196.33	c cleaning 27607 clauses out of 68992 with flag 455000/455000
411.69/210.37	c cleaning 29166 clauses out of 72388 with flag 486003/486003
439.03/224.36	c cleaning 29715 clauses out of 75218 with flag 518001/518001
478.71/244.44	c cleaning 30818 clauses out of 78504 with flag 551002/551002
507.31/259.01	c cleaning 31129 clauses out of 81685 with flag 585001/585001
543.00/277.40	c cleaning 32246 clauses out of 85556 with flag 620002/620002
607.32/309.81	c cleaning 33799 clauses out of 89307 with flag 656000/656000
645.17/329.19	c cleaning 34193 clauses out of 92509 with flag 693001/693001
682.27/348.13	c cleaning 34922 clauses out of 96315 with flag 731000/731000
716.24/365.98	c cleaning 36067 clauses out of 100391 with flag 770000/770000
762.34/389.46	c cleaning 37657 clauses out of 104325 with flag 810001/810001
801.88/410.40	c cleaning 37962 clauses out of 107670 with flag 851003/851003
855.40/438.07	c cleaning 39187 clauses out of 111705 with flag 893001/893001
896.57/459.16	c cleaning 40290 clauses out of 115518 with flag 936001/936001
938.06/480.42	c cleaning 40674 clauses out of 119231 with flag 980004/980004
979.93/501.92	c cleaning 42083 clauses out of 123554 with flag 1025002/1025002
1020.90/523.46	c cleaning 43048 clauses out of 127470 with flag 1071001/1071001
1065.82/546.58	c cleaning 43069 clauses out of 131420 with flag 1118000/1118000
1120.70/574.53	c cleaning 44876 clauses out of 136351 with flag 1166000/1166000
1166.36/597.94	c cleaning 45709 clauses out of 140474 with flag 1215000/1215000
1214.20/622.95	c cleaning 46242 clauses out of 144765 with flag 1265000/1265000
1266.58/649.79	c cleaning 47721 clauses out of 149522 with flag 1316000/1316000
1335.71/684.84	c cleaning 49789 clauses out of 153802 with flag 1368001/1368001
1387.05/711.16	c cleaning 49560 clauses out of 157012 with flag 1421000/1421000
1443.44/740.59	c cleaning 50495 clauses out of 161452 with flag 1475000/1475000
1502.07/770.42	c cleaning 51497 clauses out of 165958 with flag 1530001/1530001
1560.44/800.27	c cleaning 52670 clauses out of 170462 with flag 1586002/1586002
1625.12/833.27	c cleaning 53829 clauses out of 174789 with flag 1643000/1643000
1691.65/867.79	c cleaning 55377 clauses out of 178960 with flag 1701000/1701000
1768.71/906.97	c cleaning 55302 clauses out of 182583 with flag 1760001/1760001
1800.04/923.41	c starts		: 190
1800.04/923.41	c conflicts		: 1783468
1800.04/923.41	c decisions		: 35728044
1800.04/923.41	c propagations		: 1385613111
1800.04/923.41	c inspects		: 2540524726
1800.04/923.41	c shortcuts		: 0
1800.04/923.41	c learnt literals	: 68
1800.04/923.41	c learnt binary clauses	: 111610
1800.04/923.41	c learnt ternary clauses	: 114333
1800.04/923.41	c learnt constraints	: 1783399
1800.04/923.41	c ignored constraints	: 0
1800.04/923.41	c root simplifications	: 0
1800.04/923.41	c removed literals (reason simplification)	: 14924498
1800.04/923.41	c reason swapping (by a shorter reason)	: 0
1800.04/923.41	c Calls to reduceDB	: 55
1800.04/923.41	c number of reductions to clauses (during analyze)	: 0
1800.04/923.41	c number of learned constraints concerned by reduction	: 0
1800.04/923.41	c number of learning phase by resolution	: 0
1800.04/923.41	c number of learning phase by cutting planes	: 0
1800.04/923.41	c speed (assignments/second)	: 1501765.6753979817
1800.04/923.41	c non guided choices	36855
1800.04/923.45	c learnt constraints type 
1800.04/923.45	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 111616
1800.04/923.45	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 39185
1800.04/923.45	c constraints type 
1800.04/923.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17133
1800.04/923.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 160
1800.04/923.45	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.04/923.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2067
1800.04/923.45	c 19362 constraints processed.
1800.04/923.45	c constraints type 
1800.04/923.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2067
1800.04/923.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17133
1800.04/923.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 160
1800.04/923.45	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.04/923.45	c 19362 constraints processed.
1800.04/923.45	s UNKNOWN
1800.04/923.45	c Total wall clock time (in seconds): 923.334

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-3689686-1337884259/watcher-3689686-1337884259 -o /tmp/evaluation-result-3689686-1337884259/solver-3689686-1337884259 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689686-1337884259.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.89 3.91 3.90 3/198 25450
/proc/meminfo: memFree=27132616/32873660 swapFree=7108/7108
[pid=25450] ppid=25448 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/25450/stat : 25450 (java) D 25448 25450 21381 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 254551680 9515008 182 33554432000 1073741824 1073778376 140737093773552 140737093764584 270330052277 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/25450/statm: 2323 182 140 9 0 71 0

[startup+0.062041 s]
/proc/loadavg: 3.89 3.91 3.90 3/198 25450
/proc/meminfo: memFree=27132616/32873660 swapFree=7108/7108
[pid=25450] ppid=25448 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/25450/stat : 25450 (java) S 25448 25450 21381 0 -1 4202496 3093 0 1 0 3 0 0 0 20 0 13 0 254551680 9446973440 4303 33554432000 1073741824 1073778376 140736885183600 140736885174736 270333411389 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25450/statm: 2339415 4306 1714 9 0 2330116 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100212 s]
/proc/loadavg: 3.89 3.91 3.90 3/198 25450
/proc/meminfo: memFree=27132616/32873660 swapFree=7108/7108
[pid=25450] ppid=25448 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/25450/stat : 25450 (java) S 25448 25450 21381 0 -1 4202496 4280 0 1 0 8 1 0 0 20 0 18 0 254551680 9787813888 5475 33554432000 1073741824 1073778376 140736885183600 140736885174736 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25450/statm: 2389603 5475 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300176 s]
/proc/loadavg: 3.89 3.91 3.90 3/198 25450
/proc/meminfo: memFree=27132616/32873660 swapFree=7108/7108
[pid=25450] ppid=25448 vsize=9558412 CPUtime=0.56 cores=0,2,4,6
/proc/25450/stat : 25450 (java) S 25448 25450 21381 0 -1 4202496 7112 0 1 0 55 1 0 0 20 0 18 0 254551680 9787813888 11734 33554432000 1073741824 1073778376 140736885183600 140736885174736 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25450/statm: 2389603 11734 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558412

[startup+0.707413 s]
/proc/loadavg: 3.89 3.91 3.90 3/198 25450
/proc/meminfo: memFree=27132616/32873660 swapFree=7108/7108
[pid=25450] ppid=25448 vsize=9558412 CPUtime=1.59 cores=0,2,4,6
/proc/25450/stat : 25450 (java) S 25448 25450 21381 0 -1 4202496 14700 0 1 0 153 6 0 0 20 0 18 0 254551680 9787813888 46243 33554432000 1073741824 1073778376 140736885183600 140736885174736 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25450/statm: 2389603 46243 2254 9 0 2380296 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 9558412

[startup+1.50074 s]
/proc/loadavg: 3.89 3.91 3.90 6/220 25472
/proc/meminfo: memFree=26951252/32873660 swapFree=7108/7108
[pid=25450] ppid=25448 vsize=9824668 CPUtime=4.48 cores=0,2,4,6
/proc/25450/stat : 25450 (java) S 25448 25450 21381 0 -1 4202496 20383 0 1 0 442 6 0 0 20 0 22 0 254551680 10060460032 50013 33554432000 1073741824 1073778376 140736885183600 140736885174736 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25450/statm: 2456167 50013 2272 9 0 2446860 0
[pid=25450/tid=25452] ppid=25448 vsize=9824668 CPUtime=0.67 cores=0,2,4,6
/proc/25450/task/25452/stat : 25452 (java) S 25448 25450 21381 0 -1 4202560 2518 0 1 0 64 3 0 0 20 0 22 0 254551681 10060460032 50013 33554432000 1073741824 1073778376 140736885183600 140692973401080 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25450/tid=25453] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25453/stat : 25453 (java) S 25448 25450 21381 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254551682 10060460032 50013 33554432000 1073741824 1073778376 140736885183600 140692934892328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25450/tid=25454] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25454/stat : 25454 (java) S 25448 25450 21381 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254551682 10060460032 50013 33554432000 1073741824 1073778376 140736885183600 140692933839528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25450/tid=25455] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25455/stat : 25455 (java) S 25448 25450 21381 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254551682 10060460032 50013 33554432000 1073741824 1073778376 140736885183600 140692932787240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25450/tid=25456] ppid=25448 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25450/task/25456/stat : 25456 (java) S 25448 25450 21381 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 254551682 10060460032 50013 33554432000 1073741824 1073778376 140736885183600 140692931734440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25450/tid=25457] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25457/stat : 25457 (java) S 25448 25450 21381 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254551682 10060460032 50013 33554432000 1073741824 1073778376 140736885183600 140692930681128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25450/tid=25458] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25458/stat : 25458 (java) S 25448 25450 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254551682 10060460032 50013 33554432000 1073741824 1073778376 140736885183600 140692929628328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25450/tid=25459] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25459/stat : 25459 (java) S 25448 25450 21381 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254551682 10060460032 50013 33554432000 1073741824 1073778376 140736885183600 140692810623528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25450/tid=25460] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25460/stat : 25460 (java) S 25448 25450 21381 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254551682 10060460032 50013 33554432000 1073741824 1073778376 140736885183600 140692809570728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25450/tid=25461] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25461/stat : 25461 (java) S 25448 25450 21381 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 254551683 10060460032 50013 33554432000 1073741824 1073778376 140736885183600 140692797373160 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25450/tid=25462] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25462/stat : 25462 (java) S 25448 25450 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254551684 10060460032 50013 33554432000 1073741824 1073778376 140736885183600 140692796319224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25450/tid=25463] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25463/stat : 25463 (java) S 25448 25450 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254551684 10060460032 50013 33554432000 1073741824 1073778376 140736885183600 140692795266824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25450/tid=25464] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25464/stat : 25464 (java) S 25448 25450 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254551686 10060460032 50013 33554432000 1073741824 1073778376 140736885183600 140692055649168 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25450/tid=25465] ppid=25448 vsize=9824668 CPUtime=1.05 cores=0,2,4,6
/proc/25450/task/25465/stat : 25465 (java) R 25448 25450 21381 0 -1 4202560 6076 0 0 0 105 0 0 0 20 0 22 0 254551686 10060460032 50013 33554432000 1073741824 1073778376 140736885183600 140692054583296 140692979357882 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25450/tid=25466] ppid=25448 vsize=9824668 CPUtime=1.09 cores=0,2,4,6
/proc/25450/task/25466/stat : 25466 (java) R 25448 25450 21381 0 -1 4202560 10385 0 0 0 108 1 0 0 20 0 22 0 254551686 10060460032 50013 33554432000 1073741824 1073778376 140736885183600 140692053542968 140692979997444 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25450/tid=25467] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25467/stat : 25467 (java) S 25448 25450 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254551686 10060460032 50013 33554432000 1073741824 1073778376 140736885183600 140692052490872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25450/tid=25468] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25468/stat : 25468 (java) S 25448 25450 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254551686 10060460032 50013 33554432000 1073741824 1073778376 140736885183600 140692051438280 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25450/tid=25469] ppid=25448 vsize=9824668 CPUtime=0.74 cores=0,2,4,6
/proc/25450/task/25469/stat : 25469 (java) R 25448 25450 21381 0 -1 4202560 26 0 0 0 74 0 0 0 20 0 22 0 254551753 10060460032 50013 33554432000 1073741824 1073778376 140736885183600 140692050383416 140692810743099 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25450/tid=25470] ppid=25448 vsize=9824668 CPUtime=0.74 cores=0,2,4,6
/proc/25450/task/25470/stat : 25470 (java) R 25448 25450 21381 0 -1 4202560 70 0 0 0 74 0 0 0 20 0 22 0 254551753 10060460032 50013 33554432000 1073741824 1073778376 140736885183600 140692049330560 140692811793732 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25450/tid=25471] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25471/stat : 25471 (java) S 25448 25450 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254551756 10060460032 50013 33554432000 1073741824 1073778376 140736885183600 140692048279208 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25450/tid=25472] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25472/stat : 25472 (java) S 25448 25450 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254551756 10060460032 50013 33554432000 1073741824 1073778376 140736885183600 140692047226408 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.48
Current children cumulated vsize (KiB) 9824668

[startup+3.10074 s]
/proc/loadavg: 3.89 3.91 3.90 5/219 25472
/proc/meminfo: memFree=26939108/32873660 swapFree=7108/7108
[pid=25450] ppid=25448 vsize=9824668 CPUtime=7.9 cores=0,2,4,6
/proc/25450/stat : 25450 (java) S 25448 25450 21381 0 -1 4202496 20898 0 1 0 777 13 0 0 20 0 22 0 254551680 10060460032 66813 33554432000 1073741824 1073778376 140736885183600 140736885174736 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25450/statm: 2456167 66813 2284 9 0 2446860 0
[pid=25450/tid=25452] ppid=25448 vsize=9824668 CPUtime=0.67 cores=0,2,4,6
/proc/25450/task/25452/stat : 25452 (java) S 25448 25450 21381 0 -1 4202560 2518 0 1 0 64 3 0 0 20 0 22 0 254551681 10060460032 66813 33554432000 1073741824 1073778376 140736885183600 140692973401080 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25450/tid=25453] ppid=25448 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25450/task/25453/stat : 25453 (java) S 25448 25450 21381 0 -1 4202560 109 0 0 0 3 0 0 0 20 0 22 0 254551682 10060460032 66813 33554432000 1073741824 1073778376 140736885183600 140692934892328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25450/tid=25454] ppid=25448 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/25450/task/25454/stat : 25454 (java) S 25448 25450 21381 0 -1 4202560 29 0 0 0 3 1 0 0 20 0 22 0 254551682 10060460032 66813 33554432000 1073741824 1073778376 140736885183600 140692933839528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25450/tid=25455] ppid=25448 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25450/task/25455/stat : 25455 (java) S 25448 25450 21381 0 -1 4202560 104 0 0 0 2 0 0 0 20 0 22 0 254551682 10060460032 66813 33554432000 1073741824 1073778376 140736885183600 140692932787240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25450/tid=25456] ppid=25448 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/25450/task/25456/stat : 25456 (java) S 25448 25450 21381 0 -1 4202560 123 0 0 0 6 2 0 0 20 0 22 0 254551682 10060460032 66813 33554432000 1073741824 1073778376 140736885183600 140692931734440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25450/tid=25457] ppid=25448 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25450/task/25457/stat : 25457 (java) S 25448 25450 21381 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 254551682 10060460032 66813 33554432000 1073741824 1073778376 140736885183600 140692930681128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25450/tid=25458] ppid=25448 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25450/task/25458/stat : 25458 (java) S 25448 25450 21381 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 254551682 10060460032 66813 33554432000 1073741824 1073778376 140736885183600 140692929628328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25450/tid=25459] ppid=25448 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25450/task/25459/stat : 25459 (java) S 25448 25450 21381 0 -1 4202560 87 0 0 0 1 0 0 0 20 0 22 0 254551682 10060460032 66813 33554432000 1073741824 1073778376 140736885183600 140692810623528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25450/tid=25460] ppid=25448 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25450/task/25460/stat : 25460 (java) S 25448 25450 21381 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 254551682 10060460032 66813 33554432000 1073741824 1073778376 140736885183600 140692809570728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25450/tid=25461] ppid=25448 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/25450/task/25461/stat : 25461 (java) S 25448 25450 21381 0 -1 4202560 103 0 0 0 6 0 0 0 20 0 22 0 254551683 10060460032 66813 33554432000 1073741824 1073778376 140736885183600 140692797373160 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25450/tid=25462] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25462/stat : 25462 (java) S 25448 25450 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254551684 10060460032 66813 33554432000 1073741824 1073778376 140736885183600 140692796319224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25450/tid=25463] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25463/stat : 25463 (java) S 25448 25450 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254551684 10060460032 66813 33554432000 1073741824 1073778376 140736885183600 140692795266824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25450/tid=25464] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25464/stat : 25464 (java) S 25448 25450 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254551686 10060460032 66813 33554432000 1073741824 1073778376 140736885183600 140692055649168 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25450/tid=25465] ppid=25448 vsize=9824668 CPUtime=1.11 cores=0,2,4,6
/proc/25450/task/25465/stat : 25465 (java) S 25448 25450 21381 0 -1 4202560 6080 0 0 0 111 0 0 0 20 0 22 0 254551686 10060460032 66813 33554432000 1073741824 1073778376 140736885183600 140692054595768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25450/tid=25466] ppid=25448 vsize=9824668 CPUtime=1.22 cores=0,2,4,6
/proc/25450/task/25466/stat : 25466 (java) S 25448 25450 21381 0 -1 4202560 10419 0 0 0 120 2 0 0 20 0 22 0 254551686 10060460032 66813 33554432000 1073741824 1073778376 140736885183600 140692053542968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25450/tid=25467] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25467/stat : 25467 (java) S 25448 25450 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254551686 10060460032 66813 33554432000 1073741824 1073778376 140736885183600 140692052490872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25450/tid=25468] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25468/stat : 25468 (java) S 25448 25450 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254551686 10060460032 66813 33554432000 1073741824 1073778376 140736885183600 140692051438280 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25450/tid=25469] ppid=25448 vsize=9824668 CPUtime=2.19 cores=0,2,4,6
/proc/25450/task/25469/stat : 25469 (java) R 25448 25450 21381 0 -1 4202560 27 0 0 0 219 0 0 0 20 0 22 0 254551753 10060460032 66813 33554432000 1073741824 1073778376 140736885183600 140692050383584 140692811721733 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25450/tid=25470] ppid=25448 vsize=9824668 CPUtime=2.19 cores=0,2,4,6
/proc/25450/task/25470/stat : 25470 (java) R 25448 25450 21381 0 -1 4202560 71 0 0 0 219 0 0 0 20 0 22 0 254551753 10060460032 66813 33554432000 1073741824 1073778376 140736885183600 140692049328896 140692811648511 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25450/tid=25471] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25471/stat : 25471 (java) S 25448 25450 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254551756 10060460032 66813 33554432000 1073741824 1073778376 140736885183600 140692048279208 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25450/tid=25472] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25472/stat : 25472 (java) S 25448 25450 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254551756 10060460032 66813 33554432000 1073741824 1073778376 140736885183600 140692047226408 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.9
Current children cumulated vsize (KiB) 9824668

[startup+6.30076 s]
/proc/loadavg: 3.90 3.91 3.90 11/219 25472
/proc/meminfo: memFree=26764232/32873660 swapFree=7108/7108
[pid=25450] ppid=25448 vsize=9824668 CPUtime=14.39 cores=0,2,4,6
/proc/25450/stat : 25450 (java) S 25448 25450 21381 0 -1 4202496 21163 0 1 0 1422 17 0 0 20 0 22 0 254551680 10060460032 105872 33554432000 1073741824 1073778376 140736885183600 140736885174736 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25450/statm: 2456167 105872 2285 9 0 2446860 0
[pid=25450/tid=25452] ppid=25448 vsize=9824668 CPUtime=0.67 cores=0,2,4,6
/proc/25450/task/25452/stat : 25452 (java) S 25448 25450 21381 0 -1 4202560 2518 0 1 0 64 3 0 0 20 0 22 0 254551681 10060460032 105872 33554432000 1073741824 1073778376 140736885183600 140692973401080 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25450/tid=25453] ppid=25448 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/25450/task/25453/stat : 25453 (java) S 25448 25450 21381 0 -1 4202560 119 0 0 0 5 1 0 0 20 0 22 0 254551682 10060460032 105872 33554432000 1073741824 1073778376 140736885183600 140692934892328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25450/tid=25454] ppid=25448 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/25450/task/25454/stat : 25454 (java) S 25448 25450 21381 0 -1 4202560 48 0 0 0 7 2 0 0 20 0 22 0 254551682 10060460032 105872 33554432000 1073741824 1073778376 140736885183600 140692933839528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25450/tid=25455] ppid=25448 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/25450/task/25455/stat : 25455 (java) S 25448 25450 21381 0 -1 4202560 114 0 0 0 5 0 0 0 20 0 22 0 254551682 10060460032 105872 33554432000 1073741824 1073778376 140736885183600 140692932787240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25450/tid=25456] ppid=25448 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/25450/task/25456/stat : 25456 (java) S 25448 25450 21381 0 -1 4202560 128 0 0 0 6 3 0 0 20 0 22 0 254551682 10060460032 105872 33554432000 1073741824 1073778376 140736885183600 140692931734440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25450/tid=25457] ppid=25448 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/25450/task/25457/stat : 25457 (java) S 25448 25450 21381 0 -1 4202560 26 0 0 0 5 0 0 0 20 0 22 0 254551682 10060460032 105872 33554432000 1073741824 1073778376 140736885183600 140692930681128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25450/tid=25458] ppid=25448 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/25450/task/25458/stat : 25458 (java) S 25448 25450 21381 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 22 0 254551682 10060460032 105872 33554432000 1073741824 1073778376 140736885183600 140692929628328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25450/tid=25459] ppid=25448 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25450/task/25459/stat : 25459 (java) S 25448 25450 21381 0 -1 4202560 92 0 0 0 3 0 0 0 20 0 22 0 254551682 10060460032 105872 33554432000 1073741824 1073778376 140736885183600 140692810623528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25450/tid=25460] ppid=25448 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25450/task/25460/stat : 25460 (java) S 25448 25450 21381 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 254551682 10060460032 105872 33554432000 1073741824 1073778376 140736885183600 140692809570728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25450/tid=25461] ppid=25448 vsize=9824668 CPUtime=0.18 cores=0,2,4,6
/proc/25450/task/25461/stat : 25461 (java) S 25448 25450 21381 0 -1 4202560 242 0 0 0 17 1 0 0 20 0 22 0 254551683 10060460032 105872 33554432000 1073741824 1073778376 140736885183600 140692797373160 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25450/tid=25462] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25462/stat : 25462 (java) S 25448 25450 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254551684 10060460032 105872 33554432000 1073741824 1073778376 140736885183600 140692796319224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25450/tid=25463] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25463/stat : 25463 (java) S 25448 25450 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254551684 10060460032 105872 33554432000 1073741824 1073778376 140736885183600 140692795266824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25450/tid=25464] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25464/stat : 25464 (java) S 25448 25450 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254551686 10060460032 105872 33554432000 1073741824 1073778376 140736885183600 140692055649168 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25450/tid=25465] ppid=25448 vsize=9824668 CPUtime=1.21 cores=0,2,4,6
/proc/25450/task/25465/stat : 25465 (java) S 25448 25450 21381 0 -1 4202560 6080 0 0 0 121 0 0 0 20 0 22 0 254551686 10060460032 105872 33554432000 1073741824 1073778376 140736885183600 140692054595768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

/proc/25450/statm: 2456167 920886 2286 9 0 2446860 0
[pid=25450/tid=25452] ppid=25448 vsize=9824668 CPUtime=0.71 cores=0,2,4,6
/proc/25450/task/25452/stat : 25452 (java) S 25448 25450 21381 0 -1 4202560 2551 0 1 0 66 5 0 0 20 0 22 0 254551681 10060460032 920886 33554432000 1073741824 1073778376 140736885183600 140692973401080 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25450/tid=25453] ppid=25448 vsize=9824668 CPUtime=2.18 cores=0,2,4,6
/proc/25450/task/25453/stat : 25453 (java) S 25448 25450 21381 0 -1 4202560 493 0 0 0 208 10 0 0 20 0 22 0 254551682 10060460032 920886 33554432000 1073741824 1073778376 140736885183600 140692934892328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25450/tid=25454] ppid=25448 vsize=9824668 CPUtime=2.32 cores=0,2,4,6
/proc/25450/task/25454/stat : 25454 (java) S 25448 25450 21381 0 -1 4202560 277 0 0 0 225 7 0 0 20 0 22 0 254551682 10060460032 920886 33554432000 1073741824 1073778376 140736885183600 140692933839528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25450/tid=25455] ppid=25448 vsize=9824668 CPUtime=2.15 cores=0,2,4,6
/proc/25450/task/25455/stat : 25455 (java) S 25448 25450 21381 0 -1 4202560 420 0 0 0 206 9 0 0 20 0 22 0 254551682 10060460032 920886 33554432000 1073741824 1073778376 140736885183600 140692932787240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25450/tid=25456] ppid=25448 vsize=9824668 CPUtime=2.18 cores=0,2,4,6
/proc/25450/task/25456/stat : 25456 (java) S 25448 25450 21381 0 -1 4202560 518 0 0 0 209 9 0 0 20 0 22 0 254551682 10060460032 920886 33554432000 1073741824 1073778376 140736885183600 140692931734440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25450/tid=25457] ppid=25448 vsize=9824668 CPUtime=2.27 cores=0,2,4,6
/proc/25450/task/25457/stat : 25457 (java) S 25448 25450 21381 0 -1 4202560 265 0 0 0 220 7 0 0 20 0 22 0 254551682 10060460032 920886 33554432000 1073741824 1073778376 140736885183600 140692930681128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25450/tid=25458] ppid=25448 vsize=9824668 CPUtime=2.62 cores=0,2,4,6
/proc/25450/task/25458/stat : 25458 (java) S 25448 25450 21381 0 -1 4202560 293 0 0 0 253 9 0 0 20 0 22 0 254551682 10060460032 920886 33554432000 1073741824 1073778376 140736885183600 140692929628328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25450/tid=25459] ppid=25448 vsize=9824668 CPUtime=2.14 cores=0,2,4,6
/proc/25450/task/25459/stat : 25459 (java) S 25448 25450 21381 0 -1 4202560 364 0 0 0 205 9 0 0 20 0 22 0 254551682 10060460032 920886 33554432000 1073741824 1073778376 140736885183600 140692810623528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25450/tid=25460] ppid=25448 vsize=9824668 CPUtime=2.3 cores=0,2,4,6
/proc/25450/task/25460/stat : 25460 (java) S 25448 25450 21381 0 -1 4202560 356 0 0 0 220 10 0 0 20 0 22 0 254551682 10060460032 920886 33554432000 1073741824 1073778376 140736885183600 140692809570728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25450/tid=25461] ppid=25448 vsize=9824668 CPUtime=52.17 cores=0,2,4,6
/proc/25450/task/25461/stat : 25461 (java) S 25448 25450 21381 0 -1 4202560 3856 0 0 0 5200 17 0 0 20 0 22 0 254551683 10060460032 920886 33554432000 1073741824 1073778376 140736885183600 140692797373160 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25450/tid=25462] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25462/stat : 25462 (java) S 25448 25450 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254551684 10060460032 920886 33554432000 1073741824 1073778376 140736885183600 140692796319224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25450/tid=25463] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25463/stat : 25463 (java) S 25448 25450 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254551684 10060460032 920886 33554432000 1073741824 1073778376 140736885183600 140692795266824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25450/tid=25464] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25464/stat : 25464 (java) S 25448 25450 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254551686 10060460032 920886 33554432000 1073741824 1073778376 140736885183600 140692055649168 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25450/tid=25465] ppid=25448 vsize=9824668 CPUtime=1.65 cores=0,2,4,6
/proc/25450/task/25465/stat : 25465 (java) S 25448 25450 21381 0 -1 4202560 7670 0 0 0 165 0 0 0 20 0 22 0 254551686 10060460032 920886 33554432000 1073741824 1073778376 140736885183600 140692054595768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25450/tid=25466] ppid=25448 vsize=9824668 CPUtime=1.43 cores=0,2,4,6
/proc/25450/task/25466/stat : 25466 (java) S 25448 25450 21381 0 -1 4202560 10430 0 0 0 141 2 0 0 20 0 22 0 254551686 10060460032 920886 33554432000 1073741824 1073778376 140736885183600 140692053542968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25450/tid=25467] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25467/stat : 25467 (java) S 25448 25450 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254551686 10060460032 920886 33554432000 1073741824 1073778376 140736885183600 140692052490872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25450/tid=25468] ppid=25448 vsize=9824668 CPUtime=0.27 cores=0,2,4,6
/proc/25450/task/25468/stat : 25468 (java) S 25448 25450 21381 0 -1 4202560 47 0 0 0 12 15 0 0 20 0 22 0 254551686 10060460032 920886 33554432000 1073741824 1073778376 140736885183600 140692051438280 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25450/tid=25469] ppid=25448 vsize=9824668 CPUtime=762.35 cores=0,2,4,6
/proc/25450/task/25469/stat : 25469 (java) R 25448 25450 21381 0 -1 4202560 96 0 0 0 76223 12 0 0 20 0 22 0 254551753 10060460032 920886 33554432000 1073741824 1073778376 140736885183600 140692050381952 140692811653029 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25450/tid=25470] ppid=25448 vsize=9824668 CPUtime=762.31 cores=0,2,4,6
/proc/25450/task/25470/stat : 25470 (java) R 25448 25450 21381 0 -1 4202560 1906 0 0 0 76185 46 0 0 20 0 22 0 254551753 10060460032 920886 33554432000 1073741824 1073778376 140736885183600 140692049329680 140692811363483 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25450/tid=25471] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25471/stat : 25471 (java) S 25448 25450 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254551756 10060460032 920886 33554432000 1073741824 1073778376 140736885183600 140692048279208 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25450/tid=25472] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25472/stat : 25472 (java) S 25448 25450 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254551756 10060460032 920886 33554432000 1073741824 1073778376 140736885183600 140692047226408 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1603.22
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.99 3.95 3.91 5/219 25555
/proc/meminfo: memFree=24978564/32873660 swapFree=7108/7108
[pid=25450] ppid=25448 vsize=9824668 CPUtime=1719.13 cores=0,2,4,6
/proc/25450/stat : 25450 (java) S 25448 25450 21381 0 -1 4202496 31058 0 1 0 171766 147 0 0 20 0 22 0 254551680 10060460032 939551 33554432000 1073741824 1073778376 140736885183600 140736885174736 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25450/statm: 2456167 939551 2286 9 0 2446860 0
[pid=25450/tid=25452] ppid=25448 vsize=9824668 CPUtime=0.71 cores=0,2,4,6
/proc/25450/task/25452/stat : 25452 (java) S 25448 25450 21381 0 -1 4202560 2552 0 1 0 66 5 0 0 20 0 22 0 254551681 10060460032 939551 33554432000 1073741824 1073778376 140736885183600 140692973401080 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25450/tid=25453] ppid=25448 vsize=9824668 CPUtime=2.33 cores=0,2,4,6
/proc/25450/task/25453/stat : 25453 (java) S 25448 25450 21381 0 -1 4202560 493 0 0 0 223 10 0 0 20 0 22 0 254551682 10060460032 939551 33554432000 1073741824 1073778376 140736885183600 140692934892328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25450/tid=25454] ppid=25448 vsize=9824668 CPUtime=2.53 cores=0,2,4,6
/proc/25450/task/25454/stat : 25454 (java) S 25448 25450 21381 0 -1 4202560 370 0 0 0 246 7 0 0 20 0 22 0 254551682 10060460032 939551 33554432000 1073741824 1073778376 140736885183600 140692933839528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25450/tid=25455] ppid=25448 vsize=9824668 CPUtime=2.27 cores=0,2,4,6
/proc/25450/task/25455/stat : 25455 (java) S 25448 25450 21381 0 -1 4202560 431 0 0 0 218 9 0 0 20 0 22 0 254551682 10060460032 939551 33554432000 1073741824 1073778376 140736885183600 140692932787240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25450/tid=25456] ppid=25448 vsize=9824668 CPUtime=2.33 cores=0,2,4,6
/proc/25450/task/25456/stat : 25456 (java) S 25448 25450 21381 0 -1 4202560 541 0 0 0 223 10 0 0 20 0 22 0 254551682 10060460032 939551 33554432000 1073741824 1073778376 140736885183600 140692931734440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25450/tid=25457] ppid=25448 vsize=9824668 CPUtime=2.46 cores=0,2,4,6
/proc/25450/task/25457/stat : 25457 (java) S 25448 25450 21381 0 -1 4202560 332 0 0 0 238 8 0 0 20 0 22 0 254551682 10060460032 939551 33554432000 1073741824 1073778376 140736885183600 140692930681128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25450/tid=25458] ppid=25448 vsize=9824668 CPUtime=2.8 cores=0,2,4,6
/proc/25450/task/25458/stat : 25458 (java) S 25448 25450 21381 0 -1 4202560 313 0 0 0 271 9 0 0 20 0 22 0 254551682 10060460032 939551 33554432000 1073741824 1073778376 140736885183600 140692929628328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25450/tid=25459] ppid=25448 vsize=9824668 CPUtime=2.26 cores=0,2,4,6
/proc/25450/task/25459/stat : 25459 (java) S 25448 25450 21381 0 -1 4202560 400 0 0 0 217 9 0 0 20 0 22 0 254551682 10060460032 939551 33554432000 1073741824 1073778376 140736885183600 140692810623528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25450/tid=25460] ppid=25448 vsize=9824668 CPUtime=2.47 cores=0,2,4,6
/proc/25450/task/25460/stat : 25460 (java) S 25448 25450 21381 0 -1 4202560 365 0 0 0 237 10 0 0 20 0 22 0 254551682 10060460032 939551 33554432000 1073741824 1073778376 140736885183600 140692809570728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25450/tid=25461] ppid=25448 vsize=9824668 CPUtime=56.84 cores=0,2,4,6
/proc/25450/task/25461/stat : 25461 (java) S 25448 25450 21381 0 -1 4202560 3915 0 0 0 5666 18 0 0 20 0 22 0 254551683 10060460032 939551 33554432000 1073741824 1073778376 140736885183600 140692797373160 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25450/tid=25462] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25462/stat : 25462 (java) S 25448 25450 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254551684 10060460032 939551 33554432000 1073741824 1073778376 140736885183600 140692796319224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25450/tid=25463] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25463/stat : 25463 (java) S 25448 25450 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254551684 10060460032 939551 33554432000 1073741824 1073778376 140736885183600 140692795266824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25450/tid=25464] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25464/stat : 25464 (java) S 25448 25450 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254551686 10060460032 939551 33554432000 1073741824 1073778376 140736885183600 140692055649168 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25450/tid=25465] ppid=25448 vsize=9824668 CPUtime=1.65 cores=0,2,4,6
/proc/25450/task/25465/stat : 25465 (java) S 25448 25450 21381 0 -1 4202560 7670 0 0 0 165 0 0 0 20 0 22 0 254551686 10060460032 939551 33554432000 1073741824 1073778376 140736885183600 140692054595768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25450/tid=25466] ppid=25448 vsize=9824668 CPUtime=1.43 cores=0,2,4,6
/proc/25450/task/25466/stat : 25466 (java) S 25448 25450 21381 0 -1 4202560 10430 0 0 0 141 2 0 0 20 0 22 0 254551686 10060460032 939551 33554432000 1073741824 1073778376 140736885183600 140692053542968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25450/tid=25467] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25467/stat : 25467 (java) S 25448 25450 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254551686 10060460032 939551 33554432000 1073741824 1073778376 140736885183600 140692052490872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25450/tid=25468] ppid=25448 vsize=9824668 CPUtime=0.29 cores=0,2,4,6
/proc/25450/task/25468/stat : 25468 (java) S 25448 25450 21381 0 -1 4202560 51 0 0 0 13 16 0 0 20 0 22 0 254551686 10060460032 939551 33554432000 1073741824 1073778376 140736885183600 140692051438280 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25450/tid=25469] ppid=25448 vsize=9824668 CPUtime=817.17 cores=0,2,4,6
/proc/25450/task/25469/stat : 25469 (java) R 25448 25450 21381 0 -1 4202560 100 0 0 0 81704 13 0 0 20 0 22 0 254551753 10060460032 939551 33554432000 1073741824 1073778376 140736885183600 140692050383584 140692811681936 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25450/tid=25470] ppid=25448 vsize=9824668 CPUtime=817.14 cores=0,2,4,6
/proc/25450/task/25470/stat : 25470 (java) R 25448 25450 21381 0 -1 4202560 1907 0 0 0 81667 47 0 0 20 0 22 0 254551753 10060460032 939551 33554432000 1073741824 1073778376 140736885183600 140692049328592 140692811283231 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25450/tid=25471] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25471/stat : 25471 (java) S 25448 25450 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254551756 10060460032 939551 33554432000 1073741824 1073778376 140736885183600 140692048279208 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25450/tid=25472] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25472/stat : 25472 (java) S 25448 25450 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254551756 10060460032 939551 33554432000 1073741824 1073778376 140736885183600 140692047226408 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1719.13
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+923.401 s]
/proc/loadavg: 3.88 3.93 3.90 5/219 25555
/proc/meminfo: memFree=24924952/32873660 swapFree=7108/7108
[pid=25450] ppid=25448 vsize=9824668 CPUtime=1800.04 cores=0,2,4,6
/proc/25450/stat : 25450 (java) S 25448 25450 21381 0 -1 4202496 31191 0 1 0 179854 150 0 0 20 0 22 0 254551680 10060460032 951916 33554432000 1073741824 1073778376 140736885183600 140736885174736 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25450/statm: 2456167 951916 2286 9 0 2446860 0
[pid=25450/tid=25452] ppid=25448 vsize=9824668 CPUtime=0.71 cores=0,2,4,6
/proc/25450/task/25452/stat : 25452 (java) S 25448 25450 21381 0 -1 4202560 2553 0 1 0 66 5 0 0 20 0 22 0 254551681 10060460032 951916 33554432000 1073741824 1073778376 140736885183600 140692973401080 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25450/tid=25453] ppid=25448 vsize=9824668 CPUtime=2.43 cores=0,2,4,6
/proc/25450/task/25453/stat : 25453 (java) S 25448 25450 21381 0 -1 4202560 495 0 0 0 233 10 0 0 20 0 22 0 254551682 10060460032 951916 33554432000 1073741824 1073778376 140736885183600 140692934892328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25450/tid=25454] ppid=25448 vsize=9824668 CPUtime=2.74 cores=0,2,4,6
/proc/25450/task/25454/stat : 25454 (java) S 25448 25450 21381 0 -1 4202560 401 0 0 0 266 8 0 0 20 0 22 0 254551682 10060460032 951916 33554432000 1073741824 1073778376 140736885183600 140692933839528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25450/tid=25455] ppid=25448 vsize=9824668 CPUtime=2.42 cores=0,2,4,6
/proc/25450/task/25455/stat : 25455 (java) S 25448 25450 21381 0 -1 4202560 443 0 0 0 233 9 0 0 20 0 22 0 254551682 10060460032 951916 33554432000 1073741824 1073778376 140736885183600 140692932787240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25450/tid=25456] ppid=25448 vsize=9824668 CPUtime=2.48 cores=0,2,4,6
/proc/25450/task/25456/stat : 25456 (java) S 25448 25450 21381 0 -1 4202560 557 0 0 0 238 10 0 0 20 0 22 0 254551682 10060460032 951916 33554432000 1073741824 1073778376 140736885183600 140692931734440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25450/tid=25457] ppid=25448 vsize=9824668 CPUtime=2.61 cores=0,2,4,6
/proc/25450/task/25457/stat : 25457 (java) S 25448 25450 21381 0 -1 4202560 345 0 0 0 253 8 0 0 20 0 22 0 254551682 10060460032 951916 33554432000 1073741824 1073778376 140736885183600 140692930681128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25450/tid=25458] ppid=25448 vsize=9824668 CPUtime=2.91 cores=0,2,4,6
/proc/25450/task/25458/stat : 25458 (java) S 25448 25450 21381 0 -1 4202560 315 0 0 0 282 9 0 0 20 0 22 0 254551682 10060460032 951916 33554432000 1073741824 1073778376 140736885183600 140692929628328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25450/tid=25459] ppid=25448 vsize=9824668 CPUtime=2.47 cores=0,2,4,6
/proc/25450/task/25459/stat : 25459 (java) S 25448 25450 21381 0 -1 4202560 403 0 0 0 238 9 0 0 20 0 22 0 254551682 10060460032 951916 33554432000 1073741824 1073778376 140736885183600 140692810623528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25450/tid=25460] ppid=25448 vsize=9824668 CPUtime=2.61 cores=0,2,4,6
/proc/25450/task/25460/stat : 25460 (java) S 25448 25450 21381 0 -1 4202560 377 0 0 0 251 10 0 0 20 0 22 0 254551682 10060460032 951916 33554432000 1073741824 1073778376 140736885183600 140692809570728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25450/tid=25461] ppid=25448 vsize=9824668 CPUtime=58.73 cores=0,2,4,6
/proc/25450/task/25461/stat : 25461 (java) S 25448 25450 21381 0 -1 4202560 3950 0 0 0 5854 19 0 0 20 0 22 0 254551683 10060460032 951916 33554432000 1073741824 1073778376 140736885183600 140692797373160 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25450/tid=25462] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25462/stat : 25462 (java) S 25448 25450 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254551684 10060460032 951916 33554432000 1073741824 1073778376 140736885183600 140692796319224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25450/tid=25463] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25463/stat : 25463 (java) S 25448 25450 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254551684 10060460032 951916 33554432000 1073741824 1073778376 140736885183600 140692795266824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25450/tid=25464] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25464/stat : 25464 (java) S 25448 25450 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254551686 10060460032 951916 33554432000 1073741824 1073778376 140736885183600 140692055649168 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25450/tid=25465] ppid=25448 vsize=9824668 CPUtime=1.65 cores=0,2,4,6
/proc/25450/task/25465/stat : 25465 (java) S 25448 25450 21381 0 -1 4202560 7670 0 0 0 165 0 0 0 20 0 22 0 254551686 10060460032 951916 33554432000 1073741824 1073778376 140736885183600 140692054595768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25450/tid=25466] ppid=25448 vsize=9824668 CPUtime=1.43 cores=0,2,4,6
/proc/25450/task/25466/stat : 25466 (java) S 25448 25450 21381 0 -1 4202560 10430 0 0 0 141 2 0 0 20 0 22 0 254551686 10060460032 951916 33554432000 1073741824 1073778376 140736885183600 140692053542968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25450/tid=25467] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25467/stat : 25467 (java) S 25448 25450 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254551686 10060460032 951916 33554432000 1073741824 1073778376 140736885183600 140692052490872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25450/tid=25468] ppid=25448 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/25450/task/25468/stat : 25468 (java) S 25448 25450 21381 0 -1 4202560 53 0 0 0 14 16 0 0 20 0 22 0 254551686 10060460032 951916 33554432000 1073741824 1073778376 140736885183600 140692051438280 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25450/tid=25469] ppid=25448 vsize=9824668 CPUtime=855.96 cores=0,2,4,6
/proc/25450/task/25469/stat : 25469 (java) R 25448 25450 21381 0 -1 4202560 101 0 0 0 85582 14 0 0 20 0 22 0 254551753 10060460032 951916 33554432000 1073741824 1073778376 140736885183600 140692050382640 140692811653041 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25450/tid=25470] ppid=25448 vsize=9824668 CPUtime=855.93 cores=0,2,4,6
/proc/25450/task/25470/stat : 25470 (java) R 25448 25450 21381 0 -1 4202560 1910 0 0 0 85545 48 0 0 20 0 22 0 254551753 10060460032 951916 33554432000 1073741824 1073778376 140736885183600 140692049328896 140692811363461 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25450/tid=25471] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25471/stat : 25471 (java) S 25448 25450 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254551756 10060460032 951916 33554432000 1073741824 1073778376 140736885183600 140692048279208 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25450/tid=25472] ppid=25448 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25450/task/25472/stat : 25472 (java) S 25448 25450 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254551756 10060460032 951916 33554432000 1073741824 1073778376 140736885183600 140692047226408 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 25450 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=909284
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=946704
# CPU time returned by wait4() is 1795.86
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 923.471
CPU time (s): 1800.04
CPU user time (s): 1798.54
CPU system time (s): 1.5
CPU usage (%): 194.921
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.91
system time used= 1.9467
maximum resident set size= 3807788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31224
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25197
involuntary context switches= 37207

runsolver used 3.43948 second user time and 8.33473 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-24 20:30:59
IDJOB=3689686
IDBENCH=90187
IDSOLVER=2268
FILE ID=node117/3689686-1337884259
RUNJOBID= node117-1337871880-21397
PBS_JOBID= 14620087
Free space on /tmp= 71624 MiB

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

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

MD5SUM BENCH= 4be3ef5c0a6baf670611a9fd5e5deae8
RANDOM SEED=2101668827

node117.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		: 2667.148
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	: 5334.29
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		: 2667.148
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		: 2667.148
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		: 2667.148
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.95
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		: 2667.148
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	: 5331.91
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		: 2667.148
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		: 2667.148
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.91
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		: 2667.148
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873660 kB
MemFree:        27133144 kB
Buffers:          227984 kB
Cached:          2301492 kB
SwapCached:            0 kB
Active:          2822860 kB
Inactive:        2135352 kB
Active(anon):    2431436 kB
Inactive(anon):        0 kB
Active(file):     391424 kB
Inactive(file):  2135352 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1588 kB
Writeback:             0 kB
AnonPages:       2435964 kB
Mapped:            22544 kB
Shmem:               200 kB
Slab:             638676 kB
SReclaimable:      82956 kB
SUnreclaim:       555720 kB
KernelStack:        1608 kB
PageTables:         9132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:    2789456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2371584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71620 MiB
End job on node117 at 2012-05-24 20:46:25