Trace number 3710721

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.02 1768.35

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/
~walser/benchmarks/course-ass/normalized-ss97-2.opb
MD5SUMf480d2d56550630df651872786c078c9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark939
Best CPU time to get the best result obtained on this benchmark5.37918
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 999
Optimality of the best value was proved NO
Number of variables8405
Total number of constraints10667
Number of constraints which are clauses9918
Number of constraints which are cardinality constraints (but not clauses)749
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint351
Number of terms in the objective function 6892
Biggest coefficient in the objective function 667
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 371779
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 667
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 371779
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.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.08/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.12	c configuring ORDERS
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=true
0.08/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3710721-1338146612.opb
0.08/0.12	c reading problem ... 
0.72/0.45	c ... done. Wall clock time 0.332s.
0.72/0.45	c declared #vars     8405
0.72/0.45	c #constraints  11367
0.72/0.45	c constraints type 
0.72/0.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 700
0.72/0.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 748
0.72/0.45	c ignored satisfied constraints => 1
0.72/0.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 9918
0.72/0.45	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.72/0.45	c 11368 constraints processed.
2.18/1.40	c cleaning 2498 clauses out of 5002 with flag 5002/5002
3.18/2.25	c cleaning 4250 clauses out of 8502 with flag 11000/11000
4.10/3.19	c cleaning 5626 clauses out of 11252 with flag 18000/18000
5.34/4.35	c cleaning 6814 clauses out of 13627 with flag 26001/26001
6.71/5.67	c cleaning 7906 clauses out of 15812 with flag 35000/35000
8.13/7.00	c cleaning 8952 clauses out of 17906 with flag 45000/45000
9.66/8.57	c cleaning 9975 clauses out of 19955 with flag 56001/56001
11.32/10.19	c cleaning 10988 clauses out of 21980 with flag 68001/68001
13.36/12.19	c cleaning 11996 clauses out of 23993 with flag 81002/81002
15.39/14.15	c cleaning 12997 clauses out of 25995 with flag 95000/95000
17.35/16.09	c cleaning 13990 clauses out of 27998 with flag 110000/110000
19.67/18.36	c cleaning 15002 clauses out of 30008 with flag 126000/126000
22.34/20.92	c cleaning 15993 clauses out of 32006 with flag 143000/143000
24.86/23.45	c cleaning 17003 clauses out of 34014 with flag 161001/161001
27.82/26.39	c cleaning 18000 clauses out of 36010 with flag 180000/180000
30.81/29.28	c cleaning 18995 clauses out of 38010 with flag 200000/200000
33.65/32.05	c cleaning 19999 clauses out of 40015 with flag 221000/221000
36.98/35.37	c cleaning 21000 clauses out of 42016 with flag 243000/243000
41.00/39.35	c cleaning 22007 clauses out of 44017 with flag 266001/266001
44.40/42.69	c cleaning 22999 clauses out of 46011 with flag 290002/290002
47.96/46.11	c cleaning 23996 clauses out of 48010 with flag 315000/315000
52.18/50.39	c cleaning 25000 clauses out of 50015 with flag 341001/341001
57.07/55.18	c cleaning 26000 clauses out of 52015 with flag 368001/368001
62.14/60.13	c cleaning 27007 clauses out of 54014 with flag 396000/396000
66.50/64.49	c cleaning 27994 clauses out of 56007 with flag 425000/425000
72.87/70.73	c cleaning 29002 clauses out of 58013 with flag 455000/455000
79.15/76.91	c cleaning 30000 clauses out of 60014 with flag 486003/486003
85.77/83.40	c cleaning 30997 clauses out of 62015 with flag 518004/518004
91.25/88.90	c cleaning 32001 clauses out of 64016 with flag 551002/551002
97.58/95.18	c cleaning 32996 clauses out of 66013 with flag 585000/585000
103.37/100.84	c cleaning 34003 clauses out of 68017 with flag 620000/620000
108.76/106.16	c cleaning 35003 clauses out of 70015 with flag 656001/656001
114.33/111.63	c cleaning 36001 clauses out of 72011 with flag 693000/693000
120.30/117.56	c cleaning 37000 clauses out of 74012 with flag 731002/731002
127.50/124.66	c cleaning 37997 clauses out of 76015 with flag 770005/770005
134.80/131.84	c cleaning 38999 clauses out of 78014 with flag 810001/810001
142.16/139.19	c cleaning 39993 clauses out of 80015 with flag 851001/851001
150.02/146.92	c cleaning 41011 clauses out of 82021 with flag 893000/893000
157.77/154.47	c cleaning 41995 clauses out of 84010 with flag 936000/936000
164.93/161.42	c cleaning 43002 clauses out of 86016 with flag 980001/980001
171.87/168.34	c cleaning 44000 clauses out of 88013 with flag 1025000/1025000
180.48/176.82	c cleaning 44995 clauses out of 90014 with flag 1071001/1071001
187.96/184.22	c cleaning 45998 clauses out of 92018 with flag 1118000/1118000
196.54/192.72	c cleaning 47007 clauses out of 94024 with flag 1166004/1166004
205.35/201.40	c cleaning 47999 clauses out of 96013 with flag 1215000/1215000
216.84/212.87	c cleaning 48997 clauses out of 98014 with flag 1265000/1265000
229.56/225.49	c cleaning 50000 clauses out of 100017 with flag 1316000/1316000
239.64/235.25	c cleaning 50998 clauses out of 102017 with flag 1368000/1368000
248.88/244.47	c cleaning 52003 clauses out of 104020 with flag 1421001/1421001
258.37/253.84	c cleaning 53001 clauses out of 106016 with flag 1475000/1475000
271.49/266.81	c cleaning 54004 clauses out of 108017 with flag 1530002/1530002
281.60/276.80	c cleaning 54998 clauses out of 110012 with flag 1586001/1586001
291.30/286.41	c cleaning 55999 clauses out of 112013 with flag 1643000/1643000
305.22/300.27	c cleaning 57003 clauses out of 114016 with flag 1701002/1701002
320.64/315.50	c cleaning 58000 clauses out of 116011 with flag 1760000/1760000
332.28/327.01	c cleaning 58999 clauses out of 118011 with flag 1820000/1820000
343.69/338.37	c cleaning 60003 clauses out of 120016 with flag 1881004/1881004
357.55/352.18	c cleaning 60999 clauses out of 122011 with flag 1943002/1943002
370.50/364.96	c cleaning 62006 clauses out of 124011 with flag 2006001/2006001
380.77/375.09	c cleaning 62997 clauses out of 126004 with flag 2070000/2070000
391.76/385.94	c cleaning 63995 clauses out of 128008 with flag 2135001/2135001
405.98/400.00	c cleaning 65002 clauses out of 130015 with flag 2201003/2201003
421.71/415.60	c cleaning 65994 clauses out of 132010 with flag 2268000/2268000
435.24/429.02	c cleaning 67005 clauses out of 134016 with flag 2336000/2336000
449.94/443.68	c cleaning 68002 clauses out of 136011 with flag 2405000/2405000
461.67/455.30	c cleaning 68999 clauses out of 138011 with flag 2475002/2475002
478.85/472.09	c cleaning 70002 clauses out of 140011 with flag 2546001/2546001
494.87/487.86	c cleaning 70994 clauses out of 142008 with flag 2618000/2618000
510.24/502.46	c cleaning 72000 clauses out of 144014 with flag 2691000/2691000
528.05/519.92	c cleaning 72996 clauses out of 146014 with flag 2765000/2765000
545.74/537.38	c cleaning 73999 clauses out of 148018 with flag 2840000/2840000
563.25/554.57	c cleaning 75001 clauses out of 150022 with flag 2916003/2916003
584.68/575.65	c cleaning 76009 clauses out of 152018 with flag 2993000/2993000
600.08/590.34	c cleaning 76999 clauses out of 154009 with flag 3071000/3071000
617.02/606.69	c cleaning 77995 clauses out of 156010 with flag 3150000/3150000
632.93/622.01	c cleaning 79000 clauses out of 158016 with flag 3230001/3230001
648.88/637.66	c cleaning 79996 clauses out of 160017 with flag 3311002/3311002
669.83/658.20	c cleaning 80994 clauses out of 162019 with flag 3393000/3393000
685.81/673.70	c cleaning 82005 clauses out of 164026 with flag 3476001/3476001
703.71/691.29	c cleaning 83002 clauses out of 166021 with flag 3560001/3560001
724.79/711.81	c cleaning 84001 clauses out of 168019 with flag 3645001/3645001
743.31/729.99	c cleaning 85001 clauses out of 170019 with flag 3731002/3731002
761.45/747.68	c cleaning 85998 clauses out of 172016 with flag 3818000/3818000
781.96/767.79	c cleaning 86997 clauses out of 174019 with flag 3906001/3906001
801.37/786.69	c cleaning 88002 clauses out of 176021 with flag 3995000/3995000
823.82/808.66	c cleaning 89003 clauses out of 178019 with flag 4085000/4085000
845.61/829.98	c cleaning 89998 clauses out of 180017 with flag 4176001/4176001
866.91/850.73	c cleaning 91002 clauses out of 182018 with flag 4268000/4268000
888.23/871.56	c cleaning 91998 clauses out of 184016 with flag 4361000/4361000
914.05/896.93	c cleaning 93001 clauses out of 186019 with flag 4455001/4455001
933.46/915.86	c cleaning 94002 clauses out of 188018 with flag 4550001/4550001
953.44/935.28	c cleaning 95001 clauses out of 190017 with flag 4646002/4646002
972.95/954.44	c cleaning 95996 clauses out of 192014 with flag 4743000/4743000
994.86/976.02	c cleaning 96998 clauses out of 194019 with flag 4841001/4841001
1026.87/1007.70	c cleaning 98004 clauses out of 196022 with flag 4940002/4940002
1051.13/1031.67	c cleaning 99000 clauses out of 198017 with flag 5040001/5040001
1077.07/1057.06	c cleaning 99996 clauses out of 200018 with flag 5141002/5141002
1097.83/1077.32	c cleaning 100999 clauses out of 202021 with flag 5243001/5243001
1122.48/1101.78	c cleaning 102005 clauses out of 204022 with flag 5346001/5346001
1145.55/1124.56	c cleaning 103004 clauses out of 206020 with flag 5450004/5450004
1167.68/1146.48	c cleaning 103994 clauses out of 208013 with flag 5555001/5555001
1192.75/1171.27	c cleaning 105001 clauses out of 210018 with flag 5661000/5661000
1218.45/1196.65	c cleaning 106003 clauses out of 212018 with flag 5768001/5768001
1247.23/1224.84	c cleaning 107002 clauses out of 214015 with flag 5876001/5876001
1274.34/1251.54	c cleaning 107997 clauses out of 216013 with flag 5985001/5985001
1310.40/1287.04	c cleaning 109001 clauses out of 218015 with flag 6095000/6095000
1347.49/1323.67	c cleaning 110000 clauses out of 220015 with flag 6206001/6206001
1388.24/1363.85	c cleaning 110996 clauses out of 222014 with flag 6318000/6318000
1431.69/1406.88	c cleaning 112001 clauses out of 224020 with flag 6431002/6431002
1496.97/1471.57	c cleaning 113000 clauses out of 226020 with flag 6545003/6545003
1537.40/1511.44	c cleaning 113995 clauses out of 228017 with flag 6660000/6660000
1571.16/1544.74	c cleaning 115002 clauses out of 230022 with flag 6776000/6776000
1597.10/1570.01	c cleaning 116000 clauses out of 232022 with flag 6893002/6893002
1622.86/1595.12	c cleaning 117000 clauses out of 234020 with flag 7011000/7011000
1649.25/1620.99	c cleaning 118004 clauses out of 236021 with flag 7130001/7130001
1685.60/1656.67	c cleaning 119003 clauses out of 238016 with flag 7250000/7250000
1741.20/1711.19	c cleaning 119998 clauses out of 240014 with flag 7371001/7371001
1779.62/1748.42	c cleaning 120999 clauses out of 242016 with flag 7493001/7493001
1800.02/1768.31	c starts		: 297
1800.02/1768.31	c conflicts		: 7561924
1800.02/1768.31	c decisions		: 8886163
1800.02/1768.31	c propagations		: 217665814
1800.02/1768.31	c inspects		: 10957776736
1800.02/1768.31	c shortcuts		: 0
1800.02/1768.31	c learnt literals	: 0
1800.02/1768.31	c learnt binary clauses	: 0
1800.02/1768.31	c learnt ternary clauses	: 0
1800.02/1768.31	c learnt constraints	: 7561924
1800.02/1768.31	c ignored constraints	: 0
1800.02/1768.31	c root simplifications	: 297
1800.02/1768.31	c removed literals (reason simplification)	: 1789520
1800.02/1768.31	c reason swapping (by a shorter reason)	: 0
1800.02/1768.31	c Calls to reduceDB	: 118
1800.02/1768.31	c number of reductions to clauses (during analyze)	: 0
1800.02/1768.31	c number of learned constraints concerned by reduction	: 0
1800.02/1768.31	c number of learning phase by resolution	: 0
1800.02/1768.31	c number of learning phase by cutting planes	: 0
1800.02/1768.31	c speed (assignments/second)	: 123125.17238531497
1800.02/1768.31	c non guided choices	226958
1800.02/1768.34	c learnt constraints type 
1800.02/1768.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 190085
1800.02/1768.34	c constraints type 
1800.02/1768.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 700
1800.02/1768.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 748
1800.02/1768.34	c ignored satisfied constraints => 1
1800.02/1768.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 9918
1800.02/1768.34	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.02/1768.34	c 11368 constraints processed.
1800.02/1768.34	s UNKNOWN
1800.02/1768.34	c Total wall clock time (in seconds): 1768.22

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

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

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


