Trace number 3688223

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.01 1794.46

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_7_60_3.opb
MD5SUM0cfcb152e5d64f6fbadc82a2b31230da
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables61
Total number of constraints15
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints14
Minimum length of a constraint1
Maximum length of a constraint60
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1901
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5704
Number of bits of the biggest sum of numbers13
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.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.08/0.08	c Free memory 		501472288
0.08/0.08	c Max memory 		7480803328
0.08/0.08	c Total memory 		504102912
0.08/0.08	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-3688223-1337880888.opb
0.10/0.11	c reading problem ... 
0.10/0.14	c ... done. Wall clock time 0.036s.
0.10/0.14	c declared #vars     61
0.10/0.14	c #constraints  15
0.10/0.14	c constraints type 
0.10/0.14	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.10/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14
0.10/0.14	c 15 constraints processed.
0.10/0.14	c objective function length is 1 literals
0.63/0.42	c cleaning 2500 clauses out of 5000 with flag 5000/5000
0.91/0.63	c cleaning 4248 clauses out of 8500 with flag 11000/11000
1.12/0.86	c cleaning 5627 clauses out of 11255 with flag 18003/18003
1.45/1.16	c cleaning 6810 clauses out of 13625 with flag 26000/26000
1.89/1.50	c cleaning 7907 clauses out of 15817 with flag 35002/35002
2.19/1.89	c cleaning 8956 clauses out of 17911 with flag 45003/45003
2.69/2.35	c cleaning 9975 clauses out of 19952 with flag 56000/56000
3.22/2.86	c cleaning 10981 clauses out of 21980 with flag 68003/68003
3.83/3.44	c cleaning 11998 clauses out of 23996 with flag 81000/81000
4.43/4.04	c cleaning 13002 clauses out of 26004 with flag 95006/95006
5.04/4.67	c cleaning 13996 clauses out of 27997 with flag 110001/110001
5.76/5.38	c cleaning 14994 clauses out of 30000 with flag 126000/126000
6.67/6.23	c cleaning 16000 clauses out of 32006 with flag 143000/143000
7.60/7.12	c cleaning 17001 clauses out of 34006 with flag 161000/161000
8.60/8.11	c cleaning 18002 clauses out of 36005 with flag 180000/180000
9.62/9.19	c cleaning 18999 clauses out of 38003 with flag 200000/200000
10.73/10.29	c cleaning 19996 clauses out of 40004 with flag 221000/221000
12.13/11.63	c cleaning 21003 clauses out of 42010 with flag 243002/243002
13.54/13.08	c cleaning 22003 clauses out of 44005 with flag 266000/266000
15.05/14.57	c cleaning 23002 clauses out of 46005 with flag 290003/290003
16.47/15.99	c cleaning 24002 clauses out of 48003 with flag 315003/315003
17.89/17.36	c cleaning 24999 clauses out of 49999 with flag 341001/341001
19.52/18.91	c cleaning 26000 clauses out of 52000 with flag 368001/368001
21.13/20.54	c cleaning 27001 clauses out of 54001 with flag 396002/396002
23.04/22.47	c cleaning 27996 clauses out of 56002 with flag 425004/425004
25.06/24.40	c cleaning 29003 clauses out of 58006 with flag 455004/455004
27.18/26.50	c cleaning 30002 clauses out of 60005 with flag 486006/486006
29.19/28.56	c cleaning 31001 clauses out of 62004 with flag 518007/518007
31.60/30.99	c cleaning 31998 clauses out of 63998 with flag 551002/551002
34.23/33.56	c cleaning 32998 clauses out of 66001 with flag 585003/585003
36.86/36.18	c cleaning 33995 clauses out of 68002 with flag 620002/620002
39.42/38.68	c cleaning 34999 clauses out of 70006 with flag 656001/656001
41.94/41.16	c cleaning 36000 clauses out of 72007 with flag 693001/693001
44.65/43.90	c cleaning 37003 clauses out of 74012 with flag 731006/731006
47.46/46.63	c cleaning 37998 clauses out of 76006 with flag 770003/770003
50.39/49.53	c cleaning 38998 clauses out of 78005 with flag 810000/810000
53.29/52.42	c cleaning 40003 clauses out of 80010 with flag 851003/851003
56.50/55.65	c cleaning 40996 clauses out of 82004 with flag 893000/893000
60.13/59.30	c cleaning 42000 clauses out of 84010 with flag 936002/936002
64.17/63.22	c cleaning 42999 clauses out of 86008 with flag 980000/980000
69.00/68.08	c cleaning 44001 clauses out of 88011 with flag 1025002/1025002
73.63/72.69	c cleaning 44999 clauses out of 90008 with flag 1071000/1071000
77.75/76.76	c cleaning 46006 clauses out of 92011 with flag 1118002/1118002
81.78/80.73	c cleaning 47003 clauses out of 94005 with flag 1166002/1166002
86.00/84.90	c cleaning 47993 clauses out of 96001 with flag 1215001/1215001
90.03/88.96	c cleaning 48996 clauses out of 98007 with flag 1265000/1265000
93.97/92.89	c cleaning 49998 clauses out of 100013 with flag 1316002/1316002
99.12/97.99	c cleaning 51003 clauses out of 102014 with flag 1368001/1368001
104.32/103.19	c cleaning 51997 clauses out of 104010 with flag 1421000/1421000
109.96/108.73	c cleaning 53002 clauses out of 106013 with flag 1475000/1475000
115.80/114.54	c cleaning 54000 clauses out of 108012 with flag 1530001/1530001
121.24/119.93	c cleaning 55001 clauses out of 110012 with flag 1586001/1586001
126.76/125.48	c cleaning 56005 clauses out of 112012 with flag 1643002/1643002
132.28/130.91	c cleaning 56999 clauses out of 114007 with flag 1701002/1701002
137.81/136.41	c cleaning 58002 clauses out of 116006 with flag 1760000/1760000
143.13/141.74	c cleaning 59001 clauses out of 118007 with flag 1820003/1820003
148.55/147.18	c cleaning 60000 clauses out of 120007 with flag 1881004/1881004
154.57/153.17	c cleaning 61005 clauses out of 122012 with flag 1943009/1943009
163.01/161.50	c cleaning 62000 clauses out of 124001 with flag 2006003/2006003
170.95/169.44	c cleaning 62987 clauses out of 125998 with flag 2070000/2070000
177.86/176.30	c cleaning 64002 clauses out of 128011 with flag 2135000/2135000
184.60/183.02	c cleaning 65004 clauses out of 130016 with flag 2201007/2201007
191.83/190.29	c cleaning 66003 clauses out of 132009 with flag 2268004/2268004
199.05/197.44	c cleaning 67001 clauses out of 134004 with flag 2336002/2336002
207.27/205.61	c cleaning 67997 clauses out of 136003 with flag 2405002/2405002
214.91/213.23	c cleaning 68994 clauses out of 138006 with flag 2475002/2475002
223.23/221.51	c cleaning 70000 clauses out of 140010 with flag 2546000/2546000
231.35/229.65	c cleaning 70996 clauses out of 142011 with flag 2618001/2618001
239.18/237.41	c cleaning 72007 clauses out of 144014 with flag 2691000/2691000
246.21/244.48	c cleaning 72996 clauses out of 146010 with flag 2765003/2765003
253.53/251.78	c cleaning 73999 clauses out of 148011 with flag 2840000/2840000
260.87/259.08	c cleaning 75007 clauses out of 150016 with flag 2916004/2916004
269.79/267.94	c cleaning 75996 clauses out of 152006 with flag 2993001/2993001
281.23/279.33	c cleaning 77002 clauses out of 154009 with flag 3071000/3071000
290.95/289.00	c cleaning 78001 clauses out of 156008 with flag 3150001/3150001
300.19/298.21	c cleaning 79002 clauses out of 158007 with flag 3230001/3230001
308.23/306.23	c cleaning 80000 clauses out of 160008 with flag 3311004/3311004
317.17/315.11	c cleaning 80999 clauses out of 162009 with flag 3393005/3393005
325.68/323.69	c cleaning 82000 clauses out of 164005 with flag 3476000/3476000
335.13/333.05	c cleaning 83001 clauses out of 166005 with flag 3560000/3560000
347.19/345.00	c cleaning 84005 clauses out of 168012 with flag 3645008/3645008
359.43/357.29	c cleaning 84987 clauses out of 169999 with flag 3731000/3731000
369.73/367.56	c cleaning 86004 clauses out of 172013 with flag 3818001/3818001
379.57/377.36	c cleaning 86999 clauses out of 174014 with flag 3906006/3906006
391.32/389.00	c cleaning 88002 clauses out of 176010 with flag 3995001/3995001
403.98/401.69	c cleaning 88995 clauses out of 178007 with flag 4085000/4085000
416.84/414.41	c cleaning 90005 clauses out of 180016 with flag 4176004/4176004
427.80/425.34	c cleaning 91001 clauses out of 182007 with flag 4268000/4268000
438.05/435.57	c cleaning 92006 clauses out of 184012 with flag 4361006/4361006
448.58/446.06	c cleaning 92998 clauses out of 186001 with flag 4455001/4455001
461.71/459.19	c cleaning 94003 clauses out of 188011 with flag 4550009/4550009
476.55/473.98	c cleaning 94996 clauses out of 190000 with flag 4646001/4646001
491.50/488.84	c cleaning 95995 clauses out of 192004 with flag 4743001/4743001
504.55/501.86	c cleaning 96998 clauses out of 194008 with flag 4841000/4841000
519.47/516.79	c cleaning 98000 clauses out of 196014 with flag 4940004/4940004
533.51/530.75	c cleaning 98997 clauses out of 198010 with flag 5040000/5040000
549.81/546.97	c cleaning 100002 clauses out of 200013 with flag 5141000/5141000
569.23/566.28	c cleaning 101002 clauses out of 202012 with flag 5243001/5243001
588.17/585.12	c cleaning 102002 clauses out of 204010 with flag 5346001/5346001
600.32/597.27	c cleaning 102992 clauses out of 206008 with flag 5450001/5450001
615.98/612.82	c cleaning 103999 clauses out of 208017 with flag 5555002/5555002
633.13/629.99	c cleaning 105004 clauses out of 210018 with flag 5661002/5661002
649.47/646.28	c cleaning 105997 clauses out of 212012 with flag 5768000/5768000
669.52/666.21	c cleaning 107001 clauses out of 214017 with flag 5876002/5876002
686.27/682.99	c cleaning 108008 clauses out of 216019 with flag 5985005/5985005
703.03/699.68	c cleaning 108997 clauses out of 218009 with flag 6095003/6095003
718.41/714.92	c cleaning 109999 clauses out of 220010 with flag 6206001/6206001
737.28/733.75	c cleaning 111002 clauses out of 222010 with flag 6318000/6318000
758.91/755.33	c cleaning 112002 clauses out of 224011 with flag 6431003/6431003
779.78/776.13	c cleaning 112999 clauses out of 226009 with flag 6545003/6545003
803.45/799.73	c cleaning 113998 clauses out of 228008 with flag 6660001/6660001
829.67/825.92	c cleaning 114999 clauses out of 230012 with flag 6776003/6776003
852.60/848.88	c cleaning 116004 clauses out of 232015 with flag 6893005/6893005
877.06/873.25	c cleaning 117001 clauses out of 234007 with flag 7011001/7011001
901.79/897.92	c cleaning 118002 clauses out of 236007 with flag 7130002/7130002
926.85/922.96	c cleaning 119002 clauses out of 238008 with flag 7250005/7250005
947.47/943.51	c cleaning 119996 clauses out of 240001 with flag 7371000/7371000
972.72/968.75	c cleaning 121001 clauses out of 242011 with flag 7493006/7493006
993.09/989.03	c cleaning 122000 clauses out of 244005 with flag 7616001/7616001
1016.69/1012.58	c cleaning 123000 clauses out of 246004 with flag 7740000/7740000
1044.41/1040.28	c cleaning 124000 clauses out of 248004 with flag 7865000/7865000
1063.83/1059.68	c cleaning 124990 clauses out of 250004 with flag 7991000/7991000
1090.50/1086.22	c cleaning 126003 clauses out of 252014 with flag 8118000/8118000
1119.64/1115.35	c cleaning 127004 clauses out of 254011 with flag 8246000/8246000
1143.77/1139.49	c cleaning 127998 clauses out of 256007 with flag 8375000/8375000
1169.40/1165.02	c cleaning 129004 clauses out of 258010 with flag 8505001/8505001
1192.84/1188.41	c cleaning 130000 clauses out of 260009 with flag 8636004/8636004
1219.61/1215.18	c cleaning 131002 clauses out of 262009 with flag 8768004/8768004
1240.37/1235.89	c cleaning 131991 clauses out of 264003 with flag 8901000/8901000
1267.23/1262.62	c cleaning 132995 clauses out of 266016 with flag 9035004/9035004
1292.16/1287.50	c cleaning 134009 clauses out of 268018 with flag 9170001/9170001
1318.33/1313.68	c cleaning 135002 clauses out of 270008 with flag 9306000/9306000
1340.92/1336.19	c cleaning 136001 clauses out of 272006 with flag 9443000/9443000
1367.38/1362.51	c cleaning 137001 clauses out of 274005 with flag 9581000/9581000
1391.63/1386.78	c cleaning 137998 clauses out of 276006 with flag 9720002/9720002
1415.19/1410.27	c cleaning 138993 clauses out of 278007 with flag 9860001/9860001
1436.15/1431.18	c cleaning 140005 clauses out of 280014 with flag 10001001/10001001
1467.61/1462.59	c cleaning 141000 clauses out of 282010 with flag 10143002/10143002
1500.95/1495.88	c cleaning 142004 clauses out of 284009 with flag 10286001/10286001
1525.57/1520.48	c cleaning 142997 clauses out of 286005 with flag 10430001/10430001
1555.01/1549.90	c cleaning 143995 clauses out of 288007 with flag 10575000/10575000
1589.55/1584.30	c cleaning 144995 clauses out of 290012 with flag 10721000/10721000
1616.88/1611.62	c cleaning 145998 clauses out of 292019 with flag 10868002/10868002
1644.71/1639.43	c cleaning 146999 clauses out of 294021 with flag 11016002/11016002
1678.76/1673.41	c cleaning 148002 clauses out of 296022 with flag 11165002/11165002
1709.51/1704.18	c cleaning 149002 clauses out of 298020 with flag 11315002/11315002
1748.49/1743.06	c cleaning 150003 clauses out of 300018 with flag 11466002/11466002
1787.16/1781.64	c cleaning 151004 clauses out of 302014 with flag 11618001/11618001
1800.01/1794.41	c starts		: 323
1800.01/1794.41	c conflicts		: 11685799
1800.01/1794.41	c decisions		: 12198939
1800.01/1794.41	c propagations		: 105070345
1800.01/1794.41	c inspects		: 19874197907
1800.01/1794.41	c shortcuts		: 0
1800.01/1794.41	c learnt literals	: 0
1800.01/1794.41	c learnt binary clauses	: 0
1800.01/1794.41	c learnt ternary clauses	: 0
1800.01/1794.41	c learnt constraints	: 11685800
1800.01/1794.41	c ignored constraints	: 0
1800.01/1794.41	c root simplifications	: 0
1800.01/1794.41	c removed literals (reason simplification)	: 0
1800.01/1794.41	c reason swapping (by a shorter reason)	: 0
1800.01/1794.41	c Calls to reduceDB	: 148
1800.01/1794.41	c number of reductions to clauses (during analyze)	: 0
1800.01/1794.41	c number of learned constraints concerned by reduction	: 0
1800.01/1794.41	c number of learning phase by resolution	: 0
1800.01/1794.41	c number of learning phase by cutting planes	: 0
1800.01/1794.41	c speed (assignments/second)	: 58559.06296902963
1800.01/1794.41	c non guided choices	27
1800.01/1794.45	c learnt constraints type 
1800.01/1794.45	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 218929
1800.01/1794.45	c constraints type 
1800.01/1794.45	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.01/1794.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14
1800.01/1794.45	c 15 constraints processed.
1800.01/1794.45	s UNKNOWN
1800.01/1794.45	c Total wall clock time (in seconds): 1794.341

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-3688223-1337880888/watcher-3688223-1337880888 -o /tmp/evaluation-result-3688223-1337880888/solver-3688223-1337880888 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688223-1337880888.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: 2.17 2.03 2.00 3/196 23976
/proc/meminfo: memFree=29222628/32873844 swapFree=7124/7124
[pid=23976] ppid=23974 vsize=23172 CPUtime=0 cores=1,3,5,7
/proc/23976/stat : 23976 (java) R 23974 23976 22462 0 -1 4202496 1136 0 0 0 0 0 0 0 20 0 1 0 254214172 23728128 857 33554432000 1073741824 1073778376 140733237450864 140733237439928 273896533847 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23976/statm: 5793 863 652 9 0 128 0
[pid=23976/tid=23977] ppid=23974 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23977/stat : 23977 (java) R 23974 23976 22462 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 2 0 254214173 24780800 867 33554432000 1073741824 1073778376 140733237450864 140733237439928 273905752241 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.0877639 s]
/proc/loadavg: 2.17 2.03 2.00 3/196 23976
/proc/meminfo: memFree=29222628/32873844 swapFree=7124/7124
[pid=23976] ppid=23974 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/23976/stat : 23976 (java) S 23974 23976 22462 0 -1 4202496 4232 0 1 0 7 1 0 0 20 0 18 0 254214172 9787813888 5429 33554432000 1073741824 1073778376 140733237450864 140733237442000 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23976/statm: 2389603 5430 2099 9 0 2380296 0
[pid=23976/tid=23977] ppid=23974 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/23976/task/23977/stat : 23977 (java) R 23974 23976 22462 0 -1 4202560 2292 0 1 0 5 1 0 0 20 0 18 0 254214173 9787813888 5430 33554432000 1073741824 1073778376 140733237450864 139827454276864 273909081261 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.100308 s]
/proc/loadavg: 2.17 2.03 2.00 3/196 23976
/proc/meminfo: memFree=29222628/32873844 swapFree=7124/7124
[pid=23976] ppid=23974 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/23976/stat : 23976 (java) S 23974 23976 22462 0 -1 4202496 4381 0 1 0 9 1 0 0 20 0 18 0 254214172 9787813888 5578 33554432000 1073741824 1073778376 140733237450864 140733237442000 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23976/statm: 2389603 5578 2108 9 0 2380296 0
[pid=23976/tid=23977] ppid=23974 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/23976/task/23977/stat : 23977 (java) R 23974 23976 22462 0 -1 4202560 2422 0 1 0 6 1 0 0 20 0 18 0 254214173 9787813888 5578 33554432000 1073741824 1073778376 140733237450864 139827454276864 273909081357 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300196 s]
/proc/loadavg: 2.17 2.03 2.00 3/196 23976
/proc/meminfo: memFree=29222628/32873844 swapFree=7124/7124
[pid=23976] ppid=23974 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/23976/stat : 23976 (java) S 23974 23976 22462 0 -1 4202496 8095 0 1 0 49 2 0 0 20 0 19 0 254214172 9855975424 8422 33554432000 1073741824 1073778376 140733237450864 140733237442000 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23976/statm: 2406244 8422 2218 9 0 2396937 0
[pid=23976/tid=23977] ppid=23974 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/23976/task/23977/stat : 23977 (java) R 23974 23976 22462 0 -1 4202560 2453 0 1 0 26 1 0 0 20 0 19 0 254214173 9855975424 8422 33554432000 1073741824 1073778376 140733237450864 139827454280464 139827308043188 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9624976

