Trace number 3687518

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 NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.2 932.062

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-l152lav.opb
MD5SUM1a5510d564851e49e3b50f1a87922ca2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4722
Best CPU time to get the best result obtained on this benchmark3.04853
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4722
Optimality of the best value was proved YES
Number of variables1989
Total number of constraints97
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)96
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint3
Maximum length of a constraint1989
Number of terms in the objective function 1989
Biggest coefficient in the objective function 268
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 382524
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 268
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 382524
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.07	c version 2.3.2.v20120418
0.05/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.07	c java.vm.version	19.1-b02
0.05/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.07	c sun.arch.data.model	64
0.05/0.07	c java.version		1.6.0_24
0.05/0.07	c os.name		Linux
0.05/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.07	c os.arch		amd64
0.05/0.07	c Free memory 		501472288
0.05/0.07	c Max memory 		7480803328
0.05/0.07	c Total memory 		504102912
0.05/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3687518-1337871927.opb
0.11/0.10	c reading problem ... 
0.31/0.28	c ... done. Wall clock time 0.176s.
0.31/0.28	c declared #vars     1989
0.31/0.28	c #constraints  193
0.31/0.28	c constraints type 
0.31/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 95
0.31/0.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 97
0.31/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.31/0.28	c 193 constraints processed.
0.31/0.28	c constraints type 
0.31/0.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 95
0.31/0.28	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 97
0.31/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.31/0.28	c 193 constraints processed.
0.31/0.28	c objective function length is 1989 literals
3.82/1.22	c cleaning 2499 clauses out of 5004 with flag 5004/5004
5.60/2.00	c cleaning 4247 clauses out of 8501 with flag 11000/11000
7.18/2.84	c cleaning 5626 clauses out of 11254 with flag 18000/18000
9.17/3.88	c cleaning 6811 clauses out of 13630 with flag 26002/26002
11.79/5.15	c cleaning 7907 clauses out of 15817 with flag 35000/35000
14.15/6.31	c cleaning 8948 clauses out of 17910 with flag 45000/45000
17.30/7.91	c cleaning 9977 clauses out of 19962 with flag 56000/56000
20.66/9.65	c cleaning 10988 clauses out of 21985 with flag 68000/68000
24.83/11.79	c cleaning 11997 clauses out of 23997 with flag 81000/81000
28.64/13.69	c cleaning 12996 clauses out of 26000 with flag 95000/95000
33.00/15.83	c cleaning 14002 clauses out of 28005 with flag 110001/110001
36.90/17.86	c cleaning 14996 clauses out of 30002 with flag 126000/126000
41.36/20.18	c cleaning 16004 clauses out of 32008 with flag 143002/143002
45.89/22.42	c cleaning 16995 clauses out of 34002 with flag 161000/161000
51.19/25.14	c cleaning 17997 clauses out of 36007 with flag 180000/180000
56.68/27.97	c cleaning 19002 clauses out of 38012 with flag 200002/200002
63.31/31.32	c cleaning 20003 clauses out of 40008 with flag 221000/221000
69.39/34.44	c cleaning 21002 clauses out of 42006 with flag 243001/243001
75.67/37.69	c cleaning 21998 clauses out of 44003 with flag 266000/266000
82.37/41.02	c cleaning 22997 clauses out of 46006 with flag 290001/290001
91.94/45.98	c cleaning 23999 clauses out of 48009 with flag 315001/315001
101.23/50.68	c cleaning 24998 clauses out of 50009 with flag 341000/341000
111.09/55.61	c cleaning 25999 clauses out of 52011 with flag 368000/368000
121.14/60.79	c cleaning 26995 clauses out of 54012 with flag 396000/396000
131.01/65.82	c cleaning 28003 clauses out of 56019 with flag 425002/425002
141.07/70.96	c cleaning 29007 clauses out of 58014 with flag 455000/455000
152.68/76.89	c cleaning 29998 clauses out of 60007 with flag 486000/486000
165.44/83.40	c cleaning 30993 clauses out of 62009 with flag 518000/518000
176.04/88.82	c cleaning 32003 clauses out of 64017 with flag 551001/551001
185.81/93.80	c cleaning 33003 clauses out of 66014 with flag 585001/585001
197.59/99.88	c cleaning 34005 clauses out of 68010 with flag 620000/620000
209.55/105.93	c cleaning 34996 clauses out of 70005 with flag 656000/656000
221.11/111.90	c cleaning 36000 clauses out of 72010 with flag 693001/693001
235.55/119.44	c cleaning 36988 clauses out of 74010 with flag 731001/731001
250.92/127.28	c cleaning 38002 clauses out of 76021 with flag 770000/770000
264.96/134.44	c cleaning 39002 clauses out of 78020 with flag 810001/810001
279.90/142.01	c cleaning 39996 clauses out of 80018 with flag 851001/851001
295.74/150.14	c cleaning 41001 clauses out of 82021 with flag 893000/893000
312.03/158.45	c cleaning 41988 clauses out of 84020 with flag 936000/936000
328.59/167.08	c cleaning 43008 clauses out of 86032 with flag 980000/980000
347.60/176.74	c cleaning 43995 clauses out of 88027 with flag 1025003/1025003
365.35/185.84	c cleaning 45002 clauses out of 90029 with flag 1071000/1071000
386.74/196.72	c cleaning 46002 clauses out of 92029 with flag 1118002/1118002
409.92/208.73	c cleaning 47004 clauses out of 94026 with flag 1166001/1166001
434.66/221.34	c cleaning 48001 clauses out of 96024 with flag 1215003/1215003
453.60/231.08	c cleaning 48996 clauses out of 98020 with flag 1265000/1265000
471.78/240.45	c cleaning 49987 clauses out of 100024 with flag 1316000/1316000
491.66/250.86	c cleaning 51014 clauses out of 102037 with flag 1368000/1368000
511.59/261.04	c cleaning 51995 clauses out of 104023 with flag 1421000/1421000
530.91/271.01	c cleaning 52999 clauses out of 106028 with flag 1475000/1475000
552.21/282.02	c cleaning 53969 clauses out of 108029 with flag 1530000/1530000
578.93/295.94	c cleaning 54942 clauses out of 110061 with flag 1586001/1586001
601.30/307.44	c cleaning 56056 clauses out of 112118 with flag 1643000/1643000
624.19/319.85	c cleaning 57024 clauses out of 114062 with flag 1701000/1701000
647.58/332.15	c cleaning 58011 clauses out of 116038 with flag 1760000/1760000
668.52/343.09	c cleaning 58996 clauses out of 118028 with flag 1820001/1820001
693.11/355.73	c cleaning 60008 clauses out of 120031 with flag 1881000/1881000
718.41/368.82	c cleaning 61002 clauses out of 122023 with flag 1943000/1943000
743.68/382.20	c cleaning 62000 clauses out of 124021 with flag 2006000/2006000
770.76/396.23	c cleaning 63005 clauses out of 126021 with flag 2070000/2070000
793.99/408.34	c cleaning 64005 clauses out of 128019 with flag 2135003/2135003
820.84/422.27	c cleaning 64999 clauses out of 130011 with flag 2201000/2201000
850.32/437.72	c cleaning 65992 clauses out of 132012 with flag 2268000/2268000
882.22/454.12	c cleaning 67004 clauses out of 134021 with flag 2336001/2336001
909.54/468.23	c cleaning 67990 clauses out of 136016 with flag 2405000/2405000
934.88/481.49	c cleaning 69000 clauses out of 138026 with flag 2475000/2475000
965.30/497.53	c cleaning 69981 clauses out of 140027 with flag 2546001/2546001
991.85/511.37	c cleaning 71006 clauses out of 142047 with flag 2618002/2618002
1016.38/524.14	c cleaning 72013 clauses out of 144040 with flag 2691001/2691001
1046.35/539.54	c cleaning 73006 clauses out of 146026 with flag 2765000/2765000
1079.24/556.84	c cleaning 73997 clauses out of 148020 with flag 2840000/2840000
1117.48/576.45	c cleaning 74997 clauses out of 150023 with flag 2916000/2916000
1153.76/595.09	c cleaning 76009 clauses out of 152026 with flag 2993000/2993000
1184.72/611.03	c cleaning 77006 clauses out of 154017 with flag 3071000/3071000
1221.32/630.37	c cleaning 77996 clauses out of 156011 with flag 3150000/3150000
1257.00/648.76	c cleaning 78993 clauses out of 158015 with flag 3230000/3230000
1296.31/668.88	c cleaning 80004 clauses out of 160023 with flag 3311001/3311001
1343.60/692.93	c cleaning 80994 clauses out of 162019 with flag 3393001/3393001
1382.84/713.69	c cleaning 81958 clauses out of 164025 with flag 3476001/3476001
1415.71/730.75	c cleaning 82991 clauses out of 166066 with flag 3560000/3560000
1450.51/748.84	c cleaning 84010 clauses out of 168075 with flag 3645000/3645000
1490.76/770.80	c cleaning 85023 clauses out of 170066 with flag 3731001/3731001
1526.14/789.12	c cleaning 86010 clauses out of 172042 with flag 3818000/3818000
1562.36/807.91	c cleaning 86993 clauses out of 174032 with flag 3906000/3906000
1601.47/828.14	c cleaning 88017 clauses out of 176040 with flag 3995001/3995001
1644.10/850.53	c cleaning 89007 clauses out of 178023 with flag 4085001/4085001
1688.34/873.38	c cleaning 89999 clauses out of 180016 with flag 4176001/4176001
1736.92/898.37	c cleaning 91001 clauses out of 182017 with flag 4268001/4268001
1788.87/924.96	c cleaning 92000 clauses out of 184016 with flag 4361001/4361001
1800.20/932.01	c starts		: 253
1800.20/932.01	c conflicts		: 4373181
1800.20/932.01	c decisions		: 5393237
1800.20/932.01	c propagations		: 48680321
1800.20/932.01	c inspects		: 3226570541
1800.20/932.01	c shortcuts		: 0
1800.20/932.01	c learnt literals	: 0
1800.20/932.01	c learnt binary clauses	: 0
1800.20/932.01	c learnt ternary clauses	: 4
1800.20/932.01	c learnt constraints	: 4373181
1800.20/932.01	c ignored constraints	: 0
1800.20/932.01	c root simplifications	: 0
1800.20/932.01	c removed literals (reason simplification)	: 9797091
1800.20/932.01	c reason swapping (by a shorter reason)	: 0
1800.20/932.01	c Calls to reduceDB	: 89
1800.20/932.01	c number of reductions to clauses (during analyze)	: 0
1800.20/932.01	c number of learned constraints concerned by reduction	: 0
1800.20/932.01	c number of learning phase by resolution	: 0
1800.20/932.01	c number of learning phase by cutting planes	: 0
1800.20/932.01	c speed (assignments/second)	: 52249.4874904743
1800.20/932.01	c non guided choices	9
1800.20/932.04	c learnt constraints type 
1800.20/932.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 104304
1800.20/932.04	c constraints type 
1800.20/932.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 95
1800.20/932.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 97
1800.20/932.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.20/932.04	c 193 constraints processed.
1800.20/932.04	c constraints type 
1800.20/932.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 95
1800.20/932.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 97
1800.20/932.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.20/932.04	c 193 constraints processed.
1800.20/932.04	s UNKNOWN
1800.20/932.04	c Total wall clock time (in seconds): 931.942

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-3687518-1337871927/watcher-3687518-1337871927 -o /tmp/evaluation-result-3687518-1337871927/solver-3687518-1337871927 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687518-1337871927.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: 0.82 0.22 0.07 4/197 22166
/proc/meminfo: memFree=29210956/32873660 swapFree=7108/7108
[pid=22166] ppid=22164 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/22166/stat : 22166 (java) R 22164 22166 21381 0 -1 4202496 993 0 0 0 0 0 0 0 20 0 1 0 253318491 23793664 722 33554432000 1073741824 1073778376 140735511254480 140735511243544 140620668977600 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22166/statm: 5809 736 544 9 0 128 0

