Trace number 3710824

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 1793.96

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_8_70_3.opb
MD5SUMdc0a3aac3e055af09a2312e5ef9f2aef
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 variables71
Total number of constraints17
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 constraints16
Minimum length of a constraint1
Maximum length of a constraint70
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 1782
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5346
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.05/0.09	c version 2.3.2.v20120418
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		501472288
0.05/0.09	c Max memory 		7480803328
0.05/0.09	c Total memory 		504102912
0.05/0.09	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710824-1338153562.opb
0.09/0.12	c reading problem ... 
0.09/0.17	c ... done. Wall clock time 0.046s.
0.09/0.17	c declared #vars     71
0.09/0.17	c #constraints  17
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.09/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 16
0.09/0.17	c 17 constraints processed.
0.76/0.50	c cleaning 2496 clauses out of 5000 with flag 5000/5000
1.00/0.78	c cleaning 4253 clauses out of 8507 with flag 11003/11003
1.34/1.10	c cleaning 5625 clauses out of 11251 with flag 18000/18000
1.85/1.53	c cleaning 6813 clauses out of 13626 with flag 26000/26000
2.38/2.05	c cleaning 7907 clauses out of 15816 with flag 35003/35003
2.88/2.56	c cleaning 8947 clauses out of 17906 with flag 45000/45000
3.60/3.21	c cleaning 9980 clauses out of 19960 with flag 56001/56001
4.29/3.91	c cleaning 10990 clauses out of 21980 with flag 68001/68001
5.09/4.73	c cleaning 11991 clauses out of 23989 with flag 81000/81000
5.91/5.55	c cleaning 13002 clauses out of 26003 with flag 95005/95005
6.82/6.45	c cleaning 13989 clauses out of 27996 with flag 110000/110000
7.92/7.54	c cleaning 15000 clauses out of 30007 with flag 126000/126000
9.04/8.66	c cleaning 15998 clauses out of 32007 with flag 143000/143000
10.25/9.81	c cleaning 17003 clauses out of 34011 with flag 161002/161002
11.65/11.23	c cleaning 17999 clauses out of 36007 with flag 180001/180001
13.07/12.63	c cleaning 19002 clauses out of 38009 with flag 200002/200002
14.47/14.01	c cleaning 19991 clauses out of 40005 with flag 221000/221000
15.98/15.59	c cleaning 21005 clauses out of 42016 with flag 243002/243002
17.99/17.59	c cleaning 22003 clauses out of 44009 with flag 266000/266000
20.09/19.65	c cleaning 22998 clauses out of 46007 with flag 290001/290001
22.00/21.57	c cleaning 23998 clauses out of 48009 with flag 315001/315001
23.91/23.45	c cleaning 24993 clauses out of 50010 with flag 341000/341000
25.94/25.49	c cleaning 26008 clauses out of 52017 with flag 368000/368000
28.54/28.07	c cleaning 26999 clauses out of 54009 with flag 396000/396000
31.15/30.68	c cleaning 28009 clauses out of 56017 with flag 425007/425007
34.06/33.51	c cleaning 29001 clauses out of 58005 with flag 455004/455004
36.58/36.06	c cleaning 29996 clauses out of 60001 with flag 486001/486001
39.80/39.24	c cleaning 31000 clauses out of 62006 with flag 518002/518002
42.72/42.12	c cleaning 32000 clauses out of 64008 with flag 551004/551004
46.14/45.52	c cleaning 32993 clauses out of 66005 with flag 585001/585001
49.45/48.82	c cleaning 33997 clauses out of 68013 with flag 620002/620002
52.87/52.22	c cleaning 34996 clauses out of 70016 with flag 656002/656002
56.40/55.75	c cleaning 36007 clauses out of 72020 with flag 693002/693002
59.83/59.11	c cleaning 36999 clauses out of 74011 with flag 731000/731000
63.24/62.51	c cleaning 38001 clauses out of 76013 with flag 770001/770001
67.07/66.37	c cleaning 39003 clauses out of 78014 with flag 810003/810003
72.21/71.49	c cleaning 40005 clauses out of 80009 with flag 851001/851001
77.14/76.36	c cleaning 40994 clauses out of 82004 with flag 893001/893001
82.56/81.77	c cleaning 41998 clauses out of 84009 with flag 936000/936000
87.92/87.03	c cleaning 43001 clauses out of 86011 with flag 980000/980000
93.84/92.91	c cleaning 43999 clauses out of 88012 with flag 1025002/1025002
99.48/98.54	c cleaning 45001 clauses out of 90014 with flag 1071003/1071003
105.01/104.01	c cleaning 45999 clauses out of 92011 with flag 1118001/1118001
111.12/110.15	c cleaning 47003 clauses out of 94013 with flag 1166002/1166002
117.66/116.63	c cleaning 48004 clauses out of 96008 with flag 1215000/1215000
123.66/122.67	c cleaning 48994 clauses out of 98004 with flag 1265000/1265000
131.01/129.93	c cleaning 50001 clauses out of 100012 with flag 1316002/1316002
138.77/137.64	c cleaning 51001 clauses out of 102010 with flag 1368001/1368001
146.18/145.05	c cleaning 52004 clauses out of 104008 with flag 1421000/1421000
152.91/151.71	c cleaning 52989 clauses out of 106005 with flag 1475001/1475001
161.12/159.95	c cleaning 54006 clauses out of 108016 with flag 1530001/1530001
169.15/167.92	c cleaning 54999 clauses out of 110009 with flag 1586000/1586000
177.21/175.93	c cleaning 56004 clauses out of 112014 with flag 1643004/1643004
185.72/184.44	c cleaning 56995 clauses out of 114006 with flag 1701000/1701000
194.44/193.16	c cleaning 58002 clauses out of 116014 with flag 1760003/1760003
202.08/200.78	c cleaning 59000 clauses out of 118009 with flag 1820000/1820000
211.12/209.79	c cleaning 59999 clauses out of 120009 with flag 1881000/1881000
219.14/217.80	c cleaning 61002 clauses out of 122011 with flag 1943001/1943001
228.68/227.28	c cleaning 62003 clauses out of 124008 with flag 2006000/2006000
239.03/237.58	c cleaning 62998 clauses out of 126005 with flag 2070000/2070000
248.96/247.49	c cleaning 64000 clauses out of 128008 with flag 2135001/2135001
258.38/256.83	c cleaning 64998 clauses out of 130007 with flag 2201000/2201000
268.34/266.73	c cleaning 65997 clauses out of 132009 with flag 2268000/2268000
278.27/276.65	c cleaning 66999 clauses out of 134012 with flag 2336000/2336000
289.31/287.65	c cleaning 68000 clauses out of 136013 with flag 2405000/2405000
297.65/295.95	c cleaning 68999 clauses out of 138013 with flag 2475000/2475000
307.47/305.70	c cleaning 70004 clauses out of 140014 with flag 2546000/2546000
317.79/316.06	c cleaning 70999 clauses out of 142010 with flag 2618000/2618000
330.33/328.50	c cleaning 72003 clauses out of 144011 with flag 2691000/2691000
342.55/340.78	c cleaning 73001 clauses out of 146009 with flag 2765001/2765001
356.11/354.29	c cleaning 73995 clauses out of 148007 with flag 2840000/2840000
369.83/367.95	c cleaning 75002 clauses out of 150013 with flag 2916001/2916001
383.87/381.93	c cleaning 76003 clauses out of 152012 with flag 2993002/2993002
399.52/397.56	c cleaning 76993 clauses out of 154012 with flag 3071005/3071005
411.98/409.95	c cleaning 78005 clauses out of 156017 with flag 3150003/3150003
423.79/421.77	c cleaning 79000 clauses out of 158010 with flag 3230001/3230001
438.95/436.83	c cleaning 79996 clauses out of 160010 with flag 3311001/3311001
453.30/451.16	c cleaning 81004 clauses out of 162014 with flag 3393001/3393001
466.95/464.75	c cleaning 82004 clauses out of 164011 with flag 3476002/3476002
483.50/481.21	c cleaning 83000 clauses out of 166007 with flag 3560002/3560002
500.46/498.20	c cleaning 83996 clauses out of 168005 with flag 3645000/3645000
519.05/516.64	c cleaning 85005 clauses out of 170009 with flag 3731000/3731000
534.22/531.80	c cleaning 85997 clauses out of 172004 with flag 3818000/3818000
552.49/549.95	c cleaning 87001 clauses out of 174007 with flag 3906000/3906000
567.16/564.54	c cleaning 88000 clauses out of 176007 with flag 3995001/3995001
583.93/581.22	c cleaning 88996 clauses out of 178008 with flag 4085002/4085002
600.90/598.18	c cleaning 89998 clauses out of 180010 with flag 4176000/4176000
619.18/616.31	c cleaning 91008 clauses out of 182016 with flag 4268004/4268004
633.82/630.93	c cleaning 91994 clauses out of 184008 with flag 4361004/4361004
649.65/646.74	c cleaning 92996 clauses out of 186010 with flag 4455000/4455000
671.89/668.91	c cleaning 94003 clauses out of 188014 with flag 4550000/4550000
689.64/686.62	c cleaning 95003 clauses out of 190011 with flag 4646000/4646000
709.89/706.81	c cleaning 96002 clauses out of 192015 with flag 4743007/4743007
731.84/728.72	c cleaning 97001 clauses out of 194008 with flag 4841002/4841002
754.21/751.01	c cleaning 97995 clauses out of 196006 with flag 4940001/4940001
777.15/773.99	c cleaning 99003 clauses out of 198011 with flag 5040001/5040001
800.77/797.40	c cleaning 100003 clauses out of 200007 with flag 5141000/5141000
823.52/820.17	c cleaning 101001 clauses out of 202005 with flag 5243001/5243001
849.70/846.27	c cleaning 101990 clauses out of 204004 with flag 5346001/5346001
869.00/865.42	c cleaning 103002 clauses out of 206013 with flag 5450000/5450000
898.25/894.66	c cleaning 104002 clauses out of 208012 with flag 5555001/5555001
921.95/918.21	c cleaning 105006 clauses out of 210012 with flag 5661003/5661003
945.12/941.38	c cleaning 106001 clauses out of 212005 with flag 5768002/5768002
973.23/969.30	c cleaning 106995 clauses out of 214003 with flag 5876001/5876001
997.13/993.13	c cleaning 107998 clauses out of 216007 with flag 5985000/5985000
1026.93/1022.85	c cleaning 108999 clauses out of 218009 with flag 6095000/6095000
1046.91/1042.76	c cleaning 109999 clauses out of 220011 with flag 6206001/6206001
1072.07/1067.89	c cleaning 111000 clauses out of 222012 with flag 6318001/6318001
1097.38/1093.04	c cleaning 111998 clauses out of 224012 with flag 6431001/6431001
1124.17/1119.76	c cleaning 113001 clauses out of 226014 with flag 6545001/6545001
1143.83/1139.33	c cleaning 113997 clauses out of 228013 with flag 6660001/6660001
1176.37/1171.82	c cleaning 115008 clauses out of 230019 with flag 6776004/6776004
1200.31/1195.74	c cleaning 115996 clauses out of 232007 with flag 6893000/6893000
1219.55/1214.91	c cleaning 117003 clauses out of 234013 with flag 7011002/7011002
1238.09/1233.44	c cleaning 118000 clauses out of 236009 with flag 7130001/7130001
1259.84/1255.17	c cleaning 118998 clauses out of 238009 with flag 7250001/7250001
1285.08/1280.33	c cleaning 119999 clauses out of 240011 with flag 7371001/7371001
1310.35/1305.51	c cleaning 121000 clauses out of 242012 with flag 7493001/7493001
1335.61/1330.76	c cleaning 121999 clauses out of 244011 with flag 7616000/7616000
1364.68/1359.71	c cleaning 123004 clauses out of 246012 with flag 7740000/7740000
1391.94/1386.93	c cleaning 123998 clauses out of 248012 with flag 7865004/7865004
1427.90/1422.82	c cleaning 125004 clauses out of 250010 with flag 7991000/7991000
1459.83/1454.68	c cleaning 125989 clauses out of 252006 with flag 8118000/8118000
1491.34/1486.03	c cleaning 127001 clauses out of 254020 with flag 8246003/8246003
1518.13/1512.72	c cleaning 127999 clauses out of 256016 with flag 8375000/8375000
1544.63/1539.17	c cleaning 129003 clauses out of 258020 with flag 8505003/8505003
1569.96/1564.35	c cleaning 130002 clauses out of 260016 with flag 8636002/8636002
1599.20/1593.60	c cleaning 131003 clauses out of 262012 with flag 8768000/8768000
1631.99/1626.21	c cleaning 132005 clauses out of 264011 with flag 8901002/8901002
1659.85/1654.00	c cleaning 132996 clauses out of 266004 with flag 9035000/9035000
1684.40/1678.56	c cleaning 134004 clauses out of 268014 with flag 9170006/9170006
1715.67/1709.71	c cleaning 134997 clauses out of 270005 with flag 9306001/9306001
1746.12/1740.16	c cleaning 136001 clauses out of 272008 with flag 9443001/9443001
1782.18/1776.15	c cleaning 137004 clauses out of 274012 with flag 9581006/9581006
1800.03/1793.91	c starts		: 300
1800.03/1793.91	c conflicts		: 9672051
1800.03/1793.91	c decisions		: 9927197
1800.03/1793.91	c propagations		: 79819115
1800.03/1793.91	c inspects		: 19129843218
1800.03/1793.91	c shortcuts		: 0
1800.03/1793.91	c learnt literals	: 0
1800.03/1793.91	c learnt binary clauses	: 0
1800.03/1793.91	c learnt ternary clauses	: 0
1800.03/1793.91	c learnt constraints	: 9672051
1800.03/1793.91	c ignored constraints	: 0
1800.03/1793.91	c root simplifications	: 300
1800.03/1793.91	c removed literals (reason simplification)	: 67405679
1800.03/1793.91	c reason swapping (by a shorter reason)	: 0
1800.03/1793.91	c Calls to reduceDB	: 134
1800.03/1793.91	c number of reductions to clauses (during analyze)	: 0
1800.03/1793.91	c number of learned constraints concerned by reduction	: 0
1800.03/1793.91	c number of learning phase by resolution	: 0
1800.03/1793.91	c number of learning phase by cutting planes	: 0
1800.03/1793.91	c speed (assignments/second)	: 44498.71051545932
1800.03/1793.91	c non guided choices	34
1800.03/1793.95	c learnt constraints type 
1800.03/1793.95	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 228104
1800.03/1793.95	c constraints type 
1800.03/1793.95	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.03/1793.95	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 16
1800.03/1793.95	c 17 constraints processed.
1800.03/1793.95	s UNKNOWN
1800.03/1793.95	c Total wall clock time (in seconds): 1793.823

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-3710824-1338153562/watcher-3710824-1338153562 -o /tmp/evaluation-result-3710824-1338153562/solver-3710824-1338153562 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710824-1338153562.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 31835
/proc/meminfo: memFree=30620144/32873844 swapFree=6600/6600
[pid=31835] ppid=31833 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/31835/stat : 31835 (java) D 31833 31835 28151 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 281481053 9515008 183 33554432000 1073741824 1073778376 140737062184416 140737062175448 213419638453 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/31835/statm: 2323 183 140 9 0 71 0

