Trace number 3689668

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.64 916.284

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K129.opb
MD5SUM1a22ba01765c232fe0c8623cfb5d750f
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 variables15351
Total number of constraints15611
Number of constraints which are clauses15482
Number of constraints which are cardinality constraints (but not clauses)129
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint129
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 130
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.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.2.v20120418
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		501472288
0.02/0.09	c Max memory 		7480803328
0.02/0.09	c Total memory 		504102912
0.02/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-3689668-1337884124.opb
0.09/0.12	c reading problem ... 
1.30/0.64	c ... done. Wall clock time 0.516s.
1.30/0.64	c declared #vars     15351
1.30/0.64	c #constraints  15611
1.30/0.64	c constraints type 
1.30/0.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13816
1.30/0.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 129
1.30/0.64	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.30/0.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1664
1.30/0.64	c 15611 constraints processed.
1.30/0.64	c constraints type 
1.30/0.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1664
1.30/0.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 13816
1.30/0.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 129
1.30/0.64	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.30/0.64	c 15611 constraints processed.
6.66/2.51	c cleaning 2481 clauses out of 4992 with flag 5000/5000
10.38/4.37	c cleaning 4235 clauses out of 8505 with flag 11003/11003
14.62/6.50	c cleaning 5574 clauses out of 11265 with flag 18000/18000
19.61/8.92	c cleaning 6716 clauses out of 13691 with flag 26000/26000
24.90/11.69	c cleaning 7907 clauses out of 15971 with flag 35000/35000
30.82/14.68	c cleaning 8914 clauses out of 18062 with flag 45001/45001
37.09/17.89	c cleaning 10021 clauses out of 20147 with flag 56000/56000
43.75/21.26	c cleaning 10984 clauses out of 22126 with flag 68000/68000
52.87/25.93	c cleaning 11970 clauses out of 24141 with flag 81000/81000
62.35/30.73	c cleaning 12942 clauses out of 26174 with flag 95003/95003
73.55/36.44	c cleaning 13976 clauses out of 28229 with flag 110000/110000
84.91/42.24	c cleaning 14920 clauses out of 30251 with flag 126001/126001
95.73/47.85	c cleaning 15961 clauses out of 32330 with flag 143001/143001
107.49/53.87	c cleaning 16997 clauses out of 34366 with flag 161000/161000
120.20/60.38	c cleaning 17937 clauses out of 36370 with flag 180001/180001
133.11/66.98	c cleaning 18969 clauses out of 38431 with flag 200000/200000
147.00/74.10	c cleaning 20152 clauses out of 40461 with flag 221001/221001
165.54/83.57	c cleaning 20913 clauses out of 42306 with flag 243000/243000
185.83/93.82	c cleaning 21961 clauses out of 44395 with flag 266002/266002
202.13/102.14	c cleaning 22991 clauses out of 46432 with flag 290000/290000
218.12/110.48	c cleaning 23988 clauses out of 48440 with flag 315001/315001
236.97/120.02	c cleaning 24357 clauses out of 50449 with flag 341001/341001
260.70/132.08	c cleaning 25544 clauses out of 53091 with flag 368000/368000
286.15/144.99	c cleaning 26431 clauses out of 55547 with flag 396001/396001
322.08/163.28	c cleaning 27662 clauses out of 58118 with flag 425003/425003
354.33/180.06	c cleaning 28188 clauses out of 60453 with flag 455001/455001
377.42/191.83	c cleaning 28535 clauses out of 63262 with flag 486000/486000
427.41/217.21	c cleaning 30683 clauses out of 66727 with flag 518000/518000
452.74/230.29	c cleaning 31281 clauses out of 69045 with flag 551001/551001
476.84/242.62	c cleaning 31692 clauses out of 71765 with flag 585002/585002
513.59/261.39	c cleaning 33046 clauses out of 75071 with flag 620000/620000
517.43/263.86	c cleaning 0 clauses out of 5002 with flag 0/5002
550.31/280.47	c cleaning 34198 clauses out of 78027 with flag 656003/656003
586.86/298.93	c cleaning 35100 clauses out of 80827 with flag 693001/693001
668.18/339.67	c cleaning 36459 clauses out of 83727 with flag 731001/731001
708.35/360.35	c cleaning 37242 clauses out of 86268 with flag 770001/770001
741.67/377.33	c cleaning 37089 clauses out of 89024 with flag 810000/810000
783.36/398.59	c cleaning 38898 clauses out of 92935 with flag 851000/851000
819.14/416.87	c cleaning 39739 clauses out of 96040 with flag 893003/893003
850.48/433.25	c cleaning 40596 clauses out of 99296 with flag 936000/936000
912.67/464.69	c cleaning 42307 clauses out of 102700 with flag 980000/980000
984.42/501.62	c cleaning 42697 clauses out of 105393 with flag 1025000/1025000
1112.84/566.15	c cleaning 44102 clauses out of 108696 with flag 1071000/1071000
1153.50/587.16	c cleaning 44641 clauses out of 111593 with flag 1118000/1118000
1235.07/628.41	c cleaning 45497 clauses out of 114953 with flag 1166001/1166001
1281.52/652.23	c cleaning 46107 clauses out of 118456 with flag 1215001/1215001
1337.40/681.12	c cleaning 47970 clauses out of 122348 with flag 1265000/1265000
1386.32/706.28	c cleaning 48039 clauses out of 125381 with flag 1316003/1316003
1434.98/731.12	c cleaning 49043 clauses out of 129339 with flag 1368000/1368000
1552.60/790.22	c cleaning 51188 clauses out of 133297 with flag 1421001/1421001
1640.01/835.00	c cleaning 52540 clauses out of 136111 with flag 1475003/1475003
1748.71/889.85	c cleaning 52612 clauses out of 138568 with flag 1530000/1530000
1800.04/916.22	c starts		: 190
1800.04/916.22	c conflicts		: 1581452
1800.04/916.22	c decisions		: 16775272
1800.04/916.22	c propagations		: 1093258610
1800.04/916.22	c inspects		: 2352573929
1800.04/916.22	c shortcuts		: 0
1800.04/916.22	c learnt literals	: 54
1800.04/916.22	c learnt binary clauses	: 74986
1800.04/916.22	c learnt ternary clauses	: 85924
1800.04/916.22	c learnt constraints	: 1581397
1800.04/916.22	c ignored constraints	: 0
1800.04/916.22	c root simplifications	: 0
1800.04/916.22	c removed literals (reason simplification)	: 22789683
1800.04/916.22	c reason swapping (by a shorter reason)	: 0
1800.04/916.22	c Calls to reduceDB	: 51
1800.04/916.22	c number of reductions to clauses (during analyze)	: 0
1800.04/916.22	c number of learned constraints concerned by reduction	: 0
1800.04/916.22	c number of learning phase by resolution	: 0
1800.04/916.22	c number of learning phase by cutting planes	: 0
1800.04/916.22	c speed (assignments/second)	: 1194091.258108452
1800.04/916.22	c non guided choices	18410
1800.04/916.26	c learnt constraints type 
1800.04/916.26	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 74988
1800.04/916.26	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 62480
1800.04/916.26	c constraints type 
1800.04/916.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13816
1800.04/916.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 129
1800.04/916.26	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.04/916.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1664
1800.04/916.26	c 15611 constraints processed.
1800.04/916.26	c constraints type 
1800.04/916.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1664
1800.04/916.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 13816
1800.04/916.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 129
1800.04/916.26	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.04/916.26	c 15611 constraints processed.
1800.04/916.26	s UNKNOWN
1800.04/916.26	c Total wall clock time (in seconds): 916.141

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-3689668-1337884124/watcher-3689668-1337884124 -o /tmp/evaluation-result-3689668-1337884124/solver-3689668-1337884124 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689668-1337884124.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.79 3.82 3.72 3/175 29966
/proc/meminfo: memFree=28970580/32873844 swapFree=7364/7364
[pid=29966] ppid=29964 vsize=8 CPUtime=0 cores=0,2,4,6
/proc/29966/stat : 29966 (java) R 29964 29966 26250 0 -1 4202496 252 0 0 0 0 0 0 0 20 0 1 0 254537233 8192 1 33554432000 0 0 0 140735509925256 215143312823 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29966/statm: 65 2 0 0 0 22 0

