Trace number 3687489

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.1 1792.75

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/
~walser/benchmarks/ppp-problems/normalized-ppp:1-9,16-19.opb
MD5SUM732cdc3fa8b0bf0f47e882c13d928a6d
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark204.064
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4626
Total number of constraints30747
Number of constraints which are clauses29724
Number of constraints which are cardinality constraints (but not clauses)945
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 101
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3687489-1337871934.opb
0.10/0.11	c reading problem ... 
0.94/0.53	c ... done. Wall clock time 0.414s.
0.94/0.53	c declared #vars     4626
0.94/0.53	c #constraints  30921
0.94/0.53	c constraints type 
0.94/0.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29898
0.94/0.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 945
0.94/0.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 78
0.94/0.53	c 30921 constraints processed.
1.59/0.87	c cleaning 2490 clauses out of 5000 with flag 5000/5000
2.06/1.21	c cleaning 4247 clauses out of 8510 with flag 11000/11000
2.57/1.72	c cleaning 5629 clauses out of 11265 with flag 18002/18002
3.18/2.31	c cleaning 6813 clauses out of 13635 with flag 26001/26001
4.13/3.22	c cleaning 7908 clauses out of 15821 with flag 35000/35000
5.04/4.16	c cleaning 8950 clauses out of 17913 with flag 45000/45000
5.85/4.95	c cleaning 9979 clauses out of 19963 with flag 56000/56000
6.75/5.82	c cleaning 10988 clauses out of 21984 with flag 68000/68000
7.65/6.72	c cleaning 11987 clauses out of 23998 with flag 81002/81002
8.67/7.79	c cleaning 12996 clauses out of 26009 with flag 95000/95000
9.68/8.79	c cleaning 13995 clauses out of 28013 with flag 110000/110000
10.88/9.99	c cleaning 14999 clauses out of 30018 with flag 126000/126000
12.28/11.34	c cleaning 15997 clauses out of 32020 with flag 143001/143001
13.90/12.93	c cleaning 17005 clauses out of 34022 with flag 161000/161000
15.61/14.60	c cleaning 17997 clauses out of 36018 with flag 180001/180001
17.61/16.63	c cleaning 19007 clauses out of 38022 with flag 200002/200002
19.76/18.77	c cleaning 20001 clauses out of 40013 with flag 221000/221000
22.07/21.03	c cleaning 20996 clauses out of 42013 with flag 243001/243001
24.48/23.47	c cleaning 22003 clauses out of 44018 with flag 266002/266002
27.10/26.05	c cleaning 23004 clauses out of 46014 with flag 290001/290001
29.81/28.74	c cleaning 23996 clauses out of 48009 with flag 315000/315000
32.73/31.63	c cleaning 24999 clauses out of 50014 with flag 341001/341001
36.28/35.11	c cleaning 25996 clauses out of 52014 with flag 368000/368000
40.38/39.24	c cleaning 27004 clauses out of 54020 with flag 396002/396002
44.42/43.23	c cleaning 27998 clauses out of 56015 with flag 425001/425001
48.73/47.54	c cleaning 29006 clauses out of 58016 with flag 455000/455000
53.16/51.97	c cleaning 30001 clauses out of 60010 with flag 486000/486000
57.38/56.12	c cleaning 30995 clauses out of 62009 with flag 518000/518000
61.59/60.37	c cleaning 31993 clauses out of 64014 with flag 551000/551000
66.11/64.80	c cleaning 32992 clauses out of 66021 with flag 585000/585000
70.13/68.80	c cleaning 33998 clauses out of 68029 with flag 620000/620000
75.07/73.71	c cleaning 35014 clauses out of 70031 with flag 656000/656000
80.10/78.72	c cleaning 35994 clauses out of 72020 with flag 693003/693003
86.01/84.68	c cleaning 37007 clauses out of 74025 with flag 731002/731002
92.76/91.35	c cleaning 38004 clauses out of 76017 with flag 770001/770001
100.08/98.66	c cleaning 39001 clauses out of 78012 with flag 810000/810000
106.73/105.22	c cleaning 40000 clauses out of 80014 with flag 851003/851003
113.28/111.73	c cleaning 40997 clauses out of 82011 with flag 893000/893000
120.59/119.09	c cleaning 42000 clauses out of 84014 with flag 936000/936000
126.94/125.33	c cleaning 42997 clauses out of 86014 with flag 980000/980000
133.46/131.90	c cleaning 44003 clauses out of 88017 with flag 1025000/1025000
140.81/139.15	c cleaning 44994 clauses out of 90015 with flag 1071001/1071001
147.84/146.16	c cleaning 46005 clauses out of 92020 with flag 1118000/1118000
156.36/154.60	c cleaning 47000 clauses out of 94017 with flag 1166002/1166002
165.91/164.17	c cleaning 47991 clauses out of 96015 with flag 1215000/1215000
175.94/174.12	c cleaning 49006 clauses out of 98024 with flag 1265000/1265000
186.45/184.61	c cleaning 49999 clauses out of 100018 with flag 1316000/1316000
196.31/194.49	c cleaning 50996 clauses out of 102022 with flag 1368003/1368003
203.24/201.39	c cleaning 52001 clauses out of 104024 with flag 1421001/1421001
210.87/208.99	c cleaning 53001 clauses out of 106022 with flag 1475000/1475000
220.20/218.25	c cleaning 54002 clauses out of 108021 with flag 1530000/1530000
229.23/227.26	c cleaning 54997 clauses out of 110020 with flag 1586001/1586001
237.85/235.90	c cleaning 56000 clauses out of 112022 with flag 1643000/1643000
247.57/245.56	c cleaning 57011 clauses out of 114026 with flag 1701004/1701004
256.73/254.64	c cleaning 58000 clauses out of 116012 with flag 1760001/1760001
266.98/264.81	c cleaning 58996 clauses out of 118011 with flag 1820000/1820000
276.90/274.77	c cleaning 59990 clauses out of 120015 with flag 1881000/1881000
288.35/286.10	c cleaning 60993 clauses out of 122026 with flag 1943001/1943001
299.57/297.32	c cleaning 62007 clauses out of 124032 with flag 2006000/2006000
308.70/306.41	c cleaning 63008 clauses out of 126025 with flag 2070000/2070000
320.35/318.05	c cleaning 63998 clauses out of 128017 with flag 2135000/2135000
332.57/330.27	c cleaning 64997 clauses out of 130021 with flag 2201002/2201002
344.31/341.90	c cleaning 65998 clauses out of 132022 with flag 2268000/2268000
354.26/351.90	c cleaning 66998 clauses out of 134026 with flag 2336002/2336002
365.79/363.32	c cleaning 68002 clauses out of 136027 with flag 2405001/2405001
377.23/374.78	c cleaning 69009 clauses out of 138027 with flag 2475003/2475003
390.89/388.35	c cleaning 70001 clauses out of 140019 with flag 2546004/2546004
403.91/401.35	c cleaning 70993 clauses out of 142014 with flag 2618000/2618000
419.57/416.92	c cleaning 71999 clauses out of 144021 with flag 2691000/2691000
433.00/430.38	c cleaning 73005 clauses out of 146022 with flag 2765000/2765000
447.42/444.77	c cleaning 74000 clauses out of 148017 with flag 2840000/2840000
462.16/459.43	c cleaning 74997 clauses out of 150020 with flag 2916003/2916003
477.22/474.44	c cleaning 76003 clauses out of 152021 with flag 2993001/2993001
489.24/486.49	c cleaning 76995 clauses out of 154017 with flag 3071000/3071000
503.11/500.25	c cleaning 77986 clauses out of 156022 with flag 3150000/3150000
518.73/515.84	c cleaning 79001 clauses out of 158036 with flag 3230000/3230000
531.47/528.57	c cleaning 79995 clauses out of 160037 with flag 3311002/3311002
546.79/543.82	c cleaning 80995 clauses out of 162040 with flag 3393000/3393000
559.53/556.57	c cleaning 82009 clauses out of 164045 with flag 3476000/3476000
581.02/577.97	c cleaning 83009 clauses out of 166036 with flag 3560000/3560000
608.54/605.35	c cleaning 84002 clauses out of 168027 with flag 3645000/3645000
623.48/620.20	c cleaning 84999 clauses out of 170026 with flag 3731001/3731001
650.21/646.96	c cleaning 86000 clauses out of 172028 with flag 3818002/3818002
680.53/677.17	c cleaning 86998 clauses out of 174026 with flag 3906000/3906000
704.67/701.22	c cleaning 88007 clauses out of 176031 with flag 3995003/3995003
718.25/714.77	c cleaning 88997 clauses out of 178022 with flag 4085001/4085001
738.92/735.34	c cleaning 89984 clauses out of 180025 with flag 4176001/4176001
761.18/757.56	c cleaning 91001 clauses out of 182040 with flag 4268000/4268000
783.59/779.82	c cleaning 92012 clauses out of 184039 with flag 4361000/4361000
805.77/801.91	c cleaning 92986 clauses out of 186027 with flag 4455000/4455000
818.30/814.45	c cleaning 94010 clauses out of 188043 with flag 4550002/4550002
832.28/828.38	c cleaning 94997 clauses out of 190032 with flag 4646001/4646001
848.55/844.56	c cleaning 96001 clauses out of 192034 with flag 4743000/4743000
863.41/859.30	c cleaning 96992 clauses out of 194036 with flag 4841003/4841003
880.49/876.37	c cleaning 98019 clauses out of 196041 with flag 4940000/4940000
897.57/893.32	c cleaning 98983 clauses out of 198022 with flag 5040000/5040000
923.24/918.82	c cleaning 99988 clauses out of 200039 with flag 5141000/5141000
937.03/932.50	c cleaning 100992 clauses out of 202052 with flag 5243001/5243001
961.71/957.17	c cleaning 102015 clauses out of 204059 with flag 5346000/5346000
985.10/980.40	c cleaning 103004 clauses out of 206047 with flag 5450003/5450003
1005.01/1000.27	c cleaning 104001 clauses out of 208040 with flag 5555000/5555000
1039.90/1035.07	c cleaning 105004 clauses out of 210042 with flag 5661003/5661003
1072.70/1067.73	c cleaning 106001 clauses out of 212036 with flag 5768001/5768001
1110.27/1105.25	c cleaning 107000 clauses out of 214034 with flag 5876000/5876000
1146.67/1141.53	c cleaning 107990 clauses out of 216034 with flag 5985000/5985000
1174.36/1169.13	c cleaning 109001 clauses out of 218044 with flag 6095000/6095000
1207.85/1202.55	c cleaning 110009 clauses out of 220050 with flag 6206007/6206007
1241.57/1236.15	c cleaning 111006 clauses out of 222040 with flag 6318006/6318006
1277.91/1272.48	c cleaning 112000 clauses out of 224029 with flag 6431001/6431001
1305.00/1299.49	c cleaning 112997 clauses out of 226029 with flag 6545001/6545001
1337.06/1331.42	c cleaning 113996 clauses out of 228031 with flag 6660000/6660000
1352.70/1347.01	c cleaning 115012 clauses out of 230037 with flag 6776002/6776002
1364.89/1359.14	c cleaning 115998 clauses out of 232023 with flag 6893000/6893000
1383.77/1377.92	c cleaning 116951 clauses out of 234028 with flag 7011003/7011003
1419.46/1413.53	c cleaning 118026 clauses out of 236075 with flag 7130001/7130001
1442.97/1436.92	c cleaning 119015 clauses out of 238052 with flag 7250004/7250004
1465.27/1459.19	c cleaning 120006 clauses out of 240039 with flag 7371006/7371006
1494.77/1488.52	c cleaning 120986 clauses out of 242027 with flag 7493000/7493000
1538.47/1532.17	c cleaning 122004 clauses out of 244041 with flag 7616000/7616000
1572.56/1566.10	c cleaning 122977 clauses out of 246037 with flag 7740000/7740000
1600.08/1593.53	c cleaning 124002 clauses out of 248063 with flag 7865003/7865003
1634.32/1627.67	c cleaning 125013 clauses out of 250061 with flag 7991003/7991003
1662.26/1655.43	c cleaning 125995 clauses out of 252048 with flag 8118003/8118003
1686.84/1679.90	c cleaning 127005 clauses out of 254050 with flag 8246000/8246000
1706.84/1699.83	c cleaning 128007 clauses out of 256045 with flag 8375000/8375000
1732.43/1725.35	c cleaning 129009 clauses out of 258039 with flag 8505001/8505001
1766.33/1759.14	c cleaning 129998 clauses out of 260030 with flag 8636001/8636001
1797.34/1790.06	c cleaning 130999 clauses out of 262031 with flag 8768000/8768000
1800.10/1792.71	c starts		: 299
1800.10/1792.71	c conflicts		: 8789904
1800.10/1792.71	c decisions		: 10641834
1800.10/1792.71	c propagations		: 342582352
1800.10/1792.71	c inspects		: 26199671985
1800.10/1792.71	c shortcuts		: 0
1800.10/1792.71	c learnt literals	: 0
1800.10/1792.71	c learnt binary clauses	: 0
1800.10/1792.71	c learnt ternary clauses	: 0
1800.10/1792.71	c learnt constraints	: 8789905
1800.10/1792.71	c ignored constraints	: 0
1800.10/1792.71	c root simplifications	: 0
1800.10/1792.71	c removed literals (reason simplification)	: 0
1800.10/1792.71	c reason swapping (by a shorter reason)	: 0
1800.10/1792.71	c Calls to reduceDB	: 128
1800.10/1792.71	c number of reductions to clauses (during analyze)	: 0
1800.10/1792.71	c number of learned constraints concerned by reduction	: 0
1800.10/1792.71	c number of learning phase by resolution	: 0
1800.10/1792.71	c number of learning phase by cutting planes	: 0
1800.10/1792.71	c speed (assignments/second)	: 191154.76407690553
1800.10/1792.71	c non guided choices	62416
1800.10/1792.74	c learnt constraints type 
1800.10/1792.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 153068
1800.10/1792.74	c constraints type 
1800.10/1792.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29898
1800.10/1792.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 945
1800.10/1792.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 78
1800.10/1792.74	c 30921 constraints processed.
1800.10/1792.74	s UNKNOWN
1800.10/1792.74	c Total wall clock time (in seconds): 1792.626

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-3687489-1337871934/watcher-3687489-1337871934 -o /tmp/evaluation-result-3687489-1337871934/solver-3687489-1337871934 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687489-1337871934.opb 

