Trace number 3688007

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 Resolution 2.3.2 Snapshot? (TO) 1800.08 1784.26

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-45-40.opb
MD5SUMbfd9076f83014271363fd9848b4f1d95
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.038993
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables1800
Total number of constraints85
Number of constraints which are clauses45
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint45
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 46
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.09/0.10	c version 2.3.2.v20120418
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3688007-1337879092.opb
0.09/0.12	c reading problem ... 
0.27/0.21	c ... done. Wall clock time 0.088s.
0.27/0.21	c declared #vars     1800
0.27/0.21	c #constraints  85
0.27/0.21	c constraints type 
0.27/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 45
0.27/0.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 40
0.27/0.21	c 85 constraints processed.
0.94/0.64	c cleaning 2492 clauses out of 5001 with flag 5001/5001
1.51/1.13	c cleaning 4245 clauses out of 8508 with flag 11000/11000
2.11/1.75	c cleaning 5621 clauses out of 11263 with flag 18000/18000
2.95/2.51	c cleaning 6794 clauses out of 13642 with flag 26000/26000
4.00/3.57	c cleaning 7916 clauses out of 15849 with flag 35001/35001
5.12/4.67	c cleaning 8957 clauses out of 17932 with flag 45000/45000
6.53/6.01	c cleaning 9963 clauses out of 19975 with flag 56000/56000
8.04/7.51	c cleaning 10990 clauses out of 22014 with flag 68002/68002
10.08/9.59	c cleaning 12008 clauses out of 24026 with flag 81004/81004
11.90/11.39	c cleaning 12996 clauses out of 26017 with flag 95003/95003
14.23/13.62	c cleaning 14004 clauses out of 28026 with flag 110008/110008
16.66/16.03	c cleaning 14993 clauses out of 30015 with flag 126001/126001
19.11/18.49	c cleaning 15993 clauses out of 32022 with flag 143001/143001
22.03/21.37	c cleaning 16998 clauses out of 34029 with flag 161001/161001
25.18/24.49	c cleaning 18010 clauses out of 36031 with flag 180001/180001
28.15/27.34	c cleaning 19007 clauses out of 38024 with flag 200004/200004
31.51/30.70	c cleaning 19999 clauses out of 40015 with flag 221002/221002
34.86/34.00	c cleaning 21002 clauses out of 42015 with flag 243001/243001
38.81/37.83	c cleaning 21998 clauses out of 44014 with flag 266002/266002
42.50/41.49	c cleaning 22996 clauses out of 46015 with flag 290001/290001
47.05/45.97	c cleaning 23998 clauses out of 48019 with flag 315001/315001
52.69/51.54	c cleaning 25005 clauses out of 50023 with flag 341003/341003
57.67/56.43	c cleaning 26000 clauses out of 52016 with flag 368001/368001
62.42/61.15	c cleaning 26997 clauses out of 54016 with flag 396001/396001
67.39/66.05	c cleaning 28004 clauses out of 56020 with flag 425002/425002
72.63/71.22	c cleaning 29002 clauses out of 58015 with flag 455001/455001
78.69/77.24	c cleaning 29998 clauses out of 60012 with flag 486000/486000
86.76/85.23	c cleaning 30998 clauses out of 62014 with flag 518000/518000
94.04/92.44	c cleaning 31996 clauses out of 64017 with flag 551001/551001
101.80/100.17	c cleaning 33000 clauses out of 66020 with flag 585000/585000
108.68/106.90	c cleaning 33968 clauses out of 68020 with flag 620000/620000
115.24/113.46	c cleaning 35008 clauses out of 70052 with flag 656000/656000
122.62/120.71	c cleaning 36006 clauses out of 72044 with flag 693000/693000
129.81/127.82	c cleaning 37011 clauses out of 74038 with flag 731000/731000
139.88/137.86	c cleaning 38008 clauses out of 76028 with flag 770001/770001
148.27/146.15	c cleaning 38994 clauses out of 78020 with flag 810001/810001
159.06/156.83	c cleaning 39999 clauses out of 80025 with flag 851000/851000
168.26/165.99	c cleaning 40995 clauses out of 82028 with flag 893002/893002
177.14/174.76	c cleaning 41985 clauses out of 84032 with flag 936001/936001
187.15/184.69	c cleaning 43006 clauses out of 86048 with flag 980002/980002
198.96/196.35	c cleaning 44012 clauses out of 88041 with flag 1025001/1025001
215.24/212.59	c cleaning 45007 clauses out of 90030 with flag 1071002/1071002
228.47/225.69	c cleaning 45997 clauses out of 92024 with flag 1118003/1118003
244.74/241.89	c cleaning 46999 clauses out of 94024 with flag 1166000/1166000
257.93/254.96	c cleaning 47988 clauses out of 96026 with flag 1215001/1215001
274.12/271.07	c cleaning 49000 clauses out of 98040 with flag 1265003/1265003
288.11/284.91	c cleaning 50000 clauses out of 100037 with flag 1316000/1316000
299.31/296.02	c cleaning 50988 clauses out of 102037 with flag 1368000/1368000
311.50/308.17	c cleaning 52009 clauses out of 104050 with flag 1421001/1421001
325.59/322.12	c cleaning 53004 clauses out of 106040 with flag 1475000/1475000
341.42/337.83	c cleaning 54000 clauses out of 108037 with flag 1530001/1530001
359.86/356.10	c cleaning 55006 clauses out of 110036 with flag 1586000/1586000
373.24/369.50	c cleaning 56000 clauses out of 112031 with flag 1643001/1643001
395.61/391.72	c cleaning 57000 clauses out of 114030 with flag 1701000/1701000
416.23/412.20	c cleaning 58001 clauses out of 116032 with flag 1760002/1760002
430.03/425.93	c cleaning 58995 clauses out of 118029 with flag 1820000/1820000
451.14/446.92	c cleaning 60009 clauses out of 120035 with flag 1881001/1881001
470.78/466.46	c cleaning 61001 clauses out of 122025 with flag 1943000/1943000
487.98/483.57	c cleaning 62006 clauses out of 124027 with flag 2006003/2006003
504.28/499.72	c cleaning 63001 clauses out of 126022 with flag 2070004/2070004
523.58/518.99	c cleaning 63985 clauses out of 128017 with flag 2135000/2135000
543.00/538.23	c cleaning 65005 clauses out of 130032 with flag 2201000/2201000
571.15/566.27	c cleaning 66002 clauses out of 132028 with flag 2268001/2268001
593.17/588.15	c cleaning 67003 clauses out of 134025 with flag 2336000/2336000
621.26/615.92	c cleaning 68001 clauses out of 136022 with flag 2405000/2405000
641.45/636.14	c cleaning 69004 clauses out of 138023 with flag 2475002/2475002
670.46/665.01	c cleaning 69995 clauses out of 140017 with flag 2546000/2546000
696.90/691.31	c cleaning 70997 clauses out of 142022 with flag 2618000/2618000
719.29/713.61	c cleaning 72001 clauses out of 144026 with flag 2691001/2691001
754.82/748.80	c cleaning 73002 clauses out of 146024 with flag 2765000/2765000
789.10/782.96	c cleaning 74006 clauses out of 148024 with flag 2840002/2840002
822.82/816.49	c cleaning 74993 clauses out of 150017 with flag 2916001/2916001
853.81/847.21	c cleaning 76002 clauses out of 152023 with flag 2993000/2993000
876.77/869.89	c cleaning 76983 clauses out of 154021 with flag 3071000/3071000
901.21/893.85	c cleaning 78008 clauses out of 156039 with flag 3150001/3150001
928.29/920.70	c cleaning 78999 clauses out of 158033 with flag 3230003/3230003
957.98/950.09	c cleaning 79987 clauses out of 160032 with flag 3311001/3311001
1003.71/995.48	c cleaning 80999 clauses out of 162047 with flag 3393003/3393003
1035.04/1026.43	c cleaning 82014 clauses out of 164046 with flag 3476001/3476001
1076.81/1067.96	c cleaning 83007 clauses out of 166031 with flag 3560000/3560000
1117.80/1108.67	c cleaning 83999 clauses out of 168025 with flag 3645001/3645001
1158.21/1148.75	c cleaning 85006 clauses out of 170025 with flag 3731000/3731000
1205.20/1195.48	c cleaning 85993 clauses out of 172019 with flag 3818000/3818000
1253.87/1243.67	c cleaning 87002 clauses out of 174028 with flag 3906002/3906002
1298.04/1287.35	c cleaning 87998 clauses out of 176026 with flag 3995002/3995002
1354.28/1343.14	c cleaning 88997 clauses out of 178027 with flag 4085001/4085001
1411.38/1399.88	c cleaning 89994 clauses out of 180029 with flag 4176000/4176000
1459.57/1447.68	c cleaning 91001 clauses out of 182036 with flag 4268001/4268001
1509.72/1497.43	c cleaning 91996 clauses out of 184034 with flag 4361000/4361000
1560.57/1547.77	c cleaning 92998 clauses out of 186038 with flag 4455000/4455000
1586.23/1572.80	c cleaning 94010 clauses out of 188041 with flag 4550001/4550001
1617.41/1603.42	c cleaning 95002 clauses out of 190032 with flag 4646002/4646002
1653.66/1639.23	c cleaning 96000 clauses out of 192029 with flag 4743001/4743001
1692.38/1677.42	c cleaning 97000 clauses out of 194030 with flag 4841002/4841002
1764.48/1749.03	c cleaning 97996 clauses out of 196028 with flag 4940000/4940000
1800.08/1784.22	c starts		: 273
1800.08/1784.22	c conflicts		: 5015797
1800.08/1784.22	c decisions		: 6139974
1800.08/1784.22	c propagations		: 135066767
1800.08/1784.22	c inspects		: 19785980343
1800.08/1784.22	c shortcuts		: 0
1800.08/1784.22	c learnt literals	: 0
1800.08/1784.22	c learnt binary clauses	: 0
1800.08/1784.22	c learnt ternary clauses	: 0
1800.08/1784.22	c learnt constraints	: 5015797
1800.08/1784.22	c ignored constraints	: 0
1800.08/1784.22	c root simplifications	: 0
1800.08/1784.22	c removed literals (reason simplification)	: 0
1800.08/1784.22	c reason swapping (by a shorter reason)	: 0
1800.08/1784.22	c Calls to reduceDB	: 95
1800.08/1784.22	c number of reductions to clauses (during analyze)	: 0
1800.08/1784.22	c number of learned constraints concerned by reduction	: 0
1800.08/1784.22	c number of learning phase by resolution	: 0
1800.08/1784.22	c number of learning phase by cutting planes	: 0
1800.08/1784.22	c speed (assignments/second)	: 75709.94611556147
1800.08/1784.22	c non guided choices	39626
1800.08/1784.25	c learnt constraints type 
1800.08/1784.25	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 173886
1800.08/1784.25	c constraints type 
1800.08/1784.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 45
1800.08/1784.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 40
1800.08/1784.25	c 85 constraints processed.
1800.08/1784.25	s UNKNOWN
1800.08/1784.25	c Total wall clock time (in seconds): 1784.131

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-3688007-1337879092/watcher-3688007-1337879092 -o /tmp/evaluation-result-3688007-1337879092/solver-3688007-1337879092 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688007-1337879092.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: 1.92 1.98 1.99 2/196 24128
/proc/meminfo: memFree=26724000/32873844 swapFree=7608/7608
[pid=24128] ppid=24126 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24128/stat : 24128 (java) D 24126 24128 23031 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 254034024 9515008 182 33554432000 1073741824 1073778376 140736574582384 140736574573416 215124623029 0 0 4096 0 18446744072100748580 0 0 17 5 0 0 0 0 0
/proc/24128/statm: 2323 182 140 9 0 71 0

