Trace number 3689688

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.03 919.779

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K175.opb
MD5SUMc7b1775204389f0c59bc1b934de7e2c1
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 variables20825
Total number of constraints21177
Number of constraints which are clauses21002
Number of constraints which are cardinality constraints (but not clauses)175
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint175
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 176
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3689688-1337884264.opb
0.09/0.11	c reading problem ... 
1.49/0.70	c ... done. Wall clock time 0.584s.
1.49/0.70	c declared #vars     20825
1.49/0.70	c #constraints  21177
1.49/0.70	c constraints type 
1.49/0.70	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18738
1.49/0.70	c org.sat4j.minisat.constraints.card.MinWatchCard => 175
1.49/0.70	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.49/0.70	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2262
1.49/0.70	c 21177 constraints processed.
1.49/0.70	c constraints type 
1.49/0.70	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2262
1.49/0.70	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18738
1.49/0.70	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 175
1.49/0.70	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.49/0.70	c 21177 constraints processed.
8.06/3.22	c cleaning 2485 clauses out of 4993 with flag 5000/5000
13.74/5.73	c cleaning 4215 clauses out of 8505 with flag 11000/11000
19.51/8.62	c cleaning 5555 clauses out of 11287 with flag 18001/18001
25.63/11.75	c cleaning 6744 clauses out of 13733 with flag 26002/26002
32.35/15.18	c cleaning 7875 clauses out of 15982 with flag 35001/35001
40.44/19.23	c cleaning 8906 clauses out of 18104 with flag 45000/45000
48.89/23.54	c cleaning 9901 clauses out of 20193 with flag 56001/56001
58.54/28.43	c cleaning 10981 clauses out of 22290 with flag 68000/68000
68.90/33.71	c cleaning 11962 clauses out of 24306 with flag 81000/81000
79.56/39.18	c cleaning 13024 clauses out of 26343 with flag 95001/95001
92.27/45.54	c cleaning 14051 clauses out of 28318 with flag 110000/110000
105.91/52.48	c cleaning 15038 clauses out of 30264 with flag 126000/126000
121.24/60.28	c cleaning 15959 clauses out of 32223 with flag 143000/143000
136.68/68.05	c cleaning 16694 clauses out of 34266 with flag 161003/161003
153.86/76.71	c cleaning 16861 clauses out of 36569 with flag 180000/180000
173.25/86.56	c cleaning 18383 clauses out of 39708 with flag 200000/200000
191.41/95.87	c cleaning 18901 clauses out of 42325 with flag 221003/221003
210.26/105.48	c cleaning 19711 clauses out of 45419 with flag 243000/243000
235.81/118.32	c cleaning 20976 clauses out of 48700 with flag 266000/266000
259.10/130.10	c cleaning 22198 clauses out of 51724 with flag 290000/290000
281.07/141.49	c cleaning 22543 clauses out of 54526 with flag 315001/315001
304.32/153.23	c cleaning 23333 clauses out of 57982 with flag 341000/341000
330.22/166.35	c cleaning 24498 clauses out of 61648 with flag 368000/368000
353.56/178.27	c cleaning 25215 clauses out of 65148 with flag 396000/396000
378.97/191.37	c cleaning 26475 clauses out of 68933 with flag 425000/425000
399.15/201.64	c cleaning 0 clauses out of 5000 with flag 0/5000
408.09/206.23	c cleaning 27222 clauses out of 72459 with flag 455001/455001
435.21/220.11	c cleaning 28389 clauses out of 76236 with flag 486000/486000
469.25/238.45	c cleaning 28979 clauses out of 79844 with flag 518000/518000
496.94/252.59	c cleaning 30527 clauses out of 83865 with flag 551000/551000
530.39/269.55	c cleaning 31127 clauses out of 87338 with flag 585000/585000
564.54/287.16	c cleaning 31900 clauses out of 91211 with flag 620000/620000
600.11/305.26	c cleaning 32572 clauses out of 95311 with flag 656003/656003
634.85/322.99	c cleaning 33946 clauses out of 99735 with flag 693000/693000
674.65/343.18	c cleaning 35060 clauses out of 103786 with flag 731000/731000
713.30/363.01	c cleaning 35381 clauses out of 107726 with flag 770000/770000
752.40/382.98	c cleaning 36780 clauses out of 112349 with flag 810004/810004
792.14/403.13	c cleaning 37995 clauses out of 116566 with flag 851002/851002
836.46/425.65	c cleaning 38211 clauses out of 120569 with flag 893000/893000
876.47/446.37	c cleaning 39682 clauses out of 125359 with flag 936001/936001
923.23/470.11	c cleaning 40176 clauses out of 129676 with flag 980000/980000
972.41/495.12	c cleaning 41681 clauses out of 134499 with flag 1025000/1025000
1031.21/524.97	c cleaning 42566 clauses out of 138818 with flag 1071000/1071000
1079.22/549.87	c cleaning 43530 clauses out of 143252 with flag 1118000/1118000
1131.65/577.86	c cleaning 44469 clauses out of 147722 with flag 1166001/1166001
1181.49/603.14	c cleaning 45789 clauses out of 152254 with flag 1215003/1215003
1254.56/640.64	c cleaning 46330 clauses out of 156462 with flag 1265000/1265000
1321.87/674.85	c cleaning 48028 clauses out of 161132 with flag 1316000/1316000
1380.03/704.43	c cleaning 47763 clauses out of 165103 with flag 1368000/1368000
1439.27/734.50	c cleaning 48838 clauses out of 170340 with flag 1421000/1421000
1496.77/764.33	c cleaning 50418 clauses out of 175502 with flag 1475000/1475000
1550.66/791.97	c cleaning 50806 clauses out of 180083 with flag 1530000/1530000
1611.02/822.72	c cleaning 52989 clauses out of 185279 with flag 1586002/1586002
1669.79/852.73	c cleaning 53552 clauses out of 189289 with flag 1643001/1643001
1735.92/886.90	c cleaning 53635 clauses out of 193738 with flag 1701002/1701002
1800.03/919.72	c starts		: 190
1800.03/919.72	c conflicts		: 1757936
1800.03/919.72	c decisions		: 46932342
1800.03/919.72	c propagations		: 1551865390
1800.03/919.72	c inspects		: 2739217656
1800.03/919.72	c shortcuts		: 0
1800.03/919.72	c learnt literals	: 74
1800.03/919.72	c learnt binary clauses	: 126003
1800.03/919.72	c learnt ternary clauses	: 120069
1800.03/919.72	c learnt constraints	: 1757862
1800.03/919.72	c ignored constraints	: 0
1800.03/919.72	c root simplifications	: 0
1800.03/919.72	c removed literals (reason simplification)	: 10404554
1800.03/919.72	c reason swapping (by a shorter reason)	: 0
1800.03/919.72	c Calls to reduceDB	: 54
1800.03/919.72	c number of reductions to clauses (during analyze)	: 0
1800.03/919.72	c number of learned constraints concerned by reduction	: 0
1800.03/919.72	c number of learning phase by resolution	: 0
1800.03/919.72	c number of learning phase by cutting planes	: 0
1800.03/919.72	c speed (assignments/second)	: 1688660.531321274
1800.03/919.72	c non guided choices	47208
1800.03/919.76	c learnt constraints type 
1800.03/919.76	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 126007
1800.03/919.76	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 71098
1800.03/919.76	c constraints type 
1800.03/919.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18738
1800.03/919.76	c org.sat4j.minisat.constraints.card.MinWatchCard => 175
1800.03/919.76	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.03/919.76	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2262
1800.03/919.76	c 21177 constraints processed.
1800.03/919.76	c constraints type 
1800.03/919.76	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2262
1800.03/919.76	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18738
1800.03/919.76	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 175
1800.03/919.76	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.03/919.76	c 21177 constraints processed.
1800.03/919.76	s UNKNOWN
1800.03/919.76	c Total wall clock time (in seconds): 919.648

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.77 3.84 3.81 4/197 30189
/proc/meminfo: memFree=26962752/32873648 swapFree=6596/6596
[pid=30189] ppid=30187 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/30189/stat : 30189 (java) D 30187 30189 25418 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254550922 9515008 182 33554432000 1073741824 1073778376 140736374508160 140736374499192 212073266869 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/30189/statm: 2323 182 140 9 0 71 0

