Trace number 3687187

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.07 1797.75

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army13.24bt.opb
MD5SUMf8964c43535341fcc69e672675167b77
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark23.1595
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables490
Total number of constraints1085
Number of constraints which are clauses738
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints345
Minimum length of a constraint1
Maximum length of a constraint169
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 193
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.95	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.95	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.95	c See www.sat4j.org for details.
0.05/0.96	c version 2.3.2.v20120418
0.05/0.96	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.96	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.96	c java.vm.version	19.1-b02
0.05/0.96	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.96	c sun.arch.data.model	64
0.05/0.96	c java.version		1.6.0_24
0.05/0.96	c os.name		Linux
0.05/0.96	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.96	c os.arch		amd64
0.05/0.96	c Free memory 		501472288
0.05/0.96	c Max memory 		7480803328
0.05/0.96	c Total memory 		504102912
0.05/0.96	c Number of processors 	8
0.05/1.00	c Pseudo Boolean Optimization by upper bound
0.05/1.00	c --- Begin Solver configuration ---
0.05/1.00	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.05/1.00	c Learn all clauses as in MiniSAT
0.05/1.00	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/1.00	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.05/1.00	c No reason simplification
0.05/1.00	c Armin Biere (Picosat) restarts strategy
0.05/1.00	c Glucose learned constraints deletion strategy
0.05/1.00	c timeout=2147483s
0.05/1.00	c DB Simplification allowed=false
0.05/1.00	c c --- End Solver configuration ---
0.05/1.00	c solving HOME/instance-3687187-1337871882.opb
0.05/1.00	c reading problem ... 
0.31/1.14	c ... done. Wall clock time 0.138s.
0.31/1.14	c declared #vars     490
0.31/1.14	c #constraints  1085
0.31/1.14	c constraints type 
0.31/1.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 482
0.31/1.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.31/1.14	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.31/1.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 255
0.31/1.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 345
0.31/1.14	c 1085 constraints processed.
1.17/1.63	c cleaning 2501 clauses out of 5001 with flag 5003/5003
1.63/2.10	c cleaning 4252 clauses out of 8503 with flag 11006/11006
2.38/2.70	c cleaning 5620 clauses out of 11244 with flag 18000/18000
3.23/3.51	c cleaning 6813 clauses out of 13626 with flag 26002/26002
4.47/4.44	c cleaning 7902 clauses out of 15811 with flag 35000/35000
5.87/5.54	c cleaning 8955 clauses out of 17909 with flag 45000/45000
7.07/6.79	c cleaning 9978 clauses out of 19955 with flag 56001/56001
8.67/8.38	c cleaning 10986 clauses out of 21976 with flag 68000/68000
10.37/10.04	c cleaning 11996 clauses out of 23993 with flag 81003/81003
12.39/12.02	c cleaning 12991 clauses out of 25994 with flag 95000/95000
14.81/14.42	c cleaning 14002 clauses out of 28004 with flag 110001/110001
17.24/16.90	c cleaning 14996 clauses out of 30001 with flag 126000/126000
20.16/19.71	c cleaning 16001 clauses out of 32004 with flag 143000/143000
23.57/23.19	c cleaning 16998 clauses out of 34003 with flag 161000/161000
26.80/26.39	c cleaning 18003 clauses out of 36006 with flag 180001/180001
29.60/29.16	c cleaning 18996 clauses out of 38004 with flag 200002/200002
33.42/32.91	c cleaning 20001 clauses out of 40007 with flag 221001/221001
37.43/36.92	c cleaning 20997 clauses out of 42005 with flag 243000/243000
41.75/41.25	c cleaning 22003 clauses out of 44010 with flag 266002/266002
46.66/46.19	c cleaning 22996 clauses out of 46005 with flag 290000/290000
51.96/51.40	c cleaning 24000 clauses out of 48009 with flag 315001/315001
58.48/57.92	c cleaning 24999 clauses out of 50008 with flag 341000/341000
65.31/64.73	c cleaning 25996 clauses out of 52009 with flag 368000/368000
71.93/71.33	c cleaning 27002 clauses out of 54013 with flag 396000/396000
78.65/78.05	c cleaning 27994 clauses out of 56011 with flag 425000/425000
87.46/86.89	c cleaning 29009 clauses out of 58017 with flag 455000/455000
95.79/95.15	c cleaning 30004 clauses out of 60010 with flag 486002/486002
103.59/102.98	c cleaning 30996 clauses out of 62006 with flag 518002/518002
112.50/111.82	c cleaning 31997 clauses out of 64008 with flag 551000/551000
121.74/121.01	c cleaning 33001 clauses out of 66011 with flag 585000/585000
132.55/131.87	c cleaning 34003 clauses out of 68012 with flag 620002/620002
143.88/143.10	c cleaning 34998 clauses out of 70007 with flag 656000/656000
157.01/156.22	c cleaning 36006 clauses out of 72016 with flag 693007/693007
169.84/169.06	c cleaning 36999 clauses out of 74003 with flag 731000/731000
182.75/181.97	c cleaning 37998 clauses out of 76006 with flag 770002/770002
195.96/195.15	c cleaning 39000 clauses out of 78008 with flag 810002/810002
208.37/207.54	c cleaning 39997 clauses out of 80007 with flag 851001/851001
220.19/219.33	c cleaning 40998 clauses out of 82011 with flag 893002/893002
234.89/234.06	c cleaning 41995 clauses out of 84011 with flag 936000/936000
252.43/251.50	c cleaning 42996 clauses out of 86016 with flag 980000/980000
270.06/269.19	c cleaning 44007 clauses out of 88023 with flag 1025003/1025003
289.01/288.02	c cleaning 45000 clauses out of 90014 with flag 1071001/1071001
308.32/307.37	c cleaning 46003 clauses out of 92013 with flag 1118000/1118000
331.23/330.20	c cleaning 46997 clauses out of 94011 with flag 1166001/1166001
353.55/352.51	c cleaning 48004 clauses out of 96014 with flag 1215001/1215001
374.28/373.25	c cleaning 48996 clauses out of 98010 with flag 1265001/1265001
396.82/395.78	c cleaning 49998 clauses out of 100013 with flag 1316000/1316000
423.99/422.88	c cleaning 51001 clauses out of 102016 with flag 1368001/1368001
451.31/450.18	c cleaning 52000 clauses out of 104016 with flag 1421002/1421002
477.04/475.88	c cleaning 53005 clauses out of 106015 with flag 1475002/1475002
510.79/509.52	c cleaning 53998 clauses out of 108011 with flag 1530003/1530003
534.86/533.55	c cleaning 55002 clauses out of 110011 with flag 1586001/1586001
557.26/555.94	c cleaning 55999 clauses out of 112009 with flag 1643001/1643001
584.30/582.99	c cleaning 56994 clauses out of 114009 with flag 1701000/1701000
613.72/612.36	c cleaning 57999 clauses out of 116016 with flag 1760001/1760001
639.73/638.37	c cleaning 59004 clauses out of 118016 with flag 1820000/1820000
671.38/669.94	c cleaning 59997 clauses out of 120012 with flag 1881000/1881000
707.52/706.10	c cleaning 61001 clauses out of 122015 with flag 1943000/1943000
746.44/744.97	c cleaning 62004 clauses out of 124018 with flag 2006004/2006004
786.97/785.48	c cleaning 62998 clauses out of 126010 with flag 2070000/2070000
825.61/824.08	c cleaning 64004 clauses out of 128015 with flag 2135003/2135003
864.75/863.10	c cleaning 65000 clauses out of 130011 with flag 2201003/2201003
914.30/912.68	c cleaning 65997 clauses out of 132009 with flag 2268001/2268001
962.25/960.55	c cleaning 66993 clauses out of 134011 with flag 2336000/2336000
1004.88/1003.16	c cleaning 68009 clauses out of 136022 with flag 2405004/2405004
1051.71/1049.90	c cleaning 68997 clauses out of 138010 with flag 2475001/2475001
1096.75/1094.95	c cleaning 70000 clauses out of 140014 with flag 2546002/2546002
1139.71/1137.88	c cleaning 70998 clauses out of 142012 with flag 2618000/2618000
1194.05/1192.16	c cleaning 72003 clauses out of 144014 with flag 2691000/2691000
1251.29/1249.34	c cleaning 72998 clauses out of 146012 with flag 2765001/2765001
1310.85/1308.88	c cleaning 73997 clauses out of 148014 with flag 2840001/2840001
1367.99/1365.90	c cleaning 74998 clauses out of 150018 with flag 2916002/2916002
1432.72/1430.66	c cleaning 76000 clauses out of 152018 with flag 2993000/2993000
1492.88/1490.72	c cleaning 77004 clauses out of 154018 with flag 3071000/3071000
1556.54/1554.33	c cleaning 77997 clauses out of 156015 with flag 3150001/3150001
1624.47/1622.27	c cleaning 79005 clauses out of 158019 with flag 3230002/3230002
1695.97/1693.73	c cleaning 80001 clauses out of 160013 with flag 3311001/3311001
1773.10/1770.90	c cleaning 80997 clauses out of 162012 with flag 3393001/3393001
1800.07/1797.71	c starts		: 250
1800.07/1797.71	c conflicts		: 3441294
1800.07/1797.71	c decisions		: 3840932
1800.07/1797.71	c propagations		: 128416440
1800.07/1797.71	c inspects		: 24812865549
1800.07/1797.71	c shortcuts		: 0
1800.07/1797.71	c learnt literals	: 6
1800.07/1797.71	c learnt binary clauses	: 40
1800.07/1797.71	c learnt ternary clauses	: 87
1800.07/1797.71	c learnt constraints	: 3441288
1800.07/1797.71	c ignored constraints	: 0
1800.07/1797.71	c root simplifications	: 0
1800.07/1797.71	c removed literals (reason simplification)	: 0
1800.07/1797.71	c reason swapping (by a shorter reason)	: 0
1800.07/1797.71	c Calls to reduceDB	: 78
1800.07/1797.71	c number of reductions to clauses (during analyze)	: 0
1800.07/1797.71	c number of learned constraints concerned by reduction	: 0
1800.07/1797.71	c number of learning phase by resolution	: 0
1800.07/1797.71	c number of learning phase by cutting planes	: 0
1800.07/1797.71	c speed (assignments/second)	: 71478.83239469076
1800.07/1797.71	c non guided choices	27
1800.07/1797.74	c learnt constraints type 
1800.07/1797.74	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 40
1800.07/1797.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 129283
1800.07/1797.74	c constraints type 
1800.07/1797.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 482
1800.07/1797.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
1800.07/1797.74	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.07/1797.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 255
1800.07/1797.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 345
1800.07/1797.74	c 1085 constraints processed.
1800.07/1797.74	s UNKNOWN
1800.07/1797.74	c Total wall clock time (in seconds): 1796.741

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

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

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 14625
/proc/meminfo: memFree=29010336/32873844 swapFree=7104/7104
[pid=14625] ppid=14623 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/14625/stat : 14625 (runsolver) D 14623 14625 14581 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 1 0 253313095 12095488 56 33554432000 4194304 5436572 140733207870656 140733207866536 5057063 0 0 4096 24578 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/14625/statm: 2953 56 36 304 0 2645 0