[startup+0 s]
/proc/loadavg: 1.99 1.98 1.99 3/194 20429
/proc/meminfo: memFree=27310156/32873660 swapFree=7120/7120
[pid=20429] ppid=20427 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/20429/stat : 20429 (java) D 20427 20429 16973 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 280786904 9515008 182 33554432000 1073741824 1073778376 140734547386224 140734547377256 270330052277 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/20429/statm: 2323 182 140 9 0 71 0

[startup+0.00661991 s]
/proc/loadavg: 1.99 1.98 1.99 3/194 20429
/proc/meminfo: memFree=27310156/32873660 swapFree=7120/7120
[pid=20429] ppid=20427 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/20429/stat : 20429 (java) D 20427 20429 16973 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 280786904 9515008 182 33554432000 1073741824 1073778376 140734547386224 140734547377256 270330052277 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/20429/statm: 2323 182 140 9 0 71 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9292

[startup+0.100193 s]
/proc/loadavg: 1.99 1.98 1.99 3/194 20429
/proc/meminfo: memFree=27310156/32873660 swapFree=7120/7120
[pid=20429] ppid=20427 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/20429/stat : 20429 (java) S 20427 20429 16973 0 -1 4202496 4284 0 1 0 8 0 0 0 20 0 18 0 280786904 9787842560 5489 33554432000 1073741824 1073778376 140733203582672 140733203573808 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20429/statm: 2389610 5489 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300176 s]
/proc/loadavg: 1.99 1.98 1.99 3/194 20429
/proc/meminfo: memFree=27310156/32873660 swapFree=7120/7120
[pid=20429] ppid=20427 vsize=9558440 CPUtime=0.5 cores=1,3,5,7
/proc/20429/stat : 20429 (java) S 20427 20429 16973 0 -1 4202496 7175 0 1 0 49 1 0 0 20 0 18 0 280786904 9787842560 11107 33554432000 1073741824 1073778376 140733203582672 140733203573808 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20429/statm: 2389610 11107 2226 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558440