running on 4 cores: 0,2,4,6

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.66 0.19 0.06 4/196 23151
/proc/meminfo: memFree=29284804/32873844 swapFree=7124/7124
[pid=23151] ppid=23149 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/23151/stat : 23151 (java) S 23149 23151 22462 0 -1 4202496 1161 0 0 0 0 0 0 0 20 0 2 0 253318774 91889664 881 33554432000 1073741824 1073778376 140736737360688 140736737351824 273909055549 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23151/statm: 22434 886 670 9 0 16769 0
[pid=23151/tid=23152] ppid=23149 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23152/stat : 23152 (java) R 23149 23151 22462 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 2 0 253318775 91889664 894 33554432000 1073741824 1073778376 140736737360688 140736737349752 273896533287 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.00777198 s]
/proc/loadavg: 0.66 0.19 0.06 4/196 23151
/proc/meminfo: memFree=29284804/32873844 swapFree=7124/7124
[pid=23151] ppid=23149 vsize=96272 CPUtime=0 cores=0,2,4,6
/proc/23151/stat : 23151 (java) S 23149 23151 22462 0 -1 4202496 1282 0 0 0 0 0 0 0 20 0 2 0 253318774 98582528 983 33554432000 1073741824 1073778376 140736737360688 140736737351824 273909055549 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23151/statm: 24068 985 750 9 0 16774 0
[pid=23151/tid=23152] ppid=23149 vsize=96272 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23152/stat : 23152 (java) R 23149 23151 22462 0 -1 4202560 137 0 0 0 0 0 0 0 20 0 2 0 253318775 98582528 985 33554432000 1073741824 1073778376 140736737360688 140388368100904 273905698205 0 0 0 16784584 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96272

