Trace number 3710532

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.34 1787.63

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-l152lav.opb
MD5SUM1a5510d564851e49e3b50f1a87922ca2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4722
Best CPU time to get the best result obtained on this benchmark3.04853
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4722
Optimality of the best value was proved YES
Number of variables1989
Total number of constraints97
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)96
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint3
Maximum length of a constraint1989
Number of terms in the objective function 1989
Biggest coefficient in the objective function 268
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 382524
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 268
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 382524
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.06/0.09	c version 2.3.2.v20120418
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		501472288
0.06/0.09	c Max memory 		7480803328
0.06/0.09	c Total memory 		504102912
0.06/0.09	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710532-1338135506.opb
0.09/0.12	c reading problem ... 
0.27/0.28	c ... done. Wall clock time 0.157s.
0.27/0.28	c declared #vars     1989
0.27/0.28	c #constraints  193
0.27/0.28	c constraints type 
0.27/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 95
0.27/0.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 97
0.27/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.27/0.28	c 193 constraints processed.
1.43/0.87	c cleaning 2497 clauses out of 5000 with flag 5000/5000
2.12/1.43	c cleaning 4250 clauses out of 8503 with flag 11000/11000
2.74/2.10	c cleaning 5619 clauses out of 11255 with flag 18002/18002
3.56/2.80	c cleaning 6811 clauses out of 13634 with flag 26000/26000
4.52/3.70	c cleaning 7900 clauses out of 15823 with flag 35000/35000
5.85/5.01	c cleaning 8957 clauses out of 17923 with flag 45000/45000
7.07/6.26	c cleaning 9975 clauses out of 19967 with flag 56001/56001
8.51/7.63	c cleaning 10987 clauses out of 21992 with flag 68001/68001
10.12/9.20	c cleaning 11999 clauses out of 24004 with flag 81000/81000
11.85/10.91	c cleaning 12997 clauses out of 26006 with flag 95001/95001
13.87/12.95	c cleaning 13998 clauses out of 28008 with flag 110000/110000
16.01/15.06	c cleaning 15002 clauses out of 30011 with flag 126001/126001
18.04/17.00	c cleaning 16000 clauses out of 32009 with flag 143001/143001
20.09/19.05	c cleaning 16991 clauses out of 34009 with flag 161001/161001
22.62/21.57	c cleaning 18008 clauses out of 36017 with flag 180000/180000
25.53/24.46	c cleaning 18996 clauses out of 38009 with flag 200000/200000
28.17/27.09	c cleaning 19997 clauses out of 40013 with flag 221000/221000
31.52/30.37	c cleaning 20997 clauses out of 42019 with flag 243003/243003
36.07/34.84	c cleaning 22007 clauses out of 44020 with flag 266001/266001
40.13/38.88	c cleaning 22997 clauses out of 46014 with flag 290002/290002
43.78/42.40	c cleaning 23990 clauses out of 48015 with flag 315000/315000
48.01/46.67	c cleaning 25002 clauses out of 50025 with flag 341000/341000
52.37/50.93	c cleaning 25999 clauses out of 52023 with flag 368000/368000
57.02/55.53	c cleaning 27010 clauses out of 54025 with flag 396001/396001
61.26/59.77	c cleaning 27992 clauses out of 56014 with flag 425000/425000
65.22/63.65	c cleaning 29005 clauses out of 58023 with flag 455001/455001
69.26/67.69	c cleaning 29996 clauses out of 60017 with flag 486000/486000
74.98/73.33	c cleaning 30993 clauses out of 62021 with flag 518000/518000
81.35/79.63	c cleaning 31993 clauses out of 64029 with flag 551001/551001
87.51/85.80	c cleaning 32993 clauses out of 66035 with flag 585000/585000
92.87/91.05	c cleaning 34017 clauses out of 68043 with flag 620001/620001
98.61/96.77	c cleaning 35010 clauses out of 70026 with flag 656001/656001
105.93/104.00	c cleaning 35999 clauses out of 72015 with flag 693000/693000
111.18/109.21	c cleaning 36996 clauses out of 74016 with flag 731000/731000
116.36/114.36	c cleaning 38001 clauses out of 76021 with flag 770001/770001
123.54/121.45	c cleaning 38999 clauses out of 78020 with flag 810001/810001
133.29/131.12	c cleaning 40002 clauses out of 80021 with flag 851001/851001
142.65/140.49	c cleaning 41009 clauses out of 82019 with flag 893001/893001
151.00/148.79	c cleaning 41997 clauses out of 84009 with flag 936000/936000
158.57/156.23	c cleaning 42969 clauses out of 86013 with flag 980001/980001
171.29/168.93	c cleaning 44018 clauses out of 88044 with flag 1025001/1025001
180.82/178.31	c cleaning 45006 clauses out of 90025 with flag 1071000/1071000
189.30/186.79	c cleaning 45995 clauses out of 92019 with flag 1118000/1118000
198.35/195.80	c cleaning 46996 clauses out of 94024 with flag 1166000/1166000
207.51/204.80	c cleaning 47996 clauses out of 96029 with flag 1215001/1215001
218.40/215.69	c cleaning 48995 clauses out of 98033 with flag 1265001/1265001
229.56/226.78	c cleaning 50004 clauses out of 100037 with flag 1316000/1316000
238.98/236.04	c cleaning 51008 clauses out of 102033 with flag 1368000/1368000
248.56/245.53	c cleaning 52005 clauses out of 104025 with flag 1421000/1421000
259.13/256.02	c cleaning 52991 clauses out of 106020 with flag 1475000/1475000
277.20/274.04	c cleaning 54013 clauses out of 108029 with flag 1530000/1530000
286.70/283.41	c cleaning 54994 clauses out of 110016 with flag 1586000/1586000
296.98/293.62	c cleaning 56001 clauses out of 112023 with flag 1643001/1643001
308.12/304.72	c cleaning 57000 clauses out of 114021 with flag 1701000/1701000
323.79/320.12	c cleaning 57992 clauses out of 116022 with flag 1760001/1760001
333.39/329.73	c cleaning 59002 clauses out of 118029 with flag 1820000/1820000
342.07/338.39	c cleaning 60002 clauses out of 120028 with flag 1881001/1881001
351.74/347.98	c cleaning 60997 clauses out of 122025 with flag 1943000/1943000
362.69/358.84	c cleaning 62003 clauses out of 124029 with flag 2006001/2006001
374.23/370.32	c cleaning 63005 clauses out of 126025 with flag 2070000/2070000
387.34/383.38	c cleaning 63994 clauses out of 128020 with flag 2135000/2135000
404.54/400.37	c cleaning 65009 clauses out of 130028 with flag 2201002/2201002
418.97/414.80	c cleaning 66006 clauses out of 132017 with flag 2268000/2268000
433.17/428.83	c cleaning 66983 clauses out of 134011 with flag 2336000/2336000
450.38/445.81	c cleaning 68006 clauses out of 136028 with flag 2405000/2405000
463.51/458.91	c cleaning 69000 clauses out of 138024 with flag 2475002/2475002
477.72/472.97	c cleaning 69972 clauses out of 140022 with flag 2546000/2546000
490.21/485.48	c cleaning 71014 clauses out of 142050 with flag 2618000/2618000
505.10/500.24	c cleaning 72009 clauses out of 144036 with flag 2691000/2691000
527.17/522.29	c cleaning 73003 clauses out of 146028 with flag 2765001/2765001
551.06/546.04	c cleaning 74000 clauses out of 148024 with flag 2840000/2840000
585.98/580.87	c cleaning 75006 clauses out of 150026 with flag 2916002/2916002
610.67/605.45	c cleaning 75993 clauses out of 152018 with flag 2993000/2993000
629.20/623.85	c cleaning 76999 clauses out of 154027 with flag 3071002/3071002
661.18/655.55	c cleaning 78000 clauses out of 156026 with flag 3150000/3150000
680.35/674.69	c cleaning 78966 clauses out of 158026 with flag 3230000/3230000
695.10/689.22	c cleaning 80024 clauses out of 160062 with flag 3311002/3311002
707.81/701.89	c cleaning 81011 clauses out of 162038 with flag 3393002/3393002
721.39/715.38	c cleaning 82005 clauses out of 164026 with flag 3476001/3476001
733.36/727.28	c cleaning 83000 clauses out of 166020 with flag 3560000/3560000
747.37/741.15	c cleaning 83995 clauses out of 168020 with flag 3645000/3645000
768.11/761.89	c cleaning 84993 clauses out of 170025 with flag 3731000/3731000
788.90/782.57	c cleaning 86001 clauses out of 172032 with flag 3818000/3818000
812.90/806.41	c cleaning 86996 clauses out of 174032 with flag 3906001/3906001
832.98/826.48	c cleaning 88009 clauses out of 176036 with flag 3995001/3995001
852.37/845.72	c cleaning 88984 clauses out of 178028 with flag 4085002/4085002
874.92/868.15	c cleaning 89978 clauses out of 180043 with flag 4176001/4176001
896.74/889.84	c cleaning 91015 clauses out of 182064 with flag 4268000/4268000
919.55/912.51	c cleaning 91985 clauses out of 184049 with flag 4361000/4361000
941.83/934.77	c cleaning 93017 clauses out of 186064 with flag 4455000/4455000
963.52/956.39	c cleaning 94009 clauses out of 188047 with flag 4550000/4550000
990.30/983.07	c cleaning 95002 clauses out of 190038 with flag 4646000/4646000
1008.79/1001.45	c cleaning 96010 clauses out of 192036 with flag 4743000/4743000
1035.31/1027.85	c cleaning 96996 clauses out of 194027 with flag 4841001/4841001
1067.19/1059.65	c cleaning 98003 clauses out of 196030 with flag 4940000/4940000
1083.71/1076.02	c cleaning 98998 clauses out of 198027 with flag 5040000/5040000
1100.11/1092.30	c cleaning 100004 clauses out of 200031 with flag 5141002/5141002
1129.40/1121.43	c cleaning 100995 clauses out of 202025 with flag 5243000/5243000
1161.92/1153.80	c cleaning 101999 clauses out of 204030 with flag 5346000/5346000
1197.42/1189.27	c cleaning 103000 clauses out of 206033 with flag 5450002/5450002
1218.25/1209.95	c cleaning 104003 clauses out of 208031 with flag 5555000/5555000
1239.84/1231.47	c cleaning 105006 clauses out of 210031 with flag 5661003/5661003
1260.46/1251.96	c cleaning 106000 clauses out of 212023 with flag 5768001/5768001
1285.43/1276.80	c cleaning 106996 clauses out of 214022 with flag 5876000/5876000
1317.39/1308.47	c cleaning 108006 clauses out of 216027 with flag 5985001/5985001
1347.11/1337.86	c cleaning 108996 clauses out of 218021 with flag 6095001/6095001
1378.30/1368.72	c cleaning 110009 clauses out of 220025 with flag 6206001/6206001
1408.49/1398.66	c cleaning 110996 clauses out of 222016 with flag 6318001/6318001
1438.06/1427.92	c cleaning 111986 clauses out of 224019 with flag 6431000/6431000
1473.32/1462.92	c cleaning 112995 clauses out of 226034 with flag 6545001/6545001
1504.74/1494.18	c cleaning 114000 clauses out of 228039 with flag 6660001/6660001
1537.60/1526.71	c cleaning 115005 clauses out of 230039 with flag 6776001/6776001
1569.33/1558.23	c cleaning 116001 clauses out of 232033 with flag 6893000/6893000
1600.64/1589.40	c cleaning 116996 clauses out of 234033 with flag 7011001/7011001
1639.47/1627.95	c cleaning 118003 clauses out of 236036 with flag 7130000/7130000
1672.10/1660.20	c cleaning 119005 clauses out of 238034 with flag 7250001/7250001
1721.17/1709.15	c cleaning 120008 clauses out of 240029 with flag 7371001/7371001
1753.93/1741.61	c cleaning 120995 clauses out of 242021 with flag 7493001/7493001
1775.13/1762.77	c cleaning 121997 clauses out of 244026 with flag 7616001/7616001
1800.01/1787.58	c starts		: 298
1800.01/1787.58	c conflicts		: 7731994
1800.01/1787.58	c decisions		: 8955151
1800.01/1787.58	c propagations		: 99014923
1800.01/1787.58	c inspects		: 11022831870
1800.01/1787.58	c shortcuts		: 0
1800.01/1787.58	c learnt literals	: 0
1800.01/1787.58	c learnt binary clauses	: 55
1800.01/1787.58	c learnt ternary clauses	: 11
1800.01/1787.58	c learnt constraints	: 7731994
1800.01/1787.58	c ignored constraints	: 0
1800.01/1787.58	c root simplifications	: 298
1800.01/1787.58	c removed literals (reason simplification)	: 35211595
1800.01/1787.58	c reason swapping (by a shorter reason)	: 0
1800.01/1787.58	c Calls to reduceDB	: 119
1800.01/1787.58	c number of reductions to clauses (during analyze)	: 0
1800.01/1787.58	c number of learned constraints concerned by reduction	: 0
1800.01/1787.58	c number of learning phase by resolution	: 0
1800.01/1787.58	c number of learning phase by cutting planes	: 0
1800.01/1787.58	c speed (assignments/second)	: 55399.19621730891
1800.01/1787.58	c non guided choices	2206
1800.34/1787.62	c learnt constraints type 
1800.34/1787.62	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 55
1800.34/1787.62	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 238028
1800.34/1787.62	c constraints type 
1800.34/1787.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 95
1800.34/1787.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 97
1800.34/1787.62	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.34/1787.62	c 193 constraints processed.
1800.34/1787.62	s UNKNOWN
1800.34/1787.62	c Total wall clock time (in seconds): 1787.496

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-3710532-1338135506/watcher-3710532-1338135506 -o /tmp/evaluation-result-3710532-1338135506/solver-3710532-1338135506 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710532-1338135506.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.00 2.01 2.00 4/194 29876
/proc/meminfo: memFree=30621388/32873844 swapFree=6600/6600
[pid=29876] ppid=29874 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/29876/stat : 29876 (java) D 29874 29876 28151 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 279675463 9515008 182 33554432000 1073741824 1073778376 140735793094784 140735793085816 213419638453 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/29876/statm: 2323 182 140 9 0 71 0