[startup+0.700244 s]
/proc/loadavg: 2.17 2.03 2.00 3/196 23976
/proc/meminfo: memFree=29222628/32873844 swapFree=7124/7124
[pid=23976] ppid=23974 vsize=9624976 CPUtime=1.02 cores=1,3,5,7
/proc/23976/stat : 23976 (java) S 23974 23976 22462 0 -1 4202496 8876 0 1 0 99 3 0 0 20 0 19 0 254214172 9855975424 11236 33554432000 1073741824 1073778376 140733237450864 140733237442000 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23976/statm: 2406244 11236 2260 9 0 2396937 0
[pid=23976/tid=23977] ppid=23974 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/23976/task/23977/stat : 23977 (java) R 23974 23976 22462 0 -1 4202560 2458 0 1 0 64 1 0 0 20 0 19 0 254214173 9855975424 11236 33554432000 1073741824 1073778376 140733237450864 139827454280088 139827308043476 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 9624976

[startup+1.50064 s]
/proc/loadavg: 2.17 2.03 2.00 3/215 23995
/proc/meminfo: memFree=29179656/32873844 swapFree=7124/7124
[pid=23976] ppid=23974 vsize=9624976 CPUtime=1.89 cores=1,3,5,7
/proc/23976/stat : 23976 (java) S 23974 23976 22462 0 -1 4202496 8906 0 1 0 186 3 0 0 20 0 19 0 254214172 9855975424 11775 33554432000 1073741824 1073778376 140733237450864 140733237442000 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23976/statm: 2406244 11775 2262 9 0 2396937 0
[pid=23976/tid=23977] ppid=23974 vsize=9624976 CPUtime=1.42 cores=1,3,5,7
/proc/23976/task/23977/stat : 23977 (java) R 23974 23976 22462 0 -1 4202560 2459 0 1 0 141 1 0 0 20 0 19 0 254214173 9855975424 11775 33554432000 1073741824 1073778376 140733237450864 139827454280088 139827308201904 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23976/tid=23979] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23979/stat : 23979 (java) S 23974 23976 22462 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254214173 9855975424 11775 33554432000 1073741824 1073778376 140733237450864 139827426733096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23976/tid=23980] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23980/stat : 23980 (java) S 23974 23976 22462 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254214173 9855975424 11775 33554432000 1073741824 1073778376 140733237450864 139827296644008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23976/tid=23981] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23981/stat : 23981 (java) S 23974 23976 22462 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254214173 9855975424 11775 33554432000 1073741824 1073778376 140733237450864 139827295591208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23976/tid=23982] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23982/stat : 23982 (java) S 23974 23976 22462 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 19 0 254214173 9855975424 11775 33554432000 1073741824 1073778376 140733237450864 139827294538408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23976/tid=23983] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23983/stat : 23983 (java) S 23974 23976 22462 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254214173 9855975424 11775 33554432000 1073741824 1073778376 140733237450864 139827293485608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23976/tid=23984] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23984/stat : 23984 (java) S 23974 23976 22462 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254214173 9855975424 11775 33554432000 1073741824 1073778376 140733237450864 139827292432808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23976/tid=23985] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23985/stat : 23985 (java) S 23974 23976 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254214173 9855975424 11775 33554432000 1073741824 1073778376 140733237450864 139826955282728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23976/tid=23986] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23986/stat : 23986 (java) S 23974 23976 22462 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254214173 9855975424 11775 33554432000 1073741824 1073778376 140733237450864 139826954229928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23976/tid=23987] ppid=23974 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/23976/task/23987/stat : 23987 (java) S 23974 23976 22462 0 -1 4202560 33 0 0 0 2 0 0 0 20 0 19 0 254214174 9855975424 11775 33554432000 1073741824 1073778376 140733237450864 139826942032872 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23976/tid=23988] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23988/stat : 23988 (java) S 23974 23976 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254214175 9855975424 11775 33554432000 1073741824 1073778376 140733237450864 139826940978936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23976/tid=23989] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23989/stat : 23989 (java) S 23974 23976 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254214175 9855975424 11775 33554432000 1073741824 1073778376 140733237450864 139826939926024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23976/tid=23990] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23990/stat : 23990 (java) S 23974 23976 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254214177 9855975424 11775 33554432000 1073741824 1073778376 140733237450864 139826938874512 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23976/tid=23991] ppid=23974 vsize=9624976 CPUtime=0.18 cores=1,3,5,7
/proc/23976/task/23991/stat : 23991 (java) S 23974 23976 22462 0 -1 4202560 3046 0 0 0 18 0 0 0 20 0 19 0 254214177 9855975424 11775 33554432000 1073741824 1073778376 140733237450864 139826937821624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23976/tid=23992] ppid=23974 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/23976/task/23992/stat : 23992 (java) S 23974 23976 22462 0 -1 4202560 2129 0 0 0 17 0 0 0 20 0 19 0 254214177 9855975424 11775 33554432000 1073741824 1073778376 140733237450864 139826936768824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23976/tid=23993] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23993/stat : 23993 (java) S 23974 23976 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254214177 9855975424 11775 33554432000 1073741824 1073778376 140733237450864 139826935716216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23976/tid=23994] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23994/stat : 23994 (java) S 23974 23976 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254214177 9855975424 11775 33554432000 1073741824 1073778376 140733237450864 139826934663624 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23976/tid=23995] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23995/stat : 23995 (java) S 23974 23976 22462 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254214187 9855975424 11775 33554432000 1073741824 1073778376 140733237450864 139826933610152 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 9624976