[startup+0.0653481 s]
/proc/loadavg: 1.92 1.98 1.99 2/196 24128
/proc/meminfo: memFree=26724000/32873844 swapFree=7608/7608
[pid=24128] ppid=24126 vsize=9225560 CPUtime=0.04 cores=1,3,5,7
/proc/24128/stat : 24128 (java) S 24126 24128 23031 0 -1 4202496 3137 0 1 0 3 1 0 0 20 0 13 0 254034024 9446973440 3834 33554432000 1073741824 1073778376 140736191508080 140736191499216 215127982141 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24128/statm: 2306390 3839 1714 9 0 2297091 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9225560

[startup+0.100326 s]
/proc/loadavg: 1.92 1.98 1.99 2/196 24128
/proc/meminfo: memFree=26724000/32873844 swapFree=7608/7608
[pid=24128] ppid=24126 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/24128/stat : 24128 (java) S 24126 24128 23031 0 -1 4202496 4236 0 1 0 8 1 0 0 20 0 18 0 254034024 9787813888 4918 33554432000 1073741824 1073778376 140736191508080 140736191499216 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24128/statm: 2389603 4919 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300351 s]
/proc/loadavg: 1.92 1.98 1.99 2/196 24128
/proc/meminfo: memFree=26724000/32873844 swapFree=7608/7608
[pid=24128] ppid=24126 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/24128/stat : 24128 (java) S 24126 24128 23031 0 -1 4202496 6121 0 1 0 50 2 0 0 20 0 19 0 254034024 9855975424 6941 33554432000 1073741824 1073778376 140736191508080 140736191499216 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24128/statm: 2406244 6941 2233 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9624976

