Trace number 3689662

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.16 916.29

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K196.opb
MD5SUMbcce2e1d61aa4147a6a5a8b58d6d164e
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 variables23324
Total number of constraints23718
Number of constraints which are clauses23522
Number of constraints which are cardinality constraints (but not clauses)196
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint196
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 197
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.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-3689662-1337884081.opb
0.08/0.12	c reading problem ... 
1.52/0.75	c ... done. Wall clock time 0.63s.
1.52/0.75	c declared #vars     23324
1.52/0.75	c #constraints  23718
1.52/0.75	c constraints type 
1.52/0.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20985
1.52/0.75	c org.sat4j.minisat.constraints.card.MinWatchCard => 196
1.52/0.75	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.52/0.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2535
1.52/0.75	c 23718 constraints processed.
1.52/0.75	c constraints type 
1.52/0.75	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2535
1.52/0.75	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 20985
1.52/0.75	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 196
1.52/0.75	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.52/0.75	c 23718 constraints processed.
9.21/3.65	c cleaning 2482 clauses out of 5001 with flag 5002/5002
15.19/6.59	c cleaning 4214 clauses out of 8512 with flag 11000/11000
21.35/9.64	c cleaning 5601 clauses out of 11292 with flag 18000/18000
29.91/13.96	c cleaning 6702 clauses out of 13689 with flag 26000/26000
38.64/18.33	c cleaning 7930 clauses out of 15983 with flag 35000/35000
49.13/23.63	c cleaning 8869 clauses out of 18051 with flag 45000/45000
59.19/28.73	c cleaning 10012 clauses out of 20179 with flag 56000/56000
72.27/35.39	c cleaning 10888 clauses out of 22163 with flag 68000/68000
86.45/42.51	c cleaning 12017 clauses out of 24274 with flag 81000/81000
98.27/48.58	c cleaning 12931 clauses out of 26254 with flag 95000/95000
114.88/56.99	c cleaning 13879 clauses out of 28323 with flag 110000/110000
132.71/65.93	c cleaning 15035 clauses out of 30440 with flag 126001/126001
149.74/74.60	c cleaning 15884 clauses out of 32402 with flag 143001/143001
170.73/85.24	c cleaning 15873 clauses out of 34515 with flag 161000/161000
192.34/96.13	c cleaning 16985 clauses out of 37641 with flag 180000/180000
214.27/107.26	c cleaning 17566 clauses out of 40655 with flag 200000/200000
235.55/118.11	c cleaning 18889 clauses out of 44088 with flag 221000/221000
260.10/130.61	c cleaning 19437 clauses out of 47197 with flag 243000/243000
286.31/143.96	c cleaning 20869 clauses out of 50761 with flag 266001/266001
318.90/160.44	c cleaning 21927 clauses out of 53891 with flag 290000/290000
349.06/175.83	c cleaning 21969 clauses out of 56964 with flag 315000/315000
381.59/192.36	c cleaning 23339 clauses out of 60995 with flag 341001/341001
411.13/207.33	c cleaning 24371 clauses out of 64655 with flag 368000/368000
431.24/217.67	c cleaning 0 clauses out of 5000 with flag 0/5000
447.68/226.11	c cleaning 24808 clauses out of 68283 with flag 396000/396000
479.39/242.28	c cleaning 26206 clauses out of 72473 with flag 425000/425000
509.60/257.66	c cleaning 26933 clauses out of 76267 with flag 455000/455000
543.94/276.10	c cleaning 27973 clauses out of 80336 with flag 486003/486003
582.92/295.71	c cleaning 28560 clauses out of 84361 with flag 518001/518001
617.03/313.18	c cleaning 29827 clauses out of 88800 with flag 551000/551000
652.59/331.25	c cleaning 30942 clauses out of 92974 with flag 585001/585001
693.47/352.20	c cleaning 31994 clauses out of 97031 with flag 620000/620000
734.19/372.97	c cleaning 32798 clauses out of 101037 with flag 656000/656000
774.74/393.55	c cleaning 34198 clauses out of 105239 with flag 693001/693001
819.77/416.42	c cleaning 34733 clauses out of 109040 with flag 731000/731000
864.39/439.44	c cleaning 35023 clauses out of 113306 with flag 770000/770000
914.38/464.83	c cleaning 36189 clauses out of 118282 with flag 810000/810000
971.69/493.85	c cleaning 37153 clauses out of 123092 with flag 851000/851000
1031.47/524.02	c cleaning 38079 clauses out of 127939 with flag 893001/893001
1089.24/553.65	c cleaning 38558 clauses out of 132858 with flag 936000/936000
1143.52/581.23	c cleaning 39853 clauses out of 138301 with flag 980001/980001
1203.56/611.67	c cleaning 40901 clauses out of 143448 with flag 1025002/1025002
1267.36/643.99	c cleaning 42093 clauses out of 148545 with flag 1071000/1071000
1333.10/677.56	c cleaning 43421 clauses out of 153453 with flag 1118001/1118001
1386.49/704.76	c cleaning 43105 clauses out of 158031 with flag 1166001/1166001
1453.13/739.55	c cleaning 44476 clauses out of 163925 with flag 1215000/1215000
1523.91/775.77	c cleaning 45681 clauses out of 169449 with flag 1265000/1265000
1593.25/810.84	c cleaning 46413 clauses out of 174769 with flag 1316002/1316002
1663.94/846.66	c cleaning 47073 clauses out of 180355 with flag 1368003/1368003
1741.05/885.77	c cleaning 48565 clauses out of 186280 with flag 1421001/1421001
1800.16/916.22	c starts		: 190
1800.16/916.22	c conflicts		: 1463825
1800.16/916.22	c decisions		: 54165560
1800.16/916.22	c propagations		: 1539072346
1800.16/916.22	c inspects		: 2524343152
1800.16/916.22	c shortcuts		: 0
1800.16/916.22	c learnt literals	: 62
1800.16/916.22	c learnt binary clauses	: 126840
1800.16/916.22	c learnt ternary clauses	: 108033
1800.16/916.22	c learnt constraints	: 1463763
1800.16/916.22	c ignored constraints	: 0
1800.16/916.22	c root simplifications	: 0
1800.16/916.22	c removed literals (reason simplification)	: 6871589
1800.16/916.22	c reason swapping (by a shorter reason)	: 0
1800.16/916.22	c Calls to reduceDB	: 49
1800.16/916.22	c number of reductions to clauses (during analyze)	: 0
1800.16/916.22	c number of learned constraints concerned by reduction	: 0
1800.16/916.22	c number of learning phase by resolution	: 0
1800.16/916.22	c number of learning phase by cutting planes	: 0
1800.16/916.22	c speed (assignments/second)	: 1681234.2638856422
1800.16/916.22	c non guided choices	56955
1800.16/916.27	c learnt constraints type 
1800.16/916.27	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 126845
1800.16/916.27	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 53757
1800.16/916.27	c constraints type 
1800.16/916.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20985
1800.16/916.27	c org.sat4j.minisat.constraints.card.MinWatchCard => 196
1800.16/916.27	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.16/916.27	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2535
1800.16/916.27	c 23718 constraints processed.
1800.16/916.27	c constraints type 
1800.16/916.27	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2535
1800.16/916.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 20985
1800.16/916.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 196
1800.16/916.27	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.16/916.27	c 23718 constraints processed.
1800.16/916.27	s UNKNOWN
1800.16/916.27	c Total wall clock time (in seconds): 916.15

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-3689662-1337884081/watcher-3689662-1337884081 -o /tmp/evaluation-result-3689662-1337884081/solver-3689662-1337884081 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689662-1337884081.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.76 3.90 3.83 4/197 22390
/proc/meminfo: memFree=26433884/32873844 swapFree=7384/7384
[pid=22390] ppid=22388 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/22390/stat : 22390 (java) R 22388 22390 18255 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 254533518 9515008 183 33554432000 1073741824 1073778376 140737481155232 140737481146264 239873113781 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22390/statm: 2323 183 140 9 0 71 0