[startup+0.700176 s]
/proc/loadavg: 1.99 1.98 1.99 3/194 20429
/proc/meminfo: memFree=27310156/32873660 swapFree=7120/7120
[pid=20429] ppid=20427 vsize=9625004 CPUtime=1.47 cores=1,3,5,7
/proc/20429/stat : 20429 (java) S 20427 20429 16973 0 -1 4202496 8922 0 1 0 145 2 0 0 20 0 19 0 280786904 9856004096 30858 33554432000 1073741824 1073778376 140733203582672 140733203573808 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20429/statm: 2406251 30858 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9625004

[startup+1.5007 s]
/proc/loadavg: 1.99 1.98 1.99 3/213 20448
/proc/meminfo: memFree=27189396/32873660 swapFree=7120/7120
[pid=20429] ppid=20427 vsize=9625004 CPUtime=2.43 cores=1,3,5,7
/proc/20429/stat : 20429 (java) S 20427 20429 16973 0 -1 4202496 9228 0 1 0 239 4 0 0 20 0 19 0 280786904 9856004096 41152 33554432000 1073741824 1073778376 140733203582672 140733203573808 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20429/statm: 2406251 41152 2286 9 0 2396937 0
[pid=20429/tid=20431] ppid=20427 vsize=9625004 CPUtime=1.43 cores=1,3,5,7
/proc/20429/task/20431/stat : 20431 (java) R 20427 20429 16973 0 -1 4202560 2570 0 1 0 141 2 0 0 20 0 19 0 280786905 9856004096 41152 33554432000 1073741824 1073778376 140733203582672 140326643159464 140326583543948 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20429/tid=20432] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20432/stat : 20432 (java) S 20427 20429 16973 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 280786906 9856004096 41152 33554432000 1073741824 1073778376 140733203582672 140326581889448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20429/tid=20433] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20433/stat : 20433 (java) S 20427 20429 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280786906 9856004096 41152 33554432000 1073741824 1073778376 140733203582672 140326486096424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20429/tid=20434] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20434/stat : 20434 (java) S 20427 20429 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280786906 9856004096 41152 33554432000 1073741824 1073778376 140733203582672 140326485043368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20429/tid=20435] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20435/stat : 20435 (java) S 20427 20429 16973 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 280786906 9856004096 41152 33554432000 1073741824 1073778376 140733203582672 140326483990824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20429/tid=20436] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20436/stat : 20436 (java) S 20427 20429 16973 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 280786906 9856004096 41152 33554432000 1073741824 1073778376 140733203582672 140326482938792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20429/tid=20437] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20437/stat : 20437 (java) S 20427 20429 16973 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 280786906 9856004096 41152 33554432000 1073741824 1073778376 140733203582672 140326481886248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20429/tid=20438] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20438/stat : 20438 (java) S 20427 20429 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280786906 9856004096 41152 33554432000 1073741824 1073778376 140733203582672 140326480833192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20429/tid=20439] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20439/stat : 20439 (java) S 20427 20429 16973 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280786906 9856004096 41152 33554432000 1073741824 1073778376 140733203582672 140326479780648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20429/tid=20440] ppid=20427 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/20429/task/20440/stat : 20440 (java) S 20427 20429 16973 0 -1 4202560 36 0 0 0 1 0 0 0 20 0 19 0 280786908 9856004096 41152 33554432000 1073741824 1073778376 140733203582672 140326467369320 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20429/tid=20441] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20441/stat : 20441 (java) S 20427 20429 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280786908 9856004096 41152 33554432000 1073741824 1073778376 140733203582672 140326466315640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20429/tid=20442] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20442/stat : 20442 (java) S 20427 20429 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280786908 9856004096 41152 33554432000 1073741824 1073778376 140733203582672 140326465262472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20429/tid=20443] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20443/stat : 20443 (java) S 20427 20429 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280786910 9856004096 41152 33554432000 1073741824 1073778376 140733203582672 140326464211216 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20429/tid=20444] ppid=20427 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/20429/task/20444/stat : 20444 (java) S 20427 20429 16973 0 -1 4202560 2457 0 0 0 46 0 0 0 20 0 19 0 280786910 9856004096 41152 33554432000 1073741824 1073778376 140733203582672 140326463159096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20429/tid=20445] ppid=20427 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/20429/task/20445/stat : 20445 (java) S 20427 20429 16973 0 -1 4202560 2929 0 0 0 44 0 0 0 20 0 19 0 280786910 9856004096 41152 33554432000 1073741824 1073778376 140733203582672 140326462106552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20429/tid=20446] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20446/stat : 20446 (java) S 20427 20429 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280786910 9856004096 41152 33554432000 1073741824 1073778376 140733203582672 140326461053688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20429/tid=20447] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20447/stat : 20447 (java) S 20427 20429 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280786910 9856004096 41152 33554432000 1073741824 1073778376 140733203582672 140326460001352 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20429/tid=20448] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20448/stat : 20448 (java) S 20427 20429 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280786951 9856004096 41152 33554432000 1073741824 1073778376 140733203582672 140326458946600 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 9625004