[startup+0.100224 s]
/proc/loadavg: 0.66 0.19 0.06 4/196 23151
/proc/meminfo: memFree=29284804/32873844 swapFree=7124/7124
[pid=23151] ppid=23149 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/23151/stat : 23151 (java) S 23149 23151 22462 0 -1 4202496 4308 0 1 0 9 1 0 0 20 0 18 0 253318774 9787813888 5508 33554432000 1073741824 1073778376 140736737360688 140736737351824 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23151/statm: 2389603 5512 2108 9 0 2380296 0
[pid=23151/tid=23152] ppid=23149 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/23151/task/23152/stat : 23152 (java) R 23149 23151 22462 0 -1 4202560 2352 0 1 0 7 0 0 0 20 0 18 0 253318775 9787813888 5512 33554432000 1073741824 1073778376 140736737360688 140388368104368 140388365971224 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300228 s]
/proc/loadavg: 0.66 0.19 0.06 4/196 23151
/proc/meminfo: memFree=29284804/32873844 swapFree=7124/7124
[pid=23151] ppid=23149 vsize=9558412 CPUtime=0.51 cores=0,2,4,6
/proc/23151/stat : 23151 (java) S 23149 23151 22462 0 -1 4202496 6709 0 1 0 49 2 0 0 20 0 18 0 253318774 9787813888 13926 33554432000 1073741824 1073778376 140736737360688 140736737351824 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23151/statm: 2389603 13926 2217 9 0 2380296 0
[pid=23151/tid=23152] ppid=23149 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/23151/task/23152/stat : 23152 (java) R 23149 23151 22462 0 -1 4202560 2453 0 1 0 25 2 0 0 20 0 18 0 253318775 9787813888 13926 33554432000 1073741824 1073778376 140736737360688 140388368104368 140388203518318 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558412