[startup+0.0179639 s]
/proc/loadavg: 3.76 3.90 3.83 4/197 22390
/proc/meminfo: memFree=26433884/32873844 swapFree=7384/7384
[pid=22390] ppid=22388 vsize=101528 CPUtime=0 cores=1,3,5,7
/proc/22390/stat : 22390 (java) S 22388 22390 18255 0 -1 4202496 1369 0 0 0 0 0 0 0 20 0 2 0 254533518 103964672 1051 33554432000 1073741824 1073778376 140736676874560 140736676865696 239876472893 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22390/statm: 25382 1052 806 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101528

[startup+0.100318 s]
/proc/loadavg: 3.76 3.90 3.83 4/197 22390
/proc/meminfo: memFree=26433884/32873844 swapFree=7384/7384
[pid=22390] ppid=22388 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/22390/stat : 22390 (java) S 22388 22390 18255 0 -1 4202496 4264 0 1 0 8 0 0 0 20 0 18 0 254533518 9787813888 5456 33554432000 1073741824 1073778376 140736676874560 140736676865696 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22390/statm: 2389603 5456 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.30022 s]
/proc/loadavg: 3.76 3.90 3.83 4/197 22390
/proc/meminfo: memFree=26433884/32873844 swapFree=7384/7384
[pid=22390] ppid=22388 vsize=9558412 CPUtime=0.56 cores=1,3,5,7
/proc/22390/stat : 22390 (java) S 22388 22390 18255 0 -1 4202496 7338 0 1 0 55 1 0 0 20 0 18 0 254533518 9787813888 11992 33554432000 1073741824 1073778376 140736676874560 140736676865696 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22390/statm: 2389603 11992 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558412

[startup+0.700209 s]
/proc/loadavg: 3.76 3.90 3.83 4/197 22390
/proc/meminfo: memFree=26433884/32873844 swapFree=7384/7384
[pid=22390] ppid=22388 vsize=9558412 CPUtime=1.52 cores=1,3,5,7
/proc/22390/stat : 22390 (java) S 22388 22390 18255 0 -1 4202496 14385 0 1 0 144 8 0 0 20 0 18 0 254533518 9787813888 46134 33554432000 1073741824 1073778376 140736676874560 140736676865696 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22390/statm: 2389603 46134 2251 9 0 2380296 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 9558412