[startup+3.10064 s]
/proc/loadavg: 1.99 1.98 1.99 3/213 20448
/proc/meminfo: memFree=27153588/32873660 swapFree=7120/7120
[pid=20429] ppid=20427 vsize=9625004 CPUtime=4.1 cores=1,3,5,7
/proc/20429/stat : 20429 (java) S 20427 20429 16973 0 -1 4202496 9268 0 1 0 404 6 0 0 20 0 19 0 280786904 9856004096 47301 33554432000 1073741824 1073778376 140733203582672 140733203573808 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20429/statm: 2406251 47301 2286 9 0 2396937 0
[pid=20429/tid=20431] ppid=20427 vsize=9625004 CPUtime=3.01 cores=1,3,5,7
/proc/20429/task/20431/stat : 20431 (java) R 20427 20429 16973 0 -1 4202560 2571 0 1 0 299 2 0 0 20 0 19 0 280786905 9856004096 47301 33554432000 1073741824 1073778376 140733203582672 140326643159512 140326583544028 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20429/tid=20432] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20432/stat : 20432 (java) S 20427 20429 16973 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 280786906 9856004096 47301 33554432000 1073741824 1073778376 140733203582672 140326581889448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20429/tid=20433] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20433/stat : 20433 (java) S 20427 20429 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280786906 9856004096 47301 33554432000 1073741824 1073778376 140733203582672 140326486096424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20429/tid=20434] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20434/stat : 20434 (java) S 20427 20429 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280786906 9856004096 47301 33554432000 1073741824 1073778376 140733203582672 140326485043368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20429/tid=20435] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20435/stat : 20435 (java) S 20427 20429 16973 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 280786906 9856004096 47301 33554432000 1073741824 1073778376 140733203582672 140326483990824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20429/tid=20436] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20436/stat : 20436 (java) S 20427 20429 16973 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 280786906 9856004096 47301 33554432000 1073741824 1073778376 140733203582672 140326482938792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20429/tid=20437] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20437/stat : 20437 (java) S 20427 20429 16973 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 280786906 9856004096 47301 33554432000 1073741824 1073778376 140733203582672 140326481886248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20429/tid=20438] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20438/stat : 20438 (java) S 20427 20429 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280786906 9856004096 47301 33554432000 1073741824 1073778376 140733203582672 140326480833192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20429/tid=20439] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20439/stat : 20439 (java) S 20427 20429 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280786906 9856004096 47301 33554432000 1073741824 1073778376 140733203582672 140326479780648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20429/tid=20440] ppid=20427 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/20429/task/20440/stat : 20440 (java) S 20427 20429 16973 0 -1 4202560 40 0 0 0 2 0 0 0 20 0 19 0 280786908 9856004096 47301 33554432000 1073741824 1073778376 140733203582672 140326467369320 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20429/tid=20441] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20441/stat : 20441 (java) S 20427 20429 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280786908 9856004096 47301 33554432000 1073741824 1073778376 140733203582672 140326466315640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20429/tid=20442] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20442/stat : 20442 (java) S 20427 20429 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280786908 9856004096 47301 33554432000 1073741824 1073778376 140733203582672 140326465262472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20429/tid=20443] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20443/stat : 20443 (java) S 20427 20429 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280786910 9856004096 47301 33554432000 1073741824 1073778376 140733203582672 140326464211216 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20429/tid=20444] ppid=20427 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/20429/task/20444/stat : 20444 (java) S 20427 20429 16973 0 -1 4202560 2457 0 0 0 48 0 0 0 20 0 19 0 280786910 9856004096 47301 33554432000 1073741824 1073778376 140733203582672 140326463159096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20429/tid=20445] ppid=20427 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/20429/task/20445/stat : 20445 (java) S 20427 20429 16973 0 -1 4202560 2929 0 0 0 47 0 0 0 20 0 19 0 280786910 9856004096 47301 33554432000 1073741824 1073778376 140733203582672 140326462106552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20429/tid=20446] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20446/stat : 20446 (java) S 20427 20429 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280786910 9856004096 47301 33554432000 1073741824 1073778376 140733203582672 140326461053688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20429/tid=20447] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20447/stat : 20447 (java) S 20427 20429 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280786910 9856004096 47301 33554432000 1073741824 1073778376 140733203582672 140326460001352 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20429/tid=20448] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20448/stat : 20448 (java) S 20427 20429 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280786951 9856004096 47301 33554432000 1073741824 1073778376 140733203582672 140326458946600 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 9625004