[startup+0.700283 s]
/proc/loadavg: 1.92 1.98 1.99 2/196 24128
/proc/meminfo: memFree=26724000/32873844 swapFree=7608/7608
[pid=24128] ppid=24126 vsize=9624976 CPUtime=1.08 cores=1,3,5,7
/proc/24128/stat : 24128 (java) S 24126 24128 23031 0 -1 4202496 6916 0 1 0 105 3 0 0 20 0 19 0 254034024 9855975424 12134 33554432000 1073741824 1073778376 140736191508080 140736191499216 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24128/statm: 2406244 12134 2265 9 0 2396937 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 9624976

[startup+1.50072 s]
/proc/loadavg: 1.92 1.98 1.99 3/215 24147
/proc/meminfo: memFree=26683844/32873844 swapFree=7608/7608
[pid=24128] ppid=24126 vsize=9624976 CPUtime=1.91 cores=1,3,5,7
/proc/24128/stat : 24128 (java) S 24126 24128 23031 0 -1 4202496 6948 0 1 0 187 4 0 0 20 0 19 0 254034024 9855975424 14708 33554432000 1073741824 1073778376 140736191508080 140736191499216 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24128/statm: 2406244 14708 2265 9 0 2396937 0
[pid=24128/tid=24130] ppid=24126 vsize=9624976 CPUtime=1.42 cores=1,3,5,7
/proc/24128/task/24130/stat : 24130 (java) R 24126 24128 23031 0 -1 4202560 2522 0 1 0 141 1 0 0 20 0 19 0 254034025 9855975424 14708 33554432000 1073741824 1073778376 140736191508080 139992177844512 139992117992733 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24128/tid=24131] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24131/stat : 24131 (java) S 24126 24128 23031 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254034027 9855975424 14708 33554432000 1073741824 1073778376 140736191508080 139992116575272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24128/tid=24132] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24132/stat : 24132 (java) S 24126 24128 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034027 9855975424 14708 33554432000 1073741824 1073778376 140736191508080 139992115522472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24128/tid=24133] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24133/stat : 24133 (java) S 24126 24128 23031 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254034027 9855975424 14708 33554432000 1073741824 1073778376 140736191508080 139992114469672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24128/tid=24134] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24134/stat : 24134 (java) S 24126 24128 23031 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254034027 9855975424 14708 33554432000 1073741824 1073778376 140736191508080 139992113416872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24128/tid=24135] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24135/stat : 24135 (java) S 24126 24128 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254034027 9855975424 14708 33554432000 1073741824 1073778376 140736191508080 139992112364072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24128/tid=24136] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24136/stat : 24136 (java) S 24126 24128 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034027 9855975424 14708 33554432000 1073741824 1073778376 140736191508080 139992111311272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24128/tid=24137] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24137/stat : 24137 (java) S 24126 24128 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034027 9855975424 14708 33554432000 1073741824 1073778376 140736191508080 139992015517992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24128/tid=24138] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24138/stat : 24138 (java) S 24126 24128 23031 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254034027 9855975424 14708 33554432000 1073741824 1073778376 140736191508080 139992014465192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24128/tid=24139] ppid=24126 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/24128/task/24139/stat : 24139 (java) S 24126 24128 23031 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 19 0 254034028 9855975424 14708 33554432000 1073741824 1073778376 140736191508080 139992002055144 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24140] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24140/stat : 24140 (java) S 24126 24128 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254034028 9855975424 14708 33554432000 1073741824 1073778376 140736191508080 139992001001208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24141] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24141/stat : 24141 (java) S 24126 24128 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254034028 9855975424 14708 33554432000 1073741824 1073778376 140736191508080 139991999948296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24142] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24142/stat : 24142 (java) S 24126 24128 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034031 9855975424 14708 33554432000 1073741824 1073778376 140736191508080 139991998896784 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24143] ppid=24126 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/24128/task/24143/stat : 24143 (java) S 24126 24128 23031 0 -1 4202560 1516 0 0 0 22 0 0 0 20 0 19 0 254034031 9855975424 14708 33554432000 1073741824 1073778376 140736191508080 139991997843896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24144] ppid=24126 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/24128/task/24144/stat : 24144 (java) S 24126 24128 23031 0 -1 4202560 1642 0 0 0 17 0 0 0 20 0 19 0 254034031 9855975424 14708 33554432000 1073741824 1073778376 140736191508080 139991996791096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24128/tid=24145] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24145/stat : 24145 (java) S 24126 24128 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034031 9855975424 14708 33554432000 1073741824 1073778376 140736191508080 139991995738488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24128/tid=24146] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24146/stat : 24146 (java) S 24126 24128 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034031 9855975424 14708 33554432000 1073741824 1073778376 140736191508080 139991994685896 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24147] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24147/stat : 24147 (java) S 24126 24128 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254034046 9855975424 14708 33554432000 1073741824 1073778376 140736191508080 139991993632424 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 9624976