[startup+0.102305 s]
/proc/loadavg: 3.77 3.84 3.81 4/197 30189
/proc/meminfo: memFree=26962752/32873648 swapFree=6596/6596
[pid=30189] ppid=30187 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/30189/stat : 30189 (java) S 30187 30189 25418 0 -1 4202496 4381 0 1 0 8 1 0 0 20 0 18 0 254550922 9787813888 6076 33554432000 1073741824 1073778376 140736193936272 140736193927408 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30189/statm: 2389603 6076 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.200264 s]
/proc/loadavg: 3.77 3.84 3.81 4/197 30189
/proc/meminfo: memFree=26962752/32873648 swapFree=6596/6596
[pid=30189] ppid=30187 vsize=9558412 CPUtime=0.29 cores=1,3,5,7
/proc/30189/stat : 30189 (java) S 30187 30189 25418 0 -1 4202496 6554 0 1 0 27 2 0 0 20 0 18 0 254550922 9787813888 8059 33554432000 1073741824 1073778376 140736193936272 140736193927408 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30189/statm: 2389603 8059 2193 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558412

[startup+0.300276 s]
/proc/loadavg: 3.77 3.84 3.81 4/197 30189
/proc/meminfo: memFree=26962752/32873648 swapFree=6596/6596
[pid=30189] ppid=30187 vsize=9558412 CPUtime=0.57 cores=1,3,5,7
/proc/30189/stat : 30189 (java) S 30187 30189 25418 0 -1 4202496 7130 0 1 0 55 2 0 0 20 0 18 0 254550922 9787813888 12325 33554432000 1073741824 1073778376 140736193936272 140736193927408 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30189/statm: 2389603 12325 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558412

[startup+0.700234 s]
/proc/loadavg: 3.77 3.84 3.81 4/197 30189
/proc/meminfo: memFree=26962752/32873648 swapFree=6596/6596
[pid=30189] ppid=30187 vsize=9558412 CPUtime=1.49 cores=1,3,5,7
/proc/30189/stat : 30189 (java) S 30187 30189 25418 0 -1 4202496 14076 0 1 0 143 6 0 0 20 0 18 0 254550922 9787813888 46726 33554432000 1073741824 1073778376 140736193936272 140736193927408 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30189/statm: 2389603 46726 2256 9 0 2380296 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9558412

