Trace number 3709959

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-112.opb
MD5SUM7a0b627cea8cce891554469525360150
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables33692
Total number of constraints740354
Number of constraints which are clauses662955
Number of constraints which are cardinality constraints (but not clauses)2653
Number of constraints which are nor clauses,nor cardinality constraints74746
Minimum length of a constraint1
Maximum length of a constraint567
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 568
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.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 read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.13	c configuring ORDERS
0.08/0.14	c --- Begin Solver configuration ---
0.08/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.08/0.14	c Learn all clauses as in MiniSAT
0.08/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.14	c Expensive reason simplification
0.08/0.14	c Armin Biere (Picosat) restarts strategy
0.08/0.14	c Glucose learned constraints deletion strategy
0.08/0.14	c timeout=2147483s
0.08/0.14	c DB Simplification allowed=true
0.08/0.14	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.14	c --- End Solver configuration ---
0.08/0.14	c solving HOME/instance-3709959-1338197569.opb
0.08/0.14	c reading problem ... 
5.91/4.96	c ... done. Wall clock time 4.824s.
5.91/4.96	c declared #vars     33692
6.74/5.46	c #constraints  737581
6.74/5.46	c constraints type 
6.74/5.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 511946
6.74/5.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 2643
6.74/5.46	c ignored satisfied constraints => 4115
6.74/5.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 147983
6.74/5.46	c org.sat4j.minisat.constraints.cnf.UnitClause => 263
6.74/5.46	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 74746
6.74/5.46	c 741696 constraints processed.
9.41/8.07	c cleaning 2499 clauses out of 4999 with flag 5001/5001
13.22/11.10	c cleaning 4246 clauses out of 8499 with flag 11000/11000
16.33/14.28	c cleaning 5623 clauses out of 11253 with flag 18000/18000
20.05/17.93	c cleaning 6804 clauses out of 13630 with flag 26000/26000
24.11/21.91	c cleaning 7909 clauses out of 15828 with flag 35002/35002
28.02/25.88	c cleaning 8955 clauses out of 17917 with flag 45000/45000
32.54/30.32	c cleaning 9977 clauses out of 19962 with flag 56000/56000
37.36/35.16	c cleaning 10989 clauses out of 21985 with flag 68000/68000
42.76/40.59	c cleaning 11994 clauses out of 23997 with flag 81001/81001
48.67/46.47	c cleaning 13002 clauses out of 26006 with flag 95004/95004
54.78/52.52	c cleaning 13998 clauses out of 28003 with flag 110003/110003
61.60/59.31	c cleaning 14995 clauses out of 30002 with flag 126000/126000
67.61/65.38	c cleaning 16000 clauses out of 32008 with flag 143001/143001
74.22/71.92	c cleaning 16999 clauses out of 34008 with flag 161001/161001
81.65/79.38	c cleaning 17997 clauses out of 36009 with flag 180001/180001
90.16/87.81	c cleaning 19000 clauses out of 38012 with flag 200001/200001
99.08/96.70	c cleaning 20005 clauses out of 40013 with flag 221002/221002
107.99/105.68	c cleaning 21001 clauses out of 42007 with flag 243001/243001
117.81/115.46	c cleaning 21999 clauses out of 44005 with flag 266000/266000
126.93/124.53	c cleaning 22999 clauses out of 46007 with flag 290001/290001
135.57/133.13	c cleaning 23997 clauses out of 48007 with flag 315000/315000
144.99/142.56	c cleaning 24997 clauses out of 50013 with flag 341003/341003
155.52/153.02	c cleaning 26000 clauses out of 52014 with flag 368001/368001
167.46/164.95	c cleaning 27007 clauses out of 54013 with flag 396000/396000
180.08/177.51	c cleaning 27993 clauses out of 56006 with flag 425000/425000
192.61/190.01	c cleaning 29004 clauses out of 58013 with flag 455000/455000
205.22/202.62	c cleaning 29999 clauses out of 60010 with flag 486001/486001
218.34/215.72	c cleaning 31004 clauses out of 62011 with flag 518001/518001
231.55/228.91	c cleaning 31999 clauses out of 64006 with flag 551000/551000
245.17/242.57	c cleaning 33002 clauses out of 66009 with flag 585002/585002
260.98/258.31	c cleaning 33993 clauses out of 68006 with flag 620001/620001
278.69/276.10	c cleaning 35003 clauses out of 70012 with flag 656000/656000
295.13/292.49	c cleaning 36001 clauses out of 72009 with flag 693000/693000
313.15/310.45	c cleaning 37000 clauses out of 74009 with flag 731001/731001
331.05/328.32	c cleaning 38004 clauses out of 76009 with flag 770001/770001
349.38/346.69	c cleaning 38995 clauses out of 78004 with flag 810000/810000
368.20/365.45	c cleaning 39995 clauses out of 80010 with flag 851001/851001
387.31/384.58	c cleaning 41002 clauses out of 82015 with flag 893001/893001
407.85/405.05	c cleaning 42002 clauses out of 84013 with flag 936001/936001
427.36/424.55	c cleaning 42998 clauses out of 86011 with flag 980001/980001
448.46/445.69	c cleaning 44002 clauses out of 88012 with flag 1025000/1025000
473.47/470.63	c cleaning 45005 clauses out of 90010 with flag 1071000/1071000
498.30/495.45	c cleaning 45999 clauses out of 92006 with flag 1118001/1118001
525.12/522.29	c cleaning 47000 clauses out of 94008 with flag 1166002/1166002
551.94/549.06	c cleaning 48003 clauses out of 96009 with flag 1215003/1215003
582.27/579.37	c cleaning 49000 clauses out of 98003 with flag 1265000/1265000
613.40/610.48	c cleaning 49989 clauses out of 100003 with flag 1316000/1316000
644.22/641.24	c cleaning 51001 clauses out of 102014 with flag 1368000/1368000
672.73/669.72	c cleaning 52001 clauses out of 104013 with flag 1421000/1421000
708.48/705.43	c cleaning 53005 clauses out of 106012 with flag 1475000/1475000
744.10/741.05	c cleaning 53997 clauses out of 108007 with flag 1530000/1530000
778.43/775.38	c cleaning 55001 clauses out of 110010 with flag 1586000/1586000
807.97/804.85	c cleaning 56000 clauses out of 112010 with flag 1643001/1643001
838.99/835.86	c cleaning 56994 clauses out of 114009 with flag 1701000/1701000
870.23/867.09	c cleaning 58006 clauses out of 116016 with flag 1760001/1760001
915.35/912.11	c cleaning 59001 clauses out of 118009 with flag 1820000/1820000
951.38/948.18	c cleaning 59998 clauses out of 120009 with flag 1881001/1881001
982.60/979.31	c cleaning 60996 clauses out of 122010 with flag 1943000/1943000
1018.82/1015.52	c cleaning 62000 clauses out of 124017 with flag 2006003/2006003
1062.14/1058.81	c cleaning 63002 clauses out of 126014 with flag 2070000/2070000
1106.05/1102.77	c cleaning 64002 clauses out of 128013 with flag 2135001/2135001
1147.98/1144.67	c cleaning 65003 clauses out of 130014 with flag 2201004/2201004
1191.91/1188.50	c cleaning 65995 clauses out of 132007 with flag 2268000/2268000
1234.83/1231.44	c cleaning 67005 clauses out of 134013 with flag 2336001/2336001
1277.77/1274.31	c cleaning 67995 clauses out of 136007 with flag 2405000/2405000
1323.97/1320.57	c cleaning 69002 clauses out of 138013 with flag 2475001/2475001
1364.88/1361.44	c cleaning 69999 clauses out of 140010 with flag 2546000/2546000
1404.92/1401.42	c cleaning 70997 clauses out of 142011 with flag 2618000/2618000
1447.64/1444.10	c cleaning 71997 clauses out of 144014 with flag 2691000/2691000
1499.77/1496.27	c cleaning 73000 clauses out of 146018 with flag 2765001/2765001
1545.93/1542.34	c cleaning 74004 clauses out of 148017 with flag 2840000/2840000
1599.34/1595.72	c cleaning 75003 clauses out of 150013 with flag 2916000/2916000
1649.86/1646.24	c cleaning 76001 clauses out of 152012 with flag 2993002/2993002
1703.29/1699.64	c cleaning 76995 clauses out of 154010 with flag 3071001/3071001
1752.50/1748.88	c cleaning 78004 clauses out of 156016 with flag 3150002/3150002
1800.03/1796.32	c starts		: 249
1800.03/1796.32	c conflicts		: 3224687
1800.03/1796.32	c decisions		: 3902112
1800.03/1796.32	c propagations		: 2214916543
1800.03/1796.32	c inspects		: 22726389211
1800.03/1796.32	c shortcuts		: 0
1800.03/1796.32	c learnt literals	: 1
1800.03/1796.32	c learnt binary clauses	: 1
1800.03/1796.32	c learnt ternary clauses	: 4
1800.03/1796.32	c learnt constraints	: 3224686
1800.03/1796.32	c ignored constraints	: 0
1800.03/1796.32	c root simplifications	: 250
1800.03/1796.32	c removed literals (reason simplification)	: 80619923
1800.03/1796.32	c reason swapping (by a shorter reason)	: 0
1800.03/1796.32	c Calls to reduceDB	: 75
1800.03/1796.32	c number of reductions to clauses (during analyze)	: 0
1800.03/1796.32	c number of learned constraints concerned by reduction	: 0
1800.03/1796.32	c number of learning phase by resolution	: 0
1800.03/1796.32	c number of learning phase by cutting planes	: 0
1800.03/1796.32	c speed (assignments/second)	: 1236462.7592971267
1800.03/1796.32	c non guided choices	2612
1800.03/1796.35	c learnt constraints type 
1800.03/1796.35	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.03/1796.35	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 152714
1800.03/1796.35	c constraints type 
1800.03/1796.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 511946
1800.03/1796.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 2643
1800.03/1796.35	c ignored satisfied constraints => 4115
1800.03/1796.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 147983
1800.03/1796.35	c org.sat4j.minisat.constraints.cnf.UnitClause => 263
1800.03/1796.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 74746
1800.03/1796.35	c 741696 constraints processed.
1800.03/1796.35	s UNKNOWN
1800.03/1796.35	c Total wall clock time (in seconds): 1796.212

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-3709959-1338197569/watcher-3709959-1338197569 -o /tmp/evaluation-result-3709959-1338197569/solver-3709959-1338197569 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709959-1338197569.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: 2.00 2.02 1.95 3/194 10279
/proc/meminfo: memFree=30685740/32873844 swapFree=6872/6872
[pid=10279] ppid=10277 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/10279/stat : 10279 (java) D 10277 10279 9972 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 285885481 9515008 183 33554432000 1073741824 1073778376 140733701402976 140733701394008 270118239925 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/10279/statm: 2323 183 140 9 0 71 0