[startup+0.700236 s]
/proc/loadavg: 0.66 0.19 0.06 4/196 23151
/proc/meminfo: memFree=29284804/32873844 swapFree=7124/7124
[pid=23151] ppid=23149 vsize=9624976 CPUtime=1.43 cores=0,2,4,6
/proc/23151/stat : 23151 (java) S 23149 23151 22462 0 -1 4202496 8732 0 1 0 139 4 0 0 20 0 19 0 253318774 9855975424 34252 33554432000 1073741824 1073778376 140736737360688 140736737351824 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23151/statm: 2406244 34252 2250 9 0 2396937 0
[pid=23151/tid=23152] ppid=23149 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/23151/task/23152/stat : 23152 (java) R 23149 23151 22462 0 -1 4202560 2505 0 1 0 64 3 0 0 20 0 19 0 253318775 9855975424 34252 33554432000 1073741824 1073778376 140736737360688 140388368105688 140388203608524 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 9624976

[startup+1.50062 s]
/proc/loadavg: 0.66 0.19 0.06 2/193 23194
/proc/meminfo: memFree=29297732/32873844 swapFree=7124/7124
[pid=23151] ppid=23149 vsize=9624976 CPUtime=2.37 cores=0,2,4,6
/proc/23151/stat : 23151 (java) S 23149 23151 22462 0 -1 4202496 9044 0 1 0 233 4 0 0 20 0 19 0 253318774 9855975424 38944 33554432000 1073741824 1073778376 140736737360688 140736737351824 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23151/statm: 2406244 38944 2278 9 0 2396937 0
[pid=23151/tid=23152] ppid=23149 vsize=9624976 CPUtime=1.44 cores=0,2,4,6
/proc/23151/task/23152/stat : 23152 (java) R 23149 23151 22462 0 -1 4202560 2510 0 1 0 140 4 0 0 20 0 19 0 253318775 9855975424 38944 33554432000 1073741824 1073778376 140736737360688 140388368105880 140388204173739 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23151/tid=23154] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23154/stat : 23154 (java) S 23149 23151 22462 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253318775 9855975424 38944 33554432000 1073741824 1073778376 140736737360688 140388329597096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23151/tid=23155] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23155/stat : 23155 (java) S 23149 23151 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318775 9855975424 38944 33554432000 1073741824 1073778376 140736737360688 140388328544552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23151/tid=23156] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23156/stat : 23156 (java) S 23149 23151 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318775 9855975424 38944 33554432000 1073741824 1073778376 140736737360688 140388327492008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23151/tid=23157] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23157/stat : 23157 (java) S 23149 23151 22462 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 253318775 9855975424 38944 33554432000 1073741824 1073778376 140736737360688 140388326439464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23151/tid=23158] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23158/stat : 23158 (java) S 23149 23151 22462 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253318775 9855975424 38944 33554432000 1073741824 1073778376 140736737360688 140388325386920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23151/tid=23159] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23159/stat : 23159 (java) S 23149 23151 22462 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253318775 9855975424 38944 33554432000 1073741824 1073778376 140736737360688 140388324334376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23151/tid=23160] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23160/stat : 23160 (java) S 23149 23151 22462 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253318775 9855975424 38944 33554432000 1073741824 1073778376 140736737360688 140388323281832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23151/tid=23161] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23161/stat : 23161 (java) S 23149 23151 22462 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253318775 9855975424 38944 33554432000 1073741824 1073778376 140736737360688 140388322229288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23151/tid=23162] ppid=23149 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/23151/task/23162/stat : 23162 (java) S 23149 23151 22462 0 -1 4202560 33 0 0 0 2 0 0 0 20 0 19 0 253318777 9855975424 38944 33554432000 1073741824 1073778376 140736737360688 140388192131176 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23151/tid=23163] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23163/stat : 23163 (java) S 23149 23151 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318777 9855975424 38944 33554432000 1073741824 1073778376 140736737360688 140388191077496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23151/tid=23164] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23164/stat : 23164 (java) S 23149 23151 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318777 9855975424 38944 33554432000 1073741824 1073778376 140736737360688 140388190024840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23151/tid=23165] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23165/stat : 23165 (java) S 23149 23151 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318780 9855975424 38944 33554432000 1073741824 1073778376 140736737360688 140388188973584 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23151/tid=23166] ppid=23149 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/23151/task/23166/stat : 23166 (java) S 23149 23151 22462 0 -1 4202560 3250 0 0 0 46 0 0 0 20 0 19 0 253318780 9855975424 38944 33554432000 1073741824 1073778376 140736737360688 140388187920952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23151/tid=23167] ppid=23149 vsize=9624976 CPUtime=0.36 cores=0,2,4,6
/proc/23151/task/23167/stat : 23167 (java) S 23149 23151 22462 0 -1 4202560 2016 0 0 0 36 0 0 0 20 0 19 0 253318780 9855975424 38944 33554432000 1073741824 1073778376 140736737360688 140387314297528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23151/tid=23168] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23168/stat : 23168 (java) S 23149 23151 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318780 9855975424 38944 33554432000 1073741824 1073778376 140736737360688 140387313245176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23151/tid=23169] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23169/stat : 23169 (java) S 23149 23151 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318780 9855975424 38944 33554432000 1073741824 1073778376 140736737360688 140387312192840 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23151/tid=23170] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23170/stat : 23170 (java) S 23149 23151 22462 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253318828 9855975424 38944 33554432000 1073741824 1073778376 140736737360688 140387311137576 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 9624976