[startup+0.049982 s]
/proc/loadavg: 3.79 3.82 3.72 3/175 29966
/proc/meminfo: memFree=28970580/32873844 swapFree=7364/7364
[pid=29966] ppid=29964 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/29966/stat : 29966 (java) S 29964 29966 26250 0 -1 4202496 3085 0 1 0 2 0 0 0 20 0 13 0 254537233 9446973440 3271 33554432000 1073741824 1073778376 140734621756768 140734621747904 215146856509 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29966/statm: 2306390 3271 1702 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100193 s]
/proc/loadavg: 3.79 3.82 3.72 3/175 29966
/proc/meminfo: memFree=28970580/32873844 swapFree=7364/7364
[pid=29966] ppid=29964 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/29966/stat : 29966 (java) S 29964 29966 26250 0 -1 4202496 4319 0 1 0 8 1 0 0 20 0 18 0 254537233 9787813888 5001 33554432000 1073741824 1073778376 140734621756768 140734621747904 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29966/statm: 2389603 5004 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300197 s]
/proc/loadavg: 3.79 3.82 3.72 3/175 29966
/proc/meminfo: memFree=28970580/32873844 swapFree=7364/7364
[pid=29966] ppid=29964 vsize=9558412 CPUtime=0.55 cores=0,2,4,6
/proc/29966/stat : 29966 (java) S 29964 29966 26250 0 -1 4202496 7173 0 1 0 54 1 0 0 20 0 18 0 254537233 9787813888 10335 33554432000 1073741824 1073778376 140734621756768 140734621747904 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29966/statm: 2389603 10335 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558412

[startup+0.700178 s]
/proc/loadavg: 3.79 3.82 3.72 3/175 29966
/proc/meminfo: memFree=28970580/32873844 swapFree=7364/7364
[pid=29966] ppid=29964 vsize=9824668 CPUtime=1.64 cores=0,2,4,6
/proc/29966/stat : 29966 (java) S 29964 29966 26250 0 -1 4202496 14355 0 1 0 159 5 0 0 20 0 22 0 254537233 10060460032 39569 33554432000 1073741824 1073778376 140734621756768 140734621747904 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29966/statm: 2456167 39569 2251 9 0 2446860 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9824668

