Trace number 3689684

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.67 918.881

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K180.opb
MD5SUMf1881d1e83243719865906bde58f94f2
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 variables21420
Total number of constraints21782
Number of constraints which are clauses21602
Number of constraints which are cardinality constraints (but not clauses)180
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint180
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 181
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.2.v20120418
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		501472288
0.03/0.09	c Max memory 		7480803328
0.03/0.09	c Total memory 		504102912
0.03/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3689684-1337884251.opb
0.08/0.12	c reading problem ... 
1.52/0.75	c ... done. Wall clock time 0.632s.
1.52/0.75	c declared #vars     21420
1.52/0.75	c #constraints  21782
1.52/0.75	c constraints type 
1.52/0.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19273
1.52/0.75	c org.sat4j.minisat.constraints.card.MinWatchCard => 180
1.52/0.75	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.52/0.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2327
1.52/0.75	c 21782 constraints processed.
1.52/0.75	c constraints type 
1.52/0.75	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2327
1.52/0.75	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 19273
1.52/0.75	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 180
1.52/0.75	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.52/0.75	c 21782 constraints processed.
8.93/3.56	c cleaning 2493 clauses out of 4998 with flag 5002/5002
15.33/6.62	c cleaning 4220 clauses out of 8498 with flag 11000/11000
22.31/10.19	c cleaning 5589 clauses out of 11275 with flag 18000/18000
30.61/14.33	c cleaning 6776 clauses out of 13683 with flag 26001/26001
38.80/18.58	c cleaning 7840 clauses out of 15900 with flag 35002/35002
46.42/22.43	c cleaning 8897 clauses out of 18056 with flag 45006/45006
55.84/27.23	c cleaning 10063 clauses out of 20150 with flag 56000/56000
68.06/33.48	c cleaning 10881 clauses out of 22088 with flag 68002/68002
80.98/40.05	c cleaning 12000 clauses out of 24204 with flag 81000/81000
94.38/46.88	c cleaning 12979 clauses out of 26202 with flag 95002/95002
110.01/54.79	c cleaning 14039 clauses out of 28220 with flag 110000/110000
126.97/63.30	c cleaning 14942 clauses out of 30174 with flag 126000/126000
143.34/71.70	c cleaning 15952 clauses out of 32232 with flag 143001/143001
163.32/81.84	c cleaning 15818 clauses out of 34278 with flag 161000/161000
183.23/91.97	c cleaning 16825 clauses out of 37457 with flag 180000/180000
203.10/102.09	c cleaning 18145 clauses out of 40630 with flag 200001/200001
220.76/111.18	c cleaning 18989 clauses out of 43483 with flag 221000/221000
243.45/122.60	c cleaning 19875 clauses out of 46493 with flag 243000/243000
267.91/135.08	c cleaning 20495 clauses out of 49619 with flag 266003/266003
290.48/146.51	c cleaning 21413 clauses out of 53121 with flag 290001/290001
317.19/160.23	c cleaning 22352 clauses out of 56708 with flag 315001/315001
341.57/172.65	c cleaning 23923 clauses out of 60356 with flag 341001/341001
366.21/185.27	c cleaning 24283 clauses out of 63431 with flag 368000/368000
393.44/199.16	c cleaning 25441 clauses out of 67150 with flag 396002/396002
421.40/213.67	c cleaning 26408 clauses out of 70706 with flag 425000/425000
426.92/216.77	c cleaning 0 clauses out of 5000 with flag 0/5000
453.74/230.44	c cleaning 27327 clauses out of 74298 with flag 455000/455000
490.02/250.00	c cleaning 28421 clauses out of 77972 with flag 486001/486001
527.50/269.08	c cleaning 28827 clauses out of 81550 with flag 518000/518000
565.43/288.38	c cleaning 29466 clauses out of 85722 with flag 551000/551000
602.12/307.07	c cleaning 30862 clauses out of 90258 with flag 585002/585002
639.08/326.12	c cleaning 31655 clauses out of 94395 with flag 620001/620001
681.13/347.54	c cleaning 32583 clauses out of 98741 with flag 656002/656002
725.19/369.97	c cleaning 33890 clauses out of 103155 with flag 693000/693000
771.69/393.54	c cleaning 34998 clauses out of 107263 with flag 731000/731000
823.98/420.36	c cleaning 36261 clauses out of 111268 with flag 770003/770003
871.61/444.51	c cleaning 36239 clauses out of 115002 with flag 810000/810000
920.20/469.28	c cleaning 37403 clauses out of 119764 with flag 851001/851001
968.73/493.95	c cleaning 38323 clauses out of 124360 with flag 893000/893000
1021.93/521.20	c cleaning 39386 clauses out of 129037 with flag 936000/936000
1079.26/550.39	c cleaning 40076 clauses out of 133651 with flag 980000/980000
1127.47/574.94	c cleaning 41584 clauses out of 138575 with flag 1025000/1025000
1172.02/597.75	c cleaning 41894 clauses out of 142991 with flag 1071001/1071001
1227.89/626.46	c cleaning 43484 clauses out of 148094 with flag 1118000/1118000
1290.76/658.30	c cleaning 44041 clauses out of 152610 with flag 1166000/1166000
1353.32/690.04	c cleaning 45859 clauses out of 157572 with flag 1215003/1215003
1412.92/720.35	c cleaning 45903 clauses out of 161711 with flag 1265002/1265002
1479.32/755.20	c cleaning 47312 clauses out of 166806 with flag 1316000/1316000
1542.31/787.22	c cleaning 47645 clauses out of 171498 with flag 1368004/1368004
1616.20/824.72	c cleaning 49313 clauses out of 176849 with flag 1421001/1421001
1676.19/855.78	c cleaning 50195 clauses out of 181535 with flag 1475000/1475000
1743.43/889.97	c cleaning 50377 clauses out of 186342 with flag 1530002/1530002
1800.07/918.81	c starts		: 190
1800.07/918.81	c conflicts		: 1577640
1800.07/918.81	c decisions		: 48292331
1800.07/918.81	c propagations		: 1483750691
1800.07/918.81	c inspects		: 2539912624
1800.07/918.81	c shortcuts		: 0
1800.07/918.81	c learnt literals	: 75
1800.07/918.81	c learnt binary clauses	: 123310
1800.07/918.81	c learnt ternary clauses	: 113124
1800.07/918.81	c learnt constraints	: 1577564
1800.07/918.81	c ignored constraints	: 0
1800.07/918.81	c root simplifications	: 0
1800.07/918.81	c removed literals (reason simplification)	: 8636295
1800.07/918.81	c reason swapping (by a shorter reason)	: 0
1800.07/918.81	c Calls to reduceDB	: 51
1800.07/918.81	c number of reductions to clauses (during analyze)	: 0
1800.07/918.81	c number of learned constraints concerned by reduction	: 0
1800.07/918.81	c number of learning phase by resolution	: 0
1800.07/918.81	c number of learning phase by cutting planes	: 0
1800.07/918.81	c speed (assignments/second)	: 1616223.0304693934
1800.07/918.81	c non guided choices	51233
1800.07/918.86	c learnt constraints type 
1800.07/918.86	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 123313
1800.07/918.86	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 60369
1800.07/918.86	c constraints type 
1800.07/918.86	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19273
1800.07/918.86	c org.sat4j.minisat.constraints.card.MinWatchCard => 180
1800.07/918.86	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.07/918.86	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2327
1800.07/918.86	c 21782 constraints processed.
1800.07/918.86	c constraints type 
1800.07/918.86	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2327
1800.07/918.86	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 19273
1800.07/918.86	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 180
1800.07/918.86	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.07/918.86	c 21782 constraints processed.
1800.07/918.86	s UNKNOWN
1800.07/918.86	c Total wall clock time (in seconds): 918.741

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-3689684-1337884251/watcher-3689684-1337884251 -o /tmp/evaluation-result-3689684-1337884251/solver-3689684-1337884251 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689684-1337884251.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.73 3.89 3.89 4/198 26111
/proc/meminfo: memFree=26700532/32873844 swapFree=7100/7100
[pid=26111] ppid=26109 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/26111/stat : 26111 (java) D 26109 26111 21308 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 254553655 9515008 183 33554432000 1073741824 1073778376 140736843584832 140736843575864 247064247989 0 0 4096 0 18446744072100609316 0 0 17 3 0 0 0 0 0
/proc/26111/statm: 2323 183 140 9 0 71 0