[startup+0.0832401 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 14625
/proc/meminfo: memFree=29010336/32873844 swapFree=7104/7104
[pid=14625] ppid=14623 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/14625/stat : 14625 (java) D 14623 14625 14581 0 -1 4202496 248 0 1 0 0 0 0 0 20 0 1 0 253313095 9515008 182 33554432000 1073741824 1073778376 140733748194720 140733748185752 233220947637 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 1 0 0
/proc/14625/statm: 2323 182 140 9 0 71 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9292

[startup+0.100276 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 14625
/proc/meminfo: memFree=29010336/32873844 swapFree=7104/7104
[pid=14625] ppid=14623 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/14625/stat : 14625 (java) D 14623 14625 14581 0 -1 4202496 284 0 1 0 0 0 0 0 20 0 1 0 253313095 278528 33 33554432000 1073741824 1073778376 140734764308640 140734764305816 233211784487 0 0 4096 0 18446744071580397875 0 0 17 2 0 0 1 0 0
/proc/14625/statm: 68 33 25 9 0 25 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 272

[startup+0.300218 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 14625
/proc/meminfo: memFree=29010336/32873844 swapFree=7104/7104
[pid=14625] ppid=14623 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/14625/stat : 14625 (java) D 14623 14625 14581 0 -1 4202496 1037 0 10 0 0 0 0 0 20 0 1 0 253313095 23793664 774 33554432000 1073741824 1073778376 140734764308640 140734764298632 140439706538656 0 0 4096 0 18446744071579943789 0 0 17 2 0 0 15 0 0
/proc/14625/statm: 5809 774 571 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.700261 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 14625
/proc/meminfo: memFree=29010336/32873844 swapFree=7104/7104
[pid=14625] ppid=14623 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/14625/stat : 14625 (java) S 14623 14625 14581 0 -1 4202496 2973 0 25 0 1 1 0 0 20 0 13 0 253313095 9446973440 3694 33554432000 1073741824 1073778376 140734764308640 140734764299776 233224306749 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 21 0 0
/proc/14625/statm: 2306390 3694 1680 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+1.50067 s]
/proc/loadavg: 0.16 0.03 0.01 4/211 14660
/proc/meminfo: memFree=28966168/32873844 swapFree=7104/7104
[pid=14625] ppid=14623 vsize=9624976 CPUtime=1.05 cores=0,2,4,6
/proc/14625/stat : 14625 (java) S 14623 14625 14581 0 -1 4202496 8440 0 27 0 101 4 0 0 20 0 19 0 253313095 9855975424 10016 33554432000 1073741824 1073778376 140734764308640 140734764299776 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 21 0 0
/proc/14625/statm: 2406244 10016 2236 9 0 2396937 0
[pid=14625/tid=14628] ppid=14623 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/14625/task/14628/stat : 14628 (java) R 14623 14625 14581 0 -1 4202560 2444 0 5 0 57 3 0 0 20 0 19 0 253313131 9855975424 10016 33554432000 1073741824 1073778376 140734764308640 140439702528312 140439542294400 0 4 0 16800975 0 0 0 -1 2 0 0 39 0 0
[pid=14625/tid=14631] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14631/stat : 14631 (java) S 14623 14625 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 10016 33554432000 1073741824 1073778376 140734764308640 140439664020392 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14633] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14633/stat : 14633 (java) S 14623 14625 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 10016 33554432000 1073741824 1073778376 140734764308640 140439662967848 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14635] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14635/stat : 14635 (java) S 14623 14625 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 10016 33554432000 1073741824 1073778376 140734764308640 140439661914792 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14625/tid=14637] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14637/stat : 14637 (java) S 14623 14625 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 10016 33554432000 1073741824 1073778376 140734764308640 140439660862248 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14638] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14638/stat : 14638 (java) S 14623 14625 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 10016 33554432000 1073741824 1073778376 140734764308640 140439541770664 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14641] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14641/stat : 14641 (java) S 14623 14625 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 10016 33554432000 1073741824 1073778376 140734764308640 140439540718120 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14643] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14643/stat : 14643 (java) S 14623 14625 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 10016 33554432000 1073741824 1073778376 140734764308640 140439539665064 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14644] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14644/stat : 14644 (java) S 14623 14625 14581 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 10016 33554432000 1073741824 1073778376 140734764308640 140439538612520 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14646] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14646/stat : 14646 (java) S 14623 14625 14581 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253313158 9855975424 10016 33554432000 1073741824 1073778376 140734764308640 140439526415208 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14648] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14648/stat : 14648 (java) S 14623 14625 14581 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253313162 9855975424 10016 33554432000 1073741824 1073778376 140734764308640 140438921013112 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14650] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14650/stat : 14650 (java) S 14623 14625 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253313162 9855975424 10016 33554432000 1073741824 1073778376 140734764308640 140438919959944 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14651] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14651/stat : 14651 (java) S 14623 14625 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313183 9855975424 10016 33554432000 1073741824 1073778376 140734764308640 140438918908688 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14653] ppid=14623 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/14625/task/14653/stat : 14653 (java) R 14623 14625 14581 0 -1 4202560 1312 0 1 0 20 0 0 0 20 0 19 0 253313183 9855975424 10016 33554432000 1073741824 1073778376 140734764308640 140438917855544 140439708990616 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14655] ppid=14623 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/14625/task/14655/stat : 14655 (java) S 14623 14625 14581 0 -1 4202560 3512 0 1 0 21 0 0 0 20 0 19 0 253313183 9855975424 10016 33554432000 1073741824 1073778376 140734764308640 140438916803000 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14657] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14657/stat : 14657 (java) S 14623 14625 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313183 9855975424 10016 33554432000 1073741824 1073778376 140734764308640 140438915750136 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14625/tid=14659] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14659/stat : 14659 (java) S 14623 14625 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313183 9855975424 10016 33554432000 1073741824 1073778376 140734764308640 140438914697800 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9624976

