Trace number 3710821

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
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.03 1795.55

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.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.04/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.04/0.09	c version 2.3.2.v20120418
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		501472288
0.04/0.09	c Max memory 		7480803328
0.04/0.09	c Total memory 		504102912
0.04/0.09	c Number of processors 	8
0.08/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.13	c configuring ORDERS
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=true
0.08/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3710821-1338154091.opb
0.08/0.13	c reading problem ... 
0.08/0.18	c ... done. Wall clock time 0.041s.
0.08/0.18	c declared #vars     61
0.08/0.18	c #constraints  15
0.08/0.18	c constraints type 
0.08/0.18	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.08/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14
0.08/0.18	c 15 constraints processed.
0.77/0.52	c cleaning 2503 clauses out of 5006 with flag 5006/5006
1.19/0.80	c cleaning 4250 clauses out of 8500 with flag 11003/11003
1.40/1.07	c cleaning 5621 clauses out of 11249 with flag 18002/18002
1.80/1.46	c cleaning 6813 clauses out of 13626 with flag 26000/26000
2.32/1.92	c cleaning 7905 clauses out of 15813 with flag 35000/35000
2.82/2.41	c cleaning 8950 clauses out of 17908 with flag 45000/45000
3.42/3.03	c cleaning 9980 clauses out of 19959 with flag 56001/56001
4.13/3.74	c cleaning 10991 clauses out of 21982 with flag 68004/68004
5.03/4.65	c cleaning 11986 clauses out of 23989 with flag 81002/81002
5.85/5.49	c cleaning 13002 clauses out of 26004 with flag 95003/95003
6.76/6.39	c cleaning 13994 clauses out of 28000 with flag 110001/110001
7.97/7.51	c cleaning 14999 clauses out of 30010 with flag 126005/126005
9.00/8.59	c cleaning 16000 clauses out of 32006 with flag 143000/143000
10.21/9.77	c cleaning 17000 clauses out of 34007 with flag 161001/161001
11.43/11.00	c cleaning 17995 clauses out of 36008 with flag 180002/180002
12.73/12.24	c cleaning 18998 clauses out of 38012 with flag 200001/200001
14.33/13.86	c cleaning 19998 clauses out of 40014 with flag 221001/221001
15.95/15.45	c cleaning 21004 clauses out of 42017 with flag 243002/243002
17.75/17.21	c cleaning 22001 clauses out of 44014 with flag 266003/266003
19.77/19.22	c cleaning 23005 clauses out of 46011 with flag 290001/290001
21.60/21.08	c cleaning 24001 clauses out of 48005 with flag 315000/315000
23.51/22.94	c cleaning 25002 clauses out of 50005 with flag 341001/341001
25.44/24.89	c cleaning 25998 clauses out of 52005 with flag 368003/368003
28.06/27.44	c cleaning 26995 clauses out of 54004 with flag 396000/396000
30.58/29.97	c cleaning 27999 clauses out of 56010 with flag 425001/425001
33.38/32.79	c cleaning 29000 clauses out of 58010 with flag 455000/455000
36.30/35.60	c cleaning 29997 clauses out of 60010 with flag 486000/486000
39.75/39.02	c cleaning 31003 clauses out of 62014 with flag 518001/518001
43.17/42.44	c cleaning 31996 clauses out of 64011 with flag 551001/551001
46.59/45.89	c cleaning 33003 clauses out of 66014 with flag 585000/585000
50.10/49.35	c cleaning 34001 clauses out of 68014 with flag 620003/620003
53.21/52.42	c cleaning 34996 clauses out of 70011 with flag 656001/656001
56.61/55.83	c cleaning 36004 clauses out of 72016 with flag 693002/693002
60.62/59.84	c cleaning 37005 clauses out of 74013 with flag 731003/731003
65.53/64.73	c cleaning 38001 clauses out of 76005 with flag 770000/770000
69.96/69.12	c cleaning 38996 clauses out of 78006 with flag 810002/810002
74.49/73.62	c cleaning 40003 clauses out of 80013 with flag 851005/851005
79.11/78.23	c cleaning 40996 clauses out of 82006 with flag 893001/893001
82.94/82.04	c cleaning 41999 clauses out of 84012 with flag 936003/936003
87.36/86.41	c cleaning 43004 clauses out of 86011 with flag 980001/980001
91.87/90.95	c cleaning 43997 clauses out of 88008 with flag 1025002/1025002
96.22/95.21	c cleaning 45000 clauses out of 90011 with flag 1071002/1071002
100.25/99.25	c cleaning 45999 clauses out of 92009 with flag 1118000/1118000
105.17/104.12	c cleaning 47001 clauses out of 94011 with flag 1166001/1166001
109.71/108.65	c cleaning 47997 clauses out of 96009 with flag 1215000/1215000
115.33/114.29	c cleaning 48995 clauses out of 98013 with flag 1265001/1265001
120.75/119.64	c cleaning 50005 clauses out of 100018 with flag 1316001/1316001
126.10/124.97	c cleaning 51006 clauses out of 102012 with flag 1368000/1368000
132.13/130.98	c cleaning 52002 clauses out of 104007 with flag 1421001/1421001
138.15/136.92	c cleaning 52998 clauses out of 106004 with flag 1475000/1475000
144.67/143.48	c cleaning 54000 clauses out of 108006 with flag 1530000/1530000
150.10/148.82	c cleaning 55001 clauses out of 110006 with flag 1586000/1586000
154.91/153.62	c cleaning 55994 clauses out of 112005 with flag 1643000/1643000
160.65/159.33	c cleaning 56999 clauses out of 114011 with flag 1701000/1701000
166.89/165.58	c cleaning 57999 clauses out of 116014 with flag 1760002/1760002
172.41/171.06	c cleaning 59000 clauses out of 118014 with flag 1820001/1820001
177.94/176.54	c cleaning 60000 clauses out of 120013 with flag 1881000/1881000
184.38/182.95	c cleaning 60998 clauses out of 122013 with flag 1943000/1943000
191.31/189.82	c cleaning 62004 clauses out of 124016 with flag 2006001/2006001
199.23/197.76	c cleaning 63001 clauses out of 126015 with flag 2070004/2070004
206.95/205.44	c cleaning 64002 clauses out of 128013 with flag 2135003/2135003
214.37/212.88	c cleaning 65002 clauses out of 130010 with flag 2201002/2201002
224.00/222.49	c cleaning 65995 clauses out of 132007 with flag 2268001/2268001
233.92/232.31	c cleaning 67000 clauses out of 134011 with flag 2336000/2336000
244.25/242.60	c cleaning 68005 clauses out of 136012 with flag 2405001/2405001
254.49/252.89	c cleaning 68993 clauses out of 138006 with flag 2475000/2475000
265.42/263.78	c cleaning 70005 clauses out of 140014 with flag 2546001/2546001
278.86/277.16	c cleaning 70998 clauses out of 142008 with flag 2618000/2618000
290.39/288.62	c cleaning 72001 clauses out of 144010 with flag 2691000/2691000
303.40/301.63	c cleaning 72997 clauses out of 146010 with flag 2765001/2765001
314.53/312.73	c cleaning 74005 clauses out of 148013 with flag 2840001/2840001
326.96/325.16	c cleaning 75000 clauses out of 150007 with flag 2916000/2916000
339.00/337.18	c cleaning 75996 clauses out of 152007 with flag 2993000/2993000
351.12/349.28	c cleaning 77005 clauses out of 154011 with flag 3071000/3071000
364.45/362.50	c cleaning 77999 clauses out of 156008 with flag 3150002/3150002
373.90/371.90	c cleaning 79001 clauses out of 158008 with flag 3230001/3230001
385.00/383.08	c cleaning 79995 clauses out of 160007 with flag 3311001/3311001
397.12/395.11	c cleaning 81002 clauses out of 162012 with flag 3393001/3393001
407.76/405.78	c cleaning 82003 clauses out of 164009 with flag 3476000/3476000
420.99/418.94	c cleaning 82999 clauses out of 166007 with flag 3560001/3560001
434.81/432.71	c cleaning 84000 clauses out of 168008 with flag 3645001/3645001
449.45/447.30	c cleaning 84999 clauses out of 170008 with flag 3731001/3731001
463.59/461.48	c cleaning 85995 clauses out of 172008 with flag 3818000/3818000
477.12/474.94	c cleaning 87003 clauses out of 174014 with flag 3906001/3906001
490.77/488.56	c cleaning 88007 clauses out of 176013 with flag 3995003/3995003
508.81/506.58	c cleaning 88996 clauses out of 178004 with flag 4085001/4085001
526.74/524.44	c cleaning 90000 clauses out of 180007 with flag 4176000/4176000
544.18/541.88	c cleaning 91004 clauses out of 182010 with flag 4268003/4268003
562.12/559.78	c cleaning 91999 clauses out of 184003 with flag 4361000/4361000
577.97/575.55	c cleaning 92999 clauses out of 186006 with flag 4455002/4455002
599.10/596.65	c cleaning 94000 clauses out of 188005 with flag 4550000/4550000
619.34/616.86	c cleaning 95001 clauses out of 190005 with flag 4646000/4646000
639.36/636.82	c cleaning 96001 clauses out of 192007 with flag 4743003/4743003
657.28/654.78	c cleaning 97000 clauses out of 194004 with flag 4841001/4841001
673.60/671.01	c cleaning 97997 clauses out of 196005 with flag 4940002/4940002
688.41/685.84	c cleaning 99000 clauses out of 198009 with flag 5040003/5040003
702.80/700.11	c cleaning 99996 clauses out of 200008 with flag 5141002/5141002
717.75/715.06	c cleaning 100999 clauses out of 202010 with flag 5243000/5243000
730.69/727.90	c cleaning 102000 clauses out of 204011 with flag 5346000/5346000
745.93/743.12	c cleaning 103006 clauses out of 206011 with flag 5450000/5450000
761.24/758.43	c cleaning 103995 clauses out of 208005 with flag 5555000/5555000
781.26/778.49	c cleaning 104998 clauses out of 210010 with flag 5661000/5661000
802.04/799.11	c cleaning 106003 clauses out of 212013 with flag 5768001/5768001
826.59/823.60	c cleaning 107001 clauses out of 214012 with flag 5876003/5876003
846.01/843.08	c cleaning 107998 clauses out of 216009 with flag 5985001/5985001
869.06/866.01	c cleaning 109000 clauses out of 218010 with flag 6095000/6095000
889.60/886.51	c cleaning 110002 clauses out of 220010 with flag 6206000/6206000
907.36/904.21	c cleaning 111002 clauses out of 222009 with flag 6318001/6318001
924.38/921.26	c cleaning 112000 clauses out of 224007 with flag 6431001/6431001
943.19/940.00	c cleaning 113000 clauses out of 226007 with flag 6545001/6545001
964.04/960.81	c cleaning 113997 clauses out of 228009 with flag 6660003/6660003
992.49/989.23	c cleaning 115002 clauses out of 230012 with flag 6776003/6776003
1019.91/1016.63	c cleaning 116001 clauses out of 232008 with flag 6893001/6893001
1043.86/1040.58	c cleaning 117005 clauses out of 234012 with flag 7011006/7011006
1069.88/1066.55	c cleaning 117998 clauses out of 236001 with flag 7130000/7130000
1098.14/1094.72	c cleaning 118999 clauses out of 238003 with flag 7250000/7250000
1123.49/1120.08	c cleaning 119998 clauses out of 240005 with flag 7371001/7371001
1148.22/1144.75	c cleaning 120999 clauses out of 242007 with flag 7493001/7493001
1175.87/1172.34	c cleaning 122002 clauses out of 244007 with flag 7616000/7616000
1204.62/1201.08	c cleaning 122996 clauses out of 246005 with flag 7740000/7740000
1235.78/1232.14	c cleaning 124005 clauses out of 248011 with flag 7865002/7865002
1261.83/1258.16	c cleaning 124999 clauses out of 250004 with flag 7991000/7991000
1289.08/1285.33	c cleaning 126002 clauses out of 252005 with flag 8118000/8118000
1322.63/1318.84	c cleaning 126998 clauses out of 254008 with flag 8246005/8246005
1353.78/1349.93	c cleaning 128001 clauses out of 256005 with flag 8375000/8375000
1382.73/1378.82	c cleaning 129000 clauses out of 258008 with flag 8505004/8505004
1414.90/1410.99	c cleaning 129999 clauses out of 260005 with flag 8636001/8636001
1448.15/1444.12	c cleaning 131001 clauses out of 262006 with flag 8768001/8768001
1484.21/1480.12	c cleaning 131999 clauses out of 264005 with flag 8901001/8901001
1522.25/1518.16	c cleaning 133001 clauses out of 266007 with flag 9035002/9035002
1561.18/1557.09	c cleaning 133997 clauses out of 268004 with flag 9170000/9170000
1589.46/1585.26	c cleaning 134994 clauses out of 270008 with flag 9306001/9306001
1618.43/1614.15	c cleaning 136001 clauses out of 272014 with flag 9443001/9443001
1646.16/1641.89	c cleaning 137002 clauses out of 274012 with flag 9581000/9581000
1676.81/1672.41	c cleaning 137999 clauses out of 276010 with flag 9720000/9720000
1702.34/1697.99	c cleaning 139003 clauses out of 278012 with flag 9860001/9860001
1730.55/1726.14	c cleaning 139995 clauses out of 280008 with flag 10001000/10001000
1777.50/1773.06	c cleaning 141004 clauses out of 282014 with flag 10143001/10143001
1800.03/1795.51	c starts		: 317
1800.03/1795.51	c conflicts		: 10246091
1800.03/1795.51	c decisions		: 10462512
1800.03/1795.51	c propagations		: 75803124
1800.03/1795.51	c inspects		: 21454394406
1800.03/1795.51	c shortcuts		: 0
1800.03/1795.51	c learnt literals	: 0
1800.03/1795.51	c learnt binary clauses	: 0
1800.03/1795.51	c learnt ternary clauses	: 0
1800.03/1795.51	c learnt constraints	: 10246093
1800.03/1795.51	c ignored constraints	: 0
1800.03/1795.51	c root simplifications	: 317
1800.03/1795.51	c removed literals (reason simplification)	: 67207028
1800.03/1795.51	c reason swapping (by a shorter reason)	: 0
1800.03/1795.51	c Calls to reduceDB	: 138
1800.03/1795.51	c number of reductions to clauses (during analyze)	: 0
1800.03/1795.51	c number of learned constraints concerned by reduction	: 0
1800.03/1795.51	c number of learning phase by resolution	: 0
1800.03/1795.51	c number of learning phase by cutting planes	: 0
1800.03/1795.51	c speed (assignments/second)	: 42222.348289898466
1800.03/1795.51	c non guided choices	27
1800.03/1795.54	c learnt constraints type 
1800.03/1795.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 244277
1800.03/1795.54	c constraints type 
1800.03/1795.54	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.03/1795.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14
1800.03/1795.54	c 15 constraints processed.
1800.03/1795.54	s UNKNOWN
1800.03/1795.54	c Total wall clock time (in seconds): 1795.41

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-3710821-1338154091/watcher-3710821-1338154091 -o /tmp/evaluation-result-3710821-1338154091/solver-3710821-1338154091 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710821-1338154091.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: 1.99 1.98 1.99 2/194 18235
/proc/meminfo: memFree=28876568/32873844 swapFree=7116/7116
[pid=18235] ppid=18233 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/18235/stat : 18235 (java) D 18233 18235 14200 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 281534151 9515008 183 33554432000 1073741824 1073778376 140734030910032 140734030901064 227141303989 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/18235/statm: 2323 183 140 9 0 71 0