[startup+0.064732 s]
/proc/loadavg: 3.73 3.89 3.89 4/198 26111
/proc/meminfo: memFree=26700532/32873844 swapFree=7100/7100
[pid=26111] ppid=26109 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/26111/stat : 26111 (java) S 26109 26111 21308 0 -1 4202496 3205 0 1 0 2 1 0 0 20 0 18 0 254553655 9787813888 4413 33554432000 1073741824 1073778376 140734722761376 140734722752512 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26111/statm: 2389603 4413 1757 9 0 2380296 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9558412

[startup+0.100216 s]
/proc/loadavg: 3.73 3.89 3.89 4/198 26111
/proc/meminfo: memFree=26700532/32873844 swapFree=7100/7100
[pid=26111] ppid=26109 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/26111/stat : 26111 (java) S 26109 26111 21308 0 -1 4202496 4318 0 1 0 7 1 0 0 20 0 18 0 254553655 9787813888 5515 33554432000 1073741824 1073778376 140734722761376 140734722752512 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26111/statm: 2389603 5515 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300197 s]
/proc/loadavg: 3.73 3.89 3.89 4/198 26111
/proc/meminfo: memFree=26700532/32873844 swapFree=7100/7100
[pid=26111] ppid=26109 vsize=9558412 CPUtime=0.56 cores=1,3,5,7
/proc/26111/stat : 26111 (java) S 26109 26111 21308 0 -1 4202496 7382 0 1 0 53 3 0 0 20 0 18 0 254553655 9787813888 11727 33554432000 1073741824 1073778376 140734722761376 140734722752512 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26111/statm: 2389603 11727 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558412

[startup+0.70021 s]
/proc/loadavg: 3.73 3.89 3.89 4/198 26111
/proc/meminfo: memFree=26700532/32873844 swapFree=7100/7100
[pid=26111] ppid=26109 vsize=9558412 CPUtime=1.52 cores=1,3,5,7
/proc/26111/stat : 26111 (java) S 26109 26111 21308 0 -1 4202496 14874 0 1 0 144 8 0 0 20 0 18 0 254553655 9787813888 45737 33554432000 1073741824 1073778376 140734722761376 140734722752512 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26111/statm: 2389603 45737 2251 9 0 2380296 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 9558412