[startup+1.50079 s]
/proc/loadavg: 3.77 3.84 3.81 6/219 30211
/proc/meminfo: memFree=26784368/32873648 swapFree=6596/6596
[pid=30189] ppid=30187 vsize=9824668 CPUtime=4.36 cores=1,3,5,7
/proc/30189/stat : 30189 (java) S 30187 30189 25418 0 -1 4202496 19128 0 1 0 428 8 0 0 20 0 22 0 254550922 10060460032 49389 33554432000 1073741824 1073778376 140736193936272 140736193927408 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30189/statm: 2456167 49389 2271 9 0 2446860 0
[pid=30189/tid=30191] ppid=30187 vsize=9824668 CPUtime=0.64 cores=1,3,5,7
/proc/30189/task/30191/stat : 30191 (java) S 30187 30189 25418 0 -1 4202560 2519 0 1 0 61 3 0 0 20 0 22 0 254550923 10060460032 49389 33554432000 1073741824 1073778376 140736193936272 139788999820280 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30189/tid=30192] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30192/stat : 30192 (java) S 30187 30189 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254550924 10060460032 49389 33554432000 1073741824 1073778376 140736193936272 139788843264424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30189/tid=30193] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30193/stat : 30193 (java) S 30187 30189 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254550924 10060460032 49389 33554432000 1073741824 1073778376 140736193936272 139788842211880 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30189/tid=30194] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30194/stat : 30194 (java) S 30187 30189 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254550924 10060460032 49389 33554432000 1073741824 1073778376 140736193936272 139788841158824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30189/tid=30195] ppid=30187 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/30189/task/30195/stat : 30195 (java) S 30187 30189 25418 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 254550924 10060460032 49389 33554432000 1073741824 1073778376 140736193936272 139788840106280 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30189/tid=30196] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30196/stat : 30196 (java) S 30187 30189 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254550924 10060460032 49389 33554432000 1073741824 1073778376 140736193936272 139788839054248 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30189/tid=30197] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30197/stat : 30197 (java) S 30187 30189 25418 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 254550924 10060460032 49389 33554432000 1073741824 1073778376 140736193936272 139788501904424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30189/tid=30198] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30198/stat : 30198 (java) S 30187 30189 25418 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254550924 10060460032 49389 33554432000 1073741824 1073778376 140736193936272 139788500851368 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30189/tid=30199] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30199/stat : 30199 (java) S 30187 30189 25418 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254550924 10060460032 49389 33554432000 1073741824 1073778376 140736193936272 139788499798824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30189/tid=30200] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30200/stat : 30200 (java) S 30187 30189 25418 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 254550925 10060460032 49389 33554432000 1073741824 1073778376 140736193936272 139788487600488 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30189/tid=30201] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30201/stat : 30201 (java) S 30187 30189 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254550926 10060460032 49389 33554432000 1073741824 1073778376 140736193936272 139788486546808 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30189/tid=30202] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30202/stat : 30202 (java) S 30187 30189 25418 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254550926 10060460032 49389 33554432000 1073741824 1073778376 140736193936272 139788485493640 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30189/tid=30203] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30203/stat : 30203 (java) S 30187 30189 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254550928 10060460032 49389 33554432000 1073741824 1073778376 140736193936272 139788484442384 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30189/tid=30204] ppid=30187 vsize=9824668 CPUtime=1.05 cores=1,3,5,7
/proc/30189/task/30204/stat : 30204 (java) S 30187 30189 25418 0 -1 4202560 10146 0 0 0 103 2 0 0 20 0 22 0 254550928 10060460032 49389 33554432000 1073741824 1073778376 140736193936272 139788483390264 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30189/tid=30205] ppid=30187 vsize=9824668 CPUtime=0.96 cores=1,3,5,7
/proc/30189/task/30205/stat : 30205 (java) S 30187 30189 25418 0 -1 4202560 5061 0 0 0 95 1 0 0 20 0 22 0 254550928 10060460032 49389 33554432000 1073741824 1073778376 140736193936272 139788482337720 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30189/tid=30206] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30206/stat : 30206 (java) S 30187 30189 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254550928 10060460032 49389 33554432000 1073741824 1073778376 140736193936272 139788481284856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30189/tid=30207] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30207/stat : 30207 (java) S 30187 30189 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254550928 10060460032 49389 33554432000 1073741824 1073778376 140736193936272 139788480232520 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30189/tid=30208] ppid=30187 vsize=9824668 CPUtime=0.77 cores=1,3,5,7
/proc/30189/task/30208/stat : 30208 (java) R 30187 30189 25418 0 -1 4202560 25 0 0 0 77 0 0 0 20 0 22 0 254550992 10060460032 49389 33554432000 1073741824 1073778376 140736193936272 139788479143656 139788855119132 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30189/tid=30209] ppid=30187 vsize=9824668 CPUtime=0.78 cores=1,3,5,7
/proc/30189/task/30209/stat : 30209 (java) R 30187 30189 25418 0 -1 4202560 71 0 0 0 78 0 0 0 20 0 22 0 254550992 10060460032 49389 33554432000 1073741824 1073778376 140736193936272 139788478091560 139788855134199 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30189/tid=30210] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30210/stat : 30210 (java) S 30187 30189 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254550995 10060460032 49389 33554432000 1073741824 1073778376 140736193936272 139788477039400 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30189/tid=30211] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30211/stat : 30211 (java) S 30187 30189 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254550995 10060460032 49389 33554432000 1073741824 1073778376 140736193936272 139788475986856 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 9824668

