Trace number 3458784

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 Resolution 2.3.0? (TO) 1800.32 1789.66

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos19.opb
MD5SUM1ef5c8e94b66b7ed63dffc6923ecd901
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-8
Best CPU time to get the best result obtained on this benchmark1800.32
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -3
Optimality of the best value was proved NO
Number of variables1041679
Total number of constraints127860
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints127780
Minimum length of a constraint2
Maximum length of a constraint275
Number of terms in the objective function 1611
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1611
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 24576
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 98256
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		12995394264
0.05/0.09	c Max memory 		13063553024
0.05/0.09	c Total memory 		13063553024
0.05/0.09	c Number of processors 	8
0.11/0.12	c Pseudo Boolean Optimization
0.11/0.12	c --- Begin Solver configuration ---
0.11/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.11/0.12	c Learn all clauses as in MiniSAT
0.11/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.12	c Expensive reason simplification
0.11/0.12	c Armin Biere (Picosat) restarts strategy
0.11/0.12	c Glucose learned constraints deletion strategy
0.11/0.12	c timeout=2147483s
0.11/0.12	c DB Simplification allowed=false
0.11/0.12	c --- End Solver configuration ---
0.11/0.12	c solving HOME/instance-3458784-1307141329.opb
0.11/0.12	c reading problem ... 
11.89/9.19	c ... done. Wall clock time 9.076s.
11.89/9.19	c #vars     1041679
11.89/9.19	c #constraints  178401
11.89/9.19	c constraints type 
11.89/9.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1563
11.89/9.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 1643
11.89/9.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1378
11.89/9.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 155612
14.54/11.27	c cleaning 2486 clauses out of 5000 with flag 5000/5000
19.32/15.12	c cleaning 4236 clauses out of 8514 with flag 11000/11000
22.55/18.38	c cleaning 5635 clauses out of 11279 with flag 18001/18001
25.68/21.49	c cleaning 6811 clauses out of 13643 with flag 26000/26000
29.68/25.37	c cleaning 7903 clauses out of 15833 with flag 35001/35001
34.30/29.94	c cleaning 8949 clauses out of 17930 with flag 45001/45001
40.15/35.73	c cleaning 9968 clauses out of 19981 with flag 56001/56001
45.01/40.53	c cleaning 11000 clauses out of 22012 with flag 68000/68000
51.97/47.40	c cleaning 11989 clauses out of 24012 with flag 81000/81000
56.94/52.32	c cleaning 13003 clauses out of 26024 with flag 95001/95001
61.61/56.96	c cleaning 13968 clauses out of 28020 with flag 110000/110000
73.78/69.07	c cleaning 15005 clauses out of 30053 with flag 126001/126001
81.66/76.89	c cleaning 16001 clauses out of 32048 with flag 143001/143001
87.08/82.12	c cleaning 17010 clauses out of 34046 with flag 161000/161000
101.67/96.69	c cleaning 18001 clauses out of 36036 with flag 180000/180000
107.59/102.43	c cleaning 19009 clauses out of 38035 with flag 200000/200000
124.20/119.00	c cleaning 19987 clauses out of 40026 with flag 221000/221000
130.82/125.44	c cleaning 21002 clauses out of 42042 with flag 243003/243003
140.98/135.59	c cleaning 21986 clauses out of 44038 with flag 266001/266001
152.68/147.16	c cleaning 23006 clauses out of 46051 with flag 290000/290000
159.27/153.61	c cleaning 24017 clauses out of 48046 with flag 315001/315001
165.83/160.12	c cleaning 25004 clauses out of 50028 with flag 341000/341000
172.96/167.15	c cleaning 26007 clauses out of 52025 with flag 368001/368001
185.33/179.46	c cleaning 26999 clauses out of 54018 with flag 396001/396001
207.34/201.32	c cleaning 27996 clauses out of 56019 with flag 425001/425001
214.54/208.47	c cleaning 29002 clauses out of 58023 with flag 455001/455001
225.96/219.83	c cleaning 30005 clauses out of 60023 with flag 486003/486003
233.17/226.93	c cleaning 31005 clauses out of 62020 with flag 518005/518005
242.28/236.10	c cleaning 31996 clauses out of 64010 with flag 551000/551000
252.41/246.12	c cleaning 33000 clauses out of 66015 with flag 585001/585001
275.23/268.97	c cleaning 33985 clauses out of 68014 with flag 620000/620000
287.84/281.43	c cleaning 35005 clauses out of 70030 with flag 656001/656001
297.25/290.79	c cleaning 36002 clauses out of 72024 with flag 693000/693000
307.57/300.93	c cleaning 37001 clauses out of 74022 with flag 731000/731000
315.96/309.21	c cleaning 38006 clauses out of 76021 with flag 770000/770000
328.47/321.76	c cleaning 38994 clauses out of 78015 with flag 810000/810000
338.78/331.99	c cleaning 40001 clauses out of 80022 with flag 851001/851001
356.61/349.75	c cleaning 41005 clauses out of 82021 with flag 893001/893001
370.42/363.44	c cleaning 41996 clauses out of 84016 with flag 936001/936001
387.22/380.18	c cleaning 43000 clauses out of 86020 with flag 980001/980001
405.45/398.25	c cleaning 43995 clauses out of 88019 with flag 1025000/1025000
420.64/413.31	c cleaning 45004 clauses out of 90025 with flag 1071001/1071001
433.45/426.18	c cleaning 46001 clauses out of 92020 with flag 1118000/1118000
447.49/440.06	c cleaning 47001 clauses out of 94020 with flag 1166001/1166001
460.39/452.98	c cleaning 48003 clauses out of 96019 with flag 1215001/1215001
472.91/465.34	c cleaning 49004 clauses out of 98015 with flag 1265000/1265000
487.31/479.78	c cleaning 50002 clauses out of 100012 with flag 1316001/1316001
511.93/504.31	c cleaning 50995 clauses out of 102010 with flag 1368001/1368001
526.25/518.57	c cleaning 51998 clauses out of 104014 with flag 1421001/1421001
541.69/533.86	c cleaning 52998 clauses out of 106016 with flag 1475001/1475001
555.97/548.02	c cleaning 54002 clauses out of 108017 with flag 1530000/1530000
568.36/560.31	c cleaning 55004 clauses out of 110016 with flag 1586001/1586001
582.97/574.93	c cleaning 55996 clauses out of 112011 with flag 1643000/1643000
596.36/588.23	c cleaning 57002 clauses out of 114016 with flag 1701001/1701001
612.17/604.06	c cleaning 57995 clauses out of 116014 with flag 1760001/1760001
627.30/619.12	c cleaning 59002 clauses out of 118018 with flag 1820000/1820000
644.70/636.43	c cleaning 60001 clauses out of 120016 with flag 1881000/1881000
663.01/654.73	c cleaning 60999 clauses out of 122016 with flag 1943001/1943001
684.02/675.75	c cleaning 62004 clauses out of 124016 with flag 2006000/2006000
703.32/694.94	c cleaning 62995 clauses out of 126013 with flag 2070001/2070001
725.01/716.58	c cleaning 63999 clauses out of 128017 with flag 2135000/2135000
752.43/743.85	c cleaning 64994 clauses out of 130019 with flag 2201001/2201001
782.93/774.31	c cleaning 66003 clauses out of 132026 with flag 2268002/2268002
805.16/796.48	c cleaning 66999 clauses out of 134022 with flag 2336001/2336001
828.82/820.01	c cleaning 67996 clauses out of 136022 with flag 2405000/2405000
855.25/846.49	c cleaning 69005 clauses out of 138027 with flag 2475001/2475001
893.04/884.19	c cleaning 69997 clauses out of 140021 with flag 2546000/2546000
931.97/923.09	c cleaning 71001 clauses out of 142027 with flag 2618003/2618003
961.08/952.14	c cleaning 72002 clauses out of 144023 with flag 2691000/2691000
978.67/969.64	c cleaning 72995 clauses out of 146021 with flag 2765000/2765000
1003.69/994.52	c cleaning 73995 clauses out of 148027 with flag 2840001/2840001
1029.61/1020.45	c cleaning 74993 clauses out of 150032 with flag 2916001/2916001
1068.33/1059.19	c cleaning 76017 clauses out of 152039 with flag 2993001/2993001
1099.85/1090.55	c cleaning 76993 clauses out of 154021 with flag 3071000/3071000
1130.99/1121.51	c cleaning 78000 clauses out of 156029 with flag 3150001/3150001
1156.30/1146.71	c cleaning 79003 clauses out of 158028 with flag 3230000/3230000
1187.26/1177.68	c cleaning 80003 clauses out of 160026 with flag 3311001/3311001
1215.00/1205.24	c cleaning 81003 clauses out of 162022 with flag 3393000/3393000
1240.51/1230.80	c cleaning 82003 clauses out of 164020 with flag 3476001/3476001
1283.10/1273.26	c cleaning 82999 clauses out of 166017 with flag 3560001/3560001
1328.74/1318.91	c cleaning 84001 clauses out of 168018 with flag 3645001/3645001
1352.97/1343.07	c cleaning 85000 clauses out of 170016 with flag 3731000/3731000
1390.75/1380.75	c cleaning 86006 clauses out of 172016 with flag 3818000/3818000
1422.67/1412.65	c cleaning 87000 clauses out of 174011 with flag 3906001/3906001
1456.39/1446.40	c cleaning 88004 clauses out of 176010 with flag 3995000/3995000
1480.65/1470.42	c cleaning 88996 clauses out of 178006 with flag 4085000/4085000
1520.36/1510.16	c cleaning 90000 clauses out of 180011 with flag 4176001/4176001
1554.28/1544.00	c cleaning 90998 clauses out of 182010 with flag 4268000/4268000
1586.51/1576.30	c cleaning 92004 clauses out of 184013 with flag 4361001/4361001
1618.11/1607.87	c cleaning 93001 clauses out of 186008 with flag 4455000/4455000
1662.23/1651.92	c cleaning 93992 clauses out of 188007 with flag 4550000/4550000
1689.36/1678.95	c cleaning 94992 clauses out of 190015 with flag 4646000/4646000
1717.19/1706.73	c cleaning 96003 clauses out of 192024 with flag 4743001/4743001
1745.73/1735.26	c cleaning 97004 clauses out of 194020 with flag 4841000/4841000
1778.22/1767.70	c cleaning 98004 clauses out of 196016 with flag 4940000/4940000
1800.05/1789.42	c starts		: 273
1800.05/1789.42	c conflicts		: 5011260
1800.05/1789.42	c decisions		: 58434103
1800.05/1789.42	c propagations		: 498537866
1800.05/1789.42	c inspects		: 7140103417
1800.05/1789.42	c shortcuts		: 0
1800.05/1789.42	c learnt literals	: 1
1800.05/1789.42	c learnt binary clauses	: 2256
1800.05/1789.42	c learnt ternary clauses	: 4626
1800.05/1789.42	c learnt constraints	: 5011259
1800.05/1789.42	c ignored constraints	: 0
1800.05/1789.42	c root simplifications	: 0
1800.05/1789.42	c removed literals (reason simplification)	: 140757429
1800.05/1789.42	c reason swapping (by a shorter reason)	: 0
1800.05/1789.42	c Calls to reduceDB	: 95
1800.05/1789.42	c number of reductions to clauses (during analyze)	: 0
1800.05/1789.42	c number of learned constraints concerned by reduction	: 0
1800.05/1789.42	c number of learning phase by resolution	: 0
1800.05/1789.42	c number of learning phase by cutting planes	: 0
1800.05/1789.42	c speed (assignments/second)	: 280041.48623575957
1800.05/1789.42	c non guided choices	53206407
1800.05/1789.45	c learnt constraints type 
1800.05/1789.45	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2256
1800.05/1789.45	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 167071
1800.05/1789.45	c constraints type 
1800.05/1789.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1563
1800.05/1789.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 1643
1800.05/1789.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1378
1800.05/1789.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 155612
1800.05/1789.45	s UNKNOWN
1800.05/1789.45	c Total wall clock time (in seconds): 1789.337

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3458784-1307141329/watcher-3458784-1307141329 -o /tmp/evaluation-result-3458784-1307141329/solver-3458784-1307141329 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458784-1307141329.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.95 2.03 2.00 2/545 15291
/proc/meminfo: memFree=24390256/32951124 swapFree=56241860/67111528
[pid=15291] ppid=15289 vsize=13508980 CPUtime=0 cores=0,2,4,6
/proc/15291/stat : 15291 (java) S 15289 15291 11644 0 -1 4202496 2685 0 1 0 0 0 0 0 23 0 2 0 904363700 13833195520 2387 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746981349 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/15291/statm: 3377245 2401 906 9 0 3368401 0
[pid=15291/tid=15292] ppid=15289 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15292/stat : 15292 (java) R 15289 15291 11644 0 -1 4202560 5711 0 1 0 0 0 0 0 24 0 2 0 904363701 13850947584 6527 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216734872635 0 4 0 16784584 0 0 0 -1 0 0 0 0