[startup+1.50076 s]
/proc/loadavg: 3.76 3.90 3.83 5/219 22412
/proc/meminfo: memFree=26254932/32873844 swapFree=7384/7384
[pid=22390] ppid=22388 vsize=9824668 CPUtime=4.52 cores=1,3,5,7
/proc/22390/stat : 22390 (java) S 22388 22390 18255 0 -1 4202496 23983 0 1 0 442 10 0 0 20 0 22 0 254533518 10060460032 50275 33554432000 1073741824 1073778376 140736676874560 140736676865696 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22390/statm: 2456167 50275 2271 9 0 2446860 0
[pid=22390/tid=22392] ppid=22388 vsize=9824668 CPUtime=0.69 cores=1,3,5,7
/proc/22390/task/22392/stat : 22392 (java) S 22388 22390 18255 0 -1 4202560 2515 0 1 0 65 4 0 0 20 0 22 0 254533519 10060460032 50275 33554432000 1073741824 1073778376 140736676874560 140087321703416 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22390/tid=22393] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22393/stat : 22393 (java) S 22388 22390 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254533520 10060460032 50275 33554432000 1073741824 1073778376 140736676874560 140087283194152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22390/tid=22394] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22394/stat : 22394 (java) S 22388 22390 18255 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254533520 10060460032 50275 33554432000 1073741824 1073778376 140736676874560 140087282141352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22390/tid=22395] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22395/stat : 22395 (java) S 22388 22390 18255 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254533520 10060460032 50275 33554432000 1073741824 1073778376 140736676874560 140087281089064 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22390/tid=22396] ppid=22388 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/22390/task/22396/stat : 22396 (java) S 22388 22390 18255 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 254533520 10060460032 50275 33554432000 1073741824 1073778376 140736676874560 140087280036264 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22390/tid=22397] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22397/stat : 22397 (java) S 22388 22390 18255 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 254533520 10060460032 50275 33554432000 1073741824 1073778376 140736676874560 140087278983976 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22390/tid=22398] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22398/stat : 22398 (java) S 22388 22390 18255 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254533520 10060460032 50275 33554432000 1073741824 1073778376 140736676874560 140087277931176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22390/tid=22399] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22399/stat : 22399 (java) S 22388 22390 18255 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254533520 10060460032 50275 33554432000 1073741824 1073778376 140736676874560 140087276878888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22400] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22400/stat : 22400 (java) S 22388 22390 18255 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254533520 10060460032 50275 33554432000 1073741824 1073778376 140736676874560 140087275826088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22401] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22401/stat : 22401 (java) S 22388 22390 18255 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 254533521 10060460032 50275 33554432000 1073741824 1073778376 140736676874560 140087145756904 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22402] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22402/stat : 22402 (java) S 22388 22390 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254533522 10060460032 50275 33554432000 1073741824 1073778376 140736676874560 140087144702968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22403] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22403/stat : 22403 (java) S 22388 22390 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254533522 10060460032 50275 33554432000 1073741824 1073778376 140736676874560 140087143650568 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22404] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22404/stat : 22404 (java) S 22388 22390 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254533524 10060460032 50275 33554432000 1073741824 1073778376 140736676874560 140087142599056 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22405] ppid=22388 vsize=9824668 CPUtime=1.08 cores=1,3,5,7
/proc/22390/task/22405/stat : 22405 (java) R 22388 22390 18255 0 -1 4202560 9809 0 0 0 107 1 0 0 20 0 22 0 254533524 10060460032 50275 33554432000 1073741824 1073778376 140736676874560 140087141534048 140087329459886 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22390/tid=22406] ppid=22388 vsize=9824668 CPUtime=1.13 cores=1,3,5,7
/proc/22390/task/22406/stat : 22406 (java) R 22388 22390 18255 0 -1 4202560 10248 0 0 0 111 2 0 0 20 0 22 0 254533524 10060460032 50275 33554432000 1073741824 1073778376 140736676874560 140087140481056 140087327877760 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22407] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22407/stat : 22407 (java) S 22388 22390 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254533524 10060460032 50275 33554432000 1073741824 1073778376 140736676874560 140087139441784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22390/tid=22408] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22408/stat : 22408 (java) S 22388 22390 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254533524 10060460032 50275 33554432000 1073741824 1073778376 140736676874560 140087138389192 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22409] ppid=22388 vsize=9824668 CPUtime=0.72 cores=1,3,5,7
/proc/22390/task/22409/stat : 22409 (java) R 22388 22390 18255 0 -1 4202560 27 0 0 0 72 0 0 0 20 0 22 0 254533593 10060460032 50275 33554432000 1073741824 1073778376 140736676874560 140086129713816 140087154247147 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=22390/tid=22410] ppid=22388 vsize=9824668 CPUtime=0.73 cores=1,3,5,7
/proc/22390/task/22410/stat : 22410 (java) R 22388 22390 18255 0 -1 4202560 70 0 0 0 73 0 0 0 20 0 22 0 254533593 10060460032 50275 33554432000 1073741824 1073778376 140736676874560 140086128644472 140087154271586 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22390/tid=22411] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22411/stat : 22411 (java) S 22388 22390 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254533596 10060460032 50275 33554432000 1073741824 1073778376 140736676874560 140086127609000 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22390/tid=22412] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22412/stat : 22412 (java) S 22388 22390 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254533596 10060460032 50275 33554432000 1073741824 1073778376 140736676874560 140086126556200 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.52
Current children cumulated vsize (KiB) 9824668