[startup+0.0665301 s]
/proc/loadavg: 1.99 1.98 1.99 2/194 18235
/proc/meminfo: memFree=28876568/32873844 swapFree=7116/7116
[pid=18235] ppid=18233 vsize=9225560 CPUtime=0.04 cores=0,2,4,6
/proc/18235/stat : 18235 (java) S 18233 18235 14200 0 -1 4202496 3093 0 1 0 3 1 0 0 20 0 13 0 281534151 9446973440 4301 33554432000 1073741824 1073778376 140736589934256 140736589925392 227144663101 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18235/statm: 2306390 4301 1714 9 0 2297091 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9225560

[startup+0.100259 s]
/proc/loadavg: 1.99 1.98 1.99 2/194 18235
/proc/meminfo: memFree=28876568/32873844 swapFree=7116/7116
[pid=18235] ppid=18233 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/18235/stat : 18235 (java) S 18233 18235 14200 0 -1 4202496 3825 0 1 0 7 1 0 0 20 0 18 0 281534151 9787842560 5033 33554432000 1073741824 1073778376 140736589934256 140736589925392 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18235/statm: 2389610 5043 2027 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300215 s]
/proc/loadavg: 1.99 1.98 1.99 2/194 18235
/proc/meminfo: memFree=28876568/32873844 swapFree=7116/7116
[pid=18235] ppid=18233 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/18235/stat : 18235 (java) S 18233 18235 14200 0 -1 4202496 8056 0 1 0 50 2 0 0 20 0 19 0 281534151 9856004096 8729 33554432000 1073741824 1073778376 140736589934256 140736589925392 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18235/statm: 2406251 8729 2235 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625004