[startup+0.0739301 s]
/proc/loadavg: 1.95 2.03 2.00 2/545 15291
/proc/meminfo: memFree=24390256/32951124 swapFree=56241860/67111528
[pid=15291] ppid=15289 vsize=13554952 CPUtime=0.05 cores=0,2,4,6
/proc/15291/stat : 15291 (java) S 15289 15291 11644 0 -1 4202496 14245 0 1 0 4 1 0 0 23 0 18 0 904363700 13880270848 13942 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15291/statm: 3388738 13942 1741 9 0 3379472 0
[pid=15291/tid=15292] ppid=15289 vsize=13554952 CPUtime=0.05 cores=0,2,4,6
/proc/15291/task/15292/stat : 15292 (java) R 15289 15291 11644 0 -1 4202560 13071 0 1 0 4 1 0 0 25 0 18 0 904363701 13880270848 13942 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 46912505230419 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13554952

[startup+0.104996 s]
/proc/loadavg: 1.95 2.03 2.00 2/545 15291
/proc/meminfo: memFree=24390256/32951124 swapFree=56241860/67111528
[pid=15291] ppid=15289 vsize=13621740 CPUtime=0.11 cores=0,2,4,6
/proc/15291/stat : 15291 (java) S 15289 15291 11644 0 -1 4202496 15499 0 1 0 9 2 0 0 23 0 18 0 904363700 13948661760 15180 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15291/statm: 3405435 15180 2093 9 0 3396169 0
[pid=15291/tid=15292] ppid=15289 vsize=13621740 CPUtime=0.08 cores=0,2,4,6
/proc/15291/task/15292/stat : 15292 (java) R 15289 15291 11644 0 -1 4202560 13582 0 1 0 7 1 0 0 18 0 18 0 904363701 13948661760 15180 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216734871248 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13621740