[startup+0.071724 s]
/proc/loadavg: 0.82 0.22 0.07 4/197 22166
/proc/meminfo: memFree=29210956/32873660 swapFree=7108/7108
[pid=22166] ppid=22164 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/22166/stat : 22166 (java) S 22164 22166 21381 0 -1 4202496 3696 0 1 0 5 0 0 0 20 0 18 0 253318491 9787813888 4394 33554432000 1073741824 1073778376 140735511254480 140735511245616 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22166/statm: 2389603 4394 1932 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100205 s]
/proc/loadavg: 0.82 0.22 0.07 4/197 22166
/proc/meminfo: memFree=29210956/32873660 swapFree=7108/7108
[pid=22166] ppid=22164 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/22166/stat : 22166 (java) S 22164 22166 21381 0 -1 4202496 4549 0 1 0 10 1 0 0 20 0 18 0 253318491 9787813888 5690 33554432000 1073741824 1073778376 140735511254480 140735511245616 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22166/statm: 2389603 5690 2142 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300173 s]
/proc/loadavg: 0.82 0.22 0.07 4/197 22166
/proc/meminfo: memFree=29210956/32873660 swapFree=7108/7108
[pid=22166] ppid=22164 vsize=9691540 CPUtime=0.61 cores=1,3,5,7
/proc/22166/stat : 22166 (java) S 22164 22166 21381 0 -1 4202496 7803 0 1 0 59 2 0 0 20 0 20 0 253318491 9924136960 12324 33554432000 1073741824 1073778376 140735511254480 140735511245616 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22166/statm: 2422885 12324 2227 9 0 2413578 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 9691540