[startup+0.700272 s]
/proc/loadavg: 1.99 1.98 1.99 2/194 18235
/proc/meminfo: memFree=28876568/32873844 swapFree=7116/7116
[pid=18235] ppid=18233 vsize=9625004 CPUtime=1.06 cores=0,2,4,6
/proc/18235/stat : 18235 (java) S 18233 18235 14200 0 -1 4202496 8733 0 1 0 104 2 0 0 20 0 19 0 281534151 9856004096 11027 33554432000 1073741824 1073778376 140736589934256 140736589925392 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18235/statm: 2406251 11027 2273 9 0 2396937 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 9625004

[startup+1.5007 s]
/proc/loadavg: 1.99 1.98 1.99 3/213 18254
/proc/meminfo: memFree=28838304/32873844 swapFree=7116/7116
[pid=18235] ppid=18233 vsize=9625004 CPUtime=1.92 cores=0,2,4,6
/proc/18235/stat : 18235 (java) S 18233 18235 14200 0 -1 4202496 8777 0 1 0 190 2 0 0 20 0 19 0 281534151 9856004096 12087 33554432000 1073741824 1073778376 140736589934256 140736589925392 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18235/statm: 2406251 12087 2274 9 0 2396937 0
[pid=18235/tid=18237] ppid=18233 vsize=9625004 CPUtime=1.41 cores=0,2,4,6
/proc/18235/task/18237/stat : 18237 (java) R 18233 18235 14200 0 -1 4202560 2509 0 1 0 140 1 0 0 20 0 19 0 281534152 9856004096 12087 33554432000 1073741824 1073778376 140736589934256 140662478344616 140662343681235 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18235/tid=18238] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18238/stat : 18238 (java) S 18233 18235 14200 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281534153 9856004096 12087 33554432000 1073741824 1073778376 140736589934256 140662467406504 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18235/tid=18239] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18239/stat : 18239 (java) S 18233 18235 14200 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281534153 9856004096 12087 33554432000 1073741824 1073778376 140736589934256 140662466353960 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18235/tid=18240] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18240/stat : 18240 (java) S 18233 18235 14200 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281534153 9856004096 12087 33554432000 1073741824 1073778376 140736589934256 140662465301416 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18235/tid=18241] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18241/stat : 18241 (java) S 18233 18235 14200 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281534153 9856004096 12087 33554432000 1073741824 1073778376 140736589934256 140662464248872 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18235/tid=18242] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18242/stat : 18242 (java) S 18233 18235 14200 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281534153 9856004096 12087 33554432000 1073741824 1073778376 140736589934256 140662463195304 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18235/tid=18243] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18243/stat : 18243 (java) S 18233 18235 14200 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281534153 9856004096 12087 33554432000 1073741824 1073778376 140736589934256 140662462142760 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18235/tid=18244] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18244/stat : 18244 (java) S 18233 18235 14200 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281534153 9856004096 12087 33554432000 1073741824 1073778376 140736589934256 140662315628968 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18235/tid=18245] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18245/stat : 18245 (java) S 18233 18235 14200 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 281534153 9856004096 12087 33554432000 1073741824 1073778376 140736589934256 140662314576424 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18235/tid=18246] ppid=18233 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/18235/task/18246/stat : 18246 (java) S 18233 18235 14200 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 19 0 281534154 9856004096 12087 33554432000 1073741824 1073778376 140736589934256 140662302378600 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18235/tid=18247] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18247/stat : 18247 (java) S 18233 18235 14200 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281534155 9856004096 12087 33554432000 1073741824 1073778376 140736589934256 140662301324920 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18235/tid=18248] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18248/stat : 18248 (java) S 18233 18235 14200 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281534155 9856004096 12087 33554432000 1073741824 1073778376 140736589934256 140662300272264 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18235/tid=18249] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18249/stat : 18249 (java) S 18233 18235 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281534158 9856004096 12087 33554432000 1073741824 1073778376 140736589934256 140662299221008 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18235/tid=18250] ppid=18233 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/18235/task/18250/stat : 18250 (java) S 18233 18235 14200 0 -1 4202560 3079 0 0 0 24 0 0 0 20 0 19 0 281534158 9856004096 12087 33554432000 1073741824 1073778376 140736589934256 140662298167352 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18235/tid=18251] ppid=18233 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/18235/task/18251/stat : 18251 (java) S 18233 18235 14200 0 -1 4202560 1920 0 0 0 17 0 0 0 20 0 19 0 281534158 9856004096 12087 33554432000 1073741824 1073778376 140736589934256 140662297114808 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18235/tid=18252] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18252/stat : 18252 (java) S 18233 18235 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281534158 9856004096 12087 33554432000 1073741824 1073778376 140736589934256 140662296062456 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18235/tid=18253] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18253/stat : 18253 (java) S 18233 18235 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281534158 9856004096 12087 33554432000 1073741824 1073778376 140736589934256 140662295010120 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18235/tid=18254] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18254/stat : 18254 (java) S 18233 18235 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281534169 9856004096 12087 33554432000 1073741824 1073778376 140736589934256 140662293955880 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 9625004