[startup+1.5008 s]
/proc/loadavg: 3.73 3.89 3.89 7/220 26133
/proc/meminfo: memFree=26521024/32873844 swapFree=7100/7100
[pid=26111] ppid=26109 vsize=9824668 CPUtime=4.48 cores=1,3,5,7
/proc/26111/stat : 26111 (java) S 26109 26111 21308 0 -1 4202496 21388 0 1 0 438 10 0 0 20 0 22 0 254553655 10060460032 50296 33554432000 1073741824 1073778376 140734722761376 140734722752512 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26111/statm: 2456167 50296 2272 9 0 2446860 0
[pid=26111/tid=26113] ppid=26109 vsize=9824668 CPUtime=0.68 cores=1,3,5,7
/proc/26111/task/26113/stat : 26113 (java) S 26109 26111 21308 0 -1 4202560 2540 0 1 0 63 5 0 0 20 0 22 0 254553656 10060460032 50296 33554432000 1073741824 1073778376 140734722761376 140246793991160 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26111/tid=26114] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26114/stat : 26114 (java) S 26109 26111 21308 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254553658 10060460032 50296 33554432000 1073741824 1073778376 140734722761376 140246638078120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26111/tid=26115] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26115/stat : 26115 (java) S 26109 26111 21308 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254553658 10060460032 50296 33554432000 1073741824 1073778376 140734722761376 140246637025576 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26111/tid=26116] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26116/stat : 26116 (java) S 26109 26111 21308 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254553658 10060460032 50296 33554432000 1073741824 1073778376 140734722761376 140246635973032 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26111/tid=26117] ppid=26109 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26111/task/26117/stat : 26117 (java) S 26109 26111 21308 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 254553658 10060460032 50296 33554432000 1073741824 1073778376 140734722761376 140246634920488 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26118] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26118/stat : 26118 (java) S 26109 26111 21308 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254553658 10060460032 50296 33554432000 1073741824 1073778376 140734722761376 140246633867944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26111/tid=26119] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26119/stat : 26119 (java) S 26109 26111 21308 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254553658 10060460032 50296 33554432000 1073741824 1073778376 140734722761376 140246632815400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26111/tid=26120] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26120/stat : 26120 (java) S 26109 26111 21308 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254553658 10060460032 50296 33554432000 1073741824 1073778376 140734722761376 140246631762856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26121] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26121/stat : 26121 (java) S 26109 26111 21308 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254553658 10060460032 50296 33554432000 1073741824 1073778376 140734722761376 140246630710312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26122] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26122/stat : 26122 (java) S 26109 26111 21308 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 254553659 10060460032 50296 33554432000 1073741824 1073778376 140734722761376 140246618298472 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26111/tid=26123] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26123/stat : 26123 (java) S 26109 26111 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254553659 10060460032 50296 33554432000 1073741824 1073778376 140734722761376 140246617244792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26124] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26124/stat : 26124 (java) S 26109 26111 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254553659 10060460032 50296 33554432000 1073741824 1073778376 140734722761376 140246616192136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26125] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26125/stat : 26125 (java) S 26109 26111 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254553662 10060460032 50296 33554432000 1073741824 1073778376 140734722761376 140246615140880 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26126] ppid=26109 vsize=9824668 CPUtime=1.13 cores=1,3,5,7
/proc/26111/task/26126/stat : 26126 (java) R 26109 26111 21308 0 -1 4202560 10089 0 0 0 110 3 0 0 20 0 22 0 254553662 10060460032 50296 33554432000 1073741824 1073778376 140734722761376 140246614075072 140246798107123 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=26111/tid=26127] ppid=26109 vsize=9824668 CPUtime=1.03 cores=1,3,5,7
/proc/26111/task/26127/stat : 26127 (java) S 26109 26111 21308 0 -1 4202560 7355 0 0 0 103 0 0 0 20 0 22 0 254553662 10060460032 50296 33554432000 1073741824 1073778376 140734722761376 140246613035704 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26111/tid=26128] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26128/stat : 26128 (java) S 26109 26111 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254553662 10060460032 50296 33554432000 1073741824 1073778376 140734722761376 140246611983352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26111/tid=26129] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26129/stat : 26129 (java) S 26109 26111 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254553662 10060460032 50296 33554432000 1073741824 1073778376 140734722761376 140246610931016 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26130] ppid=26109 vsize=9824668 CPUtime=0.73 cores=1,3,5,7
/proc/26111/task/26130/stat : 26130 (java) R 26109 26111 21308 0 -1 4202560 26 0 0 0 73 0 0 0 20 0 22 0 254553731 10060460032 50296 33554432000 1073741824 1073778376 140734722761376 140246609842056 140246667189753 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26131] ppid=26109 vsize=9824668 CPUtime=0.72 cores=1,3,5,7
/proc/26111/task/26131/stat : 26131 (java) R 26109 26111 21308 0 -1 4202560 70 0 0 0 72 0 0 0 20 0 22 0 254553731 10060460032 50296 33554432000 1073741824 1073778376 140734722761376 140246608759472 140246667388938 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26111/tid=26132] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26132/stat : 26132 (java) S 26109 26111 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254553733 10060460032 50296 33554432000 1073741824 1073778376 140734722761376 140246607737896 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26111/tid=26133] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26133/stat : 26133 (java) S 26109 26111 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254553733 10060460032 50296 33554432000 1073741824 1073778376 140734722761376 140246606685352 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.48
Current children cumulated vsize (KiB) 9824668