[startup+3.1008 s]
/proc/loadavg: 3.77 3.84 3.81 5/219 30211
/proc/meminfo: memFree=26752500/32873648 swapFree=6596/6596
[pid=30189] ppid=30187 vsize=9824668 CPUtime=7.85 cores=1,3,5,7
/proc/30189/stat : 30189 (java) S 30187 30189 25418 0 -1 4202496 19548 0 1 0 771 14 0 0 20 0 22 0 254550922 10060460032 89611 33554432000 1073741824 1073778376 140736193936272 140736193927408 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30189/statm: 2456167 89611 2271 9 0 2446860 0
[pid=30189/tid=30191] ppid=30187 vsize=9824668 CPUtime=0.64 cores=1,3,5,7
/proc/30189/task/30191/stat : 30191 (java) S 30187 30189 25418 0 -1 4202560 2519 0 1 0 61 3 0 0 20 0 22 0 254550923 10060460032 89611 33554432000 1073741824 1073778376 140736193936272 139788999820280 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30189/tid=30192] ppid=30187 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/30189/task/30192/stat : 30192 (java) S 30187 30189 25418 0 -1 4202560 67 0 0 0 3 1 0 0 20 0 22 0 254550924 10060460032 89611 33554432000 1073741824 1073778376 140736193936272 139788843264424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30189/tid=30193] ppid=30187 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/30189/task/30193/stat : 30193 (java) S 30187 30189 25418 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 254550924 10060460032 89611 33554432000 1073741824 1073778376 140736193936272 139788842211880 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30189/tid=30194] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30194/stat : 30194 (java) S 30187 30189 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254550924 10060460032 89611 33554432000 1073741824 1073778376 140736193936272 139788841158824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30189/tid=30195] ppid=30187 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/30189/task/30195/stat : 30195 (java) S 30187 30189 25418 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 254550924 10060460032 89611 33554432000 1073741824 1073778376 140736193936272 139788840106280 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30189/tid=30196] ppid=30187 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/30189/task/30196/stat : 30196 (java) S 30187 30189 25418 0 -1 4202560 43 0 0 0 1 0 0 0 20 0 22 0 254550924 10060460032 89611 33554432000 1073741824 1073778376 140736193936272 139788839054248 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30189/tid=30197] ppid=30187 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/30189/task/30197/stat : 30197 (java) S 30187 30189 25418 0 -1 4202560 60 0 0 0 2 1 0 0 20 0 22 0 254550924 10060460032 89611 33554432000 1073741824 1073778376 140736193936272 139788501904424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30189/tid=30198] ppid=30187 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/30189/task/30198/stat : 30198 (java) S 30187 30189 25418 0 -1 4202560 57 0 0 0 3 0 0 0 20 0 22 0 254550924 10060460032 89611 33554432000 1073741824 1073778376 140736193936272 139788500851368 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30189/tid=30199] ppid=30187 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/30189/task/30199/stat : 30199 (java) S 30187 30189 25418 0 -1 4202560 22 0 0 0 3 1 0 0 20 0 22 0 254550924 10060460032 89611 33554432000 1073741824 1073778376 140736193936272 139788499798824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30189/tid=30200] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30200/stat : 30200 (java) S 30187 30189 25418 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 254550925 10060460032 89611 33554432000 1073741824 1073778376 140736193936272 139788487600488 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30189/tid=30201] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30201/stat : 30201 (java) S 30187 30189 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254550926 10060460032 89611 33554432000 1073741824 1073778376 140736193936272 139788486546808 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30189/tid=30202] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30202/stat : 30202 (java) S 30187 30189 25418 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254550926 10060460032 89611 33554432000 1073741824 1073778376 140736193936272 139788485493640 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30189/tid=30203] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30203/stat : 30203 (java) S 30187 30189 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254550928 10060460032 89611 33554432000 1073741824 1073778376 140736193936272 139788484442384 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30189/tid=30204] ppid=30187 vsize=9824668 CPUtime=1.11 cores=1,3,5,7
/proc/30189/task/30204/stat : 30204 (java) R 30187 30189 25418 0 -1 4202560 10146 0 0 0 108 3 0 0 20 0 22 0 254550928 10060460032 89611 33554432000 1073741824 1073778376 140736193936272 139788483390264 212076650933 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30189/tid=30205] ppid=30187 vsize=9824668 CPUtime=1.11 cores=1,3,5,7
/proc/30189/task/30205/stat : 30205 (java) S 30187 30189 25418 0 -1 4202560 5072 0 0 0 110 1 0 0 20 0 22 0 254550928 10060460032 89611 33554432000 1073741824 1073778376 140736193936272 139788482337720 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30189/tid=30206] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30206/stat : 30206 (java) S 30187 30189 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254550928 10060460032 89611 33554432000 1073741824 1073778376 140736193936272 139788481284856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30189/tid=30207] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30207/stat : 30207 (java) S 30187 30189 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254550928 10060460032 89611 33554432000 1073741824 1073778376 140736193936272 139788480232520 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30189/tid=30208] ppid=30187 vsize=9824668 CPUtime=2.3 cores=1,3,5,7
/proc/30189/task/30208/stat : 30208 (java) R 30187 30189 25418 0 -1 4202560 28 0 0 0 230 0 0 0 20 0 22 0 254550992 10060460032 89611 33554432000 1073741824 1073778376 140736193936272 139788479142616 139788855227660 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30189/tid=30209] ppid=30187 vsize=9824668 CPUtime=2.3 cores=1,3,5,7
/proc/30189/task/30209/stat : 30209 (java) R 30187 30189 25418 0 -1 4202560 127 0 0 0 229 1 0 0 20 0 22 0 254550992 10060460032 89611 33554432000 1073741824 1073778376 140736193936272 139788478090760 212076641336 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30189/tid=30210] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30210/stat : 30210 (java) S 30187 30189 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254550995 10060460032 89611 33554432000 1073741824 1073778376 140736193936272 139788477039400 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30189/tid=30211] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30211/stat : 30211 (java) S 30187 30189 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254550995 10060460032 89611 33554432000 1073741824 1073778376 140736193936272 139788475986856 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.85
Current children cumulated vsize (KiB) 9824668