[startup+0.70018 s]
/proc/loadavg: 0.82 0.22 0.07 4/197 22166
/proc/meminfo: memFree=29210956/32873660 swapFree=7108/7108
[pid=22166] ppid=22164 vsize=9824668 CPUtime=2.17 cores=1,3,5,7
/proc/22166/stat : 22166 (java) S 22164 22166 21381 0 -1 4202496 17475 0 1 0 214 3 0 0 20 0 22 0 253318491 10060460032 20750 33554432000 1073741824 1073778376 140735511254480 140735511245616 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22166/statm: 2456167 20750 2243 9 0 2446860 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9824668

[startup+1.50072 s]
/proc/loadavg: 0.82 0.22 0.07 6/219 22188
/proc/meminfo: memFree=29088792/32873660 swapFree=7108/7108
[pid=22166] ppid=22164 vsize=9824668 CPUtime=4.47 cores=1,3,5,7
/proc/22166/stat : 22166 (java) S 22164 22166 21381 0 -1 4202496 24236 0 1 0 440 7 0 0 20 0 22 0 253318491 10060460032 32882 33554432000 1073741824 1073778376 140735511254480 140735511245616 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22166/statm: 2456167 32882 2277 9 0 2446860 0
[pid=22166/tid=22168] ppid=22164 vsize=9824668 CPUtime=0.26 cores=1,3,5,7
/proc/22166/task/22168/stat : 22168 (java) S 22164 22166 21381 0 -1 4202560 2512 0 1 0 24 2 0 0 20 0 22 0 253318491 10060460032 32882 33554432000 1073741824 1073778376 140735511254480 140620660950008 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22166/tid=22169] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22169/stat : 22169 (java) S 22164 22166 21381 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 253318492 10060460032 32882 33554432000 1073741824 1073778376 140735511254480 140620504889640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22170] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22170/stat : 22170 (java) S 22164 22166 21381 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253318492 10060460032 32882 33554432000 1073741824 1073778376 140735511254480 140620503836840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22171] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22171/stat : 22171 (java) S 22164 22166 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318492 10060460032 32882 33554432000 1073741824 1073778376 140735511254480 140620502784552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22172] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22172/stat : 22172 (java) S 22164 22166 21381 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253318492 10060460032 32882 33554432000 1073741824 1073778376 140735511254480 140620501731752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22166/tid=22173] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22173/stat : 22173 (java) S 22164 22166 21381 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253318492 10060460032 32882 33554432000 1073741824 1073778376 140735511254480 140620500679464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22174] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22174/stat : 22174 (java) S 22164 22166 21381 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253318492 10060460032 32882 33554432000 1073741824 1073778376 140735511254480 140620499626664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22175] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22175/stat : 22175 (java) S 22164 22166 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318492 10060460032 32882 33554432000 1073741824 1073778376 140735511254480 140620498574376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22166/tid=22176] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22176/stat : 22176 (java) S 22164 22166 21381 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253318492 10060460032 32882 33554432000 1073741824 1073778376 140735511254480 140620497521576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22177] ppid=22164 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/22166/task/22177/stat : 22177 (java) S 22164 22166 21381 0 -1 4202560 33 0 0 0 2 0 0 0 20 0 22 0 253318493 10060460032 32882 33554432000 1073741824 1073778376 140735511254480 140620485109992 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22178] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22178/stat : 22178 (java) S 22164 22166 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253318493 10060460032 32882 33554432000 1073741824 1073778376 140735511254480 140620484056056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22179] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22179/stat : 22179 (java) S 22164 22166 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253318493 10060460032 32882 33554432000 1073741824 1073778376 140735511254480 140620483003656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22180] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22180/stat : 22180 (java) S 22164 22166 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318495 10060460032 32882 33554432000 1073741824 1073778376 140735511254480 140620481952144 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22181] ppid=22164 vsize=9824668 CPUtime=0.82 cores=1,3,5,7
/proc/22166/task/22181/stat : 22181 (java) S 22164 22166 21381 0 -1 4202560 8607 0 0 0 81 1 0 0 20 0 22 0 253318495 10060460032 32882 33554432000 1073741824 1073778376 140735511254480 140620480899768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22182] ppid=22164 vsize=9824668 CPUtime=0.93 cores=1,3,5,7
/proc/22166/task/22182/stat : 22182 (java) S 22164 22166 21381 0 -1 4202560 11724 0 0 0 91 2 0 0 20 0 22 0 253318495 10060460032 32882 33554432000 1073741824 1073778376 140735511254480 140620479846968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22183] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22183/stat : 22183 (java) S 22164 22166 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318495 10060460032 32882 33554432000 1073741824 1073778376 140735511254480 140620478794872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22184] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22184/stat : 22184 (java) S 22164 22166 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318496 10060460032 32882 33554432000 1073741824 1073778376 140735511254480 140620477742280 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22185] ppid=22164 vsize=9824668 CPUtime=1.15 cores=1,3,5,7
/proc/22166/task/22185/stat : 22185 (java) R 22164 22166 21381 0 -1 4202560 30 0 0 0 115 0 0 0 20 0 22 0 253318519 10060460032 32882 33554432000 1073741824 1073778376 140735511254480 140620476686648 140620534066619 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22186] ppid=22164 vsize=9824668 CPUtime=1.16 cores=1,3,5,7
/proc/22166/task/22186/stat : 22186 (java) R 22164 22166 21381 0 -1 4202560 89 0 0 0 116 0 0 0 20 0 22 0 253318519 10060460032 32882 33554432000 1073741824 1073778376 140735511254480 140620475631648 140620533859371 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22166/tid=22187] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22187/stat : 22187 (java) S 22164 22166 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253318523 10060460032 32882 33554432000 1073741824 1073778376 140735511254480 140620474582184 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22188] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22188/stat : 22188 (java) S 22164 22166 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253318523 10060460032 32882 33554432000 1073741824 1073778376 140735511254480 140620473529384 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.47
Current children cumulated vsize (KiB) 9824668