[startup+0.0145201 s]
/proc/loadavg: 2.00 2.02 1.95 3/194 10279
/proc/meminfo: memFree=30685740/32873844 swapFree=6872/6872
[pid=10279] ppid=10277 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/10279/stat : 10279 (java) S 10277 10279 9972 0 -1 4202496 1276 0 0 0 0 0 0 0 20 0 2 0 285885481 98570240 977 33554432000 1073741824 1073778376 140733919198048 140733919189184 270121599037 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10279/statm: 24065 977 743 9 0 16771 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96260

[startup+0.100231 s]
/proc/loadavg: 2.00 2.02 1.95 3/194 10279
/proc/meminfo: memFree=30685740/32873844 swapFree=6872/6872
[pid=10279] ppid=10277 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/10279/stat : 10279 (java) S 10277 10279 9972 0 -1 4202496 3689 0 1 0 7 1 0 0 20 0 18 0 285885481 9787842560 4897 33554432000 1073741824 1073778376 140733919198048 140733919189184 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10279/statm: 2389610 4897 1938 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300217 s]
/proc/loadavg: 2.00 2.02 1.95 3/194 10279
/proc/meminfo: memFree=30685740/32873844 swapFree=6872/6872
[pid=10279] ppid=10277 vsize=9558440 CPUtime=0.41 cores=0,2,4,6
/proc/10279/stat : 10279 (java) S 10277 10279 9972 0 -1 4202496 5143 0 1 0 40 1 0 0 20 0 18 0 285885481 9787842560 8440 33554432000 1073741824 1073778376 140733919198048 140733919189184 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10279/statm: 2389610 8440 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 9558440

