Trace number 3688252

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.14 898.155

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_5_40_3.opb
MD5SUM37c74b9e914d30b1ddfc0838676dd479
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark607.011
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved YES
Number of variables41
Total number of constraints11
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10
Minimum length of a constraint1
Maximum length of a constraint40
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1162
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3487
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3688252-1337876622.opb
0.08/0.13	c reading problem ... 
0.08/0.16	c ... done. Wall clock time 0.028s.
0.08/0.16	c declared #vars     41
0.08/0.16	c #constraints  11
0.08/0.16	c constraints type 
0.08/0.16	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.08/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10
0.08/0.16	c 11 constraints processed.
0.08/0.16	c constraints type 
0.08/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10
0.08/0.16	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.08/0.16	c 11 constraints processed.
0.08/0.16	c objective function length is 1 literals
1.88/0.64	c cleaning 2500 clauses out of 5000 with flag 5000/5000
3.46/1.03	c cleaning 4250 clauses out of 8501 with flag 11001/11001
4.21/1.29	c cleaning 5625 clauses out of 11250 with flag 18000/18000
5.01/1.62	c cleaning 6812 clauses out of 13626 with flag 26001/26001
5.82/2.03	c cleaning 7902 clauses out of 15814 with flag 35001/35001
6.80/2.56	c cleaning 8956 clauses out of 17914 with flag 45003/45003
8.40/3.32	c cleaning 9978 clauses out of 19957 with flag 56002/56002
9.77/4.08	c cleaning 10989 clauses out of 21982 with flag 68005/68005
11.56/4.93	c cleaning 11993 clauses out of 23995 with flag 81007/81007
13.53/5.99	c cleaning 12993 clauses out of 25999 with flag 95004/95004
15.74/7.02	c cleaning 13996 clauses out of 28002 with flag 110000/110000
17.93/8.11	c cleaning 14998 clauses out of 30006 with flag 126000/126000
20.31/9.30	c cleaning 16004 clauses out of 32009 with flag 143001/143001
23.50/10.93	c cleaning 17000 clauses out of 34004 with flag 161000/161000
26.86/12.65	c cleaning 18002 clauses out of 36007 with flag 180003/180003
30.43/14.43	c cleaning 19001 clauses out of 38002 with flag 200000/200000
34.19/16.34	c cleaning 19999 clauses out of 40004 with flag 221003/221003
38.17/18.34	c cleaning 21000 clauses out of 42002 with flag 243000/243000
42.54/20.56	c cleaning 21999 clauses out of 44003 with flag 266001/266001
47.33/22.91	c cleaning 23003 clauses out of 46005 with flag 290002/290002
51.90/25.23	c cleaning 23999 clauses out of 48001 with flag 315001/315001
56.27/27.50	c cleaning 25000 clauses out of 50002 with flag 341001/341001
61.83/30.28	c cleaning 26001 clauses out of 52003 with flag 368002/368002
68.22/33.46	c cleaning 26997 clauses out of 54000 with flag 396000/396000
74.58/36.65	c cleaning 28002 clauses out of 56003 with flag 425000/425000
80.77/39.75	c cleaning 28999 clauses out of 58003 with flag 455002/455002
87.58/43.12	c cleaning 29997 clauses out of 60004 with flag 486002/486002
92.16/45.49	c cleaning 31000 clauses out of 62005 with flag 518000/518000
97.53/48.15	c cleaning 31999 clauses out of 64006 with flag 551001/551001
103.12/50.97	c cleaning 33004 clauses out of 66008 with flag 585002/585002
111.93/55.39	c cleaning 33999 clauses out of 68002 with flag 620000/620000
122.51/60.66	c cleaning 34999 clauses out of 70006 with flag 656003/656003
132.08/65.44	c cleaning 36000 clauses out of 72005 with flag 693001/693001
140.69/69.75	c cleaning 36998 clauses out of 74004 with flag 731000/731000
150.27/74.57	c cleaning 38000 clauses out of 76007 with flag 770001/770001
158.86/78.85	c cleaning 39000 clauses out of 78007 with flag 810001/810001
168.46/83.69	c cleaning 40002 clauses out of 80009 with flag 851003/851003
176.83/87.87	c cleaning 41002 clauses out of 82006 with flag 893002/893002
186.05/92.43	c cleaning 41994 clauses out of 84002 with flag 936000/936000
193.22/96.09	c cleaning 42999 clauses out of 86010 with flag 980002/980002
201.59/100.22	c cleaning 43999 clauses out of 88011 with flag 1025002/1025002
211.99/105.41	c cleaning 0 clauses out of 5000 with flag 0/5000
213.71/106.14	c cleaning 45002 clauses out of 90010 with flag 1071000/1071000
225.62/111.82	c cleaning 45999 clauses out of 92008 with flag 1118000/1118000
239.44/118.79	c cleaning 47005 clauses out of 94010 with flag 1166001/1166001
256.14/127.02	c cleaning 47999 clauses out of 96005 with flag 1215001/1215001
272.96/135.47	c cleaning 49001 clauses out of 98006 with flag 1265001/1265001
294.43/146.16	c cleaning 50001 clauses out of 100007 with flag 1316003/1316003
312.42/155.14	c cleaning 51002 clauses out of 102004 with flag 1368001/1368001
329.81/163.89	c cleaning 51997 clauses out of 104002 with flag 1421001/1421001
347.83/172.87	c cleaning 53000 clauses out of 106004 with flag 1475000/1475000
365.88/181.88	c cleaning 53998 clauses out of 108005 with flag 1530001/1530001
385.47/191.63	c cleaning 55002 clauses out of 110007 with flag 1586001/1586001
407.50/202.65	c cleaning 56001 clauses out of 112004 with flag 1643000/1643000
427.32/212.55	c cleaning 57001 clauses out of 114004 with flag 1701001/1701001
447.80/222.77	c cleaning 58000 clauses out of 116002 with flag 1760000/1760000
466.57/232.11	c cleaning 58997 clauses out of 118002 with flag 1820000/1820000
484.54/241.19	c cleaning 60000 clauses out of 120005 with flag 1881000/1881000
506.45/252.08	c cleaning 60997 clauses out of 122006 with flag 1943001/1943001
524.88/261.27	c cleaning 61995 clauses out of 124009 with flag 2006001/2006001
539.66/268.66	c cleaning 63006 clauses out of 126015 with flag 2070002/2070002
555.51/276.55	c cleaning 64002 clauses out of 128007 with flag 2135000/2135000
571.72/284.68	c cleaning 65004 clauses out of 130008 with flag 2201003/2201003
589.73/293.66	c cleaning 66000 clauses out of 132002 with flag 2268001/2268001
606.06/301.82	c cleaning 66995 clauses out of 134001 with flag 2336000/2336000
626.68/312.18	c cleaning 68001 clauses out of 136008 with flag 2405002/2405002
645.27/321.40	c cleaning 68999 clauses out of 138006 with flag 2475001/2475001
663.32/330.44	c cleaning 70000 clauses out of 140007 with flag 2546001/2546001
682.48/340.08	c cleaning 70999 clauses out of 142008 with flag 2618002/2618002
699.87/348.72	c cleaning 71999 clauses out of 144007 with flag 2691000/2691000
720.90/359.29	c cleaning 73002 clauses out of 146008 with flag 2765000/2765000
743.09/370.37	c cleaning 73999 clauses out of 148006 with flag 2840000/2840000
764.52/381.09	c cleaning 75002 clauses out of 150008 with flag 2916001/2916001
787.53/392.53	c cleaning 76001 clauses out of 152005 with flag 2993000/2993000
821.81/409.68	c cleaning 77000 clauses out of 154008 with flag 3071004/3071004
850.28/423.83	c cleaning 78001 clauses out of 156005 with flag 3150001/3150001
881.09/439.21	c cleaning 78993 clauses out of 158004 with flag 3230001/3230001
909.54/453.42	c cleaning 80002 clauses out of 160013 with flag 3311003/3311003
945.56/471.46	c cleaning 80997 clauses out of 162009 with flag 3393001/3393001
978.42/487.86	c cleaning 82005 clauses out of 164011 with flag 3476000/3476000
1022.34/509.72	c cleaning 83003 clauses out of 166008 with flag 3560002/3560002
1052.37/524.76	c cleaning 83998 clauses out of 168003 with flag 3645000/3645000
1091.65/544.33	c cleaning 84998 clauses out of 170006 with flag 3731001/3731001
1148.60/572.76	c cleaning 86001 clauses out of 172008 with flag 3818001/3818001
1195.85/596.32	c cleaning 87001 clauses out of 174006 with flag 3906000/3906000
1246.25/621.45	c cleaning 88003 clauses out of 176008 with flag 3995003/3995003
1292.97/644.72	c cleaning 88998 clauses out of 178002 with flag 4085000/4085000
1343.28/669.85	c cleaning 89998 clauses out of 180005 with flag 4176001/4176001
1397.05/696.71	c cleaning 91000 clauses out of 182007 with flag 4268001/4268001
1456.32/726.39	c cleaning 91997 clauses out of 184006 with flag 4361000/4361000
1508.51/752.35	c cleaning 93001 clauses out of 186011 with flag 4455002/4455002
1564.96/780.43	c cleaning 93993 clauses out of 188008 with flag 4550000/4550000
1598.57/797.22	c cleaning 95008 clauses out of 190016 with flag 4646001/4646001
1625.11/810.60	c cleaning 95998 clauses out of 192009 with flag 4743002/4743002
1659.12/827.52	c cleaning 97004 clauses out of 194009 with flag 4841000/4841000
1690.73/843.38	c cleaning 98001 clauses out of 196005 with flag 4940000/4940000
1720.57/858.30	c cleaning 99004 clauses out of 198009 with flag 5040005/5040005
1751.35/873.71	c cleaning 99994 clauses out of 200002 with flag 5141002/5141002
1784.64/890.36	c cleaning 101002 clauses out of 202009 with flag 5243003/5243003
1800.14/898.11	c starts		: 274
1800.14/898.11	c conflicts		: 5307730
1800.14/898.11	c decisions		: 5356957
1800.14/898.11	c propagations		: 37728812
1800.14/898.11	c inspects		: 11065702145
1800.14/898.11	c shortcuts		: 0
1800.14/898.11	c learnt literals	: 0
1800.14/898.11	c learnt binary clauses	: 0
1800.14/898.11	c learnt ternary clauses	: 0
1800.14/898.11	c learnt constraints	: 5307731
1800.14/898.11	c ignored constraints	: 0
1800.14/898.11	c root simplifications	: 0
1800.14/898.11	c removed literals (reason simplification)	: 40763083
1800.14/898.11	c reason swapping (by a shorter reason)	: 0
1800.14/898.11	c Calls to reduceDB	: 98
1800.14/898.11	c number of reductions to clauses (during analyze)	: 0
1800.14/898.11	c number of learned constraints concerned by reduction	: 0
1800.14/898.11	c number of learning phase by resolution	: 0
1800.14/898.11	c number of learning phase by cutting planes	: 0
1800.14/898.11	c speed (assignments/second)	: 42016.56994646701
1800.14/898.11	c non guided choices	20
1800.14/898.14	c learnt constraints type 
1800.14/898.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 165846
1800.14/898.14	c constraints type 
1800.14/898.14	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.14/898.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10
1800.14/898.14	c 11 constraints processed.
1800.14/898.14	c constraints type 
1800.14/898.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10
1800.14/898.14	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
1800.14/898.14	c 11 constraints processed.
1800.14/898.14	s UNKNOWN
1800.14/898.14	c Total wall clock time (in seconds): 898.017

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

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

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