[startup+3.10072 s]
/proc/loadavg: 1.08 0.28 0.09 8/219 22188
/proc/meminfo: memFree=29023652/32873660 swapFree=7108/7108
[pid=22166] ppid=22164 vsize=9824668 CPUtime=7.76 cores=1,3,5,7
/proc/22166/stat : 22166 (java) S 22164 22166 21381 0 -1 4202496 24290 0 1 0 768 8 0 0 20 0 22 0 253318491 10060460032 38029 33554432000 1073741824 1073778376 140735511254480 140735511245616 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22166/statm: 2456167 38029 2277 9 0 2446860 0
[pid=22166/tid=22168] ppid=22164 vsize=9824668 CPUtime=0.26 cores=1,3,5,7
/proc/22166/task/22168/stat : 22168 (java) S 22164 22166 21381 0 -1 4202560 2512 0 1 0 24 2 0 0 20 0 22 0 253318491 10060460032 38029 33554432000 1073741824 1073778376 140735511254480 140620660950008 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22166/tid=22169] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22169/stat : 22169 (java) S 22164 22166 21381 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 253318492 10060460032 38029 33554432000 1073741824 1073778376 140735511254480 140620504889640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22170] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22170/stat : 22170 (java) S 22164 22166 21381 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 253318492 10060460032 38029 33554432000 1073741824 1073778376 140735511254480 140620503836840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22171] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22171/stat : 22171 (java) S 22164 22166 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318492 10060460032 38029 33554432000 1073741824 1073778376 140735511254480 140620502784552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22172] ppid=22164 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/22166/task/22172/stat : 22172 (java) S 22164 22166 21381 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 253318492 10060460032 38029 33554432000 1073741824 1073778376 140735511254480 140620501731752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22173] ppid=22164 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/22166/task/22173/stat : 22173 (java) S 22164 22166 21381 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 253318492 10060460032 38029 33554432000 1073741824 1073778376 140735511254480 140620500679464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22174] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22174/stat : 22174 (java) S 22164 22166 21381 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253318492 10060460032 38029 33554432000 1073741824 1073778376 140735511254480 140620499626664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22175] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22175/stat : 22175 (java) S 22164 22166 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318492 10060460032 38029 33554432000 1073741824 1073778376 140735511254480 140620498574376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22166/tid=22176] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22176/stat : 22176 (java) S 22164 22166 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253318492 10060460032 38029 33554432000 1073741824 1073778376 140735511254480 140620497521576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22177] ppid=22164 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/22166/task/22177/stat : 22177 (java) S 22164 22166 21381 0 -1 4202560 39 0 0 0 8 0 0 0 20 0 22 0 253318493 10060460032 38029 33554432000 1073741824 1073778376 140735511254480 140620485109992 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22178] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22178/stat : 22178 (java) S 22164 22166 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253318493 10060460032 38029 33554432000 1073741824 1073778376 140735511254480 140620484056056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22179] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22179/stat : 22179 (java) S 22164 22166 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253318493 10060460032 38029 33554432000 1073741824 1073778376 140735511254480 140620483003656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22180] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22180/stat : 22180 (java) S 22164 22166 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318495 10060460032 38029 33554432000 1073741824 1073778376 140735511254480 140620481952144 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22181] ppid=22164 vsize=9824668 CPUtime=0.93 cores=1,3,5,7
/proc/22166/task/22181/stat : 22181 (java) S 22164 22166 21381 0 -1 4202560 8620 0 0 0 91 2 0 0 20 0 22 0 253318495 10060460032 38029 33554432000 1073741824 1073778376 140735511254480 140620480899768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22182] ppid=22164 vsize=9824668 CPUtime=0.97 cores=1,3,5,7
/proc/22166/task/22182/stat : 22182 (java) S 22164 22166 21381 0 -1 4202560 11729 0 0 0 95 2 0 0 20 0 22 0 253318495 10060460032 38029 33554432000 1073741824 1073778376 140735511254480 140620479846968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22183] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22183/stat : 22183 (java) S 22164 22166 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318495 10060460032 38029 33554432000 1073741824 1073778376 140735511254480 140620478794872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22184] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22184/stat : 22184 (java) S 22164 22166 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318496 10060460032 38029 33554432000 1073741824 1073778376 140735511254480 140620477742280 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22185] ppid=22164 vsize=9824668 CPUtime=2.66 cores=1,3,5,7
/proc/22166/task/22185/stat : 22185 (java) R 22164 22166 21381 0 -1 4202560 31 0 0 0 266 0 0 0 20 0 22 0 253318519 10060460032 38029 33554432000 1073741824 1073778376 140735511254480 140620476686680 140620533872367 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22186] ppid=22164 vsize=9824668 CPUtime=2.66 cores=1,3,5,7
/proc/22166/task/22186/stat : 22186 (java) R 22164 22166 21381 0 -1 4202560 89 0 0 0 266 0 0 0 20 0 22 0 253318519 10060460032 38029 33554432000 1073741824 1073778376 140735511254480 140620475631544 140620534409430 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22166/tid=22187] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22187/stat : 22187 (java) S 22164 22166 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253318523 10060460032 38029 33554432000 1073741824 1073778376 140735511254480 140620474582184 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22188] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22188/stat : 22188 (java) S 22164 22166 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253318523 10060460032 38029 33554432000 1073741824 1073778376 140735511254480 140620473529384 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.76
Current children cumulated vsize (KiB) 9824668