[startup+0.700222 s]
/proc/loadavg: 2.00 2.02 1.95 3/194 10279
/proc/meminfo: memFree=30685740/32873844 swapFree=6872/6872
[pid=10279] ppid=10277 vsize=9558440 CPUtime=1.08 cores=0,2,4,6
/proc/10279/stat : 10279 (java) S 10277 10279 9972 0 -1 4202496 6869 0 1 0 104 4 0 0 20 0 18 0 285885481 9787842560 40813 33554432000 1073741824 1073778376 140733919198048 140733919189184 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10279/statm: 2389610 40813 2254 9 0 2380296 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 9558440

[startup+1.50068 s]
/proc/loadavg: 2.00 2.02 1.95 3/212 10297
/proc/meminfo: memFree=30522536/32873844 swapFree=6872/6872
[pid=10279] ppid=10277 vsize=9558440 CPUtime=2.12 cores=0,2,4,6
/proc/10279/stat : 10279 (java) S 10277 10279 9972 0 -1 4202496 8295 0 1 0 204 8 0 0 20 0 18 0 285885481 9787842560 77751 33554432000 1073741824 1073778376 140733919198048 140733919189184 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10279/statm: 2389610 77751 2254 9 0 2380296 0
[pid=10279/tid=10281] ppid=10277 vsize=9558440 CPUtime=1.39 cores=0,2,4,6
/proc/10279/task/10281/stat : 10281 (java) R 10277 10279 9972 0 -1 4202560 2653 0 1 0 134 5 0 0 20 0 18 0 285885482 9787842560 77751 33554432000 1073741824 1073778376 140733919198048 140164086676616 140163926126046 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10279/tid=10282] ppid=10277 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/10279/task/10282/stat : 10282 (java) S 10277 10279 9972 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 18 0 285885483 9787842560 77751 33554432000 1073741824 1073778376 140733919198048 140164048169128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10279/tid=10283] ppid=10277 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/10279/task/10283/stat : 10283 (java) S 10277 10279 9972 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 18 0 285885483 9787842560 77751 33554432000 1073741824 1073778376 140733919198048 140164047116584 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10279/tid=10284] ppid=10277 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/10279/task/10284/stat : 10284 (java) S 10277 10279 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 285885483 9787842560 77751 33554432000 1073741824 1073778376 140733919198048 140164046064040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10279/tid=10285] ppid=10277 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/10279/task/10285/stat : 10285 (java) S 10277 10279 9972 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 285885483 9787842560 77751 33554432000 1073741824 1073778376 140733919198048 140164045011496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10279/tid=10286] ppid=10277 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/10279/task/10286/stat : 10286 (java) S 10277 10279 9972 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 285885483 9787842560 77751 33554432000 1073741824 1073778376 140733919198048 140163925666472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10279/tid=10287] ppid=10277 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/10279/task/10287/stat : 10287 (java) S 10277 10279 9972 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 285885483 9787842560 77751 33554432000 1073741824 1073778376 140733919198048 140163924613928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10279/tid=10288] ppid=10277 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/10279/task/10288/stat : 10288 (java) S 10277 10279 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285885483 9787842560 77751 33554432000 1073741824 1073778376 140733919198048 140163923561384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10279/tid=10289] ppid=10277 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/10279/task/10289/stat : 10289 (java) S 10277 10279 9972 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 18 0 285885483 9787842560 77751 33554432000 1073741824 1073778376 140733919198048 140163922508840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10279/tid=10290] ppid=10277 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/10279/task/10290/stat : 10290 (java) S 10277 10279 9972 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 285885484 9787842560 77751 33554432000 1073741824 1073778376 140733919198048 140163910309992 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10279/tid=10291] ppid=10277 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/10279/task/10291/stat : 10291 (java) S 10277 10279 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 285885485 9787842560 77751 33554432000 1073741824 1073778376 140733919198048 140163304907896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10279/tid=10292] ppid=10277 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/10279/task/10292/stat : 10292 (java) S 10277 10279 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 285885485 9787842560 77751 33554432000 1073741824 1073778376 140733919198048 140163303855240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10279/tid=10293] ppid=10277 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/10279/task/10293/stat : 10293 (java) S 10277 10279 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285885488 9787842560 77751 33554432000 1073741824 1073778376 140733919198048 140163302803984 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10279/tid=10294] ppid=10277 vsize=9558440 CPUtime=0.23 cores=0,2,4,6
/proc/10279/task/10294/stat : 10294 (java) S 10277 10279 9972 0 -1 4202560 1943 0 0 0 23 0 0 0 20 0 18 0 285885488 9787842560 77751 33554432000 1073741824 1073778376 140733919198048 140163301751352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10279/tid=10295] ppid=10277 vsize=9558440 CPUtime=0.24 cores=0,2,4,6
/proc/10279/task/10295/stat : 10295 (java) S 10277 10279 9972 0 -1 4202560 2257 0 0 0 24 0 0 0 20 0 18 0 285885488 9787842560 77751 33554432000 1073741824 1073778376 140733919198048 140163300698808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10279/tid=10296] ppid=10277 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/10279/task/10296/stat : 10296 (java) S 10277 10279 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285885488 9787842560 77751 33554432000 1073741824 1073778376 140733919198048 140163299646456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10279/tid=10297] ppid=10277 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/10279/task/10297/stat : 10297 (java) S 10277 10279 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285885488 9787842560 77751 33554432000 1073741824 1073778376 140733919198048 140163298594120 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 9558440