[startup+3.10091 s]
/proc/loadavg: 3.73 3.89 3.89 5/220 26133
/proc/meminfo: memFree=26486452/32873844 swapFree=7100/7100
[pid=26111] ppid=26109 vsize=9824668 CPUtime=8.06 cores=1,3,5,7
/proc/26111/stat : 26111 (java) S 26109 26111 21308 0 -1 4202496 21605 0 1 0 792 14 0 0 20 0 22 0 254553655 10060460032 78959 33554432000 1073741824 1073778376 140734722761376 140734722752512 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26111/statm: 2456167 78959 2273 9 0 2446860 0
[pid=26111/tid=26113] ppid=26109 vsize=9824668 CPUtime=0.68 cores=1,3,5,7
/proc/26111/task/26113/stat : 26113 (java) S 26109 26111 21308 0 -1 4202560 2540 0 1 0 63 5 0 0 20 0 22 0 254553656 10060460032 78959 33554432000 1073741824 1073778376 140734722761376 140246793991160 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26111/tid=26114] ppid=26109 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26111/task/26114/stat : 26114 (java) S 26109 26111 21308 0 -1 4202560 20 0 0 0 1 2 0 0 20 0 22 0 254553658 10060460032 78959 33554432000 1073741824 1073778376 140734722761376 140246638078120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26115] ppid=26109 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/26111/task/26115/stat : 26115 (java) S 26109 26111 21308 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 254553658 10060460032 78959 33554432000 1073741824 1073778376 140734722761376 140246637025576 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26111/tid=26116] ppid=26109 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/26111/task/26116/stat : 26116 (java) S 26109 26111 21308 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 254553658 10060460032 78959 33554432000 1073741824 1073778376 140734722761376 140246635973032 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26117] ppid=26109 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26111/task/26117/stat : 26117 (java) S 26109 26111 21308 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 254553658 10060460032 78959 33554432000 1073741824 1073778376 140734722761376 140246634920488 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26118] ppid=26109 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/26111/task/26118/stat : 26118 (java) S 26109 26111 21308 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 254553658 10060460032 78959 33554432000 1073741824 1073778376 140734722761376 140246633867944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26119] ppid=26109 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26111/task/26119/stat : 26119 (java) S 26109 26111 21308 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 254553658 10060460032 78959 33554432000 1073741824 1073778376 140734722761376 140246632815400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26111/tid=26120] ppid=26109 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/26111/task/26120/stat : 26120 (java) S 26109 26111 21308 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 254553658 10060460032 78959 33554432000 1073741824 1073778376 140734722761376 140246631762856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26121] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26121/stat : 26121 (java) S 26109 26111 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254553658 10060460032 78959 33554432000 1073741824 1073778376 140734722761376 140246630710312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26111/tid=26122] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26122/stat : 26122 (java) S 26109 26111 21308 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 254553659 10060460032 78959 33554432000 1073741824 1073778376 140734722761376 140246618298472 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26111/tid=26123] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26123/stat : 26123 (java) S 26109 26111 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254553659 10060460032 78959 33554432000 1073741824 1073778376 140734722761376 140246617244792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26124] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26124/stat : 26124 (java) S 26109 26111 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254553659 10060460032 78959 33554432000 1073741824 1073778376 140734722761376 140246616192136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26125] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26125/stat : 26125 (java) S 26109 26111 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254553662 10060460032 78959 33554432000 1073741824 1073778376 140734722761376 140246615140880 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26126] ppid=26109 vsize=9824668 CPUtime=1.28 cores=1,3,5,7
/proc/26111/task/26126/stat : 26126 (java) S 26109 26111 21308 0 -1 4202560 10090 0 0 0 125 3 0 0 20 0 22 0 254553662 10060460032 78959 33554432000 1073741824 1073778376 140734722761376 140246614088248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26111/tid=26127] ppid=26109 vsize=9824668 CPUtime=1.23 cores=1,3,5,7
/proc/26111/task/26127/stat : 26127 (java) S 26109 26111 21308 0 -1 4202560 7480 0 0 0 123 0 0 0 20 0 22 0 254553662 10060460032 78959 33554432000 1073741824 1073778376 140734722761376 140246613035704 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26111/tid=26128] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26128/stat : 26128 (java) S 26109 26111 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254553662 10060460032 78959 33554432000 1073741824 1073778376 140734722761376 140246611983352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26111/tid=26129] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26129/stat : 26129 (java) S 26109 26111 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254553662 10060460032 78959 33554432000 1073741824 1073778376 140734722761376 140246610931016 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26111/tid=26130] ppid=26109 vsize=9824668 CPUtime=2.29 cores=1,3,5,7
/proc/26111/task/26130/stat : 26130 (java) R 26109 26111 21308 0 -1 4202560 27 0 0 0 229 0 0 0 20 0 22 0 254553731 10060460032 78959 33554432000 1073741824 1073778376 140734722761376 140246609840600 140246667649893 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26131] ppid=26109 vsize=9824668 CPUtime=2.29 cores=1,3,5,7
/proc/26111/task/26131/stat : 26131 (java) R 26109 26111 21308 0 -1 4202560 117 0 0 0 228 1 0 0 20 0 22 0 254553731 10060460032 78959 33554432000 1073741824 1073778376 140734722761376 140246608789480 140246667805084 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26111/tid=26132] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26132/stat : 26132 (java) S 26109 26111 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254553733 10060460032 78959 33554432000 1073741824 1073778376 140734722761376 140246607737896 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26111/tid=26133] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26133/stat : 26133 (java) S 26109 26111 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254553733 10060460032 78959 33554432000 1073741824 1073778376 140734722761376 140246606685352 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.06
Current children cumulated vsize (KiB) 9824668

[startup+6.30079 s]
/proc/loadavg: 3.75 3.89 3.89 4/220 26133
/proc/meminfo: memFree=26073200/32873844 swapFree=7100/7100
[pid=26111] ppid=26109 vsize=9824668 CPUtime=14.71 cores=1,3,5,7
/proc/26111/stat : 26111 (java) S 26109 26111 21308 0 -1 4202496 22281 0 1 0 1443 28 0 0 20 0 22 0 254553655 10060460032 157321 33554432000 1073741824 1073778376 140734722761376 140734722752512 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26111/statm: 2456167 157321 2285 9 0 2446860 0
[pid=26111/tid=26113] ppid=26109 vsize=9824668 CPUtime=0.68 cores=1,3,5,7
/proc/26111/task/26113/stat : 26113 (java) S 26109 26111 21308 0 -1 4202560 2540 0 1 0 63 5 0 0 20 0 22 0 254553656 10060460032 157321 33554432000 1073741824 1073778376 140734722761376 140246793991160 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26111/tid=26114] ppid=26109 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/26111/task/26114/stat : 26114 (java) S 26109 26111 21308 0 -1 4202560 33 0 0 0 4 2 0 0 20 0 22 0 254553658 10060460032 157321 33554432000 1073741824 1073778376 140734722761376 140246638078120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26115] ppid=26109 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/26111/task/26115/stat : 26115 (java) S 26109 26111 21308 0 -1 4202560 19 0 0 0 3 2 0 0 20 0 22 0 254553658 10060460032 157321 33554432000 1073741824 1073778376 140734722761376 140246637025576 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26111/tid=26116] ppid=26109 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/26111/task/26116/stat : 26116 (java) S 26109 26111 21308 0 -1 4202560 31 0 0 0 6 2 0 0 20 0 22 0 254553658 10060460032 157321 33554432000 1073741824 1073778376 140734722761376 140246635973032 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26111/tid=26117] ppid=26109 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/26111/task/26117/stat : 26117 (java) S 26109 26111 21308 0 -1 4202560 34 0 0 0 5 2 0 0 20 0 22 0 254553658 10060460032 157321 33554432000 1073741824 1073778376 140734722761376 140246634920488 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26118] ppid=26109 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/26111/task/26118/stat : 26118 (java) S 26109 26111 21308 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 22 0 254553658 10060460032 157321 33554432000 1073741824 1073778376 140734722761376 140246633867944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26119] ppid=26109 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/26111/task/26119/stat : 26119 (java) S 26109 26111 21308 0 -1 4202560 52 0 0 0 5 3 0 0 20 0 22 0 254553658 10060460032 157321 33554432000 1073741824 1073778376 140734722761376 140246632815400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26111/tid=26120] ppid=26109 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26111/task/26120/stat : 26120 (java) S 26109 26111 21308 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 254553658 10060460032 157321 33554432000 1073741824 1073778376 140734722761376 140246631762856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26121] ppid=26109 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/26111/task/26121/stat : 26121 (java) S 26109 26111 21308 0 -1 4202560 32 0 0 0 6 2 0 0 20 0 22 0 254553658 10060460032 157321 33554432000 1073741824 1073778376 140734722761376 140246630710312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26111/tid=26122] ppid=26109 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/26111/task/26122/stat : 26122 (java) S 26109 26111 21308 0 -1 4202560 481 0 0 0 9 0 0 0 20 0 22 0 254553659 10060460032 157321 33554432000 1073741824 1073778376 140734722761376 140246618298472 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26111/tid=26123] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26123/stat : 26123 (java) S 26109 26111 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254553659 10060460032 157321 33554432000 1073741824 1073778376 140734722761376 140246617244792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26124] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26124/stat : 26124 (java) S 26109 26111 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254553659 10060460032 157321 33554432000 1073741824 1073778376 140734722761376 140246616192136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26125] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26125/stat : 26125 (java) S 26109 26111 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254553662 10060460032 157321 33554432000 1073741824 1073778376 140734722761376 140246615140880 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26126] ppid=26109 vsize=9824668 CPUtime=1.42 cores=1,3,5,7
/proc/26111/task/26126/stat : 26126 (java) S 26109 26111 21308 0 -1 4202560 10093 0 0 0 139 3 0 0 20 0 22 0 254553662 10060460032 157321 33554432000 1073741824 1073778376 140734722761376 140246614088248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