[startup+0.346731 s]
/proc/loadavg: 1.95 2.03 2.00 2/545 15291
/proc/meminfo: memFree=24390256/32951124 swapFree=56241860/67111528
[pid=15291] ppid=15289 vsize=13624284 CPUtime=0.75 cores=0,2,4,6
/proc/15291/stat : 15291 (java) S 15289 15291 11644 0 -1 4202496 30737 0 1 0 71 4 0 0 23 0 18 0 904363700 13951266816 29326 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15291/statm: 3406071 29330 2211 9 0 3396805 0
[pid=15291/tid=15292] ppid=15289 vsize=13624284 CPUtime=0.37 cores=0,2,4,6
/proc/15291/task/15292/stat : 15292 (java) R 15289 15291 11644 0 -1 4202560 25866 0 1 0 34 3 0 0 18 0 18 0 904363701 13951266816 29332 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 46912505559646 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 13624284

[startup+0.714877 s]
/proc/loadavg: 1.95 2.03 2.00 2/545 15291
/proc/meminfo: memFree=24390256/32951124 swapFree=56241860/67111528
[pid=15291] ppid=15289 vsize=13625680 CPUtime=1.27 cores=0,2,4,6
/proc/15291/stat : 15291 (java) S 15289 15291 11644 0 -1 4202496 62500 0 1 0 119 8 0 0 23 0 18 0 904363700 13952696320 60123 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15291/statm: 3406420 60128 2215 9 0 3397154 0
[pid=15291/tid=15292] ppid=15289 vsize=13625680 CPUtime=0.68 cores=0,2,4,6
/proc/15291/task/15292/stat : 15292 (java) R 15289 15291 11644 0 -1 4202560 55997 0 1 0 62 6 0 0 18 0 18 0 904363701 13952696320 60131 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 13625680

[startup+1.50077 s]
/proc/loadavg: 1.95 2.03 2.00 3/563 15309
/proc/meminfo: memFree=24031948/32951124 swapFree=56241860/67111528
[pid=15291] ppid=15289 vsize=13625680 CPUtime=2.06 cores=0,2,4,6
/proc/15291/stat : 15291 (java) S 15289 15291 11644 0 -1 4202496 148406 0 1 0 187 19 0 0 23 0 18 0 904363700 13952696320 146030 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15291/statm: 3406420 146035 2216 9 0 3397154 0
[pid=15291/tid=15292] ppid=15289 vsize=13625680 CPUtime=1.48 cores=0,2,4,6
/proc/15291/task/15292/stat : 15292 (java) R 15289 15291 11644 0 -1 4202560 141903 0 1 0 130 18 0 0 19 0 18 0 904363701 13952696320 146038 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15291/tid=15294] ppid=15289 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15294/stat : 15294 (java) S 15289 15291 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 904363703 13952696320 146041 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15295] ppid=15289 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15295/stat : 15295 (java) S 15289 15291 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 904363703 13952696320 146044 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15296] ppid=15289 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15296/stat : 15296 (java) S 15289 15291 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 904363703 13952696320 146046 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15297] ppid=15289 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15297/stat : 15297 (java) S 15289 15291 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 904363703 13952696320 146046 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15298] ppid=15289 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15298/stat : 15298 (java) S 15289 15291 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 904363703 13952696320 146049 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15299] ppid=15289 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15299/stat : 15299 (java) S 15289 15291 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 904363703 13952696320 146053 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15300] ppid=15289 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15300/stat : 15300 (java) S 15289 15291 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 904363703 13952696320 146056 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15301] ppid=15289 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15301/stat : 15301 (java) S 15289 15291 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 904363703 13952696320 146059 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15302] ppid=15289 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15302/stat : 15302 (java) S 15289 15291 11644 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 904363704 13952696320 146062 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746995200 0 0 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15303] ppid=15289 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15303/stat : 15303 (java) S 15289 15291 11644 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 904363705 13952696320 146065 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15304] ppid=15289 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15304/stat : 15304 (java) S 15289 15291 11644 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 904363705 13952696320 146069 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15305] ppid=15289 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15305/stat : 15305 (java) S 15289 15291 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 904363707 13952696320 146071 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216747002289 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15306] ppid=15289 vsize=13625680 CPUtime=0.29 cores=0,2,4,6
/proc/15291/task/15306/stat : 15306 (java) S 15289 15291 11644 0 -1 4202560 2833 0 0 0 29 0 0 0 16 0 18 0 904363707 13952696320 146074 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 2 0 0 0
[pid=15291/tid=15307] ppid=15289 vsize=13625680 CPUtime=0.28 cores=0,2,4,6
/proc/15291/task/15307/stat : 15307 (java) S 15289 15291 11644 0 -1 4202560 2529 0 0 0 28 0 0 0 16 0 18 0 904363707 13952696320 146077 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 0 0 0 0
[pid=15291/tid=15308] ppid=15289 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15308/stat : 15308 (java) S 15289 15291 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 904363707 13952696320 146081 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15309] ppid=15289 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15309/stat : 15309 (java) S 15289 15291 11644 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 904363707 13952696320 146084 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746995200 0 4 0 16800975 18446604452941494336 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 13625680