[startup+3.10068 s]
/proc/loadavg: 2.00 2.02 1.95 3/212 10297
/proc/meminfo: memFree=30359444/32873844 swapFree=6872/6872
[pid=10279] ppid=10277 vsize=9558440 CPUtime=3.97 cores=0,2,4,6
/proc/10279/stat : 10279 (java) S 10277 10279 9972 0 -1 4202496 8794 0 1 0 379 18 0 0 20 0 18 0 285885481 9787842560 150729 33554432000 1073741824 1073778376 140733919198048 140733919189184 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10279/statm: 2389610 150729 2254 9 0 2380296 0
[pid=10279/tid=10281] ppid=10277 vsize=9558440 CPUtime=2.92 cores=0,2,4,6
/proc/10279/task/10281/stat : 10281 (java) R 10277 10279 9972 0 -1 4202560 2770 0 1 0 283 9 0 0 20 0 18 0 285885482 9787842560 150729 33554432000 1073741824 1073778376 140733919198048 140164086669168 140163926079612 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10279/tid=10282] ppid=10277 vsize=9558440 CPUtime=0.04 cores=0,2,4,6
/proc/10279/task/10282/stat : 10282 (java) S 10277 10279 9972 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 18 0 285885483 9787842560 150729 33554432000 1073741824 1073778376 140733919198048 140164048169128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10279/tid=10283] ppid=10277 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/10279/task/10283/stat : 10283 (java) S 10277 10279 9972 0 -1 4202560 37 0 0 0 7 2 0 0 20 0 18 0 285885483 9787842560 150729 33554432000 1073741824 1073778376 140733919198048 140164047116584 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10279/tid=10284] ppid=10277 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/10279/task/10284/stat : 10284 (java) S 10277 10279 9972 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 18 0 285885483 9787842560 150729 33554432000 1073741824 1073778376 140733919198048 140164046064040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10279/tid=10285] ppid=10277 vsize=9558440 CPUtime=0.05 cores=0,2,4,6
/proc/10279/task/10285/stat : 10285 (java) S 10277 10279 9972 0 -1 4202560 28 0 0 0 4 1 0 0 20 0 18 0 285885483 9787842560 150729 33554432000 1073741824 1073778376 140733919198048 140164045011496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10279/tid=10286] ppid=10277 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/10279/task/10286/stat : 10286 (java) S 10277 10279 9972 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 18 0 285885483 9787842560 150729 33554432000 1073741824 1073778376 140733919198048 140163925666472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10279/tid=10287] ppid=10277 vsize=9558440 CPUtime=0.04 cores=0,2,4,6
/proc/10279/task/10287/stat : 10287 (java) S 10277 10279 9972 0 -1 4202560 20 0 0 0 3 1 0 0 20 0 18 0 285885483 9787842560 150729 33554432000 1073741824 1073778376 140733919198048 140163924613928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10279/tid=10288] ppid=10277 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/10279/task/10288/stat : 10288 (java) S 10277 10279 9972 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 18 0 285885483 9787842560 150729 33554432000 1073741824 1073778376 140733919198048 140163923561384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10279/tid=10289] ppid=10277 vsize=9558440 CPUtime=0.06 cores=0,2,4,6
/proc/10279/task/10289/stat : 10289 (java) S 10277 10279 9972 0 -1 4202560 26 0 0 0 6 0 0 0 20 0 18 0 285885483 9787842560 150729 33554432000 1073741824 1073778376 140733919198048 140163922508840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10279/tid=10290] ppid=10277 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/10279/task/10290/stat : 10290 (java) S 10277 10279 9972 0 -1 4202560 461 0 0 0 0 0 0 0 20 0 18 0 285885484 9787842560 150729 33554432000 1073741824 1073778376 140733919198048 140163910309992 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10279/tid=10291] ppid=10277 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/10279/task/10291/stat : 10291 (java) S 10277 10279 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 285885485 9787842560 150729 33554432000 1073741824 1073778376 140733919198048 140163304907896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10279/tid=10292] ppid=10277 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/10279/task/10292/stat : 10292 (java) S 10277 10279 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 285885485 9787842560 150729 33554432000 1073741824 1073778376 140733919198048 140163303855240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10279/tid=10293] ppid=10277 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/10279/task/10293/stat : 10293 (java) S 10277 10279 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285885488 9787842560 150729 33554432000 1073741824 1073778376 140733919198048 140163302803984 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10279/tid=10294] ppid=10277 vsize=9558440 CPUtime=0.23 cores=0,2,4,6
/proc/10279/task/10294/stat : 10294 (java) S 10277 10279 9972 0 -1 4202560 1943 0 0 0 23 0 0 0 20 0 18 0 285885488 9787842560 150729 33554432000 1073741824 1073778376 140733919198048 140163301751352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10279/tid=10295] ppid=10277 vsize=9558440 CPUtime=0.29 cores=0,2,4,6
/proc/10279/task/10295/stat : 10295 (java) S 10277 10279 9972 0 -1 4202560 2262 0 0 0 29 0 0 0 20 0 18 0 285885488 9787842560 150729 33554432000 1073741824 1073778376 140733919198048 140163300698808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10279/tid=10296] ppid=10277 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/10279/task/10296/stat : 10296 (java) S 10277 10279 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285885488 9787842560 150729 33554432000 1073741824 1073778376 140733919198048 140163299646456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10279/tid=10297] ppid=10277 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/10279/task/10297/stat : 10297 (java) S 10277 10279 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285885488 9787842560 150729 33554432000 1073741824 1073778376 140733919198048 140163298594120 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 9558440

