Trace number 3689624

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.79 921.76

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K89.opb
MD5SUM30c9df0e6d94fba856558f98ad1383d9
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 variables6052
Total number of constraints6232
Number of constraints which are clauses6143
Number of constraints which are cardinality constraints (but not clauses)89
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint89
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 90
Number of bits of the biggest sum of numbers7
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3689624-1337883665.opb
0.11/0.10	c reading problem ... 
0.83/0.43	c ... done. Wall clock time 0.331s.
0.83/0.43	c declared #vars     6052
0.83/0.43	c #constraints  6232
0.83/0.43	c constraints type 
0.83/0.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4997
0.83/0.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 89
0.83/0.43	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.83/0.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1144
0.83/0.43	c 6232 constraints processed.
0.83/0.43	c constraints type 
0.83/0.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1144
0.83/0.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4997
0.83/0.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 89
0.83/0.43	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.83/0.43	c 6232 constraints processed.
4.34/1.50	c cleaning 2489 clauses out of 4995 with flag 5003/5003
6.50/2.58	c cleaning 4233 clauses out of 8495 with flag 11000/11000
9.11/3.87	c cleaning 5602 clauses out of 11260 with flag 18000/18000
11.87/5.20	c cleaning 6792 clauses out of 13657 with flag 26001/26001
15.23/6.94	c cleaning 7895 clauses out of 15863 with flag 35001/35001
18.97/8.90	c cleaning 8979 clauses out of 17967 with flag 45001/45001
23.52/11.17	c cleaning 9915 clauses out of 19987 with flag 56000/56000
28.19/13.57	c cleaning 10928 clauses out of 22070 with flag 68000/68000
34.38/16.71	c cleaning 11804 clauses out of 24143 with flag 81001/81001
40.88/20.06	c cleaning 13116 clauses out of 26331 with flag 95000/95000
46.93/23.12	c cleaning 14024 clauses out of 28214 with flag 110000/110000
54.74/27.13	c cleaning 14996 clauses out of 30191 with flag 126002/126002
61.23/30.52	c cleaning 16002 clauses out of 32193 with flag 143000/143000
68.41/34.22	c cleaning 16919 clauses out of 34191 with flag 161002/161002
76.18/38.25	c cleaning 17985 clauses out of 36272 with flag 180002/180002
88.14/44.37	c cleaning 19042 clauses out of 38285 with flag 200000/200000
97.54/49.29	c cleaning 19967 clauses out of 40242 with flag 221000/221000
108.25/54.79	c cleaning 20924 clauses out of 42273 with flag 243000/243000
120.96/61.26	c cleaning 22042 clauses out of 44350 with flag 266001/266001
138.53/70.11	c cleaning 22912 clauses out of 46308 with flag 290001/290001
152.98/77.62	c cleaning 23943 clauses out of 48395 with flag 315001/315001
164.81/83.77	c cleaning 25096 clauses out of 50451 with flag 341000/341000
178.78/90.95	c cleaning 26122 clauses out of 52355 with flag 368000/368000
195.52/99.59	c cleaning 26863 clauses out of 54233 with flag 396000/396000
217.83/111.06	c cleaning 28023 clauses out of 56369 with flag 425001/425001
238.38/121.57	c cleaning 0 clauses out of 5004 with flag 0/5004
249.57/127.30	c cleaning 29007 clauses out of 58345 with flag 455000/455000
268.78/137.39	c cleaning 30066 clauses out of 60339 with flag 486001/486001
285.79/146.53	c cleaning 30897 clauses out of 62274 with flag 518003/518003
310.77/160.36	c cleaning 31931 clauses out of 64374 with flag 551000/551000
343.37/176.85	c cleaning 32955 clauses out of 66443 with flag 585000/585000
367.75/189.51	c cleaning 33918 clauses out of 68488 with flag 620000/620000
389.66/200.81	c cleaning 34772 clauses out of 70572 with flag 656002/656002
413.97/213.38	c cleaning 36149 clauses out of 72800 with flag 693002/693002
438.26/225.81	c cleaning 36972 clauses out of 74654 with flag 731005/731005
464.03/239.34	c cleaning 37631 clauses out of 76678 with flag 770001/770001
506.37/260.82	c cleaning 39032 clauses out of 79048 with flag 810002/810002
541.69/278.84	c cleaning 39421 clauses out of 81016 with flag 851002/851002
578.02/297.36	c cleaning 40548 clauses out of 83592 with flag 893000/893000
614.27/316.14	c cleaning 42056 clauses out of 86043 with flag 936000/936000
655.70/337.22	c cleaning 42490 clauses out of 87987 with flag 980000/980000
692.64/356.13	c cleaning 43164 clauses out of 90499 with flag 1025002/1025002
755.60/388.93	c cleaning 44869 clauses out of 93333 with flag 1071000/1071000
791.65/407.35	c cleaning 45504 clauses out of 95467 with flag 1118003/1118003
821.15/422.68	c cleaning 46508 clauses out of 97960 with flag 1166000/1166000
878.22/451.65	c cleaning 47709 clauses out of 100452 with flag 1215000/1215000
922.40/474.64	c cleaning 48091 clauses out of 102743 with flag 1265000/1265000
981.84/504.87	c cleaning 49223 clauses out of 105652 with flag 1316001/1316001
1069.88/549.22	c cleaning 50456 clauses out of 108428 with flag 1368000/1368000
1139.80/584.84	c cleaning 51609 clauses out of 110973 with flag 1421001/1421001
1226.25/628.90	c cleaning 53031 clauses out of 113363 with flag 1475000/1475000
1332.49/682.46	c cleaning 54198 clauses out of 115332 with flag 1530000/1530000
1387.97/710.83	c cleaning 55010 clauses out of 117135 with flag 1586001/1586001
1449.91/742.48	c cleaning 55815 clauses out of 119124 with flag 1643000/1643000
1508.62/772.95	c cleaning 56807 clauses out of 121309 with flag 1701000/1701000
1588.14/813.23	c cleaning 57405 clauses out of 123502 with flag 1760000/1760000
1716.92/877.98	c cleaning 59474 clauses out of 126097 with flag 1820000/1820000
1791.52/915.97	c cleaning 59460 clauses out of 127623 with flag 1881000/1881000
1800.15/921.71	c starts		: 209
1800.15/921.71	c conflicts		: 1888600
1800.15/921.71	c decisions		: 13300362
1800.15/921.71	c propagations		: 619441137
1800.15/921.71	c inspects		: 2752350810
1800.15/921.71	c shortcuts		: 0
1800.15/921.71	c learnt literals	: 46
1800.15/921.71	c learnt binary clauses	: 58192
1800.15/921.71	c learnt ternary clauses	: 69742
1800.15/921.71	c learnt constraints	: 1888553
1800.15/921.71	c ignored constraints	: 0
1800.15/921.71	c root simplifications	: 0
1800.15/921.71	c removed literals (reason simplification)	: 67464205
1800.15/921.71	c reason swapping (by a shorter reason)	: 0
1800.15/921.71	c Calls to reduceDB	: 57
1800.15/921.71	c number of reductions to clauses (during analyze)	: 0
1800.15/921.71	c number of learned constraints concerned by reduction	: 0
1800.15/921.71	c number of learning phase by resolution	: 0
1800.15/921.71	c number of learning phase by cutting planes	: 0
1800.15/921.71	c speed (assignments/second)	: 672388.3582721397
1800.15/921.71	c non guided choices	5324
1800.15/921.74	c learnt constraints type 
1800.15/921.74	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 58195
1800.15/921.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 17614
1800.15/921.74	c constraints type 
1800.15/921.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4997
1800.15/921.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 89
1800.15/921.74	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.15/921.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1144
1800.15/921.74	c 6232 constraints processed.
1800.15/921.74	c constraints type 
1800.15/921.74	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1144
1800.15/921.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4997
1800.15/921.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 89
1800.15/921.74	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.15/921.74	c 6232 constraints processed.
1800.15/921.74	s UNKNOWN
1800.15/921.74	c Total wall clock time (in seconds): 921.639

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-3689624-1337883665/watcher-3689624-1337883665 -o /tmp/evaluation-result-3689624-1337883665/solver-3689624-1337883665 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689624-1337883665.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.84 3.95 3.76 4/197 27454
/proc/meminfo: memFree=26862052/32873648 swapFree=6864/6864
[pid=27454] ppid=27452 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/27454/stat : 27454 (java) R 27452 27454 22184 0 -1 4202496 988 0 0 0 0 0 0 0 20 0 1 0 254492468 23793664 715 33554432000 1073741824 1073778376 140737307675728 140737307664792 226075120202 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27454/statm: 5809 715 530 9 0 128 0