[startup+0.088358 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 31835
/proc/meminfo: memFree=30620144/32873844 swapFree=6600/6600
[pid=31835] ppid=31833 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/31835/stat : 31835 (java) S 31833 31835 28151 0 -1 4202496 3479 0 1 0 5 0 0 0 20 0 18 0 281481053 9787842560 4686 33554432000 1073741824 1073778376 140735870495552 140735870486688 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31835/statm: 2389610 4686 1779 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558440

[startup+0.100314 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 31835
/proc/meminfo: memFree=30620144/32873844 swapFree=6600/6600
[pid=31835] ppid=31833 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/31835/stat : 31835 (java) S 31833 31835 28151 0 -1 4202496 4241 0 1 0 8 1 0 0 20 0 18 0 281481053 9787842560 5447 33554432000 1073741824 1073778376 140735870495552 140735870486688 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31835/statm: 2389610 5447 2113 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300286 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 31835
/proc/meminfo: memFree=30620144/32873844 swapFree=6600/6600
[pid=31835] ppid=31833 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/31835/stat : 31835 (java) S 31833 31835 28151 0 -1 4202496 6795 0 1 0 47 1 0 0 20 0 19 0 281481053 9856004096 8146 33554432000 1073741824 1073778376 140735870495552 140735870486688 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31835/statm: 2406251 8146 2227 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625004

[startup+0.700297 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 31835
/proc/meminfo: memFree=30620144/32873844 swapFree=6600/6600
[pid=31835] ppid=31833 vsize=9625004 CPUtime=1 cores=1,3,5,7
/proc/31835/stat : 31835 (java) S 31833 31835 28151 0 -1 4202496 7556 0 1 0 98 2 0 0 20 0 19 0 281481053 9856004096 10393 33554432000 1073741824 1073778376 140735870495552 140735870486688 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31835/statm: 2406251 10393 2267 9 0 2396937 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 9625004

[startup+1.50066 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 31854
/proc/meminfo: memFree=30582924/32873844 swapFree=6600/6600
[pid=31835] ppid=31833 vsize=9625004 CPUtime=1.85 cores=1,3,5,7
/proc/31835/stat : 31835 (java) S 31833 31835 28151 0 -1 4202496 7581 0 1 0 182 3 0 0 20 0 19 0 281481053 9856004096 11435 33554432000 1073741824 1073778376 140735870495552 140735870486688 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31835/statm: 2406251 11435 2269 9 0 2396937 0
[pid=31835/tid=31837] ppid=31833 vsize=9625004 CPUtime=1.42 cores=1,3,5,7
/proc/31835/task/31837/stat : 31837 (java) R 31833 31835 28151 0 -1 4202560 2495 0 1 0 141 1 0 0 20 0 19 0 281481054 9856004096 11435 33554432000 1073741824 1073778376 140735870495552 139758804886056 139758655665757 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31835/tid=31838] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31838/stat : 31838 (java) S 31833 31835 28151 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281481055 9856004096 11435 33554432000 1073741824 1073778376 140735870495552 139758777338536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31839] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31839/stat : 31839 (java) S 31833 31835 28151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281481055 9856004096 11435 33554432000 1073741824 1073778376 140735870495552 139758776285992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31835/tid=31840] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31840/stat : 31840 (java) S 31833 31835 28151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281481055 9856004096 11435 33554432000 1073741824 1073778376 140735870495552 139758775233448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31841] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31841/stat : 31841 (java) S 31833 31835 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281481055 9856004096 11435 33554432000 1073741824 1073778376 140735870495552 139758774180904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31835/tid=31842] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31842/stat : 31842 (java) S 31833 31835 28151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281481055 9856004096 11435 33554432000 1073741824 1073778376 140735870495552 139758644275368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31835/tid=31843] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31843/stat : 31843 (java) S 31833 31835 28151 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281481055 9856004096 11435 33554432000 1073741824 1073778376 140735870495552 139758643222824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31835/tid=31844] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31844/stat : 31844 (java) S 31833 31835 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281481055 9856004096 11435 33554432000 1073741824 1073778376 140735870495552 139758642170280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31835/tid=31845] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31845/stat : 31845 (java) S 31833 31835 28151 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281481055 9856004096 11435 33554432000 1073741824 1073778376 140735870495552 139758641117736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31846] ppid=31833 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/31835/task/31846/stat : 31846 (java) S 31833 31835 28151 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 19 0 281481056 9856004096 11435 33554432000 1073741824 1073778376 140735870495552 139758158604904 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31847] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31847/stat : 31847 (java) S 31833 31835 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281481057 9856004096 11435 33554432000 1073741824 1073778376 140735870495552 139758157551224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31848] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31848/stat : 31848 (java) S 31833 31835 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281481057 9856004096 11435 33554432000 1073741824 1073778376 140735870495552 139758156498568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31849] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31849/stat : 31849 (java) S 31833 31835 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281481059 9856004096 11435 33554432000 1073741824 1073778376 140735870495552 139758155447312 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31850] ppid=31833 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/31835/task/31850/stat : 31850 (java) S 31833 31835 28151 0 -1 4202560 1917 0 0 0 14 0 0 0 20 0 19 0 281481059 9856004096 11435 33554432000 1073741824 1073778376 140735870495552 139758154393656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31851] ppid=31833 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/31835/task/31851/stat : 31851 (java) S 31833 31835 28151 0 -1 4202560 1906 0 0 0 19 0 0 0 20 0 19 0 281481059 9856004096 11435 33554432000 1073741824 1073778376 140735870495552 139758153341112 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31835/tid=31852] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31852/stat : 31852 (java) S 31833 31835 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281481059 9856004096 11435 33554432000 1073741824 1073778376 140735870495552 139758152288760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31835/tid=31853] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31853/stat : 31853 (java) S 31833 31835 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281481059 9856004096 11435 33554432000 1073741824 1073778376 140735870495552 139758151236424 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31854] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31854/stat : 31854 (java) S 31833 31835 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281481071 9856004096 11435 33554432000 1073741824 1073778376 140735870495552 139758150182184 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 9625004