[startup+3.10068 s]
/proc/loadavg: 0.16 0.03 0.01 3/213 14662
/proc/meminfo: memFree=28914348/32873844 swapFree=7104/7104
[pid=14625] ppid=14623 vsize=9624976 CPUtime=2.8 cores=0,2,4,6
/proc/14625/stat : 14625 (java) S 14623 14625 14581 0 -1 4202496 9116 0 27 0 275 5 0 0 20 0 19 0 253313095 9855975424 14712 33554432000 1073741824 1073778376 140734764308640 140734764299776 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 21 0 0
/proc/14625/statm: 2406244 14712 2268 9 0 2396937 0
[pid=14625/tid=14628] ppid=14623 vsize=9624976 CPUtime=2.15 cores=0,2,4,6
/proc/14625/task/14628/stat : 14628 (java) R 14623 14625 14581 0 -1 4202560 2450 0 5 0 212 3 0 0 20 0 19 0 253313131 9855975424 14712 33554432000 1073741824 1073778376 140734764308640 140439702528288 140439542302552 0 4 0 16800975 0 0 0 -1 2 0 0 39 0 0
[pid=14625/tid=14631] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14631/stat : 14631 (java) S 14623 14625 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 14712 33554432000 1073741824 1073778376 140734764308640 140439664020392 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14633] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14633/stat : 14633 (java) S 14623 14625 14581 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 14712 33554432000 1073741824 1073778376 140734764308640 140439662967848 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14635] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14635/stat : 14635 (java) S 14623 14625 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 14712 33554432000 1073741824 1073778376 140734764308640 140439661914792 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14625/tid=14637] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14637/stat : 14637 (java) S 14623 14625 14581 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 14712 33554432000 1073741824 1073778376 140734764308640 140439660862248 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14625/tid=14638] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14638/stat : 14638 (java) S 14623 14625 14581 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 14712 33554432000 1073741824 1073778376 140734764308640 140439541770664 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14625/tid=14641] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14641/stat : 14641 (java) S 14623 14625 14581 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 14712 33554432000 1073741824 1073778376 140734764308640 140439540718120 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14643] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14643/stat : 14643 (java) S 14623 14625 14581 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 14712 33554432000 1073741824 1073778376 140734764308640 140439539665064 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14644] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14644/stat : 14644 (java) S 14623 14625 14581 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 14712 33554432000 1073741824 1073778376 140734764308640 140439538612520 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14646] ppid=14623 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/14625/task/14646/stat : 14646 (java) S 14623 14625 14581 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 253313158 9855975424 14712 33554432000 1073741824 1073778376 140734764308640 140439526415208 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14648] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14648/stat : 14648 (java) S 14623 14625 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253313162 9855975424 14712 33554432000 1073741824 1073778376 140734764308640 140438921013112 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14650] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14650/stat : 14650 (java) S 14623 14625 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253313162 9855975424 14712 33554432000 1073741824 1073778376 140734764308640 140438919959944 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14651] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14651/stat : 14651 (java) S 14623 14625 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313183 9855975424 14712 33554432000 1073741824 1073778376 140734764308640 140438918908688 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14653] ppid=14623 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/14625/task/14653/stat : 14653 (java) S 14623 14625 14581 0 -1 4202560 1888 0 1 0 28 0 0 0 20 0 19 0 253313183 9855975424 14712 33554432000 1073741824 1073778376 140734764308640 140438917855544 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14655] ppid=14623 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/14625/task/14655/stat : 14655 (java) S 14623 14625 14581 0 -1 4202560 3535 0 1 0 28 0 0 0 20 0 19 0 253313183 9855975424 14712 33554432000 1073741824 1073778376 140734764308640 140438916803000 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14657] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14657/stat : 14657 (java) S 14623 14625 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313183 9855975424 14712 33554432000 1073741824 1073778376 140734764308640 140438915750136 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14625/tid=14659] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14659/stat : 14659 (java) S 14623 14625 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313183 9855975424 14712 33554432000 1073741824 1073778376 140734764308640 140438914697800 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14662] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14662/stat : 14662 (java) S 14623 14625 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253313210 9855975424 14712 33554432000 1073741824 1073778376 140734764308640 140438913644072 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 9624976