[startup+6.30071 s]
/proc/loadavg: 2.00 2.02 1.95 3/213 10298
/proc/meminfo: memFree=29656852/32873844 swapFree=6872/6872
[pid=10279] ppid=10277 vsize=9625004 CPUtime=7.67 cores=0,2,4,6
/proc/10279/stat : 10279 (java) S 10277 10279 9972 0 -1 4202496 9593 0 1 0 741 26 0 0 20 0 19 0 285885481 9856004096 258408 33554432000 1073741824 1073778376 140733919198048 140733919189184 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10279/statm: 2406251 258408 2271 9 0 2396937 0
[pid=10279/tid=10281] ppid=10277 vsize=9625004 CPUtime=6.06 cores=0,2,4,6
/proc/10279/task/10281/stat : 10281 (java) R 10277 10279 9972 0 -1 4202560 2976 0 1 0 593 13 0 0 20 0 19 0 285885482 9856004096 258408 33554432000 1073741824 1073778376 140733919198048 140164086676184 140163926479558 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10279/tid=10282] ppid=10277 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/10279/task/10282/stat : 10282 (java) S 10277 10279 9972 0 -1 4202560 38 0 0 0 5 1 0 0 20 0 19 0 285885483 9856004096 258408 33554432000 1073741824 1073778376 140733919198048 140164048169128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10279/tid=10283] ppid=10277 vsize=9625004 CPUtime=0.11 cores=0,2,4,6
/proc/10279/task/10283/stat : 10283 (java) S 10277 10279 9972 0 -1 4202560 57 0 0 0 8 3 0 0 20 0 19 0 285885483 9856004096 258408 33554432000 1073741824 1073778376 140733919198048 140164047116584 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10279/tid=10284] ppid=10277 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/10279/task/10284/stat : 10284 (java) S 10277 10279 9972 0 -1 4202560 64 0 0 0 3 1 0 0 20 0 19 0 285885483 9856004096 258408 33554432000 1073741824 1073778376 140733919198048 140164046064040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10279/tid=10285] ppid=10277 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/10279/task/10285/stat : 10285 (java) S 10277 10279 9972 0 -1 4202560 34 0 0 0 5 2 0 0 20 0 19 0 285885483 9856004096 258408 33554432000 1073741824 1073778376 140733919198048 140164045011496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10279/tid=10286] ppid=10277 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/10279/task/10286/stat : 10286 (java) S 10277 10279 9972 0 -1 4202560 25 0 0 0 5 0 0 0 20 0 19 0 285885483 9856004096 258408 33554432000 1073741824 1073778376 140733919198048 140163925666472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10279/tid=10287] ppid=10277 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/10279/task/10287/stat : 10287 (java) S 10277 10279 9972 0 -1 4202560 24 0 0 0 3 2 0 0 20 0 19 0 285885483 9856004096 258408 33554432000 1073741824 1073778376 140733919198048 140163924613928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10279/tid=10288] ppid=10277 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/10279/task/10288/stat : 10288 (java) S 10277 10279 9972 0 -1 4202560 53 0 0 0 4 1 0 0 20 0 19 0 285885483 9856004096 258408 33554432000 1073741824 1073778376 140733919198048 140163923561384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10279/tid=10289] ppid=10277 vsize=9625004 CPUtime=0.11 cores=0,2,4,6
/proc/10279/task/10289/stat : 10289 (java) S 10277 10279 9972 0 -1 4202560 72 0 0 0 9 2 0 0 20 0 19 0 285885483 9856004096 258408 33554432000 1073741824 1073778376 140733919198048 140163922508840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10279/tid=10290] ppid=10277 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10279/task/10290/stat : 10290 (java) S 10277 10279 9972 0 -1 4202560 471 0 0 0 0 0 0 0 20 0 19 0 285885484 9856004096 258408 33554432000 1073741824 1073778376 140733919198048 140163910309992 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10279/tid=10291] ppid=10277 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10279/task/10291/stat : 10291 (java) S 10277 10279 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285885485 9856004096 258408 33554432000 1073741824 1073778376 140733919198048 140163304907896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10279/tid=10292] ppid=10277 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10279/task/10292/stat : 10292 (java) S 10277 10279 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285885485 9856004096 258408 33554432000 1073741824 1073778376 140733919198048 140163303855240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10279/tid=10293] ppid=10277 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10279/task/10293/stat : 10293 (java) S 10277 10279 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285885488 9856004096 258408 33554432000 1073741824 1073778376 140733919198048 140163302803984 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10279/tid=10294] ppid=10277 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/10279/task/10294/stat : 10294 (java) S 10277 10279 9972 0 -1 4202560 2321 0 0 0 41 0 0 0 20 0 19 0 285885488 9856004096 258408 33554432000 1073741824 1073778376 140733919198048 140163301751352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10279/tid=10295] ppid=10277 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/10279/task/10295/stat : 10295 (java) S 10277 10279 9972 0 -1 4202560 2275 0 0 0 48 0 0 0 20 0 19 0 285885488 9856004096 258408 33554432000 1073741824 1073778376 140733919198048 140163300698808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10279/tid=10296] ppid=10277 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10279/task/10296/stat : 10296 (java) S 10277 10279 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285885488 9856004096 258408 33554432000 1073741824 1073778376 140733919198048 140163299646456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10279/tid=10297] ppid=10277 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10279/task/10297/stat : 10297 (java) S 10277 10279 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285885488 9856004096 258408 33554432000 1073741824 1073778376 140733919198048 140163298594120 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10279/tid=10298] ppid=10277 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10279/task/10298/stat : 10298 (java) S 10277 10279 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285885980 9856004096 258408 33554432000 1073741824 1073778376 140733919198048 140163297538856 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.67
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]
/proc/loadavg: 2.00 2.02 1.95 3/213 10298
/proc/meminfo: memFree=29540280/32873844 swapFree=6872/6872
[pid=10279] ppid=10277 vsize=9625004 CPUtime=14.82 cores=0,2,4,6
/proc/10279/stat : 10279 (java) S 10277 10279 9972 0 -1 4202496 17357 0 1 0 1447 35 0 0 20 0 19 0 285885481 9856004096 287687 33554432000 1073741824 1073778376 140733919198048 140733919189184 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0

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