[startup+0.101554 s]
/proc/loadavg: 3.84 3.95 3.76 4/197 27454
/proc/meminfo: memFree=26862052/32873648 swapFree=6864/6864
[pid=27454] ppid=27452 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/27454/stat : 27454 (java) S 27452 27454 22184 0 -1 4202496 4491 0 1 0 10 1 0 0 20 0 18 0 254492468 9787813888 6186 33554432000 1073741824 1073778376 140737307675728 140737307666864 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27454/statm: 2389603 6186 2142 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.200199 s]
/proc/loadavg: 3.84 3.95 3.76 4/197 27454
/proc/meminfo: memFree=26862052/32873648 swapFree=6864/6864
[pid=27454] ppid=27452 vsize=9558412 CPUtime=0.31 cores=1,3,5,7
/proc/27454/stat : 27454 (java) S 27452 27454 22184 0 -1 4202496 6656 0 1 0 30 1 0 0 20 0 18 0 254492468 9787813888 8201 33554432000 1073741824 1073778376 140737307675728 140737307666864 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27454/statm: 2389603 8202 2206 9 0 2380296 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558412

[startup+0.300199 s]
/proc/loadavg: 3.84 3.95 3.76 4/197 27454
/proc/meminfo: memFree=26862052/32873648 swapFree=6864/6864
[pid=27454] ppid=27452 vsize=9558412 CPUtime=0.59 cores=1,3,5,7
/proc/27454/stat : 27454 (java) S 27452 27454 22184 0 -1 4202496 7447 0 1 0 57 2 0 0 20 0 18 0 254492468 9787813888 10415 33554432000 1073741824 1073778376 140737307675728 140737307666864 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27454/statm: 2389603 10415 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9558412

[startup+0.700194 s]
/proc/loadavg: 3.84 3.95 3.76 4/197 27454
/proc/meminfo: memFree=26862052/32873648 swapFree=6864/6864
[pid=27454] ppid=27452 vsize=9824668 CPUtime=1.98 cores=1,3,5,7
/proc/27454/stat : 27454 (java) S 27452 27454 22184 0 -1 4202496 14348 0 1 0 194 4 0 0 20 0 22 0 254492468 10060460032 22407 33554432000 1073741824 1073778376 140737307675728 140737307666864 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27454/statm: 2456167 22407 2255 9 0 2446860 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 9824668