[startup+3.10148 s]
/proc/loadavg: 1.96 2.03 2.00 3/563 15309
/proc/meminfo: memFree=23549340/32951124 swapFree=56241860/67111528
[pid=15291] ppid=15289 vsize=13625680 CPUtime=3.67 cores=0,2,4,6
/proc/15291/stat : 15291 (java) S 15289 15291 11644 0 -1 4202496 554941 0 1 0 297 70 0 0 23 0 18 0 904363700 13952696320 552565 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15291/statm: 3406420 552593 2224 9 0 3397154 0
[pid=15291/tid=15292] ppid=15289 vsize=13625680 CPUtime=3.07 cores=0,2,4,6
/proc/15291/task/15292/stat : 15292 (java) R 15289 15291 11644 0 -1 4202560 548470 0 1 0 239 68 0 0 22 0 18 0 904363701 13952696320 552605 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 46990371658842 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15291/tid=15294] ppid=15289 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15294/stat : 15294 (java) S 15289 15291 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 904363703 13952696320 552622 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15295] ppid=15289 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15295/stat : 15295 (java) S 15289 15291 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 904363703 13952696320 552638 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15296] ppid=15289 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15296/stat : 15296 (java) S 15289 15291 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 904363703 13952696320 552654 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15297] ppid=15289 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15297/stat : 15297 (java) S 15289 15291 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 904363703 13952696320 552669 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15298] ppid=15289 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15298/stat : 15298 (java) S 15289 15291 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 904363703 13952696320 552686 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15299] ppid=15289 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15299/stat : 15299 (java) S 15289 15291 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 904363703 13952696320 552701 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15300] ppid=15289 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15300/stat : 15300 (java) S 15289 15291 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 904363703 13952696320 552718 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15301] ppid=15289 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15301/stat : 15301 (java) S 15289 15291 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 904363703 13952696320 552733 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15302] ppid=15289 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15302/stat : 15302 (java) S 15289 15291 11644 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 904363704 13952696320 552750 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746995200 0 0 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15303] ppid=15289 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15303/stat : 15303 (java) S 15289 15291 11644 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 904363705 13952696320 552765 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15304] ppid=15289 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15304/stat : 15304 (java) S 15289 15291 11644 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 904363705 13952696320 552782 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15305] ppid=15289 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15305/stat : 15305 (java) S 15289 15291 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 904363707 13952696320 552796 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216747002289 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15306] ppid=15289 vsize=13625680 CPUtime=0.29 cores=0,2,4,6
/proc/15291/task/15306/stat : 15306 (java) S 15289 15291 11644 0 -1 4202560 2833 0 0 0 29 0 0 0 15 0 18 0 904363707 13952696320 552813 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 2 0 0 0
[pid=15291/tid=15307] ppid=15289 vsize=13625680 CPUtime=0.28 cores=0,2,4,6
/proc/15291/task/15307/stat : 15307 (java) S 15289 15291 11644 0 -1 4202560 2529 0 0 0 28 0 0 0 16 0 18 0 904363707 13952696320 552828 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 0 0 0 0
[pid=15291/tid=15308] ppid=15289 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15308/stat : 15308 (java) S 15289 15291 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 904363707 13952696320 552845 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15309] ppid=15289 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15309/stat : 15309 (java) S 15289 15291 11644 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 904363707 13952696320 552860 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746995200 0 4 0 16800975 18446604452941494336 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 13625680