[startup+0 s]
/proc/loadavg: 2.92 2.95 2.99 4/197 24789
/proc/meminfo: memFree=26741816/32873844 swapFree=7356/7356
[pid=24789] ppid=24787 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24789/stat : 24789 (java) D 24787 24789 23457 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 253790827 9515008 182 33554432000 1073741824 1073778376 140737230515264 140737230506296 245294251701 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/24789/statm: 2323 182 140 9 0 71 0

[startup+0.04225 s]
/proc/loadavg: 2.92 2.95 2.99 4/197 24789
/proc/meminfo: memFree=26741816/32873844 swapFree=7356/7356
[pid=24789] ppid=24787 vsize=9225560 CPUtime=0.01 cores=1,3,5,7
/proc/24789/stat : 24789 (java) S 24787 24789 23457 0 -1 4202496 2967 0 1 0 1 0 0 0 20 0 13 0 253790827 9446973440 3667 33554432000 1073741824 1073778376 140735747902848 140735747893984 245297610813 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24789/statm: 2306390 3667 1661 9 0 2297091 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9225560

[startup+0.100348 s]
/proc/loadavg: 2.92 2.95 2.99 4/197 24789
/proc/meminfo: memFree=26741816/32873844 swapFree=7356/7356
[pid=24789] ppid=24787 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/24789/stat : 24789 (java) S 24787 24789 23457 0 -1 4202496 4143 0 1 0 7 1 0 0 20 0 18 0 253790827 9787813888 5341 33554432000 1073741824 1073778376 140735747902848 140735747893984 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24789/statm: 2389603 5344 2079 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300216 s]
/proc/loadavg: 2.92 2.95 2.99 4/197 24789
/proc/meminfo: memFree=26741816/32873844 swapFree=7356/7356
[pid=24789] ppid=24787 vsize=9824668 CPUtime=0.69 cores=1,3,5,7
/proc/24789/stat : 24789 (java) S 24787 24789 23457 0 -1 4202496 13275 0 1 0 65 4 0 0 20 0 22 0 253790827 10060460032 12985 33554432000 1073741824 1073778376 140735747902848 140735747893984 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24789/statm: 2456167 12985 2203 9 0 2446860 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9824668