[startup+0.0876 s]
/proc/loadavg: 2.00 2.01 2.00 4/194 29876
/proc/meminfo: memFree=30621388/32873844 swapFree=6600/6600
[pid=29876] ppid=29874 vsize=9558440 CPUtime=0.06 cores=1,3,5,7
/proc/29876/stat : 29876 (java) S 29874 29876 28151 0 -1 4202496 3536 0 1 0 5 1 0 0 20 0 18 0 279675463 9787842560 4232 33554432000 1073741824 1073778376 140735017248816 140735017239952 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29876/statm: 2389610 4232 1779 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558440

[startup+0.100308 s]
/proc/loadavg: 2.00 2.01 2.00 4/194 29876
/proc/meminfo: memFree=30621388/32873844 swapFree=6600/6600
[pid=29876] ppid=29874 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/29876/stat : 29876 (java) S 29874 29876 28151 0 -1 4202496 4303 0 1 0 8 1 0 0 20 0 18 0 279675463 9787842560 4998 33554432000 1073741824 1073778376 140735017248816 140735017239952 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29876/statm: 2389610 4998 2113 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300299 s]
/proc/loadavg: 2.00 2.01 2.00 4/194 29876
/proc/meminfo: memFree=30621388/32873844 swapFree=6600/6600
[pid=29876] ppid=29874 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/29876/stat : 29876 (java) S 29874 29876 28151 0 -1 4202496 7617 0 1 0 51 2 0 0 20 0 19 0 279675463 9856004096 10937 33554432000 1073741824 1073778376 140735017248816 140735017239952 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29876/statm: 2406251 10937 2233 9 0 2396937 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625004