[startup+3.10062 s]
/proc/loadavg: 0.66 0.19 0.06 3/215 23227
/proc/meminfo: memFree=29163264/32873844 swapFree=7124/7124
[pid=23151] ppid=23149 vsize=9624976 CPUtime=4.03 cores=0,2,4,6
/proc/23151/stat : 23151 (java) S 23149 23151 22462 0 -1 4202496 9522 0 1 0 399 4 0 0 20 0 19 0 253318774 9855975424 39972 33554432000 1073741824 1073778376 140736737360688 140736737351824 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23151/statm: 2406244 39972 2278 9 0 2396937 0
[pid=23151/tid=23152] ppid=23149 vsize=9624976 CPUtime=2.99 cores=0,2,4,6
/proc/23151/task/23152/stat : 23152 (java) R 23149 23151 22462 0 -1 4202560 2510 0 1 0 295 4 0 0 20 0 19 0 253318775 9855975424 39972 33554432000 1073741824 1073778376 140736737360688 140388368105760 140388204199708 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23151/tid=23154] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23154/stat : 23154 (java) S 23149 23151 22462 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253318775 9855975424 39972 33554432000 1073741824 1073778376 140736737360688 140388329597096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23151/tid=23155] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23155/stat : 23155 (java) S 23149 23151 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318775 9855975424 39972 33554432000 1073741824 1073778376 140736737360688 140388328544552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23151/tid=23156] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23156/stat : 23156 (java) S 23149 23151 22462 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253318775 9855975424 39972 33554432000 1073741824 1073778376 140736737360688 140388327492008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23151/tid=23157] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23157/stat : 23157 (java) S 23149 23151 22462 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 253318775 9855975424 39972 33554432000 1073741824 1073778376 140736737360688 140388326439464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23151/tid=23158] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23158/stat : 23158 (java) S 23149 23151 22462 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253318775 9855975424 39972 33554432000 1073741824 1073778376 140736737360688 140388325386920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23151/tid=23159] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23159/stat : 23159 (java) S 23149 23151 22462 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253318775 9855975424 39972 33554432000 1073741824 1073778376 140736737360688 140388324334376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23151/tid=23160] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23160/stat : 23160 (java) S 23149 23151 22462 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253318775 9855975424 39972 33554432000 1073741824 1073778376 140736737360688 140388323281832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23151/tid=23161] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23161/stat : 23161 (java) S 23149 23151 22462 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253318775 9855975424 39972 33554432000 1073741824 1073778376 140736737360688 140388322229288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23151/tid=23162] ppid=23149 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/23151/task/23162/stat : 23162 (java) S 23149 23151 22462 0 -1 4202560 34 0 0 0 6 0 0 0 20 0 19 0 253318777 9855975424 39972 33554432000 1073741824 1073778376 140736737360688 140388192131176 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23151/tid=23163] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23163/stat : 23163 (java) S 23149 23151 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318777 9855975424 39972 33554432000 1073741824 1073778376 140736737360688 140388191077496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23151/tid=23164] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23164/stat : 23164 (java) S 23149 23151 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318777 9855975424 39972 33554432000 1073741824 1073778376 140736737360688 140388190024840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23151/tid=23165] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23165/stat : 23165 (java) S 23149 23151 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318780 9855975424 39972 33554432000 1073741824 1073778376 140736737360688 140388188973584 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23151/tid=23166] ppid=23149 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/23151/task/23166/stat : 23166 (java) S 23149 23151 22462 0 -1 4202560 3251 0 0 0 47 0 0 0 20 0 19 0 253318780 9855975424 39972 33554432000 1073741824 1073778376 140736737360688 140388187920952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23151/tid=23167] ppid=23149 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/23151/task/23167/stat : 23167 (java) S 23149 23151 22462 0 -1 4202560 2485 0 0 0 41 0 0 0 20 0 19 0 253318780 9855975424 39972 33554432000 1073741824 1073778376 140736737360688 140387314297528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23151/tid=23168] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23168/stat : 23168 (java) S 23149 23151 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318780 9855975424 39972 33554432000 1073741824 1073778376 140736737360688 140387313245176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23151/tid=23169] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23169/stat : 23169 (java) S 23149 23151 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318780 9855975424 39972 33554432000 1073741824 1073778376 140736737360688 140387312192840 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23151/tid=23170] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23170/stat : 23170 (java) S 23149 23151 22462 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253318828 9855975424 39972 33554432000 1073741824 1073778376 140736737360688 140387311137576 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 9624976

[startup+6.30065 s]
/proc/loadavg: 0.77 0.22 0.07 3/215 23284
/proc/meminfo: memFree=29067964/32873844 swapFree=7124/7124
[pid=23151] ppid=23149 vsize=9624976 CPUtime=7.25 cores=0,2,4,6
/proc/23151/stat : 23151 (java) S 23149 23151 22462 0 -1 4202496 9538 0 1 0 720 5 0 0 20 0 19 0 253318774 9855975424 40408 33554432000 1073741824 1073778376 140736737360688 140736737351824 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23151/statm: 2406244 40408 2278 9 0 2396937 0
[pid=23151/tid=23152] ppid=23149 vsize=9624976 CPUtime=6.08 cores=0,2,4,6
/proc/23151/task/23152/stat : 23152 (java) R 23149 23151 22462 0 -1 4202560 2515 0 1 0 604 4 0 0 20 0 19 0 253318775 9855975424 40408 33554432000 1073741824 1073778376 140736737360688 140388368105760 140388204154125 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23151/tid=23154] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23154/stat : 23154 (java) S 23149 23151 22462 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 253318775 9855975424 40408 33554432000 1073741824 1073778376 140736737360688 140388329597096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23151/tid=23155] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23155/stat : 23155 (java) S 23149 23151 22462 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253318775 9855975424 40408 33554432000 1073741824 1073778376 140736737360688 140388328544552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23151/tid=23156] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23156/stat : 23156 (java) S 23149 23151 22462 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253318775 9855975424 40408 33554432000 1073741824 1073778376 140736737360688 140388327492008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23151/tid=23157] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23157/stat : 23157 (java) S 23149 23151 22462 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253318775 9855975424 40408 33554432000 1073741824 1073778376 140736737360688 140388326439464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23151/tid=23158] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23158/stat : 23158 (java) S 23149 23151 22462 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253318775 9855975424 40408 33554432000 1073741824 1073778376 140736737360688 140388325386920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23151/tid=23159] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23159/stat : 23159 (java) S 23149 23151 22462 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253318775 9855975424 40408 33554432000 1073741824 1073778376 140736737360688 140388324334376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23151/tid=23160] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23160/stat : 23160 (java) S 23149 23151 22462 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253318775 9855975424 40408 33554432000 1073741824 1073778376 140736737360688 140388323281832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23151/tid=23161] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23161/stat : 23161 (java) S 23149 23151 22462 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253318775 9855975424 40408 33554432000 1073741824 1073778376 140736737360688 140388322229288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23151/tid=23162] ppid=23149 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/23151/task/23162/stat : 23162 (java) S 23149 23151 22462 0 -1 4202560 35 0 0 0 15 0 0 0 20 0 19 0 253318777 9855975424 40408 33554432000 1073741824 1073778376 140736737360688 140388192131176 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23151/tid=23163] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23163/stat : 23163 (java) S 23149 23151 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318777 9855975424 40408 33554432000 1073741824 1073778376 140736737360688 140388191077496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23151/tid=23164] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23164/stat : 23164 (java) S 23149 23151 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318777 9855975424 40408 33554432000 1073741824 1073778376 140736737360688 140388190024840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23151/tid=23165] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23165/stat : 23165 (java) S 23149 23151 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318780 9855975424 40408 33554432000 1073741824 1073778376 140736737360688 140388188973584 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23151/tid=23166] ppid=23149 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/23151/task/23166/stat : 23166 (java) S 23149 23151 22462 0 -1 4202560 3251 0 0 0 47 0 0 0 20 0 19 0 253318780 9855975424 40408 33554432000 1073741824 1073778376 140736737360688 140388187920952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23151/tid=23167] ppid=23149 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/23151/task/23167/stat : 23167 (java) S 23149 23151 22462 0 -1 4202560 2485 0 0 0 41 0 0 0 20 0 19 0 253318780 9855975424 40408 33554432000 1073741824 1073778376 140736737360688 140387314297528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