[pid=10279/tid=10294] ppid=10277 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/10279/task/10294/stat : 10294 (java) S 10277 10279 9972 0 -1 4202560 2551 0 0 0 55 0 0 0 20 0 19 0 285885488 9856004096 292130 33554432000 1073741824 1073778376 140733919198048 140163301751352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10279/tid=10295] ppid=10277 vsize=9625004 CPUtime=0.93 cores=0,2,4,6
/proc/10279/task/10295/stat : 10295 (java) S 10277 10279 9972 0 -1 4202560 9525 0 0 0 91 2 0 0 20 0 19 0 285885488 9856004096 292130 33554432000 1073741824 1073778376 140733919198048 140163300698808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10279/tid=10296] ppid=10277 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10279/task/10296/stat : 10296 (java) S 10277 10279 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285885488 9856004096 292130 33554432000 1073741824 1073778376 140733919198048 140163299646456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10279/tid=10297] ppid=10277 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/10279/task/10297/stat : 10297 (java) S 10277 10279 9972 0 -1 4202560 99 0 0 0 48 14 0 0 20 0 19 0 285885488 9856004096 292130 33554432000 1073741824 1073778376 140733919198048 140163298594120 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10279/tid=10298] ppid=10277 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10279/task/10298/stat : 10298 (java) S 10277 10279 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285885980 9856004096 292130 33554432000 1073741824 1073778376 140733919198048 140163297538856 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1726
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.09 2.03 1.98 3/213 10397
/proc/meminfo: memFree=29840436/32873844 swapFree=6872/6872
[pid=10279] ppid=10277 vsize=9625004 CPUtime=1786.02 cores=0,2,4,6
/proc/10279/stat : 10279 (java) S 10277 10279 9972 0 -1 4202496 20445 0 1 0 178541 61 0 0 20 0 19 0 285885481 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140733919189184 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10279/statm: 2406251 292642 2290 9 0 2396937 0
[pid=10279/tid=10281] ppid=10277 vsize=9625004 CPUtime=1760.03 cores=0,2,4,6
/proc/10279/task/10281/stat : 10281 (java) R 10277 10279 9972 0 -1 4202560 3050 0 1 0 175961 42 0 0 20 0 19 0 285885482 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140164086677808 140163926438705 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10279/tid=10282] ppid=10277 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/10279/task/10282/stat : 10282 (java) S 10277 10279 9972 0 -1 4202560 349 0 0 0 34 3 0 0 20 0 19 0 285885483 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140164048169128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10279/tid=10283] ppid=10277 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/10279/task/10283/stat : 10283 (java) S 10277 10279 9972 0 -1 4202560 269 0 0 0 36 4 0 0 20 0 19 0 285885483 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140164047116584 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10279/tid=10284] ppid=10277 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/10279/task/10284/stat : 10284 (java) S 10277 10279 9972 0 -1 4202560 158 0 0 0 33 2 0 0 20 0 19 0 285885483 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140164046064040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10279/tid=10285] ppid=10277 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/10279/task/10285/stat : 10285 (java) S 10277 10279 9972 0 -1 4202560 350 0 0 0 33 3 0 0 20 0 19 0 285885483 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140164045011496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10279/tid=10286] ppid=10277 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/10279/task/10286/stat : 10286 (java) S 10277 10279 9972 0 -1 4202560 284 0 0 0 38 2 0 0 20 0 19 0 285885483 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140163925666472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10279/tid=10287] ppid=10277 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/10279/task/10287/stat : 10287 (java) S 10277 10279 9972 0 -1 4202560 339 0 0 0 32 3 0 0 20 0 19 0 285885483 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140163924613928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10279/tid=10288] ppid=10277 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/10279/task/10288/stat : 10288 (java) S 10277 10279 9972 0 -1 4202560 650 0 0 0 36 3 0 0 20 0 19 0 285885483 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140163923561384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10279/tid=10289] ppid=10277 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/10279/task/10289/stat : 10289 (java) S 10277 10279 9972 0 -1 4202560 363 0 0 0 46 4 0 0 20 0 19 0 285885483 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140163922508840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10279/tid=10290] ppid=10277 vsize=9625004 CPUtime=16.51 cores=0,2,4,6
/proc/10279/task/10290/stat : 10290 (java) S 10277 10279 9972 0 -1 4202560 1272 0 0 0 1647 4 0 0 20 0 19 0 285885484 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140163910309992 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10279/tid=10291] ppid=10277 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10279/task/10291/stat : 10291 (java) S 10277 10279 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285885485 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140163304907896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10279/tid=10292] ppid=10277 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10279/task/10292/stat : 10292 (java) S 10277 10279 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285885485 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140163303855240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10279/tid=10293] ppid=10277 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10279/task/10293/stat : 10293 (java) S 10277 10279 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285885488 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140163302803984 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10279/tid=10294] ppid=10277 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/10279/task/10294/stat : 10294 (java) S 10277 10279 9972 0 -1 4202560 2551 0 0 0 55 0 0 0 20 0 19 0 285885488 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140163301751352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10279/tid=10295] ppid=10277 vsize=9625004 CPUtime=0.93 cores=0,2,4,6
/proc/10279/task/10295/stat : 10295 (java) S 10277 10279 9972 0 -1 4202560 9525 0 0 0 91 2 0 0 20 0 19 0 285885488 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140163300698808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10279/tid=10296] ppid=10277 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10279/task/10296/stat : 10296 (java) S 10277 10279 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285885488 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140163299646456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10279/tid=10297] ppid=10277 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/10279/task/10297/stat : 10297 (java) S 10277 10279 9972 0 -1 4202560 103 0 0 0 51 14 0 0 20 0 19 0 285885488 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140163298594120 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10279/tid=10298] ppid=10277 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10279/task/10298/stat : 10298 (java) S 10277 10279 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285885980 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140163297538856 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1786.02
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.31 s]
/proc/loadavg: 2.07 2.03 1.98 3/213 10397
/proc/meminfo: memFree=29840808/32873844 swapFree=6872/6872
[pid=10279] ppid=10277 vsize=9625004 CPUtime=1800.03 cores=0,2,4,6
/proc/10279/stat : 10279 (java) S 10277 10279 9972 0 -1 4202496 20445 0 1 0 179942 61 0 0 20 0 19 0 285885481 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140733919189184 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10279/statm: 2406251 292642 2290 9 0 2396937 0
[pid=10279/tid=10281] ppid=10277 vsize=9625004 CPUtime=1774.01 cores=0,2,4,6
/proc/10279/task/10281/stat : 10281 (java) R 10277 10279 9972 0 -1 4202560 3050 0 1 0 177359 42 0 0 20 0 19 0 285885482 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140164086677808 140163926438705 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10279/tid=10282] ppid=10277 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/10279/task/10282/stat : 10282 (java) S 10277 10279 9972 0 -1 4202560 349 0 0 0 34 3 0 0 20 0 19 0 285885483 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140164048169128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10279/tid=10283] ppid=10277 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/10279/task/10283/stat : 10283 (java) S 10277 10279 9972 0 -1 4202560 269 0 0 0 36 4 0 0 20 0 19 0 285885483 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140164047116584 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10279/tid=10284] ppid=10277 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/10279/task/10284/stat : 10284 (java) S 10277 10279 9972 0 -1 4202560 158 0 0 0 33 2 0 0 20 0 19 0 285885483 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140164046064040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10279/tid=10285] ppid=10277 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/10279/task/10285/stat : 10285 (java) S 10277 10279 9972 0 -1 4202560 350 0 0 0 33 3 0 0 20 0 19 0 285885483 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140164045011496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10279/tid=10286] ppid=10277 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/10279/task/10286/stat : 10286 (java) S 10277 10279 9972 0 -1 4202560 284 0 0 0 38 2 0 0 20 0 19 0 285885483 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140163925666472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10279/tid=10287] ppid=10277 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/10279/task/10287/stat : 10287 (java) S 10277 10279 9972 0 -1 4202560 339 0 0 0 32 3 0 0 20 0 19 0 285885483 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140163924613928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10279/tid=10288] ppid=10277 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/10279/task/10288/stat : 10288 (java) S 10277 10279 9972 0 -1 4202560 650 0 0 0 36 3 0 0 20 0 19 0 285885483 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140163923561384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10279/tid=10289] ppid=10277 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/10279/task/10289/stat : 10289 (java) S 10277 10279 9972 0 -1 4202560 363 0 0 0 46 4 0 0 20 0 19 0 285885483 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140163922508840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10279/tid=10290] ppid=10277 vsize=9625004 CPUtime=16.51 cores=0,2,4,6
/proc/10279/task/10290/stat : 10290 (java) S 10277 10279 9972 0 -1 4202560 1272 0 0 0 1647 4 0 0 20 0 19 0 285885484 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140163910309992 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10279/tid=10291] ppid=10277 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10279/task/10291/stat : 10291 (java) S 10277 10279 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285885485 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140163304907896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10279/tid=10292] ppid=10277 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10279/task/10292/stat : 10292 (java) S 10277 10279 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285885485 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140163303855240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10279/tid=10293] ppid=10277 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10279/task/10293/stat : 10293 (java) S 10277 10279 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285885488 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140163302803984 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10279/tid=10294] ppid=10277 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/10279/task/10294/stat : 10294 (java) S 10277 10279 9972 0 -1 4202560 2551 0 0 0 55 0 0 0 20 0 19 0 285885488 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140163301751352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10279/tid=10295] ppid=10277 vsize=9625004 CPUtime=0.93 cores=0,2,4,6
/proc/10279/task/10295/stat : 10295 (java) S 10277 10279 9972 0 -1 4202560 9525 0 0 0 91 2 0 0 20 0 19 0 285885488 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140163300698808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10279/tid=10296] ppid=10277 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10279/task/10296/stat : 10296 (java) S 10277 10279 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285885488 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140163299646456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10279/tid=10297] ppid=10277 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/10279/task/10297/stat : 10297 (java) S 10277 10279 9972 0 -1 4202560 103 0 0 0 51 14 0 0 20 0 19 0 285885488 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140163298594120 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10279/tid=10298] ppid=10277 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10279/task/10298/stat : 10298 (java) S 10277 10279 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285885980 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140163297538856 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1796.31 s]
/proc/loadavg: 2.07 2.03 1.98 3/213 10397
/proc/meminfo: memFree=29840808/32873844 swapFree=6872/6872
[pid=10279] ppid=10277 vsize=9625004 CPUtime=1800.03 cores=0,2,4,6
/proc/10279/stat : 10279 (java) S 10277 10279 9972 0 -1 4202496 20445 0 1 0 179942 61 0 0 20 0 19 0 285885481 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140733919189184 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10279/statm: 2406251 292642 2290 9 0 2396937 0
[pid=10279/tid=10281] ppid=10277 vsize=9625004 CPUtime=1774.01 cores=0,2,4,6
/proc/10279/task/10281/stat : 10281 (java) R 10277 10279 9972 0 -1 4202560 3050 0 1 0 177359 42 0 0 20 0 19 0 285885482 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140164086677808 140163926438705 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10279/tid=10282] ppid=10277 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/10279/task/10282/stat : 10282 (java) S 10277 10279 9972 0 -1 4202560 349 0 0 0 34 3 0 0 20 0 19 0 285885483 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140164048169128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10279/tid=10283] ppid=10277 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/10279/task/10283/stat : 10283 (java) S 10277 10279 9972 0 -1 4202560 269 0 0 0 36 4 0 0 20 0 19 0 285885483 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140164047116584 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10279/tid=10284] ppid=10277 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/10279/task/10284/stat : 10284 (java) S 10277 10279 9972 0 -1 4202560 158 0 0 0 33 2 0 0 20 0 19 0 285885483 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140164046064040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10279/tid=10285] ppid=10277 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/10279/task/10285/stat : 10285 (java) S 10277 10279 9972 0 -1 4202560 350 0 0 0 33 3 0 0 20 0 19 0 285885483 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140164045011496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10279/tid=10286] ppid=10277 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/10279/task/10286/stat : 10286 (java) S 10277 10279 9972 0 -1 4202560 284 0 0 0 38 2 0 0 20 0 19 0 285885483 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140163925666472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10279/tid=10287] ppid=10277 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/10279/task/10287/stat : 10287 (java) S 10277 10279 9972 0 -1 4202560 339 0 0 0 32 3 0 0 20 0 19 0 285885483 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140163924613928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10279/tid=10288] ppid=10277 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/10279/task/10288/stat : 10288 (java) S 10277 10279 9972 0 -1 4202560 650 0 0 0 36 3 0 0 20 0 19 0 285885483 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140163923561384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10279/tid=10289] ppid=10277 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/10279/task/10289/stat : 10289 (java) S 10277 10279 9972 0 -1 4202560 363 0 0 0 46 4 0 0 20 0 19 0 285885483 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140163922508840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10279/tid=10290] ppid=10277 vsize=9625004 CPUtime=16.51 cores=0,2,4,6
/proc/10279/task/10290/stat : 10290 (java) S 10277 10279 9972 0 -1 4202560 1272 0 0 0 1647 4 0 0 20 0 19 0 285885484 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140163910309992 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10279/tid=10291] ppid=10277 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10279/task/10291/stat : 10291 (java) S 10277 10279 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285885485 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140163304907896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10279/tid=10292] ppid=10277 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10279/task/10292/stat : 10292 (java) S 10277 10279 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285885485 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140163303855240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10279/tid=10293] ppid=10277 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10279/task/10293/stat : 10293 (java) S 10277 10279 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285885488 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140163302803984 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10279/tid=10294] ppid=10277 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/10279/task/10294/stat : 10294 (java) S 10277 10279 9972 0 -1 4202560 2551 0 0 0 55 0 0 0 20 0 19 0 285885488 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140163301751352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10279/tid=10295] ppid=10277 vsize=9625004 CPUtime=0.93 cores=0,2,4,6
/proc/10279/task/10295/stat : 10295 (java) S 10277 10279 9972 0 -1 4202560 9525 0 0 0 91 2 0 0 20 0 19 0 285885488 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140163300698808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10279/tid=10296] ppid=10277 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10279/task/10296/stat : 10296 (java) S 10277 10279 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285885488 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140163299646456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10279/tid=10297] ppid=10277 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/10279/task/10297/stat : 10297 (java) S 10277 10279 9972 0 -1 4202560 103 0 0 0 51 14 0 0 20 0 19 0 285885488 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140163298594120 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10279/tid=10298] ppid=10277 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10279/task/10298/stat : 10298 (java) S 10277 10279 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285885980 9856004096 292642 33554432000 1073741824 1073778376 140733919198048 140163297538856 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625004

