Trace number 3689419

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.53 1795.25

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-47.opb
MD5SUM17efc5fe25abdce41d8265867254d297
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10052
Total number of constraints226117
Number of constraints which are clauses203168
Number of constraints which are cardinality constraints (but not clauses)731
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint1
Maximum length of a constraint231
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.2.v20120418
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		501472288
0.01/0.09	c Max memory 		7480803328
0.01/0.09	c Total memory 		504102912
0.01/0.09	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization by upper bound
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-3689419-1337890176.opb
0.07/0.12	c reading problem ... 
2.24/1.66	c ... done. Wall clock time 1.545s.
2.24/1.66	c declared #vars     10052
2.24/1.66	c #constraints  223404
2.24/1.66	c constraints type 
2.24/1.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 152425
2.24/1.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 721
2.24/1.66	c ignored satisfied constraints => 3092
2.24/1.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47940
2.24/1.66	c org.sat4j.minisat.constraints.cnf.UnitClause => 100
2.24/1.66	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22218
2.24/1.66	c 226496 constraints processed.
4.41/3.44	c cleaning 2489 clauses out of 5000 with flag 5000/5000
6.08/4.97	c cleaning 4233 clauses out of 8511 with flag 11000/11000
7.79/6.66	c cleaning 5557 clauses out of 11278 with flag 18000/18000
9.82/8.69	c cleaning 6821 clauses out of 13721 with flag 26000/26000
11.86/10.69	c cleaning 7856 clauses out of 15900 with flag 35000/35000
14.17/12.97	c cleaning 8934 clauses out of 18044 with flag 45000/45000
16.58/15.31	c cleaning 10008 clauses out of 20110 with flag 56000/56000
18.80/17.54	c cleaning 10993 clauses out of 22102 with flag 68000/68000
21.51/20.23	c cleaning 12000 clauses out of 24109 with flag 81000/81000
24.24/22.95	c cleaning 12976 clauses out of 26108 with flag 95000/95000
27.37/26.02	c cleaning 13850 clauses out of 28129 with flag 110000/110000
30.48/29.12	c cleaning 15066 clauses out of 30279 with flag 126000/126000
34.20/32.87	c cleaning 16043 clauses out of 32212 with flag 143000/143000
37.32/35.90	c cleaning 17057 clauses out of 34170 with flag 161001/161001
40.44/39.07	c cleaning 18000 clauses out of 36111 with flag 180000/180000
44.87/43.40	c cleaning 18994 clauses out of 38108 with flag 200000/200000
49.19/47.70	c cleaning 19996 clauses out of 40114 with flag 221000/221000
54.09/52.66	c cleaning 21031 clauses out of 42120 with flag 243002/243002
57.40/55.99	c cleaning 22042 clauses out of 44088 with flag 266001/266001
61.51/60.08	c cleaning 22975 clauses out of 46043 with flag 290000/290000
64.94/63.46	c cleaning 23972 clauses out of 48067 with flag 315000/315000
68.45/66.97	c cleaning 24985 clauses out of 50095 with flag 341000/341000
72.56/71.06	c cleaning 25988 clauses out of 52112 with flag 368002/368002
78.29/76.79	c cleaning 26968 clauses out of 54122 with flag 396000/396000
85.42/83.86	c cleaning 27952 clauses out of 56152 with flag 425000/425000
92.13/90.53	c cleaning 29062 clauses out of 58199 with flag 455000/455000
97.65/96.07	c cleaning 29976 clauses out of 60137 with flag 486000/486000
103.08/101.42	c cleaning 30987 clauses out of 62161 with flag 518000/518000
108.71/107.05	c cleaning 31985 clauses out of 64175 with flag 551001/551001
118.14/116.46	c cleaning 32933 clauses out of 66190 with flag 585001/585001
128.07/126.37	c cleaning 33954 clauses out of 68256 with flag 620000/620000
136.00/134.25	c cleaning 35096 clauses out of 70304 with flag 656002/656002
143.51/141.79	c cleaning 36076 clauses out of 72209 with flag 693003/693003
156.94/155.16	c cleaning 37017 clauses out of 74131 with flag 731001/731001
169.11/167.24	c cleaning 38026 clauses out of 76117 with flag 770004/770004
182.92/181.00	c cleaning 38926 clauses out of 78088 with flag 810001/810001
192.27/190.37	c cleaning 40016 clauses out of 80161 with flag 851000/851000
202.60/200.62	c cleaning 40943 clauses out of 82146 with flag 893001/893001
213.56/211.52	c cleaning 41950 clauses out of 84208 with flag 936006/936006
223.10/221.05	c cleaning 43047 clauses out of 86253 with flag 980001/980001
234.41/232.32	c cleaning 43982 clauses out of 88206 with flag 1025001/1025001
246.84/244.73	c cleaning 44994 clauses out of 90223 with flag 1071000/1071000
258.29/256.16	c cleaning 46046 clauses out of 92229 with flag 1118000/1118000
272.63/270.47	c cleaning 47034 clauses out of 94184 with flag 1166001/1166001
295.87/293.69	c cleaning 48042 clauses out of 96149 with flag 1215000/1215000
317.44/315.15	c cleaning 49030 clauses out of 98107 with flag 1265000/1265000
338.41/336.01	c cleaning 50015 clauses out of 100077 with flag 1316000/1316000
353.40/350.92	c cleaning 50914 clauses out of 102062 with flag 1368000/1368000
368.14/365.66	c cleaning 51967 clauses out of 104148 with flag 1421000/1421000
387.99/385.48	c cleaning 52958 clauses out of 106181 with flag 1475000/1475000
401.84/399.26	c cleaning 53908 clauses out of 108224 with flag 1530001/1530001
419.96/417.35	c cleaning 55058 clauses out of 110315 with flag 1586000/1586000
434.20/431.52	c cleaning 55977 clauses out of 112257 with flag 1643000/1643000
452.75/450.08	c cleaning 57081 clauses out of 114280 with flag 1701000/1701000
475.28/472.58	c cleaning 58010 clauses out of 116203 with flag 1760004/1760004
490.05/487.20	c cleaning 58971 clauses out of 118191 with flag 1820002/1820002
504.28/501.41	c cleaning 59761 clauses out of 120219 with flag 1881001/1881001
516.51/513.62	c cleaning 61100 clauses out of 122459 with flag 1943002/1943002
528.63/525.78	c cleaning 61897 clauses out of 124357 with flag 2006000/2006000
549.18/546.26	c cleaning 63135 clauses out of 126460 with flag 2070000/2070000
579.10/576.16	c cleaning 64104 clauses out of 128326 with flag 2135001/2135001
613.60/610.55	c cleaning 65017 clauses out of 130224 with flag 2201003/2201003
650.88/647.78	c cleaning 66022 clauses out of 132204 with flag 2268000/2268000
681.37/678.18	c cleaning 67080 clauses out of 134183 with flag 2336001/2336001
715.41/712.10	c cleaning 67997 clauses out of 136102 with flag 2405000/2405000
753.59/750.24	c cleaning 69008 clauses out of 138105 with flag 2475000/2475000
788.85/785.44	c cleaning 70003 clauses out of 140098 with flag 2546001/2546001
829.60/826.14	c cleaning 71011 clauses out of 142096 with flag 2618002/2618002
869.02/865.59	c cleaning 72008 clauses out of 144083 with flag 2691000/2691000
911.56/908.09	c cleaning 73013 clauses out of 146076 with flag 2765001/2765001
945.97/942.45	c cleaning 73968 clauses out of 148063 with flag 2840001/2840001
968.40/964.80	c cleaning 74860 clauses out of 150094 with flag 2916000/2916000
996.92/993.34	c cleaning 75984 clauses out of 152234 with flag 2993000/2993000
1022.75/1019.15	c cleaning 77047 clauses out of 154250 with flag 3071000/3071000
1055.98/1052.35	c cleaning 77928 clauses out of 156203 with flag 3150000/3150000
1092.03/1088.38	c cleaning 79017 clauses out of 158275 with flag 3230000/3230000
1127.27/1123.54	c cleaning 79956 clauses out of 160260 with flag 3311002/3311002
1155.45/1151.61	c cleaning 81006 clauses out of 162303 with flag 3393001/3393001
1180.28/1176.49	c cleaning 82138 clauses out of 164296 with flag 3476000/3476000
1214.42/1210.58	c cleaning 83030 clauses out of 166158 with flag 3560000/3560000
1258.26/1254.30	c cleaning 83988 clauses out of 168128 with flag 3645000/3645000
1286.55/1282.55	c cleaning 84908 clauses out of 170140 with flag 3731000/3731000
1317.00/1312.99	c cleaning 85954 clauses out of 172233 with flag 3818001/3818001
1351.04/1346.97	c cleaning 86993 clauses out of 174278 with flag 3906000/3906000
1378.49/1374.38	c cleaning 87980 clauses out of 176286 with flag 3995001/3995001
1423.54/1419.30	c cleaning 89027 clauses out of 178305 with flag 4085000/4085000
1479.23/1474.90	c cleaning 90047 clauses out of 180282 with flag 4176004/4176004
1534.83/1530.45	c cleaning 91060 clauses out of 182232 with flag 4268001/4268001
1590.12/1585.66	c cleaning 91909 clauses out of 184171 with flag 4361000/4361000
1621.60/1617.03	c cleaning 92895 clauses out of 186262 with flag 4455000/4455000
1659.12/1654.59	c cleaning 94149 clauses out of 188370 with flag 4550003/4550003
1690.75/1686.16	c cleaning 95048 clauses out of 190219 with flag 4646001/4646001
1733.80/1729.16	c cleaning 95974 clauses out of 192170 with flag 4743000/4743000
1784.74/1780.00	c cleaning 96943 clauses out of 194196 with flag 4841000/4841000
1800.03/1795.21	c starts		: 272
1800.03/1795.21	c conflicts		: 4872783
1800.03/1795.21	c decisions		: 19912787
1800.03/1795.21	c propagations		: 1526445792
1800.03/1795.22	c inspects		: 22259857581
1800.03/1795.22	c shortcuts		: 0
1800.03/1795.22	c learnt literals	: 15
1800.03/1795.22	c learnt binary clauses	: 466
1800.03/1795.22	c learnt ternary clauses	: 2559
1800.03/1795.22	c learnt constraints	: 4872768
1800.03/1795.22	c ignored constraints	: 0
1800.03/1795.22	c root simplifications	: 0
1800.03/1795.22	c removed literals (reason simplification)	: 0
1800.03/1795.22	c reason swapping (by a shorter reason)	: 0
1800.03/1795.22	c Calls to reduceDB	: 94
1800.03/1795.22	c number of reductions to clauses (during analyze)	: 0
1800.03/1795.22	c number of learned constraints concerned by reduction	: 0
1800.03/1795.22	c number of learning phase by resolution	: 0
1800.03/1795.22	c number of learning phase by cutting planes	: 0
1800.03/1795.22	c speed (assignments/second)	: 851080.3723810856
1800.03/1795.22	c non guided choices	606701
1800.03/1795.24	c learnt constraints type 
1800.03/1795.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 466
1800.03/1795.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 128590
1800.03/1795.24	c constraints type 
1800.03/1795.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 152425
1800.03/1795.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 721
1800.03/1795.24	c ignored satisfied constraints => 3092
1800.03/1795.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47940
1800.03/1795.24	c org.sat4j.minisat.constraints.cnf.UnitClause => 100
1800.03/1795.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22218
1800.03/1795.24	c 226496 constraints processed.
1800.03/1795.24	s UNKNOWN
1800.03/1795.24	c Total wall clock time (in seconds): 1795.128

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.54 3.11 3/194 30475
/proc/meminfo: memFree=29368516/32873648 swapFree=6856/6856
[pid=30475] ppid=30473 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/30475/stat : 30475 (java) R 30473 30475 24583 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 255143004 2560000 46 33554432000 1073741824 1073778376 140735149035328 140735149032456 270698376436 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30475/statm: 892 49 38 9 0 30 0