[pid=23151/tid=23166] ppid=23149 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/23151/task/23166/stat : 23166 (java) S 23149 23151 22462 0 -1 4202560 3251 0 0 0 47 0 0 0 20 0 19 0 253318780 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388187920952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23151/tid=23167] ppid=23149 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/23151/task/23167/stat : 23167 (java) S 23149 23151 22462 0 -1 4202560 2608 0 0 0 43 0 0 0 20 0 19 0 253318780 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140387314297528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23151/tid=23168] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23168/stat : 23168 (java) S 23149 23151 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318780 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140387313245176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23151/tid=23169] ppid=23149 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/23151/task/23169/stat : 23169 (java) S 23149 23151 22462 0 -1 4202560 99 0 0 0 31 31 0 0 20 0 19 0 253318780 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140387312192840 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23151/tid=23170] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23170/stat : 23170 (java) S 23149 23151 22462 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253318828 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140387311137576 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1729.43
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.06 2.02 1.71 2/195 23302
/proc/meminfo: memFree=29035464/32873844 swapFree=7124/7124
[pid=23151] ppid=23149 vsize=9624976 CPUtime=1789.64 cores=0,2,4,6
/proc/23151/stat : 23151 (java) S 23149 23151 22462 0 -1 4202496 11916 0 1 0 178895 69 0 0 20 0 19 0 253318774 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140736737351824 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23151/statm: 2406244 102551 2279 9 0 2396937 0
[pid=23151/tid=23152] ppid=23149 vsize=9624976 CPUtime=1767.53 cores=0,2,4,6
/proc/23151/task/23152/stat : 23152 (java) R 23149 23151 22462 0 -1 4202560 2634 0 1 0 176720 33 0 0 20 0 19 0 253318775 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388368105760 140388204199539 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23151/tid=23154] ppid=23149 vsize=9624976 CPUtime=1.07 cores=0,2,4,6
/proc/23151/task/23154/stat : 23154 (java) S 23149 23151 22462 0 -1 4202560 477 0 0 0 101 6 0 0 20 0 19 0 253318775 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388329597096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23151/tid=23155] ppid=23149 vsize=9624976 CPUtime=1.05 cores=0,2,4,6
/proc/23151/task/23155/stat : 23155 (java) S 23149 23151 22462 0 -1 4202560 317 0 0 0 102 3 0 0 20 0 19 0 253318775 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388328544552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23151/tid=23156] ppid=23149 vsize=9624976 CPUtime=1.15 cores=0,2,4,6
/proc/23151/task/23156/stat : 23156 (java) S 23149 23151 22462 0 -1 4202560 216 0 0 0 110 5 0 0 20 0 19 0 253318775 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388327492008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23151/tid=23157] ppid=23149 vsize=9624976 CPUtime=1.05 cores=0,2,4,6
/proc/23151/task/23157/stat : 23157 (java) S 23149 23151 22462 0 -1 4202560 125 0 0 0 101 4 0 0 20 0 19 0 253318775 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388326439464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23151/tid=23158] ppid=23149 vsize=9624976 CPUtime=1.02 cores=0,2,4,6
/proc/23151/task/23158/stat : 23158 (java) S 23149 23151 22462 0 -1 4202560 143 0 0 0 99 3 0 0 20 0 19 0 253318775 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388325386920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23151/tid=23159] ppid=23149 vsize=9624976 CPUtime=1.09 cores=0,2,4,6
/proc/23151/task/23159/stat : 23159 (java) S 23149 23151 22462 0 -1 4202560 221 0 0 0 104 5 0 0 20 0 19 0 253318775 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388324334376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23151/tid=23160] ppid=23149 vsize=9624976 CPUtime=0.93 cores=0,2,4,6
/proc/23151/task/23160/stat : 23160 (java) S 23149 23151 22462 0 -1 4202560 221 0 0 0 90 3 0 0 20 0 19 0 253318775 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388323281832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23151/tid=23161] ppid=23149 vsize=9624976 CPUtime=1.11 cores=0,2,4,6
/proc/23151/task/23161/stat : 23161 (java) S 23149 23151 22462 0 -1 4202560 266 0 0 0 107 4 0 0 20 0 19 0 253318775 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388322229288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23151/tid=23162] ppid=23149 vsize=9624976 CPUtime=7.8 cores=0,2,4,6
/proc/23151/task/23162/stat : 23162 (java) S 23149 23151 22462 0 -1 4202560 148 0 0 0 777 3 0 0 20 0 19 0 253318777 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388192131176 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23151/tid=23163] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23163/stat : 23163 (java) S 23149 23151 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318777 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388191077496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23151/tid=23164] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23164/stat : 23164 (java) S 23149 23151 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318777 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388190024840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23151/tid=23165] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23165/stat : 23165 (java) S 23149 23151 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318780 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388188973584 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23151/tid=23166] ppid=23149 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/23151/task/23166/stat : 23166 (java) S 23149 23151 22462 0 -1 4202560 3251 0 0 0 47 0 0 0 20 0 19 0 253318780 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388187920952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23151/tid=23167] ppid=23149 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/23151/task/23167/stat : 23167 (java) S 23149 23151 22462 0 -1 4202560 2608 0 0 0 43 0 0 0 20 0 19 0 253318780 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140387314297528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23151/tid=23168] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23168/stat : 23168 (java) S 23149 23151 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318780 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140387313245176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23151/tid=23169] ppid=23149 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/23151/task/23169/stat : 23169 (java) S 23149 23151 22462 0 -1 4202560 103 0 0 0 33 31 0 0 20 0 19 0 253318780 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140387312192840 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23151/tid=23170] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23170/stat : 23170 (java) S 23149 23151 22462 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253318828 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140387311137576 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1789.64
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.7 s]
/proc/loadavg: 2.05 2.02 1.72 4/215 23358
/proc/meminfo: memFree=28541760/32873844 swapFree=7124/7124
[pid=23151] ppid=23149 vsize=9624976 CPUtime=1800.1 cores=0,2,4,6
/proc/23151/stat : 23151 (java) S 23149 23151 22462 0 -1 4202496 11919 0 1 0 179941 69 0 0 20 0 19 0 253318774 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140736737351824 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23151/statm: 2406244 102551 2279 9 0 2396937 0
[pid=23151/tid=23152] ppid=23149 vsize=9624976 CPUtime=1777.73 cores=0,2,4,6
/proc/23151/task/23152/stat : 23152 (java) R 23149 23151 22462 0 -1 4202560 2635 0 1 0 177739 34 0 0 20 0 19 0 253318775 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388368105760 140388204281351 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23151/tid=23154] ppid=23149 vsize=9624976 CPUtime=1.08 cores=0,2,4,6
/proc/23151/task/23154/stat : 23154 (java) S 23149 23151 22462 0 -1 4202560 477 0 0 0 102 6 0 0 20 0 19 0 253318775 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388329597096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23151/tid=23155] ppid=23149 vsize=9624976 CPUtime=1.06 cores=0,2,4,6
/proc/23151/task/23155/stat : 23155 (java) S 23149 23151 22462 0 -1 4202560 317 0 0 0 103 3 0 0 20 0 19 0 253318775 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388328544552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23151/tid=23156] ppid=23149 vsize=9624976 CPUtime=1.16 cores=0,2,4,6
/proc/23151/task/23156/stat : 23156 (java) S 23149 23151 22462 0 -1 4202560 216 0 0 0 111 5 0 0 20 0 19 0 253318775 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388327492008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23151/tid=23157] ppid=23149 vsize=9624976 CPUtime=1.06 cores=0,2,4,6
/proc/23151/task/23157/stat : 23157 (java) S 23149 23151 22462 0 -1 4202560 125 0 0 0 102 4 0 0 20 0 19 0 253318775 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388326439464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23151/tid=23158] ppid=23149 vsize=9624976 CPUtime=1.03 cores=0,2,4,6
/proc/23151/task/23158/stat : 23158 (java) S 23149 23151 22462 0 -1 4202560 143 0 0 0 100 3 0 0 20 0 19 0 253318775 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388325386920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23151/tid=23159] ppid=23149 vsize=9624976 CPUtime=1.1 cores=0,2,4,6
/proc/23151/task/23159/stat : 23159 (java) S 23149 23151 22462 0 -1 4202560 221 0 0 0 105 5 0 0 20 0 19 0 253318775 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388324334376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23151/tid=23160] ppid=23149 vsize=9624976 CPUtime=0.94 cores=0,2,4,6
/proc/23151/task/23160/stat : 23160 (java) S 23149 23151 22462 0 -1 4202560 221 0 0 0 91 3 0 0 20 0 19 0 253318775 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388323281832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23151/tid=23161] ppid=23149 vsize=9624976 CPUtime=1.12 cores=0,2,4,6
/proc/23151/task/23161/stat : 23161 (java) S 23149 23151 22462 0 -1 4202560 266 0 0 0 108 4 0 0 20 0 19 0 253318775 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388322229288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23151/tid=23162] ppid=23149 vsize=9624976 CPUtime=7.96 cores=0,2,4,6
/proc/23151/task/23162/stat : 23162 (java) S 23149 23151 22462 0 -1 4202560 150 0 0 0 793 3 0 0 20 0 19 0 253318777 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388192131176 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23151/tid=23163] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23163/stat : 23163 (java) S 23149 23151 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318777 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388191077496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23151/tid=23164] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23164/stat : 23164 (java) S 23149 23151 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318777 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388190024840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23151/tid=23165] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23165/stat : 23165 (java) S 23149 23151 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318780 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388188973584 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23151/tid=23166] ppid=23149 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/23151/task/23166/stat : 23166 (java) S 23149 23151 22462 0 -1 4202560 3251 0 0 0 47 0 0 0 20 0 19 0 253318780 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388187920952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23151/tid=23167] ppid=23149 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/23151/task/23167/stat : 23167 (java) S 23149 23151 22462 0 -1 4202560 2608 0 0 0 43 0 0 0 20 0 19 0 253318780 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140387314297528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23151/tid=23168] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23168/stat : 23168 (java) S 23149 23151 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318780 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140387313245176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23151/tid=23169] ppid=23149 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/23151/task/23169/stat : 23169 (java) S 23149 23151 22462 0 -1 4202560 103 0 0 0 33 31 0 0 20 0 19 0 253318780 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140387312192840 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23151/tid=23170] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23170/stat : 23170 (java) S 23149 23151 22462 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253318828 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140387311137576 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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