[startup+0.700285 s]
/proc/loadavg: 2.00 2.01 2.00 4/194 29876
/proc/meminfo: memFree=30621388/32873844 swapFree=6600/6600
[pid=29876] ppid=29874 vsize=9625004 CPUtime=1.29 cores=1,3,5,7
/proc/29876/stat : 29876 (java) S 29874 29876 28151 0 -1 4202496 9234 0 1 0 127 2 0 0 20 0 19 0 279675463 9856004096 11922 33554432000 1073741824 1073778376 140735017248816 140735017239952 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29876/statm: 2406251 11922 2249 9 0 2396937 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 9625004

[startup+1.5008 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 29895
/proc/meminfo: memFree=30569540/32873844 swapFree=6600/6600
[pid=29876] ppid=29874 vsize=9625004 CPUtime=2.24 cores=1,3,5,7
/proc/29876/stat : 29876 (java) S 29874 29876 28151 0 -1 4202496 9602 0 1 0 220 4 0 0 20 0 19 0 279675463 9856004096 17622 33554432000 1073741824 1073778376 140735017248816 140735017239952 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29876/statm: 2406251 17622 2277 9 0 2396937 0
[pid=29876/tid=29878] ppid=29874 vsize=9625004 CPUtime=1.43 cores=1,3,5,7
/proc/29876/task/29878/stat : 29878 (java) R 29874 29876 28151 0 -1 4202560 2575 0 1 0 141 2 0 0 20 0 19 0 279675464 9856004096 17622 33554432000 1073741824 1073778376 140735017248816 140503688175920 140503560942256 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29876/tid=29879] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29879/stat : 29879 (java) S 29874 29876 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279675465 9856004096 17622 33554432000 1073741824 1073778376 140735017248816 140503531997736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29880] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29880/stat : 29880 (java) S 29874 29876 28151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279675465 9856004096 17622 33554432000 1073741824 1073778376 140735017248816 140503530944936 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29876/tid=29881] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29881/stat : 29881 (java) S 29874 29876 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279675465 9856004096 17622 33554432000 1073741824 1073778376 140735017248816 140503529892136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29876/tid=29882] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29882/stat : 29882 (java) S 29874 29876 28151 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279675465 9856004096 17622 33554432000 1073741824 1073778376 140735017248816 140503528839336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29876/tid=29883] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29883/stat : 29883 (java) S 29874 29876 28151 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279675465 9856004096 17622 33554432000 1073741824 1073778376 140735017248816 140503527787560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29876/tid=29884] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29884/stat : 29884 (java) S 29874 29876 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279675465 9856004096 17622 33554432000 1073741824 1073778376 140735017248816 140503526734760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29876/tid=29885] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29885/stat : 29885 (java) S 29874 29876 28151 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 279675465 9856004096 17622 33554432000 1073741824 1073778376 140735017248816 140503525681960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29886] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29886/stat : 29886 (java) S 29874 29876 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279675465 9856004096 17622 33554432000 1073741824 1073778376 140735017248816 140503524629160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29887] ppid=29874 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/29876/task/29887/stat : 29887 (java) S 29874 29876 28151 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 279675466 9856004096 17622 33554432000 1073741824 1073778376 140735017248816 140503512431080 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29876/tid=29888] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29888/stat : 29888 (java) S 29874 29876 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279675467 9856004096 17622 33554432000 1073741824 1073778376 140735017248816 140503511377144 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29889] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29889/stat : 29889 (java) S 29874 29876 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279675467 9856004096 17622 33554432000 1073741824 1073778376 140735017248816 140503510324232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29890] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29890/stat : 29890 (java) S 29874 29876 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279675469 9856004096 17622 33554432000 1073741824 1073778376 140735017248816 140503509272720 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29891] ppid=29874 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/29876/task/29891/stat : 29891 (java) S 29874 29876 28151 0 -1 4202560 2435 0 0 0 33 0 0 0 20 0 19 0 279675469 9856004096 17622 33554432000 1073741824 1073778376 140735017248816 140503508220856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29892] ppid=29874 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/29876/task/29892/stat : 29892 (java) S 29874 29876 28151 0 -1 4202560 3327 0 0 0 38 0 0 0 20 0 19 0 279675469 9856004096 17622 33554432000 1073741824 1073778376 140735017248816 140503507168056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29876/tid=29893] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29893/stat : 29893 (java) S 29874 29876 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279675469 9856004096 17622 33554432000 1073741824 1073778376 140735017248816 140503506115448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29876/tid=29894] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29894/stat : 29894 (java) S 29874 29876 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279675469 9856004096 17622 33554432000 1073741824 1073778376 140735017248816 140503505062856 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29895] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29895/stat : 29895 (java) S 29874 29876 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279675492 9856004096 17622 33554432000 1073741824 1073778376 140735017248816 140503504008360 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 9625004