[startup+0.0424171 s]
/proc/loadavg: 2.00 2.54 3.11 3/194 30475
/proc/meminfo: memFree=29368516/32873648 swapFree=6856/6856
[pid=30475] ppid=30473 vsize=9093460 CPUtime=0.01 cores=0,2,4,6
/proc/30475/stat : 30475 (java) S 30473 30475 24583 0 -1 4202496 2933 0 1 0 1 0 0 0 20 0 11 0 255143004 9311703040 3632 33554432000 1073741824 1073778376 140736669505680 140736669496816 270710898749 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30475/statm: 2273365 3632 1652 9 0 2264066 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9093460

[startup+0.100204 s]
/proc/loadavg: 2.00 2.54 3.11 3/194 30475
/proc/meminfo: memFree=29368516/32873648 swapFree=6856/6856
[pid=30475] ppid=30473 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/30475/stat : 30475 (java) S 30473 30475 24583 0 -1 4202496 4234 0 1 0 7 0 0 0 20 0 18 0 255143004 9787813888 5434 33554432000 1073741824 1073778376 140736669505680 140736669496816 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30475/statm: 2389603 5435 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.300168 s]
/proc/loadavg: 2.00 2.54 3.11 3/194 30475
/proc/meminfo: memFree=29368516/32873648 swapFree=6856/6856
[pid=30475] ppid=30473 vsize=9558412 CPUtime=0.45 cores=0,2,4,6
/proc/30475/stat : 30475 (java) S 30473 30475 24583 0 -1 4202496 5887 0 1 0 44 1 0 0 20 0 18 0 255143004 9787813888 9141 33554432000 1073741824 1073778376 140736669505680 140736669496816 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30475/statm: 2389603 9141 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558412