[startup+0.700229 s]
/proc/loadavg: 2.92 2.95 2.99 4/197 24789
/proc/meminfo: memFree=26741816/32873844 swapFree=7356/7356
[pid=24789] ppid=24787 vsize=9824668 CPUtime=2.25 cores=1,3,5,7
/proc/24789/stat : 24789 (java) S 24787 24789 23457 0 -1 4202496 19898 0 1 0 218 7 0 0 20 0 22 0 253790827 10060460032 24736 33554432000 1073741824 1073778376 140735747902848 140735747893984 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24789/statm: 2456167 24736 2259 9 0 2446860 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 9824668

[startup+1.50093 s]
/proc/loadavg: 2.92 2.95 2.99 7/219 24811
/proc/meminfo: memFree=26625368/32873844 swapFree=7356/7356
[pid=24789] ppid=24787 vsize=9824668 CPUtime=4.81 cores=1,3,5,7
/proc/24789/stat : 24789 (java) S 24787 24789 23457 0 -1 4202496 24105 0 1 0 472 9 0 0 20 0 22 0 253790827 10060460032 41684 33554432000 1073741824 1073778376 140735747902848 140735747893984 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24789/statm: 2456167 41684 2266 9 0 2446860 0
[pid=24789/tid=24791] ppid=24787 vsize=9824668 CPUtime=0.12 cores=1,3,5,7
/proc/24789/task/24791/stat : 24791 (java) S 24787 24789 23457 0 -1 4202560 2438 0 1 0 11 1 0 0 20 0 22 0 253790828 10060460032 41684 33554432000 1073741824 1073778376 140735747902848 140158967956472 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24789/tid=24792] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24792/stat : 24792 (java) S 24787 24789 23457 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253790830 10060460032 41684 33554432000 1073741824 1073778376 140735747902848 140158946056616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24789/tid=24793] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24793/stat : 24793 (java) S 24787 24789 23457 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253790830 10060460032 41684 33554432000 1073741824 1073778376 140735747902848 140158945004072 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24789/tid=24794] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24794/stat : 24794 (java) S 24787 24789 23457 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253790830 10060460032 41684 33554432000 1073741824 1073778376 140735747902848 140158943951016 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24789/tid=24795] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24795/stat : 24795 (java) S 24787 24789 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253790830 10060460032 41684 33554432000 1073741824 1073778376 140735747902848 140158607288616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24789/tid=24796] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24796/stat : 24796 (java) S 24787 24789 23457 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253790830 10060460032 41684 33554432000 1073741824 1073778376 140735747902848 140158606236584 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24789/tid=24797] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24797/stat : 24797 (java) S 24787 24789 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253790830 10060460032 41684 33554432000 1073741824 1073778376 140735747902848 140158605184040 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24789/tid=24798] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24798/stat : 24798 (java) S 24787 24789 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253790830 10060460032 41684 33554432000 1073741824 1073778376 140735747902848 140158604130984 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24789/tid=24799] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24799/stat : 24799 (java) S 24787 24789 23457 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253790830 10060460032 41684 33554432000 1073741824 1073778376 140735747902848 140158603078440 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24789/tid=24800] ppid=24787 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/24789/task/24800/stat : 24800 (java) S 24787 24789 23457 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 22 0 253790831 10060460032 41684 33554432000 1073741824 1073778376 140735747902848 140158590667112 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24789/tid=24801] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24801/stat : 24801 (java) S 24787 24789 23457 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 253790831 10060460032 41684 33554432000 1073741824 1073778376 140735747902848 140158589613432 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24789/tid=24802] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24802/stat : 24802 (java) S 24787 24789 23457 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253790831 10060460032 41684 33554432000 1073741824 1073778376 140735747902848 140158588560264 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24789/tid=24803] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24803/stat : 24803 (java) S 24787 24789 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253790834 10060460032 41684 33554432000 1073741824 1073778376 140735747902848 140158587509008 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24789/tid=24804] ppid=24787 vsize=9824668 CPUtime=1.01 cores=1,3,5,7
/proc/24789/task/24804/stat : 24804 (java) S 24787 24789 23457 0 -1 4202560 8216 0 0 0 98 3 0 0 20 0 22 0 253790834 10060460032 41684 33554432000 1073741824 1073778376 140735747902848 140158586456888 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24789/tid=24805] ppid=24787 vsize=9824668 CPUtime=1.02 cores=1,3,5,7
/proc/24789/task/24805/stat : 24805 (java) S 24787 24789 23457 0 -1 4202560 12023 0 0 0 99 3 0 0 20 0 22 0 253790834 10060460032 41684 33554432000 1073741824 1073778376 140735747902848 140158585404344 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24789/tid=24806] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24806/stat : 24806 (java) S 24787 24789 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253790834 10060460032 41684 33554432000 1073741824 1073778376 140735747902848 140158584351480 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24789/tid=24807] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24807/stat : 24807 (java) S 24787 24789 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253790834 10060460032 41684 33554432000 1073741824 1073778376 140735747902848 140158583299144 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24789/tid=24808] ppid=24787 vsize=9824668 CPUtime=1.27 cores=1,3,5,7
/proc/24789/task/24808/stat : 24808 (java) R 24787 24789 23457 0 -1 4202560 38 0 0 0 127 0 0 0 20 0 22 0 253790843 10060460032 41684 33554432000 1073741824 1073778376 140735747902848 140158582210880 140158825890814 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24789/tid=24809] ppid=24787 vsize=9824668 CPUtime=1.26 cores=1,3,5,7
/proc/24789/task/24809/stat : 24809 (java) R 24787 24789 23457 0 -1 4202560 124 0 0 0 124 2 0 0 20 0 22 0 253790843 10060460032 41684 33554432000 1073741824 1073778376 140735747902848 140158581156464 140158825882816 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24789/tid=24810] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24810/stat : 24810 (java) S 24787 24789 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253790844 10060460032 41684 33554432000 1073741824 1073778376 140735747902848 140158580106024 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24789/tid=24811] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24811/stat : 24811 (java) S 24787 24789 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253790844 10060460032 41684 33554432000 1073741824 1073778376 140735747902848 140158579053480 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.81
Current children cumulated vsize (KiB) 9824668