[startup+3.10072 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 31854
/proc/meminfo: memFree=30580380/32873844 swapFree=6600/6600
[pid=31835] ppid=31833 vsize=9625004 CPUtime=3.49 cores=1,3,5,7
/proc/31835/stat : 31835 (java) S 31833 31835 28151 0 -1 4202496 7658 0 1 0 346 3 0 0 20 0 19 0 281481053 9856004096 11956 33554432000 1073741824 1073778376 140735870495552 140735870486688 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31835/statm: 2406251 11956 2270 9 0 2396937 0
[pid=31835/tid=31837] ppid=31833 vsize=9625004 CPUtime=2.97 cores=1,3,5,7
/proc/31835/task/31837/stat : 31837 (java) R 31833 31835 28151 0 -1 4202560 2497 0 1 0 296 1 0 0 20 0 19 0 281481054 9856004096 11956 33554432000 1073741824 1073778376 140735870495552 139758804885928 139758655691026 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31835/tid=31838] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31838/stat : 31838 (java) S 31833 31835 28151 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281481055 9856004096 11956 33554432000 1073741824 1073778376 140735870495552 139758777338536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31835/tid=31839] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31839/stat : 31839 (java) S 31833 31835 28151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281481055 9856004096 11956 33554432000 1073741824 1073778376 140735870495552 139758776285992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31835/tid=31840] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31840/stat : 31840 (java) S 31833 31835 28151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281481055 9856004096 11956 33554432000 1073741824 1073778376 140735870495552 139758775233448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31841] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31841/stat : 31841 (java) S 31833 31835 28151 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 281481055 9856004096 11956 33554432000 1073741824 1073778376 140735870495552 139758774180904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31835/tid=31842] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31842/stat : 31842 (java) S 31833 31835 28151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281481055 9856004096 11956 33554432000 1073741824 1073778376 140735870495552 139758644275368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31835/tid=31843] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31843/stat : 31843 (java) S 31833 31835 28151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281481055 9856004096 11956 33554432000 1073741824 1073778376 140735870495552 139758643222824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31835/tid=31844] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31844/stat : 31844 (java) S 31833 31835 28151 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281481055 9856004096 11956 33554432000 1073741824 1073778376 140735870495552 139758642170280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31835/tid=31845] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31845/stat : 31845 (java) S 31833 31835 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281481055 9856004096 11956 33554432000 1073741824 1073778376 140735870495552 139758641117736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31846] ppid=31833 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/31835/task/31846/stat : 31846 (java) S 31833 31835 28151 0 -1 4202560 34 0 0 0 5 0 0 0 20 0 19 0 281481056 9856004096 11956 33554432000 1073741824 1073778376 140735870495552 139758158604904 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31847] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31847/stat : 31847 (java) S 31833 31835 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281481057 9856004096 11956 33554432000 1073741824 1073778376 140735870495552 139758157551224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31848] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31848/stat : 31848 (java) S 31833 31835 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281481057 9856004096 11956 33554432000 1073741824 1073778376 140735870495552 139758156498568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31849] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31849/stat : 31849 (java) S 31833 31835 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281481059 9856004096 11956 33554432000 1073741824 1073778376 140735870495552 139758155447312 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31850] ppid=31833 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/31835/task/31850/stat : 31850 (java) S 31833 31835 28151 0 -1 4202560 1917 0 0 0 14 0 0 0 20 0 19 0 281481059 9856004096 11956 33554432000 1073741824 1073778376 140735870495552 139758154393656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31851] ppid=31833 vsize=9625004 CPUtime=0.22 cores=1,3,5,7
/proc/31835/task/31851/stat : 31851 (java) S 31833 31835 28151 0 -1 4202560 1969 0 0 0 22 0 0 0 20 0 19 0 281481059 9856004096 11956 33554432000 1073741824 1073778376 140735870495552 139758153341112 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31835/tid=31852] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31852/stat : 31852 (java) S 31833 31835 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281481059 9856004096 11956 33554432000 1073741824 1073778376 140735870495552 139758152288760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31835/tid=31853] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31853/stat : 31853 (java) S 31833 31835 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281481059 9856004096 11956 33554432000 1073741824 1073778376 140735870495552 139758151236424 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31854] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31854/stat : 31854 (java) S 31833 31835 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281481071 9856004096 11956 33554432000 1073741824 1073778376 140735870495552 139758150182184 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 9625004