[startup+0.700301 s]
/proc/loadavg: 2.00 2.54 3.11 3/194 30475
/proc/meminfo: memFree=29368516/32873648 swapFree=6856/6856
[pid=30475] ppid=30473 vsize=9558412 CPUtime=1.09 cores=0,2,4,6
/proc/30475/stat : 30475 (java) S 30473 30475 24583 0 -1 4202496 6819 0 1 0 106 3 0 0 20 0 18 0 255143004 9787813888 40271 33554432000 1073741824 1073778376 140736669505680 140736669496816 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30475/statm: 2389603 40271 2246 9 0 2380296 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9558412

[startup+1.50074 s]
/proc/loadavg: 2.00 2.53 3.10 4/212 30493
/proc/meminfo: memFree=29204072/32873648 swapFree=6856/6856
[pid=30475] ppid=30473 vsize=9558412 CPUtime=2.14 cores=0,2,4,6
/proc/30475/stat : 30475 (java) S 30473 30475 24583 0 -1 4202496 8004 0 1 0 207 7 0 0 20 0 18 0 255143004 9787813888 49957 33554432000 1073741824 1073778376 140736669505680 140736669496816 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30475/statm: 2389603 49957 2246 9 0 2380296 0
[pid=30475/tid=30477] ppid=30473 vsize=9558412 CPUtime=1.4 cores=0,2,4,6
/proc/30475/task/30477/stat : 30477 (java) R 30473 30475 24583 0 -1 4202560 2513 0 1 0 137 3 0 0 20 0 18 0 255143005 9787813888 49957 33554432000 1073741824 1073778376 140736669505680 139759892041208 139759729594832 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30475/tid=30478] ppid=30473 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/30475/task/30478/stat : 30478 (java) S 30473 30475 24583 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 18 0 255143007 9787813888 49957 33554432000 1073741824 1073778376 140736669505680 139759853533864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30475/tid=30479] ppid=30473 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30479/stat : 30479 (java) S 30473 30475 24583 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 255143007 9787813888 49957 33554432000 1073741824 1073778376 140736669505680 139759852481320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30475/tid=30480] ppid=30473 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30480/stat : 30480 (java) S 30473 30475 24583 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 255143007 9787813888 49957 33554432000 1073741824 1073778376 140736669505680 139759851428776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30475/tid=30481] ppid=30473 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/30475/task/30481/stat : 30481 (java) S 30473 30475 24583 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 255143007 9787813888 49957 33554432000 1073741824 1073778376 140736669505680 139759850376232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30482] ppid=30473 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/30475/task/30482/stat : 30482 (java) S 30473 30475 24583 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 255143007 9787813888 49957 33554432000 1073741824 1073778376 140736669505680 139759849322664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30483] ppid=30473 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30483/stat : 30483 (java) S 30473 30475 24583 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 255143007 9787813888 49957 33554432000 1073741824 1073778376 140736669505680 139759848270120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30475/tid=30484] ppid=30473 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/30475/task/30484/stat : 30484 (java) S 30473 30475 24583 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 255143007 9787813888 49957 33554432000 1073741824 1073778376 140736669505680 139759728978344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30475/tid=30485] ppid=30473 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/30475/task/30485/stat : 30485 (java) S 30473 30475 24583 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 255143007 9787813888 49957 33554432000 1073741824 1073778376 140736669505680 139759727925800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30475/tid=30486] ppid=30473 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30486/stat : 30486 (java) S 30473 30475 24583 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 255143008 9787813888 49957 33554432000 1073741824 1073778376 140736669505680 139759715727976 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30475/tid=30487] ppid=30473 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30487/stat : 30487 (java) S 30473 30475 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255143008 9787813888 49957 33554432000 1073741824 1073778376 140736669505680 139759714674296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30488] ppid=30473 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30488/stat : 30488 (java) S 30473 30475 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255143008 9787813888 49957 33554432000 1073741824 1073778376 140736669505680 139759713621640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30489] ppid=30473 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30489/stat : 30489 (java) S 30473 30475 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255143011 9787813888 49957 33554432000 1073741824 1073778376 140736669505680 139758974004240 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30490] ppid=30473 vsize=9558412 CPUtime=0.29 cores=0,2,4,6
/proc/30475/task/30490/stat : 30490 (java) S 30473 30475 24583 0 -1 4202560 2118 0 0 0 29 0 0 0 20 0 18 0 255143011 9787813888 49957 33554432000 1073741824 1073778376 140736669505680 139758972950584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30491] ppid=30473 vsize=9558412 CPUtime=0.23 cores=0,2,4,6
/proc/30475/task/30491/stat : 30491 (java) S 30473 30475 24583 0 -1 4202560 2031 0 0 0 23 0 0 0 20 0 18 0 255143011 9787813888 49957 33554432000 1073741824 1073778376 140736669505680 139758971898040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30475/tid=30492] ppid=30473 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30492/stat : 30492 (java) S 30473 30475 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255143011 9787813888 49957 33554432000 1073741824 1073778376 140736669505680 139758970845688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30475/tid=30493] ppid=30473 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30493/stat : 30493 (java) S 30473 30475 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255143011 9787813888 49957 33554432000 1073741824 1073778376 140736669505680 139758969793352 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 9558412