Child status: 143

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

Real time (s): 1796.36
CPU time (s): 1800.03
CPU user time (s): 1799.42
CPU system time (s): 0.61
CPU usage (%): 100.204
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.12
system time used= 1.00685
maximum resident set size= 1170692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20479
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40203
involuntary context switches= 22588

runsolver used 6.04108 second user time and 15.0727 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-28 11:32:50
IDJOB=3709959
IDBENCH=89805
IDSOLVER=2289
FILE ID=node106/3709959-1338197569
RUNJOBID= node106-1338195726-9988
PBS_JOBID= 14624610
Free space on /tmp= 71288 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-112.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3709959-1338197569/watcher-3709959-1338197569 -o /tmp/evaluation-result-3709959-1338197569/solver-3709959-1338197569 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709959-1338197569.opb

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

MD5SUM BENCH= 7a0b627cea8cce891554469525360150
RANDOM SEED=613111162

node106.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30685616 kB
Buffers:          294108 kB
Cached:           594476 kB
SwapCached:            0 kB
Active:          1159536 kB
Inactive:         170232 kB
Active(anon):     432192 kB
Inactive(anon):    11256 kB
Active(file):     727344 kB
Inactive(file):   158976 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             33416 kB
Writeback:            16 kB
AnonPages:        449860 kB
Mapped:            18632 kB
Shmem:               200 kB
Slab:             717488 kB
SReclaimable:     159408 kB
SUnreclaim:       558080 kB
KernelStack:        1592 kB
PageTables:         4992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1082808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    419840 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= 71300 MiB
End job on node106 at 2012-05-28 12:02:48