[startup+3.10067 s]
/proc/loadavg: 2.07 2.00 2.00 3/213 18254
/proc/meminfo: memFree=28835884/32873844 swapFree=7116/7116
[pid=18235] ppid=18233 vsize=9625004 CPUtime=3.53 cores=0,2,4,6
/proc/18235/stat : 18235 (java) S 18233 18235 14200 0 -1 4202496 8789 0 1 0 351 2 0 0 20 0 19 0 281534151 9856004096 12606 33554432000 1073741824 1073778376 140736589934256 140736589925392 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18235/statm: 2406251 12606 2274 9 0 2396937 0
[pid=18235/tid=18237] ppid=18233 vsize=9625004 CPUtime=2.97 cores=0,2,4,6
/proc/18235/task/18237/stat : 18237 (java) R 18233 18235 14200 0 -1 4202560 2512 0 1 0 296 1 0 0 20 0 19 0 281534152 9856004096 12606 33554432000 1073741824 1073778376 140736589934256 140662478344616 140662343609423 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18235/tid=18238] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18238/stat : 18238 (java) S 18233 18235 14200 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281534153 9856004096 12606 33554432000 1073741824 1073778376 140736589934256 140662467406504 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18235/tid=18239] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18239/stat : 18239 (java) S 18233 18235 14200 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281534153 9856004096 12606 33554432000 1073741824 1073778376 140736589934256 140662466353960 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18235/tid=18240] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18240/stat : 18240 (java) S 18233 18235 14200 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281534153 9856004096 12606 33554432000 1073741824 1073778376 140736589934256 140662465301416 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18235/tid=18241] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18241/stat : 18241 (java) S 18233 18235 14200 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281534153 9856004096 12606 33554432000 1073741824 1073778376 140736589934256 140662464248872 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18235/tid=18242] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18242/stat : 18242 (java) S 18233 18235 14200 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281534153 9856004096 12606 33554432000 1073741824 1073778376 140736589934256 140662463195304 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18235/tid=18243] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18243/stat : 18243 (java) S 18233 18235 14200 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281534153 9856004096 12606 33554432000 1073741824 1073778376 140736589934256 140662462142760 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18235/tid=18244] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18244/stat : 18244 (java) S 18233 18235 14200 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281534153 9856004096 12606 33554432000 1073741824 1073778376 140736589934256 140662315628968 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18235/tid=18245] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18245/stat : 18245 (java) S 18233 18235 14200 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 281534153 9856004096 12606 33554432000 1073741824 1073778376 140736589934256 140662314576424 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18235/tid=18246] ppid=18233 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/18235/task/18246/stat : 18246 (java) S 18233 18235 14200 0 -1 4202560 31 0 0 0 5 0 0 0 20 0 19 0 281534154 9856004096 12606 33554432000 1073741824 1073778376 140736589934256 140662302378600 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18235/tid=18247] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18247/stat : 18247 (java) S 18233 18235 14200 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281534155 9856004096 12606 33554432000 1073741824 1073778376 140736589934256 140662301324920 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18235/tid=18248] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18248/stat : 18248 (java) S 18233 18235 14200 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281534155 9856004096 12606 33554432000 1073741824 1073778376 140736589934256 140662300272264 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18235/tid=18249] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18249/stat : 18249 (java) S 18233 18235 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281534158 9856004096 12606 33554432000 1073741824 1073778376 140736589934256 140662299221008 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18235/tid=18250] ppid=18233 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/18235/task/18250/stat : 18250 (java) S 18233 18235 14200 0 -1 4202560 3079 0 0 0 24 0 0 0 20 0 19 0 281534158 9856004096 12606 33554432000 1073741824 1073778376 140736589934256 140662298167352 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18235/tid=18251] ppid=18233 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/18235/task/18251/stat : 18251 (java) S 18233 18235 14200 0 -1 4202560 1920 0 0 0 17 0 0 0 20 0 19 0 281534158 9856004096 12606 33554432000 1073741824 1073778376 140736589934256 140662297114808 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18235/tid=18252] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18252/stat : 18252 (java) S 18233 18235 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281534158 9856004096 12606 33554432000 1073741824 1073778376 140736589934256 140662296062456 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18235/tid=18253] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18253/stat : 18253 (java) S 18233 18235 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281534158 9856004096 12606 33554432000 1073741824 1073778376 140736589934256 140662295010120 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18235/tid=18254] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18254/stat : 18254 (java) S 18233 18235 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281534169 9856004096 12606 33554432000 1073741824 1073778376 140736589934256 140662293955880 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 9625004

