Trace number 3710815

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.07 1795.55

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_5_40_4.opb
MD5SUM153ea7f27a80a18c7caefc8ed55018be
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 variables41
Total number of constraints11
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 constraints10
Minimum length of a constraint1
Maximum length of a constraint40
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 1207
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3621
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.03/0.08	c version 2.3.2.v20120418
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		501472288
0.03/0.08	c Max memory 		7480803328
0.03/0.08	c Total memory 		504102912
0.03/0.08	c Number of processors 	8
0.10/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.12	c configuring ORDERS
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=true
0.10/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3710815-1338155093.opb
0.10/0.12	c reading problem ... 
0.10/0.15	c ... done. Wall clock time 0.024s.
0.10/0.15	c declared #vars     41
0.10/0.15	c #constraints  11
0.10/0.15	c constraints type 
0.10/0.15	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.10/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10
0.10/0.15	c 11 constraints processed.
0.63/0.44	c cleaning 2501 clauses out of 5001 with flag 5001/5001
0.91/0.68	c cleaning 4250 clauses out of 8499 with flag 11000/11000
1.24/0.96	c cleaning 5626 clauses out of 11252 with flag 18003/18003
1.65/1.32	c cleaning 6812 clauses out of 13623 with flag 26000/26000
2.09/1.75	c cleaning 7907 clauses out of 15813 with flag 35002/35002
2.59/2.22	c cleaning 8951 clauses out of 17905 with flag 45001/45001
3.09/2.79	c cleaning 9974 clauses out of 19954 with flag 56001/56001
3.83/3.40	c cleaning 10988 clauses out of 21979 with flag 68000/68000
4.53/4.11	c cleaning 11993 clauses out of 23992 with flag 81001/81001
5.13/4.78	c cleaning 12998 clauses out of 25998 with flag 95000/95000
5.84/5.50	c cleaning 13999 clauses out of 28000 with flag 110000/110000
6.85/6.48	c cleaning 14997 clauses out of 30001 with flag 126000/126000
7.77/7.39	c cleaning 15992 clauses out of 32004 with flag 143000/143000
8.88/8.46	c cleaning 17007 clauses out of 34016 with flag 161004/161004
10.29/9.82	c cleaning 17999 clauses out of 36005 with flag 180000/180000
11.50/11.09	c cleaning 19000 clauses out of 38006 with flag 200000/200000
12.90/12.45	c cleaning 19999 clauses out of 40007 with flag 221001/221001
14.41/13.94	c cleaning 21004 clauses out of 42007 with flag 243000/243000
16.13/15.64	c cleaning 22000 clauses out of 44004 with flag 266001/266001
17.97/17.40	c cleaning 22999 clauses out of 46005 with flag 290002/290002
19.87/19.32	c cleaning 23999 clauses out of 48005 with flag 315001/315001
21.57/21.08	c cleaning 25001 clauses out of 50005 with flag 341000/341000
23.59/23.04	c cleaning 25998 clauses out of 52004 with flag 368000/368000
26.09/25.54	c cleaning 26995 clauses out of 54006 with flag 396000/396000
28.43/27.83	c cleaning 28006 clauses out of 56011 with flag 425000/425000
30.73/30.14	c cleaning 28999 clauses out of 58006 with flag 455001/455001
33.33/32.70	c cleaning 29999 clauses out of 60006 with flag 486000/486000
35.55/34.98	c cleaning 31002 clauses out of 62009 with flag 518002/518002
38.65/38.02	c cleaning 31999 clauses out of 64005 with flag 551000/551000
41.27/40.65	c cleaning 33002 clauses out of 66007 with flag 585001/585001
44.77/44.19	c cleaning 34002 clauses out of 68005 with flag 620001/620001
47.69/47.09	c cleaning 34996 clauses out of 70003 with flag 656001/656001
50.21/49.53	c cleaning 36001 clauses out of 72006 with flag 693000/693000
53.43/52.75	c cleaning 36997 clauses out of 74006 with flag 731001/731001
56.43/55.73	c cleaning 38002 clauses out of 76008 with flag 770000/770000
59.45/58.70	c cleaning 39000 clauses out of 78007 with flag 810001/810001
62.75/62.02	c cleaning 39998 clauses out of 80006 with flag 851000/851000
67.88/67.12	c cleaning 41003 clauses out of 82009 with flag 893001/893001
72.42/71.62	c cleaning 42004 clauses out of 84007 with flag 936002/936002
76.94/76.18	c cleaning 42999 clauses out of 86001 with flag 980000/980000
82.36/81.56	c cleaning 44002 clauses out of 88003 with flag 1025001/1025001
86.78/85.97	c cleaning 45000 clauses out of 90003 with flag 1071003/1071003
91.81/90.99	c cleaning 45999 clauses out of 92003 with flag 1118003/1118003
96.32/95.43	c cleaning 46999 clauses out of 94001 with flag 1166000/1166000
101.24/100.31	c cleaning 47998 clauses out of 96002 with flag 1215000/1215000
106.35/105.40	c cleaning 48995 clauses out of 98004 with flag 1265000/1265000
111.07/110.11	c cleaning 50004 clauses out of 100011 with flag 1316002/1316002
117.32/116.38	c cleaning 51001 clauses out of 102005 with flag 1368000/1368000
123.43/122.47	c cleaning 51997 clauses out of 104004 with flag 1421000/1421000
129.45/128.47	c cleaning 52998 clauses out of 106009 with flag 1475002/1475002
134.87/133.89	c cleaning 54002 clauses out of 108011 with flag 1530002/1530002
141.10/140.00	c cleaning 54999 clauses out of 110010 with flag 1586003/1586003
147.04/145.99	c cleaning 55998 clauses out of 112009 with flag 1643001/1643001
153.34/152.28	c cleaning 57006 clauses out of 114013 with flag 1701003/1701003
159.77/158.61	c cleaning 57999 clauses out of 116005 with flag 1760001/1760001
166.29/165.15	c cleaning 58999 clauses out of 118006 with flag 1820001/1820001
174.10/172.91	c cleaning 59997 clauses out of 120006 with flag 1881000/1881000
182.22/181.04	c cleaning 61004 clauses out of 122011 with flag 1943002/1943002
191.57/190.37	c cleaning 61993 clauses out of 124006 with flag 2006001/2006001
199.31/198.04	c cleaning 63003 clauses out of 126014 with flag 2070002/2070002
207.81/206.59	c cleaning 64005 clauses out of 128009 with flag 2135000/2135000
215.78/214.48	c cleaning 64996 clauses out of 130004 with flag 2201000/2201000
224.30/222.92	c cleaning 66003 clauses out of 132009 with flag 2268001/2268001
233.44/232.06	c cleaning 67000 clauses out of 134005 with flag 2336000/2336000
241.99/240.56	c cleaning 68001 clauses out of 136005 with flag 2405000/2405000
249.81/248.38	c cleaning 68998 clauses out of 138005 with flag 2475001/2475001
259.14/257.64	c cleaning 70004 clauses out of 140008 with flag 2546002/2546002
269.48/267.91	c cleaning 70998 clauses out of 142003 with flag 2618001/2618001
278.31/276.72	c cleaning 71994 clauses out of 144004 with flag 2691000/2691000
287.22/285.62	c cleaning 73004 clauses out of 146010 with flag 2765000/2765000
297.15/295.52	c cleaning 73998 clauses out of 148006 with flag 2840000/2840000
307.58/305.99	c cleaning 75000 clauses out of 150008 with flag 2916000/2916000
320.01/318.32	c cleaning 76002 clauses out of 152008 with flag 2993000/2993000
331.04/329.37	c cleaning 76999 clauses out of 154006 with flag 3071000/3071000
343.16/341.49	c cleaning 78004 clauses out of 156009 with flag 3150002/3150002
354.59/352.86	c cleaning 78995 clauses out of 158003 with flag 3230000/3230000
366.82/365.02	c cleaning 80001 clauses out of 160011 with flag 3311003/3311003
377.75/375.96	c cleaning 80996 clauses out of 162007 with flag 3393000/3393000
390.28/388.40	c cleaning 82004 clauses out of 164012 with flag 3476001/3476001
402.00/400.14	c cleaning 83001 clauses out of 166007 with flag 3560000/3560000
415.23/413.36	c cleaning 83999 clauses out of 168006 with flag 3645000/3645000
425.89/423.92	c cleaning 85002 clauses out of 170007 with flag 3731000/3731000
437.33/435.38	c cleaning 85996 clauses out of 172006 with flag 3818001/3818001
448.70/446.64	c cleaning 86999 clauses out of 174010 with flag 3906001/3906001
460.94/458.82	c cleaning 87994 clauses out of 176011 with flag 3995001/3995001
472.37/470.28	c cleaning 89002 clauses out of 178018 with flag 4085002/4085002
485.58/483.45	c cleaning 90005 clauses out of 180016 with flag 4176002/4176002
499.44/497.25	c cleaning 91004 clauses out of 182009 with flag 4268000/4268000
514.19/511.96	c cleaning 91998 clauses out of 184005 with flag 4361000/4361000
528.23/525.98	c cleaning 92997 clauses out of 186008 with flag 4455001/4455001
542.38/540.04	c cleaning 94004 clauses out of 188010 with flag 4550000/4550000
559.12/556.77	c cleaning 95000 clauses out of 190006 with flag 4646000/4646000
575.05/572.60	c cleaning 96002 clauses out of 192006 with flag 4743000/4743000
592.28/589.87	c cleaning 96995 clauses out of 194004 with flag 4841000/4841000
610.20/607.72	c cleaning 97998 clauses out of 196010 with flag 4940001/4940001
625.74/623.27	c cleaning 99003 clauses out of 198013 with flag 5040002/5040002
640.80/638.23	c cleaning 100002 clauses out of 200009 with flag 5141001/5141001
657.43/654.86	c cleaning 101004 clauses out of 202007 with flag 5243001/5243001
674.15/671.59	c cleaning 101997 clauses out of 204003 with flag 5346001/5346001
692.68/690.01	c cleaning 102998 clauses out of 206005 with flag 5450000/5450000
708.44/705.71	c cleaning 103996 clauses out of 208007 with flag 5555000/5555000
725.77/723.07	c cleaning 105000 clauses out of 210012 with flag 5661001/5661001
743.91/741.11	c cleaning 106002 clauses out of 212011 with flag 5768000/5768000
759.75/756.98	c cleaning 106998 clauses out of 214009 with flag 5876000/5876000
781.28/778.48	c cleaning 108002 clauses out of 216014 with flag 5985003/5985003
797.47/794.57	c cleaning 109003 clauses out of 218009 with flag 6095000/6095000
814.12/811.15	c cleaning 110002 clauses out of 220007 with flag 6206001/6206001
832.68/829.69	c cleaning 110996 clauses out of 222004 with flag 6318000/6318000
849.16/846.06	c cleaning 112001 clauses out of 224010 with flag 6431002/6431002
864.39/861.24	c cleaning 113003 clauses out of 226009 with flag 6545002/6545002
879.40/876.29	c cleaning 113998 clauses out of 228004 with flag 6660000/6660000
904.93/901.73	c cleaning 114995 clauses out of 230007 with flag 6776001/6776001
927.67/924.41	c cleaning 116002 clauses out of 232013 with flag 6893002/6893002
948.90/945.61	c cleaning 117004 clauses out of 234010 with flag 7011001/7011001
974.74/971.46	c cleaning 118002 clauses out of 236007 with flag 7130002/7130002
1006.38/1003.10	c cleaning 118997 clauses out of 238003 with flag 7250000/7250000
1029.12/1025.76	c cleaning 120001 clauses out of 240006 with flag 7371000/7371000
1055.26/1051.80	c cleaning 120998 clauses out of 242006 with flag 7493001/7493001
1077.58/1074.16	c cleaning 121999 clauses out of 244007 with flag 7616000/7616000
1103.71/1100.22	c cleaning 122998 clauses out of 246009 with flag 7740001/7740001
1126.36/1122.87	c cleaning 123999 clauses out of 248010 with flag 7865000/7865000
1155.69/1152.16	c cleaning 125006 clauses out of 250011 with flag 7991000/7991000
1184.34/1180.72	c cleaning 126000 clauses out of 252007 with flag 8118002/8118002
1215.37/1211.76	c cleaning 126997 clauses out of 254006 with flag 8246001/8246001
1241.80/1238.13	c cleaning 128001 clauses out of 256010 with flag 8375002/8375002
1269.16/1265.40	c cleaning 128997 clauses out of 258007 with flag 8505000/8505000
1295.32/1291.54	c cleaning 130005 clauses out of 260012 with flag 8636002/8636002
1319.85/1316.08	c cleaning 130999 clauses out of 262006 with flag 8768001/8768001
1348.79/1344.93	c cleaning 131999 clauses out of 264006 with flag 8901000/8901000
1378.21/1374.26	c cleaning 132998 clauses out of 266007 with flag 9035000/9035000
1407.04/1403.09	c cleaning 133998 clauses out of 268011 with flag 9170002/9170002
1435.57/1431.58	c cleaning 134999 clauses out of 270012 with flag 9306001/9306001
1462.81/1458.73	c cleaning 136006 clauses out of 272015 with flag 9443003/9443003
1492.44/1488.33	c cleaning 136994 clauses out of 274006 with flag 9581000/9581000
1517.03/1512.82	c cleaning 138002 clauses out of 276012 with flag 9720000/9720000
1544.47/1540.25	c cleaning 138998 clauses out of 278011 with flag 9860001/9860001
1572.60/1568.39	c cleaning 140003 clauses out of 280013 with flag 10001001/10001001
1612.11/1607.83	c cleaning 141002 clauses out of 282009 with flag 10143000/10143000
1643.96/1639.68	c cleaning 142000 clauses out of 284008 with flag 10286001/10286001
1682.49/1678.14	c cleaning 143001 clauses out of 286007 with flag 10430000/10430000
1723.15/1718.79	c cleaning 144001 clauses out of 288008 with flag 10575002/10575002
1761.80/1757.37	c cleaning 144996 clauses out of 290005 with flag 10721000/10721000
1791.84/1787.31	c cleaning 146001 clauses out of 292009 with flag 10868000/10868000
1800.07/1795.51	c starts		: 321
1800.07/1795.51	c conflicts		: 10937165
1800.07/1795.51	c decisions		: 11044505
1800.07/1795.51	c propagations		: 73087750
1800.07/1795.51	c inspects		: 22978172679
1800.07/1795.51	c shortcuts		: 0
1800.07/1795.51	c learnt literals	: 0
1800.07/1795.51	c learnt binary clauses	: 0
1800.07/1795.51	c learnt ternary clauses	: 0
1800.07/1795.51	c learnt constraints	: 10937165
1800.07/1795.51	c ignored constraints	: 0
1800.07/1795.51	c root simplifications	: 321
1800.07/1795.51	c removed literals (reason simplification)	: 85169233
1800.07/1795.51	c reason swapping (by a shorter reason)	: 0
1800.07/1795.51	c Calls to reduceDB	: 143
1800.07/1795.51	c number of reductions to clauses (during analyze)	: 0
1800.07/1795.51	c number of learned constraints concerned by reduction	: 0
1800.07/1795.51	c number of learning phase by resolution	: 0
1800.07/1795.51	c number of learning phase by cutting planes	: 0
1800.07/1795.51	c speed (assignments/second)	: 40709.22338181569
1800.07/1795.51	c non guided choices	18
1800.07/1795.55	c learnt constraints type 
1800.07/1795.55	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 215267
1800.07/1795.55	c constraints type 
1800.07/1795.55	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.07/1795.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10
1800.07/1795.55	c 11 constraints processed.
1800.07/1795.55	s UNKNOWN
1800.07/1795.55	c Total wall clock time (in seconds): 1795.423

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-3710815-1338155093/watcher-3710815-1338155093 -o /tmp/evaluation-result-3710815-1338155093/solver-3710815-1338155093 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710815-1338155093.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.16 2.03 2.01 3/194 26747
/proc/meminfo: memFree=31295472/32873844 swapFree=6872/6872
[pid=26747] ppid=26745 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/26747/stat : 26747 (java) D 26745 26747 22966 0 -1 4202496 457 0 0 0 0 0 0 0 20 0 1 0 281637743 9515008 186 33554432000 1073741824 1073778376 140733595813264 140733595802328 270109076775 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/26747/statm: 2323 186 143 9 0 71 0