[startup+3.10067 s]
/proc/loadavg: 1.92 1.98 1.99 3/215 24147
/proc/meminfo: memFree=26664916/32873844 swapFree=7608/7608
[pid=24128] ppid=24126 vsize=9624976 CPUtime=3.6 cores=1,3,5,7
/proc/24128/stat : 24128 (java) S 24126 24128 23031 0 -1 4202496 7132 0 1 0 354 6 0 0 20 0 19 0 254034024 9855975424 17282 33554432000 1073741824 1073778376 140736191508080 140736191499216 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24128/statm: 2406244 17282 2265 9 0 2396937 0
[pid=24128/tid=24130] ppid=24126 vsize=9624976 CPUtime=2.96 cores=1,3,5,7
/proc/24128/task/24130/stat : 24130 (java) R 24126 24128 23031 0 -1 4202560 2522 0 1 0 295 1 0 0 20 0 19 0 254034025 9855975424 17282 33554432000 1073741824 1073778376 140736191508080 139992177844632 139992118062274 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24128/tid=24131] ppid=24126 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/24128/task/24131/stat : 24131 (java) S 24126 24128 23031 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 254034027 9855975424 17282 33554432000 1073741824 1073778376 140736191508080 139992116575272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24128/tid=24132] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24132/stat : 24132 (java) S 24126 24128 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034027 9855975424 17282 33554432000 1073741824 1073778376 140736191508080 139992115522472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24128/tid=24133] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24133/stat : 24133 (java) S 24126 24128 23031 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254034027 9855975424 17282 33554432000 1073741824 1073778376 140736191508080 139992114469672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24134] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24134/stat : 24134 (java) S 24126 24128 23031 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254034027 9855975424 17282 33554432000 1073741824 1073778376 140736191508080 139992113416872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24128/tid=24135] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24135/stat : 24135 (java) S 24126 24128 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254034027 9855975424 17282 33554432000 1073741824 1073778376 140736191508080 139992112364072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24128/tid=24136] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24136/stat : 24136 (java) S 24126 24128 23031 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254034027 9855975424 17282 33554432000 1073741824 1073778376 140736191508080 139992111311272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24128/tid=24137] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24137/stat : 24137 (java) S 24126 24128 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034027 9855975424 17282 33554432000 1073741824 1073778376 140736191508080 139992015517992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24128/tid=24138] ppid=24126 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/24128/task/24138/stat : 24138 (java) S 24126 24128 23031 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 254034027 9855975424 17282 33554432000 1073741824 1073778376 140736191508080 139992014465192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24128/tid=24139] ppid=24126 vsize=9624976 CPUtime=0.05 cores=1,3,5,7
/proc/24128/task/24139/stat : 24139 (java) S 24126 24128 23031 0 -1 4202560 34 0 0 0 5 0 0 0 20 0 19 0 254034028 9855975424 17282 33554432000 1073741824 1073778376 140736191508080 139992002055144 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24128/tid=24140] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24140/stat : 24140 (java) S 24126 24128 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254034028 9855975424 17282 33554432000 1073741824 1073778376 140736191508080 139992001001208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24141] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24141/stat : 24141 (java) S 24126 24128 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254034028 9855975424 17282 33554432000 1073741824 1073778376 140736191508080 139991999948296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24142] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24142/stat : 24142 (java) S 24126 24128 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034031 9855975424 17282 33554432000 1073741824 1073778376 140736191508080 139991998896784 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24143] ppid=24126 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/24128/task/24143/stat : 24143 (java) S 24126 24128 23031 0 -1 4202560 1517 0 0 0 23 0 0 0 20 0 19 0 254034031 9855975424 17282 33554432000 1073741824 1073778376 140736191508080 139991997843896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24144] ppid=24126 vsize=9624976 CPUtime=0.19 cores=1,3,5,7
/proc/24128/task/24144/stat : 24144 (java) S 24126 24128 23031 0 -1 4202560 1805 0 0 0 19 0 0 0 20 0 19 0 254034031 9855975424 17282 33554432000 1073741824 1073778376 140736191508080 139991996791096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24145] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24145/stat : 24145 (java) S 24126 24128 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034031 9855975424 17282 33554432000 1073741824 1073778376 140736191508080 139991995738488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24128/tid=24146] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24146/stat : 24146 (java) S 24126 24128 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034031 9855975424 17282 33554432000 1073741824 1073778376 140736191508080 139991994685896 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24147] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24147/stat : 24147 (java) S 24126 24128 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254034046 9855975424 17282 33554432000 1073741824 1073778376 140736191508080 139991993632424 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 9624976