[startup+6.30067 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 31854
/proc/meminfo: memFree=30577968/32873844 swapFree=6600/6600
[pid=31835] ppid=31833 vsize=9625004 CPUtime=6.72 cores=1,3,5,7
/proc/31835/stat : 31835 (java) S 31833 31835 28151 0 -1 4202496 7688 0 1 0 669 3 0 0 20 0 19 0 281481053 9856004096 12977 33554432000 1073741824 1073778376 140735870495552 140735870486688 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31835/statm: 2406251 12977 2270 9 0 2396937 0
[pid=31835/tid=31837] ppid=31833 vsize=9625004 CPUtime=6.09 cores=1,3,5,7
/proc/31835/task/31837/stat : 31837 (java) R 31833 31835 28151 0 -1 4202560 2502 0 1 0 608 1 0 0 20 0 19 0 281481054 9856004096 12977 33554432000 1073741824 1073778376 140735870495552 139758804885808 139758655691006 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31835/tid=31838] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31838/stat : 31838 (java) S 31833 31835 28151 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 281481055 9856004096 12977 33554432000 1073741824 1073778376 140735870495552 139758777338536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31835/tid=31839] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31839/stat : 31839 (java) S 31833 31835 28151 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281481055 9856004096 12977 33554432000 1073741824 1073778376 140735870495552 139758776285992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31835/tid=31840] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31840/stat : 31840 (java) S 31833 31835 28151 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281481055 9856004096 12977 33554432000 1073741824 1073778376 140735870495552 139758775233448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31841] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31841/stat : 31841 (java) S 31833 31835 28151 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 281481055 9856004096 12977 33554432000 1073741824 1073778376 140735870495552 139758774180904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31835/tid=31842] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31842/stat : 31842 (java) S 31833 31835 28151 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281481055 9856004096 12977 33554432000 1073741824 1073778376 140735870495552 139758644275368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31835/tid=31843] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31843/stat : 31843 (java) S 31833 31835 28151 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281481055 9856004096 12977 33554432000 1073741824 1073778376 140735870495552 139758643222824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31844] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31844/stat : 31844 (java) S 31833 31835 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281481055 9856004096 12977 33554432000 1073741824 1073778376 140735870495552 139758642170280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31835/tid=31845] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31845/stat : 31845 (java) S 31833 31835 28151 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 281481055 9856004096 12977 33554432000 1073741824 1073778376 140735870495552 139758641117736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31835/tid=31846] ppid=31833 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/31835/task/31846/stat : 31846 (java) S 31833 31835 28151 0 -1 4202560 35 0 0 0 11 0 0 0 20 0 19 0 281481056 9856004096 12977 33554432000 1073741824 1073778376 140735870495552 139758158604904 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31835/tid=31847] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31847/stat : 31847 (java) S 31833 31835 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281481057 9856004096 12977 33554432000 1073741824 1073778376 140735870495552 139758157551224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31848] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31848/stat : 31848 (java) S 31833 31835 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281481057 9856004096 12977 33554432000 1073741824 1073778376 140735870495552 139758156498568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31849] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31849/stat : 31849 (java) S 31833 31835 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281481059 9856004096 12977 33554432000 1073741824 1073778376 140735870495552 139758155447312 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31850] ppid=31833 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/31835/task/31850/stat : 31850 (java) S 31833 31835 28151 0 -1 4202560 1917 0 0 0 14 0 0 0 20 0 19 0 281481059 9856004096 12977 33554432000 1073741824 1073778376 140735870495552 139758154393656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31851] ppid=31833 vsize=9625004 CPUtime=0.22 cores=1,3,5,7
/proc/31835/task/31851/stat : 31851 (java) S 31833 31835 28151 0 -1 4202560 1969 0 0 0 22 0 0 0 20 0 19 0 281481059 9856004096 12977 33554432000 1073741824 1073778376 140735870495552 139758153341112 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31835/tid=31852] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31852/stat : 31852 (java) S 31833 31835 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281481059 9856004096 12977 33554432000 1073741824 1073778376 140735870495552 139758152288760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31835/tid=31853] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31853/stat : 31853 (java) S 31833 31835 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281481059 9856004096 12977 33554432000 1073741824 1073778376 140735870495552 139758151236424 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31835/tid=31854] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31854/stat : 31854 (java) S 31833 31835 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281481071 9856004096 12977 33554432000 1073741824 1073778376 140735870495552 139758150182184 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]

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