[startup+6.3007 s]
/proc/loadavg: 1.08 0.28 0.09 5/219 22188
/proc/meminfo: memFree=28826864/32873660 swapFree=7108/7108
[pid=22166] ppid=22164 vsize=9824668 CPUtime=14.15 cores=1,3,5,7
/proc/22166/stat : 22166 (java) S 22164 22166 21381 0 -1 4202496 24553 0 1 0 1405 10 0 0 20 0 22 0 253318491 10060460032 41926 33554432000 1073741824 1073778376 140735511254480 140735511245616 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22166/statm: 2456167 41926 2278 9 0 2446860 0
[pid=22166/tid=22168] ppid=22164 vsize=9824668 CPUtime=0.26 cores=1,3,5,7
/proc/22166/task/22168/stat : 22168 (java) S 22164 22166 21381 0 -1 4202560 2512 0 1 0 24 2 0 0 20 0 22 0 253318491 10060460032 41926 33554432000 1073741824 1073778376 140735511254480 140620660950008 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22166/tid=22169] ppid=22164 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/22166/task/22169/stat : 22169 (java) S 22164 22166 21381 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 253318492 10060460032 41926 33554432000 1073741824 1073778376 140735511254480 140620504889640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22170] ppid=22164 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/22166/task/22170/stat : 22170 (java) S 22164 22166 21381 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 253318492 10060460032 41926 33554432000 1073741824 1073778376 140735511254480 140620503836840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22166/tid=22171] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22171/stat : 22171 (java) S 22164 22166 21381 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253318492 10060460032 41926 33554432000 1073741824 1073778376 140735511254480 140620502784552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22172] ppid=22164 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/22166/task/22172/stat : 22172 (java) S 22164 22166 21381 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 253318492 10060460032 41926 33554432000 1073741824 1073778376 140735511254480 140620501731752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22173] ppid=22164 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/22166/task/22173/stat : 22173 (java) S 22164 22166 21381 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 253318492 10060460032 41926 33554432000 1073741824 1073778376 140735511254480 140620500679464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22174] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22174/stat : 22174 (java) S 22164 22166 21381 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253318492 10060460032 41926 33554432000 1073741824 1073778376 140735511254480 140620499626664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22175] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22175/stat : 22175 (java) S 22164 22166 21381 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253318492 10060460032 41926 33554432000 1073741824 1073778376 140735511254480 140620498574376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22176] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22176/stat : 22176 (java) S 22164 22166 21381 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253318492 10060460032 41926 33554432000 1073741824 1073778376 140735511254480 140620497521576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22177] ppid=22164 vsize=9824668 CPUtime=0.19 cores=1,3,5,7
/proc/22166/task/22177/stat : 22177 (java) S 22164 22166 21381 0 -1 4202560 42 0 0 0 19 0 0 0 20 0 22 0 253318493 10060460032 41926 33554432000 1073741824 1073778376 140735511254480 140620485109992 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22178] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22178/stat : 22178 (java) S 22164 22166 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253318493 10060460032 41926 33554432000 1073741824 1073778376 140735511254480 140620484056056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22179] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22179/stat : 22179 (java) S 22164 22166 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253318493 10060460032 41926 33554432000 1073741824 1073778376 140735511254480 140620483003656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22180] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22180/stat : 22180 (java) S 22164 22166 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318495 10060460032 41926 33554432000 1073741824 1073778376 140735511254480 140620481952144 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22181] ppid=22164 vsize=9824668 CPUtime=0.94 cores=1,3,5,7
/proc/22166/task/22181/stat : 22181 (java) S 22164 22166 21381 0 -1 4202560 8623 0 0 0 92 2 0 0 20 0 22 0 253318495 10060460032 41926 33554432000 1073741824 1073778376 140735511254480 140620480899768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/22166/statm: 2456167 599959 2279 9 0 2446860 0
[pid=22166/tid=22168] ppid=22164 vsize=9824668 CPUtime=0.29 cores=1,3,5,7
/proc/22166/task/22168/stat : 22168 (java) S 22164 22166 21381 0 -1 4202560 2570 0 1 0 26 3 0 0 20 0 22 0 253318491 10060460032 599959 33554432000 1073741824 1073778376 140735511254480 140620660950008 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22169] ppid=22164 vsize=9824668 CPUtime=4.13 cores=1,3,5,7
/proc/22166/task/22169/stat : 22169 (java) S 22164 22166 21381 0 -1 4202560 1084 0 0 0 389 24 0 0 20 0 22 0 253318492 10060460032 599959 33554432000 1073741824 1073778376 140735511254480 140620504889640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22170] ppid=22164 vsize=9824668 CPUtime=3.45 cores=1,3,5,7
/proc/22166/task/22170/stat : 22170 (java) S 22164 22166 21381 0 -1 4202560 647 0 0 0 330 15 0 0 20 0 22 0 253318492 10060460032 599959 33554432000 1073741824 1073778376 140735511254480 140620503836840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22171] ppid=22164 vsize=9824668 CPUtime=3.68 cores=1,3,5,7
/proc/22166/task/22171/stat : 22171 (java) S 22164 22166 21381 0 -1 4202560 1151 0 0 0 353 15 0 0 20 0 22 0 253318492 10060460032 599959 33554432000 1073741824 1073778376 140735511254480 140620502784552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22172] ppid=22164 vsize=9824668 CPUtime=3.76 cores=1,3,5,7
/proc/22166/task/22172/stat : 22172 (java) S 22164 22166 21381 0 -1 4202560 1533 0 0 0 356 20 0 0 20 0 22 0 253318492 10060460032 599959 33554432000 1073741824 1073778376 140735511254480 140620501731752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22173] ppid=22164 vsize=9824668 CPUtime=3.73 cores=1,3,5,7
/proc/22166/task/22173/stat : 22173 (java) S 22164 22166 21381 0 -1 4202560 924 0 0 0 353 20 0 0 20 0 22 0 253318492 10060460032 599959 33554432000 1073741824 1073778376 140735511254480 140620500679464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22174] ppid=22164 vsize=9824668 CPUtime=3.39 cores=1,3,5,7
/proc/22166/task/22174/stat : 22174 (java) S 22164 22166 21381 0 -1 4202560 940 0 0 0 321 18 0 0 20 0 22 0 253318492 10060460032 599959 33554432000 1073741824 1073778376 140735511254480 140620499626664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22175] ppid=22164 vsize=9824668 CPUtime=3.35 cores=1,3,5,7
/proc/22166/task/22175/stat : 22175 (java) S 22164 22166 21381 0 -1 4202560 914 0 0 0 320 15 0 0 20 0 22 0 253318492 10060460032 599959 33554432000 1073741824 1073778376 140735511254480 140620498574376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22166/tid=22176] ppid=22164 vsize=9824668 CPUtime=3.7 cores=1,3,5,7
/proc/22166/task/22176/stat : 22176 (java) S 22164 22166 21381 0 -1 4202560 991 0 0 0 351 19 0 0 20 0 22 0 253318492 10060460032 599959 33554432000 1073741824 1073778376 140735511254480 140620497521576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22177] ppid=22164 vsize=9824668 CPUtime=70.2 cores=1,3,5,7
/proc/22166/task/22177/stat : 22177 (java) S 22164 22166 21381 0 -1 4202560 3861 0 0 0 6996 24 0 0 20 0 22 0 253318493 10060460032 599959 33554432000 1073741824 1073778376 140735511254480 140620485109992 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22178] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22178/stat : 22178 (java) S 22164 22166 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253318493 10060460032 599959 33554432000 1073741824 1073778376 140735511254480 140620484056056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22179] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22179/stat : 22179 (java) S 22164 22166 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253318493 10060460032 599959 33554432000 1073741824 1073778376 140735511254480 140620483003656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22180] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22180/stat : 22180 (java) S 22164 22166 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318495 10060460032 599959 33554432000 1073741824 1073778376 140735511254480 140620481952144 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22181] ppid=22164 vsize=9824668 CPUtime=1 cores=1,3,5,7
/proc/22166/task/22181/stat : 22181 (java) S 22164 22166 21381 0 -1 4202560 8623 0 0 0 98 2 0 0 20 0 22 0 253318495 10060460032 599959 33554432000 1073741824 1073778376 140735511254480 140620480899768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22182] ppid=22164 vsize=9824668 CPUtime=1.23 cores=1,3,5,7
/proc/22166/task/22182/stat : 22182 (java) S 22164 22166 21381 0 -1 4202560 11977 0 0 0 120 3 0 0 20 0 22 0 253318495 10060460032 599959 33554432000 1073741824 1073778376 140735511254480 140620479846968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22183] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22183/stat : 22183 (java) S 22164 22166 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318495 10060460032 599959 33554432000 1073741824 1073778376 140735511254480 140620478794872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22184] ppid=22164 vsize=9824668 CPUtime=0.27 cores=1,3,5,7
/proc/22166/task/22184/stat : 22184 (java) S 22164 22166 21381 0 -1 4202560 47 0 0 0 12 15 0 0 20 0 22 0 253318496 10060460032 599959 33554432000 1073741824 1073778376 140735511254480 140620477742280 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22185] ppid=22164 vsize=9824668 CPUtime=741.82 cores=1,3,5,7
/proc/22166/task/22185/stat : 22185 (java) R 22164 22166 21381 0 -1 4202560 102 0 0 0 74170 12 0 0 20 0 22 0 253318519 10060460032 599959 33554432000 1073741824 1073778376 140735511254480 140620476684784 140620533927706 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22166/tid=22186] ppid=22164 vsize=9824668 CPUtime=741.74 cores=1,3,5,7
/proc/22166/task/22186/stat : 22186 (java) R 22164 22166 21381 0 -1 4202560 287 0 0 0 74159 15 0 0 20 0 22 0 253318519 10060460032 599959 33554432000 1073741824 1073778376 140735511254480 140620475632656 140620534409501 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22187] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22187/stat : 22187 (java) S 22164 22166 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253318523 10060460032 599959 33554432000 1073741824 1073778376 140735511254480 140620474582184 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22188] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22188/stat : 22188 (java) S 22164 22166 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253318523 10060460032 599959 33554432000 1073741824 1073778376 140735511254480 140620473529384 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1589.74
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 4.16 3.76 2.40 5/220 22197
/proc/meminfo: memFree=23411068/32873660 swapFree=7108/7108
[pid=22166] ppid=22164 vsize=9824668 CPUtime=1704.71 cores=1,3,5,7
/proc/22166/stat : 22166 (java) S 22164 22166 21381 0 -1 4202496 37098 0 1 0 170264 207 0 0 20 0 22 0 253318491 10060460032 628162 33554432000 1073741824 1073778376 140735511254480 140735511245616 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22166/statm: 2456167 628162 2279 9 0 2446860 0
[pid=22166/tid=22168] ppid=22164 vsize=9824668 CPUtime=0.29 cores=1,3,5,7
/proc/22166/task/22168/stat : 22168 (java) S 22164 22166 21381 0 -1 4202560 2573 0 1 0 26 3 0 0 20 0 22 0 253318491 10060460032 628162 33554432000 1073741824 1073778376 140735511254480 140620660950008 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22169] ppid=22164 vsize=9824668 CPUtime=4.46 cores=1,3,5,7
/proc/22166/task/22169/stat : 22169 (java) S 22164 22166 21381 0 -1 4202560 1092 0 0 0 422 24 0 0 20 0 22 0 253318492 10060460032 628162 33554432000 1073741824 1073778376 140735511254480 140620504889640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22170] ppid=22164 vsize=9824668 CPUtime=3.77 cores=1,3,5,7
/proc/22166/task/22170/stat : 22170 (java) S 22164 22166 21381 0 -1 4202560 661 0 0 0 361 16 0 0 20 0 22 0 253318492 10060460032 628162 33554432000 1073741824 1073778376 140735511254480 140620503836840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22171] ppid=22164 vsize=9824668 CPUtime=3.93 cores=1,3,5,7
/proc/22166/task/22171/stat : 22171 (java) S 22164 22166 21381 0 -1 4202560 1158 0 0 0 378 15 0 0 20 0 22 0 253318492 10060460032 628162 33554432000 1073741824 1073778376 140735511254480 140620502784552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22172] ppid=22164 vsize=9824668 CPUtime=4.1 cores=1,3,5,7
/proc/22166/task/22172/stat : 22172 (java) S 22164 22166 21381 0 -1 4202560 1542 0 0 0 389 21 0 0 20 0 22 0 253318492 10060460032 628162 33554432000 1073741824 1073778376 140735511254480 140620501731752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22166/tid=22173] ppid=22164 vsize=9824668 CPUtime=4.07 cores=1,3,5,7
/proc/22166/task/22173/stat : 22173 (java) S 22164 22166 21381 0 -1 4202560 943 0 0 0 385 22 0 0 20 0 22 0 253318492 10060460032 628162 33554432000 1073741824 1073778376 140735511254480 140620500679464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22174] ppid=22164 vsize=9824668 CPUtime=3.76 cores=1,3,5,7
/proc/22166/task/22174/stat : 22174 (java) S 22164 22166 21381 0 -1 4202560 967 0 0 0 356 20 0 0 20 0 22 0 253318492 10060460032 628162 33554432000 1073741824 1073778376 140735511254480 140620499626664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22166/tid=22175] ppid=22164 vsize=9824668 CPUtime=3.67 cores=1,3,5,7
/proc/22166/task/22175/stat : 22175 (java) S 22164 22166 21381 0 -1 4202560 946 0 0 0 350 17 0 0 20 0 22 0 253318492 10060460032 628162 33554432000 1073741824 1073778376 140735511254480 140620498574376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22176] ppid=22164 vsize=9824668 CPUtime=4 cores=1,3,5,7
/proc/22166/task/22176/stat : 22176 (java) S 22164 22166 21381 0 -1 4202560 1000 0 0 0 380 20 0 0 20 0 22 0 253318492 10060460032 628162 33554432000 1073741824 1073778376 140735511254480 140620497521576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22177] ppid=22164 vsize=9824668 CPUtime=76.44 cores=1,3,5,7
/proc/22166/task/22177/stat : 22177 (java) S 22164 22166 21381 0 -1 4202560 3980 0 0 0 7618 26 0 0 20 0 22 0 253318493 10060460032 628162 33554432000 1073741824 1073778376 140735511254480 140620485109992 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22178] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22178/stat : 22178 (java) S 22164 22166 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253318493 10060460032 628162 33554432000 1073741824 1073778376 140735511254480 140620484056056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22179] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22179/stat : 22179 (java) S 22164 22166 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253318493 10060460032 628162 33554432000 1073741824 1073778376 140735511254480 140620483003656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22180] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22180/stat : 22180 (java) S 22164 22166 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318495 10060460032 628162 33554432000 1073741824 1073778376 140735511254480 140620481952144 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22181] ppid=22164 vsize=9824668 CPUtime=1 cores=1,3,5,7
/proc/22166/task/22181/stat : 22181 (java) S 22164 22166 21381 0 -1 4202560 8623 0 0 0 98 2 0 0 20 0 22 0 253318495 10060460032 628162 33554432000 1073741824 1073778376 140735511254480 140620480899768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22182] ppid=22164 vsize=9824668 CPUtime=1.23 cores=1,3,5,7
/proc/22166/task/22182/stat : 22182 (java) S 22164 22166 21381 0 -1 4202560 11977 0 0 0 120 3 0 0 20 0 22 0 253318495 10060460032 628162 33554432000 1073741824 1073778376 140735511254480 140620479846968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22183] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22183/stat : 22183 (java) S 22164 22166 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318495 10060460032 628162 33554432000 1073741824 1073778376 140735511254480 140620478794872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22184] ppid=22164 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/22166/task/22184/stat : 22184 (java) S 22164 22166 21381 0 -1 4202560 51 0 0 0 13 17 0 0 20 0 22 0 253318496 10060460032 628162 33554432000 1073741824 1073778376 140735511254480 140620477742280 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22185] ppid=22164 vsize=9824668 CPUtime=794.77 cores=1,3,5,7
/proc/22166/task/22185/stat : 22185 (java) R 22164 22166 21381 0 -1 4202560 105 0 0 0 79464 13 0 0 20 0 22 0 253318519 10060460032 628162 33554432000 1073741824 1073778376 140735511254480 140620476685600 140620533886831 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22186] ppid=22164 vsize=9824668 CPUtime=794.68 cores=1,3,5,7
/proc/22166/task/22186/stat : 22186 (java) R 22164 22166 21381 0 -1 4202560 293 0 0 0 79451 17 0 0 20 0 22 0 253318519 10060460032 628162 33554432000 1073741824 1073778376 140735511254480 140620475631488 140620534409440 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22187] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22187/stat : 22187 (java) S 22164 22166 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253318523 10060460032 628162 33554432000 1073741824 1073778376 140735511254480 140620474582184 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22188] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22188/stat : 22188 (java) S 22164 22166 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253318523 10060460032 628162 33554432000 1073741824 1073778376 140735511254480 140620473529384 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1704.71
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+932.001 s]
/proc/loadavg: 3.87 3.76 2.47 3/197 22200
/proc/meminfo: memFree=26965636/32873660 swapFree=7108/7108
[pid=22166] ppid=22164 vsize=9824668 CPUtime=1800.2 cores=1,3,5,7
/proc/22166/stat : 22166 (java) S 22164 22166 21381 0 -1 4202496 37336 0 1 0 179801 219 0 0 20 0 22 0 253318491 10060460032 655336 33554432000 1073741824 1073778376 140735511254480 140735511245616 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22166/statm: 2456167 655336 2279 9 0 2446860 0
[pid=22166/tid=22168] ppid=22164 vsize=9824668 CPUtime=0.29 cores=1,3,5,7
/proc/22166/task/22168/stat : 22168 (java) S 22164 22166 21381 0 -1 4202560 2574 0 1 0 26 3 0 0 20 0 22 0 253318491 10060460032 655336 33554432000 1073741824 1073778376 140735511254480 140620660950008 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22166/tid=22169] ppid=22164 vsize=9824668 CPUtime=4.62 cores=1,3,5,7
/proc/22166/task/22169/stat : 22169 (java) S 22164 22166 21381 0 -1 4202560 1095 0 0 0 438 24 0 0 20 0 22 0 253318492 10060460032 655336 33554432000 1073741824 1073778376 140735511254480 140620504889640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22170] ppid=22164 vsize=9824668 CPUtime=4.01 cores=1,3,5,7
/proc/22166/task/22170/stat : 22170 (java) S 22164 22166 21381 0 -1 4202560 670 0 0 0 385 16 0 0 20 0 22 0 253318492 10060460032 655336 33554432000 1073741824 1073778376 140735511254480 140620503836840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22171] ppid=22164 vsize=9824668 CPUtime=4.12 cores=1,3,5,7
/proc/22166/task/22171/stat : 22171 (java) S 22164 22166 21381 0 -1 4202560 1166 0 0 0 396 16 0 0 20 0 22 0 253318492 10060460032 655336 33554432000 1073741824 1073778376 140735511254480 140620502784552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22172] ppid=22164 vsize=9824668 CPUtime=4.35 cores=1,3,5,7
/proc/22166/task/22172/stat : 22172 (java) S 22164 22166 21381 0 -1 4202560 1558 0 0 0 413 22 0 0 20 0 22 0 253318492 10060460032 655336 33554432000 1073741824 1073778376 140735511254480 140620501731752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22173] ppid=22164 vsize=9824668 CPUtime=4.35 cores=1,3,5,7
/proc/22166/task/22173/stat : 22173 (java) S 22164 22166 21381 0 -1 4202560 961 0 0 0 412 23 0 0 20 0 22 0 253318492 10060460032 655336 33554432000 1073741824 1073778376 140735511254480 140620500679464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22174] ppid=22164 vsize=9824668 CPUtime=4.03 cores=1,3,5,7
/proc/22166/task/22174/stat : 22174 (java) S 22164 22166 21381 0 -1 4202560 999 0 0 0 382 21 0 0 20 0 22 0 253318492 10060460032 655336 33554432000 1073741824 1073778376 140735511254480 140620499626664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22175] ppid=22164 vsize=9824668 CPUtime=3.96 cores=1,3,5,7
/proc/22166/task/22175/stat : 22175 (java) S 22164 22166 21381 0 -1 4202560 979 0 0 0 377 19 0 0 20 0 22 0 253318492 10060460032 655336 33554432000 1073741824 1073778376 140735511254480 140620498574376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22176] ppid=22164 vsize=9824668 CPUtime=4.19 cores=1,3,5,7
/proc/22166/task/22176/stat : 22176 (java) S 22164 22166 21381 0 -1 4202560 1006 0 0 0 399 20 0 0 20 0 22 0 253318492 10060460032 655336 33554432000 1073741824 1073778376 140735511254480 140620497521576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22177] ppid=22164 vsize=9824668 CPUtime=81.25 cores=1,3,5,7
/proc/22166/task/22177/stat : 22177 (java) S 22164 22166 21381 0 -1 4202560 4083 0 0 0 8098 27 0 0 20 0 22 0 253318493 10060460032 655336 33554432000 1073741824 1073778376 140735511254480 140620485109992 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22166/tid=22178] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22178/stat : 22178 (java) S 22164 22166 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253318493 10060460032 655336 33554432000 1073741824 1073778376 140735511254480 140620484056056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22179] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22179/stat : 22179 (java) S 22164 22166 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253318493 10060460032 655336 33554432000 1073741824 1073778376 140735511254480 140620483003656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22180] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22180/stat : 22180 (java) S 22164 22166 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318495 10060460032 655336 33554432000 1073741824 1073778376 140735511254480 140620481952144 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22181] ppid=22164 vsize=9824668 CPUtime=1 cores=1,3,5,7
/proc/22166/task/22181/stat : 22181 (java) S 22164 22166 21381 0 -1 4202560 8623 0 0 0 98 2 0 0 20 0 22 0 253318495 10060460032 655336 33554432000 1073741824 1073778376 140735511254480 140620480899768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22166/tid=22182] ppid=22164 vsize=9824668 CPUtime=1.23 cores=1,3,5,7
/proc/22166/task/22182/stat : 22182 (java) S 22164 22166 21381 0 -1 4202560 11977 0 0 0 120 3 0 0 20 0 22 0 253318495 10060460032 655336 33554432000 1073741824 1073778376 140735511254480 140620479846968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22183] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22183/stat : 22183 (java) S 22164 22166 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318495 10060460032 655336 33554432000 1073741824 1073778376 140735511254480 140620478794872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22184] ppid=22164 vsize=9824668 CPUtime=0.32 cores=1,3,5,7
/proc/22166/task/22184/stat : 22184 (java) S 22164 22166 21381 0 -1 4202560 53 0 0 0 14 18 0 0 20 0 22 0 253318496 10060460032 655336 33554432000 1073741824 1073778376 140735511254480 140620477742280 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22185] ppid=22164 vsize=9824668 CPUtime=839.02 cores=1,3,5,7
/proc/22166/task/22185/stat : 22185 (java) R 22164 22166 21381 0 -1 4202560 107 0 0 0 83889 13 0 0 20 0 22 0 253318519 10060460032 655336 33554432000 1073741824 1073778376 140735511254480 140620476686560 140620533893485 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22166/tid=22186] ppid=22164 vsize=9824668 CPUtime=838.93 cores=1,3,5,7
/proc/22166/task/22186/stat : 22186 (java) R 22164 22166 21381 0 -1 4202560 298 0 0 0 83876 17 0 0 20 0 22 0 253318519 10060460032 655336 33554432000 1073741824 1073778376 140735511254480 140620475631488 140620534245893 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22187] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22187/stat : 22187 (java) S 22164 22166 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253318523 10060460032 655336 33554432000 1073741824 1073778376 140735511254480 140620474582184 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22166/tid=22188] ppid=22164 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22188/stat : 22188 (java) S 22164 22166 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253318523 10060460032 655336 33554432000 1073741824 1073778376 140735511254480 140620473529384 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
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 22166 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=489348
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=611602
# CPU time returned by wait4() is 1796.1
# while last known CPU time is 1800.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 932.062
CPU time (s): 1800.2
CPU user time (s): 1798.01
CPU system time (s): 2.19
CPU usage (%): 193.142
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.49
system time used= 2.6116
maximum resident set size= 2621508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37380
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28074
involuntary context switches= 50338