[startup+6.30068 s]
/proc/loadavg: 1.93 1.98 1.99 3/215 24147
/proc/meminfo: memFree=26646368/32873844 swapFree=7608/7608
[pid=24128] ppid=24126 vsize=9624976 CPUtime=6.85 cores=1,3,5,7
/proc/24128/stat : 24128 (java) S 24126 24128 23031 0 -1 4202496 7161 0 1 0 678 7 0 0 20 0 19 0 254034024 9855975424 22256 33554432000 1073741824 1073778376 140736191508080 140736191499216 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24128/statm: 2406244 22256 2265 9 0 2396937 0
[pid=24128/tid=24130] ppid=24126 vsize=9624976 CPUtime=6.07 cores=1,3,5,7
/proc/24128/task/24130/stat : 24130 (java) R 24126 24128 23031 0 -1 4202560 2528 0 1 0 606 1 0 0 20 0 19 0 254034025 9855975424 22256 33554432000 1073741824 1073778376 140736191508080 139992177844632 139992118020135 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24128/tid=24131] ppid=24126 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/24128/task/24131/stat : 24131 (java) S 24126 24128 23031 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 254034027 9855975424 22256 33554432000 1073741824 1073778376 140736191508080 139992116575272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24128/tid=24132] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24132/stat : 24132 (java) S 24126 24128 23031 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254034027 9855975424 22256 33554432000 1073741824 1073778376 140736191508080 139992115522472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24128/tid=24133] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24133/stat : 24133 (java) S 24126 24128 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254034027 9855975424 22256 33554432000 1073741824 1073778376 140736191508080 139992114469672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24134] ppid=24126 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/24128/task/24134/stat : 24134 (java) S 24126 24128 23031 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 254034027 9855975424 22256 33554432000 1073741824 1073778376 140736191508080 139992113416872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24128/tid=24135] ppid=24126 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/24128/task/24135/stat : 24135 (java) S 24126 24128 23031 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 254034027 9855975424 22256 33554432000 1073741824 1073778376 140736191508080 139992112364072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24128/tid=24136] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24136/stat : 24136 (java) S 24126 24128 23031 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254034027 9855975424 22256 33554432000 1073741824 1073778376 140736191508080 139992111311272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24128/tid=24137] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24137/stat : 24137 (java) S 24126 24128 23031 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254034027 9855975424 22256 33554432000 1073741824 1073778376 140736191508080 139992015517992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24128/tid=24138] ppid=24126 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/24128/task/24138/stat : 24138 (java) S 24126 24128 23031 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 254034027 9855975424 22256 33554432000 1073741824 1073778376 140736191508080 139992014465192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24128/tid=24139] ppid=24126 vsize=9624976 CPUtime=0.11 cores=1,3,5,7
/proc/24128/task/24139/stat : 24139 (java) S 24126 24128 23031 0 -1 4202560 39 0 0 0 11 0 0 0 20 0 19 0 254034028 9855975424 22256 33554432000 1073741824 1073778376 140736191508080 139992002055144 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24140] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24140/stat : 24140 (java) S 24126 24128 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254034028 9855975424 22256 33554432000 1073741824 1073778376 140736191508080 139992001001208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24141] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24141/stat : 24141 (java) S 24126 24128 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254034028 9855975424 22256 33554432000 1073741824 1073778376 140736191508080 139991999948296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24142] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24142/stat : 24142 (java) S 24126 24128 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034031 9855975424 22256 33554432000 1073741824 1073778376 140736191508080 139991998896784 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24143] ppid=24126 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/24128/task/24143/stat : 24143 (java) S 24126 24128 23031 0 -1 4202560 1517 0 0 0 23 0 0 0 20 0 19 0 254034031 9855975424 22256 33554432000 1073741824 1073778376 140736191508080 139991997843896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24144] ppid=24126 vsize=9624976 CPUtime=0.19 cores=1,3,5,7
/proc/24128/task/24144/stat : 24144 (java) S 24126 24128 23031 0 -1 4202560 1805 0 0 0 19 0 0 0 20 0 19 0 254034031 9855975424 22256 33554432000 1073741824 1073778376 140736191508080 139991996791096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24145] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24145/stat : 24145 (java) S 24126 24128 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034031 9855975424 22256 33554432000 1073741824 1073778376 140736191508080 139991995738488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24128/tid=24146] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24146/stat : 24146 (java) S 24126 24128 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034031 9855975424 22256 33554432000 1073741824 1073778376 140736191508080 139991994685896 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24147] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24147/stat : 24147 (java) S 24126 24128 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254034046 9855975424 22256 33554432000 1073741824 1073778376 140736191508080 139991993632424 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.85
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=24128/tid=24143] ppid=24126 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/24128/task/24143/stat : 24143 (java) S 24126 24128 23031 0 -1 4202560 1517 0 0 0 23 0 0 0 20 0 19 0 254034031 9855975424 186470 33554432000 1073741824 1073778376 140736191508080 139991997843896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24144] ppid=24126 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/24128/task/24144/stat : 24144 (java) S 24126 24128 23031 0 -1 4202560 2182 0 0 0 21 0 0 0 20 0 19 0 254034031 9855975424 186470 33554432000 1073741824 1073778376 140736191508080 139991996791096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24145] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24145/stat : 24145 (java) S 24126 24128 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034031 9855975424 186470 33554432000 1073741824 1073778376 140736191508080 139991995738488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24128/tid=24146] ppid=24126 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/24128/task/24146/stat : 24146 (java) S 24126 24128 23031 0 -1 4202560 93 0 0 0 44 32 0 0 20 0 19 0 254034031 9855975424 186470 33554432000 1073741824 1073778376 140736191508080 139991994685896 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24147] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24147/stat : 24147 (java) S 24126 24128 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254034046 9855975424 186470 33554432000 1073741824 1073778376 140736191508080 139991993632424 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1677.06
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.16 2.08 2.02 3/215 24221
/proc/meminfo: memFree=25228620/32873844 swapFree=7608/7608
[pid=24128] ppid=24126 vsize=9624976 CPUtime=1737.57 cores=1,3,5,7
/proc/24128/stat : 24128 (java) S 24126 24128 23031 0 -1 4202496 11609 0 1 0 173630 127 0 0 20 0 19 0 254034024 9855975424 194156 33554432000 1073741824 1073778376 140736191508080 140736191499216 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24128/statm: 2406244 194156 2266 9 0 2396937 0
[pid=24128/tid=24130] ppid=24126 vsize=9624976 CPUtime=1704.24 cores=1,3,5,7
/proc/24128/task/24130/stat : 24130 (java) R 24126 24128 23031 0 -1 4202560 2710 0 1 0 170393 31 0 0 20 0 19 0 254034025 9855975424 194156 33554432000 1073741824 1073778376 140736191508080 139992177843552 139992118113794 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24131] ppid=24126 vsize=9624976 CPUtime=2.48 cores=1,3,5,7
/proc/24128/task/24131/stat : 24131 (java) S 24126 24128 23031 0 -1 4202560 536 0 0 0 237 11 0 0 20 0 19 0 254034027 9855975424 194156 33554432000 1073741824 1073778376 140736191508080 139992116575272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24128/tid=24132] ppid=24126 vsize=9624976 CPUtime=2.46 cores=1,3,5,7
/proc/24128/task/24132/stat : 24132 (java) S 24126 24128 23031 0 -1 4202560 403 0 0 0 235 11 0 0 20 0 19 0 254034027 9855975424 194156 33554432000 1073741824 1073778376 140736191508080 139992115522472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24128/tid=24133] ppid=24126 vsize=9624976 CPUtime=2.34 cores=1,3,5,7
/proc/24128/task/24133/stat : 24133 (java) S 24126 24128 23031 0 -1 4202560 423 0 0 0 225 9 0 0 20 0 19 0 254034027 9855975424 194156 33554432000 1073741824 1073778376 140736191508080 139992114469672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24128/tid=24134] ppid=24126 vsize=9624976 CPUtime=2.66 cores=1,3,5,7
/proc/24128/task/24134/stat : 24134 (java) S 24126 24128 23031 0 -1 4202560 378 0 0 0 255 11 0 0 20 0 19 0 254034027 9855975424 194156 33554432000 1073741824 1073778376 140736191508080 139992113416872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24128/tid=24135] ppid=24126 vsize=9624976 CPUtime=2.58 cores=1,3,5,7
/proc/24128/task/24135/stat : 24135 (java) S 24126 24128 23031 0 -1 4202560 432 0 0 0 245 13 0 0 20 0 19 0 254034027 9855975424 194156 33554432000 1073741824 1073778376 140736191508080 139992112364072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24136] ppid=24126 vsize=9624976 CPUtime=2.51 cores=1,3,5,7
/proc/24128/task/24136/stat : 24136 (java) S 24126 24128 23031 0 -1 4202560 618 0 0 0 239 12 0 0 20 0 19 0 254034027 9855975424 194156 33554432000 1073741824 1073778376 140736191508080 139992111311272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24128/tid=24137] ppid=24126 vsize=9624976 CPUtime=2.49 cores=1,3,5,7
/proc/24128/task/24137/stat : 24137 (java) S 24126 24128 23031 0 -1 4202560 208 0 0 0 237 12 0 0 20 0 19 0 254034027 9855975424 194156 33554432000 1073741824 1073778376 140736191508080 139992015517992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24128/tid=24138] ppid=24126 vsize=9624976 CPUtime=2.26 cores=1,3,5,7
/proc/24128/task/24138/stat : 24138 (java) S 24126 24128 23031 0 -1 4202560 268 0 0 0 216 10 0 0 20 0 19 0 254034027 9855975424 194156 33554432000 1073741824 1073778376 140736191508080 139992014465192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24128/tid=24139] ppid=24126 vsize=9624976 CPUtime=8.09 cores=1,3,5,7
/proc/24128/task/24139/stat : 24139 (java) S 24126 24128 23031 0 -1 4202560 656 0 0 0 806 3 0 0 20 0 19 0 254034028 9855975424 194156 33554432000 1073741824 1073778376 140736191508080 139992002055144 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24140] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24140/stat : 24140 (java) S 24126 24128 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254034028 9855975424 194156 33554432000 1073741824 1073778376 140736191508080 139992001001208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24141] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24141/stat : 24141 (java) S 24126 24128 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254034028 9855975424 194156 33554432000 1073741824 1073778376 140736191508080 139991999948296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24142] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24142/stat : 24142 (java) S 24126 24128 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034031 9855975424 194156 33554432000 1073741824 1073778376 140736191508080 139991998896784 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24143] ppid=24126 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/24128/task/24143/stat : 24143 (java) S 24126 24128 23031 0 -1 4202560 1517 0 0 0 23 0 0 0 20 0 19 0 254034031 9855975424 194156 33554432000 1073741824 1073778376 140736191508080 139991997843896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24144] ppid=24126 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/24128/task/24144/stat : 24144 (java) S 24126 24128 23031 0 -1 4202560 2182 0 0 0 21 0 0 0 20 0 19 0 254034031 9855975424 194156 33554432000 1073741824 1073778376 140736191508080 139991996791096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24145] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24145/stat : 24145 (java) S 24126 24128 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034031 9855975424 194156 33554432000 1073741824 1073778376 140736191508080 139991995738488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24128/tid=24146] ppid=24126 vsize=9624976 CPUtime=0.8 cores=1,3,5,7
/proc/24128/task/24146/stat : 24146 (java) S 24126 24128 23031 0 -1 4202560 97 0 0 0 47 33 0 0 20 0 19 0 254034031 9855975424 194156 33554432000 1073741824 1073778376 140736191508080 139991994685896 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24147] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24147/stat : 24147 (java) S 24126 24128 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254034046 9855975424 194156 33554432000 1073741824 1073778376 140736191508080 139991993632424 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1737.57
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/215 24221
/proc/meminfo: memFree=25210064/32873844 swapFree=7608/7608
[pid=24128] ppid=24126 vsize=9624976 CPUtime=1798.17 cores=1,3,5,7
/proc/24128/stat : 24128 (java) S 24126 24128 23031 0 -1 4202496 11695 0 1 0 179686 131 0 0 20 0 19 0 254034024 9855975424 198803 33554432000 1073741824 1073778376 140736191508080 140736191499216 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24128/statm: 2406244 198803 2266 9 0 2396937 0
[pid=24128/tid=24130] ppid=24126 vsize=9624976 CPUtime=1763.62 cores=1,3,5,7
/proc/24128/task/24130/stat : 24130 (java) R 24126 24128 23031 0 -1 4202560 2713 0 1 0 176330 32 0 0 20 0 19 0 254034025 9855975424 198803 33554432000 1073741824 1073778376 140736191508080 139992177843568 139992118113669 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24128/tid=24131] ppid=24126 vsize=9624976 CPUtime=2.59 cores=1,3,5,7
/proc/24128/task/24131/stat : 24131 (java) S 24126 24128 23031 0 -1 4202560 536 0 0 0 248 11 0 0 20 0 19 0 254034027 9855975424 198803 33554432000 1073741824 1073778376 140736191508080 139992116575272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24128/tid=24132] ppid=24126 vsize=9624976 CPUtime=2.53 cores=1,3,5,7
/proc/24128/task/24132/stat : 24132 (java) S 24126 24128 23031 0 -1 4202560 405 0 0 0 242 11 0 0 20 0 19 0 254034027 9855975424 198803 33554432000 1073741824 1073778376 140736191508080 139992115522472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24128/tid=24133] ppid=24126 vsize=9624976 CPUtime=2.5 cores=1,3,5,7
/proc/24128/task/24133/stat : 24133 (java) S 24126 24128 23031 0 -1 4202560 425 0 0 0 240 10 0 0 20 0 19 0 254034027 9855975424 198803 33554432000 1073741824 1073778376 140736191508080 139992114469672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24134] ppid=24126 vsize=9624976 CPUtime=2.76 cores=1,3,5,7
/proc/24128/task/24134/stat : 24134 (java) S 24126 24128 23031 0 -1 4202560 396 0 0 0 265 11 0 0 20 0 19 0 254034027 9855975424 198803 33554432000 1073741824 1073778376 140736191508080 139992113416872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24128/tid=24135] ppid=24126 vsize=9624976 CPUtime=2.72 cores=1,3,5,7
/proc/24128/task/24135/stat : 24135 (java) S 24126 24128 23031 0 -1 4202560 441 0 0 0 258 14 0 0 20 0 19 0 254034027 9855975424 198803 33554432000 1073741824 1073778376 140736191508080 139992112364072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24128/tid=24136] ppid=24126 vsize=9624976 CPUtime=2.58 cores=1,3,5,7
/proc/24128/task/24136/stat : 24136 (java) S 24126 24128 23031 0 -1 4202560 618 0 0 0 246 12 0 0 20 0 19 0 254034027 9855975424 198803 33554432000 1073741824 1073778376 140736191508080 139992111311272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24128/tid=24137] ppid=24126 vsize=9624976 CPUtime=2.57 cores=1,3,5,7
/proc/24128/task/24137/stat : 24137 (java) S 24126 24128 23031 0 -1 4202560 216 0 0 0 244 13 0 0 20 0 19 0 254034027 9855975424 198803 33554432000 1073741824 1073778376 140736191508080 139992015517992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24128/tid=24138] ppid=24126 vsize=9624976 CPUtime=2.35 cores=1,3,5,7
/proc/24128/task/24138/stat : 24138 (java) S 24126 24128 23031 0 -1 4202560 268 0 0 0 225 10 0 0 20 0 19 0 254034027 9855975424 198803 33554432000 1073741824 1073778376 140736191508080 139992014465192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24128/tid=24139] ppid=24126 vsize=9624976 CPUtime=8.33 cores=1,3,5,7
/proc/24128/task/24139/stat : 24139 (java) S 24126 24128 23031 0 -1 4202560 696 0 0 0 830 3 0 0 20 0 19 0 254034028 9855975424 198803 33554432000 1073741824 1073778376 140736191508080 139992002055144 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24128/tid=24140] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24140/stat : 24140 (java) S 24126 24128 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254034028 9855975424 198803 33554432000 1073741824 1073778376 140736191508080 139992001001208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24141] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24141/stat : 24141 (java) S 24126 24128 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254034028 9855975424 198803 33554432000 1073741824 1073778376 140736191508080 139991999948296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24142] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24142/stat : 24142 (java) S 24126 24128 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034031 9855975424 198803 33554432000 1073741824 1073778376 140736191508080 139991998896784 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24143] ppid=24126 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/24128/task/24143/stat : 24143 (java) S 24126 24128 23031 0 -1 4202560 1517 0 0 0 23 0 0 0 20 0 19 0 254034031 9855975424 198803 33554432000 1073741824 1073778376 140736191508080 139991997843896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24144] ppid=24126 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/24128/task/24144/stat : 24144 (java) S 24126 24128 23031 0 -1 4202560 2182 0 0 0 21 0 0 0 20 0 19 0 254034031 9855975424 198803 33554432000 1073741824 1073778376 140736191508080 139991996791096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24145] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24145/stat : 24145 (java) S 24126 24128 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034031 9855975424 198803 33554432000 1073741824 1073778376 140736191508080 139991995738488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24128/tid=24146] ppid=24126 vsize=9624976 CPUtime=0.83 cores=1,3,5,7
/proc/24128/task/24146/stat : 24146 (java) S 24126 24128 23031 0 -1 4202560 101 0 0 0 49 34 0 0 20 0 19 0 254034031 9855975424 198803 33554432000 1073741824 1073778376 140736191508080 139991994685896 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24128/tid=24147] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24147/stat : 24147 (java) S 24126 24128 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254034046 9855975424 198803 33554432000 1073741824 1073778376 140736191508080 139991993632424 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.17
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.21 s]
/proc/loadavg: 2.05 2.06 2.01 4/215 24221
/proc/meminfo: memFree=25210064/32873844 swapFree=7608/7608
[pid=24128] ppid=24126 vsize=9624976 CPUtime=1800.08 cores=1,3,5,7
/proc/24128/stat : 24128 (java) S 24126 24128 23031 0 -1 4202496 11695 0 1 0 179877 131 0 0 20 0 19 0 254034024 9855975424 198803 33554432000 1073741824 1073778376 140736191508080 140736191499216 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24128/statm: 2406244 198803 2266 9 0 2396937 0
[pid=24128/tid=24130] ppid=24126 vsize=9624976 CPUtime=1765.53 cores=1,3,5,7
/proc/24128/task/24130/stat : 24130 (java) R 24126 24128 23031 0 -1 4202560 2713 0 1 0 176521 32 0 0 20 0 19 0 254034025 9855975424 198803 33554432000 1073741824 1073778376 140736191508080 139992177843568 139992117600169 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24128/tid=24131] ppid=24126 vsize=9624976 CPUtime=2.59 cores=1,3,5,7
/proc/24128/task/24131/stat : 24131 (java) S 24126 24128 23031 0 -1 4202560 536 0 0 0 248 11 0 0 20 0 19 0 254034027 9855975424 198803 33554432000 1073741824 1073778376 140736191508080 139992116575272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24128/tid=24132] ppid=24126 vsize=9624976 CPUtime=2.53 cores=1,3,5,7
/proc/24128/task/24132/stat : 24132 (java) S 24126 24128 23031 0 -1 4202560 405 0 0 0 242 11 0 0 20 0 19 0 254034027 9855975424 198803 33554432000 1073741824 1073778376 140736191508080 139992115522472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24128/tid=24133] ppid=24126 vsize=9624976 CPUtime=2.5 cores=1,3,5,7
/proc/24128/task/24133/stat : 24133 (java) S 24126 24128 23031 0 -1 4202560 425 0 0 0 240 10 0 0 20 0 19 0 254034027 9855975424 198803 33554432000 1073741824 1073778376 140736191508080 139992114469672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24134] ppid=24126 vsize=9624976 CPUtime=2.76 cores=1,3,5,7
/proc/24128/task/24134/stat : 24134 (java) S 24126 24128 23031 0 -1 4202560 396 0 0 0 265 11 0 0 20 0 19 0 254034027 9855975424 198803 33554432000 1073741824 1073778376 140736191508080 139992113416872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24128/tid=24135] ppid=24126 vsize=9624976 CPUtime=2.72 cores=1,3,5,7
/proc/24128/task/24135/stat : 24135 (java) S 24126 24128 23031 0 -1 4202560 441 0 0 0 258 14 0 0 20 0 19 0 254034027 9855975424 198803 33554432000 1073741824 1073778376 140736191508080 139992112364072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24128/tid=24136] ppid=24126 vsize=9624976 CPUtime=2.58 cores=1,3,5,7
/proc/24128/task/24136/stat : 24136 (java) S 24126 24128 23031 0 -1 4202560 618 0 0 0 246 12 0 0 20 0 19 0 254034027 9855975424 198803 33554432000 1073741824 1073778376 140736191508080 139992111311272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24128/tid=24137] ppid=24126 vsize=9624976 CPUtime=2.57 cores=1,3,5,7
/proc/24128/task/24137/stat : 24137 (java) S 24126 24128 23031 0 -1 4202560 216 0 0 0 244 13 0 0 20 0 19 0 254034027 9855975424 198803 33554432000 1073741824 1073778376 140736191508080 139992015517992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24128/tid=24138] ppid=24126 vsize=9624976 CPUtime=2.35 cores=1,3,5,7
/proc/24128/task/24138/stat : 24138 (java) S 24126 24128 23031 0 -1 4202560 268 0 0 0 225 10 0 0 20 0 19 0 254034027 9855975424 198803 33554432000 1073741824 1073778376 140736191508080 139992014465192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24128/tid=24139] ppid=24126 vsize=9624976 CPUtime=8.33 cores=1,3,5,7
/proc/24128/task/24139/stat : 24139 (java) S 24126 24128 23031 0 -1 4202560 696 0 0 0 830 3 0 0 20 0 19 0 254034028 9855975424 198803 33554432000 1073741824 1073778376 140736191508080 139992002055144 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24128/tid=24140] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24140/stat : 24140 (java) S 24126 24128 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254034028 9855975424 198803 33554432000 1073741824 1073778376 140736191508080 139992001001208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24141] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24141/stat : 24141 (java) S 24126 24128 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254034028 9855975424 198803 33554432000 1073741824 1073778376 140736191508080 139991999948296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24142] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24142/stat : 24142 (java) S 24126 24128 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034031 9855975424 198803 33554432000 1073741824 1073778376 140736191508080 139991998896784 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24143] ppid=24126 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/24128/task/24143/stat : 24143 (java) S 24126 24128 23031 0 -1 4202560 1517 0 0 0 23 0 0 0 20 0 19 0 254034031 9855975424 198803 33554432000 1073741824 1073778376 140736191508080 139991997843896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24144] ppid=24126 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/24128/task/24144/stat : 24144 (java) S 24126 24128 23031 0 -1 4202560 2182 0 0 0 21 0 0 0 20 0 19 0 254034031 9855975424 198803 33554432000 1073741824 1073778376 140736191508080 139991996791096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24128/tid=24145] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24145/stat : 24145 (java) S 24126 24128 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034031 9855975424 198803 33554432000 1073741824 1073778376 140736191508080 139991995738488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24128/tid=24146] ppid=24126 vsize=9624976 CPUtime=0.83 cores=1,3,5,7
/proc/24128/task/24146/stat : 24146 (java) S 24126 24128 23031 0 -1 4202560 101 0 0 0 49 34 0 0 20 0 19 0 254034031 9855975424 198803 33554432000 1073741824 1073778376 140736191508080 139991994685896 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24128/tid=24147] ppid=24126 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24128/task/24147/stat : 24147 (java) S 24126 24128 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254034046 9855975424 198803 33554432000 1073741824 1073778376 140736191508080 139991993632424 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9624976

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 24128 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=338219
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=752733
# CPU time returned by wait4() is 1796.09
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1784.26
CPU time (s): 1800.08
CPU user time (s): 1798.77
CPU system time (s): 1.31
CPU usage (%): 100.886
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.34
system time used= 1.75273
maximum resident set size= 796312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12010
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41359
involuntary context switches= 31945