[startup+0.0417001 s]
/proc/loadavg: 2.16 2.03 2.01 3/194 26747
/proc/meminfo: memFree=31295472/32873844 swapFree=6872/6872
[pid=26747] ppid=26745 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/26747/stat : 26747 (java) S 26745 26747 22966 0 -1 4202496 3020 0 1 0 2 1 0 0 20 0 13 0 281637743 9446973440 3717 33554432000 1073741824 1073778376 140733595813264 140733595804400 270121599037 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26747/statm: 2306390 3718 1696 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.10028 s]
/proc/loadavg: 2.16 2.03 2.01 3/194 26747
/proc/meminfo: memFree=31295472/32873844 swapFree=6872/6872
[pid=26747] ppid=26745 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/26747/stat : 26747 (java) S 26745 26747 22966 0 -1 4202496 4249 0 1 0 9 1 0 0 20 0 18 0 281637743 9787842560 5456 33554432000 1073741824 1073778376 140733595813264 140733595804400 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26747/statm: 2389610 5459 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300236 s]
/proc/loadavg: 2.16 2.03 2.01 3/194 26747
/proc/meminfo: memFree=31295472/32873844 swapFree=6872/6872
[pid=26747] ppid=26745 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/26747/stat : 26747 (java) S 26745 26747 22966 0 -1 4202496 6857 0 1 0 50 2 0 0 20 0 19 0 281637743 9856004096 8124 33554432000 1073741824 1073778376 140733595813264 140733595804400 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26747/statm: 2406251 8124 2222 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625004