[startup+1.50081 s]
/proc/loadavg: 3.79 3.82 3.72 6/197 29991
/proc/meminfo: memFree=28818536/32873844 swapFree=7364/7364
[pid=29966] ppid=29964 vsize=9824668 CPUtime=4.42 cores=0,2,4,6
/proc/29966/stat : 29966 (java) S 29964 29966 26250 0 -1 4202496 22017 0 1 0 435 7 0 0 20 0 22 0 254537233 10060460032 46515 33554432000 1073741824 1073778376 140734621756768 140734621747904 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29966/statm: 2456167 46515 2272 9 0 2446860 0
[pid=29966/tid=29968] ppid=29964 vsize=9824668 CPUtime=0.61 cores=0,2,4,6
/proc/29966/task/29968/stat : 29968 (java) S 29964 29966 26250 0 -1 4202560 2562 0 1 0 58 3 0 0 20 0 22 0 254537234 10060460032 46515 33554432000 1073741824 1073778376 140734621756768 140566970303480 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29966/tid=29969] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29969/stat : 29969 (java) S 29964 29966 26250 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254537235 10060460032 46515 33554432000 1073741824 1073778376 140734621756768 140566814292264 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29966/tid=29970] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29970/stat : 29970 (java) S 29964 29966 26250 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254537235 10060460032 46515 33554432000 1073741824 1073778376 140734621756768 140566813239464 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29966/tid=29971] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29971/stat : 29971 (java) S 29964 29966 26250 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254537235 10060460032 46515 33554432000 1073741824 1073778376 140734621756768 140566812187176 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29966/tid=29972] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29972/stat : 29972 (java) S 29964 29966 26250 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254537235 10060460032 46515 33554432000 1073741824 1073778376 140734621756768 140566811134376 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29966/tid=29973] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29973/stat : 29973 (java) S 29964 29966 26250 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254537235 10060460032 46515 33554432000 1073741824 1073778376 140734621756768 140566810082088 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29966/tid=29974] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29974/stat : 29974 (java) S 29964 29966 26250 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254537235 10060460032 46515 33554432000 1073741824 1073778376 140734621756768 140566809029288 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29966/tid=29975] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29975/stat : 29975 (java) S 29964 29966 26250 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254537235 10060460032 46515 33554432000 1073741824 1073778376 140734621756768 140566807977000 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29966/tid=29976] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29976/stat : 29976 (java) S 29964 29966 26250 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254537235 10060460032 46515 33554432000 1073741824 1073778376 140734621756768 140566806924200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29966/tid=29977] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29977/stat : 29977 (java) S 29964 29966 26250 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 254537237 10060460032 46515 33554432000 1073741824 1073778376 140734621756768 140566794512616 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29966/tid=29978] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29978/stat : 29978 (java) S 29964 29966 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254537237 10060460032 46515 33554432000 1073741824 1073778376 140734621756768 140566793458680 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29966/tid=29979] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29979/stat : 29979 (java) S 29964 29966 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254537237 10060460032 46515 33554432000 1073741824 1073778376 140734621756768 140566792406280 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29966/tid=29980] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29980/stat : 29980 (java) S 29964 29966 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254537240 10060460032 46515 33554432000 1073741824 1073778376 140734621756768 140566791354768 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29966/tid=29981] ppid=29964 vsize=9824668 CPUtime=0.97 cores=0,2,4,6
/proc/29966/task/29981/stat : 29981 (java) S 29964 29966 26250 0 -1 4202560 8283 0 0 0 95 2 0 0 20 0 22 0 254537240 10060460032 46515 33554432000 1073741824 1073778376 140734621756768 140566790302392 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29966/tid=29982] ppid=29964 vsize=9824668 CPUtime=1.06 cores=0,2,4,6
/proc/29966/task/29982/stat : 29982 (java) S 29964 29966 26250 0 -1 4202560 9744 0 0 0 104 2 0 0 20 0 22 0 254537240 10060460032 46515 33554432000 1073741824 1073778376 140734621756768 140566789249592 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29966/tid=29983] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29983/stat : 29983 (java) S 29964 29966 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254537240 10060460032 46515 33554432000 1073741824 1073778376 140734621756768 140566788197496 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29966/tid=29984] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29984/stat : 29984 (java) S 29964 29966 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254537240 10060460032 46515 33554432000 1073741824 1073778376 140734621756768 140566787144904 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29966/tid=29985] ppid=29964 vsize=9824668 CPUtime=0.81 cores=0,2,4,6
/proc/29966/task/29985/stat : 29985 (java) R 29964 29966 26250 0 -1 4202560 32 0 0 0 81 0 0 0 20 0 22 0 254537298 10060460032 46515 33554432000 1073741824 1073778376 140734621756768 140566786089928 140566842742747 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29966/tid=29986] ppid=29964 vsize=9824668 CPUtime=0.81 cores=0,2,4,6
/proc/29966/task/29986/stat : 29986 (java) R 29964 29966 26250 0 -1 4202560 82 0 0 0 81 0 0 0 20 0 22 0 254537298 10060460032 46515 33554432000 1073741824 1073778376 140734621756768 140566785036056 140566842854013 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29966/tid=29987] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29987/stat : 29987 (java) S 29964 29966 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254537300 10060460032 46515 33554432000 1073741824 1073778376 140734621756768 140566783984808 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29966/tid=29988] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29988/stat : 29988 (java) S 29964 29966 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254537300 10060460032 46515 33554432000 1073741824 1073778376 140734621756768 140566782932008 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 9824668

[startup+3.10073 s]
/proc/loadavg: 3.72 3.81 3.72 4/198 29994
/proc/meminfo: memFree=28795848/32873844 swapFree=7364/7364
[pid=29966] ppid=29964 vsize=9824668 CPUtime=7.88 cores=0,2,4,6
/proc/29966/stat : 29966 (java) S 29964 29966 26250 0 -1 4202496 23975 0 1 0 774 14 0 0 20 0 22 0 254537233 10060460032 74061 33554432000 1073741824 1073778376 140734621756768 140734621747904 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29966/statm: 2456167 74061 2285 9 0 2446860 0
[pid=29966/tid=29968] ppid=29964 vsize=9824668 CPUtime=0.61 cores=0,2,4,6
/proc/29966/task/29968/stat : 29968 (java) S 29964 29966 26250 0 -1 4202560 2562 0 1 0 58 3 0 0 20 0 22 0 254537234 10060460032 74061 33554432000 1073741824 1073778376 140734621756768 140566970303480 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29966/tid=29969] ppid=29964 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/29966/task/29969/stat : 29969 (java) S 29964 29966 26250 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 22 0 254537235 10060460032 74061 33554432000 1073741824 1073778376 140734621756768 140566814292264 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29966/tid=29970] ppid=29964 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/29966/task/29970/stat : 29970 (java) S 29964 29966 26250 0 -1 4202560 108 0 0 0 2 0 0 0 20 0 22 0 254537235 10060460032 74061 33554432000 1073741824 1073778376 140734621756768 140566813239464 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29966/tid=29971] ppid=29964 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/29966/task/29971/stat : 29971 (java) S 29964 29966 26250 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 254537235 10060460032 74061 33554432000 1073741824 1073778376 140734621756768 140566812187176 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29966/tid=29972] ppid=29964 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/29966/task/29972/stat : 29972 (java) S 29964 29966 26250 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 254537235 10060460032 74061 33554432000 1073741824 1073778376 140734621756768 140566811134376 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29966/tid=29973] ppid=29964 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/29966/task/29973/stat : 29973 (java) S 29964 29966 26250 0 -1 4202560 106 0 0 0 3 1 0 0 20 0 22 0 254537235 10060460032 74061 33554432000 1073741824 1073778376 140734621756768 140566810082088 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29966/tid=29974] ppid=29964 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/29966/task/29974/stat : 29974 (java) S 29964 29966 26250 0 -1 4202560 29 0 0 0 3 0 0 0 20 0 22 0 254537235 10060460032 74061 33554432000 1073741824 1073778376 140734621756768 140566809029288 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29966/tid=29975] ppid=29964 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/29966/task/29975/stat : 29975 (java) S 29964 29966 26250 0 -1 4202560 90 0 0 0 2 0 0 0 20 0 22 0 254537235 10060460032 74061 33554432000 1073741824 1073778376 140734621756768 140566807977000 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29966/tid=29976] ppid=29964 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/29966/task/29976/stat : 29976 (java) S 29964 29966 26250 0 -1 4202560 95 0 0 0 2 0 0 0 20 0 22 0 254537235 10060460032 74061 33554432000 1073741824 1073778376 140734621756768 140566806924200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29966/tid=29977] ppid=29964 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/29966/task/29977/stat : 29977 (java) S 29964 29966 26250 0 -1 4202560 102 0 0 0 6 0 0 0 20 0 22 0 254537237 10060460032 74061 33554432000 1073741824 1073778376 140734621756768 140566794512616 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29966/tid=29978] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29978/stat : 29978 (java) S 29964 29966 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254537237 10060460032 74061 33554432000 1073741824 1073778376 140734621756768 140566793458680 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29966/tid=29979] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29979/stat : 29979 (java) S 29964 29966 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254537237 10060460032 74061 33554432000 1073741824 1073778376 140734621756768 140566792406280 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29966/tid=29980] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29980/stat : 29980 (java) S 29964 29966 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254537240 10060460032 74061 33554432000 1073741824 1073778376 140734621756768 140566791354768 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29966/tid=29981] ppid=29964 vsize=9824668 CPUtime=1.14 cores=0,2,4,6
/proc/29966/task/29981/stat : 29981 (java) S 29964 29966 26250 0 -1 4202560 9734 0 0 0 112 2 0 0 20 0 22 0 254537240 10060460032 74061 33554432000 1073741824 1073778376 140734621756768 140566790302392 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29966/tid=29982] ppid=29964 vsize=9824668 CPUtime=1.12 cores=0,2,4,6
/proc/29966/task/29982/stat : 29982 (java) S 29964 29966 26250 0 -1 4202560 9751 0 0 0 110 2 0 0 20 0 22 0 254537240 10060460032 74061 33554432000 1073741824 1073778376 140734621756768 140566789249592 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29966/tid=29983] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29983/stat : 29983 (java) S 29964 29966 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254537240 10060460032 74061 33554432000 1073741824 1073778376 140734621756768 140566788197496 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29966/tid=29984] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29984/stat : 29984 (java) S 29964 29966 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254537240 10060460032 74061 33554432000 1073741824 1073778376 140734621756768 140566787144904 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29966/tid=29985] ppid=29964 vsize=9824668 CPUtime=2.28 cores=0,2,4,6
/proc/29966/task/29985/stat : 29985 (java) R 29964 29966 26250 0 -1 4202560 35 0 0 0 228 0 0 0 20 0 22 0 254537298 10060460032 74061 33554432000 1073741824 1073778376 140734621756768 140566786089168 140566842743628 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29966/tid=29986] ppid=29964 vsize=9824668 CPUtime=2.28 cores=0,2,4,6
/proc/29966/task/29986/stat : 29986 (java) R 29964 29966 26250 0 -1 4202560 102 0 0 0 227 1 0 0 20 0 22 0 254537298 10060460032 74061 33554432000 1073741824 1073778376 140734621756768 140566785036232 140566842717747 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29966/tid=29987] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29987/stat : 29987 (java) S 29964 29966 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254537300 10060460032 74061 33554432000 1073741824 1073778376 140734621756768 140566783984808 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29966/tid=29988] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29988/stat : 29988 (java) S 29964 29966 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254537300 10060460032 74061 33554432000 1073741824 1073778376 140734621756768 140566782932008 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.88
Current children cumulated vsize (KiB) 9824668