[startup+3.10064 s]
/proc/loadavg: 2.00 2.53 3.10 3/213 30494
/proc/meminfo: memFree=29168008/32873648 swapFree=6856/6856
[pid=30475] ppid=30473 vsize=9624976 CPUtime=4.1 cores=0,2,4,6
/proc/30475/stat : 30475 (java) S 30473 30475 24583 0 -1 4202496 8815 0 1 0 402 8 0 0 20 0 19 0 255143004 9855975424 52582 33554432000 1073741824 1073778376 140736669505680 140736669496816 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30475/statm: 2406244 52582 2266 9 0 2396937 0
[pid=30475/tid=30477] ppid=30473 vsize=9624976 CPUtime=3 cores=0,2,4,6
/proc/30475/task/30477/stat : 30477 (java) R 30473 30475 24583 0 -1 4202560 2531 0 1 0 296 4 0 0 20 0 19 0 255143005 9855975424 52582 33554432000 1073741824 1073778376 140736669505680 139759892040280 139759729734176 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30475/tid=30478] ppid=30473 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/30475/task/30478/stat : 30478 (java) S 30473 30475 24583 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 255143007 9855975424 52582 33554432000 1073741824 1073778376 140736669505680 139759853533864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30475/tid=30479] ppid=30473 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30479/stat : 30479 (java) S 30473 30475 24583 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255143007 9855975424 52582 33554432000 1073741824 1073778376 140736669505680 139759852481320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30475/tid=30480] ppid=30473 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30480/stat : 30480 (java) S 30473 30475 24583 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255143007 9855975424 52582 33554432000 1073741824 1073778376 140736669505680 139759851428776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30475/tid=30481] ppid=30473 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/30475/task/30481/stat : 30481 (java) S 30473 30475 24583 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 255143007 9855975424 52582 33554432000 1073741824 1073778376 140736669505680 139759850376232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30482] ppid=30473 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/30475/task/30482/stat : 30482 (java) S 30473 30475 24583 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 255143007 9855975424 52582 33554432000 1073741824 1073778376 140736669505680 139759849322664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30483] ppid=30473 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30483/stat : 30483 (java) S 30473 30475 24583 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255143007 9855975424 52582 33554432000 1073741824 1073778376 140736669505680 139759848270120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30475/tid=30484] ppid=30473 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/30475/task/30484/stat : 30484 (java) S 30473 30475 24583 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 255143007 9855975424 52582 33554432000 1073741824 1073778376 140736669505680 139759728978344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30475/tid=30485] ppid=30473 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/30475/task/30485/stat : 30485 (java) S 30473 30475 24583 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 255143007 9855975424 52582 33554432000 1073741824 1073778376 140736669505680 139759727925800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30475/tid=30486] ppid=30473 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30486/stat : 30486 (java) S 30473 30475 24583 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 255143008 9855975424 52582 33554432000 1073741824 1073778376 140736669505680 139759715727976 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30475/tid=30487] ppid=30473 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30487/stat : 30487 (java) S 30473 30475 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255143008 9855975424 52582 33554432000 1073741824 1073778376 140736669505680 139759714674296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30488] ppid=30473 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30488/stat : 30488 (java) S 30473 30475 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255143008 9855975424 52582 33554432000 1073741824 1073778376 140736669505680 139759713621640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30489] ppid=30473 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30489/stat : 30489 (java) S 30473 30475 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255143011 9855975424 52582 33554432000 1073741824 1073778376 140736669505680 139758974004240 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30490] ppid=30473 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/30475/task/30490/stat : 30490 (java) S 30473 30475 24583 0 -1 4202560 2869 0 0 0 51 0 0 0 20 0 19 0 255143011 9855975424 52582 33554432000 1073741824 1073778376 140736669505680 139758972950584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30491] ppid=30473 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/30475/task/30491/stat : 30491 (java) S 30473 30475 24583 0 -1 4202560 2059 0 0 0 37 0 0 0 20 0 19 0 255143011 9855975424 52582 33554432000 1073741824 1073778376 140736669505680 139758971898040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30475/tid=30492] ppid=30473 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30492/stat : 30492 (java) S 30473 30475 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255143011 9855975424 52582 33554432000 1073741824 1073778376 140736669505680 139758970845688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30475/tid=30493] ppid=30473 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30493/stat : 30493 (java) S 30473 30475 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255143011 9855975424 52582 33554432000 1073741824 1073778376 140736669505680 139758969793352 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30475/tid=30494] ppid=30473 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30494/stat : 30494 (java) S 30473 30475 24583 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255143172 9855975424 52582 33554432000 1073741824 1073778376 140736669505680 139758968739112 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 9624976