[startup+3.1008 s]
/proc/loadavg: 2.92 2.95 2.99 5/219 24811
/proc/meminfo: memFree=26546984/32873844 swapFree=7356/7356
[pid=24789] ppid=24787 vsize=9824668 CPUtime=7.99 cores=1,3,5,7
/proc/24789/stat : 24789 (java) S 24787 24789 23457 0 -1 4202496 24174 0 1 0 788 11 0 0 20 0 22 0 253790827 10060460032 51454 33554432000 1073741824 1073778376 140735747902848 140735747893984 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24789/statm: 2456167 51454 2273 9 0 2446860 0
[pid=24789/tid=24791] ppid=24787 vsize=9824668 CPUtime=0.12 cores=1,3,5,7
/proc/24789/task/24791/stat : 24791 (java) S 24787 24789 23457 0 -1 4202560 2438 0 1 0 11 1 0 0 20 0 22 0 253790828 10060460032 51454 33554432000 1073741824 1073778376 140735747902848 140158967956472 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24789/tid=24792] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24792/stat : 24792 (java) S 24787 24789 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253790830 10060460032 51454 33554432000 1073741824 1073778376 140735747902848 140158946056616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24789/tid=24793] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24793/stat : 24793 (java) S 24787 24789 23457 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253790830 10060460032 51454 33554432000 1073741824 1073778376 140735747902848 140158945004072 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24789/tid=24794] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24794/stat : 24794 (java) S 24787 24789 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253790830 10060460032 51454 33554432000 1073741824 1073778376 140735747902848 140158943951016 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24789/tid=24795] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24795/stat : 24795 (java) S 24787 24789 23457 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 253790830 10060460032 51454 33554432000 1073741824 1073778376 140735747902848 140158607288616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24789/tid=24796] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24796/stat : 24796 (java) S 24787 24789 23457 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253790830 10060460032 51454 33554432000 1073741824 1073778376 140735747902848 140158606236584 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24789/tid=24797] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24797/stat : 24797 (java) S 24787 24789 23457 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 253790830 10060460032 51454 33554432000 1073741824 1073778376 140735747902848 140158605184040 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24789/tid=24798] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24798/stat : 24798 (java) S 24787 24789 23457 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253790830 10060460032 51454 33554432000 1073741824 1073778376 140735747902848 140158604130984 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24789/tid=24799] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24799/stat : 24799 (java) S 24787 24789 23457 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253790830 10060460032 51454 33554432000 1073741824 1073778376 140735747902848 140158603078440 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24789/tid=24800] ppid=24787 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/24789/task/24800/stat : 24800 (java) S 24787 24789 23457 0 -1 4202560 33 0 0 0 7 1 0 0 20 0 22 0 253790831 10060460032 51454 33554432000 1073741824 1073778376 140735747902848 140158590667112 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24789/tid=24801] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24801/stat : 24801 (java) S 24787 24789 23457 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 253790831 10060460032 51454 33554432000 1073741824 1073778376 140735747902848 140158589613432 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24789/tid=24802] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24802/stat : 24802 (java) S 24787 24789 23457 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253790831 10060460032 51454 33554432000 1073741824 1073778376 140735747902848 140158588560264 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24789/tid=24803] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24803/stat : 24803 (java) S 24787 24789 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253790834 10060460032 51454 33554432000 1073741824 1073778376 140735747902848 140158587509008 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24789/tid=24804] ppid=24787 vsize=9824668 CPUtime=1.04 cores=1,3,5,7
/proc/24789/task/24804/stat : 24804 (java) S 24787 24789 23457 0 -1 4202560 8223 0 0 0 101 3 0 0 20 0 22 0 253790834 10060460032 51454 33554432000 1073741824 1073778376 140735747902848 140158586456888 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24789/tid=24805] ppid=24787 vsize=9824668 CPUtime=1.04 cores=1,3,5,7
/proc/24789/task/24805/stat : 24805 (java) S 24787 24789 23457 0 -1 4202560 12024 0 0 0 101 3 0 0 20 0 22 0 253790834 10060460032 51454 33554432000 1073741824 1073778376 140735747902848 140158585404344 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24789/tid=24806] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24806/stat : 24806 (java) S 24787 24789 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253790834 10060460032 51454 33554432000 1073741824 1073778376 140735747902848 140158584351480 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24789/tid=24807] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24807/stat : 24807 (java) S 24787 24789 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253790834 10060460032 51454 33554432000 1073741824 1073778376 140735747902848 140158583299144 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24789/tid=24808] ppid=24787 vsize=9824668 CPUtime=2.77 cores=1,3,5,7
/proc/24789/task/24808/stat : 24808 (java) R 24787 24789 23457 0 -1 4202560 41 0 0 0 277 0 0 0 20 0 22 0 253790843 10060460032 51454 33554432000 1073741824 1073778376 140735747902848 140158582211152 140158825999202 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24789/tid=24809] ppid=24787 vsize=9824668 CPUtime=2.78 cores=1,3,5,7
/proc/24789/task/24809/stat : 24809 (java) R 24787 24789 23457 0 -1 4202560 142 0 0 0 275 3 0 0 20 0 22 0 253790843 10060460032 51454 33554432000 1073741824 1073778376 140735747902848 140158581157080 140158826482177 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24789/tid=24810] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24810/stat : 24810 (java) S 24787 24789 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253790844 10060460032 51454 33554432000 1073741824 1073778376 140735747902848 140158580106024 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24789/tid=24811] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24811/stat : 24811 (java) S 24787 24789 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253790844 10060460032 51454 33554432000 1073741824 1073778376 140735747902848 140158579053480 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.99
Current children cumulated vsize (KiB) 9824668