[startup+6.30086 s]
/proc/loadavg: 1.96 2.03 2.00 4/563 15309
/proc/meminfo: memFree=20512284/32951124 swapFree=56241860/67111528
[pid=15291] ppid=15289 vsize=13625036 CPUtime=8.93 cores=0,2,4,6
/proc/15291/stat : 15291 (java) S 15289 15291 11644 0 -1 4202496 972281 0 1 0 773 120 0 0 23 0 18 0 904363700 13952036864 969074 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15291/statm: 3406259 969074 2240 9 0 3396993 0
[pid=15291/tid=15292] ppid=15289 vsize=13625036 CPUtime=5.41 cores=0,2,4,6
/proc/15291/task/15292/stat : 15292 (java) R 15289 15291 11644 0 -1 4202560 844945 0 1 0 438 103 0 0 23 0 18 0 904363701 13952036864 969074 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 46990371658839 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=15291/tid=15294] ppid=15289 vsize=13625036 CPUtime=0.36 cores=0,2,4,6
/proc/15291/task/15294/stat : 15294 (java) S 15289 15291 11644 0 -1 4202560 8455 0 0 0 35 1 0 0 16 0 18 0 904363703 13952036864 969074 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 2 0 0 0
[pid=15291/tid=15295] ppid=15289 vsize=13625036 CPUtime=0.1 cores=0,2,4,6
/proc/15291/task/15295/stat : 15295 (java) S 15289 15291 11644 0 -1 4202560 1207 0 0 0 10 0 0 0 16 0 18 0 904363703 13952036864 969074 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 4 0 0 0
[pid=15291/tid=15296] ppid=15289 vsize=13625036 CPUtime=0.4 cores=0,2,4,6
/proc/15291/task/15296/stat : 15296 (java) S 15289 15291 11644 0 -1 4202560 18340 0 0 0 38 2 0 0 16 0 18 0 904363703 13952036864 969074 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 0 0 0 0
[pid=15291/tid=15297] ppid=15289 vsize=13625036 CPUtime=0.3 cores=0,2,4,6
/proc/15291/task/15297/stat : 15297 (java) S 15289 15291 11644 0 -1 4202560 3856 0 0 0 30 0 0 0 16 0 18 0 904363703 13952036864 969074 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15298] ppid=15289 vsize=13625036 CPUtime=0.4 cores=0,2,4,6
/proc/15291/task/15298/stat : 15298 (java) S 15289 15291 11644 0 -1 4202560 22136 0 0 0 38 2 0 0 16 0 18 0 904363703 13952036864 969074 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 2 0 0 0
[pid=15291/tid=15299] ppid=15289 vsize=13625036 CPUtime=0.39 cores=0,2,4,6
/proc/15291/task/15299/stat : 15299 (java) S 15289 15291 11644 0 -1 4202560 20772 0 0 0 37 2 0 0 16 0 18 0 904363703 13952036864 969074 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 4 0 0 0
[pid=15291/tid=15300] ppid=15289 vsize=13625036 CPUtime=0.5 cores=0,2,4,6
/proc/15291/task/15300/stat : 15300 (java) S 15289 15291 11644 0 -1 4202560 31749 0 0 0 46 4 0 0 16 0 18 0 904363703 13952036864 969074 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 0 0 0 0
[pid=15291/tid=15301] ppid=15289 vsize=13625036 CPUtime=0.34 cores=0,2,4,6
/proc/15291/task/15301/stat : 15301 (java) S 15289 15291 11644 0 -1 4202560 14235 0 0 0 33 1 0 0 16 0 18 0 904363703 13952036864 969074 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 0 0 0 0
[pid=15291/tid=15302] ppid=15289 vsize=13625036 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15302/stat : 15302 (java) S 15289 15291 11644 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 18 0 904363704 13952036864 969074 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746995200 0 0 0 16800975 18446604452941494336 0 0 -1 0 0 0 0
[pid=15291/tid=15303] ppid=15289 vsize=13625036 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15303/stat : 15303 (java) S 15289 15291 11644 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 904363705 13952036864 969074 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15304] ppid=15289 vsize=13625036 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15304/stat : 15304 (java) S 15289 15291 11644 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 904363705 13952036864 969074 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15305] ppid=15289 vsize=13625036 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15305/stat : 15305 (java) S 15289 15291 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 904363707 13952036864 969074 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216747002289 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15306] ppid=15289 vsize=13625036 CPUtime=0.35 cores=0,2,4,6
/proc/15291/task/15306/stat : 15306 (java) S 15289 15291 11644 0 -1 4202560 2904 0 0 0 35 0 0 0 15 0 18 0 904363707 13952036864 969074 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 2 0 0 0
[pid=15291/tid=15307] ppid=15289 vsize=13625036 CPUtime=0.28 cores=0,2,4,6
/proc/15291/task/15307/stat : 15307 (java) S 15289 15291 11644 0 -1 4202560 2529 0 0 0 28 0 0 0 15 0 18 0 904363707 13952036864 969074 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 0 0 0 0
[pid=15291/tid=15308] ppid=15289 vsize=13625036 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15308/stat : 15308 (java) S 15289 15291 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 904363707 13952036864 969074 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15309] ppid=15289 vsize=13625036 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15309/stat : 15309 (java) S 15289 15291 11644 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 904363707 13952036864 969074 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746995200 0 4 0 16800975 18446604452941494336 0 0 -1 2 0 0 0

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