[startup+6.30083 s]
/proc/loadavg: 3.79 3.84 3.81 5/219 30211
/proc/meminfo: memFree=26401136/32873648 swapFree=6596/6596
[pid=30189] ppid=30187 vsize=9824668 CPUtime=14.9 cores=1,3,5,7
/proc/30189/stat : 30189 (java) S 30187 30189 25418 0 -1 4202496 22435 0 1 0 1466 24 0 0 20 0 22 0 254550922 10060460032 162378 33554432000 1073741824 1073778376 140736193936272 140736193927408 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30189/statm: 2456167 162378 2285 9 0 2446860 0
[pid=30189/tid=30191] ppid=30187 vsize=9824668 CPUtime=0.64 cores=1,3,5,7
/proc/30189/task/30191/stat : 30191 (java) S 30187 30189 25418 0 -1 4202560 2519 0 1 0 61 3 0 0 20 0 22 0 254550923 10060460032 162378 33554432000 1073741824 1073778376 140736193936272 139788999820280 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30189/tid=30192] ppid=30187 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/30189/task/30192/stat : 30192 (java) S 30187 30189 25418 0 -1 4202560 78 0 0 0 7 1 0 0 20 0 22 0 254550924 10060460032 162378 33554432000 1073741824 1073778376 140736193936272 139788843264424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30189/tid=30193] ppid=30187 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/30189/task/30193/stat : 30193 (java) S 30187 30189 25418 0 -1 4202560 21 0 0 0 3 1 0 0 20 0 22 0 254550924 10060460032 162378 33554432000 1073741824 1073778376 140736193936272 139788842211880 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30189/tid=30194] ppid=30187 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/30189/task/30194/stat : 30194 (java) S 30187 30189 25418 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 254550924 10060460032 162378 33554432000 1073741824 1073778376 140736193936272 139788841158824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30189/tid=30195] ppid=30187 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/30189/task/30195/stat : 30195 (java) S 30187 30189 25418 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 22 0 254550924 10060460032 162378 33554432000 1073741824 1073778376 140736193936272 139788840106280 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30189/tid=30196] ppid=30187 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/30189/task/30196/stat : 30196 (java) S 30187 30189 25418 0 -1 4202560 77 0 0 0 5 1 0 0 20 0 22 0 254550924 10060460032 162378 33554432000 1073741824 1073778376 140736193936272 139788839054248 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30189/tid=30197] ppid=30187 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/30189/task/30197/stat : 30197 (java) S 30187 30189 25418 0 -1 4202560 82 0 0 0 5 2 0 0 20 0 22 0 254550924 10060460032 162378 33554432000 1073741824 1073778376 140736193936272 139788501904424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30189/tid=30198] ppid=30187 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/30189/task/30198/stat : 30198 (java) S 30187 30189 25418 0 -1 4202560 72 0 0 0 7 2 0 0 20 0 22 0 254550924 10060460032 162378 33554432000 1073741824 1073778376 140736193936272 139788500851368 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30189/tid=30199] ppid=30187 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/30189/task/30199/stat : 30199 (java) S 30187 30189 25418 0 -1 4202560 39 0 0 0 6 2 0 0 20 0 22 0 254550924 10060460032 162378 33554432000 1073741824 1073778376 140736193936272 139788499798824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30189/tid=30200] ppid=30187 vsize=9824668 CPUtime=0.17 cores=1,3,5,7
/proc/30189/task/30200/stat : 30200 (java) S 30187 30189 25418 0 -1 4202560 489 0 0 0 17 0 0 0 20 0 22 0 254550925 10060460032 162378 33554432000 1073741824 1073778376 140736193936272 139788487600488 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30189/tid=30201] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30201/stat : 30201 (java) S 30187 30189 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254550926 10060460032 162378 33554432000 1073741824 1073778376 140736193936272 139788486546808 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30189/tid=30202] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30202/stat : 30202 (java) S 30187 30189 25418 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254550926 10060460032 162378 33554432000 1073741824 1073778376 140736193936272 139788485493640 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30189/tid=30203] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30203/stat : 30203 (java) S 30187 30189 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254550928 10060460032 162378 33554432000 1073741824 1073778376 140736193936272 139788484442384 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30189/tid=30204] ppid=30187 vsize=9824668 CPUtime=1.6 cores=1,3,5,7
/proc/30189/task/30204/stat : 30204 (java) S 30187 30189 25418 0 -1 4202560 12108 0 0 0 157 3 0 0 20 0 22 0 254550928 10060460032 162378 33554432000 1073741824 1073778376 140736193936272 139788483390264 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/30189/statm: 2456167 819349 2286 9 0 2446860 0
[pid=30189/tid=30191] ppid=30187 vsize=9824668 CPUtime=0.68 cores=1,3,5,7
/proc/30189/task/30191/stat : 30191 (java) S 30187 30189 25418 0 -1 4202560 2551 0 1 0 63 5 0 0 20 0 22 0 254550923 10060460032 819349 33554432000 1073741824 1073778376 140736193936272 139788999820280 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30189/tid=30192] ppid=30187 vsize=9824668 CPUtime=2.24 cores=1,3,5,7
/proc/30189/task/30192/stat : 30192 (java) S 30187 30189 25418 0 -1 4202560 548 0 0 0 213 11 0 0 20 0 22 0 254550924 10060460032 819349 33554432000 1073741824 1073778376 140736193936272 139788843264424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30189/tid=30193] ppid=30187 vsize=9824668 CPUtime=2.33 cores=1,3,5,7
/proc/30189/task/30193/stat : 30193 (java) S 30187 30189 25418 0 -1 4202560 420 0 0 0 223 10 0 0 20 0 22 0 254550924 10060460032 819349 33554432000 1073741824 1073778376 140736193936272 139788842211880 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30189/tid=30194] ppid=30187 vsize=9824668 CPUtime=2.53 cores=1,3,5,7
/proc/30189/task/30194/stat : 30194 (java) S 30187 30189 25418 0 -1 4202560 466 0 0 0 242 11 0 0 20 0 22 0 254550924 10060460032 819349 33554432000 1073741824 1073778376 140736193936272 139788841158824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30189/tid=30195] ppid=30187 vsize=9824668 CPUtime=2.58 cores=1,3,5,7
/proc/30189/task/30195/stat : 30195 (java) S 30187 30189 25418 0 -1 4202560 376 0 0 0 246 12 0 0 20 0 22 0 254550924 10060460032 819349 33554432000 1073741824 1073778376 140736193936272 139788840106280 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30189/tid=30196] ppid=30187 vsize=9824668 CPUtime=2.5 cores=1,3,5,7
/proc/30189/task/30196/stat : 30196 (java) S 30187 30189 25418 0 -1 4202560 423 0 0 0 239 11 0 0 20 0 22 0 254550924 10060460032 819349 33554432000 1073741824 1073778376 140736193936272 139788839054248 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30189/tid=30197] ppid=30187 vsize=9824668 CPUtime=2.4 cores=1,3,5,7
/proc/30189/task/30197/stat : 30197 (java) S 30187 30189 25418 0 -1 4202560 539 0 0 0 228 12 0 0 20 0 22 0 254550924 10060460032 819349 33554432000 1073741824 1073778376 140736193936272 139788501904424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30189/tid=30198] ppid=30187 vsize=9824668 CPUtime=2.56 cores=1,3,5,7
/proc/30189/task/30198/stat : 30198 (java) S 30187 30189 25418 0 -1 4202560 546 0 0 0 242 14 0 0 20 0 22 0 254550924 10060460032 819349 33554432000 1073741824 1073778376 140736193936272 139788500851368 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30189/tid=30199] ppid=30187 vsize=9824668 CPUtime=2.44 cores=1,3,5,7
/proc/30189/task/30199/stat : 30199 (java) S 30187 30189 25418 0 -1 4202560 363 0 0 0 234 10 0 0 20 0 22 0 254550924 10060460032 819349 33554432000 1073741824 1073778376 140736193936272 139788499798824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30189/tid=30200] ppid=30187 vsize=9824668 CPUtime=46.17 cores=1,3,5,7
/proc/30189/task/30200/stat : 30200 (java) S 30187 30189 25418 0 -1 4202560 3287 0 0 0 4602 15 0 0 20 0 22 0 254550925 10060460032 819349 33554432000 1073741824 1073778376 140736193936272 139788487600488 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30189/tid=30201] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30201/stat : 30201 (java) S 30187 30189 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254550926 10060460032 819349 33554432000 1073741824 1073778376 140736193936272 139788486546808 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30189/tid=30202] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30202/stat : 30202 (java) S 30187 30189 25418 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254550926 10060460032 819349 33554432000 1073741824 1073778376 140736193936272 139788485493640 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30189/tid=30203] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30203/stat : 30203 (java) S 30187 30189 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254550928 10060460032 819349 33554432000 1073741824 1073778376 140736193936272 139788484442384 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30189/tid=30204] ppid=30187 vsize=9824668 CPUtime=1.74 cores=1,3,5,7
/proc/30189/task/30204/stat : 30204 (java) S 30187 30189 25418 0 -1 4202560 12111 0 0 0 171 3 0 0 20 0 22 0 254550928 10060460032 819349 33554432000 1073741824 1073778376 140736193936272 139788483390264 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30189/tid=30205] ppid=30187 vsize=9824668 CPUtime=1.84 cores=1,3,5,7
/proc/30189/task/30205/stat : 30205 (java) S 30187 30189 25418 0 -1 4202560 8244 0 0 0 182 2 0 0 20 0 22 0 254550928 10060460032 819349 33554432000 1073741824 1073778376 140736193936272 139788482337720 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30189/tid=30206] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30206/stat : 30206 (java) S 30187 30189 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254550928 10060460032 819349 33554432000 1073741824 1073778376 140736193936272 139788481284856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30189/tid=30207] ppid=30187 vsize=9824668 CPUtime=0.28 cores=1,3,5,7
/proc/30189/task/30207/stat : 30207 (java) S 30187 30189 25418 0 -1 4202560 47 0 0 0 12 16 0 0 20 0 22 0 254550928 10060460032 819349 33554432000 1073741824 1073778376 140736193936272 139788480232520 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30189/tid=30208] ppid=30187 vsize=9824668 CPUtime=767.92 cores=1,3,5,7
/proc/30189/task/30208/stat : 30208 (java) R 30187 30189 25418 0 -1 4202560 114 0 0 0 76779 13 0 0 20 0 22 0 254550992 10060460032 819349 33554432000 1073741824 1073778376 140736193936272 139788479143328 139788854857820 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30189/tid=30209] ppid=30187 vsize=9824668 CPUtime=767.92 cores=1,3,5,7
/proc/30189/task/30209/stat : 30209 (java) R 30187 30189 25418 0 -1 4202560 2316 0 0 0 76742 50 0 0 20 0 22 0 254550992 10060460032 819349 33554432000 1073741824 1073778376 140736193936272 139788478089840 139788855072107 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30189/tid=30210] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30210/stat : 30210 (java) S 30187 30189 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254550995 10060460032 819349 33554432000 1073741824 1073778376 140736193936272 139788477039400 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30189/tid=30211] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30211/stat : 30211 (java) S 30187 30189 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254550995 10060460032 819349 33554432000 1073741824 1073778376 140736193936272 139788475986856 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1610.22
Current children cumulated vsize (KiB) 9824668