[startup+3.10064 s]
/proc/loadavg: 2.16 2.03 2.00 3/215 23995
/proc/meminfo: memFree=29179400/32873844 swapFree=7124/7124
[pid=23976] ppid=23974 vsize=9624976 CPUtime=3.53 cores=1,3,5,7
/proc/23976/stat : 23976 (java) S 23974 23976 22462 0 -1 4202496 8923 0 1 0 349 4 0 0 20 0 19 0 254214172 9855975424 12809 33554432000 1073741824 1073778376 140733237450864 140733237442000 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23976/statm: 2406244 12809 2262 9 0 2396937 0
[pid=23976/tid=23977] ppid=23974 vsize=9624976 CPUtime=2.95 cores=1,3,5,7
/proc/23976/task/23977/stat : 23977 (java) R 23974 23976 22462 0 -1 4202560 2463 0 1 0 294 1 0 0 20 0 19 0 254214173 9855975424 12809 33554432000 1073741824 1073778376 140733237450864 139827454279968 139827308030384 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23976/tid=23979] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23979/stat : 23979 (java) S 23974 23976 22462 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254214173 9855975424 12809 33554432000 1073741824 1073778376 140733237450864 139827426733096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23976/tid=23980] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23980/stat : 23980 (java) S 23974 23976 22462 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254214173 9855975424 12809 33554432000 1073741824 1073778376 140733237450864 139827296644008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23976/tid=23981] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23981/stat : 23981 (java) S 23974 23976 22462 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254214173 9855975424 12809 33554432000 1073741824 1073778376 140733237450864 139827295591208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23976/tid=23982] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23982/stat : 23982 (java) S 23974 23976 22462 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 19 0 254214173 9855975424 12809 33554432000 1073741824 1073778376 140733237450864 139827294538408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23976/tid=23983] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23983/stat : 23983 (java) S 23974 23976 22462 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254214173 9855975424 12809 33554432000 1073741824 1073778376 140733237450864 139827293485608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23976/tid=23984] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23984/stat : 23984 (java) S 23974 23976 22462 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254214173 9855975424 12809 33554432000 1073741824 1073778376 140733237450864 139827292432808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23976/tid=23985] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23985/stat : 23985 (java) S 23974 23976 22462 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254214173 9855975424 12809 33554432000 1073741824 1073778376 140733237450864 139826955282728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23976/tid=23986] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23986/stat : 23986 (java) S 23974 23976 22462 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254214173 9855975424 12809 33554432000 1073741824 1073778376 140733237450864 139826954229928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23976/tid=23987] ppid=23974 vsize=9624976 CPUtime=0.07 cores=1,3,5,7
/proc/23976/task/23987/stat : 23987 (java) S 23974 23976 22462 0 -1 4202560 34 0 0 0 7 0 0 0 20 0 19 0 254214174 9855975424 12809 33554432000 1073741824 1073778376 140733237450864 139826942032872 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23976/tid=23988] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23988/stat : 23988 (java) S 23974 23976 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254214175 9855975424 12809 33554432000 1073741824 1073778376 140733237450864 139826940978936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23976/tid=23989] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23989/stat : 23989 (java) S 23974 23976 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254214175 9855975424 12809 33554432000 1073741824 1073778376 140733237450864 139826939926024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23976/tid=23990] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23990/stat : 23990 (java) S 23974 23976 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254214177 9855975424 12809 33554432000 1073741824 1073778376 140733237450864 139826938874512 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23976/tid=23991] ppid=23974 vsize=9624976 CPUtime=0.18 cores=1,3,5,7
/proc/23976/task/23991/stat : 23991 (java) S 23974 23976 22462 0 -1 4202560 3046 0 0 0 18 0 0 0 20 0 19 0 254214177 9855975424 12809 33554432000 1073741824 1073778376 140733237450864 139826937821624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23976/tid=23992] ppid=23974 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/23976/task/23992/stat : 23992 (java) S 23974 23976 22462 0 -1 4202560 2129 0 0 0 17 0 0 0 20 0 19 0 254214177 9855975424 12809 33554432000 1073741824 1073778376 140733237450864 139826936768824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23976/tid=23993] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23993/stat : 23993 (java) S 23974 23976 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254214177 9855975424 12809 33554432000 1073741824 1073778376 140733237450864 139826935716216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23976/tid=23994] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23994/stat : 23994 (java) S 23974 23976 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254214177 9855975424 12809 33554432000 1073741824 1073778376 140733237450864 139826934663624 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23976/tid=23995] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23995/stat : 23995 (java) S 23974 23976 22462 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254214187 9855975424 12809 33554432000 1073741824 1073778376 140733237450864 139826933610152 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 9624976