[startup+0.700201 s]
/proc/loadavg: 2.16 2.03 2.01 3/194 26747
/proc/meminfo: memFree=31295472/32873844 swapFree=6872/6872
[pid=26747] ppid=26745 vsize=9625004 CPUtime=1.04 cores=1,3,5,7
/proc/26747/stat : 26747 (java) S 26745 26747 22966 0 -1 4202496 7000 0 1 0 102 2 0 0 20 0 19 0 281637743 9856004096 10779 33554432000 1073741824 1073778376 140733595813264 140733595804400 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26747/statm: 2406251 10779 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9625004

[startup+1.50074 s]
/proc/loadavg: 2.15 2.03 2.01 3/213 26766
/proc/meminfo: memFree=31259708/32873844 swapFree=6872/6872
[pid=26747] ppid=26745 vsize=9625004 CPUtime=1.89 cores=1,3,5,7
/proc/26747/stat : 26747 (java) S 26745 26747 22966 0 -1 4202496 7318 0 1 0 187 2 0 0 20 0 19 0 281637743 9856004096 11314 33554432000 1073741824 1073778376 140733595813264 140733595804400 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26747/statm: 2406251 11314 2274 9 0 2396937 0
[pid=26747/tid=26749] ppid=26745 vsize=9625004 CPUtime=1.42 cores=1,3,5,7
/proc/26747/task/26749/stat : 26749 (java) R 26745 26747 22966 0 -1 4202560 2522 0 1 0 140 2 0 0 20 0 19 0 281637744 9856004096 11314 33554432000 1073741824 1073778376 140733595813264 140458902196648 140458735323517 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26747/tid=26750] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26750/stat : 26750 (java) S 26745 26747 22966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281637745 9856004096 11314 33554432000 1073741824 1073778376 140733595813264 140458863688360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26747/tid=26751] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26751/stat : 26751 (java) S 26745 26747 22966 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281637745 9856004096 11314 33554432000 1073741824 1073778376 140733595813264 140458862635816 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26747/tid=26752] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26752/stat : 26752 (java) S 26745 26747 22966 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281637745 9856004096 11314 33554432000 1073741824 1073778376 140733595813264 140458861583272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26747/tid=26753] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26753/stat : 26753 (java) S 26745 26747 22966 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281637745 9856004096 11314 33554432000 1073741824 1073778376 140733595813264 140458860530728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26747/tid=26754] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26754/stat : 26754 (java) S 26745 26747 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281637745 9856004096 11314 33554432000 1073741824 1073778376 140733595813264 140458859477160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26747/tid=26755] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26755/stat : 26755 (java) S 26745 26747 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281637745 9856004096 11314 33554432000 1073741824 1073778376 140733595813264 140458858424616 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26747/tid=26756] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26756/stat : 26756 (java) S 26745 26747 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281637745 9856004096 11314 33554432000 1073741824 1073778376 140733595813264 140458857372072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26747/tid=26757] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26757/stat : 26757 (java) S 26745 26747 22966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281637745 9856004096 11314 33554432000 1073741824 1073778376 140733595813264 140458856319528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26747/tid=26758] ppid=26745 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/26747/task/26758/stat : 26758 (java) S 26745 26747 22966 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 19 0 281637746 9856004096 11314 33554432000 1073741824 1073778376 140733595813264 140458725431912 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26747/tid=26759] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26759/stat : 26759 (java) S 26745 26747 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281637747 9856004096 11314 33554432000 1073741824 1073778376 140733595813264 140458724378232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26747/tid=26760] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26760/stat : 26760 (java) S 26745 26747 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281637747 9856004096 11314 33554432000 1073741824 1073778376 140733595813264 140458723325576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26747/tid=26761] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26761/stat : 26761 (java) S 26745 26747 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281637749 9856004096 11314 33554432000 1073741824 1073778376 140733595813264 140458722274320 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26747/tid=26762] ppid=26745 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/26747/task/26762/stat : 26762 (java) S 26745 26747 22966 0 -1 4202560 1389 0 0 0 20 0 0 0 20 0 19 0 281637749 9856004096 11314 33554432000 1073741824 1073778376 140733595813264 140458721220664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26747/tid=26763] ppid=26745 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/26747/task/26763/stat : 26763 (java) S 26745 26747 22966 0 -1 4202560 2152 0 0 0 17 0 0 0 20 0 19 0 281637749 9856004096 11314 33554432000 1073741824 1073778376 140733595813264 140458720168120 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26747/tid=26764] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26764/stat : 26764 (java) S 26745 26747 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281637749 9856004096 11314 33554432000 1073741824 1073778376 140733595813264 140457845713400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26747/tid=26765] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26765/stat : 26765 (java) S 26745 26747 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281637749 9856004096 11314 33554432000 1073741824 1073778376 140733595813264 140457844661064 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26747/tid=26766] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26766/stat : 26766 (java) S 26745 26747 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281637759 9856004096 11314 33554432000 1073741824 1073778376 140733595813264 140457843606824 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 9625004