[startup+882.307 s]
/proc/loadavg: 3.90 3.86 3.82 5/219 30289
/proc/meminfo: memFree=24893056/32873648 swapFree=6596/6596
[pid=30189] ppid=30187 vsize=9824668 CPUtime=1726.74 cores=1,3,5,7
/proc/30189/stat : 30189 (java) S 30187 30189 25418 0 -1 4202496 33848 0 1 0 172490 184 0 0 20 0 22 0 254550922 10060460032 836425 33554432000 1073741824 1073778376 140736193936272 140736193927408 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30189/statm: 2456167 836425 2286 9 0 2446860 0
[pid=30189/tid=30191] ppid=30187 vsize=9824668 CPUtime=0.68 cores=1,3,5,7
/proc/30189/task/30191/stat : 30191 (java) S 30187 30189 25418 0 -1 4202560 2553 0 1 0 63 5 0 0 20 0 22 0 254550923 10060460032 836425 33554432000 1073741824 1073778376 140736193936272 139788999820280 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30189/tid=30192] ppid=30187 vsize=9824668 CPUtime=2.45 cores=1,3,5,7
/proc/30189/task/30192/stat : 30192 (java) S 30187 30189 25418 0 -1 4202560 588 0 0 0 233 12 0 0 20 0 22 0 254550924 10060460032 836425 33554432000 1073741824 1073778376 140736193936272 139788843264424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30189/tid=30193] ppid=30187 vsize=9824668 CPUtime=2.45 cores=1,3,5,7
/proc/30189/task/30193/stat : 30193 (java) S 30187 30189 25418 0 -1 4202560 437 0 0 0 235 10 0 0 20 0 22 0 254550924 10060460032 836425 33554432000 1073741824 1073778376 140736193936272 139788842211880 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30189/tid=30194] ppid=30187 vsize=9824668 CPUtime=2.68 cores=1,3,5,7
/proc/30189/task/30194/stat : 30194 (java) S 30187 30189 25418 0 -1 4202560 493 0 0 0 257 11 0 0 20 0 22 0 254550924 10060460032 836425 33554432000 1073741824 1073778376 140736193936272 139788841158824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30189/tid=30195] ppid=30187 vsize=9824668 CPUtime=2.78 cores=1,3,5,7
/proc/30189/task/30195/stat : 30195 (java) S 30187 30189 25418 0 -1 4202560 415 0 0 0 266 12 0 0 20 0 22 0 254550924 10060460032 836425 33554432000 1073741824 1073778376 140736193936272 139788840106280 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30189/tid=30196] ppid=30187 vsize=9824668 CPUtime=2.76 cores=1,3,5,7
/proc/30189/task/30196/stat : 30196 (java) S 30187 30189 25418 0 -1 4202560 462 0 0 0 264 12 0 0 20 0 22 0 254550924 10060460032 836425 33554432000 1073741824 1073778376 140736193936272 139788839054248 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30189/tid=30197] ppid=30187 vsize=9824668 CPUtime=2.57 cores=1,3,5,7
/proc/30189/task/30197/stat : 30197 (java) S 30187 30189 25418 0 -1 4202560 557 0 0 0 245 12 0 0 20 0 22 0 254550924 10060460032 836425 33554432000 1073741824 1073778376 140736193936272 139788501904424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30189/tid=30198] ppid=30187 vsize=9824668 CPUtime=2.86 cores=1,3,5,7
/proc/30189/task/30198/stat : 30198 (java) S 30187 30189 25418 0 -1 4202560 589 0 0 0 271 15 0 0 20 0 22 0 254550924 10060460032 836425 33554432000 1073741824 1073778376 140736193936272 139788500851368 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30189/tid=30199] ppid=30187 vsize=9824668 CPUtime=2.6 cores=1,3,5,7
/proc/30189/task/30199/stat : 30199 (java) S 30187 30189 25418 0 -1 4202560 382 0 0 0 250 10 0 0 20 0 22 0 254550924 10060460032 836425 33554432000 1073741824 1073778376 140736193936272 139788499798824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30189/tid=30200] ppid=30187 vsize=9824668 CPUtime=50.4 cores=1,3,5,7
/proc/30189/task/30200/stat : 30200 (java) S 30187 30189 25418 0 -1 4202560 3342 0 0 0 5024 16 0 0 20 0 22 0 254550925 10060460032 836425 33554432000 1073741824 1073778376 140736193936272 139788487600488 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30189/tid=30201] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30201/stat : 30201 (java) S 30187 30189 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254550926 10060460032 836425 33554432000 1073741824 1073778376 140736193936272 139788486546808 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30189/tid=30202] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30202/stat : 30202 (java) S 30187 30189 25418 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254550926 10060460032 836425 33554432000 1073741824 1073778376 140736193936272 139788485493640 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30189/tid=30203] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30203/stat : 30203 (java) S 30187 30189 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254550928 10060460032 836425 33554432000 1073741824 1073778376 140736193936272 139788484442384 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30189/tid=30204] ppid=30187 vsize=9824668 CPUtime=1.74 cores=1,3,5,7
/proc/30189/task/30204/stat : 30204 (java) S 30187 30189 25418 0 -1 4202560 12111 0 0 0 171 3 0 0 20 0 22 0 254550928 10060460032 836425 33554432000 1073741824 1073778376 140736193936272 139788483390264 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30189/tid=30205] ppid=30187 vsize=9824668 CPUtime=1.84 cores=1,3,5,7
/proc/30189/task/30205/stat : 30205 (java) S 30187 30189 25418 0 -1 4202560 8244 0 0 0 182 2 0 0 20 0 22 0 254550928 10060460032 836425 33554432000 1073741824 1073778376 140736193936272 139788482337720 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30189/tid=30206] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30206/stat : 30206 (java) S 30187 30189 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254550928 10060460032 836425 33554432000 1073741824 1073778376 140736193936272 139788481284856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30189/tid=30207] ppid=30187 vsize=9824668 CPUtime=0.31 cores=1,3,5,7
/proc/30189/task/30207/stat : 30207 (java) S 30187 30189 25418 0 -1 4202560 51 0 0 0 13 18 0 0 20 0 22 0 254550928 10060460032 836425 33554432000 1073741824 1073778376 140736193936272 139788480232520 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30189/tid=30208] ppid=30187 vsize=9824668 CPUtime=823.13 cores=1,3,5,7
/proc/30189/task/30208/stat : 30208 (java) R 30187 30189 25418 0 -1 4202560 116 0 0 0 82299 14 0 0 20 0 22 0 254550992 10060460032 836425 33554432000 1073741824 1073778376 140736193936272 139788479142496 139788855227792 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30189/tid=30209] ppid=30187 vsize=9824668 CPUtime=823.12 cores=1,3,5,7
/proc/30189/task/30209/stat : 30209 (java) R 30187 30189 25418 0 -1 4202560 2320 0 0 0 82260 52 0 0 20 0 22 0 254550992 10060460032 836425 33554432000 1073741824 1073778376 140736193936272 139788478090624 139788854902981 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30189/tid=30210] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30210/stat : 30210 (java) S 30187 30189 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254550995 10060460032 836425 33554432000 1073741824 1073778376 140736193936272 139788477039400 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30189/tid=30211] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30211/stat : 30211 (java) S 30187 30189 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254550995 10060460032 836425 33554432000 1073741824 1073778376 140736193936272 139788475986856 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1726.74
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+919.707 s]
/proc/loadavg: 3.95 3.87 3.83 5/219 30289
/proc/meminfo: memFree=24662404/32873648 swapFree=6596/6596
[pid=30189] ppid=30187 vsize=9824668 CPUtime=1800.03 cores=1,3,5,7
/proc/30189/stat : 30189 (java) S 30187 30189 25418 0 -1 4202496 34431 0 1 0 179818 185 0 0 20 0 22 0 254550922 10060460032 845165 33554432000 1073741824 1073778376 140736193936272 140736193927408 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30189/statm: 2456167 845165 2286 9 0 2446860 0
[pid=30189/tid=30191] ppid=30187 vsize=9824668 CPUtime=0.68 cores=1,3,5,7
/proc/30189/task/30191/stat : 30191 (java) S 30187 30189 25418 0 -1 4202560 2554 0 1 0 63 5 0 0 20 0 22 0 254550923 10060460032 845165 33554432000 1073741824 1073778376 140736193936272 139788999820280 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30189/tid=30192] ppid=30187 vsize=9824668 CPUtime=2.51 cores=1,3,5,7
/proc/30189/task/30192/stat : 30192 (java) S 30187 30189 25418 0 -1 4202560 992 0 0 0 239 12 0 0 20 0 22 0 254550924 10060460032 845165 33554432000 1073741824 1073778376 140736193936272 139788843264424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30189/tid=30193] ppid=30187 vsize=9824668 CPUtime=2.49 cores=1,3,5,7
/proc/30189/task/30193/stat : 30193 (java) S 30187 30189 25418 0 -1 4202560 466 0 0 0 239 10 0 0 20 0 22 0 254550924 10060460032 845165 33554432000 1073741824 1073778376 140736193936272 139788842211880 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30189/tid=30194] ppid=30187 vsize=9824668 CPUtime=2.72 cores=1,3,5,7
/proc/30189/task/30194/stat : 30194 (java) S 30187 30189 25418 0 -1 4202560 518 0 0 0 261 11 0 0 20 0 22 0 254550924 10060460032 845165 33554432000 1073741824 1073778376 140736193936272 139788841158824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30189/tid=30195] ppid=30187 vsize=9824668 CPUtime=2.86 cores=1,3,5,7
/proc/30189/task/30195/stat : 30195 (java) S 30187 30189 25418 0 -1 4202560 489 0 0 0 273 13 0 0 20 0 22 0 254550924 10060460032 845165 33554432000 1073741824 1073778376 140736193936272 139788840106280 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30189/tid=30196] ppid=30187 vsize=9824668 CPUtime=2.81 cores=1,3,5,7
/proc/30189/task/30196/stat : 30196 (java) S 30187 30189 25418 0 -1 4202560 462 0 0 0 269 12 0 0 20 0 22 0 254550924 10060460032 845165 33554432000 1073741824 1073778376 140736193936272 139788839054248 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30189/tid=30197] ppid=30187 vsize=9824668 CPUtime=2.61 cores=1,3,5,7
/proc/30189/task/30197/stat : 30197 (java) S 30187 30189 25418 0 -1 4202560 563 0 0 0 249 12 0 0 20 0 22 0 254550924 10060460032 845165 33554432000 1073741824 1073778376 140736193936272 139788501904424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30189/tid=30198] ppid=30187 vsize=9824668 CPUtime=2.94 cores=1,3,5,7
/proc/30189/task/30198/stat : 30198 (java) S 30187 30189 25418 0 -1 4202560 592 0 0 0 279 15 0 0 20 0 22 0 254550924 10060460032 845165 33554432000 1073741824 1073778376 140736193936272 139788500851368 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30189/tid=30199] ppid=30187 vsize=9824668 CPUtime=2.64 cores=1,3,5,7
/proc/30189/task/30199/stat : 30199 (java) S 30187 30189 25418 0 -1 4202560 384 0 0 0 254 10 0 0 20 0 22 0 254550924 10060460032 845165 33554432000 1073741824 1073778376 140736193936272 139788499798824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30189/tid=30200] ppid=30187 vsize=9824668 CPUtime=52.1 cores=1,3,5,7
/proc/30189/task/30200/stat : 30200 (java) S 30187 30189 25418 0 -1 4202560 3378 0 0 0 5194 16 0 0 20 0 22 0 254550925 10060460032 845165 33554432000 1073741824 1073778376 140736193936272 139788487600488 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30189/tid=30201] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30201/stat : 30201 (java) S 30187 30189 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254550926 10060460032 845165 33554432000 1073741824 1073778376 140736193936272 139788486546808 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30189/tid=30202] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30202/stat : 30202 (java) S 30187 30189 25418 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254550926 10060460032 845165 33554432000 1073741824 1073778376 140736193936272 139788485493640 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30189/tid=30203] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30203/stat : 30203 (java) S 30187 30189 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254550928 10060460032 845165 33554432000 1073741824 1073778376 140736193936272 139788484442384 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30189/tid=30204] ppid=30187 vsize=9824668 CPUtime=1.74 cores=1,3,5,7
/proc/30189/task/30204/stat : 30204 (java) S 30187 30189 25418 0 -1 4202560 12111 0 0 0 171 3 0 0 20 0 22 0 254550928 10060460032 845165 33554432000 1073741824 1073778376 140736193936272 139788483390264 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30189/tid=30205] ppid=30187 vsize=9824668 CPUtime=1.84 cores=1,3,5,7
/proc/30189/task/30205/stat : 30205 (java) S 30187 30189 25418 0 -1 4202560 8244 0 0 0 182 2 0 0 20 0 22 0 254550928 10060460032 845165 33554432000 1073741824 1073778376 140736193936272 139788482337720 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30189/tid=30206] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30206/stat : 30206 (java) S 30187 30189 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254550928 10060460032 845165 33554432000 1073741824 1073778376 140736193936272 139788481284856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30189/tid=30207] ppid=30187 vsize=9824668 CPUtime=0.32 cores=1,3,5,7
/proc/30189/task/30207/stat : 30207 (java) S 30187 30189 25418 0 -1 4202560 53 0 0 0 13 19 0 0 20 0 22 0 254550928 10060460032 845165 33554432000 1073741824 1073778376 140736193936272 139788480232520 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30189/tid=30208] ppid=30187 vsize=9824668 CPUtime=858.62 cores=1,3,5,7
/proc/30189/task/30208/stat : 30208 (java) R 30187 30189 25418 0 -1 4202560 117 0 0 0 85847 15 0 0 20 0 22 0 254550992 10060460032 845165 33554432000 1073741824 1073778376 140736193936272 139788479143328 139788855227787 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30189/tid=30209] ppid=30187 vsize=9824668 CPUtime=858.61 cores=1,3,5,7
/proc/30189/task/30209/stat : 30209 (java) R 30187 30189 25418 0 -1 4202560 2320 0 0 0 85808 53 0 0 20 0 22 0 254550992 10060460032 845165 33554432000 1073741824 1073778376 140736193936272 139788478089840 139788855437979 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30189/tid=30210] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30210/stat : 30210 (java) S 30187 30189 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254550995 10060460032 845165 33554432000 1073741824 1073778376 140736193936272 139788477039400 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30189/tid=30211] ppid=30187 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30189/task/30211/stat : 30211 (java) S 30187 30189 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254550995 10060460032 845165 33554432000 1073741824 1073778376 140736193936272 139788475986856 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 30189 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=730311
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=251657
# CPU time returned by wait4() is 1795.98
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 919.779
CPU time (s): 1800.03
CPU user time (s): 1798.18
CPU system time (s): 1.85
CPU usage (%): 195.702
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.73
system time used= 2.25166
maximum resident set size= 3380780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34462
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= 25532
involuntary context switches= 40103