[startup+6.30074 s]
/proc/loadavg: 2.16 2.03 2.00 3/215 23995
/proc/meminfo: memFree=29168796/32873844 swapFree=7124/7124
[pid=23976] ppid=23974 vsize=9624976 CPUtime=6.8 cores=1,3,5,7
/proc/23976/stat : 23976 (java) S 23974 23976 22462 0 -1 4202496 8969 0 1 0 676 4 0 0 20 0 19 0 254214172 9855975424 13843 33554432000 1073741824 1073778376 140733237450864 140733237442000 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23976/statm: 2406244 13843 2262 9 0 2396937 0
[pid=23976/tid=23977] ppid=23974 vsize=9624976 CPUtime=6.04 cores=1,3,5,7
/proc/23976/task/23977/stat : 23977 (java) R 23974 23976 22462 0 -1 4202560 2468 0 1 0 603 1 0 0 20 0 19 0 254214173 9855975424 13843 33554432000 1073741824 1073778376 140733237450864 139827454280088 139827308030165 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23976/tid=23979] ppid=23974 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23976/task/23979/stat : 23979 (java) S 23974 23976 22462 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 254214173 9855975424 13843 33554432000 1073741824 1073778376 140733237450864 139827426733096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23976/tid=23980] ppid=23974 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23976/task/23980/stat : 23980 (java) S 23974 23976 22462 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 254214173 9855975424 13843 33554432000 1073741824 1073778376 140733237450864 139827296644008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23976/tid=23981] ppid=23974 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23976/task/23981/stat : 23981 (java) S 23974 23976 22462 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 254214173 9855975424 13843 33554432000 1073741824 1073778376 140733237450864 139827295591208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23976/tid=23982] ppid=23974 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23976/task/23982/stat : 23982 (java) S 23974 23976 22462 0 -1 4202560 24 0 0 0 1 0 0 0 20 0 19 0 254214173 9855975424 13843 33554432000 1073741824 1073778376 140733237450864 139827294538408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23976/tid=23983] ppid=23974 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23976/task/23983/stat : 23983 (java) S 23974 23976 22462 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 254214173 9855975424 13843 33554432000 1073741824 1073778376 140733237450864 139827293485608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23976/tid=23984] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23984/stat : 23984 (java) S 23974 23976 22462 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254214173 9855975424 13843 33554432000 1073741824 1073778376 140733237450864 139827292432808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23976/tid=23985] ppid=23974 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/23976/task/23985/stat : 23985 (java) S 23974 23976 22462 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 254214173 9855975424 13843 33554432000 1073741824 1073778376 140733237450864 139826955282728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23976/tid=23986] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23986/stat : 23986 (java) S 23974 23976 22462 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254214173 9855975424 13843 33554432000 1073741824 1073778376 140733237450864 139826954229928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23976/tid=23987] ppid=23974 vsize=9624976 CPUtime=0.14 cores=1,3,5,7
/proc/23976/task/23987/stat : 23987 (java) S 23974 23976 22462 0 -1 4202560 35 0 0 0 14 0 0 0 20 0 19 0 254214174 9855975424 13843 33554432000 1073741824 1073778376 140733237450864 139826942032872 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23976/tid=23988] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23988/stat : 23988 (java) S 23974 23976 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254214175 9855975424 13843 33554432000 1073741824 1073778376 140733237450864 139826940978936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23976/tid=23989] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23989/stat : 23989 (java) S 23974 23976 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254214175 9855975424 13843 33554432000 1073741824 1073778376 140733237450864 139826939926024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23976/tid=23990] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23990/stat : 23990 (java) S 23974 23976 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254214177 9855975424 13843 33554432000 1073741824 1073778376 140733237450864 139826938874512 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23976/tid=23991] ppid=23974 vsize=9624976 CPUtime=0.18 cores=1,3,5,7
/proc/23976/task/23991/stat : 23991 (java) S 23974 23976 22462 0 -1 4202560 3046 0 0 0 18 0 0 0 20 0 19 0 254214177 9855975424 13843 33554432000 1073741824 1073778376 140733237450864 139826937821624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23976/tid=23992] ppid=23974 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/23976/task/23992/stat : 23992 (java) S 23974 23976 22462 0 -1 4202560 2129 0 0 0 17 0 0 0 20 0 19 0 254214177 9855975424 13843 33554432000 1073741824 1073778376 140733237450864 139826936768824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=23976/tid=23991] ppid=23974 vsize=9624976 CPUtime=0.2 cores=1,3,5,7
/proc/23976/task/23991/stat : 23991 (java) S 23974 23976 22462 0 -1 4202560 3121 0 0 0 20 0 0 0 20 0 19 0 254214177 9855975424 43674 33554432000 1073741824 1073778376 140733237450864 139826937821624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23976/tid=23992] ppid=23974 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/23976/task/23992/stat : 23992 (java) S 23974 23976 22462 0 -1 4202560 2129 0 0 0 17 0 0 0 20 0 19 0 254214177 9855975424 43674 33554432000 1073741824 1073778376 140733237450864 139826936768824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23976/tid=23993] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23993/stat : 23993 (java) S 23974 23976 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254214177 9855975424 43674 33554432000 1073741824 1073778376 140733237450864 139826935716216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23976/tid=23994] ppid=23974 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/23976/task/23994/stat : 23994 (java) S 23974 23976 22462 0 -1 4202560 95 0 0 0 47 27 0 0 20 0 19 0 254214177 9855975424 43674 33554432000 1073741824 1073778376 140733237450864 139826934663624 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23976/tid=23995] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23995/stat : 23995 (java) S 23974 23976 22462 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254214187 9855975424 43674 33554432000 1073741824 1073778376 140733237450864 139826933610152 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1667.65
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 24033
/proc/meminfo: memFree=28858280/32873844 swapFree=7124/7124
[pid=23976] ppid=23974 vsize=9624976 CPUtime=1727.79 cores=1,3,5,7
/proc/23976/stat : 23976 (java) S 23974 23976 22462 0 -1 4202496 11787 0 1 0 172735 44 0 0 20 0 19 0 254214172 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 140733237442000 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23976/statm: 2406244 44698 2263 9 0 2396937 0
[pid=23976/tid=23977] ppid=23974 vsize=9624976 CPUtime=1709.55 cores=1,3,5,7
/proc/23976/task/23977/stat : 23977 (java) R 23974 23976 22462 0 -1 4202560 2615 0 1 0 170928 27 0 0 20 0 19 0 254214173 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139827454279968 139827308056574 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23976/tid=23979] ppid=23974 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/23976/task/23979/stat : 23979 (java) S 23974 23976 22462 0 -1 4202560 270 0 0 0 72 0 0 0 20 0 19 0 254214173 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139827426733096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23976/tid=23980] ppid=23974 vsize=9624976 CPUtime=0.75 cores=1,3,5,7
/proc/23976/task/23980/stat : 23980 (java) S 23974 23976 22462 0 -1 4202560 366 0 0 0 74 1 0 0 20 0 19 0 254214173 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139827296644008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23976/tid=23981] ppid=23974 vsize=9624976 CPUtime=0.84 cores=1,3,5,7
/proc/23976/task/23981/stat : 23981 (java) S 23974 23976 22462 0 -1 4202560 266 0 0 0 82 2 0 0 20 0 19 0 254214173 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139827295591208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23976/tid=23982] ppid=23974 vsize=9624976 CPUtime=0.82 cores=1,3,5,7
/proc/23976/task/23982/stat : 23982 (java) S 23974 23976 22462 0 -1 4202560 364 0 0 0 81 1 0 0 20 0 19 0 254214173 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139827294538408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23976/tid=23983] ppid=23974 vsize=9624976 CPUtime=0.83 cores=1,3,5,7
/proc/23976/task/23983/stat : 23983 (java) S 23974 23976 22462 0 -1 4202560 272 0 0 0 82 1 0 0 20 0 19 0 254214173 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139827293485608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23976/tid=23984] ppid=23974 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/23976/task/23984/stat : 23984 (java) S 23974 23976 22462 0 -1 4202560 216 0 0 0 74 2 0 0 20 0 19 0 254214173 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139827292432808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23976/tid=23985] ppid=23974 vsize=9624976 CPUtime=0.92 cores=1,3,5,7
/proc/23976/task/23985/stat : 23985 (java) S 23974 23976 22462 0 -1 4202560 267 0 0 0 90 2 0 0 20 0 19 0 254214173 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139826955282728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23976/tid=23986] ppid=23974 vsize=9624976 CPUtime=0.75 cores=1,3,5,7
/proc/23976/task/23986/stat : 23986 (java) S 23974 23976 22462 0 -1 4202560 467 0 0 0 74 1 0 0 20 0 19 0 254214173 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139826954229928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23976/tid=23987] ppid=23974 vsize=9624976 CPUtime=6.43 cores=1,3,5,7
/proc/23976/task/23987/stat : 23987 (java) S 23974 23976 22462 0 -1 4202560 155 0 0 0 640 3 0 0 20 0 19 0 254214174 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139826942032872 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23976/tid=23988] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23988/stat : 23988 (java) S 23974 23976 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254214175 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139826940978936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23976/tid=23989] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23989/stat : 23989 (java) S 23974 23976 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254214175 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139826939926024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23976/tid=23990] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23990/stat : 23990 (java) S 23974 23976 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254214177 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139826938874512 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23976/tid=23991] ppid=23974 vsize=9624976 CPUtime=0.2 cores=1,3,5,7
/proc/23976/task/23991/stat : 23991 (java) S 23974 23976 22462 0 -1 4202560 3121 0 0 0 20 0 0 0 20 0 19 0 254214177 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139826937821624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23976/tid=23992] ppid=23974 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/23976/task/23992/stat : 23992 (java) S 23974 23976 22462 0 -1 4202560 2129 0 0 0 17 0 0 0 20 0 19 0 254214177 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139826936768824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23976/tid=23993] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23993/stat : 23993 (java) S 23974 23976 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254214177 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139826935716216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23976/tid=23994] ppid=23974 vsize=9624976 CPUtime=0.77 cores=1,3,5,7
/proc/23976/task/23994/stat : 23994 (java) S 23974 23976 22462 0 -1 4202560 99 0 0 0 49 28 0 0 20 0 19 0 254214177 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139826934663624 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23976/tid=23995] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23995/stat : 23995 (java) S 23974 23976 22462 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254214187 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139826933610152 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1727.79
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 24149
/proc/meminfo: memFree=29080740/32873844 swapFree=7124/7124
[pid=23976] ppid=23974 vsize=9624976 CPUtime=1787.9 cores=1,3,5,7
/proc/23976/stat : 23976 (java) S 23974 23976 22462 0 -1 4202496 11797 0 1 0 178745 45 0 0 20 0 19 0 254214172 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 140733237442000 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23976/statm: 2406244 44698 2263 9 0 2396937 0
[pid=23976/tid=23977] ppid=23974 vsize=9624976 CPUtime=1769.18 cores=1,3,5,7
/proc/23976/task/23977/stat : 23977 (java) R 23974 23976 22462 0 -1 4202560 2617 0 1 0 176890 28 0 0 20 0 19 0 254214173 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139827454279968 139827308043476 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23976/tid=23979] ppid=23974 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/23976/task/23979/stat : 23979 (java) S 23974 23976 22462 0 -1 4202560 270 0 0 0 74 0 0 0 20 0 19 0 254214173 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139827426733096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23976/tid=23980] ppid=23974 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/23976/task/23980/stat : 23980 (java) S 23974 23976 22462 0 -1 4202560 366 0 0 0 75 1 0 0 20 0 19 0 254214173 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139827296644008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23976/tid=23981] ppid=23974 vsize=9624976 CPUtime=0.85 cores=1,3,5,7
/proc/23976/task/23981/stat : 23981 (java) S 23974 23976 22462 0 -1 4202560 266 0 0 0 83 2 0 0 20 0 19 0 254214173 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139827295591208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23976/tid=23982] ppid=23974 vsize=9624976 CPUtime=0.84 cores=1,3,5,7
/proc/23976/task/23982/stat : 23982 (java) S 23974 23976 22462 0 -1 4202560 364 0 0 0 83 1 0 0 20 0 19 0 254214173 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139827294538408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23976/tid=23983] ppid=23974 vsize=9624976 CPUtime=0.84 cores=1,3,5,7
/proc/23976/task/23983/stat : 23983 (java) S 23974 23976 22462 0 -1 4202560 272 0 0 0 83 1 0 0 20 0 19 0 254214173 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139827293485608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23976/tid=23984] ppid=23974 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/23976/task/23984/stat : 23984 (java) S 23974 23976 22462 0 -1 4202560 216 0 0 0 74 2 0 0 20 0 19 0 254214173 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139827292432808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23976/tid=23985] ppid=23974 vsize=9624976 CPUtime=0.96 cores=1,3,5,7
/proc/23976/task/23985/stat : 23985 (java) S 23974 23976 22462 0 -1 4202560 267 0 0 0 94 2 0 0 20 0 19 0 254214173 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139826955282728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23976/tid=23986] ppid=23974 vsize=9624976 CPUtime=0.77 cores=1,3,5,7
/proc/23976/task/23986/stat : 23986 (java) S 23974 23976 22462 0 -1 4202560 467 0 0 0 76 1 0 0 20 0 19 0 254214173 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139826954229928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23976/tid=23987] ppid=23974 vsize=9624976 CPUtime=6.6 cores=1,3,5,7
/proc/23976/task/23987/stat : 23987 (java) S 23974 23976 22462 0 -1 4202560 159 0 0 0 657 3 0 0 20 0 19 0 254214174 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139826942032872 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23976/tid=23988] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23988/stat : 23988 (java) S 23974 23976 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254214175 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139826940978936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23976/tid=23989] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23989/stat : 23989 (java) S 23974 23976 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254214175 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139826939926024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23976/tid=23990] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23990/stat : 23990 (java) S 23974 23976 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254214177 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139826938874512 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23976/tid=23991] ppid=23974 vsize=9624976 CPUtime=0.2 cores=1,3,5,7
/proc/23976/task/23991/stat : 23991 (java) S 23974 23976 22462 0 -1 4202560 3121 0 0 0 20 0 0 0 20 0 19 0 254214177 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139826937821624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23976/tid=23992] ppid=23974 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/23976/task/23992/stat : 23992 (java) S 23974 23976 22462 0 -1 4202560 2129 0 0 0 17 0 0 0 20 0 19 0 254214177 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139826936768824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23976/tid=23993] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23993/stat : 23993 (java) S 23974 23976 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254214177 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139826935716216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23976/tid=23994] ppid=23974 vsize=9624976 CPUtime=0.8 cores=1,3,5,7
/proc/23976/task/23994/stat : 23994 (java) S 23974 23976 22462 0 -1 4202560 103 0 0 0 51 29 0 0 20 0 19 0 254214177 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139826934663624 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23976/tid=23995] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23995/stat : 23995 (java) S 23974 23976 22462 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254214187 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139826933610152 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1787.9
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 24149
/proc/meminfo: memFree=29067064/32873844 swapFree=7124/7124
[pid=23976] ppid=23974 vsize=9624976 CPUtime=1800.01 cores=1,3,5,7
/proc/23976/stat : 23976 (java) S 23974 23976 22462 0 -1 4202496 11797 0 1 0 179956 45 0 0 20 0 19 0 254214172 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 140733237442000 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23976/statm: 2406244 44698 2263 9 0 2396937 0
[pid=23976/tid=23977] ppid=23974 vsize=9624976 CPUtime=1781.26 cores=1,3,5,7
/proc/23976/task/23977/stat : 23977 (java) R 23974 23976 22462 0 -1 4202560 2617 0 1 0 178097 29 0 0 20 0 19 0 254214173 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139827454279968 139827308056574 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23976/tid=23979] ppid=23974 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/23976/task/23979/stat : 23979 (java) S 23974 23976 22462 0 -1 4202560 270 0 0 0 74 0 0 0 20 0 19 0 254214173 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139827426733096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23976/tid=23980] ppid=23974 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/23976/task/23980/stat : 23980 (java) S 23974 23976 22462 0 -1 4202560 366 0 0 0 75 1 0 0 20 0 19 0 254214173 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139827296644008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23976/tid=23981] ppid=23974 vsize=9624976 CPUtime=0.85 cores=1,3,5,7
/proc/23976/task/23981/stat : 23981 (java) S 23974 23976 22462 0 -1 4202560 266 0 0 0 83 2 0 0 20 0 19 0 254214173 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139827295591208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23976/tid=23982] ppid=23974 vsize=9624976 CPUtime=0.84 cores=1,3,5,7
/proc/23976/task/23982/stat : 23982 (java) S 23974 23976 22462 0 -1 4202560 364 0 0 0 83 1 0 0 20 0 19 0 254214173 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139827294538408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23976/tid=23983] ppid=23974 vsize=9624976 CPUtime=0.84 cores=1,3,5,7
/proc/23976/task/23983/stat : 23983 (java) S 23974 23976 22462 0 -1 4202560 272 0 0 0 83 1 0 0 20 0 19 0 254214173 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139827293485608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23976/tid=23984] ppid=23974 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/23976/task/23984/stat : 23984 (java) S 23974 23976 22462 0 -1 4202560 216 0 0 0 74 2 0 0 20 0 19 0 254214173 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139827292432808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23976/tid=23985] ppid=23974 vsize=9624976 CPUtime=0.96 cores=1,3,5,7
/proc/23976/task/23985/stat : 23985 (java) S 23974 23976 22462 0 -1 4202560 267 0 0 0 94 2 0 0 20 0 19 0 254214173 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139826955282728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23976/tid=23986] ppid=23974 vsize=9624976 CPUtime=0.77 cores=1,3,5,7
/proc/23976/task/23986/stat : 23986 (java) S 23974 23976 22462 0 -1 4202560 467 0 0 0 76 1 0 0 20 0 19 0 254214173 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139826954229928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23976/tid=23987] ppid=23974 vsize=9624976 CPUtime=6.61 cores=1,3,5,7
/proc/23976/task/23987/stat : 23987 (java) S 23974 23976 22462 0 -1 4202560 159 0 0 0 658 3 0 0 20 0 19 0 254214174 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139826942032872 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23976/tid=23988] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23988/stat : 23988 (java) S 23974 23976 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254214175 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139826940978936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23976/tid=23989] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23989/stat : 23989 (java) S 23974 23976 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254214175 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139826939926024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23976/tid=23990] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23990/stat : 23990 (java) S 23974 23976 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254214177 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139826938874512 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23976/tid=23991] ppid=23974 vsize=9624976 CPUtime=0.2 cores=1,3,5,7
/proc/23976/task/23991/stat : 23991 (java) S 23974 23976 22462 0 -1 4202560 3121 0 0 0 20 0 0 0 20 0 19 0 254214177 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139826937821624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23976/tid=23992] ppid=23974 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/23976/task/23992/stat : 23992 (java) S 23974 23976 22462 0 -1 4202560 2129 0 0 0 17 0 0 0 20 0 19 0 254214177 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139826936768824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23976/tid=23993] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23993/stat : 23993 (java) S 23974 23976 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254214177 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139826935716216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23976/tid=23994] ppid=23974 vsize=9624976 CPUtime=0.81 cores=1,3,5,7
/proc/23976/task/23994/stat : 23994 (java) S 23974 23976 22462 0 -1 4202560 103 0 0 0 52 29 0 0 20 0 19 0 254214177 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139826934663624 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23976/tid=23995] ppid=23974 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23976/task/23995/stat : 23995 (java) S 23974 23976 22462 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254214187 9855975424 44698 33554432000 1073741824 1073778376 140733237450864 139826933610152 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 23976 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=79106
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=851870
# CPU time returned by wait4() is 1795.93
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.46
CPU time (s): 1800.01
CPU user time (s): 1799.56
CPU system time (s): 0.45
CPU usage (%): 100.31
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.08
system time used= 0.85187
maximum resident set size= 178948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11838
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42163
involuntary context switches= 12809