[startup+3.10088 s]
/proc/loadavg: 3.76 3.90 3.83 4/219 22412
/proc/meminfo: memFree=26211372/32873844 swapFree=7384/7384
[pid=22390] ppid=22388 vsize=9824668 CPUtime=8.18 cores=1,3,5,7
/proc/22390/stat : 22390 (java) S 22388 22390 18255 0 -1 4202496 24654 0 1 0 799 19 0 0 20 0 22 0 254533518 10060460032 90595 33554432000 1073741824 1073778376 140736676874560 140736676865696 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22390/statm: 2456167 90595 2273 9 0 2446860 0
[pid=22390/tid=22392] ppid=22388 vsize=9824668 CPUtime=0.69 cores=1,3,5,7
/proc/22390/task/22392/stat : 22392 (java) S 22388 22390 18255 0 -1 4202560 2515 0 1 0 65 4 0 0 20 0 22 0 254533519 10060460032 90595 33554432000 1073741824 1073778376 140736676874560 140087321703416 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22390/tid=22393] ppid=22388 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/22390/task/22393/stat : 22393 (java) S 22388 22390 18255 0 -1 4202560 69 0 0 0 2 2 0 0 20 0 22 0 254533520 10060460032 90595 33554432000 1073741824 1073778376 140736676874560 140087283194152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22390/tid=22394] ppid=22388 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/22390/task/22394/stat : 22394 (java) S 22388 22390 18255 0 -1 4202560 60 0 0 0 2 0 0 0 20 0 22 0 254533520 10060460032 90595 33554432000 1073741824 1073778376 140736676874560 140087282141352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22390/tid=22395] ppid=22388 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/22390/task/22395/stat : 22395 (java) S 22388 22390 18255 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 254533520 10060460032 90595 33554432000 1073741824 1073778376 140736676874560 140087281089064 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22390/tid=22396] ppid=22388 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/22390/task/22396/stat : 22396 (java) S 22388 22390 18255 0 -1 4202560 35 0 0 0 4 2 0 0 20 0 22 0 254533520 10060460032 90595 33554432000 1073741824 1073778376 140736676874560 140087280036264 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22390/tid=22397] ppid=22388 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/22390/task/22397/stat : 22397 (java) S 22388 22390 18255 0 -1 4202560 14 0 0 0 1 1 0 0 20 0 22 0 254533520 10060460032 90595 33554432000 1073741824 1073778376 140736676874560 140087278983976 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22398] ppid=22388 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/22390/task/22398/stat : 22398 (java) S 22388 22390 18255 0 -1 4202560 64 0 0 0 1 1 0 0 20 0 22 0 254533520 10060460032 90595 33554432000 1073741824 1073778376 140736676874560 140087277931176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22390/tid=22399] ppid=22388 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/22390/task/22399/stat : 22399 (java) S 22388 22390 18255 0 -1 4202560 22 0 0 0 2 2 0 0 20 0 22 0 254533520 10060460032 90595 33554432000 1073741824 1073778376 140736676874560 140087276878888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22400] ppid=22388 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/22390/task/22400/stat : 22400 (java) S 22388 22390 18255 0 -1 4202560 58 0 0 0 1 0 0 0 20 0 22 0 254533520 10060460032 90595 33554432000 1073741824 1073778376 140736676874560 140087275826088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22401] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22401/stat : 22401 (java) S 22388 22390 18255 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 254533521 10060460032 90595 33554432000 1073741824 1073778376 140736676874560 140087145756904 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22390/tid=22402] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22402/stat : 22402 (java) S 22388 22390 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254533522 10060460032 90595 33554432000 1073741824 1073778376 140736676874560 140087144702968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22403] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22403/stat : 22403 (java) S 22388 22390 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254533522 10060460032 90595 33554432000 1073741824 1073778376 140736676874560 140087143650568 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22404] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22404/stat : 22404 (java) S 22388 22390 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254533524 10060460032 90595 33554432000 1073741824 1073778376 140736676874560 140087142599056 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22405] ppid=22388 vsize=9824668 CPUtime=1.22 cores=1,3,5,7
/proc/22390/task/22405/stat : 22405 (java) S 22388 22390 18255 0 -1 4202560 9958 0 0 0 120 2 0 0 20 0 22 0 254533524 10060460032 90595 33554432000 1073741824 1073778376 140736676874560 140087141546680 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22390/tid=22406] ppid=22388 vsize=9824668 CPUtime=1.38 cores=1,3,5,7
/proc/22390/task/22406/stat : 22406 (java) S 22388 22390 18255 0 -1 4202560 10300 0 0 0 135 3 0 0 20 0 22 0 254533524 10060460032 90595 33554432000 1073741824 1073778376 140736676874560 140087140493880 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22407] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22407/stat : 22407 (java) S 22388 22390 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254533524 10060460032 90595 33554432000 1073741824 1073778376 140736676874560 140087139441784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22390/tid=22408] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22408/stat : 22408 (java) S 22388 22390 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254533524 10060460032 90595 33554432000 1073741824 1073778376 140736676874560 140087138389192 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22390/tid=22409] ppid=22388 vsize=9824668 CPUtime=2.22 cores=1,3,5,7
/proc/22390/task/22409/stat : 22409 (java) R 22388 22390 18255 0 -1 4202560 27 0 0 0 222 0 0 0 20 0 22 0 254533593 10060460032 90595 33554432000 1073741824 1073778376 140736676874560 140086129713256 140087154039802 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22390/tid=22410] ppid=22388 vsize=9824668 CPUtime=2.26 cores=1,3,5,7
/proc/22390/task/22410/stat : 22410 (java) R 22388 22390 18255 0 -1 4202560 128 0 0 0 224 2 0 0 20 0 22 0 254533593 10060460032 90595 33554432000 1073741824 1073778376 140736676874560 140086128659688 140087153937237 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22390/tid=22411] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22411/stat : 22411 (java) S 22388 22390 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254533596 10060460032 90595 33554432000 1073741824 1073778376 140736676874560 140086127609000 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22390/tid=22412] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22412/stat : 22412 (java) S 22388 22390 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254533596 10060460032 90595 33554432000 1073741824 1073778376 140736676874560 140086126556200 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.18
Current children cumulated vsize (KiB) 9824668

[startup+6.30085 s]
/proc/loadavg: 3.78 3.90 3.83 5/219 22412
/proc/meminfo: memFree=26020844/32873844 swapFree=7384/7384
[pid=22390] ppid=22388 vsize=9824668 CPUtime=14.78 cores=1,3,5,7
/proc/22390/stat : 22390 (java) S 22388 22390 18255 0 -1 4202496 25463 0 1 0 1455 23 0 0 20 0 22 0 254533518 10060460032 101424 33554432000 1073741824 1073778376 140736676874560 140736676865696 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22390/statm: 2456167 101424 2285 9 0 2446860 0
[pid=22390/tid=22392] ppid=22388 vsize=9824668 CPUtime=0.69 cores=1,3,5,7
/proc/22390/task/22392/stat : 22392 (java) S 22388 22390 18255 0 -1 4202560 2515 0 1 0 65 4 0 0 20 0 22 0 254533519 10060460032 101424 33554432000 1073741824 1073778376 140736676874560 140087321703416 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22390/tid=22393] ppid=22388 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/22390/task/22393/stat : 22393 (java) S 22388 22390 18255 0 -1 4202560 78 0 0 0 4 2 0 0 20 0 22 0 254533520 10060460032 101424 33554432000 1073741824 1073778376 140736676874560 140087283194152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22390/tid=22394] ppid=22388 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/22390/task/22394/stat : 22394 (java) S 22388 22390 18255 0 -1 4202560 67 0 0 0 2 1 0 0 20 0 22 0 254533520 10060460032 101424 33554432000 1073741824 1073778376 140736676874560 140087282141352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22395] ppid=22388 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/22390/task/22395/stat : 22395 (java) S 22388 22390 18255 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 22 0 254533520 10060460032 101424 33554432000 1073741824 1073778376 140736676874560 140087281089064 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22396] ppid=22388 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/22390/task/22396/stat : 22396 (java) S 22388 22390 18255 0 -1 4202560 38 0 0 0 4 3 0 0 20 0 22 0 254533520 10060460032 101424 33554432000 1073741824 1073778376 140736676874560 140087280036264 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22390/tid=22397] ppid=22388 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/22390/task/22397/stat : 22397 (java) S 22388 22390 18255 0 -1 4202560 27 0 0 0 2 2 0 0 20 0 22 0 254533520 10060460032 101424 33554432000 1073741824 1073778376 140736676874560 140087278983976 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22398] ppid=22388 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/22390/task/22398/stat : 22398 (java) S 22388 22390 18255 0 -1 4202560 69 0 0 0 2 1 0 0 20 0 22 0 254533520 10060460032 101424 33554432000 1073741824 1073778376 140736676874560 140087277931176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22390/tid=22399] ppid=22388 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/22390/task/22399/stat : 22399 (java) S 22388 22390 18255 0 -1 4202560 51 0 0 0 5 2 0 0 20 0 22 0 254533520 10060460032 101424 33554432000 1073741824 1073778376 140736676874560 140087276878888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22390/tid=22400] ppid=22388 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/22390/task/22400/stat : 22400 (java) S 22388 22390 18255 0 -1 4202560 76 0 0 0 3 0 0 0 20 0 22 0 254533520 10060460032 101424 33554432000 1073741824 1073778376 140736676874560 140087275826088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22401] ppid=22388 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/22390/task/22401/stat : 22401 (java) S 22388 22390 18255 0 -1 4202560 230 0 0 0 8 0 0 0 20 0 22 0 254533521 10060460032 101424 33554432000 1073741824 1073778376 140736676874560 140087145756904 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22390/tid=22402] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22402/stat : 22402 (java) S 22388 22390 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254533522 10060460032 101424 33554432000 1073741824 1073778376 140736676874560 140087144702968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22403] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22403/stat : 22403 (java) S 22388 22390 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254533522 10060460032 101424 33554432000 1073741824 1073778376 140736676874560 140087143650568 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22404] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22404/stat : 22404 (java) S 22388 22390 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254533524 10060460032 101424 33554432000 1073741824 1073778376 140736676874560 140087142599056 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22405] ppid=22388 vsize=9824668 CPUtime=1.38 cores=1,3,5,7
/proc/22390/task/22405/stat : 22405 (java) S 22388 22390 18255 0 -1 4202560 10630 0 0 0 136 2 0 0 20 0 22 0 254533524 10060460032 101424 33554432000 1073741824 1073778376 140736676874560 140087141546680 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