[startup+1.50072 s]
/proc/loadavg: 3.84 3.95 3.76 6/219 27476
/proc/meminfo: memFree=26750496/32873648 swapFree=6864/6864
[pid=27454] ppid=27452 vsize=9824668 CPUtime=4.34 cores=1,3,5,7
/proc/27454/stat : 27454 (java) S 27452 27454 22184 0 -1 4202496 15430 0 1 0 428 6 0 0 20 0 22 0 254492468 10060460032 46507 33554432000 1073741824 1073778376 140737307675728 140737307666864 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27454/statm: 2456167 46507 2278 9 0 2446860 0
[pid=27454/tid=27456] ppid=27452 vsize=9824668 CPUtime=0.41 cores=1,3,5,7
/proc/27454/task/27456/stat : 27456 (java) S 27452 27454 22184 0 -1 4202560 2476 0 1 0 39 2 0 0 20 0 22 0 254492469 10060460032 46507 33554432000 1073741824 1073778376 140737307675728 140315482612728 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27454/tid=27457] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27457/stat : 27457 (java) S 27452 27454 22184 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254492469 10060460032 46507 33554432000 1073741824 1073778376 140737307675728 140315444103464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27454/tid=27458] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27458/stat : 27458 (java) S 27452 27454 22184 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254492469 10060460032 46507 33554432000 1073741824 1073778376 140737307675728 140315443050664 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27454/tid=27459] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27459/stat : 27459 (java) S 27452 27454 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254492469 10060460032 46507 33554432000 1073741824 1073778376 140737307675728 140315441998376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27454/tid=27460] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27460/stat : 27460 (java) S 27452 27454 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254492469 10060460032 46507 33554432000 1073741824 1073778376 140737307675728 140315323263400 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27454/tid=27461] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27461/stat : 27461 (java) S 27452 27454 22184 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254492469 10060460032 46507 33554432000 1073741824 1073778376 140737307675728 140315322211112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27454/tid=27462] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27462/stat : 27462 (java) S 27452 27454 22184 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 254492469 10060460032 46507 33554432000 1073741824 1073778376 140737307675728 140315321158312 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27454/tid=27463] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27463/stat : 27463 (java) S 27452 27454 22184 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254492469 10060460032 46507 33554432000 1073741824 1073778376 140737307675728 140315320106024 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27454/tid=27464] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27464/stat : 27464 (java) S 27452 27454 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254492469 10060460032 46507 33554432000 1073741824 1073778376 140737307675728 140315319053224 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27454/tid=27465] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27465/stat : 27465 (java) S 27452 27454 22184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254492470 10060460032 46507 33554432000 1073741824 1073778376 140737307675728 140314836723944 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27454/tid=27466] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27466/stat : 27466 (java) S 27452 27454 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254492471 10060460032 46507 33554432000 1073741824 1073778376 140737307675728 140314835670008 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27454/tid=27467] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27467/stat : 27467 (java) S 27452 27454 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254492471 10060460032 46507 33554432000 1073741824 1073778376 140737307675728 140314834617608 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27454/tid=27468] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27468/stat : 27468 (java) S 27452 27454 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254492473 10060460032 46507 33554432000 1073741824 1073778376 140737307675728 140314833566096 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27454/tid=27469] ppid=27452 vsize=9824668 CPUtime=0.95 cores=1,3,5,7
/proc/27454/task/27469/stat : 27469 (java) R 27452 27454 22184 0 -1 4202560 5639 0 0 0 93 2 0 0 20 0 22 0 254492473 10060460032 46507 33554432000 1073741824 1073778376 140737307675728 140314832513720 140315490329271 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27454/tid=27470] ppid=27452 vsize=9824668 CPUtime=0.82 cores=1,3,5,7
/proc/27454/task/27470/stat : 27470 (java) R 27452 27454 22184 0 -1 4202560 5924 0 0 0 80 2 0 0 20 0 22 0 254492473 10060460032 46507 33554432000 1073741824 1073778376 140737307675728 140314831448672 140315486703973 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=27454/tid=27471] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27471/stat : 27471 (java) S 27452 27454 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254492473 10060460032 46507 33554432000 1073741824 1073778376 140737307675728 140314830408824 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27454/tid=27472] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27472/stat : 27472 (java) S 27452 27454 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254492473 10060460032 46507 33554432000 1073741824 1073778376 140737307675728 140314829356232 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27454/tid=27473] ppid=27452 vsize=9824668 CPUtime=1.03 cores=1,3,5,7
/proc/27454/task/27473/stat : 27473 (java) R 27452 27454 22184 0 -1 4202560 29 0 0 0 103 0 0 0 20 0 22 0 254492512 10060460032 46507 33554432000 1073741824 1073778376 140737307675728 140314828298600 140315323332225 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27454/tid=27474] ppid=27452 vsize=9824668 CPUtime=1.04 cores=1,3,5,7
/proc/27454/task/27474/stat : 27474 (java) R 27452 27454 22184 0 -1 4202560 119 0 0 0 102 2 0 0 20 0 22 0 254492512 10060460032 46507 33554432000 1073741824 1073778376 140737307675728 140314827246408 140315324309485 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27454/tid=27475] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27475/stat : 27475 (java) S 27452 27454 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254492514 10060460032 46507 33554432000 1073741824 1073778376 140737307675728 140314826196136 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27454/tid=27476] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27476/stat : 27476 (java) S 27452 27454 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254492514 10060460032 46507 33554432000 1073741824 1073778376 140737307675728 140314825143336 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 9824668