[startup+1792.7 s]
/proc/loadavg: 2.05 2.02 1.72 4/215 23358
/proc/meminfo: memFree=28541760/32873844 swapFree=7124/7124
[pid=23151] ppid=23149 vsize=9624976 CPUtime=1800.1 cores=0,2,4,6
/proc/23151/stat : 23151 (java) S 23149 23151 22462 0 -1 4202496 11919 0 1 0 179941 69 0 0 20 0 19 0 253318774 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140736737351824 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23151/statm: 2406244 102551 2279 9 0 2396937 0
[pid=23151/tid=23152] ppid=23149 vsize=9624976 CPUtime=1777.73 cores=0,2,4,6
/proc/23151/task/23152/stat : 23152 (java) R 23149 23151 22462 0 -1 4202560 2635 0 1 0 177739 34 0 0 20 0 19 0 253318775 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388368105760 140388204281351 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23151/tid=23154] ppid=23149 vsize=9624976 CPUtime=1.08 cores=0,2,4,6
/proc/23151/task/23154/stat : 23154 (java) S 23149 23151 22462 0 -1 4202560 477 0 0 0 102 6 0 0 20 0 19 0 253318775 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388329597096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23151/tid=23155] ppid=23149 vsize=9624976 CPUtime=1.06 cores=0,2,4,6
/proc/23151/task/23155/stat : 23155 (java) S 23149 23151 22462 0 -1 4202560 317 0 0 0 103 3 0 0 20 0 19 0 253318775 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388328544552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23151/tid=23156] ppid=23149 vsize=9624976 CPUtime=1.16 cores=0,2,4,6
/proc/23151/task/23156/stat : 23156 (java) S 23149 23151 22462 0 -1 4202560 216 0 0 0 111 5 0 0 20 0 19 0 253318775 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388327492008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23151/tid=23157] ppid=23149 vsize=9624976 CPUtime=1.06 cores=0,2,4,6
/proc/23151/task/23157/stat : 23157 (java) S 23149 23151 22462 0 -1 4202560 125 0 0 0 102 4 0 0 20 0 19 0 253318775 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388326439464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23151/tid=23158] ppid=23149 vsize=9624976 CPUtime=1.03 cores=0,2,4,6
/proc/23151/task/23158/stat : 23158 (java) S 23149 23151 22462 0 -1 4202560 143 0 0 0 100 3 0 0 20 0 19 0 253318775 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388325386920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23151/tid=23159] ppid=23149 vsize=9624976 CPUtime=1.1 cores=0,2,4,6
/proc/23151/task/23159/stat : 23159 (java) S 23149 23151 22462 0 -1 4202560 221 0 0 0 105 5 0 0 20 0 19 0 253318775 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388324334376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23151/tid=23160] ppid=23149 vsize=9624976 CPUtime=0.94 cores=0,2,4,6
/proc/23151/task/23160/stat : 23160 (java) S 23149 23151 22462 0 -1 4202560 221 0 0 0 91 3 0 0 20 0 19 0 253318775 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388323281832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23151/tid=23161] ppid=23149 vsize=9624976 CPUtime=1.12 cores=0,2,4,6
/proc/23151/task/23161/stat : 23161 (java) S 23149 23151 22462 0 -1 4202560 266 0 0 0 108 4 0 0 20 0 19 0 253318775 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388322229288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23151/tid=23162] ppid=23149 vsize=9624976 CPUtime=7.96 cores=0,2,4,6
/proc/23151/task/23162/stat : 23162 (java) S 23149 23151 22462 0 -1 4202560 150 0 0 0 793 3 0 0 20 0 19 0 253318777 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388192131176 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23151/tid=23163] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23163/stat : 23163 (java) S 23149 23151 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318777 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388191077496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23151/tid=23164] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23164/stat : 23164 (java) S 23149 23151 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318777 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388190024840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23151/tid=23165] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23165/stat : 23165 (java) S 23149 23151 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318780 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388188973584 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23151/tid=23166] ppid=23149 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/23151/task/23166/stat : 23166 (java) S 23149 23151 22462 0 -1 4202560 3251 0 0 0 47 0 0 0 20 0 19 0 253318780 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140388187920952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23151/tid=23167] ppid=23149 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/23151/task/23167/stat : 23167 (java) S 23149 23151 22462 0 -1 4202560 2608 0 0 0 43 0 0 0 20 0 19 0 253318780 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140387314297528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23151/tid=23168] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23168/stat : 23168 (java) S 23149 23151 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318780 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140387313245176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23151/tid=23169] ppid=23149 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/23151/task/23169/stat : 23169 (java) S 23149 23151 22462 0 -1 4202560 103 0 0 0 33 31 0 0 20 0 19 0 253318780 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140387312192840 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23151/tid=23170] ppid=23149 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23151/task/23170/stat : 23170 (java) S 23149 23151 22462 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253318828 9855975424 102551 33554432000 1073741824 1073778376 140736737360688 140387311137576 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9624976

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23151 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=988120
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=151824
# CPU time returned by wait4() is 1796.14
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1792.75
CPU time (s): 1800.1
CPU user time (s): 1799.41
CPU system time (s): 0.69
CPU usage (%): 100.41
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.99
system time used= 1.15182
maximum resident set size= 410328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11951
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41301
involuntary context switches= 17943