[startup+6.30089 s]
/proc/loadavg: 3.01 2.97 3.00 5/219 24811
/proc/meminfo: memFree=26544804/32873844 swapFree=7356/7356
[pid=24789] ppid=24787 vsize=9824668 CPUtime=14.32 cores=1,3,5,7
/proc/24789/stat : 24789 (java) S 24787 24789 23457 0 -1 4202496 24268 0 1 0 1418 14 0 0 20 0 22 0 253790827 10060460032 56020 33554432000 1073741824 1073778376 140735747902848 140735747893984 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24789/statm: 2456167 56020 2273 9 0 2446860 0
[pid=24789/tid=24791] ppid=24787 vsize=9824668 CPUtime=0.12 cores=1,3,5,7
/proc/24789/task/24791/stat : 24791 (java) S 24787 24789 23457 0 -1 4202560 2438 0 1 0 11 1 0 0 20 0 22 0 253790828 10060460032 56020 33554432000 1073741824 1073778376 140735747902848 140158967956472 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24789/tid=24792] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24792/stat : 24792 (java) S 24787 24789 23457 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253790830 10060460032 56020 33554432000 1073741824 1073778376 140735747902848 140158946056616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24789/tid=24793] ppid=24787 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24789/task/24793/stat : 24793 (java) S 24787 24789 23457 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 253790830 10060460032 56020 33554432000 1073741824 1073778376 140735747902848 140158945004072 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24789/tid=24794] ppid=24787 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24789/task/24794/stat : 24794 (java) S 24787 24789 23457 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 253790830 10060460032 56020 33554432000 1073741824 1073778376 140735747902848 140158943951016 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24789/tid=24795] ppid=24787 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/24789/task/24795/stat : 24795 (java) S 24787 24789 23457 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 253790830 10060460032 56020 33554432000 1073741824 1073778376 140735747902848 140158607288616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24789/tid=24796] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24796/stat : 24796 (java) S 24787 24789 23457 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 253790830 10060460032 56020 33554432000 1073741824 1073778376 140735747902848 140158606236584 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24789/tid=24797] ppid=24787 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/24789/task/24797/stat : 24797 (java) S 24787 24789 23457 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 253790830 10060460032 56020 33554432000 1073741824 1073778376 140735747902848 140158605184040 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24789/tid=24798] ppid=24787 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24789/task/24798/stat : 24798 (java) S 24787 24789 23457 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 253790830 10060460032 56020 33554432000 1073741824 1073778376 140735747902848 140158604130984 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24789/tid=24799] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24799/stat : 24799 (java) S 24787 24789 23457 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 253790830 10060460032 56020 33554432000 1073741824 1073778376 140735747902848 140158603078440 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24789/tid=24800] ppid=24787 vsize=9824668 CPUtime=0.2 cores=1,3,5,7
/proc/24789/task/24800/stat : 24800 (java) S 24787 24789 23457 0 -1 4202560 77 0 0 0 17 3 0 0 20 0 22 0 253790831 10060460032 56020 33554432000 1073741824 1073778376 140735747902848 140158590667112 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24789/tid=24801] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24801/stat : 24801 (java) S 24787 24789 23457 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 253790831 10060460032 56020 33554432000 1073741824 1073778376 140735747902848 140158589613432 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24789/tid=24802] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24802/stat : 24802 (java) S 24787 24789 23457 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253790831 10060460032 56020 33554432000 1073741824 1073778376 140735747902848 140158588560264 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24789/tid=24803] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24803/stat : 24803 (java) S 24787 24789 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253790834 10060460032 56020 33554432000 1073741824 1073778376 140735747902848 140158587509008 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24789/tid=24804] ppid=24787 vsize=9824668 CPUtime=1.04 cores=1,3,5,7
/proc/24789/task/24804/stat : 24804 (java) S 24787 24789 23457 0 -1 4202560 8223 0 0 0 101 3 0 0 20 0 22 0 253790834 10060460032 56020 33554432000 1073741824 1073778376 140735747902848 140158586456888 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/24789/statm: 2456167 234833 2274 9 0 2446860 0
[pid=24789/tid=24791] ppid=24787 vsize=9824668 CPUtime=0.18 cores=1,3,5,7
/proc/24789/task/24791/stat : 24791 (java) S 24787 24789 23457 0 -1 4202560 2456 0 1 0 15 3 0 0 20 0 22 0 253790828 10060460032 234833 33554432000 1073741824 1073778376 140735747902848 140158967956472 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24789/tid=24792] ppid=24787 vsize=9824668 CPUtime=2.81 cores=1,3,5,7
/proc/24789/task/24792/stat : 24792 (java) S 24787 24789 23457 0 -1 4202560 619 0 0 0 270 11 0 0 20 0 22 0 253790830 10060460032 234833 33554432000 1073741824 1073778376 140735747902848 140158946056616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24789/tid=24793] ppid=24787 vsize=9824668 CPUtime=2.72 cores=1,3,5,7
/proc/24789/task/24793/stat : 24793 (java) S 24787 24789 23457 0 -1 4202560 675 0 0 0 262 10 0 0 20 0 22 0 253790830 10060460032 234833 33554432000 1073741824 1073778376 140735747902848 140158945004072 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24789/tid=24794] ppid=24787 vsize=9824668 CPUtime=2.75 cores=1,3,5,7
/proc/24789/task/24794/stat : 24794 (java) S 24787 24789 23457 0 -1 4202560 604 0 0 0 265 10 0 0 20 0 22 0 253790830 10060460032 234833 33554432000 1073741824 1073778376 140735747902848 140158943951016 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24789/tid=24795] ppid=24787 vsize=9824668 CPUtime=2.81 cores=1,3,5,7
/proc/24789/task/24795/stat : 24795 (java) S 24787 24789 23457 0 -1 4202560 510 0 0 0 270 11 0 0 20 0 22 0 253790830 10060460032 234833 33554432000 1073741824 1073778376 140735747902848 140158607288616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24789/tid=24796] ppid=24787 vsize=9824668 CPUtime=2.7 cores=1,3,5,7
/proc/24789/task/24796/stat : 24796 (java) S 24787 24789 23457 0 -1 4202560 530 0 0 0 259 11 0 0 20 0 22 0 253790830 10060460032 234833 33554432000 1073741824 1073778376 140735747902848 140158606236584 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24789/tid=24797] ppid=24787 vsize=9824668 CPUtime=2.87 cores=1,3,5,7
/proc/24789/task/24797/stat : 24797 (java) S 24787 24789 23457 0 -1 4202560 603 0 0 0 274 13 0 0 20 0 22 0 253790830 10060460032 234833 33554432000 1073741824 1073778376 140735747902848 140158605184040 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24789/tid=24798] ppid=24787 vsize=9824668 CPUtime=2.83 cores=1,3,5,7
/proc/24789/task/24798/stat : 24798 (java) S 24787 24789 23457 0 -1 4202560 527 0 0 0 271 12 0 0 20 0 22 0 253790830 10060460032 234833 33554432000 1073741824 1073778376 140735747902848 140158604130984 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24789/tid=24799] ppid=24787 vsize=9824668 CPUtime=2.78 cores=1,3,5,7
/proc/24789/task/24799/stat : 24799 (java) S 24787 24789 23457 0 -1 4202560 621 0 0 0 266 12 0 0 20 0 22 0 253790830 10060460032 234833 33554432000 1073741824 1073778376 140735747902848 140158603078440 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24789/tid=24800] ppid=24787 vsize=9824668 CPUtime=8.52 cores=1,3,5,7
/proc/24789/task/24800/stat : 24800 (java) S 24787 24789 23457 0 -1 4202560 1190 0 0 0 813 39 0 0 20 0 22 0 253790831 10060460032 234833 33554432000 1073741824 1073778376 140735747902848 140158590667112 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24789/tid=24801] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24801/stat : 24801 (java) S 24787 24789 23457 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 253790831 10060460032 234833 33554432000 1073741824 1073778376 140735747902848 140158589613432 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24789/tid=24802] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24802/stat : 24802 (java) S 24787 24789 23457 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253790831 10060460032 234833 33554432000 1073741824 1073778376 140735747902848 140158588560264 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24789/tid=24803] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24803/stat : 24803 (java) S 24787 24789 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253790834 10060460032 234833 33554432000 1073741824 1073778376 140735747902848 140158587509008 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24789/tid=24804] ppid=24787 vsize=9824668 CPUtime=1.07 cores=1,3,5,7
/proc/24789/task/24804/stat : 24804 (java) S 24787 24789 23457 0 -1 4202560 8223 0 0 0 104 3 0 0 20 0 22 0 253790834 10060460032 234833 33554432000 1073741824 1073778376 140735747902848 140158586456888 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24789/tid=24805] ppid=24787 vsize=9824668 CPUtime=2.1 cores=1,3,5,7
/proc/24789/task/24805/stat : 24805 (java) S 24787 24789 23457 0 -1 4202560 15968 0 0 0 207 3 0 0 20 0 22 0 253790834 10060460032 234833 33554432000 1073741824 1073778376 140735747902848 140158585404344 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24789/tid=24806] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24806/stat : 24806 (java) S 24787 24789 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253790834 10060460032 234833 33554432000 1073741824 1073778376 140735747902848 140158584351480 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24789/tid=24807] ppid=24787 vsize=9824668 CPUtime=0.37 cores=1,3,5,7
/proc/24789/task/24807/stat : 24807 (java) S 24787 24789 23457 0 -1 4202560 51 0 0 0 21 16 0 0 20 0 22 0 253790834 10060460032 234833 33554432000 1073741824 1073778376 140735747902848 140158583299144 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24789/tid=24808] ppid=24787 vsize=9824668 CPUtime=864.84 cores=1,3,5,7
/proc/24789/task/24808/stat : 24808 (java) R 24787 24789 23457 0 -1 4202560 289 0 0 0 86466 18 0 0 20 0 22 0 253790843 10060460032 234833 33554432000 1073741824 1073778376 140735747902848 140158582209920 140158825823806 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24789/tid=24809] ppid=24787 vsize=9824668 CPUtime=864.84 cores=1,3,5,7
/proc/24789/task/24809/stat : 24809 (java) R 24787 24789 23457 0 -1 4202560 3847 0 0 0 86442 42 0 0 20 0 22 0 253790843 10060460032 234833 33554432000 1073741824 1073778376 140735747902848 140158581156032 140158826186272 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24789/tid=24810] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24810/stat : 24810 (java) S 24787 24789 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253790844 10060460032 234833 33554432000 1073741824 1073778376 140735747902848 140158580106024 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24789/tid=24811] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24811/stat : 24811 (java) S 24787 24789 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253790844 10060460032 234833 33554432000 1073741824 1073778376 140735747902848 140158579053480 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1768.49
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.101 s]
/proc/loadavg: 4.00 3.93 3.58 5/219 24970
/proc/meminfo: memFree=25773784/32873844 swapFree=7356/7356
[pid=24789] ppid=24787 vsize=9824668 CPUtime=1800.14 cores=1,3,5,7
/proc/24789/stat : 24789 (java) S 24787 24789 23457 0 -1 4202496 37908 0 1 0 179826 188 0 0 20 0 22 0 253790827 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140735747893984 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24789/statm: 2456167 223433 2274 9 0 2446860 0
[pid=24789/tid=24791] ppid=24787 vsize=9824668 CPUtime=0.18 cores=1,3,5,7
/proc/24789/task/24791/stat : 24791 (java) S 24787 24789 23457 0 -1 4202560 2457 0 1 0 15 3 0 0 20 0 22 0 253790828 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140158967956472 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24789/tid=24792] ppid=24787 vsize=9824668 CPUtime=2.85 cores=1,3,5,7
/proc/24789/task/24792/stat : 24792 (java) S 24787 24789 23457 0 -1 4202560 620 0 0 0 274 11 0 0 20 0 22 0 253790830 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140158946056616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24789/tid=24793] ppid=24787 vsize=9824668 CPUtime=2.76 cores=1,3,5,7
/proc/24789/task/24793/stat : 24793 (java) S 24787 24789 23457 0 -1 4202560 675 0 0 0 266 10 0 0 20 0 22 0 253790830 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140158945004072 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24789/tid=24794] ppid=24787 vsize=9824668 CPUtime=2.78 cores=1,3,5,7
/proc/24789/task/24794/stat : 24794 (java) S 24787 24789 23457 0 -1 4202560 604 0 0 0 268 10 0 0 20 0 22 0 253790830 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140158943951016 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24789/tid=24795] ppid=24787 vsize=9824668 CPUtime=2.88 cores=1,3,5,7
/proc/24789/task/24795/stat : 24795 (java) S 24787 24789 23457 0 -1 4202560 511 0 0 0 277 11 0 0 20 0 22 0 253790830 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140158607288616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24789/tid=24796] ppid=24787 vsize=9824668 CPUtime=2.74 cores=1,3,5,7
/proc/24789/task/24796/stat : 24796 (java) S 24787 24789 23457 0 -1 4202560 530 0 0 0 263 11 0 0 20 0 22 0 253790830 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140158606236584 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24789/tid=24797] ppid=24787 vsize=9824668 CPUtime=2.91 cores=1,3,5,7
/proc/24789/task/24797/stat : 24797 (java) S 24787 24789 23457 0 -1 4202560 604 0 0 0 278 13 0 0 20 0 22 0 253790830 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140158605184040 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24789/tid=24798] ppid=24787 vsize=9824668 CPUtime=2.86 cores=1,3,5,7
/proc/24789/task/24798/stat : 24798 (java) S 24787 24789 23457 0 -1 4202560 527 0 0 0 273 13 0 0 20 0 22 0 253790830 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140158604130984 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24789/tid=24799] ppid=24787 vsize=9824668 CPUtime=2.84 cores=1,3,5,7
/proc/24789/task/24799/stat : 24799 (java) S 24787 24789 23457 0 -1 4202560 621 0 0 0 272 12 0 0 20 0 22 0 253790830 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140158603078440 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24789/tid=24800] ppid=24787 vsize=9824668 CPUtime=8.65 cores=1,3,5,7
/proc/24789/task/24800/stat : 24800 (java) S 24787 24789 23457 0 -1 4202560 1190 0 0 0 826 39 0 0 20 0 22 0 253790831 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140158590667112 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24789/tid=24801] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24801/stat : 24801 (java) S 24787 24789 23457 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 253790831 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140158589613432 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24789/tid=24802] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24802/stat : 24802 (java) S 24787 24789 23457 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253790831 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140158588560264 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24789/tid=24803] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24803/stat : 24803 (java) S 24787 24789 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253790834 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140158587509008 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24789/tid=24804] ppid=24787 vsize=9824668 CPUtime=1.07 cores=1,3,5,7
/proc/24789/task/24804/stat : 24804 (java) S 24787 24789 23457 0 -1 4202560 8223 0 0 0 104 3 0 0 20 0 22 0 253790834 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140158586456888 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24789/tid=24805] ppid=24787 vsize=9824668 CPUtime=2.1 cores=1,3,5,7
/proc/24789/task/24805/stat : 24805 (java) S 24787 24789 23457 0 -1 4202560 15968 0 0 0 207 3 0 0 20 0 22 0 253790834 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140158585404344 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24789/tid=24806] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24806/stat : 24806 (java) S 24787 24789 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253790834 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140158584351480 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24789/tid=24807] ppid=24787 vsize=9824668 CPUtime=0.38 cores=1,3,5,7
/proc/24789/task/24807/stat : 24807 (java) S 24787 24789 23457 0 -1 4202560 51 0 0 0 22 16 0 0 20 0 22 0 253790834 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140158583299144 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24789/tid=24808] ppid=24787 vsize=9824668 CPUtime=880.38 cores=1,3,5,7
/proc/24789/task/24808/stat : 24808 (java) R 24787 24789 23457 0 -1 4202560 289 0 0 0 88020 18 0 0 20 0 22 0 253790843 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140158582210880 140158825890814 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24789/tid=24809] ppid=24787 vsize=9824668 CPUtime=880.37 cores=1,3,5,7
/proc/24789/task/24809/stat : 24809 (java) R 24787 24789 23457 0 -1 4202560 3850 0 0 0 87995 42 0 0 20 0 22 0 253790843 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140158581156368 140158826186286 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24789/tid=24810] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24810/stat : 24810 (java) S 24787 24789 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253790844 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140158580106024 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24789/tid=24811] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24811/stat : 24811 (java) S 24787 24789 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253790844 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140158579053480 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 9824668

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

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