[startup+3.10061 s]
/proc/loadavg: 2.15 2.03 2.01 3/213 26766
/proc/meminfo: memFree=31259460/32873844 swapFree=6872/6872
[pid=26747] ppid=26745 vsize=9625004 CPUtime=3.51 cores=1,3,5,7
/proc/26747/stat : 26747 (java) S 26745 26747 22966 0 -1 4202496 7553 0 1 0 349 2 0 0 20 0 19 0 281637743 9856004096 11337 33554432000 1073741824 1073778376 140733595813264 140733595804400 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26747/statm: 2406251 11337 2274 9 0 2396937 0
[pid=26747/tid=26749] ppid=26745 vsize=9625004 CPUtime=2.98 cores=1,3,5,7
/proc/26747/task/26749/stat : 26749 (java) R 26745 26747 22966 0 -1 4202560 2524 0 1 0 296 2 0 0 20 0 19 0 281637744 9856004096 11337 33554432000 1073741824 1073778376 140733595813264 140458902196488 140458735331781 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26747/tid=26750] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26750/stat : 26750 (java) S 26745 26747 22966 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281637745 9856004096 11337 33554432000 1073741824 1073778376 140733595813264 140458863688360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26747/tid=26751] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26751/stat : 26751 (java) S 26745 26747 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281637745 9856004096 11337 33554432000 1073741824 1073778376 140733595813264 140458862635816 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26747/tid=26752] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26752/stat : 26752 (java) S 26745 26747 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281637745 9856004096 11337 33554432000 1073741824 1073778376 140733595813264 140458861583272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26747/tid=26753] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26753/stat : 26753 (java) S 26745 26747 22966 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 281637745 9856004096 11337 33554432000 1073741824 1073778376 140733595813264 140458860530728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26747/tid=26754] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26754/stat : 26754 (java) S 26745 26747 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281637745 9856004096 11337 33554432000 1073741824 1073778376 140733595813264 140458859477160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26747/tid=26755] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26755/stat : 26755 (java) S 26745 26747 22966 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281637745 9856004096 11337 33554432000 1073741824 1073778376 140733595813264 140458858424616 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26747/tid=26756] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26756/stat : 26756 (java) S 26745 26747 22966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281637745 9856004096 11337 33554432000 1073741824 1073778376 140733595813264 140458857372072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26747/tid=26757] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26757/stat : 26757 (java) S 26745 26747 22966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281637745 9856004096 11337 33554432000 1073741824 1073778376 140733595813264 140458856319528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26747/tid=26758] ppid=26745 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/26747/task/26758/stat : 26758 (java) S 26745 26747 22966 0 -1 4202560 31 0 0 0 6 0 0 0 20 0 19 0 281637746 9856004096 11337 33554432000 1073741824 1073778376 140733595813264 140458725431912 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26747/tid=26759] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26759/stat : 26759 (java) S 26745 26747 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281637747 9856004096 11337 33554432000 1073741824 1073778376 140733595813264 140458724378232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26747/tid=26760] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26760/stat : 26760 (java) S 26745 26747 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281637747 9856004096 11337 33554432000 1073741824 1073778376 140733595813264 140458723325576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26747/tid=26761] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26761/stat : 26761 (java) S 26745 26747 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281637749 9856004096 11337 33554432000 1073741824 1073778376 140733595813264 140458722274320 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26747/tid=26762] ppid=26745 vsize=9625004 CPUtime=0.21 cores=1,3,5,7
/proc/26747/task/26762/stat : 26762 (java) S 26745 26747 22966 0 -1 4202560 1599 0 0 0 21 0 0 0 20 0 19 0 281637749 9856004096 11337 33554432000 1073741824 1073778376 140733595813264 140458721220664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26747/tid=26763] ppid=26745 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/26747/task/26763/stat : 26763 (java) S 26745 26747 22966 0 -1 4202560 2152 0 0 0 17 0 0 0 20 0 19 0 281637749 9856004096 11337 33554432000 1073741824 1073778376 140733595813264 140458720168120 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26747/tid=26764] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26764/stat : 26764 (java) S 26745 26747 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281637749 9856004096 11337 33554432000 1073741824 1073778376 140733595813264 140457845713400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26747/tid=26765] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26765/stat : 26765 (java) S 26745 26747 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281637749 9856004096 11337 33554432000 1073741824 1073778376 140733595813264 140457844661064 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26747/tid=26766] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26766/stat : 26766 (java) S 26745 26747 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281637759 9856004096 11337 33554432000 1073741824 1073778376 140733595813264 140457843606824 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 9625004