runsolver used 6.05108 second user time and 15.0927 second system time

The end

Launcher Data

Begin job on node134 at 2012-05-24 17:05:34
IDJOB=3687489
IDBENCH=1498
IDSOLVER=2269
FILE ID=node134/3687489-1337871934
RUNJOBID= node134-1337871881-22478
PBS_JOBID= 14620070
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1-9,16-19.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687489-1337871934/watcher-3687489-1337871934 -o /tmp/evaluation-result-3687489-1337871934/solver-3687489-1337871934 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687489-1337871934.opb

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

MD5SUM BENCH= 732cdc3fa8b0bf0f47e882c13d928a6d
RANDOM SEED=1535209315

node134.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.278
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.55
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.278
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.56
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.278
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		: 2667.278
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.59
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.278
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.55
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.278
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		: 2667.278
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	: 5332.57
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.278
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29284804 kB
Buffers:          209608 kB
Cached:          2443276 kB
SwapCached:            0 kB
Active:           633484 kB
Inactive:        2178752 kB
Active(anon):     155392 kB
Inactive(anon):     5996 kB
Active(file):     478092 kB
Inactive(file):  2172756 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3020 kB
Writeback:             0 kB
AnonPages:        168448 kB
Mapped:            22696 kB
Shmem:               212 kB
Slab:             629544 kB
SReclaimable:      70224 kB
SUnreclaim:       559320 kB
KernelStack:        1608 kB
PageTables:         4416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     695656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    124928 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= 71704 MiB
End job on node134 at 2012-05-24 17:35:29