[startup+6.30065 s]
/proc/loadavg: 1.99 1.98 1.99 3/213 20448
/proc/meminfo: memFree=27110060/32873660 swapFree=7120/7120
[pid=20429] ppid=20427 vsize=9625004 CPUtime=7.43 cores=1,3,5,7
/proc/20429/stat : 20429 (java) S 20427 20429 16973 0 -1 4202496 9801 0 1 0 735 8 0 0 20 0 19 0 280786904 9856004096 54030 33554432000 1073741824 1073778376 140733203582672 140733203573808 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20429/statm: 2406251 54030 2286 9 0 2396937 0
[pid=20429/tid=20431] ppid=20427 vsize=9625004 CPUtime=6.09 cores=1,3,5,7
/proc/20429/task/20431/stat : 20431 (java) R 20427 20429 16973 0 -1 4202560 2573 0 1 0 607 2 0 0 20 0 19 0 280786905 9856004096 54030 33554432000 1073741824 1073778376 140733203582672 140326643159344 140326583633491 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20429/tid=20432] ppid=20427 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/20429/task/20432/stat : 20432 (java) S 20427 20429 16973 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 280786906 9856004096 54030 33554432000 1073741824 1073778376 140733203582672 140326581889448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20429/tid=20433] ppid=20427 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/20429/task/20433/stat : 20433 (java) S 20427 20429 16973 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 280786906 9856004096 54030 33554432000 1073741824 1073778376 140733203582672 140326486096424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20429/tid=20434] ppid=20427 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/20429/task/20434/stat : 20434 (java) S 20427 20429 16973 0 -1 4202560 212 0 0 0 1 0 0 0 20 0 19 0 280786906 9856004096 54030 33554432000 1073741824 1073778376 140733203582672 140326485043368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20429/tid=20435] ppid=20427 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/20429/task/20435/stat : 20435 (java) S 20427 20429 16973 0 -1 4202560 169 0 0 0 1 0 0 0 20 0 19 0 280786906 9856004096 54030 33554432000 1073741824 1073778376 140733203582672 140326483990824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20429/tid=20436] ppid=20427 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/20429/task/20436/stat : 20436 (java) S 20427 20429 16973 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 280786906 9856004096 54030 33554432000 1073741824 1073778376 140733203582672 140326482938792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20429/tid=20437] ppid=20427 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/20429/task/20437/stat : 20437 (java) S 20427 20429 16973 0 -1 4202560 23 0 0 0 0 2 0 0 20 0 19 0 280786906 9856004096 54030 33554432000 1073741824 1073778376 140733203582672 140326481886248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20429/tid=20438] ppid=20427 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/20429/task/20438/stat : 20438 (java) S 20427 20429 16973 0 -1 4202560 140 0 0 0 1 0 0 0 20 0 19 0 280786906 9856004096 54030 33554432000 1073741824 1073778376 140733203582672 140326480833192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20429/tid=20439] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20439/stat : 20439 (java) S 20427 20429 16973 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 280786906 9856004096 54030 33554432000 1073741824 1073778376 140733203582672 140326479780648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20429/tid=20440] ppid=20427 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/20429/task/20440/stat : 20440 (java) S 20427 20429 16973 0 -1 4202560 46 0 0 0 10 0 0 0 20 0 19 0 280786908 9856004096 54030 33554432000 1073741824 1073778376 140733203582672 140326467369320 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20429/tid=20441] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20441/stat : 20441 (java) S 20427 20429 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280786908 9856004096 54030 33554432000 1073741824 1073778376 140733203582672 140326466315640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20429/tid=20442] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20442/stat : 20442 (java) S 20427 20429 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280786908 9856004096 54030 33554432000 1073741824 1073778376 140733203582672 140326465262472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20429/tid=20443] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20443/stat : 20443 (java) S 20427 20429 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280786910 9856004096 54030 33554432000 1073741824 1073778376 140733203582672 140326464211216 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20429/tid=20444] ppid=20427 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/20429/task/20444/stat : 20444 (java) S 20427 20429 16973 0 -1 4202560 2468 0 0 0 53 0 0 0 20 0 19 0 280786910 9856004096 54030 33554432000 1073741824 1073778376 140733203582672 140326463159096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20429/tid=20445] ppid=20427 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/20429/task/20445/stat : 20445 (java) S 20427 20429 16973 0 -1 4202560 2929 0 0 0 47 0 0 0 20 0 19 0 280786910 9856004096 54030 33554432000 1073741824 1073778376 140733203582672 140326462106552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20429/tid=20446] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20446/stat : 20446 (java) S 20427 20429 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280786910 9856004096 54030 33554432000 1073741824 1073778376 140733203582672 140326461053688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20429/tid=20447] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20447/stat : 20447 (java) S 20427 20429 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280786910 9856004096 54030 33554432000 1073741824 1073778376 140733203582672 140326460001352 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20429/tid=20448] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20448/stat : 20448 (java) S 20427 20429 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280786951 9856004096 54030 33554432000 1073741824 1073778376 140733203582672 140326458946600 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.43
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=20429/tid=20444] ppid=20427 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/20429/task/20444/stat : 20444 (java) S 20427 20429 16973 0 -1 4202560 2497 0 0 0 55 0 0 0 20 0 19 0 280786910 9856004096 411450 33554432000 1073741824 1073778376 140733203582672 140326463159096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20429/tid=20445] ppid=20427 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/20429/task/20445/stat : 20445 (java) S 20427 20429 16973 0 -1 4202560 2929 0 0 0 47 0 0 0 20 0 19 0 280786910 9856004096 411450 33554432000 1073741824 1073778376 140733203582672 140326462106552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20429/tid=20446] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20446/stat : 20446 (java) S 20427 20429 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280786910 9856004096 411450 33554432000 1073741824 1073778376 140733203582672 140326461053688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20429/tid=20447] ppid=20427 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/20429/task/20447/stat : 20447 (java) S 20427 20429 16973 0 -1 4202560 94 0 0 0 22 23 0 0 20 0 19 0 280786910 9856004096 411450 33554432000 1073741824 1073778376 140733203582672 140326460001352 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20429/tid=20448] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20448/stat : 20448 (java) S 20427 20429 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280786951 9856004096 411450 33554432000 1073741824 1073778376 140733203582672 140326458946600 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1691.54
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/213 20524
/proc/meminfo: memFree=25250140/32873660 swapFree=7120/7120
[pid=20429] ppid=20427 vsize=9625004 CPUtime=1752.79 cores=1,3,5,7
/proc/20429/stat : 20429 (java) S 20427 20429 16973 0 -1 4202496 19866 0 1 0 175068 211 0 0 20 0 19 0 280786904 9856004096 455469 33554432000 1073741824 1073778376 140733203582672 140733203573808 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20429/statm: 2406251 455469 2287 9 0 2396937 0
[pid=20429/tid=20431] ppid=20427 vsize=9625004 CPUtime=1695.97 cores=1,3,5,7
/proc/20429/task/20431/stat : 20431 (java) R 20427 20429 16973 0 -1 4202560 3272 0 1 0 169568 29 0 0 20 0 19 0 280786905 9856004096 455469 33554432000 1073741824 1073778376 140733203582672 140326643158400 140326583532427 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20429/tid=20432] ppid=20427 vsize=9625004 CPUtime=4.8 cores=1,3,5,7
/proc/20429/task/20432/stat : 20432 (java) S 20427 20429 16973 0 -1 4202560 893 0 0 0 459 21 0 0 20 0 19 0 280786906 9856004096 455469 33554432000 1073741824 1073778376 140733203582672 140326581889448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20429/tid=20433] ppid=20427 vsize=9625004 CPUtime=5.2 cores=1,3,5,7
/proc/20429/task/20433/stat : 20433 (java) S 20427 20429 16973 0 -1 4202560 953 0 0 0 498 22 0 0 20 0 19 0 280786906 9856004096 455469 33554432000 1073741824 1073778376 140733203582672 140326486096424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20429/tid=20434] ppid=20427 vsize=9625004 CPUtime=4.73 cores=1,3,5,7
/proc/20429/task/20434/stat : 20434 (java) S 20427 20429 16973 0 -1 4202560 979 0 0 0 451 22 0 0 20 0 19 0 280786906 9856004096 455469 33554432000 1073741824 1073778376 140733203582672 140326485043368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20429/tid=20435] ppid=20427 vsize=9625004 CPUtime=5.09 cores=1,3,5,7
/proc/20429/task/20435/stat : 20435 (java) S 20427 20429 16973 0 -1 4202560 1009 0 0 0 486 23 0 0 20 0 19 0 280786906 9856004096 455469 33554432000 1073741824 1073778376 140733203582672 140326483990824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20429/tid=20436] ppid=20427 vsize=9625004 CPUtime=4.85 cores=1,3,5,7
/proc/20429/task/20436/stat : 20436 (java) S 20427 20429 16973 0 -1 4202560 1048 0 0 0 465 20 0 0 20 0 19 0 280786906 9856004096 455469 33554432000 1073741824 1073778376 140733203582672 140326482938792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20429/tid=20437] ppid=20427 vsize=9625004 CPUtime=5 cores=1,3,5,7
/proc/20429/task/20437/stat : 20437 (java) S 20427 20429 16973 0 -1 4202560 792 0 0 0 475 25 0 0 20 0 19 0 280786906 9856004096 455469 33554432000 1073741824 1073778376 140733203582672 140326481886248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20429/tid=20438] ppid=20427 vsize=9625004 CPUtime=5.37 cores=1,3,5,7
/proc/20429/task/20438/stat : 20438 (java) S 20427 20429 16973 0 -1 4202560 1136 0 0 0 513 24 0 0 20 0 19 0 280786906 9856004096 455469 33554432000 1073741824 1073778376 140733203582672 140326480833192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20429/tid=20439] ppid=20427 vsize=9625004 CPUtime=4.64 cores=1,3,5,7
/proc/20429/task/20439/stat : 20439 (java) S 20427 20429 16973 0 -1 4202560 764 0 0 0 443 21 0 0 20 0 19 0 280786906 9856004096 455469 33554432000 1073741824 1073778376 140733203582672 140326479780648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20429/tid=20440] ppid=20427 vsize=9625004 CPUtime=11.22 cores=1,3,5,7
/proc/20429/task/20440/stat : 20440 (java) S 20427 20429 16973 0 -1 4202560 2310 0 0 0 1119 3 0 0 20 0 19 0 280786908 9856004096 455469 33554432000 1073741824 1073778376 140733203582672 140326467369320 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20429/tid=20441] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20441/stat : 20441 (java) S 20427 20429 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280786908 9856004096 455469 33554432000 1073741824 1073778376 140733203582672 140326466315640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20429/tid=20442] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20442/stat : 20442 (java) S 20427 20429 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280786908 9856004096 455469 33554432000 1073741824 1073778376 140733203582672 140326465262472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20429/tid=20443] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20443/stat : 20443 (java) S 20427 20429 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280786910 9856004096 455469 33554432000 1073741824 1073778376 140733203582672 140326464211216 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20429/tid=20444] ppid=20427 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/20429/task/20444/stat : 20444 (java) S 20427 20429 16973 0 -1 4202560 2497 0 0 0 55 0 0 0 20 0 19 0 280786910 9856004096 455469 33554432000 1073741824 1073778376 140733203582672 140326463159096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20429/tid=20445] ppid=20427 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/20429/task/20445/stat : 20445 (java) S 20427 20429 16973 0 -1 4202560 2929 0 0 0 47 0 0 0 20 0 19 0 280786910 9856004096 455469 33554432000 1073741824 1073778376 140733203582672 140326462106552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20429/tid=20446] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20446/stat : 20446 (java) S 20427 20429 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280786910 9856004096 455469 33554432000 1073741824 1073778376 140733203582672 140326461053688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20429/tid=20447] ppid=20427 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/20429/task/20447/stat : 20447 (java) S 20427 20429 16973 0 -1 4202560 98 0 0 0 23 24 0 0 20 0 19 0 280786910 9856004096 455469 33554432000 1073741824 1073778376 140733203582672 140326460001352 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20429/tid=20448] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20448/stat : 20448 (java) S 20427 20429 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280786951 9856004096 455469 33554432000 1073741824 1073778376 140733203582672 140326458946600 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1752.79
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1768.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/213 20524
/proc/meminfo: memFree=25239904/32873660 swapFree=7120/7120
[pid=20429] ppid=20427 vsize=9625004 CPUtime=1800.02 cores=1,3,5,7
/proc/20429/stat : 20429 (java) S 20427 20429 16973 0 -1 4202496 19924 0 1 0 179790 212 0 0 20 0 19 0 280786904 9856004096 455449 33554432000 1073741824 1073778376 140733203582672 140733203573808 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20429/statm: 2406251 455449 2287 9 0 2396937 0
[pid=20429/tid=20431] ppid=20427 vsize=9625004 CPUtime=1741.13 cores=1,3,5,7
/proc/20429/task/20431/stat : 20431 (java) R 20427 20429 16973 0 -1 4202560 3278 0 1 0 174083 30 0 0 20 0 19 0 280786905 9856004096 455449 33554432000 1073741824 1073778376 140733203582672 140326643158400 140326583562718 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20429/tid=20432] ppid=20427 vsize=9625004 CPUtime=5.02 cores=1,3,5,7
/proc/20429/task/20432/stat : 20432 (java) S 20427 20429 16973 0 -1 4202560 893 0 0 0 481 21 0 0 20 0 19 0 280786906 9856004096 455449 33554432000 1073741824 1073778376 140733203582672 140326581889448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20429/tid=20433] ppid=20427 vsize=9625004 CPUtime=5.38 cores=1,3,5,7
/proc/20429/task/20433/stat : 20433 (java) S 20427 20429 16973 0 -1 4202560 953 0 0 0 516 22 0 0 20 0 19 0 280786906 9856004096 455449 33554432000 1073741824 1073778376 140733203582672 140326486096424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20429/tid=20434] ppid=20427 vsize=9625004 CPUtime=4.99 cores=1,3,5,7
/proc/20429/task/20434/stat : 20434 (java) S 20427 20429 16973 0 -1 4202560 979 0 0 0 477 22 0 0 20 0 19 0 280786906 9856004096 455449 33554432000 1073741824 1073778376 140733203582672 140326485043368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20429/tid=20435] ppid=20427 vsize=9625004 CPUtime=5.35 cores=1,3,5,7
/proc/20429/task/20435/stat : 20435 (java) S 20427 20429 16973 0 -1 4202560 1009 0 0 0 512 23 0 0 20 0 19 0 280786906 9856004096 455449 33554432000 1073741824 1073778376 140733203582672 140326483990824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20429/tid=20436] ppid=20427 vsize=9625004 CPUtime=5.07 cores=1,3,5,7
/proc/20429/task/20436/stat : 20436 (java) S 20427 20429 16973 0 -1 4202560 1048 0 0 0 487 20 0 0 20 0 19 0 280786906 9856004096 455449 33554432000 1073741824 1073778376 140733203582672 140326482938792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20429/tid=20437] ppid=20427 vsize=9625004 CPUtime=5.19 cores=1,3,5,7
/proc/20429/task/20437/stat : 20437 (java) S 20427 20429 16973 0 -1 4202560 792 0 0 0 494 25 0 0 20 0 19 0 280786906 9856004096 455449 33554432000 1073741824 1073778376 140733203582672 140326481886248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20429/tid=20438] ppid=20427 vsize=9625004 CPUtime=5.59 cores=1,3,5,7
/proc/20429/task/20438/stat : 20438 (java) S 20427 20429 16973 0 -1 4202560 1136 0 0 0 535 24 0 0 20 0 19 0 280786906 9856004096 455449 33554432000 1073741824 1073778376 140733203582672 140326480833192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20429/tid=20439] ppid=20427 vsize=9625004 CPUtime=4.77 cores=1,3,5,7
/proc/20429/task/20439/stat : 20439 (java) S 20427 20429 16973 0 -1 4202560 764 0 0 0 456 21 0 0 20 0 19 0 280786906 9856004096 455449 33554432000 1073741824 1073778376 140733203582672 140326479780648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20429/tid=20440] ppid=20427 vsize=9625004 CPUtime=11.48 cores=1,3,5,7
/proc/20429/task/20440/stat : 20440 (java) S 20427 20429 16973 0 -1 4202560 2360 0 0 0 1145 3 0 0 20 0 19 0 280786908 9856004096 455449 33554432000 1073741824 1073778376 140733203582672 140326467369320 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20429/tid=20441] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20441/stat : 20441 (java) S 20427 20429 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280786908 9856004096 455449 33554432000 1073741824 1073778376 140733203582672 140326466315640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20429/tid=20442] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20442/stat : 20442 (java) S 20427 20429 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280786908 9856004096 455449 33554432000 1073741824 1073778376 140733203582672 140326465262472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20429/tid=20443] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20443/stat : 20443 (java) S 20427 20429 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280786910 9856004096 455449 33554432000 1073741824 1073778376 140733203582672 140326464211216 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20429/tid=20444] ppid=20427 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/20429/task/20444/stat : 20444 (java) S 20427 20429 16973 0 -1 4202560 2497 0 0 0 55 0 0 0 20 0 19 0 280786910 9856004096 455449 33554432000 1073741824 1073778376 140733203582672 140326463159096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20429/tid=20445] ppid=20427 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/20429/task/20445/stat : 20445 (java) S 20427 20429 16973 0 -1 4202560 2929 0 0 0 47 0 0 0 20 0 19 0 280786910 9856004096 455449 33554432000 1073741824 1073778376 140733203582672 140326462106552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20429/tid=20446] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20446/stat : 20446 (java) S 20427 20429 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280786910 9856004096 455449 33554432000 1073741824 1073778376 140733203582672 140326461053688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20429/tid=20447] ppid=20427 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/20429/task/20447/stat : 20447 (java) S 20427 20429 16973 0 -1 4202560 100 0 0 0 24 24 0 0 20 0 19 0 280786910 9856004096 455449 33554432000 1073741824 1073778376 140733203582672 140326460001352 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20429/tid=20448] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20448/stat : 20448 (java) S 20427 20429 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280786951 9856004096 455449 33554432000 1073741824 1073778376 140733203582672 140326458946600 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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+1768.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/213 20524
/proc/meminfo: memFree=25239904/32873660 swapFree=7120/7120
[pid=20429] ppid=20427 vsize=9625004 CPUtime=1800.02 cores=1,3,5,7
/proc/20429/stat : 20429 (java) S 20427 20429 16973 0 -1 4202496 19924 0 1 0 179790 212 0 0 20 0 19 0 280786904 9856004096 455449 33554432000 1073741824 1073778376 140733203582672 140733203573808 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20429/statm: 2406251 455449 2287 9 0 2396937 0
[pid=20429/tid=20431] ppid=20427 vsize=9625004 CPUtime=1741.13 cores=1,3,5,7
/proc/20429/task/20431/stat : 20431 (java) R 20427 20429 16973 0 -1 4202560 3278 0 1 0 174083 30 0 0 20 0 19 0 280786905 9856004096 455449 33554432000 1073741824 1073778376 140733203582672 140326643158400 140326583562718 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20429/tid=20432] ppid=20427 vsize=9625004 CPUtime=5.02 cores=1,3,5,7
/proc/20429/task/20432/stat : 20432 (java) S 20427 20429 16973 0 -1 4202560 893 0 0 0 481 21 0 0 20 0 19 0 280786906 9856004096 455449 33554432000 1073741824 1073778376 140733203582672 140326581889448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20429/tid=20433] ppid=20427 vsize=9625004 CPUtime=5.38 cores=1,3,5,7
/proc/20429/task/20433/stat : 20433 (java) S 20427 20429 16973 0 -1 4202560 953 0 0 0 516 22 0 0 20 0 19 0 280786906 9856004096 455449 33554432000 1073741824 1073778376 140733203582672 140326486096424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20429/tid=20434] ppid=20427 vsize=9625004 CPUtime=4.99 cores=1,3,5,7
/proc/20429/task/20434/stat : 20434 (java) S 20427 20429 16973 0 -1 4202560 979 0 0 0 477 22 0 0 20 0 19 0 280786906 9856004096 455449 33554432000 1073741824 1073778376 140733203582672 140326485043368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20429/tid=20435] ppid=20427 vsize=9625004 CPUtime=5.35 cores=1,3,5,7
/proc/20429/task/20435/stat : 20435 (java) S 20427 20429 16973 0 -1 4202560 1009 0 0 0 512 23 0 0 20 0 19 0 280786906 9856004096 455449 33554432000 1073741824 1073778376 140733203582672 140326483990824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20429/tid=20436] ppid=20427 vsize=9625004 CPUtime=5.07 cores=1,3,5,7
/proc/20429/task/20436/stat : 20436 (java) S 20427 20429 16973 0 -1 4202560 1048 0 0 0 487 20 0 0 20 0 19 0 280786906 9856004096 455449 33554432000 1073741824 1073778376 140733203582672 140326482938792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20429/tid=20437] ppid=20427 vsize=9625004 CPUtime=5.19 cores=1,3,5,7
/proc/20429/task/20437/stat : 20437 (java) S 20427 20429 16973 0 -1 4202560 792 0 0 0 494 25 0 0 20 0 19 0 280786906 9856004096 455449 33554432000 1073741824 1073778376 140733203582672 140326481886248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20429/tid=20438] ppid=20427 vsize=9625004 CPUtime=5.59 cores=1,3,5,7
/proc/20429/task/20438/stat : 20438 (java) S 20427 20429 16973 0 -1 4202560 1136 0 0 0 535 24 0 0 20 0 19 0 280786906 9856004096 455449 33554432000 1073741824 1073778376 140733203582672 140326480833192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20429/tid=20439] ppid=20427 vsize=9625004 CPUtime=4.77 cores=1,3,5,7
/proc/20429/task/20439/stat : 20439 (java) S 20427 20429 16973 0 -1 4202560 764 0 0 0 456 21 0 0 20 0 19 0 280786906 9856004096 455449 33554432000 1073741824 1073778376 140733203582672 140326479780648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20429/tid=20440] ppid=20427 vsize=9625004 CPUtime=11.48 cores=1,3,5,7
/proc/20429/task/20440/stat : 20440 (java) S 20427 20429 16973 0 -1 4202560 2360 0 0 0 1145 3 0 0 20 0 19 0 280786908 9856004096 455449 33554432000 1073741824 1073778376 140733203582672 140326467369320 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20429/tid=20441] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20441/stat : 20441 (java) S 20427 20429 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280786908 9856004096 455449 33554432000 1073741824 1073778376 140733203582672 140326466315640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20429/tid=20442] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20442/stat : 20442 (java) S 20427 20429 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280786908 9856004096 455449 33554432000 1073741824 1073778376 140733203582672 140326465262472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20429/tid=20443] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20443/stat : 20443 (java) S 20427 20429 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280786910 9856004096 455449 33554432000 1073741824 1073778376 140733203582672 140326464211216 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20429/tid=20444] ppid=20427 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/20429/task/20444/stat : 20444 (java) S 20427 20429 16973 0 -1 4202560 2497 0 0 0 55 0 0 0 20 0 19 0 280786910 9856004096 455449 33554432000 1073741824 1073778376 140733203582672 140326463159096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20429/tid=20445] ppid=20427 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/20429/task/20445/stat : 20445 (java) S 20427 20429 16973 0 -1 4202560 2929 0 0 0 47 0 0 0 20 0 19 0 280786910 9856004096 455449 33554432000 1073741824 1073778376 140733203582672 140326462106552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20429/tid=20446] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20446/stat : 20446 (java) S 20427 20429 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280786910 9856004096 455449 33554432000 1073741824 1073778376 140733203582672 140326461053688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20429/tid=20447] ppid=20427 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/20429/task/20447/stat : 20447 (java) S 20427 20429 16973 0 -1 4202560 100 0 0 0 24 24 0 0 20 0 19 0 280786910 9856004096 455449 33554432000 1073741824 1073778376 140733203582672 140326460001352 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20429/tid=20448] ppid=20427 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20429/task/20448/stat : 20448 (java) S 20427 20429 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280786951 9856004096 455449 33554432000 1073741824 1073778376 140733203582672 140326458946600 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625004