[startup+898.101 s]
/proc/loadavg: 4.00 3.93 3.58 5/219 24970
/proc/meminfo: memFree=25773784/32873844 swapFree=7356/7356
[pid=24789] ppid=24787 vsize=9824668 CPUtime=1800.14 cores=1,3,5,7
/proc/24789/stat : 24789 (java) S 24787 24789 23457 0 -1 4202496 37908 0 1 0 179826 188 0 0 20 0 22 0 253790827 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140735747893984 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24789/statm: 2456167 223433 2274 9 0 2446860 0
[pid=24789/tid=24791] ppid=24787 vsize=9824668 CPUtime=0.18 cores=1,3,5,7
/proc/24789/task/24791/stat : 24791 (java) S 24787 24789 23457 0 -1 4202560 2457 0 1 0 15 3 0 0 20 0 22 0 253790828 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140158967956472 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24789/tid=24792] ppid=24787 vsize=9824668 CPUtime=2.85 cores=1,3,5,7
/proc/24789/task/24792/stat : 24792 (java) S 24787 24789 23457 0 -1 4202560 620 0 0 0 274 11 0 0 20 0 22 0 253790830 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140158946056616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24789/tid=24793] ppid=24787 vsize=9824668 CPUtime=2.76 cores=1,3,5,7
/proc/24789/task/24793/stat : 24793 (java) S 24787 24789 23457 0 -1 4202560 675 0 0 0 266 10 0 0 20 0 22 0 253790830 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140158945004072 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24789/tid=24794] ppid=24787 vsize=9824668 CPUtime=2.78 cores=1,3,5,7
/proc/24789/task/24794/stat : 24794 (java) S 24787 24789 23457 0 -1 4202560 604 0 0 0 268 10 0 0 20 0 22 0 253790830 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140158943951016 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24789/tid=24795] ppid=24787 vsize=9824668 CPUtime=2.88 cores=1,3,5,7
/proc/24789/task/24795/stat : 24795 (java) S 24787 24789 23457 0 -1 4202560 511 0 0 0 277 11 0 0 20 0 22 0 253790830 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140158607288616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24789/tid=24796] ppid=24787 vsize=9824668 CPUtime=2.74 cores=1,3,5,7
/proc/24789/task/24796/stat : 24796 (java) S 24787 24789 23457 0 -1 4202560 530 0 0 0 263 11 0 0 20 0 22 0 253790830 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140158606236584 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24789/tid=24797] ppid=24787 vsize=9824668 CPUtime=2.91 cores=1,3,5,7
/proc/24789/task/24797/stat : 24797 (java) S 24787 24789 23457 0 -1 4202560 604 0 0 0 278 13 0 0 20 0 22 0 253790830 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140158605184040 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24789/tid=24798] ppid=24787 vsize=9824668 CPUtime=2.86 cores=1,3,5,7
/proc/24789/task/24798/stat : 24798 (java) S 24787 24789 23457 0 -1 4202560 527 0 0 0 273 13 0 0 20 0 22 0 253790830 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140158604130984 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24789/tid=24799] ppid=24787 vsize=9824668 CPUtime=2.84 cores=1,3,5,7
/proc/24789/task/24799/stat : 24799 (java) S 24787 24789 23457 0 -1 4202560 621 0 0 0 272 12 0 0 20 0 22 0 253790830 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140158603078440 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24789/tid=24800] ppid=24787 vsize=9824668 CPUtime=8.65 cores=1,3,5,7
/proc/24789/task/24800/stat : 24800 (java) S 24787 24789 23457 0 -1 4202560 1190 0 0 0 826 39 0 0 20 0 22 0 253790831 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140158590667112 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24789/tid=24801] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24801/stat : 24801 (java) S 24787 24789 23457 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 253790831 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140158589613432 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24789/tid=24802] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24802/stat : 24802 (java) S 24787 24789 23457 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253790831 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140158588560264 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24789/tid=24803] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24803/stat : 24803 (java) S 24787 24789 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253790834 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140158587509008 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24789/tid=24804] ppid=24787 vsize=9824668 CPUtime=1.07 cores=1,3,5,7
/proc/24789/task/24804/stat : 24804 (java) S 24787 24789 23457 0 -1 4202560 8223 0 0 0 104 3 0 0 20 0 22 0 253790834 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140158586456888 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24789/tid=24805] ppid=24787 vsize=9824668 CPUtime=2.1 cores=1,3,5,7
/proc/24789/task/24805/stat : 24805 (java) S 24787 24789 23457 0 -1 4202560 15968 0 0 0 207 3 0 0 20 0 22 0 253790834 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140158585404344 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24789/tid=24806] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24806/stat : 24806 (java) S 24787 24789 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253790834 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140158584351480 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24789/tid=24807] ppid=24787 vsize=9824668 CPUtime=0.38 cores=1,3,5,7
/proc/24789/task/24807/stat : 24807 (java) S 24787 24789 23457 0 -1 4202560 51 0 0 0 22 16 0 0 20 0 22 0 253790834 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140158583299144 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24789/tid=24808] ppid=24787 vsize=9824668 CPUtime=880.38 cores=1,3,5,7
/proc/24789/task/24808/stat : 24808 (java) R 24787 24789 23457 0 -1 4202560 289 0 0 0 88020 18 0 0 20 0 22 0 253790843 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140158582210880 140158825890814 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24789/tid=24809] ppid=24787 vsize=9824668 CPUtime=880.37 cores=1,3,5,7
/proc/24789/task/24809/stat : 24809 (java) R 24787 24789 23457 0 -1 4202560 3850 0 0 0 87995 42 0 0 20 0 22 0 253790843 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140158581156368 140158826186286 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24789/tid=24810] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24810/stat : 24810 (java) S 24787 24789 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253790844 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140158580106024 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24789/tid=24811] ppid=24787 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24789/task/24811/stat : 24811 (java) S 24787 24789 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253790844 10060460032 223433 33554432000 1073741824 1073778376 140735747902848 140158579053480 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24789 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=880288
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=320647
# CPU time returned by wait4() is 1796.2
# while last known CPU time is 1800.14
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 898.155
CPU time (s): 1800.14
CPU user time (s): 1798.26
CPU system time (s): 1.88
CPU usage (%): 200.426
Max. virtual memory (cumulated for all children) (KiB): 9826308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.88
system time used= 2.32065
maximum resident set size= 1149784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37950
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33605
involuntary context switches= 53881

runsolver used 3.49147 second user time and 8.78366 second system time

The end

Launcher Data

Begin job on node109 at 2012-05-24 18:23:43
IDJOB=3688252
IDBENCH=2931
IDSOLVER=2268
FILE ID=node109/3688252-1337876622
RUNJOBID= node109-1337871881-23474
PBS_JOBID= 14620095
Free space on /tmp= 71680 MiB

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

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

MD5SUM BENCH= 37c74b9e914d30b1ddfc0838676dd479
RANDOM SEED=327790879

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26741972 kB
Buffers:          200944 kB
Cached:          2784488 kB
SwapCached:            0 kB
Active:          2747804 kB
Inactive:        2612148 kB
Active(anon):    2376708 kB
Inactive(anon):        0 kB
Active(file):     371096 kB
Inactive(file):  2612148 kB
Unevictable:        7356 kB
Mlocked:            7356 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               140 kB
Writeback:             0 kB
AnonPages:       2383312 kB
Mapped:            22528 kB
Shmem:               200 kB
Slab:             626028 kB
SReclaimable:      68648 kB
SUnreclaim:       557380 kB
KernelStack:        1632 kB
PageTables:         9604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2701156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2318336 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= 71680 MiB
End job on node109 at 2012-05-24 18:38:43