[pid=26111/tid=26131] ppid=26109 vsize=9824668 CPUtime=716.2 cores=1,3,5,7
/proc/26111/task/26131/stat : 26131 (java) R 26109 26111 21308 0 -1 4202560 2422 0 0 0 71565 55 0 0 20 0 22 0 254553731 10060460032 858718 33554432000 1073741824 1073778376 140734722761376 140246608787936 140246667578523 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26132] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26132/stat : 26132 (java) S 26109 26111 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254553733 10060460032 858718 33554432000 1073741824 1073778376 140734722761376 140246607737896 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26111/tid=26133] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26133/stat : 26133 (java) S 26109 26111 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254553733 10060460032 858718 33554432000 1073741824 1073778376 140734722761376 140246606685352 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1492.39
Current children cumulated vsize (KiB) 9824668

[startup+822.301 s]
/proc/loadavg: 4.01 3.95 3.91 5/219 26139
/proc/meminfo: memFree=22088048/32873844 swapFree=7100/7100
[pid=26111] ppid=26109 vsize=9824668 CPUtime=1611.4 cores=1,3,5,7
/proc/26111/stat : 26111 (java) S 26109 26111 21308 0 -1 4202496 32441 0 1 0 160974 166 0 0 20 0 22 0 254553655 10060460032 862929 33554432000 1073741824 1073778376 140734722761376 140734722752512 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26111/statm: 2456167 862929 2285 9 0 2446860 0
[pid=26111/tid=26113] ppid=26109 vsize=9824668 CPUtime=0.73 cores=1,3,5,7
/proc/26111/task/26113/stat : 26113 (java) S 26109 26111 21308 0 -1 4202560 2578 0 1 0 67 6 0 0 20 0 22 0 254553656 10060460032 862929 33554432000 1073741824 1073778376 140734722761376 140246793991160 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26114] ppid=26109 vsize=9824668 CPUtime=1.86 cores=1,3,5,7
/proc/26111/task/26114/stat : 26114 (java) S 26109 26111 21308 0 -1 4202560 298 0 0 0 174 12 0 0 20 0 22 0 254553658 10060460032 862929 33554432000 1073741824 1073778376 140734722761376 140246638078120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26111/tid=26115] ppid=26109 vsize=9824668 CPUtime=1.77 cores=1,3,5,7
/proc/26111/task/26115/stat : 26115 (java) S 26109 26111 21308 0 -1 4202560 299 0 0 0 169 8 0 0 20 0 22 0 254553658 10060460032 862929 33554432000 1073741824 1073778376 140734722761376 140246637025576 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26116] ppid=26109 vsize=9824668 CPUtime=1.82 cores=1,3,5,7
/proc/26111/task/26116/stat : 26116 (java) S 26109 26111 21308 0 -1 4202560 670 0 0 0 171 11 0 0 20 0 22 0 254553658 10060460032 862929 33554432000 1073741824 1073778376 140734722761376 140246635973032 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26111/tid=26117] ppid=26109 vsize=9824668 CPUtime=1.73 cores=1,3,5,7
/proc/26111/task/26117/stat : 26117 (java) S 26109 26111 21308 0 -1 4202560 282 0 0 0 164 9 0 0 20 0 22 0 254553658 10060460032 862929 33554432000 1073741824 1073778376 140734722761376 140246634920488 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26111/tid=26118] ppid=26109 vsize=9824668 CPUtime=1.82 cores=1,3,5,7
/proc/26111/task/26118/stat : 26118 (java) S 26109 26111 21308 0 -1 4202560 228 0 0 0 175 7 0 0 20 0 22 0 254553658 10060460032 862929 33554432000 1073741824 1073778376 140734722761376 140246633867944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26119] ppid=26109 vsize=9824668 CPUtime=1.91 cores=1,3,5,7
/proc/26111/task/26119/stat : 26119 (java) S 26109 26111 21308 0 -1 4202560 368 0 0 0 180 11 0 0 20 0 22 0 254553658 10060460032 862929 33554432000 1073741824 1073778376 140734722761376 140246632815400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26111/tid=26120] ppid=26109 vsize=9824668 CPUtime=2.06 cores=1,3,5,7
/proc/26111/task/26120/stat : 26120 (java) S 26109 26111 21308 0 -1 4202560 424 0 0 0 196 10 0 0 20 0 22 0 254553658 10060460032 862929 33554432000 1073741824 1073778376 140734722761376 140246631762856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26111/tid=26121] ppid=26109 vsize=9824668 CPUtime=1.94 cores=1,3,5,7
/proc/26111/task/26121/stat : 26121 (java) S 26109 26111 21308 0 -1 4202560 423 0 0 0 184 10 0 0 20 0 22 0 254553658 10060460032 862929 33554432000 1073741824 1073778376 140734722761376 140246630710312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26111/tid=26122] ppid=26109 vsize=9824668 CPUtime=42.7 cores=1,3,5,7
/proc/26111/task/26122/stat : 26122 (java) S 26109 26111 21308 0 -1 4202560 3606 0 0 0 4254 16 0 0 20 0 22 0 254553659 10060460032 862929 33554432000 1073741824 1073778376 140734722761376 140246618298472 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26123] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26123/stat : 26123 (java) S 26109 26111 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254553659 10060460032 862929 33554432000 1073741824 1073778376 140734722761376 140246617244792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26124] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26124/stat : 26124 (java) S 26109 26111 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254553659 10060460032 862929 33554432000 1073741824 1073778376 140734722761376 140246616192136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26125] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26125/stat : 26125 (java) S 26109 26111 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254553662 10060460032 862929 33554432000 1073741824 1073778376 140734722761376 140246615140880 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26126] ppid=26109 vsize=9824668 CPUtime=1.52 cores=1,3,5,7
/proc/26111/task/26126/stat : 26126 (java) S 26109 26111 21308 0 -1 4202560 10102 0 0 0 149 3 0 0 20 0 22 0 254553662 10060460032 862929 33554432000 1073741824 1073778376 140734722761376 140246614088248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26111/tid=26127] ppid=26109 vsize=9824668 CPUtime=1.84 cores=1,3,5,7
/proc/26111/task/26127/stat : 26127 (java) S 26109 26111 21308 0 -1 4202560 9435 0 0 0 182 2 0 0 20 0 22 0 254553662 10060460032 862929 33554432000 1073741824 1073778376 140734722761376 140246613035704 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26111/tid=26128] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26128/stat : 26128 (java) S 26109 26111 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254553662 10060460032 862929 33554432000 1073741824 1073778376 140734722761376 140246611983352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26111/tid=26129] ppid=26109 vsize=9824668 CPUtime=0.37 cores=1,3,5,7
/proc/26111/task/26129/stat : 26129 (java) S 26109 26111 21308 0 -1 4202560 47 0 0 0 17 20 0 0 20 0 22 0 254553662 10060460032 862929 33554432000 1073741824 1073778376 140734722761376 140246610931016 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26130] ppid=26109 vsize=9824668 CPUtime=774.78 cores=1,3,5,7
/proc/26111/task/26130/stat : 26130 (java) R 26109 26111 21308 0 -1 4202560 69 0 0 0 77465 13 0 0 20 0 22 0 254553731 10060460032 862929 33554432000 1073741824 1073778376 140734722761376 140246609841232 140246667389144 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26111/tid=26131] ppid=26109 vsize=9824668 CPUtime=774.64 cores=1,3,5,7
/proc/26111/task/26131/stat : 26131 (java) R 26109 26111 21308 0 -1 4202560 2423 0 0 0 77408 56 0 0 20 0 22 0 254553731 10060460032 862929 33554432000 1073741824 1073778376 140734722761376 140246608787728 140246667694988 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26132] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26132/stat : 26132 (java) S 26109 26111 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254553733 10060460032 862929 33554432000 1073741824 1073778376 140734722761376 140246607737896 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26111/tid=26133] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26133/stat : 26133 (java) S 26109 26111 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254553733 10060460032 862929 33554432000 1073741824 1073778376 140734722761376 140246606685352 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1611.4
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.93 3.93 3.91 5/219 26204
/proc/meminfo: memFree=22876772/32873844 swapFree=7100/7100
[pid=26111] ppid=26109 vsize=9824668 CPUtime=1728.13 cores=1,3,5,7
/proc/26111/stat : 26111 (java) S 26109 26111 21308 0 -1 4202496 32979 0 1 0 172641 172 0 0 20 0 22 0 254553655 10060460032 872616 33554432000 1073741824 1073778376 140734722761376 140734722752512 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26111/statm: 2456167 872616 2286 9 0 2446860 0
[pid=26111/tid=26113] ppid=26109 vsize=9824668 CPUtime=0.73 cores=1,3,5,7
/proc/26111/task/26113/stat : 26113 (java) S 26109 26111 21308 0 -1 4202560 2579 0 1 0 67 6 0 0 20 0 22 0 254553656 10060460032 872616 33554432000 1073741824 1073778376 140734722761376 140246793991160 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26114] ppid=26109 vsize=9824668 CPUtime=1.94 cores=1,3,5,7
/proc/26111/task/26114/stat : 26114 (java) S 26109 26111 21308 0 -1 4202560 476 0 0 0 182 12 0 0 20 0 22 0 254553658 10060460032 872616 33554432000 1073741824 1073778376 140734722761376 140246638078120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26111/tid=26115] ppid=26109 vsize=9824668 CPUtime=1.87 cores=1,3,5,7
/proc/26111/task/26115/stat : 26115 (java) S 26109 26111 21308 0 -1 4202560 498 0 0 0 179 8 0 0 20 0 22 0 254553658 10060460032 872616 33554432000 1073741824 1073778376 140734722761376 140246637025576 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26116] ppid=26109 vsize=9824668 CPUtime=1.96 cores=1,3,5,7
/proc/26111/task/26116/stat : 26116 (java) S 26109 26111 21308 0 -1 4202560 687 0 0 0 185 11 0 0 20 0 22 0 254553658 10060460032 872616 33554432000 1073741824 1073778376 140734722761376 140246635973032 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26117] ppid=26109 vsize=9824668 CPUtime=1.8 cores=1,3,5,7
/proc/26111/task/26117/stat : 26117 (java) S 26109 26111 21308 0 -1 4202560 293 0 0 0 171 9 0 0 20 0 22 0 254553658 10060460032 872616 33554432000 1073741824 1073778376 140734722761376 140246634920488 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26118] ppid=26109 vsize=9824668 CPUtime=1.88 cores=1,3,5,7
/proc/26111/task/26118/stat : 26118 (java) S 26109 26111 21308 0 -1 4202560 235 0 0 0 181 7 0 0 20 0 22 0 254553658 10060460032 872616 33554432000 1073741824 1073778376 140734722761376 140246633867944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26111/tid=26119] ppid=26109 vsize=9824668 CPUtime=1.99 cores=1,3,5,7
/proc/26111/task/26119/stat : 26119 (java) S 26109 26111 21308 0 -1 4202560 383 0 0 0 188 11 0 0 20 0 22 0 254553658 10060460032 872616 33554432000 1073741824 1073778376 140734722761376 140246632815400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26120] ppid=26109 vsize=9824668 CPUtime=2.12 cores=1,3,5,7
/proc/26111/task/26120/stat : 26120 (java) S 26109 26111 21308 0 -1 4202560 499 0 0 0 202 10 0 0 20 0 22 0 254553658 10060460032 872616 33554432000 1073741824 1073778376 140734722761376 140246631762856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26111/tid=26121] ppid=26109 vsize=9824668 CPUtime=2.02 cores=1,3,5,7
/proc/26111/task/26121/stat : 26121 (java) S 26109 26111 21308 0 -1 4202560 433 0 0 0 192 10 0 0 20 0 22 0 254553658 10060460032 872616 33554432000 1073741824 1073778376 140734722761376 140246630710312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26111/tid=26122] ppid=26109 vsize=9824668 CPUtime=46.32 cores=1,3,5,7
/proc/26111/task/26122/stat : 26122 (java) S 26109 26111 21308 0 -1 4202560 3623 0 0 0 4614 18 0 0 20 0 22 0 254553659 10060460032 872616 33554432000 1073741824 1073778376 140734722761376 140246618298472 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26123] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26123/stat : 26123 (java) S 26109 26111 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254553659 10060460032 872616 33554432000 1073741824 1073778376 140734722761376 140246617244792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26124] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26124/stat : 26124 (java) S 26109 26111 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254553659 10060460032 872616 33554432000 1073741824 1073778376 140734722761376 140246616192136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26125] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26125/stat : 26125 (java) S 26109 26111 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254553662 10060460032 872616 33554432000 1073741824 1073778376 140734722761376 140246615140880 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26126] ppid=26109 vsize=9824668 CPUtime=1.52 cores=1,3,5,7
/proc/26111/task/26126/stat : 26126 (java) S 26109 26111 21308 0 -1 4202560 10102 0 0 0 149 3 0 0 20 0 22 0 254553662 10060460032 872616 33554432000 1073741824 1073778376 140734722761376 140246614088248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26111/tid=26127] ppid=26109 vsize=9824668 CPUtime=1.86 cores=1,3,5,7
/proc/26111/task/26127/stat : 26127 (java) S 26109 26111 21308 0 -1 4202560 9438 0 0 0 184 2 0 0 20 0 22 0 254553662 10060460032 872616 33554432000 1073741824 1073778376 140734722761376 140246613035704 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26111/tid=26128] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26128/stat : 26128 (java) S 26109 26111 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254553662 10060460032 872616 33554432000 1073741824 1073778376 140734722761376 140246611983352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26111/tid=26129] ppid=26109 vsize=9824668 CPUtime=0.4 cores=1,3,5,7
/proc/26111/task/26129/stat : 26129 (java) S 26109 26111 21308 0 -1 4202560 51 0 0 0 18 22 0 0 20 0 22 0 254553662 10060460032 872616 33554432000 1073741824 1073778376 140734722761376 140246610931016 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26130] ppid=26109 vsize=9824668 CPUtime=830.99 cores=1,3,5,7
/proc/26111/task/26130/stat : 26130 (java) R 26109 26111 21308 0 -1 4202560 70 0 0 0 83085 14 0 0 20 0 22 0 254553731 10060460032 872616 33554432000 1073741824 1073778376 140734722761376 140246609842576 140246667629635 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26111/tid=26131] ppid=26109 vsize=9824668 CPUtime=830.84 cores=1,3,5,7
/proc/26111/task/26131/stat : 26131 (java) R 26109 26111 21308 0 -1 4202560 2423 0 0 0 83027 57 0 0 20 0 22 0 254553731 10060460032 872616 33554432000 1073741824 1073778376 140734722761376 140246608788656 140246667547442 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26111/tid=26132] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26132/stat : 26132 (java) S 26109 26111 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254553733 10060460032 872616 33554432000 1073741824 1073778376 140734722761376 140246607737896 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26111/tid=26133] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26133/stat : 26133 (java) S 26109 26111 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254553733 10060460032 872616 33554432000 1073741824 1073778376 140734722761376 140246606685352 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1728.13
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+918.801 s]
/proc/loadavg: 3.96 3.94 3.91 5/219 26204
/proc/meminfo: memFree=22626612/32873844 swapFree=7100/7100
[pid=26111] ppid=26109 vsize=9824668 CPUtime=1800.07 cores=1,3,5,7
/proc/26111/stat : 26111 (java) S 26109 26111 21308 0 -1 4202496 33070 0 1 0 179833 174 0 0 20 0 22 0 254553655 10060460032 876045 33554432000 1073741824 1073778376 140734722761376 140734722752512 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26111/statm: 2456167 876045 2286 9 0 2446860 0
[pid=26111/tid=26113] ppid=26109 vsize=9824668 CPUtime=0.73 cores=1,3,5,7
/proc/26111/task/26113/stat : 26113 (java) S 26109 26111 21308 0 -1 4202560 2579 0 1 0 67 6 0 0 20 0 22 0 254553656 10060460032 876045 33554432000 1073741824 1073778376 140734722761376 140246793991160 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26114] ppid=26109 vsize=9824668 CPUtime=1.99 cores=1,3,5,7
/proc/26111/task/26114/stat : 26114 (java) S 26109 26111 21308 0 -1 4202560 480 0 0 0 187 12 0 0 20 0 22 0 254553658 10060460032 876045 33554432000 1073741824 1073778376 140734722761376 140246638078120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26115] ppid=26109 vsize=9824668 CPUtime=1.98 cores=1,3,5,7
/proc/26111/task/26115/stat : 26115 (java) S 26109 26111 21308 0 -1 4202560 498 0 0 0 190 8 0 0 20 0 22 0 254553658 10060460032 876045 33554432000 1073741824 1073778376 140734722761376 140246637025576 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26111/tid=26116] ppid=26109 vsize=9824668 CPUtime=2.1 cores=1,3,5,7
/proc/26111/task/26116/stat : 26116 (java) S 26109 26111 21308 0 -1 4202560 689 0 0 0 199 11 0 0 20 0 22 0 254553658 10060460032 876045 33554432000 1073741824 1073778376 140734722761376 140246635973032 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26117] ppid=26109 vsize=9824668 CPUtime=1.92 cores=1,3,5,7
/proc/26111/task/26117/stat : 26117 (java) S 26109 26111 21308 0 -1 4202560 296 0 0 0 183 9 0 0 20 0 22 0 254553658 10060460032 876045 33554432000 1073741824 1073778376 140734722761376 140246634920488 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26118] ppid=26109 vsize=9824668 CPUtime=1.97 cores=1,3,5,7
/proc/26111/task/26118/stat : 26118 (java) S 26109 26111 21308 0 -1 4202560 254 0 0 0 190 7 0 0 20 0 22 0 254553658 10060460032 876045 33554432000 1073741824 1073778376 140734722761376 140246633867944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26111/tid=26119] ppid=26109 vsize=9824668 CPUtime=2.09 cores=1,3,5,7
/proc/26111/task/26119/stat : 26119 (java) S 26109 26111 21308 0 -1 4202560 420 0 0 0 198 11 0 0 20 0 22 0 254553658 10060460032 876045 33554432000 1073741824 1073778376 140734722761376 140246632815400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26111/tid=26120] ppid=26109 vsize=9824668 CPUtime=2.18 cores=1,3,5,7
/proc/26111/task/26120/stat : 26120 (java) S 26109 26111 21308 0 -1 4202560 499 0 0 0 208 10 0 0 20 0 22 0 254553658 10060460032 876045 33554432000 1073741824 1073778376 140734722761376 140246631762856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26121] ppid=26109 vsize=9824668 CPUtime=2.08 cores=1,3,5,7
/proc/26111/task/26121/stat : 26121 (java) S 26109 26111 21308 0 -1 4202560 434 0 0 0 198 10 0 0 20 0 22 0 254553658 10060460032 876045 33554432000 1073741824 1073778376 140734722761376 140246630710312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26111/tid=26122] ppid=26109 vsize=9824668 CPUtime=47.75 cores=1,3,5,7
/proc/26111/task/26122/stat : 26122 (java) S 26109 26111 21308 0 -1 4202560 3642 0 0 0 4757 18 0 0 20 0 22 0 254553659 10060460032 876045 33554432000 1073741824 1073778376 140734722761376 140246618298472 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26111/tid=26123] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26123/stat : 26123 (java) S 26109 26111 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254553659 10060460032 876045 33554432000 1073741824 1073778376 140734722761376 140246617244792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26124] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26124/stat : 26124 (java) S 26109 26111 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254553659 10060460032 876045 33554432000 1073741824 1073778376 140734722761376 140246616192136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26125] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26125/stat : 26125 (java) S 26109 26111 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254553662 10060460032 876045 33554432000 1073741824 1073778376 140734722761376 140246615140880 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26126] ppid=26109 vsize=9824668 CPUtime=1.52 cores=1,3,5,7
/proc/26111/task/26126/stat : 26126 (java) S 26109 26111 21308 0 -1 4202560 10102 0 0 0 149 3 0 0 20 0 22 0 254553662 10060460032 876045 33554432000 1073741824 1073778376 140734722761376 140246614088248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26111/tid=26127] ppid=26109 vsize=9824668 CPUtime=1.86 cores=1,3,5,7
/proc/26111/task/26127/stat : 26127 (java) S 26109 26111 21308 0 -1 4202560 9438 0 0 0 184 2 0 0 20 0 22 0 254553662 10060460032 876045 33554432000 1073741824 1073778376 140734722761376 140246613035704 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26111/tid=26128] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26128/stat : 26128 (java) S 26109 26111 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254553662 10060460032 876045 33554432000 1073741824 1073778376 140734722761376 140246611983352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26111/tid=26129] ppid=26109 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/26111/task/26129/stat : 26129 (java) S 26109 26111 21308 0 -1 4202560 53 0 0 0 19 23 0 0 20 0 22 0 254553662 10060460032 876045 33554432000 1073741824 1073778376 140734722761376 140246610931016 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26111/tid=26130] ppid=26109 vsize=9824668 CPUtime=865.87 cores=1,3,5,7
/proc/26111/task/26130/stat : 26130 (java) R 26109 26111 21308 0 -1 4202560 73 0 0 0 86572 15 0 0 20 0 22 0 254553731 10060460032 876045 33554432000 1073741824 1073778376 140734722761376 140246609841328 140246667528093 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26111/tid=26131] ppid=26109 vsize=9824668 CPUtime=865.72 cores=1,3,5,7
/proc/26111/task/26131/stat : 26131 (java) R 26109 26111 21308 0 -1 4202560 2424 0 0 0 86514 58 0 0 20 0 22 0 254553731 10060460032 876045 33554432000 1073741824 1073778376 140734722761376 140246608787904 140246667578908 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26111/tid=26132] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26132/stat : 26132 (java) S 26109 26111 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254553733 10060460032 876045 33554432000 1073741824 1073778376 140734722761376 140246607737896 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26111/tid=26133] ppid=26109 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26111/task/26133/stat : 26133 (java) S 26109 26111 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254553733 10060460032 876045 33554432000 1073741824 1073778376 140734722761376 140246606685352 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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): 918.881
CPU time (s): 1800.67
CPU user time (s): 1798.47
CPU system time (s): 2.20267
CPU usage (%): 195.963
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.47
system time used= 2.20267
maximum resident set size= 3504300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33102
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= 24388
involuntary context switches= 35871

runsolver used 3.61345 second user time and 9.11161 second system time

The end

Launcher Data

Begin job on node103 at 2012-05-24 20:30:51
IDJOB=3689684
IDBENCH=90186
IDSOLVER=2268
FILE ID=node103/3689684-1337884251
RUNJOBID= node103-1337871881-21325
PBS_JOBID= 14620101
Free space on /tmp= 71712 MiB

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

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

MD5SUM BENCH= f1881d1e83243719865906bde58f94f2
RANDOM SEED=1661358078

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
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.189
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	: 5411.36
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.189
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.189
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26700912 kB
Buffers:          212484 kB
Cached:          2685732 kB
SwapCached:            0 kB
Active:          3151932 kB
Inactive:        2221656 kB
Active(anon):    2477440 kB
Inactive(anon):        0 kB
Active(file):     674492 kB
Inactive(file):  2221656 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1780 kB
Writeback:             0 kB
AnonPages:       2512468 kB
Mapped:            22636 kB
Shmem:               200 kB
Slab:             627012 kB
SReclaimable:      69632 kB
SUnreclaim:       557380 kB
KernelStack:        1624 kB
PageTables:         8736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3278712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2449408 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71684 MiB
End job on node103 at 2012-05-24 20:46:12