[startup+6.30071 s]
/proc/loadavg: 2.07 2.00 2.00 3/213 18254
/proc/meminfo: memFree=28831292/32873844 swapFree=7116/7116
[pid=18235] ppid=18233 vsize=9625004 CPUtime=6.76 cores=0,2,4,6
/proc/18235/stat : 18235 (java) S 18233 18235 14200 0 -1 4202496 8821 0 1 0 674 2 0 0 20 0 19 0 281534151 9856004096 13137 33554432000 1073741824 1073778376 140736589934256 140736589925392 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18235/statm: 2406251 13137 2274 9 0 2396937 0
[pid=18235/tid=18237] ppid=18233 vsize=9625004 CPUtime=6.11 cores=0,2,4,6
/proc/18235/task/18237/stat : 18237 (java) R 18233 18235 14200 0 -1 4202560 2516 0 1 0 610 1 0 0 20 0 19 0 281534152 9856004096 13137 33554432000 1073741824 1073778376 140736589934256 140662478344496 140662343706998 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18235/tid=18238] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18238/stat : 18238 (java) S 18233 18235 14200 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281534153 9856004096 13137 33554432000 1073741824 1073778376 140736589934256 140662467406504 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18235/tid=18239] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18239/stat : 18239 (java) S 18233 18235 14200 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281534153 9856004096 13137 33554432000 1073741824 1073778376 140736589934256 140662466353960 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18235/tid=18240] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18240/stat : 18240 (java) S 18233 18235 14200 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 281534153 9856004096 13137 33554432000 1073741824 1073778376 140736589934256 140662465301416 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18235/tid=18241] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18241/stat : 18241 (java) S 18233 18235 14200 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 281534153 9856004096 13137 33554432000 1073741824 1073778376 140736589934256 140662464248872 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18235/tid=18242] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18242/stat : 18242 (java) S 18233 18235 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281534153 9856004096 13137 33554432000 1073741824 1073778376 140736589934256 140662463195304 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18235/tid=18243] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18243/stat : 18243 (java) S 18233 18235 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281534153 9856004096 13137 33554432000 1073741824 1073778376 140736589934256 140662462142760 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18235/tid=18244] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18244/stat : 18244 (java) S 18233 18235 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281534153 9856004096 13137 33554432000 1073741824 1073778376 140736589934256 140662315628968 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18235/tid=18245] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18245/stat : 18245 (java) S 18233 18235 14200 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 19 0 281534153 9856004096 13137 33554432000 1073741824 1073778376 140736589934256 140662314576424 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18235/tid=18246] ppid=18233 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/18235/task/18246/stat : 18246 (java) S 18233 18235 14200 0 -1 4202560 32 0 0 0 9 0 0 0 20 0 19 0 281534154 9856004096 13137 33554432000 1073741824 1073778376 140736589934256 140662302378600 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18235/tid=18247] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18247/stat : 18247 (java) S 18233 18235 14200 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281534155 9856004096 13137 33554432000 1073741824 1073778376 140736589934256 140662301324920 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18235/tid=18248] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18248/stat : 18248 (java) S 18233 18235 14200 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281534155 9856004096 13137 33554432000 1073741824 1073778376 140736589934256 140662300272264 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18235/tid=18249] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18249/stat : 18249 (java) S 18233 18235 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281534158 9856004096 13137 33554432000 1073741824 1073778376 140736589934256 140662299221008 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18235/tid=18250] ppid=18233 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/18235/task/18250/stat : 18250 (java) S 18233 18235 14200 0 -1 4202560 3079 0 0 0 24 0 0 0 20 0 19 0 281534158 9856004096 13137 33554432000 1073741824 1073778376 140736589934256 140662298167352 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18235/tid=18251] ppid=18233 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/18235/task/18251/stat : 18251 (java) S 18233 18235 14200 0 -1 4202560 1920 0 0 0 17 0 0 0 20 0 19 0 281534158 9856004096 13137 33554432000 1073741824 1073778376 140736589934256 140662297114808 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18235/tid=18252] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18252/stat : 18252 (java) S 18233 18235 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281534158 9856004096 13137 33554432000 1073741824 1073778376 140736589934256 140662296062456 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18235/tid=18253] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18253/stat : 18253 (java) S 18233 18235 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281534158 9856004096 13137 33554432000 1073741824 1073778376 140736589934256 140662295010120 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18235/tid=18254] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18254/stat : 18254 (java) S 18233 18235 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281534169 9856004096 13137 33554432000 1073741824 1073778376 140736589934256 140662293955880 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.76
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=18235/tid=18250] ppid=18233 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/18235/task/18250/stat : 18250 (java) S 18233 18235 14200 0 -1 4202560 3083 0 0 0 26 0 0 0 20 0 19 0 281534158 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662298167352 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18235/tid=18251] ppid=18233 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/18235/task/18251/stat : 18251 (java) S 18233 18235 14200 0 -1 4202560 1920 0 0 0 17 0 0 0 20 0 19 0 281534158 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662297114808 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18235/tid=18252] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18252/stat : 18252 (java) S 18233 18235 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281534158 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662296062456 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18235/tid=18253] ppid=18233 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/18235/task/18253/stat : 18253 (java) S 18233 18235 14200 0 -1 4202560 99 0 0 0 35 24 0 0 20 0 19 0 281534158 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662295010120 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18235/tid=18254] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18254/stat : 18254 (java) S 18233 18235 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281534169 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662293955880 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1726.75
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 18398
/proc/meminfo: memFree=28788496/32873844 swapFree=7116/7116
[pid=18235] ppid=18233 vsize=9625004 CPUtime=1786.82 cores=0,2,4,6
/proc/18235/stat : 18235 (java) S 18233 18235 14200 0 -1 4202496 11439 0 1 0 178648 34 0 0 20 0 19 0 281534151 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140736589925392 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18235/statm: 2406251 44436 2275 9 0 2396937 0
[pid=18235/tid=18237] ppid=18233 vsize=9625004 CPUtime=1770.84 cores=0,2,4,6
/proc/18235/task/18237/stat : 18237 (java) R 18233 18235 14200 0 -1 4202560 2656 0 1 0 177055 29 0 0 20 0 19 0 281534152 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662478344496 140662343646462 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18235/tid=18238] ppid=18233 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/18235/task/18238/stat : 18238 (java) S 18233 18235 14200 0 -1 4202560 425 0 0 0 74 0 0 0 20 0 19 0 281534153 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662467406504 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18235/tid=18239] ppid=18233 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/18235/task/18239/stat : 18239 (java) S 18233 18235 14200 0 -1 4202560 329 0 0 0 62 2 0 0 20 0 19 0 281534153 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662466353960 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18235/tid=18240] ppid=18233 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/18235/task/18240/stat : 18240 (java) S 18233 18235 14200 0 -1 4202560 344 0 0 0 64 2 0 0 20 0 19 0 281534153 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662465301416 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18235/tid=18241] ppid=18233 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/18235/task/18241/stat : 18241 (java) S 18233 18235 14200 0 -1 4202560 375 0 0 0 72 2 0 0 20 0 19 0 281534153 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662464248872 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18235/tid=18242] ppid=18233 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/18235/task/18242/stat : 18242 (java) S 18233 18235 14200 0 -1 4202560 172 0 0 0 63 2 0 0 20 0 19 0 281534153 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662463195304 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18235/tid=18243] ppid=18233 vsize=9625004 CPUtime=0.7 cores=0,2,4,6
/proc/18235/task/18243/stat : 18243 (java) S 18233 18235 14200 0 -1 4202560 188 0 0 0 70 0 0 0 20 0 19 0 281534153 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662462142760 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18235/tid=18244] ppid=18233 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/18235/task/18244/stat : 18244 (java) S 18233 18235 14200 0 -1 4202560 270 0 0 0 62 0 0 0 20 0 19 0 281534153 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662315628968 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18235/tid=18245] ppid=18233 vsize=9625004 CPUtime=0.7 cores=0,2,4,6
/proc/18235/task/18245/stat : 18245 (java) S 18233 18235 14200 0 -1 4202560 237 0 0 0 70 0 0 0 20 0 19 0 281534153 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662314576424 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18235/tid=18246] ppid=18233 vsize=9625004 CPUtime=5.11 cores=0,2,4,6
/proc/18235/task/18246/stat : 18246 (java) S 18233 18235 14200 0 -1 4202560 157 0 0 0 509 2 0 0 20 0 19 0 281534154 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662302378600 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18235/tid=18247] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18247/stat : 18247 (java) S 18233 18235 14200 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281534155 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662301324920 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18235/tid=18248] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18248/stat : 18248 (java) S 18233 18235 14200 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281534155 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662300272264 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18235/tid=18249] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18249/stat : 18249 (java) S 18233 18235 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281534158 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662299221008 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18235/tid=18250] ppid=18233 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/18235/task/18250/stat : 18250 (java) S 18233 18235 14200 0 -1 4202560 3083 0 0 0 26 0 0 0 20 0 19 0 281534158 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662298167352 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18235/tid=18251] ppid=18233 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/18235/task/18251/stat : 18251 (java) S 18233 18235 14200 0 -1 4202560 1920 0 0 0 17 0 0 0 20 0 19 0 281534158 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662297114808 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18235/tid=18252] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18252/stat : 18252 (java) S 18233 18235 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281534158 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662296062456 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18235/tid=18253] ppid=18233 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/18235/task/18253/stat : 18253 (java) S 18233 18235 14200 0 -1 4202560 103 0 0 0 37 25 0 0 20 0 19 0 281534158 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662295010120 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18235/tid=18254] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18254/stat : 18254 (java) S 18233 18235 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281534169 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662293955880 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1786.82
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 18398
/proc/meminfo: memFree=28788496/32873844 swapFree=7116/7116
[pid=18235] ppid=18233 vsize=9625004 CPUtime=1800.03 cores=0,2,4,6
/proc/18235/stat : 18235 (java) S 18233 18235 14200 0 -1 4202496 11439 0 1 0 179969 34 0 0 20 0 19 0 281534151 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140736589925392 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18235/statm: 2406251 44436 2275 9 0 2396937 0
[pid=18235/tid=18237] ppid=18233 vsize=9625004 CPUtime=1784.01 cores=0,2,4,6
/proc/18235/task/18237/stat : 18237 (java) R 18233 18235 14200 0 -1 4202560 2656 0 1 0 178371 30 0 0 20 0 19 0 281534152 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662478344496 140662343681282 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18235/tid=18238] ppid=18233 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/18235/task/18238/stat : 18238 (java) S 18233 18235 14200 0 -1 4202560 425 0 0 0 74 0 0 0 20 0 19 0 281534153 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662467406504 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18235/tid=18239] ppid=18233 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/18235/task/18239/stat : 18239 (java) S 18233 18235 14200 0 -1 4202560 329 0 0 0 62 2 0 0 20 0 19 0 281534153 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662466353960 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18235/tid=18240] ppid=18233 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/18235/task/18240/stat : 18240 (java) S 18233 18235 14200 0 -1 4202560 344 0 0 0 64 2 0 0 20 0 19 0 281534153 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662465301416 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18235/tid=18241] ppid=18233 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/18235/task/18241/stat : 18241 (java) S 18233 18235 14200 0 -1 4202560 375 0 0 0 72 2 0 0 20 0 19 0 281534153 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662464248872 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18235/tid=18242] ppid=18233 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/18235/task/18242/stat : 18242 (java) S 18233 18235 14200 0 -1 4202560 172 0 0 0 63 2 0 0 20 0 19 0 281534153 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662463195304 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18235/tid=18243] ppid=18233 vsize=9625004 CPUtime=0.7 cores=0,2,4,6
/proc/18235/task/18243/stat : 18243 (java) S 18233 18235 14200 0 -1 4202560 188 0 0 0 70 0 0 0 20 0 19 0 281534153 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662462142760 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18235/tid=18244] ppid=18233 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/18235/task/18244/stat : 18244 (java) S 18233 18235 14200 0 -1 4202560 270 0 0 0 62 0 0 0 20 0 19 0 281534153 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662315628968 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18235/tid=18245] ppid=18233 vsize=9625004 CPUtime=0.7 cores=0,2,4,6
/proc/18235/task/18245/stat : 18245 (java) S 18233 18235 14200 0 -1 4202560 237 0 0 0 70 0 0 0 20 0 19 0 281534153 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662314576424 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18235/tid=18246] ppid=18233 vsize=9625004 CPUtime=5.11 cores=0,2,4,6
/proc/18235/task/18246/stat : 18246 (java) S 18233 18235 14200 0 -1 4202560 157 0 0 0 509 2 0 0 20 0 19 0 281534154 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662302378600 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18235/tid=18247] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18247/stat : 18247 (java) S 18233 18235 14200 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281534155 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662301324920 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18235/tid=18248] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18248/stat : 18248 (java) S 18233 18235 14200 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281534155 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662300272264 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18235/tid=18249] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18249/stat : 18249 (java) S 18233 18235 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281534158 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662299221008 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18235/tid=18250] ppid=18233 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/18235/task/18250/stat : 18250 (java) S 18233 18235 14200 0 -1 4202560 3083 0 0 0 26 0 0 0 20 0 19 0 281534158 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662298167352 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18235/tid=18251] ppid=18233 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/18235/task/18251/stat : 18251 (java) S 18233 18235 14200 0 -1 4202560 1920 0 0 0 17 0 0 0 20 0 19 0 281534158 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662297114808 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18235/tid=18252] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18252/stat : 18252 (java) S 18233 18235 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281534158 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662296062456 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18235/tid=18253] ppid=18233 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/18235/task/18253/stat : 18253 (java) S 18233 18235 14200 0 -1 4202560 103 0 0 0 37 25 0 0 20 0 19 0 281534158 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662295010120 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18235/tid=18254] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18254/stat : 18254 (java) S 18233 18235 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281534169 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662293955880 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1795.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 18398
/proc/meminfo: memFree=28788496/32873844 swapFree=7116/7116
[pid=18235] ppid=18233 vsize=9625004 CPUtime=1800.03 cores=0,2,4,6
/proc/18235/stat : 18235 (java) S 18233 18235 14200 0 -1 4202496 11439 0 1 0 179969 34 0 0 20 0 19 0 281534151 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140736589925392 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18235/statm: 2406251 44436 2275 9 0 2396937 0
[pid=18235/tid=18237] ppid=18233 vsize=9625004 CPUtime=1784.01 cores=0,2,4,6
/proc/18235/task/18237/stat : 18237 (java) R 18233 18235 14200 0 -1 4202560 2656 0 1 0 178371 30 0 0 20 0 19 0 281534152 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662478344496 140662343681282 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18235/tid=18238] ppid=18233 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/18235/task/18238/stat : 18238 (java) S 18233 18235 14200 0 -1 4202560 425 0 0 0 74 0 0 0 20 0 19 0 281534153 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662467406504 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18235/tid=18239] ppid=18233 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/18235/task/18239/stat : 18239 (java) S 18233 18235 14200 0 -1 4202560 329 0 0 0 62 2 0 0 20 0 19 0 281534153 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662466353960 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18235/tid=18240] ppid=18233 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/18235/task/18240/stat : 18240 (java) S 18233 18235 14200 0 -1 4202560 344 0 0 0 64 2 0 0 20 0 19 0 281534153 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662465301416 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18235/tid=18241] ppid=18233 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/18235/task/18241/stat : 18241 (java) S 18233 18235 14200 0 -1 4202560 375 0 0 0 72 2 0 0 20 0 19 0 281534153 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662464248872 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18235/tid=18242] ppid=18233 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/18235/task/18242/stat : 18242 (java) S 18233 18235 14200 0 -1 4202560 172 0 0 0 63 2 0 0 20 0 19 0 281534153 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662463195304 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18235/tid=18243] ppid=18233 vsize=9625004 CPUtime=0.7 cores=0,2,4,6
/proc/18235/task/18243/stat : 18243 (java) S 18233 18235 14200 0 -1 4202560 188 0 0 0 70 0 0 0 20 0 19 0 281534153 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662462142760 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18235/tid=18244] ppid=18233 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/18235/task/18244/stat : 18244 (java) S 18233 18235 14200 0 -1 4202560 270 0 0 0 62 0 0 0 20 0 19 0 281534153 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662315628968 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18235/tid=18245] ppid=18233 vsize=9625004 CPUtime=0.7 cores=0,2,4,6
/proc/18235/task/18245/stat : 18245 (java) S 18233 18235 14200 0 -1 4202560 237 0 0 0 70 0 0 0 20 0 19 0 281534153 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662314576424 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18235/tid=18246] ppid=18233 vsize=9625004 CPUtime=5.11 cores=0,2,4,6
/proc/18235/task/18246/stat : 18246 (java) S 18233 18235 14200 0 -1 4202560 157 0 0 0 509 2 0 0 20 0 19 0 281534154 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662302378600 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18235/tid=18247] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18247/stat : 18247 (java) S 18233 18235 14200 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281534155 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662301324920 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18235/tid=18248] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18248/stat : 18248 (java) S 18233 18235 14200 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281534155 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662300272264 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18235/tid=18249] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18249/stat : 18249 (java) S 18233 18235 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281534158 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662299221008 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18235/tid=18250] ppid=18233 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/18235/task/18250/stat : 18250 (java) S 18233 18235 14200 0 -1 4202560 3083 0 0 0 26 0 0 0 20 0 19 0 281534158 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662298167352 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18235/tid=18251] ppid=18233 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/18235/task/18251/stat : 18251 (java) S 18233 18235 14200 0 -1 4202560 1920 0 0 0 17 0 0 0 20 0 19 0 281534158 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662297114808 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18235/tid=18252] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18252/stat : 18252 (java) S 18233 18235 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281534158 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662296062456 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18235/tid=18253] ppid=18233 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/18235/task/18253/stat : 18253 (java) S 18233 18235 14200 0 -1 4202560 103 0 0 0 37 25 0 0 20 0 19 0 281534158 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662295010120 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18235/tid=18254] ppid=18233 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18235/task/18254/stat : 18254 (java) S 18233 18235 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281534169 9856004096 44436 33554432000 1073741824 1073778376 140736589934256 140662293955880 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18235 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=197088
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=793879
# CPU time returned by wait4() is 1795.99
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.55
CPU time (s): 1800.03
CPU user time (s): 1799.69
CPU system time (s): 0.34
CPU usage (%): 100.249
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.2
system time used= 0.793879
maximum resident set size= 177900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11482
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= 41907
involuntary context switches= 14403