[startup+6.3007 s]
/proc/loadavg: 3.72 3.81 3.72 6/221 30040
/proc/meminfo: memFree=28687020/32873844 swapFree=7364/7364
[pid=29966] ppid=29964 vsize=9824668 CPUtime=14.42 cores=0,2,4,6
/proc/29966/stat : 29966 (java) S 29964 29966 26250 0 -1 4202496 24188 0 1 0 1426 16 0 0 20 0 22 0 254537233 10060460032 99772 33554432000 1073741824 1073778376 140734621756768 140734621747904 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29966/statm: 2456167 99772 2286 9 0 2446860 0
[pid=29966/tid=29968] ppid=29964 vsize=9824668 CPUtime=0.61 cores=0,2,4,6
/proc/29966/task/29968/stat : 29968 (java) S 29964 29966 26250 0 -1 4202560 2562 0 1 0 58 3 0 0 20 0 22 0 254537234 10060460032 99772 33554432000 1073741824 1073778376 140734621756768 140566970303480 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29966/tid=29969] ppid=29964 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/29966/task/29969/stat : 29969 (java) S 29964 29966 26250 0 -1 4202560 36 0 0 0 6 0 0 0 20 0 22 0 254537235 10060460032 99772 33554432000 1073741824 1073778376 140734621756768 140566814292264 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29966/tid=29970] ppid=29964 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/29966/task/29970/stat : 29970 (java) S 29964 29966 26250 0 -1 4202560 112 0 0 0 3 1 0 0 20 0 22 0 254537235 10060460032 99772 33554432000 1073741824 1073778376 140734621756768 140566813239464 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29966/tid=29971] ppid=29964 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/29966/task/29971/stat : 29971 (java) S 29964 29966 26250 0 -1 4202560 26 0 0 0 3 1 0 0 20 0 22 0 254537235 10060460032 99772 33554432000 1073741824 1073778376 140734621756768 140566812187176 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29966/tid=29972] ppid=29964 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/29966/task/29972/stat : 29972 (java) S 29964 29966 26250 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 22 0 254537235 10060460032 99772 33554432000 1073741824 1073778376 140734621756768 140566811134376 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29966/tid=29973] ppid=29964 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/29966/task/29973/stat : 29973 (java) S 29964 29966 26250 0 -1 4202560 110 0 0 0 4 1 0 0 20 0 22 0 254537235 10060460032 99772 33554432000 1073741824 1073778376 140734621756768 140566810082088 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29966/tid=29974] ppid=29964 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/29966/task/29974/stat : 29974 (java) S 29964 29966 26250 0 -1 4202560 36 0 0 0 5 0 0 0 20 0 22 0 254537235 10060460032 99772 33554432000 1073741824 1073778376 140734621756768 140566809029288 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29966/tid=29975] ppid=29964 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/29966/task/29975/stat : 29975 (java) S 29964 29966 26250 0 -1 4202560 94 0 0 0 3 0 0 0 20 0 22 0 254537235 10060460032 99772 33554432000 1073741824 1073778376 140734621756768 140566807977000 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29966/tid=29976] ppid=29964 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/29966/task/29976/stat : 29976 (java) S 29964 29966 26250 0 -1 4202560 95 0 0 0 2 0 0 0 20 0 22 0 254537235 10060460032 99772 33554432000 1073741824 1073778376 140734621756768 140566806924200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29966/tid=29977] ppid=29964 vsize=9824668 CPUtime=0.15 cores=0,2,4,6
/proc/29966/task/29977/stat : 29977 (java) S 29964 29966 26250 0 -1 4202560 237 0 0 0 15 0 0 0 20 0 22 0 254537237 10060460032 99772 33554432000 1073741824 1073778376 140734621756768 140566794512616 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29966/tid=29978] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29978/stat : 29978 (java) S 29964 29966 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254537237 10060460032 99772 33554432000 1073741824 1073778376 140734621756768 140566793458680 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29966/tid=29979] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29979/stat : 29979 (java) S 29964 29966 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254537237 10060460032 99772 33554432000 1073741824 1073778376 140734621756768 140566792406280 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29966/tid=29980] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29980/stat : 29980 (java) S 29964 29966 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254537240 10060460032 99772 33554432000 1073741824 1073778376 140734621756768 140566791354768 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29966/tid=29981] ppid=29964 vsize=9824668 CPUtime=1.23 cores=0,2,4,6
/proc/29966/task/29981/stat : 29981 (java) S 29964 29966 26250 0 -1 4202560 9739 0 0 0 121 2 0 0 20 0 22 0 254537240 10060460032 99772 33554432000 1073741824 1073778376 140734621756768 140566790302392 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