[startup+3.10078 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 29895
/proc/meminfo: memFree=30559176/32873844 swapFree=6600/6600
[pid=29876] ppid=29874 vsize=9625004 CPUtime=3.91 cores=1,3,5,7
/proc/29876/stat : 29876 (java) S 29874 29876 28151 0 -1 4202496 10439 0 1 0 387 4 0 0 20 0 19 0 279675463 9856004096 19174 33554432000 1073741824 1073778376 140735017248816 140735017239952 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29876/statm: 2406251 19174 2277 9 0 2396937 0
[pid=29876/tid=29878] ppid=29874 vsize=9625004 CPUtime=2.98 cores=1,3,5,7
/proc/29876/task/29878/stat : 29878 (java) R 29874 29876 28151 0 -1 4202560 2576 0 1 0 296 2 0 0 20 0 19 0 279675464 9856004096 19174 33554432000 1073741824 1073778376 140735017248816 140503688175880 140503560925739 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29876/tid=29879] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29879/stat : 29879 (java) S 29874 29876 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279675465 9856004096 19174 33554432000 1073741824 1073778376 140735017248816 140503531997736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29880] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29880/stat : 29880 (java) S 29874 29876 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279675465 9856004096 19174 33554432000 1073741824 1073778376 140735017248816 140503530944936 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29876/tid=29881] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29881/stat : 29881 (java) S 29874 29876 28151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279675465 9856004096 19174 33554432000 1073741824 1073778376 140735017248816 140503529892136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29876/tid=29882] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29882/stat : 29882 (java) S 29874 29876 28151 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279675465 9856004096 19174 33554432000 1073741824 1073778376 140735017248816 140503528839336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29876/tid=29883] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29883/stat : 29883 (java) S 29874 29876 28151 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 279675465 9856004096 19174 33554432000 1073741824 1073778376 140735017248816 140503527787560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29876/tid=29884] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29884/stat : 29884 (java) S 29874 29876 28151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279675465 9856004096 19174 33554432000 1073741824 1073778376 140735017248816 140503526734760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29876/tid=29885] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29885/stat : 29885 (java) S 29874 29876 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279675465 9856004096 19174 33554432000 1073741824 1073778376 140735017248816 140503525681960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29886] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29886/stat : 29886 (java) S 29874 29876 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279675465 9856004096 19174 33554432000 1073741824 1073778376 140735017248816 140503524629160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29876/tid=29887] ppid=29874 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/29876/task/29887/stat : 29887 (java) S 29874 29876 28151 0 -1 4202560 34 0 0 0 5 0 0 0 20 0 19 0 279675466 9856004096 19174 33554432000 1073741824 1073778376 140735017248816 140503512431080 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29876/tid=29888] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29888/stat : 29888 (java) S 29874 29876 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279675467 9856004096 19174 33554432000 1073741824 1073778376 140735017248816 140503511377144 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29889] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29889/stat : 29889 (java) S 29874 29876 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279675467 9856004096 19174 33554432000 1073741824 1073778376 140735017248816 140503510324232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29890] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29890/stat : 29890 (java) S 29874 29876 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279675469 9856004096 19174 33554432000 1073741824 1073778376 140735017248816 140503509272720 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29891] ppid=29874 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/29876/task/29891/stat : 29891 (java) S 29874 29876 28151 0 -1 4202560 2435 0 0 0 33 0 0 0 20 0 19 0 279675469 9856004096 19174 33554432000 1073741824 1073778376 140735017248816 140503508220856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29892] ppid=29874 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/29876/task/29892/stat : 29892 (java) S 29874 29876 28151 0 -1 4202560 4150 0 0 0 44 0 0 0 20 0 19 0 279675469 9856004096 19174 33554432000 1073741824 1073778376 140735017248816 140503507168056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29876/tid=29893] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29893/stat : 29893 (java) S 29874 29876 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279675469 9856004096 19174 33554432000 1073741824 1073778376 140735017248816 140503506115448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29876/tid=29894] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29894/stat : 29894 (java) S 29874 29876 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279675469 9856004096 19174 33554432000 1073741824 1073778376 140735017248816 140503505062856 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29876/tid=29895] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29895/stat : 29895 (java) S 29874 29876 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279675492 9856004096 19174 33554432000 1073741824 1073778376 140735017248816 140503504008360 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 9625004