runsolver used 5.00224 second user time and 15.2817 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-27 23:28:11
IDJOB=3710821
IDBENCH=2909
IDSOLVER=2289
FILE ID=node138/3710821-1338154091
RUNJOBID= node138-1338139170-16910
PBS_JOBID= 14624507
Free space on /tmp= 71488 MiB

SOLVER NAME= SAT4J PB specific settings 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-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710821-1338154091/watcher-3710821-1338154091 -o /tmp/evaluation-result-3710821-1338154091/solver-3710821-1338154091 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710821-1338154091.opb

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

MD5SUM BENCH= 0cfcb152e5d64f6fbadc82a2b31230da
RANDOM SEED=545716805

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28876568 kB
Buffers:          431528 kB
Cached:          2404612 kB
SwapCached:          212 kB
Active:          1190928 kB
Inactive:        1931916 kB
Active(anon):     277444 kB
Inactive(anon):    11368 kB
Active(file):     913484 kB
Inactive(file):  1920548 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108644 kB
Dirty:               856 kB
Writeback:             0 kB
AnonPages:        391580 kB
Mapped:            22672 kB
Shmem:               200 kB
Slab:             732540 kB
SReclaimable:     174852 kB
SUnreclaim:       557688 kB
KernelStack:        1760 kB
PageTables:         4496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     825876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    360448 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= 71492 MiB
End job on node138 at 2012-05-27 23:58:08