[startup+6.30061 s]
/proc/loadavg: 2.15 2.03 2.01 3/213 26766
/proc/meminfo: memFree=31258368/32873844 swapFree=6872/6872
[pid=26747] ppid=26745 vsize=9625004 CPUtime=6.75 cores=1,3,5,7
/proc/26747/stat : 26747 (java) S 26745 26747 22966 0 -1 4202496 7776 0 1 0 672 3 0 0 20 0 19 0 281637743 9856004096 11711 33554432000 1073741824 1073778376 140733595813264 140733595804400 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26747/statm: 2406251 11711 2274 9 0 2396937 0
[pid=26747/tid=26749] ppid=26745 vsize=9625004 CPUtime=6.12 cores=1,3,5,7
/proc/26747/task/26749/stat : 26749 (java) R 26745 26747 22966 0 -1 4202560 2529 0 1 0 610 2 0 0 20 0 19 0 281637744 9856004096 11711 33554432000 1073741824 1073778376 140733595813264 140458902196728 140458735331959 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26747/tid=26750] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26750/stat : 26750 (java) S 26745 26747 22966 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281637745 9856004096 11711 33554432000 1073741824 1073778376 140733595813264 140458863688360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26747/tid=26751] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26751/stat : 26751 (java) S 26745 26747 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281637745 9856004096 11711 33554432000 1073741824 1073778376 140733595813264 140458862635816 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26747/tid=26752] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26752/stat : 26752 (java) S 26745 26747 22966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281637745 9856004096 11711 33554432000 1073741824 1073778376 140733595813264 140458861583272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26747/tid=26753] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26753/stat : 26753 (java) S 26745 26747 22966 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 281637745 9856004096 11711 33554432000 1073741824 1073778376 140733595813264 140458860530728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26747/tid=26754] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26754/stat : 26754 (java) S 26745 26747 22966 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 19 0 281637745 9856004096 11711 33554432000 1073741824 1073778376 140733595813264 140458859477160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26747/tid=26755] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26755/stat : 26755 (java) S 26745 26747 22966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281637745 9856004096 11711 33554432000 1073741824 1073778376 140733595813264 140458858424616 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26747/tid=26756] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26756/stat : 26756 (java) S 26745 26747 22966 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281637745 9856004096 11711 33554432000 1073741824 1073778376 140733595813264 140458857372072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26747/tid=26757] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26757/stat : 26757 (java) S 26745 26747 22966 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281637745 9856004096 11711 33554432000 1073741824 1073778376 140733595813264 140458856319528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26747/tid=26758] ppid=26745 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/26747/task/26758/stat : 26758 (java) S 26745 26747 22966 0 -1 4202560 32 0 0 0 11 0 0 0 20 0 19 0 281637746 9856004096 11711 33554432000 1073741824 1073778376 140733595813264 140458725431912 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26747/tid=26759] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26759/stat : 26759 (java) S 26745 26747 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281637747 9856004096 11711 33554432000 1073741824 1073778376 140733595813264 140458724378232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26747/tid=26760] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26760/stat : 26760 (java) S 26745 26747 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281637747 9856004096 11711 33554432000 1073741824 1073778376 140733595813264 140458723325576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26747/tid=26761] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26761/stat : 26761 (java) S 26745 26747 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281637749 9856004096 11711 33554432000 1073741824 1073778376 140733595813264 140458722274320 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26747/tid=26762] ppid=26745 vsize=9625004 CPUtime=0.23 cores=1,3,5,7
/proc/26747/task/26762/stat : 26762 (java) S 26745 26747 22966 0 -1 4202560 1790 0 0 0 23 0 0 0 20 0 19 0 281637749 9856004096 11711 33554432000 1073741824 1073778376 140733595813264 140458721220664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26747/tid=26763] ppid=26745 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/26747/task/26763/stat : 26763 (java) S 26745 26747 22966 0 -1 4202560 2152 0 0 0 17 0 0 0 20 0 19 0 281637749 9856004096 11711 33554432000 1073741824 1073778376 140733595813264 140458720168120 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26747/tid=26764] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26764/stat : 26764 (java) S 26745 26747 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281637749 9856004096 11711 33554432000 1073741824 1073778376 140733595813264 140457845713400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26747/tid=26765] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26765/stat : 26765 (java) S 26745 26747 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281637749 9856004096 11711 33554432000 1073741824 1073778376 140733595813264 140457844661064 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26747/tid=26766] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26766/stat : 26766 (java) S 26745 26747 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281637759 9856004096 11711 33554432000 1073741824 1073778376 140733595813264 140457843606824 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.75
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=26747/tid=26762] ppid=26745 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/26747/task/26762/stat : 26762 (java) S 26745 26747 22966 0 -1 4202560 2050 0 0 0 26 0 0 0 20 0 19 0 281637749 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458721220664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26747/tid=26763] ppid=26745 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/26747/task/26763/stat : 26763 (java) S 26745 26747 22966 0 -1 4202560 2152 0 0 0 17 0 0 0 20 0 19 0 281637749 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458720168120 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26747/tid=26764] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26764/stat : 26764 (java) S 26745 26747 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281637749 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140457845713400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26747/tid=26765] ppid=26745 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/26747/task/26765/stat : 26765 (java) S 26745 26747 22966 0 -1 4202560 99 0 0 0 39 22 0 0 20 0 19 0 281637749 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140457844661064 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26747/tid=26766] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26766/stat : 26766 (java) S 26745 26747 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281637759 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140457843606824 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1726.77
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/213 26930
/proc/meminfo: memFree=30880312/32873844 swapFree=6872/6872
[pid=26747] ppid=26745 vsize=9625004 CPUtime=1786.84 cores=1,3,5,7
/proc/26747/stat : 26747 (java) S 26745 26747 22966 0 -1 4202496 9385 0 1 0 178638 46 0 0 20 0 19 0 281637743 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140733595804400 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26747/statm: 2406251 34272 2275 9 0 2396937 0
[pid=26747/tid=26749] ppid=26745 vsize=9625004 CPUtime=1770.26 cores=1,3,5,7
/proc/26747/task/26749/stat : 26749 (java) R 26745 26747 22966 0 -1 4202560 2666 0 1 0 176998 28 0 0 20 0 19 0 281637744 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458902196528 140458735525311 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26747/tid=26750] ppid=26745 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/26747/task/26750/stat : 26750 (java) S 26745 26747 22966 0 -1 4202560 151 0 0 0 63 0 0 0 20 0 19 0 281637745 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458863688360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26747/tid=26751] ppid=26745 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/26747/task/26751/stat : 26751 (java) S 26745 26747 22966 0 -1 4202560 152 0 0 0 59 0 0 0 20 0 19 0 281637745 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458862635816 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26747/tid=26752] ppid=26745 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/26747/task/26752/stat : 26752 (java) S 26745 26747 22966 0 -1 4202560 100 0 0 0 65 2 0 0 20 0 19 0 281637745 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458861583272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26747/tid=26753] ppid=26745 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/26747/task/26753/stat : 26753 (java) S 26745 26747 22966 0 -1 4202560 124 0 0 0 60 0 0 0 20 0 19 0 281637745 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458860530728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26747/tid=26754] ppid=26745 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/26747/task/26754/stat : 26754 (java) S 26745 26747 22966 0 -1 4202560 138 0 0 0 58 0 0 0 20 0 19 0 281637745 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458859477160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26747/tid=26755] ppid=26745 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/26747/task/26755/stat : 26755 (java) S 26745 26747 22966 0 -1 4202560 101 0 0 0 56 1 0 0 20 0 19 0 281637745 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458858424616 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26747/tid=26756] ppid=26745 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/26747/task/26756/stat : 26756 (java) S 26745 26747 22966 0 -1 4202560 108 0 0 0 60 0 0 0 20 0 19 0 281637745 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458857372072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26747/tid=26757] ppid=26745 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/26747/task/26757/stat : 26757 (java) S 26745 26747 22966 0 -1 4202560 209 0 0 0 58 2 0 0 20 0 19 0 281637745 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458856319528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26747/tid=26758] ppid=26745 vsize=9625004 CPUtime=5.81 cores=1,3,5,7
/proc/26747/task/26758/stat : 26758 (java) S 26745 26747 22966 0 -1 4202560 150 0 0 0 578 3 0 0 20 0 19 0 281637746 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458725431912 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26747/tid=26759] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26759/stat : 26759 (java) S 26745 26747 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281637747 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458724378232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26747/tid=26760] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26760/stat : 26760 (java) S 26745 26747 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281637747 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458723325576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26747/tid=26761] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26761/stat : 26761 (java) S 26745 26747 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281637749 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458722274320 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26747/tid=26762] ppid=26745 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/26747/task/26762/stat : 26762 (java) S 26745 26747 22966 0 -1 4202560 2050 0 0 0 26 0 0 0 20 0 19 0 281637749 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458721220664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26747/tid=26763] ppid=26745 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/26747/task/26763/stat : 26763 (java) S 26745 26747 22966 0 -1 4202560 2152 0 0 0 17 0 0 0 20 0 19 0 281637749 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458720168120 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26747/tid=26764] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26764/stat : 26764 (java) S 26745 26747 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281637749 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140457845713400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26747/tid=26765] ppid=26745 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/26747/task/26765/stat : 26765 (java) S 26745 26747 22966 0 -1 4202560 103 0 0 0 41 23 0 0 20 0 19 0 281637749 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140457844661064 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26747/tid=26766] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26766/stat : 26766 (java) S 26745 26747 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281637759 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140457843606824 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1786.84
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 26930
/proc/meminfo: memFree=30880436/32873844 swapFree=6872/6872
[pid=26747] ppid=26745 vsize=9625004 CPUtime=1800.07 cores=1,3,5,7
/proc/26747/stat : 26747 (java) S 26745 26747 22966 0 -1 4202496 9388 0 1 0 179961 46 0 0 20 0 19 0 281637743 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140733595804400 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26747/statm: 2406251 34272 2275 9 0 2396937 0
[pid=26747/tid=26749] ppid=26745 vsize=9625004 CPUtime=1783.36 cores=1,3,5,7
/proc/26747/task/26749/stat : 26749 (java) R 26745 26747 22966 0 -1 4202560 2667 0 1 0 178307 29 0 0 20 0 19 0 281637744 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458902196528 140458735437745 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26747/tid=26750] ppid=26745 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/26747/task/26750/stat : 26750 (java) S 26745 26747 22966 0 -1 4202560 151 0 0 0 63 0 0 0 20 0 19 0 281637745 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458863688360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26747/tid=26751] ppid=26745 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/26747/task/26751/stat : 26751 (java) S 26745 26747 22966 0 -1 4202560 152 0 0 0 60 0 0 0 20 0 19 0 281637745 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458862635816 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26747/tid=26752] ppid=26745 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/26747/task/26752/stat : 26752 (java) S 26745 26747 22966 0 -1 4202560 100 0 0 0 65 2 0 0 20 0 19 0 281637745 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458861583272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26747/tid=26753] ppid=26745 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/26747/task/26753/stat : 26753 (java) S 26745 26747 22966 0 -1 4202560 124 0 0 0 60 0 0 0 20 0 19 0 281637745 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458860530728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26747/tid=26754] ppid=26745 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/26747/task/26754/stat : 26754 (java) S 26745 26747 22966 0 -1 4202560 138 0 0 0 58 0 0 0 20 0 19 0 281637745 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458859477160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26747/tid=26755] ppid=26745 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/26747/task/26755/stat : 26755 (java) S 26745 26747 22966 0 -1 4202560 101 0 0 0 56 1 0 0 20 0 19 0 281637745 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458858424616 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26747/tid=26756] ppid=26745 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/26747/task/26756/stat : 26756 (java) S 26745 26747 22966 0 -1 4202560 108 0 0 0 61 0 0 0 20 0 19 0 281637745 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458857372072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26747/tid=26757] ppid=26745 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/26747/task/26757/stat : 26757 (java) S 26745 26747 22966 0 -1 4202560 209 0 0 0 58 2 0 0 20 0 19 0 281637745 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458856319528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26747/tid=26758] ppid=26745 vsize=9625004 CPUtime=5.88 cores=1,3,5,7
/proc/26747/task/26758/stat : 26758 (java) S 26745 26747 22966 0 -1 4202560 152 0 0 0 585 3 0 0 20 0 19 0 281637746 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458725431912 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26747/tid=26759] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26759/stat : 26759 (java) S 26745 26747 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281637747 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458724378232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26747/tid=26760] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26760/stat : 26760 (java) S 26745 26747 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281637747 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458723325576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26747/tid=26761] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26761/stat : 26761 (java) S 26745 26747 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281637749 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458722274320 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26747/tid=26762] ppid=26745 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/26747/task/26762/stat : 26762 (java) S 26745 26747 22966 0 -1 4202560 2050 0 0 0 26 0 0 0 20 0 19 0 281637749 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458721220664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26747/tid=26763] ppid=26745 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/26747/task/26763/stat : 26763 (java) S 26745 26747 22966 0 -1 4202560 2152 0 0 0 17 0 0 0 20 0 19 0 281637749 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458720168120 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26747/tid=26764] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26764/stat : 26764 (java) S 26745 26747 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281637749 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140457845713400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26747/tid=26765] ppid=26745 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/26747/task/26765/stat : 26765 (java) S 26745 26747 22966 0 -1 4202560 103 0 0 0 42 23 0 0 20 0 19 0 281637749 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140457844661064 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26747/tid=26766] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26766/stat : 26766 (java) S 26745 26747 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281637759 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140457843606824 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 26930
/proc/meminfo: memFree=30880436/32873844 swapFree=6872/6872
[pid=26747] ppid=26745 vsize=9625004 CPUtime=1800.07 cores=1,3,5,7
/proc/26747/stat : 26747 (java) S 26745 26747 22966 0 -1 4202496 9388 0 1 0 179961 46 0 0 20 0 19 0 281637743 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140733595804400 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26747/statm: 2406251 34272 2275 9 0 2396937 0
[pid=26747/tid=26749] ppid=26745 vsize=9625004 CPUtime=1783.36 cores=1,3,5,7
/proc/26747/task/26749/stat : 26749 (java) R 26745 26747 22966 0 -1 4202560 2667 0 1 0 178307 29 0 0 20 0 19 0 281637744 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458902196528 140458735437745 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26747/tid=26750] ppid=26745 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/26747/task/26750/stat : 26750 (java) S 26745 26747 22966 0 -1 4202560 151 0 0 0 63 0 0 0 20 0 19 0 281637745 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458863688360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26747/tid=26751] ppid=26745 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/26747/task/26751/stat : 26751 (java) S 26745 26747 22966 0 -1 4202560 152 0 0 0 60 0 0 0 20 0 19 0 281637745 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458862635816 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26747/tid=26752] ppid=26745 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/26747/task/26752/stat : 26752 (java) S 26745 26747 22966 0 -1 4202560 100 0 0 0 65 2 0 0 20 0 19 0 281637745 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458861583272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26747/tid=26753] ppid=26745 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/26747/task/26753/stat : 26753 (java) S 26745 26747 22966 0 -1 4202560 124 0 0 0 60 0 0 0 20 0 19 0 281637745 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458860530728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26747/tid=26754] ppid=26745 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/26747/task/26754/stat : 26754 (java) S 26745 26747 22966 0 -1 4202560 138 0 0 0 58 0 0 0 20 0 19 0 281637745 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458859477160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26747/tid=26755] ppid=26745 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/26747/task/26755/stat : 26755 (java) S 26745 26747 22966 0 -1 4202560 101 0 0 0 56 1 0 0 20 0 19 0 281637745 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458858424616 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26747/tid=26756] ppid=26745 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/26747/task/26756/stat : 26756 (java) S 26745 26747 22966 0 -1 4202560 108 0 0 0 61 0 0 0 20 0 19 0 281637745 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458857372072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26747/tid=26757] ppid=26745 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/26747/task/26757/stat : 26757 (java) S 26745 26747 22966 0 -1 4202560 209 0 0 0 58 2 0 0 20 0 19 0 281637745 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458856319528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26747/tid=26758] ppid=26745 vsize=9625004 CPUtime=5.88 cores=1,3,5,7
/proc/26747/task/26758/stat : 26758 (java) S 26745 26747 22966 0 -1 4202560 152 0 0 0 585 3 0 0 20 0 19 0 281637746 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458725431912 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26747/tid=26759] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26759/stat : 26759 (java) S 26745 26747 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281637747 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458724378232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26747/tid=26760] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26760/stat : 26760 (java) S 26745 26747 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281637747 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458723325576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26747/tid=26761] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26761/stat : 26761 (java) S 26745 26747 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281637749 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458722274320 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26747/tid=26762] ppid=26745 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/26747/task/26762/stat : 26762 (java) S 26745 26747 22966 0 -1 4202560 2050 0 0 0 26 0 0 0 20 0 19 0 281637749 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458721220664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26747/tid=26763] ppid=26745 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/26747/task/26763/stat : 26763 (java) S 26745 26747 22966 0 -1 4202560 2152 0 0 0 17 0 0 0 20 0 19 0 281637749 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140458720168120 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26747/tid=26764] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26764/stat : 26764 (java) S 26745 26747 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281637749 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140457845713400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26747/tid=26765] ppid=26745 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/26747/task/26765/stat : 26765 (java) S 26745 26747 22966 0 -1 4202560 103 0 0 0 42 23 0 0 20 0 19 0 281637749 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140457844661064 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26747/tid=26766] ppid=26745 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26766/stat : 26766 (java) S 26745 26747 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281637759 9856004096 34272 33554432000 1073741824 1073778376 140733595813264 140457843606824 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26747 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=809147
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=741887
# CPU time returned by wait4() is 1795.55
# while last known CPU time is 1800.07
#
# 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.07
CPU user time (s): 1799.61
CPU system time (s): 0.46
CPU usage (%): 100.252
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.81
system time used= 0.741887
maximum resident set size= 137244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9430
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= 41785
involuntary context switches= 16503