[startup+6.30073 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 29895
/proc/meminfo: memFree=30544344/32873844 swapFree=6600/6600
[pid=29876] ppid=29874 vsize=9625004 CPUtime=7.21 cores=1,3,5,7
/proc/29876/stat : 29876 (java) S 29874 29876 28151 0 -1 4202496 10469 0 1 0 715 6 0 0 20 0 19 0 279675463 9856004096 22028 33554432000 1073741824 1073778376 140735017248816 140735017239952 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29876/statm: 2406251 22028 2281 9 0 2396937 0
[pid=29876/tid=29878] ppid=29874 vsize=9625004 CPUtime=6.08 cores=1,3,5,7
/proc/29876/task/29878/stat : 29878 (java) R 29874 29876 28151 0 -1 4202560 2580 0 1 0 606 2 0 0 20 0 19 0 279675464 9856004096 22028 33554432000 1073741824 1073778376 140735017248816 140503688176040 140503694576862 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29876/tid=29879] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29879/stat : 29879 (java) S 29874 29876 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279675465 9856004096 22028 33554432000 1073741824 1073778376 140735017248816 140503531997736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29876/tid=29880] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29880/stat : 29880 (java) S 29874 29876 28151 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 279675465 9856004096 22028 33554432000 1073741824 1073778376 140735017248816 140503530944936 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29876/tid=29881] ppid=29874 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/29876/task/29881/stat : 29881 (java) S 29874 29876 28151 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 279675465 9856004096 22028 33554432000 1073741824 1073778376 140735017248816 140503529892136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29876/tid=29882] ppid=29874 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/29876/task/29882/stat : 29882 (java) S 29874 29876 28151 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 279675465 9856004096 22028 33554432000 1073741824 1073778376 140735017248816 140503528839336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29876/tid=29883] ppid=29874 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/29876/task/29883/stat : 29883 (java) S 29874 29876 28151 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 279675465 9856004096 22028 33554432000 1073741824 1073778376 140735017248816 140503527787560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29884] ppid=29874 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/29876/task/29884/stat : 29884 (java) S 29874 29876 28151 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 279675465 9856004096 22028 33554432000 1073741824 1073778376 140735017248816 140503526734760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29876/tid=29885] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29885/stat : 29885 (java) S 29874 29876 28151 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279675465 9856004096 22028 33554432000 1073741824 1073778376 140735017248816 140503525681960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29876/tid=29886] ppid=29874 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/29876/task/29886/stat : 29886 (java) S 29874 29876 28151 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 279675465 9856004096 22028 33554432000 1073741824 1073778376 140735017248816 140503524629160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29876/tid=29887] ppid=29874 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/29876/task/29887/stat : 29887 (java) S 29874 29876 28151 0 -1 4202560 36 0 0 0 11 0 0 0 20 0 19 0 279675466 9856004096 22028 33554432000 1073741824 1073778376 140735017248816 140503512431080 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29876/tid=29888] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29888/stat : 29888 (java) S 29874 29876 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279675467 9856004096 22028 33554432000 1073741824 1073778376 140735017248816 140503511377144 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29889] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29889/stat : 29889 (java) S 29874 29876 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279675467 9856004096 22028 33554432000 1073741824 1073778376 140735017248816 140503510324232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29890] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29890/stat : 29890 (java) S 29874 29876 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279675469 9856004096 22028 33554432000 1073741824 1073778376 140735017248816 140503509272720 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29891] ppid=29874 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/29876/task/29891/stat : 29891 (java) S 29874 29876 28151 0 -1 4202560 2435 0 0 0 33 0 0 0 20 0 19 0 279675469 9856004096 22028 33554432000 1073741824 1073778376 140735017248816 140503508220856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29892] ppid=29874 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/29876/task/29892/stat : 29892 (java) S 29874 29876 28151 0 -1 4202560 4154 0 0 0 45 0 0 0 20 0 19 0 279675469 9856004096 22028 33554432000 1073741824 1073778376 140735017248816 140503507168056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29876/tid=29893] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29893/stat : 29893 (java) S 29874 29876 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279675469 9856004096 22028 33554432000 1073741824 1073778376 140735017248816 140503506115448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29876/tid=29894] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29894/stat : 29894 (java) S 29874 29876 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279675469 9856004096 22028 33554432000 1073741824 1073778376 140735017248816 140503505062856 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29876/tid=29895] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29895/stat : 29895 (java) S 29874 29876 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279675492 9856004096 22028 33554432000 1073741824 1073778376 140735017248816 140503504008360 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.21
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]

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