[startup+3.10076 s]
/proc/loadavg: 3.84 3.95 3.76 5/219 27476
/proc/meminfo: memFree=26662308/32873648 swapFree=6864/6864
[pid=27454] ppid=27452 vsize=9824668 CPUtime=7.68 cores=1,3,5,7
/proc/27454/stat : 27454 (java) S 27452 27454 22184 0 -1 4202496 15623 0 1 0 760 8 0 0 20 0 22 0 254492468 10060460032 56335 33554432000 1073741824 1073778376 140737307675728 140737307666864 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27454/statm: 2456167 56335 2286 9 0 2446860 0
[pid=27454/tid=27456] ppid=27452 vsize=9824668 CPUtime=0.41 cores=1,3,5,7
/proc/27454/task/27456/stat : 27456 (java) S 27452 27454 22184 0 -1 4202560 2476 0 1 0 39 2 0 0 20 0 22 0 254492469 10060460032 56335 33554432000 1073741824 1073778376 140737307675728 140315482612728 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27454/tid=27457] ppid=27452 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/27454/task/27457/stat : 27457 (java) S 27452 27454 22184 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 254492469 10060460032 56335 33554432000 1073741824 1073778376 140737307675728 140315444103464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27454/tid=27458] ppid=27452 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/27454/task/27458/stat : 27458 (java) S 27452 27454 22184 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 254492469 10060460032 56335 33554432000 1073741824 1073778376 140737307675728 140315443050664 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27454/tid=27459] ppid=27452 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/27454/task/27459/stat : 27459 (java) S 27452 27454 22184 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 254492469 10060460032 56335 33554432000 1073741824 1073778376 140737307675728 140315441998376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27454/tid=27460] ppid=27452 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/27454/task/27460/stat : 27460 (java) S 27452 27454 22184 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 254492469 10060460032 56335 33554432000 1073741824 1073778376 140737307675728 140315323263400 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27454/tid=27461] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27461/stat : 27461 (java) S 27452 27454 22184 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 254492469 10060460032 56335 33554432000 1073741824 1073778376 140737307675728 140315322211112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27454/tid=27462] ppid=27452 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/27454/task/27462/stat : 27462 (java) S 27452 27454 22184 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 254492469 10060460032 56335 33554432000 1073741824 1073778376 140737307675728 140315321158312 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27454/tid=27463] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27463/stat : 27463 (java) S 27452 27454 22184 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254492469 10060460032 56335 33554432000 1073741824 1073778376 140737307675728 140315320106024 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27454/tid=27464] ppid=27452 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/27454/task/27464/stat : 27464 (java) S 27452 27454 22184 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 254492469 10060460032 56335 33554432000 1073741824 1073778376 140737307675728 140315319053224 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27454/tid=27465] ppid=27452 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/27454/task/27465/stat : 27465 (java) S 27452 27454 22184 0 -1 4202560 103 0 0 0 8 0 0 0 20 0 22 0 254492470 10060460032 56335 33554432000 1073741824 1073778376 140737307675728 140314836723944 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27454/tid=27466] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27466/stat : 27466 (java) S 27452 27454 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254492471 10060460032 56335 33554432000 1073741824 1073778376 140737307675728 140314835670008 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27454/tid=27467] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27467/stat : 27467 (java) S 27452 27454 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254492471 10060460032 56335 33554432000 1073741824 1073778376 140737307675728 140314834617608 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27454/tid=27468] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27468/stat : 27468 (java) S 27452 27454 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254492473 10060460032 56335 33554432000 1073741824 1073778376 140737307675728 140314833566096 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27454/tid=27469] ppid=27452 vsize=9824668 CPUtime=1.01 cores=1,3,5,7
/proc/27454/task/27469/stat : 27469 (java) S 27452 27454 22184 0 -1 4202560 5639 0 0 0 99 2 0 0 20 0 22 0 254492473 10060460032 56335 33554432000 1073741824 1073778376 140737307675728 140314832513720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27454/tid=27470] ppid=27452 vsize=9824668 CPUtime=0.94 cores=1,3,5,7
/proc/27454/task/27470/stat : 27470 (java) S 27452 27454 22184 0 -1 4202560 5979 0 0 0 92 2 0 0 20 0 22 0 254492473 10060460032 56335 33554432000 1073741824 1073778376 140737307675728 140314831460920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27454/tid=27471] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27471/stat : 27471 (java) S 27452 27454 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254492473 10060460032 56335 33554432000 1073741824 1073778376 140737307675728 140314830408824 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27454/tid=27472] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27472/stat : 27472 (java) S 27452 27454 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254492473 10060460032 56335 33554432000 1073741824 1073778376 140737307675728 140314829356232 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27454/tid=27473] ppid=27452 vsize=9824668 CPUtime=2.48 cores=1,3,5,7
/proc/27454/task/27473/stat : 27473 (java) R 27452 27454 22184 0 -1 4202560 29 0 0 0 248 0 0 0 20 0 22 0 254492512 10060460032 56335 33554432000 1073741824 1073778376 140737307675728 140314828300680 140315324038632 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27454/tid=27474] ppid=27452 vsize=9824668 CPUtime=2.49 cores=1,3,5,7
/proc/27454/task/27474/stat : 27474 (java) R 27452 27454 22184 0 -1 4202560 123 0 0 0 247 2 0 0 20 0 22 0 254492512 10060460032 56335 33554432000 1073741824 1073778376 140737307675728 140314827246624 140315324309485 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27454/tid=27475] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27475/stat : 27475 (java) S 27452 27454 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254492514 10060460032 56335 33554432000 1073741824 1073778376 140737307675728 140314826196136 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27454/tid=27476] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27476/stat : 27476 (java) S 27452 27454 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254492514 10060460032 56335 33554432000 1073741824 1073778376 140737307675728 140314825143336 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.68
Current children cumulated vsize (KiB) 9824668

[startup+6.30076 s]
/proc/loadavg: 3.85 3.95 3.77 6/219 27476
/proc/meminfo: memFree=26136228/32873648 swapFree=6864/6864
[pid=27454] ppid=27452 vsize=9824668 CPUtime=14.03 cores=1,3,5,7
/proc/27454/stat : 27454 (java) S 27452 27454 22184 0 -1 4202496 15898 0 1 0 1388 15 0 0 20 0 22 0 254492468 10060460032 93309 33554432000 1073741824 1073778376 140737307675728 140737307666864 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27454/statm: 2456167 93309 2286 9 0 2446860 0
[pid=27454/tid=27456] ppid=27452 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/27454/task/27456/stat : 27456 (java) S 27452 27454 22184 0 -1 4202560 2476 0 1 0 40 2 0 0 20 0 22 0 254492469 10060460032 93309 33554432000 1073741824 1073778376 140737307675728 140315482612728 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27454/tid=27457] ppid=27452 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/27454/task/27457/stat : 27457 (java) S 27452 27454 22184 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 254492469 10060460032 93309 33554432000 1073741824 1073778376 140737307675728 140315444103464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27454/tid=27458] ppid=27452 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/27454/task/27458/stat : 27458 (java) S 27452 27454 22184 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 22 0 254492469 10060460032 93309 33554432000 1073741824 1073778376 140737307675728 140315443050664 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27454/tid=27459] ppid=27452 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/27454/task/27459/stat : 27459 (java) S 27452 27454 22184 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 254492469 10060460032 93309 33554432000 1073741824 1073778376 140737307675728 140315441998376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27454/tid=27460] ppid=27452 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/27454/task/27460/stat : 27460 (java) S 27452 27454 22184 0 -1 4202560 22 0 0 0 4 1 0 0 20 0 22 0 254492469 10060460032 93309 33554432000 1073741824 1073778376 140737307675728 140315323263400 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27454/tid=27461] ppid=27452 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/27454/task/27461/stat : 27461 (java) S 27452 27454 22184 0 -1 4202560 31 0 0 0 2 1 0 0 20 0 22 0 254492469 10060460032 93309 33554432000 1073741824 1073778376 140737307675728 140315322211112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27454/tid=27462] ppid=27452 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/27454/task/27462/stat : 27462 (java) S 27452 27454 22184 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 254492469 10060460032 93309 33554432000 1073741824 1073778376 140737307675728 140315321158312 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27454/tid=27463] ppid=27452 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/27454/task/27463/stat : 27463 (java) S 27452 27454 22184 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 254492469 10060460032 93309 33554432000 1073741824 1073778376 140737307675728 140315320106024 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27454/tid=27464] ppid=27452 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/27454/task/27464/stat : 27464 (java) S 27452 27454 22184 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 254492469 10060460032 93309 33554432000 1073741824 1073778376 140737307675728 140315319053224 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27454/tid=27465] ppid=27452 vsize=9824668 CPUtime=0.28 cores=1,3,5,7
/proc/27454/task/27465/stat : 27465 (java) S 27452 27454 22184 0 -1 4202560 253 0 0 0 28 0 0 0 20 0 22 0 254492470 10060460032 93309 33554432000 1073741824 1073778376 140737307675728 140314836723944 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27454/tid=27466] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27466/stat : 27466 (java) S 27452 27454 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254492471 10060460032 93309 33554432000 1073741824 1073778376 140737307675728 140314835670008 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27454/tid=27467] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27467/stat : 27467 (java) S 27452 27454 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254492471 10060460032 93309 33554432000 1073741824 1073778376 140737307675728 140314834617608 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27454/tid=27468] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27468/stat : 27468 (java) S 27452 27454 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254492473 10060460032 93309 33554432000 1073741824 1073778376 140737307675728 140314833566096 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27454/tid=27469] ppid=27452 vsize=9824668 CPUtime=1.09 cores=1,3,5,7
/proc/27454/task/27469/stat : 27469 (java) S 27452 27454 22184 0 -1 4202560 5643 0 0 0 107 2 0 0 20 0 22 0 254492473 10060460032 93309 33554432000 1073741824 1073778376 140737307675728 140314832513720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