[startup+6.30064 s]
/proc/loadavg: 2.00 2.52 3.10 3/213 30494
/proc/meminfo: memFree=29118612/32873648 swapFree=6856/6856
[pid=30475] ppid=30473 vsize=9624976 CPUtime=7.49 cores=0,2,4,6
/proc/30475/stat : 30475 (java) S 30473 30475 24583 0 -1 4202496 9113 0 1 0 737 12 0 0 20 0 19 0 255143004 9855975424 64112 33554432000 1073741824 1073778376 140736669505680 140736669496816 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30475/statm: 2406244 64112 2280 9 0 2396937 0
[pid=30475/tid=30477] ppid=30473 vsize=9624976 CPUtime=6.03 cores=0,2,4,6
/proc/30475/task/30477/stat : 30477 (java) R 30473 30475 24583 0 -1 4202560 2533 0 1 0 599 4 0 0 20 0 19 0 255143005 9855975424 64112 33554432000 1073741824 1073778376 140736669505680 139759892040264 139759729709944 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30475/tid=30478] ppid=30473 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/30475/task/30478/stat : 30478 (java) S 30473 30475 24583 0 -1 4202560 31 0 0 0 2 1 0 0 20 0 19 0 255143007 9855975424 64112 33554432000 1073741824 1073778376 140736669505680 139759853533864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30479] ppid=30473 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/30475/task/30479/stat : 30479 (java) S 30473 30475 24583 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 255143007 9855975424 64112 33554432000 1073741824 1073778376 140736669505680 139759852481320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30475/tid=30480] ppid=30473 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/30475/task/30480/stat : 30480 (java) S 30473 30475 24583 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 255143007 9855975424 64112 33554432000 1073741824 1073778376 140736669505680 139759851428776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30481] ppid=30473 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/30475/task/30481/stat : 30481 (java) S 30473 30475 24583 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 19 0 255143007 9855975424 64112 33554432000 1073741824 1073778376 140736669505680 139759850376232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30482] ppid=30473 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/30475/task/30482/stat : 30482 (java) S 30473 30475 24583 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 255143007 9855975424 64112 33554432000 1073741824 1073778376 140736669505680 139759849322664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30483] ppid=30473 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30483/stat : 30483 (java) S 30473 30475 24583 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255143007 9855975424 64112 33554432000 1073741824 1073778376 140736669505680 139759848270120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30484] ppid=30473 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/30475/task/30484/stat : 30484 (java) S 30473 30475 24583 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 19 0 255143007 9855975424 64112 33554432000 1073741824 1073778376 140736669505680 139759728978344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30475/tid=30485] ppid=30473 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/30475/task/30485/stat : 30485 (java) S 30473 30475 24583 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 19 0 255143007 9855975424 64112 33554432000 1073741824 1073778376 140736669505680 139759727925800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30475/tid=30486] ppid=30473 vsize=9624976 CPUtime=0.12 cores=0,2,4,6
/proc/30475/task/30486/stat : 30486 (java) S 30473 30475 24583 0 -1 4202560 101 0 0 0 12 0 0 0 20 0 19 0 255143008 9855975424 64112 33554432000 1073741824 1073778376 140736669505680 139759715727976 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30475/tid=30487] ppid=30473 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30487/stat : 30487 (java) S 30473 30475 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255143008 9855975424 64112 33554432000 1073741824 1073778376 140736669505680 139759714674296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30488] ppid=30473 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30488/stat : 30488 (java) S 30473 30475 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255143008 9855975424 64112 33554432000 1073741824 1073778376 140736669505680 139759713621640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30489] ppid=30473 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30489/stat : 30489 (java) S 30473 30475 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255143011 9855975424 64112 33554432000 1073741824 1073778376 140736669505680 139758974004240 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30490] ppid=30473 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/30475/task/30490/stat : 30490 (java) S 30473 30475 24583 0 -1 4202560 2873 0 0 0 55 0 0 0 20 0 19 0 255143011 9855975424 64112 33554432000 1073741824 1073778376 140736669505680 139758972950584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30491] ppid=30473 vsize=9624976 CPUtime=0.42 cores=0,2,4,6
/proc/30475/task/30491/stat : 30491 (java) S 30473 30475 24583 0 -1 4202560 2257 0 0 0 42 0 0 0 20 0 19 0 255143011 9855975424 64112 33554432000 1073741824 1073778376 140736669505680 139758971898040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30475/tid=30492] ppid=30473 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30492/stat : 30492 (java) S 30473 30475 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255143011 9855975424 64112 33554432000 1073741824 1073778376 140736669505680 139758970845688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30475/tid=30493] ppid=30473 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30493/stat : 30493 (java) S 30473 30475 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255143011 9855975424 64112 33554432000 1073741824 1073778376 140736669505680 139758969793352 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30475/tid=30494] ppid=30473 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30494/stat : 30494 (java) S 30473 30475 24583 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255143172 9855975424 64112 33554432000 1073741824 1073778376 140736669505680 139758968739112 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.49
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]
/proc/loadavg: 2.00 2.51 3.09 3/213 30494
/proc/meminfo: memFree=29116724/32873648 swapFree=6856/6856

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