[startup+6.3007 s]
/proc/loadavg: 0.16 0.03 0.01 3/213 14662
/proc/meminfo: memFree=28880480/32873844 swapFree=7104/7104
[pid=14625] ppid=14623 vsize=9624976 CPUtime=6.67 cores=0,2,4,6
/proc/14625/stat : 14625 (java) S 14623 14625 14581 0 -1 4202496 16324 0 27 0 661 6 0 0 20 0 19 0 253313095 9855975424 19882 33554432000 1073741824 1073778376 140734764308640 140734764299776 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 21 0 0
/proc/14625/statm: 2406244 19882 2268 9 0 2396937 0
[pid=14625/tid=14628] ppid=14623 vsize=9624976 CPUtime=5.3 cores=0,2,4,6
/proc/14625/task/14628/stat : 14628 (java) R 14623 14625 14581 0 -1 4202560 2452 0 5 0 527 3 0 0 20 0 19 0 253313131 9855975424 19882 33554432000 1073741824 1073778376 140734764308640 140439702528288 140439542276171 0 4 0 16800975 0 0 0 -1 2 0 0 39 0 0
[pid=14625/tid=14631] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14631/stat : 14631 (java) S 14623 14625 14581 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 19882 33554432000 1073741824 1073778376 140734764308640 140439664020392 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14633] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14633/stat : 14633 (java) S 14623 14625 14581 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 19882 33554432000 1073741824 1073778376 140734764308640 140439662967848 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14635] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14635/stat : 14635 (java) S 14623 14625 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 19882 33554432000 1073741824 1073778376 140734764308640 140439661914792 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14625/tid=14637] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14637/stat : 14637 (java) S 14623 14625 14581 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 19882 33554432000 1073741824 1073778376 140734764308640 140439660862248 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14638] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14638/stat : 14638 (java) S 14623 14625 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 19882 33554432000 1073741824 1073778376 140734764308640 140439541770664 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14641] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14641/stat : 14641 (java) S 14623 14625 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 19882 33554432000 1073741824 1073778376 140734764308640 140439540718120 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14643] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14643/stat : 14643 (java) S 14623 14625 14581 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 19882 33554432000 1073741824 1073778376 140734764308640 140439539665064 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14644] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14644/stat : 14644 (java) S 14623 14625 14581 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 19882 33554432000 1073741824 1073778376 140734764308640 140439538612520 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14646] ppid=14623 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/14625/task/14646/stat : 14646 (java) S 14623 14625 14581 0 -1 4202560 49 0 0 0 5 0 0 0 20 0 19 0 253313158 9855975424 19882 33554432000 1073741824 1073778376 140734764308640 140439526415208 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14625/tid=14648] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14648/stat : 14648 (java) S 14623 14625 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253313162 9855975424 19882 33554432000 1073741824 1073778376 140734764308640 140438921013112 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14650] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14650/stat : 14650 (java) S 14623 14625 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253313162 9855975424 19882 33554432000 1073741824 1073778376 140734764308640 140438919959944 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14651] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14651/stat : 14651 (java) S 14623 14625 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313183 9855975424 19882 33554432000 1073741824 1073778376 140734764308640 140438918908688 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14653] ppid=14623 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/14625/task/14653/stat : 14653 (java) S 14623 14625 14581 0 -1 4202560 2686 0 1 0 32 0 0 0 20 0 19 0 253313183 9855975424 19882 33554432000 1073741824 1073778376 140734764308640 140438917855544 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14655] ppid=14623 vsize=9624976 CPUtime=0.89 cores=0,2,4,6
/proc/14625/task/14655/stat : 14655 (java) S 14623 14625 14581 0 -1 4202560 9904 0 1 0 87 2 0 0 20 0 19 0 253313183 9855975424 19882 33554432000 1073741824 1073778376 140734764308640 140438916803000 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14657] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14657/stat : 14657 (java) S 14623 14625 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313183 9855975424 19882 33554432000 1073741824 1073778376 140734764308640 140438915750136 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14625/tid=14659] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14659/stat : 14659 (java) S 14623 14625 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313183 9855975424 19882 33554432000 1073741824 1073778376 140734764308640 140438914697800 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14662] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14662/stat : 14662 (java) S 14623 14625 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253313210 9855975424 19882 33554432000 1073741824 1073778376 140734764308640 140438913644072 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.67
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]
/proc/loadavg: 0.44 0.10 0.03 3/213 14662
/proc/meminfo: memFree=28861528/32873844 swapFree=7104/7104

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