runsolver used 4.00939 second user time and 7.92579 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-24 17:05:27
IDJOB=3687518
IDBENCH=1852
IDSOLVER=2268
FILE ID=node117/3687518-1337871927
RUNJOBID= node117-1337871880-21398
PBS_JOBID= 14620087
Free space on /tmp= 71624 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-l152lav.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687518-1337871927/watcher-3687518-1337871927 -o /tmp/evaluation-result-3687518-1337871927/solver-3687518-1337871927 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687518-1337871927.opb

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

MD5SUM BENCH= 1a5510d564851e49e3b50f1a87922ca2
RANDOM SEED=1917796239

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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.148
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:       32873660 kB
MemFree:        29211096 kB
Buffers:          214124 kB
Cached:          2283504 kB
SwapCached:            0 kB
Active:           773776 kB
Inactive:        2107256 kB
Active(anon):     386108 kB
Inactive(anon):        0 kB
Active(file):     387668 kB
Inactive(file):  2107256 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2040 kB
Writeback:             0 kB
AnonPages:        382508 kB
Mapped:            22548 kB
Shmem:               200 kB
Slab:             639180 kB
SReclaimable:      82524 kB
SUnreclaim:       556656 kB
KernelStack:        1600 kB
PageTables:         5220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:    1085260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    315392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71624 MiB
End job on node117 at 2012-05-24 17:21:01