Child status: 143

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

Real time (s): 1768.35
CPU time (s): 1800.02
CPU user time (s): 1797.9
CPU system time (s): 2.12
CPU usage (%): 101.791
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.32
system time used= 2.49062
maximum resident set size= 1821988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19957
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43855
involuntary context switches= 40523

runsolver used 6.02108 second user time and 14.4528 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-27 21:23:32
IDJOB=3710721
IDBENCH=2233
IDSOLVER=2289
FILE ID=node117/3710721-1338146612
RUNJOBID= node117-1338124635-16990
PBS_JOBID= 14624513
Free space on /tmp= 70048 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/course-ass/normalized-ss97-2.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-3710721-1338146612/watcher-3710721-1338146612 -o /tmp/evaluation-result-3710721-1338146612/solver-3710721-1338146612 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710721-1338146612.opb

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

MD5SUM BENCH= f480d2d56550630df651872786c078c9
RANDOM SEED=1339891270

node117.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.148
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.29
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.148
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.148
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.148
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.95
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.148
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.148
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.148
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.148
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:       32873660 kB
MemFree:        27310700 kB
Buffers:          331792 kB
Cached:          4046496 kB
SwapCached:            0 kB
Active:          2501448 kB
Inactive:        2186004 kB
Active(anon):     300480 kB
Inactive(anon):    11356 kB
Active(file):    2200968 kB
Inactive(file):  2174648 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1240 kB
Writeback:             0 kB
AnonPages:        318068 kB
Mapped:            22528 kB
Shmem:               200 kB
Slab:             735116 kB
SReclaimable:     179324 kB
SUnreclaim:       555792 kB
KernelStack:        1608 kB
PageTables:         4808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     697984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    284672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70048 MiB
End job on node117 at 2012-05-27 21:53:02