/proc/22390/statm: 2456167 846884 2285 9 0 2446860 0
[pid=22390/tid=22392] ppid=22388 vsize=9824668 CPUtime=0.73 cores=1,3,5,7
/proc/22390/task/22392/stat : 22392 (java) S 22388 22390 18255 0 -1 4202560 2548 0 1 0 67 6 0 0 20 0 22 0 254533519 10060460032 846884 33554432000 1073741824 1073778376 140736676874560 140087321703416 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22390/tid=22393] ppid=22388 vsize=9824668 CPUtime=2.04 cores=1,3,5,7
/proc/22390/task/22393/stat : 22393 (java) S 22388 22390 18255 0 -1 4202560 424 0 0 0 187 17 0 0 20 0 22 0 254533520 10060460032 846884 33554432000 1073741824 1073778376 140736676874560 140087283194152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22394] ppid=22388 vsize=9824668 CPUtime=2.26 cores=1,3,5,7
/proc/22390/task/22394/stat : 22394 (java) S 22388 22390 18255 0 -1 4202560 838 0 0 0 206 20 0 0 20 0 22 0 254533520 10060460032 846884 33554432000 1073741824 1073778376 140736676874560 140087282141352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22390/tid=22395] ppid=22388 vsize=9824668 CPUtime=2.07 cores=1,3,5,7
/proc/22390/task/22395/stat : 22395 (java) S 22388 22390 18255 0 -1 4202560 299 0 0 0 195 12 0 0 20 0 22 0 254533520 10060460032 846884 33554432000 1073741824 1073778376 140736676874560 140087281089064 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22390/tid=22396] ppid=22388 vsize=9824668 CPUtime=2.26 cores=1,3,5,7
/proc/22390/task/22396/stat : 22396 (java) S 22388 22390 18255 0 -1 4202560 357 0 0 0 209 17 0 0 20 0 22 0 254533520 10060460032 846884 33554432000 1073741824 1073778376 140736676874560 140087280036264 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22397] ppid=22388 vsize=9824668 CPUtime=2.24 cores=1,3,5,7
/proc/22390/task/22397/stat : 22397 (java) S 22388 22390 18255 0 -1 4202560 372 0 0 0 208 16 0 0 20 0 22 0 254533520 10060460032 846884 33554432000 1073741824 1073778376 140736676874560 140087278983976 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22390/tid=22398] ppid=22388 vsize=9824668 CPUtime=1.86 cores=1,3,5,7
/proc/22390/task/22398/stat : 22398 (java) S 22388 22390 18255 0 -1 4202560 392 0 0 0 170 16 0 0 20 0 22 0 254533520 10060460032 846884 33554432000 1073741824 1073778376 140736676874560 140087277931176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22399] ppid=22388 vsize=9824668 CPUtime=2.41 cores=1,3,5,7
/proc/22390/task/22399/stat : 22399 (java) S 22388 22390 18255 0 -1 4202560 452 0 0 0 224 17 0 0 20 0 22 0 254533520 10060460032 846884 33554432000 1073741824 1073778376 140736676874560 140087276878888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22390/tid=22400] ppid=22388 vsize=9824668 CPUtime=2.17 cores=1,3,5,7
/proc/22390/task/22400/stat : 22400 (java) S 22388 22390 18255 0 -1 4202560 421 0 0 0 202 15 0 0 20 0 22 0 254533520 10060460032 846884 33554432000 1073741824 1073778376 140736676874560 140087275826088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22390/tid=22401] ppid=22388 vsize=9824668 CPUtime=40.41 cores=1,3,5,7
/proc/22390/task/22401/stat : 22401 (java) S 22388 22390 18255 0 -1 4202560 3197 0 0 0 4025 16 0 0 20 0 22 0 254533521 10060460032 846884 33554432000 1073741824 1073778376 140736676874560 140087145756904 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22402] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22402/stat : 22402 (java) S 22388 22390 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254533522 10060460032 846884 33554432000 1073741824 1073778376 140736676874560 140087144702968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22403] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22403/stat : 22403 (java) S 22388 22390 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254533522 10060460032 846884 33554432000 1073741824 1073778376 140736676874560 140087143650568 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22404] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22404/stat : 22404 (java) S 22388 22390 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254533524 10060460032 846884 33554432000 1073741824 1073778376 140736676874560 140087142599056 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22405] ppid=22388 vsize=9824668 CPUtime=1.92 cores=1,3,5,7
/proc/22390/task/22405/stat : 22405 (java) S 22388 22390 18255 0 -1 4202560 12744 0 0 0 189 3 0 0 20 0 22 0 254533524 10060460032 846884 33554432000 1073741824 1073778376 140736676874560 140087141546680 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22390/tid=22406] ppid=22388 vsize=9824668 CPUtime=1.53 cores=1,3,5,7
/proc/22390/task/22406/stat : 22406 (java) S 22388 22390 18255 0 -1 4202560 10302 0 0 0 150 3 0 0 20 0 22 0 254533524 10060460032 846884 33554432000 1073741824 1073778376 140736676874560 140087140493880 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22390/tid=22407] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22407/stat : 22407 (java) S 22388 22390 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254533524 10060460032 846884 33554432000 1073741824 1073778376 140736676874560 140087139441784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22390/tid=22408] ppid=22388 vsize=9824668 CPUtime=0.38 cores=1,3,5,7
/proc/22390/task/22408/stat : 22408 (java) S 22388 22390 18255 0 -1 4202560 47 0 0 0 18 20 0 0 20 0 22 0 254533524 10060460032 846884 33554432000 1073741824 1073778376 140736676874560 140087138389192 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22390/tid=22409] ppid=22388 vsize=9824668 CPUtime=774.28 cores=1,3,5,7
/proc/22390/task/22409/stat : 22409 (java) R 22388 22390 18255 0 -1 4202560 85 0 0 0 77415 13 0 0 20 0 22 0 254533593 10060460032 846884 33554432000 1073741824 1073778376 140736676874560 140086129713376 140087154093293 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22390/tid=22410] ppid=22388 vsize=9824668 CPUtime=774.33 cores=1,3,5,7
/proc/22390/task/22410/stat : 22410 (java) R 22388 22390 18255 0 -1 4202560 2033 0 0 0 77378 55 0 0 20 0 22 0 254533593 10060460032 846884 33554432000 1073741824 1073778376 140736676874560 140086128658672 140087154467033 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22390/tid=22411] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22411/stat : 22411 (java) S 22388 22390 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254533596 10060460032 846884 33554432000 1073741824 1073778376 140736676874560 140086127609000 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22390/tid=22412] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22412/stat : 22412 (java) S 22388 22390 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254533596 10060460032 846884 33554432000 1073741824 1073778376 140736676874560 140086126556200 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1615.01
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.99 3.98 3.91 5/218 22483
/proc/meminfo: memFree=23808384/32873844 swapFree=7384/7384
[pid=22390] ppid=22388 vsize=9824668 CPUtime=1734.25 cores=1,3,5,7
/proc/22390/stat : 22390 (java) S 22388 22390 18255 0 -1 4202496 36372 0 1 0 173198 227 0 0 20 0 22 0 254533518 10060460032 856202 33554432000 1073741824 1073778376 140736676874560 140736676865696 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22390/statm: 2456167 856202 2285 9 0 2446860 0
[pid=22390/tid=22392] ppid=22388 vsize=9824668 CPUtime=0.74 cores=1,3,5,7
/proc/22390/task/22392/stat : 22392 (java) S 22388 22390 18255 0 -1 4202560 2549 0 1 0 68 6 0 0 20 0 22 0 254533519 10060460032 856202 33554432000 1073741824 1073778376 140736676874560 140087321703416 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22390/tid=22393] ppid=22388 vsize=9824668 CPUtime=2.25 cores=1,3,5,7
/proc/22390/task/22393/stat : 22393 (java) S 22388 22390 18255 0 -1 4202560 517 0 0 0 208 17 0 0 20 0 22 0 254533520 10060460032 856202 33554432000 1073741824 1073778376 140736676874560 140087283194152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22394] ppid=22388 vsize=9824668 CPUtime=2.4 cores=1,3,5,7
/proc/22390/task/22394/stat : 22394 (java) S 22388 22390 18255 0 -1 4202560 856 0 0 0 220 20 0 0 20 0 22 0 254533520 10060460032 856202 33554432000 1073741824 1073778376 140736676874560 140087282141352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22390/tid=22395] ppid=22388 vsize=9824668 CPUtime=2.28 cores=1,3,5,7
/proc/22390/task/22395/stat : 22395 (java) S 22388 22390 18255 0 -1 4202560 404 0 0 0 215 13 0 0 20 0 22 0 254533520 10060460032 856202 33554432000 1073741824 1073778376 140736676874560 140087281089064 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22390/tid=22396] ppid=22388 vsize=9824668 CPUtime=2.43 cores=1,3,5,7
/proc/22390/task/22396/stat : 22396 (java) S 22388 22390 18255 0 -1 4202560 525 0 0 0 225 18 0 0 20 0 22 0 254533520 10060460032 856202 33554432000 1073741824 1073778376 140736676874560 140087280036264 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22390/tid=22397] ppid=22388 vsize=9824668 CPUtime=2.43 cores=1,3,5,7
/proc/22390/task/22397/stat : 22397 (java) S 22388 22390 18255 0 -1 4202560 412 0 0 0 227 16 0 0 20 0 22 0 254533520 10060460032 856202 33554432000 1073741824 1073778376 140736676874560 140087278983976 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22398] ppid=22388 vsize=9824668 CPUtime=2.01 cores=1,3,5,7
/proc/22390/task/22398/stat : 22398 (java) S 22388 22390 18255 0 -1 4202560 573 0 0 0 185 16 0 0 20 0 22 0 254533520 10060460032 856202 33554432000 1073741824 1073778376 140736676874560 140087277931176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22390/tid=22399] ppid=22388 vsize=9824668 CPUtime=2.55 cores=1,3,5,7
/proc/22390/task/22399/stat : 22399 (java) S 22388 22390 18255 0 -1 4202560 469 0 0 0 238 17 0 0 20 0 22 0 254533520 10060460032 856202 33554432000 1073741824 1073778376 140736676874560 140087276878888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22400] ppid=22388 vsize=9824668 CPUtime=2.28 cores=1,3,5,7
/proc/22390/task/22400/stat : 22400 (java) S 22388 22390 18255 0 -1 4202560 429 0 0 0 213 15 0 0 20 0 22 0 254533520 10060460032 856202 33554432000 1073741824 1073778376 140736676874560 140087275826088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22390/tid=22401] ppid=22388 vsize=9824668 CPUtime=41.79 cores=1,3,5,7
/proc/22390/task/22401/stat : 22401 (java) S 22388 22390 18255 0 -1 4202560 3229 0 0 0 4163 16 0 0 20 0 22 0 254533521 10060460032 856202 33554432000 1073741824 1073778376 140736676874560 140087145756904 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22402] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22402/stat : 22402 (java) S 22388 22390 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254533522 10060460032 856202 33554432000 1073741824 1073778376 140736676874560 140087144702968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22403] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22403/stat : 22403 (java) S 22388 22390 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254533522 10060460032 856202 33554432000 1073741824 1073778376 140736676874560 140087143650568 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22404] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22404/stat : 22404 (java) S 22388 22390 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254533524 10060460032 856202 33554432000 1073741824 1073778376 140736676874560 140087142599056 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22405] ppid=22388 vsize=9824668 CPUtime=1.92 cores=1,3,5,7
/proc/22390/task/22405/stat : 22405 (java) S 22388 22390 18255 0 -1 4202560 12744 0 0 0 189 3 0 0 20 0 22 0 254533524 10060460032 856202 33554432000 1073741824 1073778376 140736676874560 140087141546680 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22390/tid=22406] ppid=22388 vsize=9824668 CPUtime=1.53 cores=1,3,5,7
/proc/22390/task/22406/stat : 22406 (java) S 22388 22390 18255 0 -1 4202560 10302 0 0 0 150 3 0 0 20 0 22 0 254533524 10060460032 856202 33554432000 1073741824 1073778376 140736676874560 140087140493880 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22390/tid=22407] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22407/stat : 22407 (java) S 22388 22390 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254533524 10060460032 856202 33554432000 1073741824 1073778376 140736676874560 140087139441784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22390/tid=22408] ppid=22388 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/22390/task/22408/stat : 22408 (java) R 22388 22390 18255 0 -1 4202560 51 0 0 0 19 23 0 0 20 0 22 0 254533524 10060460032 856202 33554432000 1073741824 1073778376 140736676874560 140087138389192 239876497845 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22390/tid=22409] ppid=22388 vsize=9824668 CPUtime=832.4 cores=1,3,5,7
/proc/22390/task/22409/stat : 22409 (java) R 22388 22390 18255 0 -1 4202560 89 0 0 0 83226 14 0 0 20 0 22 0 254533593 10060460032 856202 33554432000 1073741824 1073778376 140736676874560 140086129711584 140087153851680 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22390/tid=22410] ppid=22388 vsize=9824668 CPUtime=832.43 cores=1,3,5,7
/proc/22390/task/22410/stat : 22410 (java) R 22388 22390 18255 0 -1 4202560 2034 0 0 0 83187 56 0 0 20 0 22 0 254533593 10060460032 856202 33554432000 1073741824 1073778376 140736676874560 140086128659472 140087154593163 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22390/tid=22411] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22411/stat : 22411 (java) S 22388 22390 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254533596 10060460032 856202 33554432000 1073741824 1073778376 140736676874560 140086127609000 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22390/tid=22412] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22412/stat : 22412 (java) S 22388 22390 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254533596 10060460032 856202 33554432000 1073741824 1073778376 140736676874560 140086126556200 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1734.25
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+916.201 s]
/proc/loadavg: 3.99 3.98 3.91 5/219 22484
/proc/meminfo: memFree=23713176/32873844 swapFree=7384/7384
[pid=22390] ppid=22388 vsize=9824668 CPUtime=1800.16 cores=1,3,5,7
/proc/22390/stat : 22390 (java) S 22388 22390 18255 0 -1 4202496 36494 0 1 0 179785 231 0 0 20 0 22 0 254533518 10060460032 865983 33554432000 1073741824 1073778376 140736676874560 140736676865696 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22390/statm: 2456167 865983 2286 9 0 2446860 0
[pid=22390/tid=22392] ppid=22388 vsize=9824668 CPUtime=0.74 cores=1,3,5,7
/proc/22390/task/22392/stat : 22392 (java) S 22388 22390 18255 0 -1 4202560 2549 0 1 0 68 6 0 0 20 0 22 0 254533519 10060460032 865983 33554432000 1073741824 1073778376 140736676874560 140087321703416 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22390/tid=22393] ppid=22388 vsize=9824668 CPUtime=2.4 cores=1,3,5,7
/proc/22390/task/22393/stat : 22393 (java) S 22388 22390 18255 0 -1 4202560 533 0 0 0 222 18 0 0 20 0 22 0 254533520 10060460032 865983 33554432000 1073741824 1073778376 140736676874560 140087283194152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22394] ppid=22388 vsize=9824668 CPUtime=2.47 cores=1,3,5,7
/proc/22390/task/22394/stat : 22394 (java) S 22388 22390 18255 0 -1 4202560 868 0 0 0 227 20 0 0 20 0 22 0 254533520 10060460032 865983 33554432000 1073741824 1073778376 140736676874560 140087282141352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22390/tid=22395] ppid=22388 vsize=9824668 CPUtime=2.36 cores=1,3,5,7
/proc/22390/task/22395/stat : 22395 (java) S 22388 22390 18255 0 -1 4202560 407 0 0 0 223 13 0 0 20 0 22 0 254533520 10060460032 865983 33554432000 1073741824 1073778376 140736676874560 140087281089064 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22396] ppid=22388 vsize=9824668 CPUtime=2.48 cores=1,3,5,7
/proc/22390/task/22396/stat : 22396 (java) S 22388 22390 18255 0 -1 4202560 532 0 0 0 229 19 0 0 20 0 22 0 254533520 10060460032 865983 33554432000 1073741824 1073778376 140736676874560 140087280036264 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22390/tid=22397] ppid=22388 vsize=9824668 CPUtime=2.54 cores=1,3,5,7
/proc/22390/task/22397/stat : 22397 (java) S 22388 22390 18255 0 -1 4202560 426 0 0 0 238 16 0 0 20 0 22 0 254533520 10060460032 865983 33554432000 1073741824 1073778376 140736676874560 140087278983976 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22398] ppid=22388 vsize=9824668 CPUtime=2.06 cores=1,3,5,7
/proc/22390/task/22398/stat : 22398 (java) S 22388 22390 18255 0 -1 4202560 596 0 0 0 190 16 0 0 20 0 22 0 254533520 10060460032 865983 33554432000 1073741824 1073778376 140736676874560 140087277931176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22399] ppid=22388 vsize=9824668 CPUtime=2.69 cores=1,3,5,7
/proc/22390/task/22399/stat : 22399 (java) S 22388 22390 18255 0 -1 4202560 483 0 0 0 251 18 0 0 20 0 22 0 254533520 10060460032 865983 33554432000 1073741824 1073778376 140736676874560 140087276878888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22400] ppid=22388 vsize=9824668 CPUtime=2.32 cores=1,3,5,7
/proc/22390/task/22400/stat : 22400 (java) S 22388 22390 18255 0 -1 4202560 438 0 0 0 217 15 0 0 20 0 22 0 254533520 10060460032 865983 33554432000 1073741824 1073778376 140736676874560 140087275826088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22390/tid=22401] ppid=22388 vsize=9824668 CPUtime=44.05 cores=1,3,5,7
/proc/22390/task/22401/stat : 22401 (java) S 22388 22390 18255 0 -1 4202560 3246 0 0 0 4388 17 0 0 20 0 22 0 254533521 10060460032 865983 33554432000 1073741824 1073778376 140736676874560 140087145756904 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22390/tid=22402] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22402/stat : 22402 (java) S 22388 22390 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254533522 10060460032 865983 33554432000 1073741824 1073778376 140736676874560 140087144702968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22403] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22403/stat : 22403 (java) S 22388 22390 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254533522 10060460032 865983 33554432000 1073741824 1073778376 140736676874560 140087143650568 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22404] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22404/stat : 22404 (java) S 22388 22390 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254533524 10060460032 865983 33554432000 1073741824 1073778376 140736676874560 140087142599056 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22390/tid=22405] ppid=22388 vsize=9824668 CPUtime=1.94 cores=1,3,5,7
/proc/22390/task/22405/stat : 22405 (java) S 22388 22390 18255 0 -1 4202560 12747 0 0 0 191 3 0 0 20 0 22 0 254533524 10060460032 865983 33554432000 1073741824 1073778376 140736676874560 140087141546680 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22390/tid=22406] ppid=22388 vsize=9824668 CPUtime=1.53 cores=1,3,5,7
/proc/22390/task/22406/stat : 22406 (java) S 22388 22390 18255 0 -1 4202560 10302 0 0 0 150 3 0 0 20 0 22 0 254533524 10060460032 865983 33554432000 1073741824 1073778376 140736676874560 140087140493880 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22390/tid=22407] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22407/stat : 22407 (java) S 22388 22390 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254533524 10060460032 865983 33554432000 1073741824 1073778376 140736676874560 140087139441784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22390/tid=22408] ppid=22388 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/22390/task/22408/stat : 22408 (java) S 22388 22390 18255 0 -1 4202560 53 0 0 0 19 23 0 0 20 0 22 0 254533524 10060460032 865983 33554432000 1073741824 1073778376 140736676874560 140087138389192 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22390/tid=22409] ppid=22388 vsize=9824668 CPUtime=863.79 cores=1,3,5,7
/proc/22390/task/22409/stat : 22409 (java) R 22388 22390 18255 0 -1 4202560 90 0 0 0 86364 15 0 0 20 0 22 0 254533593 10060460032 865983 33554432000 1073741824 1073778376 140736676874560 140086129711344 140087154247147 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22390/tid=22410] ppid=22388 vsize=9824668 CPUtime=863.8 cores=1,3,5,7
/proc/22390/task/22410/stat : 22410 (java) R 22388 22390 18255 0 -1 4202560 2035 0 0 0 86323 57 0 0 20 0 22 0 254533593 10060460032 865983 33554432000 1073741824 1073778376 140736676874560 140086128659568 140087154593107 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22390/tid=22411] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22411/stat : 22411 (java) S 22388 22390 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254533596 10060460032 865983 33554432000 1073741824 1073778376 140736676874560 140086127609000 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22390/tid=22412] ppid=22388 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22390/task/22412/stat : 22412 (java) S 22388 22390 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254533596 10060460032 865983 33554432000 1073741824 1073778376 140736676874560 140086126556200 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 9824668

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22390 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=339370
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=770578
# CPU time returned by wait4() is 1796.11
# while last known CPU time is 1800.16
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 916.29
CPU time (s): 1800.16
CPU user time (s): 1797.85
CPU system time (s): 2.31
CPU usage (%): 196.462
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.34
system time used= 2.77058
maximum resident set size= 3464052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36526
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= 24839
involuntary context switches= 34118

runsolver used 4.14137 second user time and 8.31274 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-24 20:28:01
IDJOB=3689662
IDBENCH=90154
IDSOLVER=2268
FILE ID=node136/3689662-1337884081
RUNJOBID= node136-1337871880-18272
PBS_JOBID= 14620068
Free space on /tmp= 71716 MiB

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

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

MD5SUM BENCH= bcce2e1d61aa4147a6a5a8b58d6d164e
RANDOM SEED=896786930

node136.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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:        26434040 kB
Buffers:          287164 kB
Cached:          1912844 kB
SwapCached:        24460 kB
Active:          4042800 kB
Inactive:        1625936 kB
Active(anon):    3443148 kB
Inactive(anon):    25096 kB
Active(file):     599652 kB
Inactive(file):  1600840 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:              2020 kB
Writeback:             0 kB
AnonPages:       3449776 kB
Mapped:            17868 kB
Shmem:                 0 kB
Slab:             626660 kB
SReclaimable:      68552 kB
SUnreclaim:       558108 kB
KernelStack:        1624 kB
PageTables:        10944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    4073504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3371008 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= 71716 MiB
End job on node136 at 2012-05-24 20:43:19