/proc/15291/task/15304/stat : 15304 (java) S 15289 15291 11644 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 904363705 13954162688 1104261 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15305] ppid=15289 vsize=13627112 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15305/stat : 15305 (java) S 15289 15291 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904363707 13954162688 1104261 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216747002289 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15306] ppid=15289 vsize=13627112 CPUtime=0.86 cores=0,2,4,6
/proc/15291/task/15306/stat : 15306 (java) S 15289 15291 11644 0 -1 4202560 6998 0 0 0 85 1 0 0 15 0 19 0 904363707 13954162688 1104261 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 0 0 0 0
[pid=15291/tid=15307] ppid=15289 vsize=13627112 CPUtime=0.81 cores=0,2,4,6
/proc/15291/task/15307/stat : 15307 (java) S 15289 15291 11644 0 -1 4202560 2817 0 0 0 81 0 0 0 15 0 19 0 904363707 13954162688 1104261 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15308] ppid=15289 vsize=13627112 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15308/stat : 15308 (java) S 15289 15291 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904363707 13954162688 1104261 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15309] ppid=15289 vsize=13627112 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15309/stat : 15309 (java) S 15289 15291 11644 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 904363707 13954162688 1104261 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746995200 0 4 0 16800975 18446604452941494336 0 0 -1 4 0 0 0
[pid=15291/tid=15310] ppid=15289 vsize=13627112 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15310/stat : 15310 (java) S 15289 15291 11644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 904364632 13954162688 1104261 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746995200 0 4 0 16800975 18446604452941494336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1672.76
Current children cumulated vsize (KiB) 13627112

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/564 15413
/proc/meminfo: memFree=20397164/32951124 swapFree=56241860/67111528
[pid=15291] ppid=15289 vsize=13627112 CPUtime=1732.83 cores=0,2,4,6
/proc/15291/stat : 15291 (java) S 15289 15291 11644 0 -1 4202496 1111348 0 1 0 173143 140 0 0 23 0 19 0 904363700 13954162688 1104614 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15291/statm: 3406778 1104614 2264 9 0 3397512 0
[pid=15291/tid=15292] ppid=15289 vsize=13627112 CPUtime=1649.72 cores=0,2,4,6
/proc/15291/task/15292/stat : 15292 (java) R 15289 15291 11644 0 -1 4202560 845087 0 1 0 164868 104 0 0 25 0 19 0 904363701 13954162688 1104614 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 46912505735696 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15291/tid=15294] ppid=15289 vsize=13627112 CPUtime=1.48 cores=0,2,4,6
/proc/15291/task/15294/stat : 15294 (java) S 15289 15291 11644 0 -1 4202560 10098 0 0 0 147 1 0 0 16 0 19 0 904363703 13954162688 1104614 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15295] ppid=15289 vsize=13627112 CPUtime=1.22 cores=0,2,4,6
/proc/15291/task/15295/stat : 15295 (java) S 15289 15291 11644 0 -1 4202560 1307 0 0 0 122 0 0 0 16 0 19 0 904363703 13954162688 1104614 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 4 0 0 0
[pid=15291/tid=15296] ppid=15289 vsize=13627112 CPUtime=1.78 cores=0,2,4,6
/proc/15291/task/15296/stat : 15296 (java) S 15289 15291 11644 0 -1 4202560 22419 0 0 0 175 3 0 0 15 0 19 0 904363703 13954162688 1104614 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 4 0 0 0
[pid=15291/tid=15297] ppid=15289 vsize=13627112 CPUtime=1.41 cores=0,2,4,6
/proc/15291/task/15297/stat : 15297 (java) S 15289 15291 11644 0 -1 4202560 9591 0 0 0 140 1 0 0 15 0 19 0 904363703 13954162688 1104614 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 4 0 0 0
[pid=15291/tid=15298] ppid=15289 vsize=13627112 CPUtime=1.73 cores=0,2,4,6
/proc/15291/task/15298/stat : 15298 (java) S 15289 15291 11644 0 -1 4202560 26358 0 0 0 171 2 0 0 16 0 19 0 904363703 13954162688 1104614 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 0 0 0 0
[pid=15291/tid=15299] ppid=15289 vsize=13627112 CPUtime=1.73 cores=0,2,4,6
/proc/15291/task/15299/stat : 15299 (java) S 15289 15291 11644 0 -1 4202560 26606 0 0 0 170 3 0 0 15 0 19 0 904363703 13954162688 1104614 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15300] ppid=15289 vsize=13627112 CPUtime=1.73 cores=0,2,4,6
/proc/15291/task/15300/stat : 15300 (java) S 15289 15291 11644 0 -1 4202560 32317 0 0 0 169 4 0 0 15 0 19 0 904363703 13954162688 1104614 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 0 0 0 0
[pid=15291/tid=15301] ppid=15289 vsize=13627112 CPUtime=1.53 cores=0,2,4,6
/proc/15291/task/15301/stat : 15301 (java) S 15289 15291 11644 0 -1 4202560 15828 0 0 0 151 2 0 0 15 0 19 0 904363703 13954162688 1104614 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15302] ppid=15289 vsize=13627112 CPUtime=68.71 cores=0,2,4,6
/proc/15291/task/15302/stat : 15302 (java) S 15289 15291 11644 0 -1 4202560 110674 0 0 0 6858 13 0 0 15 0 19 0 904363704 13954162688 1104614 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746995200 0 0 0 16800975 18446604452941494336 0 0 -1 2 0 0 0
[pid=15291/tid=15303] ppid=15289 vsize=13627112 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15303/stat : 15303 (java) S 15289 15291 11644 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 904363705 13954162688 1104614 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15304] ppid=15289 vsize=13627112 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15304/stat : 15304 (java) S 15289 15291 11644 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 904363705 13954162688 1104614 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15305] ppid=15289 vsize=13627112 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15305/stat : 15305 (java) S 15289 15291 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904363707 13954162688 1104614 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216747002289 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15306] ppid=15289 vsize=13627112 CPUtime=0.86 cores=0,2,4,6
/proc/15291/task/15306/stat : 15306 (java) S 15289 15291 11644 0 -1 4202560 6998 0 0 0 85 1 0 0 15 0 19 0 904363707 13954162688 1104614 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 0 0 0 0
[pid=15291/tid=15307] ppid=15289 vsize=13627112 CPUtime=0.81 cores=0,2,4,6
/proc/15291/task/15307/stat : 15307 (java) S 15289 15291 11644 0 -1 4202560 2817 0 0 0 81 0 0 0 15 0 19 0 904363707 13954162688 1104614 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15308] ppid=15289 vsize=13627112 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15308/stat : 15308 (java) S 15289 15291 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904363707 13954162688 1104614 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15309] ppid=15289 vsize=13627112 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15309/stat : 15309 (java) S 15289 15291 11644 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 904363707 13954162688 1104614 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746995200 0 4 0 16800975 18446604452941494336 0 0 -1 0 0 0 0
[pid=15291/tid=15310] ppid=15289 vsize=13627112 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15310/stat : 15310 (java) S 15289 15291 11644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 904364632 13954162688 1104614 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746995200 0 4 0 16800975 18446604452941494336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1732.83
Current children cumulated vsize (KiB) 13627112

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/564 15414
/proc/meminfo: memFree=20391172/32951124 swapFree=56241860/67111528
[pid=15291] ppid=15289 vsize=13627112 CPUtime=1792.93 cores=0,2,4,6
/proc/15291/stat : 15291 (java) S 15289 15291 11644 0 -1 4202496 1112581 0 1 0 179152 141 0 0 23 0 19 0 904363700 13954162688 1105837 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15291/statm: 3406778 1105837 2264 9 0 3397512 0
[pid=15291/tid=15292] ppid=15289 vsize=13627112 CPUtime=1708.24 cores=0,2,4,6
/proc/15291/task/15292/stat : 15292 (java) R 15289 15291 11644 0 -1 4202560 845089 0 1 0 170719 105 0 0 25 0 19 0 904363701 13954162688 1105837 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 46912505735696 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15291/tid=15294] ppid=15289 vsize=13627112 CPUtime=1.52 cores=0,2,4,6
/proc/15291/task/15294/stat : 15294 (java) S 15289 15291 11644 0 -1 4202560 10112 0 0 0 151 1 0 0 15 0 19 0 904363703 13954162688 1105837 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15295] ppid=15289 vsize=13627112 CPUtime=1.22 cores=0,2,4,6
/proc/15291/task/15295/stat : 15295 (java) S 15289 15291 11644 0 -1 4202560 1307 0 0 0 122 0 0 0 15 0 19 0 904363703 13954162688 1105837 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 4 0 0 0
[pid=15291/tid=15296] ppid=15289 vsize=13627112 CPUtime=1.79 cores=0,2,4,6
/proc/15291/task/15296/stat : 15296 (java) S 15289 15291 11644 0 -1 4202560 22453 0 0 0 176 3 0 0 16 0 19 0 904363703 13954162688 1105837 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 4 0 0 0
[pid=15291/tid=15297] ppid=15289 vsize=13627112 CPUtime=1.45 cores=0,2,4,6
/proc/15291/task/15297/stat : 15297 (java) S 15289 15291 11644 0 -1 4202560 9591 0 0 0 144 1 0 0 16 0 19 0 904363703 13954162688 1105837 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 4 0 0 0
[pid=15291/tid=15298] ppid=15289 vsize=13627112 CPUtime=1.74 cores=0,2,4,6
/proc/15291/task/15298/stat : 15298 (java) S 15289 15291 11644 0 -1 4202560 26358 0 0 0 172 2 0 0 16 0 19 0 904363703 13954162688 1105837 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 0 0 0 0
[pid=15291/tid=15299] ppid=15289 vsize=13627112 CPUtime=1.74 cores=0,2,4,6
/proc/15291/task/15299/stat : 15299 (java) S 15289 15291 11644 0 -1 4202560 26606 0 0 0 171 3 0 0 16 0 19 0 904363703 13954162688 1105837 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15300] ppid=15289 vsize=13627112 CPUtime=1.77 cores=0,2,4,6
/proc/15291/task/15300/stat : 15300 (java) S 15289 15291 11644 0 -1 4202560 32317 0 0 0 173 4 0 0 15 0 19 0 904363703 13954162688 1105837 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 0 0 0 0
[pid=15291/tid=15301] ppid=15289 vsize=13627112 CPUtime=1.53 cores=0,2,4,6
/proc/15291/task/15301/stat : 15301 (java) S 15289 15291 11644 0 -1 4202560 15828 0 0 0 151 2 0 0 15 0 19 0 904363703 13954162688 1105837 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15302] ppid=15289 vsize=13627112 CPUtime=70.15 cores=0,2,4,6
/proc/15291/task/15302/stat : 15302 (java) S 15289 15291 11644 0 -1 4202560 111853 0 0 0 7002 13 0 0 15 0 19 0 904363704 13954162688 1105837 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746995200 0 0 0 16800975 18446604452941494336 0 0 -1 2 0 0 0
[pid=15291/tid=15303] ppid=15289 vsize=13627112 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15303/stat : 15303 (java) S 15289 15291 11644 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 904363705 13954162688 1105837 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15304] ppid=15289 vsize=13627112 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15304/stat : 15304 (java) S 15289 15291 11644 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 904363705 13954162688 1105837 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15305] ppid=15289 vsize=13627112 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15305/stat : 15305 (java) S 15289 15291 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904363707 13954162688 1105837 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216747002289 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15306] ppid=15289 vsize=13627112 CPUtime=0.86 cores=0,2,4,6
/proc/15291/task/15306/stat : 15306 (java) S 15289 15291 11644 0 -1 4202560 6998 0 0 0 85 1 0 0 15 0 19 0 904363707 13954162688 1105837 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 0 0 0 0
[pid=15291/tid=15307] ppid=15289 vsize=13627112 CPUtime=0.81 cores=0,2,4,6
/proc/15291/task/15307/stat : 15307 (java) S 15289 15291 11644 0 -1 4202560 2817 0 0 0 81 0 0 0 15 0 19 0 904363707 13954162688 1105837 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15308] ppid=15289 vsize=13627112 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15308/stat : 15308 (java) S 15289 15291 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904363707 13954162688 1105837 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15309] ppid=15289 vsize=13627112 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15309/stat : 15309 (java) S 15289 15291 11644 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 904363707 13954162688 1105837 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746995200 0 4 0 16800975 18446604452941494336 0 0 -1 0 0 0 0
[pid=15291/tid=15310] ppid=15289 vsize=13627112 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15310/stat : 15310 (java) S 15289 15291 11644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 904364632 13954162688 1105837 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746995200 0 4 0 16800975 18446604452941494336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1792.93
Current children cumulated vsize (KiB) 13627112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.4 s]
/proc/loadavg: 2.00 2.02 2.00 3/564 15414
/proc/meminfo: memFree=20391404/32951124 swapFree=56241860/67111528
[pid=15291] ppid=15289 vsize=13627112 CPUtime=1800.05 cores=0,2,4,6
/proc/15291/stat : 15291 (java) S 15289 15291 11644 0 -1 4202496 1112581 0 1 0 179864 141 0 0 23 0 19 0 904363700 13954162688 1105837 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15291/statm: 3406778 1105837 2264 9 0 3397512 0
[pid=15291/tid=15292] ppid=15289 vsize=13627112 CPUtime=1715.36 cores=0,2,4,6
/proc/15291/task/15292/stat : 15292 (java) R 15289 15291 11644 0 -1 4202560 845089 0 1 0 171431 105 0 0 25 0 19 0 904363701 13954162688 1105837 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 46912505980005 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15291/tid=15294] ppid=15289 vsize=13627112 CPUtime=1.52 cores=0,2,4,6
/proc/15291/task/15294/stat : 15294 (java) S 15289 15291 11644 0 -1 4202560 10112 0 0 0 151 1 0 0 15 0 19 0 904363703 13954162688 1105837 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15295] ppid=15289 vsize=13627112 CPUtime=1.22 cores=0,2,4,6
/proc/15291/task/15295/stat : 15295 (java) S 15289 15291 11644 0 -1 4202560 1307 0 0 0 122 0 0 0 15 0 19 0 904363703 13954162688 1105837 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 4 0 0 0
[pid=15291/tid=15296] ppid=15289 vsize=13627112 CPUtime=1.79 cores=0,2,4,6
/proc/15291/task/15296/stat : 15296 (java) S 15289 15291 11644 0 -1 4202560 22453 0 0 0 176 3 0 0 16 0 19 0 904363703 13954162688 1105837 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 4 0 0 0
[pid=15291/tid=15297] ppid=15289 vsize=13627112 CPUtime=1.45 cores=0,2,4,6
/proc/15291/task/15297/stat : 15297 (java) S 15289 15291 11644 0 -1 4202560 9591 0 0 0 144 1 0 0 16 0 19 0 904363703 13954162688 1105837 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 4 0 0 0
[pid=15291/tid=15298] ppid=15289 vsize=13627112 CPUtime=1.74 cores=0,2,4,6
/proc/15291/task/15298/stat : 15298 (java) S 15289 15291 11644 0 -1 4202560 26358 0 0 0 172 2 0 0 16 0 19 0 904363703 13954162688 1105837 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 0 0 0 0
[pid=15291/tid=15299] ppid=15289 vsize=13627112 CPUtime=1.74 cores=0,2,4,6
/proc/15291/task/15299/stat : 15299 (java) S 15289 15291 11644 0 -1 4202560 26606 0 0 0 171 3 0 0 16 0 19 0 904363703 13954162688 1105837 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15300] ppid=15289 vsize=13627112 CPUtime=1.77 cores=0,2,4,6
/proc/15291/task/15300/stat : 15300 (java) S 15289 15291 11644 0 -1 4202560 32317 0 0 0 173 4 0 0 15 0 19 0 904363703 13954162688 1105837 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 0 0 0 0
[pid=15291/tid=15301] ppid=15289 vsize=13627112 CPUtime=1.53 cores=0,2,4,6
/proc/15291/task/15301/stat : 15301 (java) S 15289 15291 11644 0 -1 4202560 15828 0 0 0 151 2 0 0 15 0 19 0 904363703 13954162688 1105837 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15302] ppid=15289 vsize=13627112 CPUtime=70.15 cores=0,2,4,6
/proc/15291/task/15302/stat : 15302 (java) S 15289 15291 11644 0 -1 4202560 111853 0 0 0 7002 13 0 0 15 0 19 0 904363704 13954162688 1105837 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746995200 0 0 0 16800975 18446604452941494336 0 0 -1 2 0 0 0
[pid=15291/tid=15303] ppid=15289 vsize=13627112 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15303/stat : 15303 (java) S 15289 15291 11644 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 904363705 13954162688 1105837 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15304] ppid=15289 vsize=13627112 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15304/stat : 15304 (java) S 15289 15291 11644 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 904363705 13954162688 1105837 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15305] ppid=15289 vsize=13627112 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15305/stat : 15305 (java) S 15289 15291 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904363707 13954162688 1105837 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216747002289 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15306] ppid=15289 vsize=13627112 CPUtime=0.86 cores=0,2,4,6
/proc/15291/task/15306/stat : 15306 (java) S 15289 15291 11644 0 -1 4202560 6998 0 0 0 85 1 0 0 15 0 19 0 904363707 13954162688 1105837 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 0 0 0 0
[pid=15291/tid=15307] ppid=15289 vsize=13627112 CPUtime=0.81 cores=0,2,4,6
/proc/15291/task/15307/stat : 15307 (java) S 15289 15291 11644 0 -1 4202560 2817 0 0 0 81 0 0 0 15 0 19 0 904363707 13954162688 1105837 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15308] ppid=15289 vsize=13627112 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15308/stat : 15308 (java) S 15289 15291 11644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904363707 13954162688 1105837 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746994585 0 4 0 16800975 18446604452941494336 0 0 -1 6 0 0 0
[pid=15291/tid=15309] ppid=15289 vsize=13627112 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15309/stat : 15309 (java) S 15289 15291 11644 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 904363707 13954162688 1105837 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746995200 0 4 0 16800975 18446604452941494336 0 0 -1 0 0 0 0
[pid=15291/tid=15310] ppid=15289 vsize=13627112 CPUtime=0 cores=0,2,4,6
/proc/15291/task/15310/stat : 15310 (java) S 15289 15291 11644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 904364632 13954162688 1105837 33554432000 1073741824 1073778376 140734639312800 18446744073709551615 216746995200 0 4 0 16800975 18446604452941494336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 13627112

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

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