[pid=29876/tid=29891] ppid=29874 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/29876/task/29891/stat : 29891 (java) S 29874 29876 28151 0 -1 4202560 2435 0 0 0 33 0 0 0 20 0 19 0 279675469 9856004096 248077 33554432000 1073741824 1073778376 140735017248816 140503508220856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29892] ppid=29874 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/29876/task/29892/stat : 29892 (java) S 29874 29876 28151 0 -1 4202560 4163 0 0 0 48 0 0 0 20 0 19 0 279675469 9856004096 248077 33554432000 1073741824 1073778376 140735017248816 140503507168056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29876/tid=29893] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29893/stat : 29893 (java) S 29874 29876 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279675469 9856004096 248077 33554432000 1073741824 1073778376 140735017248816 140503506115448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29876/tid=29894] ppid=29874 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/29876/task/29894/stat : 29894 (java) S 29874 29876 28151 0 -1 4202560 98 0 0 0 21 26 0 0 20 0 19 0 279675469 9856004096 248077 33554432000 1073741824 1073778376 140735017248816 140503505062856 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29876/tid=29895] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29895/stat : 29895 (java) S 29874 29876 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279675492 9856004096 248077 33554432000 1073741824 1073778376 140735017248816 140503504008360 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1734.49
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/213 29969
/proc/meminfo: memFree=29742636/32873844 swapFree=6600/6600
[pid=29876] ppid=29874 vsize=9625004 CPUtime=1794.8 cores=1,3,5,7
/proc/29876/stat : 29876 (java) S 29874 29876 28151 0 -1 4202496 16741 0 1 0 179326 154 0 0 20 0 19 0 279675463 9856004096 248221 33554432000 1073741824 1073778376 140735017248816 140735017239952 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29876/statm: 2406251 248221 2282 9 0 2396937 0
[pid=29876/tid=29878] ppid=29874 vsize=9625004 CPUtime=1764.72 cores=1,3,5,7
/proc/29876/task/29878/stat : 29878 (java) R 29874 29876 28151 0 -1 4202560 2764 0 1 0 176439 33 0 0 20 0 19 0 279675464 9856004096 248221 33554432000 1073741824 1073778376 140735017248816 140503688175920 140503561094496 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29879] ppid=29874 vsize=9625004 CPUtime=1.99 cores=1,3,5,7
/proc/29876/task/29879/stat : 29879 (java) S 29874 29876 28151 0 -1 4202560 548 0 0 0 185 14 0 0 20 0 19 0 279675465 9856004096 248221 33554432000 1073741824 1073778376 140735017248816 140503531997736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29880] ppid=29874 vsize=9625004 CPUtime=2.08 cores=1,3,5,7
/proc/29876/task/29880/stat : 29880 (java) S 29874 29876 28151 0 -1 4202560 700 0 0 0 193 15 0 0 20 0 19 0 279675465 9856004096 248221 33554432000 1073741824 1073778376 140735017248816 140503530944936 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29876/tid=29881] ppid=29874 vsize=9625004 CPUtime=1.91 cores=1,3,5,7
/proc/29876/task/29881/stat : 29881 (java) S 29874 29876 28151 0 -1 4202560 606 0 0 0 178 13 0 0 20 0 19 0 279675465 9856004096 248221 33554432000 1073741824 1073778376 140735017248816 140503529892136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29882] ppid=29874 vsize=9625004 CPUtime=2 cores=1,3,5,7
/proc/29876/task/29882/stat : 29882 (java) S 29874 29876 28151 0 -1 4202560 532 0 0 0 185 15 0 0 20 0 19 0 279675465 9856004096 248221 33554432000 1073741824 1073778376 140735017248816 140503528839336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29876/tid=29883] ppid=29874 vsize=9625004 CPUtime=2.02 cores=1,3,5,7
/proc/29876/task/29883/stat : 29883 (java) S 29874 29876 28151 0 -1 4202560 785 0 0 0 188 14 0 0 20 0 19 0 279675465 9856004096 248221 33554432000 1073741824 1073778376 140735017248816 140503527787560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29884] ppid=29874 vsize=9625004 CPUtime=2 cores=1,3,5,7
/proc/29876/task/29884/stat : 29884 (java) S 29874 29876 28151 0 -1 4202560 731 0 0 0 183 17 0 0 20 0 19 0 279675465 9856004096 248221 33554432000 1073741824 1073778376 140735017248816 140503526734760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29885] ppid=29874 vsize=9625004 CPUtime=1.79 cores=1,3,5,7
/proc/29876/task/29885/stat : 29885 (java) S 29874 29876 28151 0 -1 4202560 533 0 0 0 165 14 0 0 20 0 19 0 279675465 9856004096 248221 33554432000 1073741824 1073778376 140735017248816 140503525681960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29886] ppid=29874 vsize=9625004 CPUtime=2.17 cores=1,3,5,7
/proc/29876/task/29886/stat : 29886 (java) S 29874 29876 28151 0 -1 4202560 785 0 0 0 199 18 0 0 20 0 19 0 279675465 9856004096 248221 33554432000 1073741824 1073778376 140735017248816 140503524629160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29876/tid=29887] ppid=29874 vsize=9625004 CPUtime=8.41 cores=1,3,5,7
/proc/29876/task/29887/stat : 29887 (java) S 29874 29876 28151 0 -1 4202560 870 0 0 0 838 3 0 0 20 0 19 0 279675466 9856004096 248221 33554432000 1073741824 1073778376 140735017248816 140503512431080 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29876/tid=29888] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29888/stat : 29888 (java) S 29874 29876 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279675467 9856004096 248221 33554432000 1073741824 1073778376 140735017248816 140503511377144 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29889] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29889/stat : 29889 (java) S 29874 29876 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279675467 9856004096 248221 33554432000 1073741824 1073778376 140735017248816 140503510324232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29890] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29890/stat : 29890 (java) S 29874 29876 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279675469 9856004096 248221 33554432000 1073741824 1073778376 140735017248816 140503509272720 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29891] ppid=29874 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/29876/task/29891/stat : 29891 (java) S 29874 29876 28151 0 -1 4202560 2435 0 0 0 33 0 0 0 20 0 19 0 279675469 9856004096 248221 33554432000 1073741824 1073778376 140735017248816 140503508220856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29892] ppid=29874 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/29876/task/29892/stat : 29892 (java) S 29874 29876 28151 0 -1 4202560 4163 0 0 0 48 0 0 0 20 0 19 0 279675469 9856004096 248221 33554432000 1073741824 1073778376 140735017248816 140503507168056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29876/tid=29893] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29893/stat : 29893 (java) S 29874 29876 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279675469 9856004096 248221 33554432000 1073741824 1073778376 140735017248816 140503506115448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29876/tid=29894] ppid=29874 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/29876/task/29894/stat : 29894 (java) S 29874 29876 28151 0 -1 4202560 102 0 0 0 22 27 0 0 20 0 19 0 279675469 9856004096 248221 33554432000 1073741824 1073778376 140735017248816 140503505062856 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29876/tid=29895] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29895/stat : 29895 (java) S 29874 29876 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279675492 9856004096 248221 33554432000 1073741824 1073778376 140735017248816 140503504008360 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1794.8
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.51 s]
/proc/loadavg: 2.00 2.03 2.00 4/213 29969
/proc/meminfo: memFree=29743256/32873844 swapFree=6600/6600
[pid=29876] ppid=29874 vsize=9625004 CPUtime=1800.01 cores=1,3,5,7
/proc/29876/stat : 29876 (java) S 29874 29876 28151 0 -1 4202496 16741 0 1 0 179847 154 0 0 20 0 19 0 279675463 9856004096 248221 33554432000 1073741824 1073778376 140735017248816 140735017239952 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29876/statm: 2406251 248221 2282 9 0 2396937 0
[pid=29876/tid=29878] ppid=29874 vsize=9625004 CPUtime=1769.92 cores=1,3,5,7
/proc/29876/task/29878/stat : 29878 (java) R 29874 29876 28151 0 -1 4202560 2764 0 1 0 176959 33 0 0 20 0 19 0 279675464 9856004096 248221 33554432000 1073741824 1073778376 140735017248816 140503688175920 140503560942764 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29879] ppid=29874 vsize=9625004 CPUtime=1.99 cores=1,3,5,7
/proc/29876/task/29879/stat : 29879 (java) S 29874 29876 28151 0 -1 4202560 548 0 0 0 185 14 0 0 20 0 19 0 279675465 9856004096 248221 33554432000 1073741824 1073778376 140735017248816 140503531997736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29880] ppid=29874 vsize=9625004 CPUtime=2.08 cores=1,3,5,7
/proc/29876/task/29880/stat : 29880 (java) S 29874 29876 28151 0 -1 4202560 700 0 0 0 193 15 0 0 20 0 19 0 279675465 9856004096 248221 33554432000 1073741824 1073778376 140735017248816 140503530944936 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29876/tid=29881] ppid=29874 vsize=9625004 CPUtime=1.91 cores=1,3,5,7
/proc/29876/task/29881/stat : 29881 (java) S 29874 29876 28151 0 -1 4202560 606 0 0 0 178 13 0 0 20 0 19 0 279675465 9856004096 248221 33554432000 1073741824 1073778376 140735017248816 140503529892136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29882] ppid=29874 vsize=9625004 CPUtime=2 cores=1,3,5,7
/proc/29876/task/29882/stat : 29882 (java) S 29874 29876 28151 0 -1 4202560 532 0 0 0 185 15 0 0 20 0 19 0 279675465 9856004096 248221 33554432000 1073741824 1073778376 140735017248816 140503528839336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29876/tid=29883] ppid=29874 vsize=9625004 CPUtime=2.02 cores=1,3,5,7
/proc/29876/task/29883/stat : 29883 (java) S 29874 29876 28151 0 -1 4202560 785 0 0 0 188 14 0 0 20 0 19 0 279675465 9856004096 248221 33554432000 1073741824 1073778376 140735017248816 140503527787560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29884] ppid=29874 vsize=9625004 CPUtime=2 cores=1,3,5,7
/proc/29876/task/29884/stat : 29884 (java) S 29874 29876 28151 0 -1 4202560 731 0 0 0 183 17 0 0 20 0 19 0 279675465 9856004096 248221 33554432000 1073741824 1073778376 140735017248816 140503526734760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29885] ppid=29874 vsize=9625004 CPUtime=1.79 cores=1,3,5,7
/proc/29876/task/29885/stat : 29885 (java) S 29874 29876 28151 0 -1 4202560 533 0 0 0 165 14 0 0 20 0 19 0 279675465 9856004096 248221 33554432000 1073741824 1073778376 140735017248816 140503525681960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29886] ppid=29874 vsize=9625004 CPUtime=2.17 cores=1,3,5,7
/proc/29876/task/29886/stat : 29886 (java) S 29874 29876 28151 0 -1 4202560 785 0 0 0 199 18 0 0 20 0 19 0 279675465 9856004096 248221 33554432000 1073741824 1073778376 140735017248816 140503524629160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29876/tid=29887] ppid=29874 vsize=9625004 CPUtime=8.41 cores=1,3,5,7
/proc/29876/task/29887/stat : 29887 (java) S 29874 29876 28151 0 -1 4202560 870 0 0 0 838 3 0 0 20 0 19 0 279675466 9856004096 248221 33554432000 1073741824 1073778376 140735017248816 140503512431080 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29876/tid=29888] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29888/stat : 29888 (java) S 29874 29876 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279675467 9856004096 248221 33554432000 1073741824 1073778376 140735017248816 140503511377144 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29889] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29889/stat : 29889 (java) S 29874 29876 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279675467 9856004096 248221 33554432000 1073741824 1073778376 140735017248816 140503510324232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29890] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29890/stat : 29890 (java) S 29874 29876 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279675469 9856004096 248221 33554432000 1073741824 1073778376 140735017248816 140503509272720 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29891] ppid=29874 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/29876/task/29891/stat : 29891 (java) S 29874 29876 28151 0 -1 4202560 2435 0 0 0 33 0 0 0 20 0 19 0 279675469 9856004096 248221 33554432000 1073741824 1073778376 140735017248816 140503508220856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29892] ppid=29874 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/29876/task/29892/stat : 29892 (java) S 29874 29876 28151 0 -1 4202560 4163 0 0 0 48 0 0 0 20 0 19 0 279675469 9856004096 248221 33554432000 1073741824 1073778376 140735017248816 140503507168056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29876/tid=29893] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29893/stat : 29893 (java) S 29874 29876 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279675469 9856004096 248221 33554432000 1073741824 1073778376 140735017248816 140503506115448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29876/tid=29894] ppid=29874 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/29876/task/29894/stat : 29894 (java) S 29874 29876 28151 0 -1 4202560 102 0 0 0 22 27 0 0 20 0 19 0 279675469 9856004096 248221 33554432000 1073741824 1073778376 140735017248816 140503505062856 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29876/tid=29895] ppid=29874 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29895/stat : 29895 (java) S 29874 29876 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279675492 9856004096 248221 33554432000 1073741824 1073778376 140735017248816 140503504008360 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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+1787.61 s]
/proc/loadavg: 2.00 2.03 2.00 4/213 29969
/proc/meminfo: memFree=29743256/32873844 swapFree=6600/6600
[pid=29876] ppid=29874 vsize=9758132 CPUtime=1800.34 cores=1,3,5,7
/proc/29876/stat : 29876 (java) S 29874 29876 28151 0 -1 4202496 16810 0 1 0 179880 154 0 0 20 0 21 0 279675463 9992327168 248286 33554432000 1073741824 1073778376 140735017248816 140735017239952 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29876/statm: 2439533 248286 2287 9 0 2430219 0
[pid=29876/tid=29878] ppid=29874 vsize=9758132 CPUtime=1769.94 cores=1,3,5,7
/proc/29876/task/29878/stat : 29878 (java) R 29874 29876 28151 0 -1 4202560 2764 0 1 0 176961 33 0 0 20 0 21 0 279675464 9992327168 248286 33554432000 1073741824 1073778376 140735017248816 140503688174112 140503560963002 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29876/tid=29879] ppid=29874 vsize=9758132 CPUtime=2.02 cores=1,3,5,7
/proc/29876/task/29879/stat : 29879 (java) S 29874 29876 28151 0 -1 4202560 548 0 0 0 188 14 0 0 20 0 21 0 279675465 9992327168 248286 33554432000 1073741824 1073778376 140735017248816 140503531997736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29876/tid=29880] ppid=29874 vsize=9758132 CPUtime=2.1 cores=1,3,5,7
/proc/29876/task/29880/stat : 29880 (java) S 29874 29876 28151 0 -1 4202560 700 0 0 0 195 15 0 0 20 0 21 0 279675465 9992327168 248286 33554432000 1073741824 1073778376 140735017248816 140503530944936 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29876/tid=29881] ppid=29874 vsize=9758132 CPUtime=1.94 cores=1,3,5,7
/proc/29876/task/29881/stat : 29881 (java) S 29874 29876 28151 0 -1 4202560 612 0 0 0 181 13 0 0 20 0 21 0 279675465 9992327168 248286 33554432000 1073741824 1073778376 140735017248816 140503529892136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29876/tid=29882] ppid=29874 vsize=9758132 CPUtime=2.02 cores=1,3,5,7
/proc/29876/task/29882/stat : 29882 (java) S 29874 29876 28151 0 -1 4202560 535 0 0 0 187 15 0 0 20 0 21 0 279675465 9992327168 248286 33554432000 1073741824 1073778376 140735017248816 140503528839336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29876/tid=29883] ppid=29874 vsize=9758132 CPUtime=2.04 cores=1,3,5,7
/proc/29876/task/29883/stat : 29883 (java) S 29874 29876 28151 0 -1 4202560 785 0 0 0 190 14 0 0 20 0 21 0 279675465 9992327168 248286 33554432000 1073741824 1073778376 140735017248816 140503527787560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29876/tid=29884] ppid=29874 vsize=9758132 CPUtime=2.07 cores=1,3,5,7
/proc/29876/task/29884/stat : 29884 (java) S 29874 29876 28151 0 -1 4202560 740 0 0 0 190 17 0 0 20 0 21 0 279675465 9992327168 248286 33554432000 1073741824 1073778376 140735017248816 140503526734760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29876/tid=29885] ppid=29874 vsize=9758132 CPUtime=1.81 cores=1,3,5,7
/proc/29876/task/29885/stat : 29885 (java) S 29874 29876 28151 0 -1 4202560 533 0 0 0 167 14 0 0 20 0 21 0 279675465 9992327168 248286 33554432000 1073741824 1073778376 140735017248816 140503525681960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29876/tid=29886] ppid=29874 vsize=9758132 CPUtime=2.24 cores=1,3,5,7
/proc/29876/task/29886/stat : 29886 (java) S 29874 29876 28151 0 -1 4202560 785 0 0 0 206 18 0 0 20 0 21 0 279675465 9992327168 248286 33554432000 1073741824 1073778376 140735017248816 140503524629160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29876/tid=29887] ppid=29874 vsize=9758132 CPUtime=8.41 cores=1,3,5,7
/proc/29876/task/29887/stat : 29887 (java) S 29874 29876 28151 0 -1 4202560 883 0 0 0 838 3 0 0 20 0 21 0 279675466 9992327168 248286 33554432000 1073741824 1073778376 140735017248816 140503512431080 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29876/tid=29888] ppid=29874 vsize=9758132 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29888/stat : 29888 (java) S 29874 29876 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 279675467 9992327168 248286 33554432000 1073741824 1073778376 140735017248816 140503511377144 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29889] ppid=29874 vsize=9758132 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29889/stat : 29889 (java) S 29874 29876 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 279675467 9992327168 248286 33554432000 1073741824 1073778376 140735017248816 140503510324232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29890] ppid=29874 vsize=9758132 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29890/stat : 29890 (java) S 29874 29876 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 21 0 279675469 9992327168 248286 33554432000 1073741824 1073778376 140735017248816 140503509272720 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29891] ppid=29874 vsize=9758132 CPUtime=0.33 cores=1,3,5,7
/proc/29876/task/29891/stat : 29891 (java) S 29874 29876 28151 0 -1 4202560 2435 0 0 0 33 0 0 0 20 0 21 0 279675469 9992327168 248286 33554432000 1073741824 1073778376 140735017248816 140503508220856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29876/tid=29892] ppid=29874 vsize=9758132 CPUtime=0.49 cores=1,3,5,7
/proc/29876/task/29892/stat : 29892 (java) R 29874 29876 28151 0 -1 4202560 4169 0 0 0 49 0 0 0 20 0 21 0 279675469 9992327168 248286 33554432000 1073741824 1073778376 140735017248816 140503507168056 140503692271849 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29876/tid=29893] ppid=29874 vsize=9758132 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29893/stat : 29893 (java) S 29874 29876 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 279675469 9992327168 248286 33554432000 1073741824 1073778376 140735017248816 140503506115448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29876/tid=29894] ppid=29874 vsize=9758132 CPUtime=0.49 cores=1,3,5,7
/proc/29876/task/29894/stat : 29894 (java) S 29874 29876 28151 0 -1 4202560 102 0 0 0 22 27 0 0 20 0 21 0 279675469 9992327168 248286 33554432000 1073741824 1073778376 140735017248816 140503505062856 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29876/tid=29895] ppid=29874 vsize=9758132 CPUtime=0 cores=1,3,5,7
/proc/29876/task/29895/stat : 29895 (java) S 29874 29876 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 21 0 279675492 9992327168 248286 33554432000 1073741824 1073778376 140735017248816 140503504008360 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.34
Current children cumulated vsize (KiB) 9758132

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29876 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=238234
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=982698
# CPU time returned by wait4() is 1796.22
# while last known CPU time is 1800.34
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1787.63
CPU time (s): 1800.34
CPU user time (s): 1798.8
CPU system time (s): 1.54
CPU usage (%): 100.711
Max. virtual memory (cumulated for all children) (KiB): 9758132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.24
system time used= 1.9827
maximum resident set size= 993168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16818
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41743
involuntary context switches= 40685