runsolver used 6.28204 second user time and 15.6816 second system time

The end

Launcher Data

Begin job on node134 at 2012-05-24 19:34:48
IDJOB=3688223
IDBENCH=2909
IDSOLVER=2269
FILE ID=node134/3688223-1337880888
RUNJOBID= node134-1337871881-22479
PBS_JOBID= 14620070
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_7_60_3.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688223-1337880888/watcher-3688223-1337880888 -o /tmp/evaluation-result-3688223-1337880888/solver-3688223-1337880888 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688223-1337880888.opb

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

MD5SUM BENCH= 0cfcb152e5d64f6fbadc82a2b31230da
RANDOM SEED=587776622

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:        29223032 kB
Buffers:          217352 kB
Cached:          2453940 kB
SwapCached:            0 kB
Active:           694180 kB
Inactive:        2188544 kB
Active(anon):     207720 kB
Inactive(anon):     5996 kB
Active(file):     486460 kB
Inactive(file):  2182548 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               388 kB
Writeback:            16 kB
AnonPages:        220384 kB
Mapped:            22540 kB
Shmem:               212 kB
Slab:             628176 kB
SReclaimable:      70120 kB
SUnreclaim:       558056 kB
KernelStack:        1592 kB
PageTables:         4612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     825540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    182272 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= 71720 MiB
End job on node134 at 2012-05-24 20:04:44