runsolver used 6.77297 second user time and 16.4005 second system time

The end

Launcher Data

Begin job on node135 at 2012-05-24 19:04:52
IDJOB=3688007
IDBENCH=2571
IDSOLVER=2269
FILE ID=node135/3688007-1337879092
RUNJOBID= node135-1337871881-23049
PBS_JOBID= 14620069
Free space on /tmp= 71604 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-45-40.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688007-1337879092/watcher-3688007-1337879092 -o /tmp/evaluation-result-3688007-1337879092/solver-3688007-1337879092 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688007-1337879092.opb

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

MD5SUM BENCH= bfd9076f83014271363fd9848b4f1d95
RANDOM SEED=1723270997

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26724908 kB
Buffers:          210960 kB
Cached:          3344372 kB
SwapCached:            0 kB
Active:          2595684 kB
Inactive:        2773784 kB
Active(anon):    1816464 kB
Inactive(anon):        0 kB
Active(file):     779220 kB
Inactive(file):  2773784 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               476 kB
Writeback:             0 kB
AnonPages:       1826904 kB
Mapped:            22676 kB
Shmem:               212 kB
Slab:             632192 kB
SReclaimable:      74548 kB
SUnreclaim:       557644 kB
KernelStack:        1624 kB
PageTables:         7732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2964288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1767424 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= 71608 MiB
End job on node135 at 2012-05-24 19:34:39