[pid=14625/tid=14653] ppid=14623 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/14625/task/14653/stat : 14653 (java) S 14623 14625 14581 0 -1 4202560 2686 0 1 0 32 0 0 0 20 0 19 0 253313183 9855975424 59263 33554432000 1073741824 1073778376 140734764308640 140438917855544 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14655] ppid=14623 vsize=9624976 CPUtime=0.92 cores=0,2,4,6
/proc/14625/task/14655/stat : 14655 (java) S 14623 14625 14581 0 -1 4202560 9907 0 1 0 90 2 0 0 20 0 19 0 253313183 9855975424 59263 33554432000 1073741824 1073778376 140734764308640 140438916803000 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14657] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14657/stat : 14657 (java) S 14623 14625 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313183 9855975424 59263 33554432000 1073741824 1073778376 140734764308640 140438915750136 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14625/tid=14659] ppid=14623 vsize=9624976 CPUtime=0.75 cores=0,2,4,6
/proc/14625/task/14659/stat : 14659 (java) S 14623 14625 14581 0 -1 4202560 99 0 0 0 52 23 0 0 20 0 19 0 253313183 9855975424 59263 33554432000 1073741824 1073778376 140734764308640 140438914697800 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14662] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14662/stat : 14662 (java) S 14623 14625 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253313210 9855975424 59263 33554432000 1073741824 1073778376 140734764308640 140438913644072 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1724.6
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 1.93 1.97 1.68 3/213 14678
/proc/meminfo: memFree=28552164/32873844 swapFree=7104/7104
[pid=14625] ppid=14623 vsize=9624976 CPUtime=1784.66 cores=0,2,4,6
/proc/14625/stat : 14625 (java) S 14623 14625 14581 0 -1 4202496 17635 0 27 0 178427 39 0 0 20 0 19 0 253313095 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140734764299776 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 21 0 0
/proc/14625/statm: 2406244 59275 2269 9 0 2396937 0
[pid=14625/tid=14628] ppid=14623 vsize=9624976 CPUtime=1773.5 cores=0,2,4,6
/proc/14625/task/14628/stat : 14628 (java) R 14623 14625 14581 0 -1 4202560 2548 0 5 0 177321 29 0 0 20 0 19 0 253313131 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140439702528288 140439542302524 0 4 0 16800975 0 0 0 -1 2 0 0 39 0 0
[pid=14625/tid=14631] ppid=14623 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/14625/task/14631/stat : 14631 (java) S 14623 14625 14581 0 -1 4202560 63 0 0 0 31 2 0 0 20 0 19 0 253313149 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140439664020392 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14633] ppid=14623 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/14625/task/14633/stat : 14633 (java) S 14623 14625 14581 0 -1 4202560 36 0 0 0 30 2 0 0 20 0 19 0 253313149 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140439662967848 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14635] ppid=14623 vsize=9624976 CPUtime=0.36 cores=0,2,4,6
/proc/14625/task/14635/stat : 14635 (java) S 14623 14625 14581 0 -1 4202560 185 0 0 0 33 3 0 0 20 0 19 0 253313149 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140439661914792 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14637] ppid=14623 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/14625/task/14637/stat : 14637 (java) S 14623 14625 14581 0 -1 4202560 91 0 0 0 26 2 0 0 20 0 19 0 253313149 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140439660862248 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14638] ppid=14623 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/14625/task/14638/stat : 14638 (java) S 14623 14625 14581 0 -1 4202560 97 0 0 0 34 0 0 0 20 0 19 0 253313149 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140439541770664 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14625/tid=14641] ppid=14623 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/14625/task/14641/stat : 14641 (java) S 14623 14625 14581 0 -1 4202560 196 0 0 0 34 3 0 0 20 0 19 0 253313149 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140439540718120 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14643] ppid=14623 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/14625/task/14643/stat : 14643 (java) S 14623 14625 14581 0 -1 4202560 256 0 0 0 33 2 0 0 20 0 19 0 253313149 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140439539665064 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14644] ppid=14623 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/14625/task/14644/stat : 14644 (java) S 14623 14625 14581 0 -1 4202560 166 0 0 0 31 2 0 0 20 0 19 0 253313149 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140439538612520 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14646] ppid=14623 vsize=9624976 CPUtime=2.32 cores=0,2,4,6
/proc/14625/task/14646/stat : 14646 (java) S 14623 14625 14581 0 -1 4202560 140 0 0 0 229 3 0 0 20 0 19 0 253313158 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140439526415208 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14648] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14648/stat : 14648 (java) S 14623 14625 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253313162 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140438921013112 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14650] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14650/stat : 14650 (java) S 14623 14625 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253313162 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140438919959944 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14651] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14651/stat : 14651 (java) S 14623 14625 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313183 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140438918908688 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14653] ppid=14623 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/14625/task/14653/stat : 14653 (java) S 14623 14625 14581 0 -1 4202560 2686 0 1 0 32 0 0 0 20 0 19 0 253313183 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140438917855544 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14655] ppid=14623 vsize=9624976 CPUtime=0.92 cores=0,2,4,6
/proc/14625/task/14655/stat : 14655 (java) S 14623 14625 14581 0 -1 4202560 9907 0 1 0 90 2 0 0 20 0 19 0 253313183 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140438916803000 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14657] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14657/stat : 14657 (java) S 14623 14625 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313183 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140438915750136 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14625/tid=14659] ppid=14623 vsize=9624976 CPUtime=0.77 cores=0,2,4,6
/proc/14625/task/14659/stat : 14659 (java) S 14623 14625 14581 0 -1 4202560 103 0 0 0 54 23 0 0 20 0 19 0 253313183 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140438914697800 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14662] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14662/stat : 14662 (java) S 14623 14625 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253313210 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140438913644072 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1784.66
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.7 s]
/proc/loadavg: 1.95 1.97 1.68 2/193 14681
/proc/meminfo: memFree=28763208/32873844 swapFree=7104/7104
[pid=14625] ppid=14623 vsize=9624976 CPUtime=1800.07 cores=0,2,4,6
/proc/14625/stat : 14625 (java) S 14623 14625 14581 0 -1 4202496 17635 0 27 0 179968 39 0 0 20 0 19 0 253313095 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140734764299776 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 21 0 0
/proc/14625/statm: 2406244 59275 2269 9 0 2396937 0
[pid=14625/tid=14628] ppid=14623 vsize=9624976 CPUtime=1788.86 cores=0,2,4,6
/proc/14625/task/14628/stat : 14628 (java) R 14623 14625 14581 0 -1 4202560 2548 0 5 0 178856 30 0 0 20 0 19 0 253313131 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140439702528288 140439542302519 0 4 0 16800975 0 0 0 -1 2 0 0 39 0 0
[pid=14625/tid=14631] ppid=14623 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/14625/task/14631/stat : 14631 (java) S 14623 14625 14581 0 -1 4202560 63 0 0 0 31 2 0 0 20 0 19 0 253313149 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140439664020392 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14633] ppid=14623 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/14625/task/14633/stat : 14633 (java) S 14623 14625 14581 0 -1 4202560 36 0 0 0 30 2 0 0 20 0 19 0 253313149 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140439662967848 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14635] ppid=14623 vsize=9624976 CPUtime=0.36 cores=0,2,4,6
/proc/14625/task/14635/stat : 14635 (java) S 14623 14625 14581 0 -1 4202560 185 0 0 0 33 3 0 0 20 0 19 0 253313149 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140439661914792 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14637] ppid=14623 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/14625/task/14637/stat : 14637 (java) S 14623 14625 14581 0 -1 4202560 91 0 0 0 26 2 0 0 20 0 19 0 253313149 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140439660862248 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14638] ppid=14623 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/14625/task/14638/stat : 14638 (java) S 14623 14625 14581 0 -1 4202560 97 0 0 0 34 0 0 0 20 0 19 0 253313149 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140439541770664 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14625/tid=14641] ppid=14623 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/14625/task/14641/stat : 14641 (java) S 14623 14625 14581 0 -1 4202560 196 0 0 0 34 3 0 0 20 0 19 0 253313149 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140439540718120 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14643] ppid=14623 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/14625/task/14643/stat : 14643 (java) S 14623 14625 14581 0 -1 4202560 256 0 0 0 33 2 0 0 20 0 19 0 253313149 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140439539665064 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14644] ppid=14623 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/14625/task/14644/stat : 14644 (java) S 14623 14625 14581 0 -1 4202560 166 0 0 0 31 2 0 0 20 0 19 0 253313149 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140439538612520 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14646] ppid=14623 vsize=9624976 CPUtime=2.32 cores=0,2,4,6
/proc/14625/task/14646/stat : 14646 (java) S 14623 14625 14581 0 -1 4202560 140 0 0 0 229 3 0 0 20 0 19 0 253313158 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140439526415208 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14648] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14648/stat : 14648 (java) S 14623 14625 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253313162 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140438921013112 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14650] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14650/stat : 14650 (java) S 14623 14625 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253313162 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140438919959944 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14651] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14651/stat : 14651 (java) S 14623 14625 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313183 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140438918908688 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14653] ppid=14623 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/14625/task/14653/stat : 14653 (java) S 14623 14625 14581 0 -1 4202560 2686 0 1 0 32 0 0 0 20 0 19 0 253313183 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140438917855544 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14655] ppid=14623 vsize=9624976 CPUtime=0.92 cores=0,2,4,6
/proc/14625/task/14655/stat : 14655 (java) S 14623 14625 14581 0 -1 4202560 9907 0 1 0 90 2 0 0 20 0 19 0 253313183 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140438916803000 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14657] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14657/stat : 14657 (java) S 14623 14625 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313183 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140438915750136 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14625/tid=14659] ppid=14623 vsize=9624976 CPUtime=0.78 cores=0,2,4,6
/proc/14625/task/14659/stat : 14659 (java) S 14623 14625 14581 0 -1 4202560 103 0 0 0 55 23 0 0 20 0 19 0 253313183 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140438914697800 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14662] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14662/stat : 14662 (java) S 14623 14625 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253313210 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140438913644072 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1797.7 s]
/proc/loadavg: 1.95 1.97 1.68 2/193 14681
/proc/meminfo: memFree=28763208/32873844 swapFree=7104/7104
[pid=14625] ppid=14623 vsize=9624976 CPUtime=1800.07 cores=0,2,4,6
/proc/14625/stat : 14625 (java) S 14623 14625 14581 0 -1 4202496 17635 0 27 0 179968 39 0 0 20 0 19 0 253313095 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140734764299776 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 21 0 0
/proc/14625/statm: 2406244 59275 2269 9 0 2396937 0
[pid=14625/tid=14628] ppid=14623 vsize=9624976 CPUtime=1788.86 cores=0,2,4,6
/proc/14625/task/14628/stat : 14628 (java) R 14623 14625 14581 0 -1 4202560 2548 0 5 0 178856 30 0 0 20 0 19 0 253313131 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140439702528288 140439542302519 0 4 0 16800975 0 0 0 -1 2 0 0 39 0 0
[pid=14625/tid=14631] ppid=14623 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/14625/task/14631/stat : 14631 (java) S 14623 14625 14581 0 -1 4202560 63 0 0 0 31 2 0 0 20 0 19 0 253313149 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140439664020392 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14633] ppid=14623 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/14625/task/14633/stat : 14633 (java) S 14623 14625 14581 0 -1 4202560 36 0 0 0 30 2 0 0 20 0 19 0 253313149 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140439662967848 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14635] ppid=14623 vsize=9624976 CPUtime=0.36 cores=0,2,4,6
/proc/14625/task/14635/stat : 14635 (java) S 14623 14625 14581 0 -1 4202560 185 0 0 0 33 3 0 0 20 0 19 0 253313149 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140439661914792 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14637] ppid=14623 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/14625/task/14637/stat : 14637 (java) S 14623 14625 14581 0 -1 4202560 91 0 0 0 26 2 0 0 20 0 19 0 253313149 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140439660862248 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14638] ppid=14623 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/14625/task/14638/stat : 14638 (java) S 14623 14625 14581 0 -1 4202560 97 0 0 0 34 0 0 0 20 0 19 0 253313149 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140439541770664 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14625/tid=14641] ppid=14623 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/14625/task/14641/stat : 14641 (java) S 14623 14625 14581 0 -1 4202560 196 0 0 0 34 3 0 0 20 0 19 0 253313149 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140439540718120 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14643] ppid=14623 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/14625/task/14643/stat : 14643 (java) S 14623 14625 14581 0 -1 4202560 256 0 0 0 33 2 0 0 20 0 19 0 253313149 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140439539665064 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14644] ppid=14623 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/14625/task/14644/stat : 14644 (java) S 14623 14625 14581 0 -1 4202560 166 0 0 0 31 2 0 0 20 0 19 0 253313149 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140439538612520 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14646] ppid=14623 vsize=9624976 CPUtime=2.32 cores=0,2,4,6
/proc/14625/task/14646/stat : 14646 (java) S 14623 14625 14581 0 -1 4202560 140 0 0 0 229 3 0 0 20 0 19 0 253313158 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140439526415208 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14648] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14648/stat : 14648 (java) S 14623 14625 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253313162 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140438921013112 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14650] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14650/stat : 14650 (java) S 14623 14625 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253313162 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140438919959944 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14651] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14651/stat : 14651 (java) S 14623 14625 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313183 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140438918908688 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14653] ppid=14623 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/14625/task/14653/stat : 14653 (java) S 14623 14625 14581 0 -1 4202560 2686 0 1 0 32 0 0 0 20 0 19 0 253313183 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140438917855544 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14655] ppid=14623 vsize=9624976 CPUtime=0.92 cores=0,2,4,6
/proc/14625/task/14655/stat : 14655 (java) S 14623 14625 14581 0 -1 4202560 9907 0 1 0 90 2 0 0 20 0 19 0 253313183 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140438916803000 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14657] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14657/stat : 14657 (java) S 14623 14625 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313183 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140438915750136 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14625/tid=14659] ppid=14623 vsize=9624976 CPUtime=0.78 cores=0,2,4,6
/proc/14625/task/14659/stat : 14659 (java) S 14623 14625 14581 0 -1 4202560 103 0 0 0 55 23 0 0 20 0 19 0 253313183 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140438914697800 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14662] ppid=14623 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14662/stat : 14662 (java) S 14623 14625 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253313210 9855975424 59275 33554432000 1073741824 1073778376 140734764308640 140438913644072 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9624976

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14625 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=357064
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=887865
# CPU time returned by wait4() is 1796.24
# 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): 1797.75
CPU time (s): 1800.07
CPU user time (s): 1799.68
CPU system time (s): 0.39
CPU usage (%): 100.129
Max. virtual memory (cumulated for all children) (KiB): 9625464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.36
system time used= 0.887865
maximum resident set size= 237256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17676
page faults= 27
swaps= 0
block input operations= 17544
block output operations= 1536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40344
involuntary context switches= 12755