runsolver used 6.02308 second user time and 15.3717 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-27 23:44:53
IDJOB=3710815
IDBENCH=2929
IDSOLVER=2289
FILE ID=node106/3710815-1338155093
RUNJOBID= node106-1338138950-25295
PBS_JOBID= 14624504
Free space on /tmp= 71336 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_5_40_4.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-3710815-1338155093/watcher-3710815-1338155093 -o /tmp/evaluation-result-3710815-1338155093/solver-3710815-1338155093 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710815-1338155093.opb

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

MD5SUM BENCH= 153ea7f27a80a18c7caefc8ed55018be
RANDOM SEED=1721700766

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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:        31296100 kB
Buffers:          173316 kB
Cached:           508040 kB
SwapCached:            0 kB
Active:           649264 kB
Inactive:          90840 kB
Active(anon):      49128 kB
Inactive(anon):    12004 kB
Active(file):     600136 kB
Inactive(file):    78836 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1816 kB
Writeback:             0 kB
AnonPages:         65180 kB
Mapped:            18668 kB
Shmem:               200 kB
Slab:             697164 kB
SReclaimable:     139016 kB
SUnreclaim:       558148 kB
KernelStack:        1608 kB
PageTables:         3972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     695704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 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= 71328 MiB
End job on node106 at 2012-05-28 00:14:50