[pid=30475/tid=30483] ppid=30473 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/30475/task/30483/stat : 30483 (java) S 30473 30475 24583 0 -1 4202560 237 0 0 0 60 3 0 0 20 0 19 0 255143007 9855975424 94635 33554432000 1073741824 1073778376 140736669505680 139759848270120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30475/tid=30484] ppid=30473 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/30475/task/30484/stat : 30484 (java) S 30473 30475 24583 0 -1 4202560 91 0 0 0 55 2 0 0 20 0 19 0 255143007 9855975424 94635 33554432000 1073741824 1073778376 140736669505680 139759728978344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30475/tid=30485] ppid=30473 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/30475/task/30485/stat : 30485 (java) S 30473 30475 24583 0 -1 4202560 237 0 0 0 57 3 0 0 20 0 19 0 255143007 9855975424 94635 33554432000 1073741824 1073778376 140736669505680 139759727925800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30475/tid=30486] ppid=30473 vsize=9624976 CPUtime=8.15 cores=0,2,4,6
/proc/30475/task/30486/stat : 30486 (java) S 30473 30475 24583 0 -1 4202560 202 0 0 0 812 3 0 0 20 0 19 0 255143008 9855975424 94635 33554432000 1073741824 1073778376 140736669505680 139759715727976 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30475/tid=30487] ppid=30473 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30487/stat : 30487 (java) S 30473 30475 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255143008 9855975424 94635 33554432000 1073741824 1073778376 140736669505680 139759714674296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30488] ppid=30473 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30488/stat : 30488 (java) S 30473 30475 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255143008 9855975424 94635 33554432000 1073741824 1073778376 140736669505680 139759713621640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30489] ppid=30473 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30489/stat : 30489 (java) S 30473 30475 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255143011 9855975424 94635 33554432000 1073741824 1073778376 140736669505680 139758974004240 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30490] ppid=30473 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/30475/task/30490/stat : 30490 (java) S 30473 30475 24583 0 -1 4202560 2989 0 0 0 59 0 0 0 20 0 19 0 255143011 9855975424 94635 33554432000 1073741824 1073778376 140736669505680 139758972950584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30491] ppid=30473 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/30475/task/30491/stat : 30491 (java) S 30473 30475 24583 0 -1 4202560 2377 0 0 0 48 0 0 0 20 0 19 0 255143011 9855975424 94635 33554432000 1073741824 1073778376 140736669505680 139758971898040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30475/tid=30492] ppid=30473 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30492/stat : 30492 (java) S 30473 30475 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255143011 9855975424 94635 33554432000 1073741824 1073778376 140736669505680 139758970845688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30475/tid=30493] ppid=30473 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/30475/task/30493/stat : 30493 (java) S 30473 30475 24583 0 -1 4202560 94 0 0 0 24 25 0 0 20 0 19 0 255143011 9855975424 94635 33554432000 1073741824 1073778376 140736669505680 139758969793352 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30475/tid=30494] ppid=30473 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30494/stat : 30494 (java) S 30473 30475 24583 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255143172 9855975424 94635 33554432000 1073741824 1073778376 140736669505680 139758968739112 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1666.94
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.16 3/213 30569
/proc/meminfo: memFree=28886712/32873648 swapFree=6856/6856
[pid=30475] ppid=30473 vsize=9624976 CPUtime=1726.98 cores=0,2,4,6
/proc/30475/stat : 30475 (java) S 30473 30475 24583 0 -1 4202496 10769 0 1 0 172642 56 0 0 20 0 19 0 255143004 9855975424 94637 33554432000 1073741824 1073778376 140736669505680 140736669496816 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30475/statm: 2406244 94637 2282 9 0 2396937 0
[pid=30475/tid=30477] ppid=30473 vsize=9624976 CPUtime=1712.27 cores=0,2,4,6
/proc/30475/task/30477/stat : 30477 (java) R 30473 30475 24583 0 -1 4202560 2625 0 1 0 171194 33 0 0 20 0 19 0 255143005 9855975424 94637 33554432000 1073741824 1073778376 140736669505680 139759892042016 139759729252320 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30475/tid=30478] ppid=30473 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/30475/task/30478/stat : 30478 (java) S 30473 30475 24583 0 -1 4202560 161 0 0 0 68 3 0 0 20 0 19 0 255143007 9855975424 94637 33554432000 1073741824 1073778376 140736669505680 139759853533864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30479] ppid=30473 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/30475/task/30479/stat : 30479 (java) S 30473 30475 24583 0 -1 4202560 189 0 0 0 55 2 0 0 20 0 19 0 255143007 9855975424 94637 33554432000 1073741824 1073778376 140736669505680 139759852481320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30475/tid=30480] ppid=30473 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/30475/task/30480/stat : 30480 (java) S 30473 30475 24583 0 -1 4202560 90 0 0 0 56 1 0 0 20 0 19 0 255143007 9855975424 94637 33554432000 1073741824 1073778376 140736669505680 139759851428776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30481] ppid=30473 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/30475/task/30481/stat : 30481 (java) S 30473 30475 24583 0 -1 4202560 111 0 0 0 61 3 0 0 20 0 19 0 255143007 9855975424 94637 33554432000 1073741824 1073778376 140736669505680 139759850376232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30482] ppid=30473 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/30475/task/30482/stat : 30482 (java) S 30473 30475 24583 0 -1 4202560 174 0 0 0 65 3 0 0 20 0 19 0 255143007 9855975424 94637 33554432000 1073741824 1073778376 140736669505680 139759849322664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30475/tid=30483] ppid=30473 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/30475/task/30483/stat : 30483 (java) S 30473 30475 24583 0 -1 4202560 237 0 0 0 61 3 0 0 20 0 19 0 255143007 9855975424 94637 33554432000 1073741824 1073778376 140736669505680 139759848270120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30475/tid=30484] ppid=30473 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/30475/task/30484/stat : 30484 (java) S 30473 30475 24583 0 -1 4202560 91 0 0 0 56 2 0 0 20 0 19 0 255143007 9855975424 94637 33554432000 1073741824 1073778376 140736669505680 139759728978344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30475/tid=30485] ppid=30473 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/30475/task/30485/stat : 30485 (java) S 30473 30475 24583 0 -1 4202560 237 0 0 0 58 3 0 0 20 0 19 0 255143007 9855975424 94637 33554432000 1073741824 1073778376 140736669505680 139759727925800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30475/tid=30486] ppid=30473 vsize=9624976 CPUtime=8.29 cores=0,2,4,6
/proc/30475/task/30486/stat : 30486 (java) S 30473 30475 24583 0 -1 4202560 204 0 0 0 826 3 0 0 20 0 19 0 255143008 9855975424 94637 33554432000 1073741824 1073778376 140736669505680 139759715727976 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30475/tid=30487] ppid=30473 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30487/stat : 30487 (java) S 30473 30475 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255143008 9855975424 94637 33554432000 1073741824 1073778376 140736669505680 139759714674296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30488] ppid=30473 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30488/stat : 30488 (java) S 30473 30475 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255143008 9855975424 94637 33554432000 1073741824 1073778376 140736669505680 139759713621640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30489] ppid=30473 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30489/stat : 30489 (java) S 30473 30475 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255143011 9855975424 94637 33554432000 1073741824 1073778376 140736669505680 139758974004240 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30490] ppid=30473 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/30475/task/30490/stat : 30490 (java) S 30473 30475 24583 0 -1 4202560 2989 0 0 0 59 0 0 0 20 0 19 0 255143011 9855975424 94637 33554432000 1073741824 1073778376 140736669505680 139758972950584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30491] ppid=30473 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/30475/task/30491/stat : 30491 (java) S 30473 30475 24583 0 -1 4202560 2377 0 0 0 48 0 0 0 20 0 19 0 255143011 9855975424 94637 33554432000 1073741824 1073778376 140736669505680 139758971898040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30475/tid=30492] ppid=30473 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30492/stat : 30492 (java) S 30473 30475 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255143011 9855975424 94637 33554432000 1073741824 1073778376 140736669505680 139758970845688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30475/tid=30493] ppid=30473 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/30475/task/30493/stat : 30493 (java) S 30473 30475 24583 0 -1 4202560 98 0 0 0 25 25 0 0 20 0 19 0 255143011 9855975424 94637 33554432000 1073741824 1073778376 140736669505680 139758969793352 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30475/tid=30494] ppid=30473 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30494/stat : 30494 (java) S 30473 30475 24583 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255143172 9855975424 94637 33554432000 1073741824 1073778376 140736669505680 139758968739112 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1726.98
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.15 3/213 30569
/proc/meminfo: memFree=28884296/32873648 swapFree=6856/6856
[pid=30475] ppid=30473 vsize=9624976 CPUtime=1787.11 cores=0,2,4,6
/proc/30475/stat : 30475 (java) S 30473 30475 24583 0 -1 4202496 10801 0 1 0 178653 58 0 0 20 0 19 0 255143004 9855975424 94659 33554432000 1073741824 1073778376 140736669505680 140736669496816 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30475/statm: 2406244 94659 2282 9 0 2396937 0
[pid=30475/tid=30477] ppid=30473 vsize=9624976 CPUtime=1772 cores=0,2,4,6
/proc/30475/task/30477/stat : 30477 (java) R 30473 30475 24583 0 -1 4202560 2627 0 1 0 177166 34 0 0 20 0 19 0 255143005 9855975424 94659 33554432000 1073741824 1073778376 140736669505680 139759892042016 139759729709854 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30475/tid=30478] ppid=30473 vsize=9624976 CPUtime=0.73 cores=0,2,4,6
/proc/30475/task/30478/stat : 30478 (java) S 30473 30475 24583 0 -1 4202560 161 0 0 0 70 3 0 0 20 0 19 0 255143007 9855975424 94659 33554432000 1073741824 1073778376 140736669505680 139759853533864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30479] ppid=30473 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/30475/task/30479/stat : 30479 (java) S 30473 30475 24583 0 -1 4202560 211 0 0 0 57 2 0 0 20 0 19 0 255143007 9855975424 94659 33554432000 1073741824 1073778376 140736669505680 139759852481320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30480] ppid=30473 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/30475/task/30480/stat : 30480 (java) S 30473 30475 24583 0 -1 4202560 90 0 0 0 59 1 0 0 20 0 19 0 255143007 9855975424 94659 33554432000 1073741824 1073778376 140736669505680 139759851428776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30475/tid=30481] ppid=30473 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/30475/task/30481/stat : 30481 (java) S 30473 30475 24583 0 -1 4202560 111 0 0 0 65 3 0 0 20 0 19 0 255143007 9855975424 94659 33554432000 1073741824 1073778376 140736669505680 139759850376232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30475/tid=30482] ppid=30473 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/30475/task/30482/stat : 30482 (java) S 30473 30475 24583 0 -1 4202560 174 0 0 0 67 3 0 0 20 0 19 0 255143007 9855975424 94659 33554432000 1073741824 1073778376 140736669505680 139759849322664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30475/tid=30483] ppid=30473 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/30475/task/30483/stat : 30483 (java) S 30473 30475 24583 0 -1 4202560 237 0 0 0 63 3 0 0 20 0 19 0 255143007 9855975424 94659 33554432000 1073741824 1073778376 140736669505680 139759848270120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30475/tid=30484] ppid=30473 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/30475/task/30484/stat : 30484 (java) S 30473 30475 24583 0 -1 4202560 91 0 0 0 58 2 0 0 20 0 19 0 255143007 9855975424 94659 33554432000 1073741824 1073778376 140736669505680 139759728978344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30475/tid=30485] ppid=30473 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/30475/task/30485/stat : 30485 (java) S 30473 30475 24583 0 -1 4202560 237 0 0 0 59 3 0 0 20 0 19 0 255143007 9855975424 94659 33554432000 1073741824 1073778376 140736669505680 139759727925800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30475/tid=30486] ppid=30473 vsize=9624976 CPUtime=8.5 cores=0,2,4,6
/proc/30475/task/30486/stat : 30486 (java) S 30473 30475 24583 0 -1 4202560 208 0 0 0 847 3 0 0 20 0 19 0 255143008 9855975424 94659 33554432000 1073741824 1073778376 140736669505680 139759715727976 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30475/tid=30487] ppid=30473 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30487/stat : 30487 (java) S 30473 30475 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255143008 9855975424 94659 33554432000 1073741824 1073778376 140736669505680 139759714674296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30488] ppid=30473 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30488/stat : 30488 (java) S 30473 30475 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255143008 9855975424 94659 33554432000 1073741824 1073778376 140736669505680 139759713621640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30489] ppid=30473 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30489/stat : 30489 (java) S 30473 30475 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255143011 9855975424 94659 33554432000 1073741824 1073778376 140736669505680 139758974004240 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30490] ppid=30473 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/30475/task/30490/stat : 30490 (java) S 30473 30475 24583 0 -1 4202560 2989 0 0 0 59 0 0 0 20 0 19 0 255143011 9855975424 94659 33554432000 1073741824 1073778376 140736669505680 139758972950584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30491] ppid=30473 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/30475/task/30491/stat : 30491 (java) S 30473 30475 24583 0 -1 4202560 2377 0 0 0 48 0 0 0 20 0 19 0 255143011 9855975424 94659 33554432000 1073741824 1073778376 140736669505680 139758971898040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30475/tid=30492] ppid=30473 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30492/stat : 30492 (java) S 30473 30475 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255143011 9855975424 94659 33554432000 1073741824 1073778376 140736669505680 139758970845688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30475/tid=30493] ppid=30473 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/30475/task/30493/stat : 30493 (java) S 30473 30475 24583 0 -1 4202560 102 0 0 0 25 26 0 0 20 0 19 0 255143011 9855975424 94659 33554432000 1073741824 1073778376 140736669505680 139758969793352 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30475/tid=30494] ppid=30473 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30494/stat : 30494 (java) S 30473 30475 24583 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255143172 9855975424 94659 33554432000 1073741824 1073778376 140736669505680 139758968739112 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1787.11
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.21 s]
/proc/loadavg: 2.00 2.01 2.15 3/213 30569
/proc/meminfo: memFree=28884424/32873648 swapFree=6856/6856
[pid=30475] ppid=30473 vsize=9624976 CPUtime=1800.03 cores=0,2,4,6
/proc/30475/stat : 30475 (java) S 30473 30475 24583 0 -1 4202496 10801 0 1 0 179944 59 0 0 20 0 19 0 255143004 9855975424 94659 33554432000 1073741824 1073778376 140736669505680 140736669496816 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30475/statm: 2406244 94659 2282 9 0 2396937 0
[pid=30475/tid=30477] ppid=30473 vsize=9624976 CPUtime=1784.91 cores=0,2,4,6
/proc/30475/task/30477/stat : 30477 (java) R 30473 30475 24583 0 -1 4202560 2627 0 1 0 178456 35 0 0 20 0 19 0 255143005 9855975424 94659 33554432000 1073741824 1073778376 140736669505680 139759892042016 139759729744765 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30475/tid=30478] ppid=30473 vsize=9624976 CPUtime=0.73 cores=0,2,4,6
/proc/30475/task/30478/stat : 30478 (java) S 30473 30475 24583 0 -1 4202560 161 0 0 0 70 3 0 0 20 0 19 0 255143007 9855975424 94659 33554432000 1073741824 1073778376 140736669505680 139759853533864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30479] ppid=30473 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/30475/task/30479/stat : 30479 (java) S 30473 30475 24583 0 -1 4202560 211 0 0 0 57 2 0 0 20 0 19 0 255143007 9855975424 94659 33554432000 1073741824 1073778376 140736669505680 139759852481320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30480] ppid=30473 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/30475/task/30480/stat : 30480 (java) S 30473 30475 24583 0 -1 4202560 90 0 0 0 59 1 0 0 20 0 19 0 255143007 9855975424 94659 33554432000 1073741824 1073778376 140736669505680 139759851428776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30475/tid=30481] ppid=30473 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/30475/task/30481/stat : 30481 (java) S 30473 30475 24583 0 -1 4202560 111 0 0 0 65 3 0 0 20 0 19 0 255143007 9855975424 94659 33554432000 1073741824 1073778376 140736669505680 139759850376232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30475/tid=30482] ppid=30473 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/30475/task/30482/stat : 30482 (java) S 30473 30475 24583 0 -1 4202560 174 0 0 0 67 3 0 0 20 0 19 0 255143007 9855975424 94659 33554432000 1073741824 1073778376 140736669505680 139759849322664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30475/tid=30483] ppid=30473 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/30475/task/30483/stat : 30483 (java) S 30473 30475 24583 0 -1 4202560 237 0 0 0 63 3 0 0 20 0 19 0 255143007 9855975424 94659 33554432000 1073741824 1073778376 140736669505680 139759848270120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30475/tid=30484] ppid=30473 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/30475/task/30484/stat : 30484 (java) S 30473 30475 24583 0 -1 4202560 91 0 0 0 58 2 0 0 20 0 19 0 255143007 9855975424 94659 33554432000 1073741824 1073778376 140736669505680 139759728978344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30475/tid=30485] ppid=30473 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/30475/task/30485/stat : 30485 (java) S 30473 30475 24583 0 -1 4202560 237 0 0 0 59 3 0 0 20 0 19 0 255143007 9855975424 94659 33554432000 1073741824 1073778376 140736669505680 139759727925800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30475/tid=30486] ppid=30473 vsize=9624976 CPUtime=8.5 cores=0,2,4,6
/proc/30475/task/30486/stat : 30486 (java) S 30473 30475 24583 0 -1 4202560 208 0 0 0 847 3 0 0 20 0 19 0 255143008 9855975424 94659 33554432000 1073741824 1073778376 140736669505680 139759715727976 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30475/tid=30487] ppid=30473 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30487/stat : 30487 (java) S 30473 30475 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255143008 9855975424 94659 33554432000 1073741824 1073778376 140736669505680 139759714674296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30488] ppid=30473 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30488/stat : 30488 (java) S 30473 30475 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255143008 9855975424 94659 33554432000 1073741824 1073778376 140736669505680 139759713621640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30489] ppid=30473 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30489/stat : 30489 (java) S 30473 30475 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255143011 9855975424 94659 33554432000 1073741824 1073778376 140736669505680 139758974004240 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30490] ppid=30473 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/30475/task/30490/stat : 30490 (java) S 30473 30475 24583 0 -1 4202560 2989 0 0 0 59 0 0 0 20 0 19 0 255143011 9855975424 94659 33554432000 1073741824 1073778376 140736669505680 139758972950584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30475/tid=30491] ppid=30473 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/30475/task/30491/stat : 30491 (java) S 30473 30475 24583 0 -1 4202560 2377 0 0 0 48 0 0 0 20 0 19 0 255143011 9855975424 94659 33554432000 1073741824 1073778376 140736669505680 139758971898040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30475/tid=30492] ppid=30473 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30492/stat : 30492 (java) S 30473 30475 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255143011 9855975424 94659 33554432000 1073741824 1073778376 140736669505680 139758970845688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30475/tid=30493] ppid=30473 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/30475/task/30493/stat : 30493 (java) S 30473 30475 24583 0 -1 4202560 102 0 0 0 26 27 0 0 20 0 19 0 255143011 9855975424 94659 33554432000 1073741824 1073778376 140736669505680 139758969793352 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30475/tid=30494] ppid=30473 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30475/task/30494/stat : 30494 (java) S 30473 30475 24583 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255143172 9855975424 94659 33554432000 1073741824 1073778376 140736669505680 139758968739112 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9624976

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

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