runsolver used 6.21206 second user time and 15.5236 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-27 18:18:26
IDJOB=3710532
IDBENCH=1852
IDSOLVER=2289
FILE ID=node140/3710532-1338135506
RUNJOBID= node140-1338124688-28168
PBS_JOBID= 14624514
Free space on /tmp= 71336 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-l152lav.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-3710532-1338135506/watcher-3710532-1338135506 -o /tmp/evaluation-result-3710532-1338135506/solver-3710532-1338135506 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710532-1338135506.opb

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

MD5SUM BENCH= 1a5510d564851e49e3b50f1a87922ca2
RANDOM SEED=1430830445

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30621808 kB
Buffers:          385076 kB
Cached:           707804 kB
SwapCached:         1492 kB
Active:          1139908 kB
Inactive:         252764 kB
Active(anon):     291476 kB
Inactive(anon):     8612 kB
Active(file):     848432 kB
Inactive(file):   244152 kB
Unevictable:        6600 kB
Mlocked:            6600 kB
SwapTotal:      67108856 kB
SwapFree:       67105300 kB
Dirty:               512 kB
Writeback:             0 kB
AnonPages:        303028 kB
Mapped:            19868 kB
Shmem:                 8 kB
Slab:             718568 kB
SReclaimable:     160656 kB
SUnreclaim:       557912 kB
KernelStack:        1600 kB
PageTables:         4844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    272384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71332 MiB
End job on node140 at 2012-05-27 18:48:16