runsolver used 3.9324 second user time and 7.63184 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-24 20:31:04
IDJOB=3689688
IDBENCH=90188
IDSOLVER=2268
FILE ID=node148/3689688-1337884264
RUNJOBID= node148-1337871865-25435
PBS_JOBID= 14620056
Free space on /tmp= 71700 MiB

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

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

MD5SUM BENCH= c7b1775204389f0c59bc1b934de7e2c1
RANDOM SEED=1450489011

node148.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.284
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.56
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.284
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.94
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.284
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		: 2667.284
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		: 2667.284
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.90
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.284
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.284
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.90
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.284
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26963024 kB
Buffers:          243456 kB
Cached:          2617808 kB
SwapCached:            0 kB
Active:          2703072 kB
Inactive:        2420520 kB
Active(anon):    2264032 kB
Inactive(anon):      380 kB
Active(file):     439040 kB
Inactive(file):  2420140 kB
Unevictable:        6596 kB
Mlocked:            6596 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2140 kB
Writeback:             0 kB
AnonPages:       2267644 kB
Mapped:            22632 kB
Shmem:               200 kB
Slab:             646192 kB
SReclaimable:      90484 kB
SUnreclaim:       555708 kB
KernelStack:        1616 kB
PageTables:         9004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2452908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2203648 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= 71700 MiB
End job on node148 at 2012-05-24 20:46:26