Child status: 143
Real time (s): 1795.25
CPU time (s): 1800.53
CPU user time (s): 1799.54
CPU system time (s): 0.990849
CPU usage (%): 100.294
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.54
system time used= 0.990849
maximum resident set size= 378756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10833
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40794
involuntary context switches= 31017

runsolver used 6.20106 second user time and 14.7338 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-24 22:09:36
IDJOB=3689419
IDBENCH=89714
IDSOLVER=2269
FILE ID=node125/3689419-1337890176
RUNJOBID= node125-1337889880-30315
PBS_JOBID= 14620079
Free space on /tmp= 71688 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-47.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689419-1337890176/watcher-3689419-1337890176 -o /tmp/evaluation-result-3689419-1337890176/solver-3689419-1337890176 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689419-1337890176.opb

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

MD5SUM BENCH= 17efc5fe25abdce41d8265867254d297
RANDOM SEED=947137400

node125.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		: 2666.373
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	: 5332.74
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		: 2666.373
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		: 2666.373
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.92
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		: 2666.373
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.90
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		: 2666.373
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		: 2666.373
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	: 5438.54
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		: 2666.373
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		: 2666.373
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:       32873648 kB
MemFree:        29369160 kB
Buffers:          216840 kB
Cached:          2246592 kB
SwapCached:            0 kB
Active:           886756 kB
Inactive:        1848056 kB
Active(anon):     273900 kB
Inactive(anon):        0 kB
Active(file):     612856 kB
Inactive(file):  1848056 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9620 kB
Writeback:            16 kB
AnonPages:        284316 kB
Mapped:            22512 kB
Shmem:               200 kB
Slab:             628072 kB
SReclaimable:      72112 kB
SUnreclaim:       555960 kB
KernelStack:        1672 kB
PageTables:         4988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     825264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    239616 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= 71668 MiB
End job on node125 at 2012-05-24 22:39:33