[pid=27454/tid=27474] ppid=27452 vsize=9824668 CPUtime=709.08 cores=1,3,5,7
/proc/27454/task/27474/stat : 27474 (java) R 27452 27454 22184 0 -1 4202560 1402 0 0 0 70862 46 0 0 20 0 22 0 254492512 10060460032 928405 33554432000 1073741824 1073778376 140737307675728 140314827245824 140315324473914 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27454/tid=27475] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27475/stat : 27475 (java) S 27452 27454 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254492514 10060460032 928405 33554432000 1073741824 1073778376 140737307675728 140314826196136 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27454/tid=27476] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27476/stat : 27476 (java) S 27452 27454 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254492514 10060460032 928405 33554432000 1073741824 1073778376 140737307675728 140314825143336 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1487.21
Current children cumulated vsize (KiB) 9824668

[startup+822.301 s]
/proc/loadavg: 3.70 3.78 3.76 5/219 27603
/proc/meminfo: memFree=23396248/32873648 swapFree=6864/6864
[pid=27454] ppid=27452 vsize=9824668 CPUtime=1604.82 cores=1,3,5,7
/proc/27454/stat : 27454 (java) S 27452 27454 22184 0 -1 4202496 25422 0 1 0 160333 149 0 0 20 0 22 0 254492468 10060460032 941728 33554432000 1073741824 1073778376 140737307675728 140737307666864 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27454/statm: 2456167 941728 2287 9 0 2446860 0
[pid=27454/tid=27456] ppid=27452 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/27454/task/27456/stat : 27456 (java) S 27452 27454 22184 0 -1 4202560 2515 0 1 0 42 3 0 0 20 0 22 0 254492469 10060460032 941728 33554432000 1073741824 1073778376 140737307675728 140315482612728 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27454/tid=27457] ppid=27452 vsize=9824668 CPUtime=2.68 cores=1,3,5,7
/proc/27454/task/27457/stat : 27457 (java) S 27452 27454 22184 0 -1 4202560 614 0 0 0 259 9 0 0 20 0 22 0 254492469 10060460032 941728 33554432000 1073741824 1073778376 140737307675728 140315444103464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27454/tid=27458] ppid=27452 vsize=9824668 CPUtime=2.64 cores=1,3,5,7
/proc/27454/task/27458/stat : 27458 (java) S 27452 27454 22184 0 -1 4202560 434 0 0 0 254 10 0 0 20 0 22 0 254492469 10060460032 941728 33554432000 1073741824 1073778376 140737307675728 140315443050664 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27454/tid=27459] ppid=27452 vsize=9824668 CPUtime=2.48 cores=1,3,5,7
/proc/27454/task/27459/stat : 27459 (java) S 27452 27454 22184 0 -1 4202560 435 0 0 0 240 8 0 0 20 0 22 0 254492469 10060460032 941728 33554432000 1073741824 1073778376 140737307675728 140315441998376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27454/tid=27460] ppid=27452 vsize=9824668 CPUtime=2.59 cores=1,3,5,7
/proc/27454/task/27460/stat : 27460 (java) S 27452 27454 22184 0 -1 4202560 306 0 0 0 249 10 0 0 20 0 22 0 254492469 10060460032 941728 33554432000 1073741824 1073778376 140737307675728 140315323263400 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27454/tid=27461] ppid=27452 vsize=9824668 CPUtime=2.66 cores=1,3,5,7
/proc/27454/task/27461/stat : 27461 (java) S 27452 27454 22184 0 -1 4202560 455 0 0 0 256 10 0 0 20 0 22 0 254492469 10060460032 941728 33554432000 1073741824 1073778376 140737307675728 140315322211112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27454/tid=27462] ppid=27452 vsize=9824668 CPUtime=2.46 cores=1,3,5,7
/proc/27454/task/27462/stat : 27462 (java) S 27452 27454 22184 0 -1 4202560 419 0 0 0 238 8 0 0 20 0 22 0 254492469 10060460032 941728 33554432000 1073741824 1073778376 140737307675728 140315321158312 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27454/tid=27463] ppid=27452 vsize=9824668 CPUtime=2.85 cores=1,3,5,7
/proc/27454/task/27463/stat : 27463 (java) S 27452 27454 22184 0 -1 4202560 302 0 0 0 275 10 0 0 20 0 22 0 254492469 10060460032 941728 33554432000 1073741824 1073778376 140737307675728 140315320106024 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27454/tid=27464] ppid=27452 vsize=9824668 CPUtime=2.35 cores=1,3,5,7
/proc/27454/task/27464/stat : 27464 (java) S 27452 27454 22184 0 -1 4202560 658 0 0 0 225 10 0 0 20 0 22 0 254492469 10060460032 941728 33554432000 1073741824 1073778376 140737307675728 140315319053224 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27454/tid=27465] ppid=27452 vsize=9824668 CPUtime=51.27 cores=1,3,5,7
/proc/27454/task/27465/stat : 27465 (java) S 27452 27454 22184 0 -1 4202560 3956 0 0 0 5111 16 0 0 20 0 22 0 254492470 10060460032 941728 33554432000 1073741824 1073778376 140737307675728 140314836723944 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27454/tid=27466] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27466/stat : 27466 (java) S 27452 27454 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254492471 10060460032 941728 33554432000 1073741824 1073778376 140737307675728 140314835670008 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27454/tid=27467] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27467/stat : 27467 (java) S 27452 27454 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254492471 10060460032 941728 33554432000 1073741824 1073778376 140737307675728 140314834617608 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27454/tid=27468] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27468/stat : 27468 (java) S 27452 27454 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254492473 10060460032 941728 33554432000 1073741824 1073778376 140737307675728 140314833566096 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27454/tid=27469] ppid=27452 vsize=9824668 CPUtime=1.33 cores=1,3,5,7
/proc/27454/task/27469/stat : 27469 (java) S 27452 27454 22184 0 -1 4202560 6596 0 0 0 131 2 0 0 20 0 22 0 254492473 10060460032 941728 33554432000 1073741824 1073778376 140737307675728 140314832513720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27454/tid=27470] ppid=27452 vsize=9824668 CPUtime=1.01 cores=1,3,5,7
/proc/27454/task/27470/stat : 27470 (java) S 27452 27454 22184 0 -1 4202560 5983 0 0 0 99 2 0 0 20 0 22 0 254492473 10060460032 941728 33554432000 1073741824 1073778376 140737307675728 140314831460920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27454/tid=27471] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27471/stat : 27471 (java) S 27452 27454 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254492473 10060460032 941728 33554432000 1073741824 1073778376 140737307675728 140314830408824 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27454/tid=27472] ppid=27452 vsize=9824668 CPUtime=0.29 cores=1,3,5,7
/proc/27454/task/27472/stat : 27472 (java) S 27452 27454 22184 0 -1 4202560 46 0 0 0 12 17 0 0 20 0 22 0 254492473 10060460032 941728 33554432000 1073741824 1073778376 140737307675728 140314829356232 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27454/tid=27473] ppid=27452 vsize=9824668 CPUtime=764.97 cores=1,3,5,7
/proc/27454/task/27473/stat : 27473 (java) R 27452 27454 22184 0 -1 4202560 106 0 0 0 76484 13 0 0 20 0 22 0 254492512 10060460032 941728 33554432000 1073741824 1073778376 140737307675728 140314828298464 140315324096493 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27454/tid=27474] ppid=27452 vsize=9824668 CPUtime=764.94 cores=1,3,5,7
/proc/27454/task/27474/stat : 27474 (java) R 27452 27454 22184 0 -1 4202560 1409 0 0 0 76447 47 0 0 20 0 22 0 254492512 10060460032 941728 33554432000 1073741824 1073778376 140737307675728 140314827246624 140315324442338 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27454/tid=27475] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27475/stat : 27475 (java) S 27452 27454 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254492514 10060460032 941728 33554432000 1073741824 1073778376 140737307675728 140314826196136 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27454/tid=27476] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27476/stat : 27476 (java) S 27452 27454 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254492514 10060460032 941728 33554432000 1073741824 1073778376 140737307675728 140314825143336 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1604.82
Current children cumulated vsize (KiB) 9824668