runsolver used 5.9411 second user time and 15.5326 second system time

The end

Launcher Data

Begin job on node142 at 2012-05-24 17:04:42
IDJOB=3687187
IDBENCH=1160
IDSOLVER=2269
FILE ID=node142/3687187-1337871882
RUNJOBID= node142-1337871882-14597
PBS_JOBID= 14620062
Free space on /tmp= 71664 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army13.24bt.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687187-1337871882/watcher-3687187-1337871882 -o /tmp/evaluation-result-3687187-1337871882/solver-3687187-1337871882 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687187-1337871882.opb

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

MD5SUM BENCH= f8964c43535341fcc69e672675167b77
RANDOM SEED=1415802339

node142.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		: 2666.776
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	: 5333.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
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		: 2666.776
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	: 5391.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		: 2666.776
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		: 2666.776
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.90
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		: 2666.776
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		: 2666.776
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		: 2666.776
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:        29011780 kB
Buffers:          214780 kB
Cached:          2869840 kB
SwapCached:            0 kB
Active:           462464 kB
Inactive:        2633152 kB
Active(anon):      13432 kB
Inactive(anon):        0 kB
Active(file):     449032 kB
Inactive(file):  2633152 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               788 kB
Writeback:             0 kB
AnonPages:         17872 kB
Mapped:            13556 kB
Shmem:               200 kB
Slab:             628716 kB
SReclaimable:      71572 kB
SUnreclaim:       557144 kB
KernelStack:        1376 kB
PageTables:         3956 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71664 MiB
End job on node142 at 2012-05-24 17:34:42