[pid=31835/tid=31850] ppid=31833 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/31835/task/31850/stat : 31850 (java) S 31833 31835 28151 0 -1 4202560 1917 0 0 0 14 0 0 0 20 0 19 0 281481059 9856004096 45776 33554432000 1073741824 1073778376 140735870495552 139758154393656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31851] ppid=31833 vsize=9625004 CPUtime=0.24 cores=1,3,5,7
/proc/31835/task/31851/stat : 31851 (java) S 31833 31835 28151 0 -1 4202560 2115 0 0 0 24 0 0 0 20 0 19 0 281481059 9856004096 45776 33554432000 1073741824 1073778376 140735870495552 139758153341112 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31835/tid=31852] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31852/stat : 31852 (java) S 31833 31835 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281481059 9856004096 45776 33554432000 1073741824 1073778376 140735870495552 139758152288760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31835/tid=31853] ppid=31833 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/31835/task/31853/stat : 31853 (java) S 31833 31835 28151 0 -1 4202560 99 0 0 0 36 37 0 0 20 0 19 0 281481059 9856004096 45776 33554432000 1073741824 1073778376 140735870495552 139758151236424 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31854] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31854/stat : 31854 (java) S 31833 31835 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281481071 9856004096 45776 33554432000 1073741824 1073778376 140735870495552 139758150182184 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1728.32
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/213 31928
/proc/meminfo: memFree=30552020/32873844 swapFree=6600/6600
[pid=31835] ppid=31833 vsize=9625004 CPUtime=1788.42 cores=1,3,5,7
/proc/31835/stat : 31835 (java) S 31833 31835 28151 0 -1 4202496 10565 0 1 0 178744 98 0 0 20 0 19 0 281481053 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 140735870486688 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31835/statm: 2406251 46288 2271 9 0 2396937 0
[pid=31835/tid=31837] ppid=31833 vsize=9625004 CPUtime=1769.73 cores=1,3,5,7
/proc/31835/task/31837/stat : 31837 (java) R 31833 31835 28151 0 -1 4202560 2639 0 1 0 176945 28 0 0 20 0 19 0 281481054 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758804885808 139758655696023 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31838] ppid=31833 vsize=9625004 CPUtime=0.83 cores=1,3,5,7
/proc/31835/task/31838/stat : 31838 (java) S 31833 31835 28151 0 -1 4202560 273 0 0 0 82 1 0 0 20 0 19 0 281481055 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758777338536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31835/tid=31839] ppid=31833 vsize=9625004 CPUtime=0.81 cores=1,3,5,7
/proc/31835/task/31839/stat : 31839 (java) S 31833 31835 28151 0 -1 4202560 392 0 0 0 79 2 0 0 20 0 19 0 281481055 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758776285992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31840] ppid=31833 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/31835/task/31840/stat : 31840 (java) S 31833 31835 28151 0 -1 4202560 378 0 0 0 75 1 0 0 20 0 19 0 281481055 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758775233448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31835/tid=31841] ppid=31833 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/31835/task/31841/stat : 31841 (java) S 31833 31835 28151 0 -1 4202560 274 0 0 0 74 2 0 0 20 0 19 0 281481055 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758774180904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31842] ppid=31833 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/31835/task/31842/stat : 31842 (java) S 31833 31835 28151 0 -1 4202560 356 0 0 0 77 2 0 0 20 0 19 0 281481055 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758644275368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31843] ppid=31833 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/31835/task/31843/stat : 31843 (java) S 31833 31835 28151 0 -1 4202560 289 0 0 0 70 0 0 0 20 0 19 0 281481055 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758643222824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31835/tid=31844] ppid=31833 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/31835/task/31844/stat : 31844 (java) S 31833 31835 28151 0 -1 4202560 267 0 0 0 66 2 0 0 20 0 19 0 281481055 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758642170280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31835/tid=31845] ppid=31833 vsize=9625004 CPUtime=0.8 cores=1,3,5,7
/proc/31835/task/31845/stat : 31845 (java) S 31833 31835 28151 0 -1 4202560 217 0 0 0 78 2 0 0 20 0 19 0 281481055 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758641117736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31846] ppid=31833 vsize=9625004 CPUtime=6.09 cores=1,3,5,7
/proc/31835/task/31846/stat : 31846 (java) S 31833 31835 28151 0 -1 4202560 163 0 0 0 605 4 0 0 20 0 19 0 281481056 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758158604904 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31835/tid=31847] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31847/stat : 31847 (java) S 31833 31835 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281481057 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758157551224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31848] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31848/stat : 31848 (java) S 31833 31835 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281481057 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758156498568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31849] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31849/stat : 31849 (java) S 31833 31835 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281481059 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758155447312 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31850] ppid=31833 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/31835/task/31850/stat : 31850 (java) S 31833 31835 28151 0 -1 4202560 1917 0 0 0 14 0 0 0 20 0 19 0 281481059 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758154393656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31851] ppid=31833 vsize=9625004 CPUtime=0.24 cores=1,3,5,7
/proc/31835/task/31851/stat : 31851 (java) S 31833 31835 28151 0 -1 4202560 2115 0 0 0 24 0 0 0 20 0 19 0 281481059 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758153341112 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31835/tid=31852] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31852/stat : 31852 (java) S 31833 31835 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281481059 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758152288760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31835/tid=31853] ppid=31833 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/31835/task/31853/stat : 31853 (java) S 31833 31835 28151 0 -1 4202560 103 0 0 0 38 38 0 0 20 0 19 0 281481059 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758151236424 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31835/tid=31854] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31854/stat : 31854 (java) S 31833 31835 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281481071 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758150182184 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1788.42
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.9 s]
/proc/loadavg: 2.03 2.01 2.00 3/213 31928
/proc/meminfo: memFree=30549972/32873844 swapFree=6600/6600
[pid=31835] ppid=31833 vsize=9625004 CPUtime=1800.03 cores=1,3,5,7
/proc/31835/stat : 31835 (java) S 31833 31835 28151 0 -1 4202496 10565 0 1 0 179905 98 0 0 20 0 19 0 281481053 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 140735870486688 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31835/statm: 2406251 46288 2271 9 0 2396937 0
[pid=31835/tid=31837] ppid=31833 vsize=9625004 CPUtime=1781.31 cores=1,3,5,7
/proc/31835/task/31837/stat : 31837 (java) R 31833 31835 28151 0 -1 4202560 2639 0 1 0 178102 29 0 0 20 0 19 0 281481054 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758804885808 139758655691026 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31838] ppid=31833 vsize=9625004 CPUtime=0.83 cores=1,3,5,7
/proc/31835/task/31838/stat : 31838 (java) S 31833 31835 28151 0 -1 4202560 273 0 0 0 82 1 0 0 20 0 19 0 281481055 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758777338536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31835/tid=31839] ppid=31833 vsize=9625004 CPUtime=0.81 cores=1,3,5,7
/proc/31835/task/31839/stat : 31839 (java) S 31833 31835 28151 0 -1 4202560 392 0 0 0 79 2 0 0 20 0 19 0 281481055 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758776285992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31840] ppid=31833 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/31835/task/31840/stat : 31840 (java) S 31833 31835 28151 0 -1 4202560 378 0 0 0 75 1 0 0 20 0 19 0 281481055 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758775233448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31835/tid=31841] ppid=31833 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/31835/task/31841/stat : 31841 (java) S 31833 31835 28151 0 -1 4202560 274 0 0 0 74 2 0 0 20 0 19 0 281481055 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758774180904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31842] ppid=31833 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/31835/task/31842/stat : 31842 (java) S 31833 31835 28151 0 -1 4202560 356 0 0 0 77 2 0 0 20 0 19 0 281481055 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758644275368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31843] ppid=31833 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/31835/task/31843/stat : 31843 (java) S 31833 31835 28151 0 -1 4202560 289 0 0 0 70 0 0 0 20 0 19 0 281481055 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758643222824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31835/tid=31844] ppid=31833 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/31835/task/31844/stat : 31844 (java) S 31833 31835 28151 0 -1 4202560 267 0 0 0 66 2 0 0 20 0 19 0 281481055 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758642170280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31835/tid=31845] ppid=31833 vsize=9625004 CPUtime=0.8 cores=1,3,5,7
/proc/31835/task/31845/stat : 31845 (java) S 31833 31835 28151 0 -1 4202560 217 0 0 0 78 2 0 0 20 0 19 0 281481055 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758641117736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31846] ppid=31833 vsize=9625004 CPUtime=6.09 cores=1,3,5,7
/proc/31835/task/31846/stat : 31846 (java) S 31833 31835 28151 0 -1 4202560 163 0 0 0 605 4 0 0 20 0 19 0 281481056 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758158604904 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31835/tid=31847] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31847/stat : 31847 (java) S 31833 31835 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281481057 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758157551224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31848] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31848/stat : 31848 (java) S 31833 31835 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281481057 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758156498568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31849] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31849/stat : 31849 (java) S 31833 31835 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281481059 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758155447312 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31850] ppid=31833 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/31835/task/31850/stat : 31850 (java) S 31833 31835 28151 0 -1 4202560 1917 0 0 0 14 0 0 0 20 0 19 0 281481059 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758154393656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31851] ppid=31833 vsize=9625004 CPUtime=0.24 cores=1,3,5,7
/proc/31835/task/31851/stat : 31851 (java) S 31833 31835 28151 0 -1 4202560 2115 0 0 0 24 0 0 0 20 0 19 0 281481059 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758153341112 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31835/tid=31852] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31852/stat : 31852 (java) S 31833 31835 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281481059 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758152288760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31835/tid=31853] ppid=31833 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/31835/task/31853/stat : 31853 (java) S 31833 31835 28151 0 -1 4202560 103 0 0 0 38 38 0 0 20 0 19 0 281481059 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758151236424 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31835/tid=31854] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31854/stat : 31854 (java) S 31833 31835 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281481071 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758150182184 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 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+1793.9 s]
/proc/loadavg: 2.03 2.01 2.00 3/213 31928
/proc/meminfo: memFree=30549972/32873844 swapFree=6600/6600
[pid=31835] ppid=31833 vsize=9625004 CPUtime=1800.03 cores=1,3,5,7
/proc/31835/stat : 31835 (java) S 31833 31835 28151 0 -1 4202496 10565 0 1 0 179905 98 0 0 20 0 19 0 281481053 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 140735870486688 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31835/statm: 2406251 46288 2271 9 0 2396937 0
[pid=31835/tid=31837] ppid=31833 vsize=9625004 CPUtime=1781.31 cores=1,3,5,7
/proc/31835/task/31837/stat : 31837 (java) R 31833 31835 28151 0 -1 4202560 2639 0 1 0 178102 29 0 0 20 0 19 0 281481054 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758804885808 139758655691026 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31838] ppid=31833 vsize=9625004 CPUtime=0.83 cores=1,3,5,7
/proc/31835/task/31838/stat : 31838 (java) S 31833 31835 28151 0 -1 4202560 273 0 0 0 82 1 0 0 20 0 19 0 281481055 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758777338536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31835/tid=31839] ppid=31833 vsize=9625004 CPUtime=0.81 cores=1,3,5,7
/proc/31835/task/31839/stat : 31839 (java) S 31833 31835 28151 0 -1 4202560 392 0 0 0 79 2 0 0 20 0 19 0 281481055 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758776285992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31840] ppid=31833 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/31835/task/31840/stat : 31840 (java) S 31833 31835 28151 0 -1 4202560 378 0 0 0 75 1 0 0 20 0 19 0 281481055 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758775233448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31835/tid=31841] ppid=31833 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/31835/task/31841/stat : 31841 (java) S 31833 31835 28151 0 -1 4202560 274 0 0 0 74 2 0 0 20 0 19 0 281481055 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758774180904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31842] ppid=31833 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/31835/task/31842/stat : 31842 (java) S 31833 31835 28151 0 -1 4202560 356 0 0 0 77 2 0 0 20 0 19 0 281481055 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758644275368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31843] ppid=31833 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/31835/task/31843/stat : 31843 (java) S 31833 31835 28151 0 -1 4202560 289 0 0 0 70 0 0 0 20 0 19 0 281481055 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758643222824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31835/tid=31844] ppid=31833 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/31835/task/31844/stat : 31844 (java) S 31833 31835 28151 0 -1 4202560 267 0 0 0 66 2 0 0 20 0 19 0 281481055 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758642170280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31835/tid=31845] ppid=31833 vsize=9625004 CPUtime=0.8 cores=1,3,5,7
/proc/31835/task/31845/stat : 31845 (java) S 31833 31835 28151 0 -1 4202560 217 0 0 0 78 2 0 0 20 0 19 0 281481055 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758641117736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31846] ppid=31833 vsize=9625004 CPUtime=6.09 cores=1,3,5,7
/proc/31835/task/31846/stat : 31846 (java) S 31833 31835 28151 0 -1 4202560 163 0 0 0 605 4 0 0 20 0 19 0 281481056 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758158604904 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31835/tid=31847] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31847/stat : 31847 (java) S 31833 31835 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281481057 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758157551224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31848] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31848/stat : 31848 (java) S 31833 31835 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281481057 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758156498568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31849] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31849/stat : 31849 (java) S 31833 31835 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281481059 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758155447312 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31850] ppid=31833 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/31835/task/31850/stat : 31850 (java) S 31833 31835 28151 0 -1 4202560 1917 0 0 0 14 0 0 0 20 0 19 0 281481059 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758154393656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31835/tid=31851] ppid=31833 vsize=9625004 CPUtime=0.24 cores=1,3,5,7
/proc/31835/task/31851/stat : 31851 (java) S 31833 31835 28151 0 -1 4202560 2115 0 0 0 24 0 0 0 20 0 19 0 281481059 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758153341112 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31835/tid=31852] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31852/stat : 31852 (java) S 31833 31835 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281481059 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758152288760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31835/tid=31853] ppid=31833 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/31835/task/31853/stat : 31853 (java) S 31833 31835 28151 0 -1 4202560 103 0 0 0 38 38 0 0 20 0 19 0 281481059 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758151236424 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31835/tid=31854] ppid=31833 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31835/task/31854/stat : 31854 (java) S 31833 31835 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281481071 9856004096 46288 33554432000 1073741824 1073778376 140735870495552 139758150182184 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 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 31835 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=59261
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=970852
# CPU time returned by wait4() is 1795.03
# 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): 1793.96
CPU time (s): 1800.03
CPU user time (s): 1799.05
CPU system time (s): 0.98
CPU usage (%): 100.339
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.06
system time used= 0.970852
maximum resident set size= 185312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10609
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= 41631
involuntary context switches= 16497