[startup+882.307 s]
/proc/loadavg: 3.81 3.80 3.76 5/219 27603
/proc/meminfo: memFree=23042316/32873648 swapFree=6864/6864
[pid=27454] ppid=27452 vsize=9824668 CPUtime=1723.99 cores=1,3,5,7
/proc/27454/stat : 27454 (java) S 27452 27454 22184 0 -1 4202496 25626 0 1 0 172243 156 0 0 20 0 22 0 254492468 10060460032 964345 33554432000 1073741824 1073778376 140737307675728 140737307666864 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27454/statm: 2456167 964345 2287 9 0 2446860 0
[pid=27454/tid=27456] ppid=27452 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/27454/task/27456/stat : 27456 (java) S 27452 27454 22184 0 -1 4202560 2519 0 1 0 42 3 0 0 20 0 22 0 254492469 10060460032 964345 33554432000 1073741824 1073778376 140737307675728 140315482612728 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27454/tid=27457] ppid=27452 vsize=9824668 CPUtime=3.03 cores=1,3,5,7
/proc/27454/task/27457/stat : 27457 (java) S 27452 27454 22184 0 -1 4202560 637 0 0 0 294 9 0 0 20 0 22 0 254492469 10060460032 964345 33554432000 1073741824 1073778376 140737307675728 140315444103464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27454/tid=27458] ppid=27452 vsize=9824668 CPUtime=2.84 cores=1,3,5,7
/proc/27454/task/27458/stat : 27458 (java) S 27452 27454 22184 0 -1 4202560 470 0 0 0 274 10 0 0 20 0 22 0 254492469 10060460032 964345 33554432000 1073741824 1073778376 140737307675728 140315443050664 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27454/tid=27459] ppid=27452 vsize=9824668 CPUtime=2.68 cores=1,3,5,7
/proc/27454/task/27459/stat : 27459 (java) S 27452 27454 22184 0 -1 4202560 447 0 0 0 260 8 0 0 20 0 22 0 254492469 10060460032 964345 33554432000 1073741824 1073778376 140737307675728 140315441998376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27454/tid=27460] ppid=27452 vsize=9824668 CPUtime=2.88 cores=1,3,5,7
/proc/27454/task/27460/stat : 27460 (java) S 27452 27454 22184 0 -1 4202560 322 0 0 0 278 10 0 0 20 0 22 0 254492469 10060460032 964345 33554432000 1073741824 1073778376 140737307675728 140315323263400 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27454/tid=27461] ppid=27452 vsize=9824668 CPUtime=2.9 cores=1,3,5,7
/proc/27454/task/27461/stat : 27461 (java) S 27452 27454 22184 0 -1 4202560 464 0 0 0 280 10 0 0 20 0 22 0 254492469 10060460032 964345 33554432000 1073741824 1073778376 140737307675728 140315322211112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27454/tid=27462] ppid=27452 vsize=9824668 CPUtime=2.68 cores=1,3,5,7
/proc/27454/task/27462/stat : 27462 (java) S 27452 27454 22184 0 -1 4202560 436 0 0 0 260 8 0 0 20 0 22 0 254492469 10060460032 964345 33554432000 1073741824 1073778376 140737307675728 140315321158312 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27454/tid=27463] ppid=27452 vsize=9824668 CPUtime=3.18 cores=1,3,5,7
/proc/27454/task/27463/stat : 27463 (java) S 27452 27454 22184 0 -1 4202560 329 0 0 0 307 11 0 0 20 0 22 0 254492469 10060460032 964345 33554432000 1073741824 1073778376 140737307675728 140315320106024 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27454/tid=27464] ppid=27452 vsize=9824668 CPUtime=2.68 cores=1,3,5,7
/proc/27454/task/27464/stat : 27464 (java) S 27452 27454 22184 0 -1 4202560 658 0 0 0 258 10 0 0 20 0 22 0 254492469 10060460032 964345 33554432000 1073741824 1073778376 140737307675728 140315319053224 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27454/tid=27465] ppid=27452 vsize=9824668 CPUtime=53.16 cores=1,3,5,7
/proc/27454/task/27465/stat : 27465 (java) S 27452 27454 22184 0 -1 4202560 4009 0 0 0 5298 18 0 0 20 0 22 0 254492470 10060460032 964345 33554432000 1073741824 1073778376 140737307675728 140314836723944 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27454/tid=27466] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27466/stat : 27466 (java) S 27452 27454 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254492471 10060460032 964345 33554432000 1073741824 1073778376 140737307675728 140314835670008 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27454/tid=27467] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27467/stat : 27467 (java) S 27452 27454 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254492471 10060460032 964345 33554432000 1073741824 1073778376 140737307675728 140314834617608 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27454/tid=27468] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27468/stat : 27468 (java) S 27452 27454 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254492473 10060460032 964345 33554432000 1073741824 1073778376 140737307675728 140314833566096 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27454/tid=27469] ppid=27452 vsize=9824668 CPUtime=1.33 cores=1,3,5,7
/proc/27454/task/27469/stat : 27469 (java) S 27452 27454 22184 0 -1 4202560 6596 0 0 0 131 2 0 0 20 0 22 0 254492473 10060460032 964345 33554432000 1073741824 1073778376 140737307675728 140314832513720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27454/tid=27470] ppid=27452 vsize=9824668 CPUtime=1.01 cores=1,3,5,7
/proc/27454/task/27470/stat : 27470 (java) S 27452 27454 22184 0 -1 4202560 5983 0 0 0 99 2 0 0 20 0 22 0 254492473 10060460032 964345 33554432000 1073741824 1073778376 140737307675728 140314831460920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27454/tid=27471] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27471/stat : 27471 (java) S 27452 27454 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254492473 10060460032 964345 33554432000 1073741824 1073778376 140737307675728 140314830408824 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27454/tid=27472] ppid=27452 vsize=9824668 CPUtime=0.31 cores=1,3,5,7
/proc/27454/task/27472/stat : 27472 (java) S 27452 27454 22184 0 -1 4202560 50 0 0 0 13 18 0 0 20 0 22 0 254492473 10060460032 964345 33554432000 1073741824 1073778376 140737307675728 140314829356232 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27454/tid=27473] ppid=27452 vsize=9824668 CPUtime=822.53 cores=1,3,5,7
/proc/27454/task/27473/stat : 27473 (java) R 27452 27454 22184 0 -1 4202560 108 0 0 0 82239 14 0 0 20 0 22 0 254492512 10060460032 964345 33554432000 1073741824 1073778376 140737307675728 140314828300512 140315324115648 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27454/tid=27474] ppid=27452 vsize=9824668 CPUtime=822.5 cores=1,3,5,7
/proc/27454/task/27474/stat : 27474 (java) R 27452 27454 22184 0 -1 4202560 1410 0 0 0 82202 48 0 0 20 0 22 0 254492512 10060460032 964345 33554432000 1073741824 1073778376 140737307675728 140314827245728 140315324442338 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27454/tid=27475] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27475/stat : 27475 (java) S 27452 27454 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254492514 10060460032 964345 33554432000 1073741824 1073778376 140737307675728 140314826196136 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27454/tid=27476] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27476/stat : 27476 (java) S 27452 27454 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254492514 10060460032 964345 33554432000 1073741824 1073778376 140737307675728 140314825143336 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1723.99
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+921.701 s]
/proc/loadavg: 3.90 3.82 3.77 5/219 27603
/proc/meminfo: memFree=22955684/32873648 swapFree=6864/6864
[pid=27454] ppid=27452 vsize=9824668 CPUtime=1800.15 cores=1,3,5,7
/proc/27454/stat : 27454 (java) S 27452 27454 22184 0 -1 4202496 25743 0 1 0 179857 158 0 0 20 0 22 0 254492468 10060460032 970640 33554432000 1073741824 1073778376 140737307675728 140737307666864 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27454/statm: 2456167 970640 2287 9 0 2446860 0
[pid=27454/tid=27456] ppid=27452 vsize=9824668 CPUtime=0.46 cores=1,3,5,7
/proc/27454/task/27456/stat : 27456 (java) S 27452 27454 22184 0 -1 4202560 2520 0 1 0 42 4 0 0 20 0 22 0 254492469 10060460032 970640 33554432000 1073741824 1073778376 140737307675728 140315482612728 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27454/tid=27457] ppid=27452 vsize=9824668 CPUtime=3.15 cores=1,3,5,7
/proc/27454/task/27457/stat : 27457 (java) S 27452 27454 22184 0 -1 4202560 645 0 0 0 306 9 0 0 20 0 22 0 254492469 10060460032 970640 33554432000 1073741824 1073778376 140737307675728 140315444103464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27454/tid=27458] ppid=27452 vsize=9824668 CPUtime=2.99 cores=1,3,5,7
/proc/27454/task/27458/stat : 27458 (java) S 27452 27454 22184 0 -1 4202560 478 0 0 0 289 10 0 0 20 0 22 0 254492469 10060460032 970640 33554432000 1073741824 1073778376 140737307675728 140315443050664 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27454/tid=27459] ppid=27452 vsize=9824668 CPUtime=2.77 cores=1,3,5,7
/proc/27454/task/27459/stat : 27459 (java) S 27452 27454 22184 0 -1 4202560 457 0 0 0 269 8 0 0 20 0 22 0 254492469 10060460032 970640 33554432000 1073741824 1073778376 140737307675728 140315441998376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27454/tid=27460] ppid=27452 vsize=9824668 CPUtime=2.98 cores=1,3,5,7
/proc/27454/task/27460/stat : 27460 (java) S 27452 27454 22184 0 -1 4202560 322 0 0 0 288 10 0 0 20 0 22 0 254492469 10060460032 970640 33554432000 1073741824 1073778376 140737307675728 140315323263400 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27454/tid=27461] ppid=27452 vsize=9824668 CPUtime=3.09 cores=1,3,5,7
/proc/27454/task/27461/stat : 27461 (java) S 27452 27454 22184 0 -1 4202560 467 0 0 0 299 10 0 0 20 0 22 0 254492469 10060460032 970640 33554432000 1073741824 1073778376 140737307675728 140315322211112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27454/tid=27462] ppid=27452 vsize=9824668 CPUtime=2.81 cores=1,3,5,7
/proc/27454/task/27462/stat : 27462 (java) S 27452 27454 22184 0 -1 4202560 458 0 0 0 273 8 0 0 20 0 22 0 254492469 10060460032 970640 33554432000 1073741824 1073778376 140737307675728 140315321158312 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27454/tid=27463] ppid=27452 vsize=9824668 CPUtime=3.29 cores=1,3,5,7
/proc/27454/task/27463/stat : 27463 (java) S 27452 27454 22184 0 -1 4202560 334 0 0 0 318 11 0 0 20 0 22 0 254492469 10060460032 970640 33554432000 1073741824 1073778376 140737307675728 140315320106024 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27454/tid=27464] ppid=27452 vsize=9824668 CPUtime=2.77 cores=1,3,5,7
/proc/27454/task/27464/stat : 27464 (java) S 27452 27454 22184 0 -1 4202560 663 0 0 0 267 10 0 0 20 0 22 0 254492469 10060460032 970640 33554432000 1073741824 1073778376 140737307675728 140315319053224 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27454/tid=27465] ppid=27452 vsize=9824668 CPUtime=56.28 cores=1,3,5,7
/proc/27454/task/27465/stat : 27465 (java) S 27452 27454 22184 0 -1 4202560 4059 0 0 0 5610 18 0 0 20 0 22 0 254492470 10060460032 970640 33554432000 1073741824 1073778376 140737307675728 140314836723944 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27454/tid=27466] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27466/stat : 27466 (java) S 27452 27454 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254492471 10060460032 970640 33554432000 1073741824 1073778376 140737307675728 140314835670008 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27454/tid=27467] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27467/stat : 27467 (java) S 27452 27454 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254492471 10060460032 970640 33554432000 1073741824 1073778376 140737307675728 140314834617608 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27454/tid=27468] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27468/stat : 27468 (java) S 27452 27454 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254492473 10060460032 970640 33554432000 1073741824 1073778376 140737307675728 140314833566096 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27454/tid=27469] ppid=27452 vsize=9824668 CPUtime=1.33 cores=1,3,5,7
/proc/27454/task/27469/stat : 27469 (java) S 27452 27454 22184 0 -1 4202560 6596 0 0 0 131 2 0 0 20 0 22 0 254492473 10060460032 970640 33554432000 1073741824 1073778376 140737307675728 140314832513720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27454/tid=27470] ppid=27452 vsize=9824668 CPUtime=1.01 cores=1,3,5,7
/proc/27454/task/27470/stat : 27470 (java) S 27452 27454 22184 0 -1 4202560 5983 0 0 0 99 2 0 0 20 0 22 0 254492473 10060460032 970640 33554432000 1073741824 1073778376 140737307675728 140314831460920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27454/tid=27471] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27471/stat : 27471 (java) S 27452 27454 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254492473 10060460032 970640 33554432000 1073741824 1073778376 140737307675728 140314830408824 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27454/tid=27472] ppid=27452 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/27454/task/27472/stat : 27472 (java) S 27452 27454 22184 0 -1 4202560 52 0 0 0 13 20 0 0 20 0 22 0 254492473 10060460032 970640 33554432000 1073741824 1073778376 140737307675728 140314829356232 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27454/tid=27473] ppid=27452 vsize=9824668 CPUtime=858.55 cores=1,3,5,7
/proc/27454/task/27473/stat : 27473 (java) R 27452 27454 22184 0 -1 4202560 111 0 0 0 85840 15 0 0 20 0 22 0 254492512 10060460032 970640 33554432000 1073741824 1073778376 140737307675728 140314828300512 140315324304844 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27454/tid=27474] ppid=27452 vsize=9824668 CPUtime=858.54 cores=1,3,5,7
/proc/27454/task/27474/stat : 27474 (java) R 27452 27454 22184 0 -1 4202560 1410 0 0 0 85805 49 0 0 20 0 22 0 254492512 10060460032 970640 33554432000 1073741824 1073778376 140737307675728 140314827245520 140315324002070 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27454/tid=27475] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27475/stat : 27475 (java) S 27452 27454 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254492514 10060460032 970640 33554432000 1073741824 1073778376 140737307675728 140314826196136 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27454/tid=27476] ppid=27452 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27454/task/27476/stat : 27476 (java) S 27452 27454 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254492514 10060460032 970640 33554432000 1073741824 1073778376 140737307675728 140314825143336 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
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): 921.76
CPU time (s): 1800.79
CPU user time (s): 1798.76
CPU system time (s): 2.03369
CPU usage (%): 195.364
Max. virtual memory (cumulated for all children) (KiB): 9825660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.76
system time used= 2.03369
maximum resident set size= 3882680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25775
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25460
involuntary context switches= 37077

runsolver used 3.31949 second user time and 8.36573 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-24 20:21:05
IDJOB=3689624
IDBENCH=90128
IDSOLVER=2268
FILE ID=node120/3689624-1337883665
RUNJOBID= node120-1337871880-22201
PBS_JOBID= 14620084
Free space on /tmp= 71632 MiB

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

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

MD5SUM BENCH= 30c9df0e6d94fba856558f98ad1383d9
RANDOM SEED=1358506899

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.456
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.88
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.456
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.456
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.83
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.456
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.456
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:       32873648 kB
MemFree:        26862696 kB
Buffers:          189592 kB
Cached:          3252504 kB
SwapCached:          492 kB
Active:          2321632 kB
Inactive:        2906088 kB
Active(anon):    1775744 kB
Inactive(anon):    12388 kB
Active(file):     545888 kB
Inactive(file):  2893700 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:               844 kB
Writeback:             0 kB
AnonPages:       1798084 kB
Mapped:            21576 kB
Shmem:               120 kB
Slab:             626696 kB
SReclaimable:      71032 kB
SUnreclaim:       555664 kB
KernelStack:        1624 kB
PageTables:         7752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2635076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1742848 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= 71632 MiB
End job on node120 at 2012-05-24 20:36:29