[startup+1789.6 s]
/proc/loadavg: 2.00 2.02 2.00 3/548 15417
/proc/meminfo: memFree=23770400/32951124 swapFree=56241860/67111528
[pid=15291] ppid=15289 vsize=0 CPUtime=1800.26 cores=0,2,4,6
/proc/15291/stat : 15291 (java) Z 15289 15291 11644 0 -1 4203548 1112611 0 1 0 179871 155 0 0 17 0 2 0 904363700 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15291/statm: 0 0 0 0 0 0 0
[pid=15291/tid=15416] ppid=15289 vsize=0 CPUtime=0.14 cores=0,2,4,6
/proc/15291/task/15416/stat : 15416 (java) R 15289 15291 11644 0 -1 4203588 10 0 0 0 0 14 0 0 18 0 2 0 904542643 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1789.66
CPU time (s): 1800.32
CPU user time (s): 1798.72
CPU system time (s): 1.60476
CPU usage (%): 100.596
Max. virtual memory (cumulated for all children) (KiB): 13627112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.72
system time used= 1.60476
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1112611
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39190
involuntary context switches= 12257

runsolver used 10.3294 second user time and 21.0668 second system time

The end

Launcher Data

Begin job on node119 at 2011-06-04 00:48:50
IDJOB=3458784
IDBENCH=1845
IDSOLVER=1952
FILE ID=node119/3458784-1307141329
RUNJOBID= node119-1307133874-12996
PBS_JOBID= 13508797
Free space on /tmp= 73596 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos19.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458784-1307141329/watcher-3458784-1307141329 -o /tmp/evaluation-result-3458784-1307141329/solver-3458784-1307141329 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458784-1307141329.opb

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

MD5SUM BENCH= 1ef5c8e94b66b7ed63dffc6923ecd901
RANDOM SEED=1362715217

node119.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24390544 kB
Buffers:        221816 kB
Cached:         605840 kB
SwapCached:      59076 kB
Active:        1259608 kB
Inactive:      7001232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24390544 kB
SwapTotal:    67111528 kB
SwapFree:     56241860 kB
Dirty:           35988 kB
Writeback:           0 kB
AnonPages:     7377664 kB
Mapped:          41660 kB
Slab:           150080 kB
PageTables:      80576 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 177299840 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73596 MiB
End job on node119 at 2011-06-04 01:18:42