runsolver used 6.86196 second user time and 15.7016 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-27 23:19:22
IDJOB=3710824
IDBENCH=2893
IDSOLVER=2289
FILE ID=node140/3710824-1338153562
RUNJOBID= node140-1338124688-28168
PBS_JOBID= 14624514
Free space on /tmp= 71328 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_8_70_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-3710824-1338153562/watcher-3710824-1338153562 -o /tmp/evaluation-result-3710824-1338153562/solver-3710824-1338153562 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710824-1338153562.opb

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

MD5SUM BENCH= dc0a3aac3e055af09a2312e5ef9f2aef
RANDOM SEED=1538120700

node140.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.094
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.18
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.094
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.094
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.094
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.094
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.92
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.094
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.88
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.094
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.90
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.094
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:        30620516 kB
Buffers:          397932 kB
Cached:           715816 kB
SwapCached:         1492 kB
Active:          1128184 kB
Inactive:         265156 kB
Active(anon):     271404 kB
Inactive(anon):     8604 kB
Active(file):     856780 kB
Inactive(file):   256552 kB
Unevictable:        6600 kB
Mlocked:            6600 kB
SwapTotal:      67108856 kB
SwapFree:       67105300 kB
Dirty:               896 kB
Writeback:             0 kB
AnonPages:        282912 kB
Mapped:            19984 kB
Shmem:                 8 kB
Slab:             718872 kB
SReclaimable:     160932 kB
SUnreclaim:       557940 kB
KernelStack:        1592 kB
PageTables:         4420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     826720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    256000 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= 71332 MiB
End job on node140 at 2012-05-27 23:49:18