[pid=29966/tid=29986] ppid=29964 vsize=9824668 CPUtime=714.23 cores=0,2,4,6
/proc/29966/task/29986/stat : 29986 (java) R 29964 29966 26250 0 -1 4202560 1121 0 0 0 71385 38 0 0 20 0 22 0 254537298 10060460032 812975 33554432000 1073741824 1073778376 140734621756768 140566785034200 140566842875766 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29966/tid=29987] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29987/stat : 29987 (java) S 29964 29966 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254537300 10060460032 812975 33554432000 1073741824 1073778376 140734621756768 140566783984808 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29966/tid=29988] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29988/stat : 29988 (java) S 29964 29966 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254537300 10060460032 812975 33554432000 1073741824 1073778376 140734621756768 140566782932008 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1496.24
Current children cumulated vsize (KiB) 9824668

[startup+822.301 s]
/proc/loadavg: 4.28 4.06 3.87 5/221 30049
/proc/meminfo: memFree=22655644/32873844 swapFree=7364/7364
[pid=29966] ppid=29964 vsize=9824668 CPUtime=1614.44 cores=0,2,4,6
/proc/29966/stat : 29966 (java) S 29964 29966 26250 0 -1 4202496 37810 0 1 0 161180 264 0 0 20 0 22 0 254537233 10060460032 854583 33554432000 1073741824 1073778376 140734621756768 140734621747904 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29966/statm: 2456167 854583 2286 9 0 2446860 0
[pid=29966/tid=29968] ppid=29964 vsize=9824668 CPUtime=0.65 cores=0,2,4,6
/proc/29966/task/29968/stat : 29968 (java) S 29964 29966 26250 0 -1 4202560 2591 0 1 0 60 5 0 0 20 0 22 0 254537234 10060460032 854583 33554432000 1073741824 1073778376 140734621756768 140566970303480 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29966/tid=29969] ppid=29964 vsize=9824668 CPUtime=3.17 cores=0,2,4,6
/proc/29966/task/29969/stat : 29969 (java) S 29964 29966 26250 0 -1 4202560 1229 0 0 0 288 29 0 0 20 0 22 0 254537235 10060460032 854583 33554432000 1073741824 1073778376 140734621756768 140566814292264 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29966/tid=29970] ppid=29964 vsize=9824668 CPUtime=3.01 cores=0,2,4,6
/proc/29966/task/29970/stat : 29970 (java) S 29964 29966 26250 0 -1 4202560 784 0 0 0 282 19 0 0 20 0 22 0 254537235 10060460032 854583 33554432000 1073741824 1073778376 140734621756768 140566813239464 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29966/tid=29971] ppid=29964 vsize=9824668 CPUtime=3.08 cores=0,2,4,6
/proc/29966/task/29971/stat : 29971 (java) S 29964 29966 26250 0 -1 4202560 818 0 0 0 283 25 0 0 20 0 22 0 254537235 10060460032 854583 33554432000 1073741824 1073778376 140734621756768 140566812187176 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29966/tid=29972] ppid=29964 vsize=9824668 CPUtime=3.14 cores=0,2,4,6
/proc/29966/task/29972/stat : 29972 (java) S 29964 29966 26250 0 -1 4202560 808 0 0 0 290 24 0 0 20 0 22 0 254537235 10060460032 854583 33554432000 1073741824 1073778376 140734621756768 140566811134376 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29966/tid=29973] ppid=29964 vsize=9824668 CPUtime=3.31 cores=0,2,4,6
/proc/29966/task/29973/stat : 29973 (java) S 29964 29966 26250 0 -1 4202560 884 0 0 0 303 28 0 0 20 0 22 0 254537235 10060460032 854583 33554432000 1073741824 1073778376 140734621756768 140566810082088 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29966/tid=29974] ppid=29964 vsize=9824668 CPUtime=2.87 cores=0,2,4,6
/proc/29966/task/29974/stat : 29974 (java) S 29964 29966 26250 0 -1 4202560 891 0 0 0 262 25 0 0 20 0 22 0 254537235 10060460032 854583 33554432000 1073741824 1073778376 140734621756768 140566809029288 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29966/tid=29975] ppid=29964 vsize=9824668 CPUtime=3.02 cores=0,2,4,6
/proc/29966/task/29975/stat : 29975 (java) S 29964 29966 26250 0 -1 4202560 646 0 0 0 278 24 0 0 20 0 22 0 254537235 10060460032 854583 33554432000 1073741824 1073778376 140734621756768 140566807977000 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29966/tid=29976] ppid=29964 vsize=9824668 CPUtime=3.09 cores=0,2,4,6
/proc/29966/task/29976/stat : 29976 (java) S 29964 29966 26250 0 -1 4202560 1017 0 0 0 283 26 0 0 20 0 22 0 254537235 10060460032 854583 33554432000 1073741824 1073778376 140734621756768 140566806924200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29966/tid=29977] ppid=29964 vsize=9824668 CPUtime=44.03 cores=0,2,4,6
/proc/29966/task/29977/stat : 29977 (java) S 29964 29966 26250 0 -1 4202560 3281 0 0 0 4388 15 0 0 20 0 22 0 254537237 10060460032 854583 33554432000 1073741824 1073778376 140734621756768 140566794512616 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29966/tid=29978] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29978/stat : 29978 (java) S 29964 29966 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254537237 10060460032 854583 33554432000 1073741824 1073778376 140734621756768 140566793458680 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29966/tid=29979] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29979/stat : 29979 (java) S 29964 29966 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254537237 10060460032 854583 33554432000 1073741824 1073778376 140734621756768 140566792406280 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29966/tid=29980] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29980/stat : 29980 (java) S 29964 29966 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254537240 10060460032 854583 33554432000 1073741824 1073778376 140734621756768 140566791354768 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29966/tid=29981] ppid=29964 vsize=9824668 CPUtime=1.5 cores=0,2,4,6
/proc/29966/task/29981/stat : 29981 (java) S 29964 29966 26250 0 -1 4202560 12571 0 0 0 148 2 0 0 20 0 22 0 254537240 10060460032 854583 33554432000 1073741824 1073778376 140734621756768 140566790302392 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29966/tid=29982] ppid=29964 vsize=9824668 CPUtime=1.43 cores=0,2,4,6
/proc/29966/task/29982/stat : 29982 (java) S 29964 29966 26250 0 -1 4202560 9793 0 0 0 141 2 0 0 20 0 22 0 254537240 10060460032 854583 33554432000 1073741824 1073778376 140734621756768 140566789249592 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29966/tid=29983] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29983/stat : 29983 (java) S 29964 29966 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254537240 10060460032 854583 33554432000 1073741824 1073778376 140734621756768 140566788197496 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29966/tid=29984] ppid=29964 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/29966/task/29984/stat : 29984 (java) S 29964 29966 26250 0 -1 4202560 47 0 0 0 15 17 0 0 20 0 22 0 254537240 10060460032 854583 33554432000 1073741824 1073778376 140734621756768 140566787144904 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29966/tid=29985] ppid=29964 vsize=9824668 CPUtime=771 cores=0,2,4,6
/proc/29966/task/29985/stat : 29985 (java) R 29964 29966 26250 0 -1 4202560 140 0 0 0 77086 14 0 0 20 0 22 0 254537298 10060460032 854583 33554432000 1073741824 1073778376 140734621756768 140566786088224 140566842790435 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29966/tid=29986] ppid=29964 vsize=9824668 CPUtime=770.93 cores=0,2,4,6
/proc/29966/task/29986/stat : 29986 (java) R 29964 29966 26250 0 -1 4202560 1122 0 0 0 77054 39 0 0 20 0 22 0 254537298 10060460032 854583 33554432000 1073741824 1073778376 140734621756768 140566785034608 140566843239604 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29966/tid=29987] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29987/stat : 29987 (java) S 29964 29966 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254537300 10060460032 854583 33554432000 1073741824 1073778376 140734621756768 140566783984808 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29966/tid=29988] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29988/stat : 29988 (java) S 29964 29966 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254537300 10060460032 854583 33554432000 1073741824 1073778376 140734621756768 140566782932008 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1614.44
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 4.06 4.03 3.87 5/221 30050
/proc/meminfo: memFree=22482496/32873844 swapFree=7364/7364
[pid=29966] ppid=29964 vsize=9824668 CPUtime=1733.7 cores=0,2,4,6
/proc/29966/stat : 29966 (java) S 29964 29966 26250 0 -1 4202496 38132 0 1 0 173091 279 0 0 20 0 22 0 254537233 10060460032 883906 33554432000 1073741824 1073778376 140734621756768 140734621747904 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29966/statm: 2456167 883906 2287 9 0 2446860 0
[pid=29966/tid=29968] ppid=29964 vsize=9824668 CPUtime=0.65 cores=0,2,4,6
/proc/29966/task/29968/stat : 29968 (java) S 29964 29966 26250 0 -1 4202560 2591 0 1 0 60 5 0 0 20 0 22 0 254537234 10060460032 883906 33554432000 1073741824 1073778376 140734621756768 140566970303480 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29966/tid=29969] ppid=29964 vsize=9824668 CPUtime=3.44 cores=0,2,4,6
/proc/29966/task/29969/stat : 29969 (java) S 29964 29966 26250 0 -1 4202560 1263 0 0 0 314 30 0 0 20 0 22 0 254537235 10060460032 883906 33554432000 1073741824 1073778376 140734621756768 140566814292264 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29966/tid=29970] ppid=29964 vsize=9824668 CPUtime=3.2 cores=0,2,4,6
/proc/29966/task/29970/stat : 29970 (java) S 29964 29966 26250 0 -1 4202560 807 0 0 0 300 20 0 0 20 0 22 0 254537235 10060460032 883906 33554432000 1073741824 1073778376 140734621756768 140566813239464 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29966/tid=29971] ppid=29964 vsize=9824668 CPUtime=3.34 cores=0,2,4,6
/proc/29966/task/29971/stat : 29971 (java) S 29964 29966 26250 0 -1 4202560 841 0 0 0 308 26 0 0 20 0 22 0 254537235 10060460032 883906 33554432000 1073741824 1073778376 140734621756768 140566812187176 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29966/tid=29972] ppid=29964 vsize=9824668 CPUtime=3.43 cores=0,2,4,6
/proc/29966/task/29972/stat : 29972 (java) S 29964 29966 26250 0 -1 4202560 814 0 0 0 319 24 0 0 20 0 22 0 254537235 10060460032 883906 33554432000 1073741824 1073778376 140734621756768 140566811134376 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29966/tid=29973] ppid=29964 vsize=9824668 CPUtime=3.63 cores=0,2,4,6
/proc/29966/task/29973/stat : 29973 (java) S 29964 29966 26250 0 -1 4202560 915 0 0 0 334 29 0 0 20 0 22 0 254537235 10060460032 883906 33554432000 1073741824 1073778376 140734621756768 140566810082088 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29966/tid=29974] ppid=29964 vsize=9824668 CPUtime=3.14 cores=0,2,4,6
/proc/29966/task/29974/stat : 29974 (java) S 29964 29966 26250 0 -1 4202560 920 0 0 0 287 27 0 0 20 0 22 0 254537235 10060460032 883906 33554432000 1073741824 1073778376 140734621756768 140566809029288 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29966/tid=29975] ppid=29964 vsize=9824668 CPUtime=3.32 cores=0,2,4,6
/proc/29966/task/29975/stat : 29975 (java) S 29964 29966 26250 0 -1 4202560 673 0 0 0 307 25 0 0 20 0 22 0 254537235 10060460032 883906 33554432000 1073741824 1073778376 140734621756768 140566807977000 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29966/tid=29976] ppid=29964 vsize=9824668 CPUtime=3.28 cores=0,2,4,6
/proc/29966/task/29976/stat : 29976 (java) S 29964 29966 26250 0 -1 4202560 1058 0 0 0 300 28 0 0 20 0 22 0 254537235 10060460032 883906 33554432000 1073741824 1073778376 140734621756768 140566806924200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29966/tid=29977] ppid=29964 vsize=9824668 CPUtime=45.8 cores=0,2,4,6
/proc/29966/task/29977/stat : 29977 (java) S 29964 29966 26250 0 -1 4202560 3375 0 0 0 4564 16 0 0 20 0 22 0 254537237 10060460032 883906 33554432000 1073741824 1073778376 140734621756768 140566794512616 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29966/tid=29978] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29978/stat : 29978 (java) S 29964 29966 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254537237 10060460032 883906 33554432000 1073741824 1073778376 140734621756768 140566793458680 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29966/tid=29979] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29979/stat : 29979 (java) S 29964 29966 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254537237 10060460032 883906 33554432000 1073741824 1073778376 140734621756768 140566792406280 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29966/tid=29980] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29980/stat : 29980 (java) S 29964 29966 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254537240 10060460032 883906 33554432000 1073741824 1073778376 140734621756768 140566791354768 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29966/tid=29981] ppid=29964 vsize=9824668 CPUtime=1.52 cores=0,2,4,6
/proc/29966/task/29981/stat : 29981 (java) S 29964 29966 26250 0 -1 4202560 12575 0 0 0 150 2 0 0 20 0 22 0 254537240 10060460032 883906 33554432000 1073741824 1073778376 140734621756768 140566790302392 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29966/tid=29982] ppid=29964 vsize=9824668 CPUtime=1.43 cores=0,2,4,6
/proc/29966/task/29982/stat : 29982 (java) S 29964 29966 26250 0 -1 4202560 9793 0 0 0 141 2 0 0 20 0 22 0 254537240 10060460032 883906 33554432000 1073741824 1073778376 140734621756768 140566789249592 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29966/tid=29983] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29983/stat : 29983 (java) S 29964 29966 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254537240 10060460032 883906 33554432000 1073741824 1073778376 140734621756768 140566788197496 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29966/tid=29984] ppid=29964 vsize=9824668 CPUtime=0.34 cores=0,2,4,6
/proc/29966/task/29984/stat : 29984 (java) S 29964 29966 26250 0 -1 4202560 51 0 0 0 15 19 0 0 20 0 22 0 254537240 10060460032 883906 33554432000 1073741824 1073778376 140734621756768 140566787144904 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29966/tid=29985] ppid=29964 vsize=9824668 CPUtime=828.67 cores=0,2,4,6
/proc/29966/task/29985/stat : 29985 (java) R 29964 29966 26250 0 -1 4202560 145 0 0 0 82851 16 0 0 20 0 22 0 254537298 10060460032 883906 33554432000 1073741824 1073778376 140734621756768 140566786087392 140566842692632 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29966/tid=29986] ppid=29964 vsize=9824668 CPUtime=828.61 cores=0,2,4,6
/proc/29966/task/29986/stat : 29986 (java) R 29964 29966 26250 0 -1 4202560 1123 0 0 0 82821 40 0 0 20 0 22 0 254537298 10060460032 883906 33554432000 1073741824 1073778376 140734621756768 140566785035312 140566843238822 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29966/tid=29987] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29987/stat : 29987 (java) S 29964 29966 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254537300 10060460032 883906 33554432000 1073741824 1073778376 140734621756768 140566783984808 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29966/tid=29988] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29988/stat : 29988 (java) S 29964 29966 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254537300 10060460032 883906 33554432000 1073741824 1073778376 140734621756768 140566782932008 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1733.7
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+916.201 s]
/proc/loadavg: 4.03 4.02 3.88 5/221 30050
/proc/meminfo: memFree=22363216/32873844 swapFree=7364/7364
[pid=29966] ppid=29964 vsize=9824668 CPUtime=1800.04 cores=0,2,4,6
/proc/29966/stat : 29966 (java) S 29964 29966 26250 0 -1 4202496 38328 0 1 0 179715 289 0 0 20 0 22 0 254537233 10060460032 909037 33554432000 1073741824 1073778376 140734621756768 140734621747904 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29966/statm: 2456167 909037 2287 9 0 2446860 0
[pid=29966/tid=29968] ppid=29964 vsize=9824668 CPUtime=0.65 cores=0,2,4,6
/proc/29966/task/29968/stat : 29968 (java) S 29964 29966 26250 0 -1 4202560 2592 0 1 0 60 5 0 0 20 0 22 0 254537234 10060460032 909037 33554432000 1073741824 1073778376 140734621756768 140566970303480 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29966/tid=29969] ppid=29964 vsize=9824668 CPUtime=3.53 cores=0,2,4,6
/proc/29966/task/29969/stat : 29969 (java) S 29964 29966 26250 0 -1 4202560 1278 0 0 0 322 31 0 0 20 0 22 0 254537235 10060460032 909037 33554432000 1073741824 1073778376 140734621756768 140566814292264 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29966/tid=29970] ppid=29964 vsize=9824668 CPUtime=3.27 cores=0,2,4,6
/proc/29966/task/29970/stat : 29970 (java) S 29964 29966 26250 0 -1 4202560 826 0 0 0 306 21 0 0 20 0 22 0 254537235 10060460032 909037 33554432000 1073741824 1073778376 140734621756768 140566813239464 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29966/tid=29971] ppid=29964 vsize=9824668 CPUtime=3.42 cores=0,2,4,6
/proc/29966/task/29971/stat : 29971 (java) S 29964 29966 26250 0 -1 4202560 854 0 0 0 316 26 0 0 20 0 22 0 254537235 10060460032 909037 33554432000 1073741824 1073778376 140734621756768 140566812187176 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29966/tid=29972] ppid=29964 vsize=9824668 CPUtime=3.53 cores=0,2,4,6
/proc/29966/task/29972/stat : 29972 (java) S 29964 29966 26250 0 -1 4202560 826 0 0 0 328 25 0 0 20 0 22 0 254537235 10060460032 909037 33554432000 1073741824 1073778376 140734621756768 140566811134376 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29966/tid=29973] ppid=29964 vsize=9824668 CPUtime=3.74 cores=0,2,4,6
/proc/29966/task/29973/stat : 29973 (java) S 29964 29966 26250 0 -1 4202560 938 0 0 0 343 31 0 0 20 0 22 0 254537235 10060460032 909037 33554432000 1073741824 1073778376 140734621756768 140566810082088 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29966/tid=29974] ppid=29964 vsize=9824668 CPUtime=3.23 cores=0,2,4,6
/proc/29966/task/29974/stat : 29974 (java) S 29964 29966 26250 0 -1 4202560 936 0 0 0 296 27 0 0 20 0 22 0 254537235 10060460032 909037 33554432000 1073741824 1073778376 140734621756768 140566809029288 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29966/tid=29975] ppid=29964 vsize=9824668 CPUtime=3.38 cores=0,2,4,6
/proc/29966/task/29975/stat : 29975 (java) S 29964 29966 26250 0 -1 4202560 683 0 0 0 312 26 0 0 20 0 22 0 254537235 10060460032 909037 33554432000 1073741824 1073778376 140734621756768 140566807977000 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29966/tid=29976] ppid=29964 vsize=9824668 CPUtime=3.41 cores=0,2,4,6
/proc/29966/task/29976/stat : 29976 (java) S 29964 29966 26250 0 -1 4202560 1095 0 0 0 311 30 0 0 20 0 22 0 254537235 10060460032 909037 33554432000 1073741824 1073778376 140734621756768 140566806924200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29966/tid=29977] ppid=29964 vsize=9824668 CPUtime=47.64 cores=0,2,4,6
/proc/29966/task/29977/stat : 29977 (java) S 29964 29966 26250 0 -1 4202560 3421 0 0 0 4747 17 0 0 20 0 22 0 254537237 10060460032 909037 33554432000 1073741824 1073778376 140734621756768 140566794512616 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29966/tid=29978] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29978/stat : 29978 (java) S 29964 29966 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254537237 10060460032 909037 33554432000 1073741824 1073778376 140734621756768 140566793458680 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29966/tid=29979] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29979/stat : 29979 (java) S 29964 29966 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254537237 10060460032 909037 33554432000 1073741824 1073778376 140734621756768 140566792406280 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29966/tid=29980] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29980/stat : 29980 (java) S 29964 29966 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254537240 10060460032 909037 33554432000 1073741824 1073778376 140734621756768 140566791354768 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29966/tid=29981] ppid=29964 vsize=9824668 CPUtime=1.52 cores=0,2,4,6
/proc/29966/task/29981/stat : 29981 (java) S 29964 29966 26250 0 -1 4202560 12575 0 0 0 150 2 0 0 20 0 22 0 254537240 10060460032 909037 33554432000 1073741824 1073778376 140734621756768 140566790302392 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29966/tid=29982] ppid=29964 vsize=9824668 CPUtime=1.43 cores=0,2,4,6
/proc/29966/task/29982/stat : 29982 (java) S 29964 29966 26250 0 -1 4202560 9793 0 0 0 141 2 0 0 20 0 22 0 254537240 10060460032 909037 33554432000 1073741824 1073778376 140734621756768 140566789249592 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29966/tid=29983] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29983/stat : 29983 (java) S 29964 29966 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254537240 10060460032 909037 33554432000 1073741824 1073778376 140734621756768 140566788197496 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29966/tid=29984] ppid=29964 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/29966/task/29984/stat : 29984 (java) S 29964 29966 26250 0 -1 4202560 53 0 0 0 16 19 0 0 20 0 22 0 254537240 10060460032 909037 33554432000 1073741824 1073778376 140734621756768 140566787144904 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29966/tid=29985] ppid=29964 vsize=9824668 CPUtime=860.56 cores=0,2,4,6
/proc/29966/task/29985/stat : 29985 (java) R 29964 29966 26250 0 -1 4202560 146 0 0 0 86039 17 0 0 20 0 22 0 254537298 10060460032 909037 33554432000 1073741824 1073778376 140734621756768 140566786088224 140566842900095 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29966/tid=29986] ppid=29964 vsize=9824668 CPUtime=860.48 cores=0,2,4,6
/proc/29966/task/29986/stat : 29986 (java) R 29964 29966 26250 0 -1 4202560 1124 0 0 0 86007 41 0 0 20 0 22 0 254537298 10060460032 909037 33554432000 1073741824 1073778376 140734621756768 140566785034496 140566843200412 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29966/tid=29987] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29987/stat : 29987 (java) S 29964 29966 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254537300 10060460032 909037 33554432000 1073741824 1073778376 140734621756768 140566783984808 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29966/tid=29988] ppid=29964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29966/task/29988/stat : 29988 (java) S 29964 29966 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254537300 10060460032 909037 33554432000 1073741824 1073778376 140734621756768 140566782932008 215146870697 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
Real time (s): 916.284
CPU time (s): 1800.64
CPU user time (s): 1797.27
CPU system time (s): 3.37349
CPU usage (%): 196.516
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.27
system time used= 3.37349
maximum resident set size= 3636284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38363
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25789
involuntary context switches= 39987

runsolver used 3.50147 second user time and 8.13276 second system time

The end

Launcher Data

Begin job on node133 at 2012-05-24 20:28:44
IDJOB=3689668
IDBENCH=90161
IDSOLVER=2268
FILE ID=node133/3689668-1337884124
RUNJOBID= node133-1337871880-26266
PBS_JOBID= 14620071
Free space on /tmp= 71288 MiB

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

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

MD5SUM BENCH= 1a22ba01765c232fe0c8623cfb5d750f
RANDOM SEED=414228331

node133.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.540
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.08
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.540
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.92
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.540
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.92
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.540
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.540
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		: 2666.540
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.90
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.540
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		: 2666.540
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:       32873844 kB
MemFree:        28971524 kB
Buffers:          221928 kB
Cached:          2855488 kB
SwapCached:            0 kB
Active:           810936 kB
Inactive:        2314280 kB
Active(anon):      50192 kB
Inactive(anon):        0 kB
Active(file):     760744 kB
Inactive(file):  2314280 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1208 kB
Writeback:             0 kB
AnonPages:         54864 kB
Mapped:            14448 kB
Shmem:               212 kB
Slab:             638416 kB
SReclaimable:      80860 kB
SUnreclaim:       557556 kB
KernelStack:        1448 kB
PageTables:         4052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     154252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 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 node133 at 2012-05-24 20:44:03