Trace number 3689717

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.61 1787.18

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/
normalized-BeauxArts_K66.opb
MD5SUM03e282ee85097a100b1dfa3533d9978b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark871.544
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3630
Total number of constraints3764
Number of constraints which are clauses3698
Number of constraints which are cardinality constraints (but not clauses)66
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint66
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 67
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3689717-1337892846.opb
0.09/0.11	c reading problem ... 
0.57/0.33	c ... done. Wall clock time 0.22s.
0.57/0.33	c declared #vars     3630
0.57/0.33	c #constraints  3764
0.57/0.33	c constraints type 
0.57/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3046
0.57/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 66
0.57/0.33	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.57/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 650
0.57/0.33	c 3764 constraints processed.
1.62/1.03	c cleaning 2488 clauses out of 4978 with flag 5001/5001
2.39/1.71	c cleaning 4234 clauses out of 8480 with flag 11000/11000
3.19/2.57	c cleaning 5590 clauses out of 11233 with flag 18001/18001
4.21/3.58	c cleaning 6797 clauses out of 13639 with flag 26000/26000
5.37/4.67	c cleaning 7869 clauses out of 15839 with flag 35002/35002
6.78/6.08	c cleaning 8938 clauses out of 17968 with flag 45001/45001
8.29/7.59	c cleaning 9889 clauses out of 20028 with flag 56000/56000
10.11/9.30	c cleaning 11010 clauses out of 22139 with flag 68001/68001
11.93/11.19	c cleaning 11949 clauses out of 24129 with flag 81001/81001
14.14/13.34	c cleaning 12951 clauses out of 26179 with flag 95000/95000
16.58/15.74	c cleaning 14029 clauses out of 28230 with flag 110002/110002
19.30/18.40	c cleaning 15063 clauses out of 30201 with flag 126002/126002
22.84/21.91	c cleaning 15969 clauses out of 32135 with flag 143000/143000
25.47/24.50	c cleaning 16954 clauses out of 34166 with flag 161002/161002
28.18/27.20	c cleaning 18035 clauses out of 36209 with flag 180000/180000
31.60/30.63	c cleaning 19041 clauses out of 38174 with flag 200000/200000
35.32/34.31	c cleaning 19904 clauses out of 40133 with flag 221000/221000
38.96/37.90	c cleaning 21030 clauses out of 42232 with flag 243003/243003
43.58/42.52	c cleaning 21939 clauses out of 44199 with flag 266000/266000
48.63/47.53	c cleaning 22970 clauses out of 46260 with flag 290000/290000
52.98/51.80	c cleaning 23956 clauses out of 48291 with flag 315001/315001
57.90/56.74	c cleaning 24843 clauses out of 50334 with flag 341000/341000
63.13/61.97	c cleaning 25983 clauses out of 52496 with flag 368005/368005
70.35/69.16	c cleaning 27138 clauses out of 54513 with flag 396005/396005
77.23/75.94	c cleaning 27896 clauses out of 56370 with flag 425000/425000
83.06/81.72	c cleaning 29016 clauses out of 58474 with flag 455000/455000
89.87/88.51	c cleaning 30033 clauses out of 60458 with flag 486001/486001
97.52/96.12	c cleaning 30987 clauses out of 62425 with flag 518001/518001
104.66/103.21	c cleaning 32073 clauses out of 64437 with flag 551000/551000
113.18/111.76	c cleaning 33071 clauses out of 66364 with flag 585001/585001
121.83/120.38	c cleaning 33942 clauses out of 68294 with flag 620002/620002
130.08/128.56	c cleaning 35003 clauses out of 70349 with flag 656000/656000
139.72/138.17	c cleaning 35981 clauses out of 72349 with flag 693003/693003
149.47/147.81	c cleaning 37033 clauses out of 74365 with flag 731000/731000
161.21/159.59	c cleaning 38095 clauses out of 76332 with flag 770000/770000
171.18/169.48	c cleaning 39026 clauses out of 78239 with flag 810002/810002
180.64/178.84	c cleaning 40005 clauses out of 80211 with flag 851000/851000
192.28/190.47	c cleaning 40939 clauses out of 82208 with flag 893002/893002
205.46/203.52	c cleaning 42020 clauses out of 84268 with flag 936001/936001
216.11/214.14	c cleaning 42898 clauses out of 86247 with flag 980000/980000
230.36/228.39	c cleaning 43972 clauses out of 88352 with flag 1025003/1025003
245.01/242.98	c cleaning 45078 clauses out of 90377 with flag 1071000/1071000
259.78/257.65	c cleaning 45999 clauses out of 92299 with flag 1118000/1118000
273.95/271.75	c cleaning 47026 clauses out of 94304 with flag 1166004/1166004
292.20/289.92	c cleaning 47940 clauses out of 96274 with flag 1215000/1215000
307.46/305.15	c cleaning 49034 clauses out of 98334 with flag 1265000/1265000
323.28/320.83	c cleaning 50021 clauses out of 100300 with flag 1316000/1316000
338.73/336.23	c cleaning 50972 clauses out of 102281 with flag 1368002/1368002
353.50/350.91	c cleaning 51955 clauses out of 104307 with flag 1421000/1421000
369.04/366.43	c cleaning 53034 clauses out of 106355 with flag 1475003/1475003
386.11/383.46	c cleaning 53996 clauses out of 108318 with flag 1530001/1530001
404.77/402.06	c cleaning 54944 clauses out of 110324 with flag 1586003/1586003
427.86/424.96	c cleaning 56012 clauses out of 112378 with flag 1643001/1643001
447.50/444.59	c cleaning 57048 clauses out of 114368 with flag 1701003/1701003
466.68/463.63	c cleaning 57887 clauses out of 116315 with flag 1760000/1760000
493.87/490.76	c cleaning 58943 clauses out of 118431 with flag 1820003/1820003
515.58/512.39	c cleaning 59996 clauses out of 120484 with flag 1881000/1881000
541.80/538.37	c cleaning 61119 clauses out of 122489 with flag 1943001/1943001
563.28/559.69	c cleaning 62126 clauses out of 124369 with flag 2006000/2006000
587.93/584.19	c cleaning 63036 clauses out of 126244 with flag 2070001/2070001
615.58/611.64	c cleaning 63995 clauses out of 128210 with flag 2135003/2135003
641.34/637.19	c cleaning 65009 clauses out of 130213 with flag 2201001/2201001
661.68/657.39	c cleaning 65901 clauses out of 132203 with flag 2268000/2268000
690.56/686.01	c cleaning 67059 clauses out of 134304 with flag 2336002/2336002
726.07/721.37	c cleaning 67905 clauses out of 136243 with flag 2405000/2405000
755.13/750.14	c cleaning 69091 clauses out of 138337 with flag 2475000/2475000
783.42/778.25	c cleaning 70045 clauses out of 140246 with flag 2546000/2546000
818.34/812.93	c cleaning 71030 clauses out of 142202 with flag 2618002/2618002
848.52/842.98	c cleaning 72007 clauses out of 144171 with flag 2691001/2691001
887.20/881.46	c cleaning 72998 clauses out of 146167 with flag 2765004/2765004
923.63/917.68	c cleaning 74048 clauses out of 148164 with flag 2840000/2840000
952.81/946.65	c cleaning 74851 clauses out of 150117 with flag 2916001/2916001
986.31/979.92	c cleaning 75971 clauses out of 152266 with flag 2993002/2993002
1015.75/1009.15	c cleaning 76864 clauses out of 154294 with flag 3071001/3071001
1050.66/1043.82	c cleaning 77988 clauses out of 156430 with flag 3150001/3150001
1083.66/1076.63	c cleaning 79124 clauses out of 158443 with flag 3230002/3230002
1120.09/1112.76	c cleaning 80022 clauses out of 160317 with flag 3311002/3311002
1158.18/1150.54	c cleaning 80844 clauses out of 162297 with flag 3393004/3393004
1199.82/1191.92	c cleaning 82103 clauses out of 164452 with flag 3476003/3476003
1247.52/1239.34	c cleaning 82985 clauses out of 166347 with flag 3560001/3560001
1290.10/1281.66	c cleaning 83967 clauses out of 168364 with flag 3645003/3645003
1324.97/1316.25	c cleaning 85165 clauses out of 170395 with flag 3731001/3731001
1367.51/1358.56	c cleaning 86005 clauses out of 172231 with flag 3818002/3818002
1409.28/1399.91	c cleaning 87026 clauses out of 174224 with flag 3906000/3906000
1449.37/1439.65	c cleaning 87908 clauses out of 176199 with flag 3995001/3995001
1493.07/1483.04	c cleaning 89041 clauses out of 178290 with flag 4085000/4085000
1544.52/1534.06	c cleaning 89882 clauses out of 180252 with flag 4176003/4176003
1594.70/1583.88	c cleaning 91064 clauses out of 182367 with flag 4268000/4268000
1642.14/1630.87	c cleaning 92023 clauses out of 184308 with flag 4361005/4361005
1690.52/1678.75	c cleaning 93058 clauses out of 186280 with flag 4455000/4455000
1746.40/1734.10	c cleaning 93974 clauses out of 188223 with flag 4550001/4550001
1797.03/1784.17	c cleaning 95078 clauses out of 190248 with flag 4646000/4646000
1800.07/1787.11	c starts		: 253
1800.07/1787.11	c conflicts		: 4658051
1800.07/1787.11	c decisions		: 14755529
1800.07/1787.11	c propagations		: 1274575965
1800.07/1787.11	c inspects		: 14658609790
1800.07/1787.11	c shortcuts		: 0
1800.07/1787.11	c learnt literals	: 74
1800.07/1787.11	c learnt binary clauses	: 61091
1800.07/1787.11	c learnt ternary clauses	: 55167
1800.07/1787.11	c learnt constraints	: 4657977
1800.07/1787.11	c ignored constraints	: 0
1800.07/1787.11	c root simplifications	: 0
1800.07/1787.11	c removed literals (reason simplification)	: 0
1800.07/1787.11	c reason swapping (by a shorter reason)	: 0
1800.07/1787.11	c Calls to reduceDB	: 92
1800.07/1787.11	c number of reductions to clauses (during analyze)	: 0
1800.07/1787.11	c number of learned constraints concerned by reduction	: 0
1800.07/1787.11	c number of learning phase by resolution	: 0
1800.07/1787.11	c number of learning phase by cutting planes	: 0
1800.07/1787.11	c speed (assignments/second)	: 713340.956026797
1800.07/1787.11	c non guided choices	109
1800.07/1787.17	c learnt constraints type 
1800.07/1787.17	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 61091
1800.07/1787.17	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 46237
1800.07/1787.17	c constraints type 
1800.07/1787.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3046
1800.07/1787.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 66
1800.07/1787.17	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.07/1787.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 650
1800.07/1787.17	c 3764 constraints processed.
1800.07/1787.17	s UNKNOWN
1800.07/1787.17	c Total wall clock time (in seconds): 1787.062

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

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

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


[startup+0 s]
/proc/loadavg: 2.03 2.02 2.01 3/194 29198
/proc/meminfo: memFree=27945656/32873648 swapFree=6864/6864
[pid=29198] ppid=29196 vsize=11812 CPUtime=0 cores=1,3,5,7
/proc/29198/stat : 29198 (runsolver) D 29196 29198 22184 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 1 0 255410620 12095488 56 33554432000 4194304 5436572 140735010556464 140735010552344 5057063 0 0 4096 24578 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/29198/statm: 2953 56 36 304 0 2645 0

[startup+0.025262 s]
/proc/loadavg: 2.03 2.02 2.01 3/194 29198
/proc/meminfo: memFree=27945656/32873648 swapFree=6864/6864
[pid=29198] ppid=29196 vsize=9014776 CPUtime=0 cores=1,3,5,7
/proc/29198/stat : 29198 (java) S 29196 29198 22184 0 -1 4202496 2036 0 1 0 0 0 0 0 20 0 10 0 255410620 9231130624 2229 33554432000 1073741824 1073778376 140736142691856 140736142682992 226087698493 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29198/statm: 2253694 2244 955 9 0 2244803 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9014776

[startup+0.100177 s]
/proc/loadavg: 2.03 2.02 2.01 3/194 29198
/proc/meminfo: memFree=27945656/32873648 swapFree=6864/6864
[pid=29198] ppid=29196 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/29198/stat : 29198 (java) S 29196 29198 22184 0 -1 4202496 4291 0 1 0 8 1 0 0 20 0 18 0 255410620 9787813888 5471 33554432000 1073741824 1073778376 140736142691856 140736142682992 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29198/statm: 2389603 5471 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300181 s]
/proc/loadavg: 2.03 2.02 2.01 3/194 29198
/proc/meminfo: memFree=27945656/32873648 swapFree=6864/6864
[pid=29198] ppid=29196 vsize=9558412 CPUtime=0.57 cores=1,3,5,7
/proc/29198/stat : 29198 (java) S 29196 29198 22184 0 -1 4202496 7824 0 1 0 55 2 0 0 20 0 18 0 255410620 9787813888 9412 33554432000 1073741824 1073778376 140736142691856 140736142682992 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29198/statm: 2389603 9412 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558412

[startup+0.70016 s]
/proc/loadavg: 2.03 2.02 2.01 3/194 29198
/proc/meminfo: memFree=27945656/32873648 swapFree=6864/6864
[pid=29198] ppid=29196 vsize=9624976 CPUtime=1.3 cores=1,3,5,7
/proc/29198/stat : 29198 (java) S 29196 29198 22184 0 -1 4202496 8837 0 1 0 128 2 0 0 20 0 19 0 255410620 9855975424 12018 33554432000 1073741824 1073778376 140736142691856 140736142682992 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29198/statm: 2406244 12018 2247 9 0 2396937 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9624976

[startup+1.50056 s]
/proc/loadavg: 2.03 2.02 2.01 3/213 29217
/proc/meminfo: memFree=27903564/32873648 swapFree=6864/6864
[pid=29198] ppid=29196 vsize=9624976 CPUtime=2.16 cores=1,3,5,7
/proc/29198/stat : 29198 (java) S 29196 29198 22184 0 -1 4202496 9125 0 1 0 214 2 0 0 20 0 19 0 255410620 9855975424 15138 33554432000 1073741824 1073778376 140736142691856 140736142682992 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29198/statm: 2406244 15138 2275 9 0 2396937 0
[pid=29198/tid=29200] ppid=29196 vsize=9624976 CPUtime=1.45 cores=1,3,5,7
/proc/29198/task/29200/stat : 29200 (java) R 29196 29198 22184 0 -1 4202560 2466 0 1 0 143 2 0 0 20 0 19 0 255410622 9855975424 15138 33554432000 1073741824 1073778376 140736142691856 140254765461656 140254590337440 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29198/tid=29201] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29201/stat : 29201 (java) S 29196 29198 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255410623 9855975424 15138 33554432000 1073741824 1073778376 140736142691856 140254726953256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29198/tid=29202] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29202/stat : 29202 (java) S 29196 29198 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255410623 9855975424 15138 33554432000 1073741824 1073778376 140736142691856 140254725900456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29198/tid=29203] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29203/stat : 29203 (java) S 29196 29198 22184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255410623 9855975424 15138 33554432000 1073741824 1073778376 140736142691856 140254724848168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29198/tid=29204] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29204/stat : 29204 (java) S 29196 29198 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255410623 9855975424 15138 33554432000 1073741824 1073778376 140736142691856 140254723795368 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29198/tid=29205] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29205/stat : 29205 (java) S 29196 29198 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255410623 9855975424 15138 33554432000 1073741824 1073778376 140736142691856 140254722743080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29198/tid=29206] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29206/stat : 29206 (java) S 29196 29198 22184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255410623 9855975424 15138 33554432000 1073741824 1073778376 140736142691856 140254721690280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29198/tid=29207] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29207/stat : 29207 (java) S 29196 29198 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255410623 9855975424 15138 33554432000 1073741824 1073778376 140736142691856 140254720637992 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29198/tid=29208] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29208/stat : 29208 (java) S 29196 29198 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255410623 9855975424 15138 33554432000 1073741824 1073778376 140736142691856 140254719585192 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29198/tid=29209] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29209/stat : 29209 (java) S 29196 29198 22184 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 255410624 9855975424 15138 33554432000 1073741824 1073778376 140736142691856 140254588688616 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29198/tid=29210] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29210/stat : 29210 (java) S 29196 29198 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255410624 9855975424 15138 33554432000 1073741824 1073778376 140736142691856 140254587634680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29198/tid=29211] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29211/stat : 29211 (java) S 29196 29198 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255410624 9855975424 15138 33554432000 1073741824 1073778376 140736142691856 140254586582280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29198/tid=29212] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29212/stat : 29212 (java) S 29196 29198 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255410627 9855975424 15138 33554432000 1073741824 1073778376 140736142691856 140254585530768 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29198/tid=29213] ppid=29196 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/29198/task/29213/stat : 29213 (java) S 29196 29198 22184 0 -1 4202560 2756 0 0 0 35 0 0 0 20 0 19 0 255410627 9855975424 15138 33554432000 1073741824 1073778376 140736142691856 140254584478392 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29198/tid=29214] ppid=29196 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/29198/task/29214/stat : 29214 (java) S 29196 29198 22184 0 -1 4202560 2660 0 0 0 30 0 0 0 20 0 19 0 255410627 9855975424 15138 33554432000 1073741824 1073778376 140736142691856 140254583425592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29198/tid=29215] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29215/stat : 29215 (java) S 29196 29198 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255410627 9855975424 15138 33554432000 1073741824 1073778376 140736142691856 140254582373496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29198/tid=29216] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29216/stat : 29216 (java) S 29196 29198 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255410627 9855975424 15138 33554432000 1073741824 1073778376 140736142691856 140254581320904 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29198/tid=29217] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29217/stat : 29217 (java) S 29196 29198 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255410655 9855975424 15138 33554432000 1073741824 1073778376 140736142691856 140254580265896 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 9624976

[startup+3.10054 s]
/proc/loadavg: 2.03 2.02 2.01 3/213 29217
/proc/meminfo: memFree=27890904/32873648 swapFree=6864/6864
[pid=29198] ppid=29196 vsize=9624976 CPUtime=3.81 cores=1,3,5,7
/proc/29198/stat : 29198 (java) S 29196 29198 22184 0 -1 4202496 9143 0 1 0 379 2 0 0 20 0 19 0 255410620 9855975424 15664 33554432000 1073741824 1073778376 140736142691856 140736142682992 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29198/statm: 2406244 15664 2275 9 0 2396937 0
[pid=29198/tid=29200] ppid=29196 vsize=9624976 CPUtime=3.02 cores=1,3,5,7
/proc/29198/task/29200/stat : 29200 (java) R 29196 29198 22184 0 -1 4202560 2467 0 1 0 300 2 0 0 20 0 19 0 255410622 9855975424 15664 33554432000 1073741824 1073778376 140736142691856 140254765461912 140254590337877 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29198/tid=29201] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29201/stat : 29201 (java) S 29196 29198 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255410623 9855975424 15664 33554432000 1073741824 1073778376 140736142691856 140254726953256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29198/tid=29202] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29202/stat : 29202 (java) S 29196 29198 22184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255410623 9855975424 15664 33554432000 1073741824 1073778376 140736142691856 140254725900456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29198/tid=29203] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29203/stat : 29203 (java) S 29196 29198 22184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255410623 9855975424 15664 33554432000 1073741824 1073778376 140736142691856 140254724848168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29198/tid=29204] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29204/stat : 29204 (java) S 29196 29198 22184 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255410623 9855975424 15664 33554432000 1073741824 1073778376 140736142691856 140254723795368 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29198/tid=29205] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29205/stat : 29205 (java) S 29196 29198 22184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255410623 9855975424 15664 33554432000 1073741824 1073778376 140736142691856 140254722743080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29198/tid=29206] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29206/stat : 29206 (java) S 29196 29198 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255410623 9855975424 15664 33554432000 1073741824 1073778376 140736142691856 140254721690280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29198/tid=29207] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29207/stat : 29207 (java) S 29196 29198 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255410623 9855975424 15664 33554432000 1073741824 1073778376 140736142691856 140254720637992 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29198/tid=29208] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29208/stat : 29208 (java) S 29196 29198 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255410623 9855975424 15664 33554432000 1073741824 1073778376 140736142691856 140254719585192 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29198/tid=29209] ppid=29196 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/29198/task/29209/stat : 29209 (java) S 29196 29198 22184 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 19 0 255410624 9855975424 15664 33554432000 1073741824 1073778376 140736142691856 140254588688616 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29198/tid=29210] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29210/stat : 29210 (java) S 29196 29198 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255410624 9855975424 15664 33554432000 1073741824 1073778376 140736142691856 140254587634680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29198/tid=29211] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29211/stat : 29211 (java) S 29196 29198 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255410624 9855975424 15664 33554432000 1073741824 1073778376 140736142691856 140254586582280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29198/tid=29212] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29212/stat : 29212 (java) S 29196 29198 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255410627 9855975424 15664 33554432000 1073741824 1073778376 140736142691856 140254585530768 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29198/tid=29213] ppid=29196 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/29198/task/29213/stat : 29213 (java) S 29196 29198 22184 0 -1 4202560 2756 0 0 0 37 0 0 0 20 0 19 0 255410627 9855975424 15664 33554432000 1073741824 1073778376 140736142691856 140254584478392 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29198/tid=29214] ppid=29196 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/29198/task/29214/stat : 29214 (java) S 29196 29198 22184 0 -1 4202560 2661 0 0 0 33 0 0 0 20 0 19 0 255410627 9855975424 15664 33554432000 1073741824 1073778376 140736142691856 140254583425592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29198/tid=29215] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29215/stat : 29215 (java) S 29196 29198 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255410627 9855975424 15664 33554432000 1073741824 1073778376 140736142691856 140254582373496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29198/tid=29216] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29216/stat : 29216 (java) S 29196 29198 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255410627 9855975424 15664 33554432000 1073741824 1073778376 140736142691856 140254581320904 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29198/tid=29217] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29217/stat : 29217 (java) S 29196 29198 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255410655 9855975424 15664 33554432000 1073741824 1073778376 140736142691856 140254580265896 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 9624976

[startup+6.30062 s]
/proc/loadavg: 2.03 2.02 2.01 3/213 29217
/proc/meminfo: memFree=27873956/32873648 swapFree=6864/6864
[pid=29198] ppid=29196 vsize=9624976 CPUtime=7.09 cores=1,3,5,7
/proc/29198/stat : 29198 (java) S 29196 29198 22184 0 -1 4202496 9761 0 1 0 706 3 0 0 20 0 19 0 255410620 9855975424 18254 33554432000 1073741824 1073778376 140736142691856 140736142682992 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29198/statm: 2406244 18254 2275 9 0 2396937 0
[pid=29198/tid=29200] ppid=29196 vsize=9624976 CPUtime=6.16 cores=1,3,5,7
/proc/29198/task/29200/stat : 29200 (java) R 29196 29198 22184 0 -1 4202560 2471 0 1 0 614 2 0 0 20 0 19 0 255410622 9855975424 18254 33554432000 1073741824 1073778376 140736142691856 140254765461752 140254590385518 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29198/tid=29201] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29201/stat : 29201 (java) S 29196 29198 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255410623 9855975424 18254 33554432000 1073741824 1073778376 140736142691856 140254726953256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29198/tid=29202] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29202/stat : 29202 (java) S 29196 29198 22184 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255410623 9855975424 18254 33554432000 1073741824 1073778376 140736142691856 140254725900456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29198/tid=29203] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29203/stat : 29203 (java) S 29196 29198 22184 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255410623 9855975424 18254 33554432000 1073741824 1073778376 140736142691856 140254724848168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29198/tid=29204] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29204/stat : 29204 (java) S 29196 29198 22184 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255410623 9855975424 18254 33554432000 1073741824 1073778376 140736142691856 140254723795368 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29198/tid=29205] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29205/stat : 29205 (java) S 29196 29198 22184 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255410623 9855975424 18254 33554432000 1073741824 1073778376 140736142691856 140254722743080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29198/tid=29206] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29206/stat : 29206 (java) S 29196 29198 22184 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255410623 9855975424 18254 33554432000 1073741824 1073778376 140736142691856 140254721690280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29198/tid=29207] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29207/stat : 29207 (java) S 29196 29198 22184 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255410623 9855975424 18254 33554432000 1073741824 1073778376 140736142691856 140254720637992 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29198/tid=29208] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29208/stat : 29208 (java) S 29196 29198 22184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255410623 9855975424 18254 33554432000 1073741824 1073778376 140736142691856 140254719585192 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29198/tid=29209] ppid=29196 vsize=9624976 CPUtime=0.06 cores=1,3,5,7
/proc/29198/task/29209/stat : 29209 (java) S 29196 29198 22184 0 -1 4202560 31 0 0 0 6 0 0 0 20 0 19 0 255410624 9855975424 18254 33554432000 1073741824 1073778376 140736142691856 140254588688616 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29198/tid=29210] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29210/stat : 29210 (java) S 29196 29198 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255410624 9855975424 18254 33554432000 1073741824 1073778376 140736142691856 140254587634680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29198/tid=29211] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29211/stat : 29211 (java) S 29196 29198 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255410624 9855975424 18254 33554432000 1073741824 1073778376 140736142691856 140254586582280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29198/tid=29212] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29212/stat : 29212 (java) S 29196 29198 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255410627 9855975424 18254 33554432000 1073741824 1073778376 140736142691856 140254585530768 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29198/tid=29213] ppid=29196 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/29198/task/29213/stat : 29213 (java) S 29196 29198 22184 0 -1 4202560 2757 0 0 0 37 0 0 0 20 0 19 0 255410627 9855975424 18254 33554432000 1073741824 1073778376 140736142691856 140254584478392 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29198/tid=29214] ppid=29196 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/29198/task/29214/stat : 29214 (java) S 29196 29198 22184 0 -1 4202560 3255 0 0 0 37 0 0 0 20 0 19 0 255410627 9855975424 18254 33554432000 1073741824 1073778376 140736142691856 140254583425592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29198/tid=29215] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29215/stat : 29215 (java) S 29196 29198 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255410627 9855975424 18254 33554432000 1073741824 1073778376 140736142691856 140254582373496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29198/tid=29216] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29216/stat : 29216 (java) S 29196 29198 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255410627 9855975424 18254 33554432000 1073741824 1073778376 140736142691856 140254581320904 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29198/tid=29217] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29217/stat : 29217 (java) S 29196 29198 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255410655 9855975424 18254 33554432000 1073741824 1073778376 140736142691856 140254580265896 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=29198/tid=29206] ppid=29196 vsize=9624976 CPUtime=1.92 cores=1,3,5,7
/proc/29198/task/29206/stat : 29206 (java) S 29196 29198 22184 0 -1 4202560 468 0 0 0 185 7 0 0 20 0 19 0 255410623 9855975424 114288 33554432000 1073741824 1073778376 140736142691856 140254721690280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29198/tid=29207] ppid=29196 vsize=9624976 CPUtime=1.99 cores=1,3,5,7
/proc/29198/task/29207/stat : 29207 (java) S 29196 29198 22184 0 -1 4202560 375 0 0 0 190 9 0 0 20 0 19 0 255410623 9855975424 114288 33554432000 1073741824 1073778376 140736142691856 140254720637992 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29198/tid=29208] ppid=29196 vsize=9624976 CPUtime=1.86 cores=1,3,5,7
/proc/29198/task/29208/stat : 29208 (java) S 29196 29198 22184 0 -1 4202560 306 0 0 0 179 7 0 0 20 0 19 0 255410623 9855975424 114288 33554432000 1073741824 1073778376 140736142691856 140254719585192 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29198/tid=29209] ppid=29196 vsize=9624976 CPUtime=3.1 cores=1,3,5,7
/proc/29198/task/29209/stat : 29209 (java) S 29196 29198 22184 0 -1 4202560 361 0 0 0 307 3 0 0 20 0 19 0 255410624 9855975424 114288 33554432000 1073741824 1073778376 140736142691856 140254588688616 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29198/tid=29210] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29210/stat : 29210 (java) S 29196 29198 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255410624 9855975424 114288 33554432000 1073741824 1073778376 140736142691856 140254587634680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29198/tid=29211] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29211/stat : 29211 (java) S 29196 29198 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255410624 9855975424 114288 33554432000 1073741824 1073778376 140736142691856 140254586582280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29198/tid=29212] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29212/stat : 29212 (java) S 29196 29198 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255410627 9855975424 114288 33554432000 1073741824 1073778376 140736142691856 140254585530768 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29198/tid=29213] ppid=29196 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/29198/task/29213/stat : 29213 (java) S 29196 29198 22184 0 -1 4202560 2768 0 0 0 39 0 0 0 20 0 19 0 255410627 9855975424 114288 33554432000 1073741824 1073778376 140736142691856 140254584478392 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29198/tid=29214] ppid=29196 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/29198/task/29214/stat : 29214 (java) S 29196 29198 22184 0 -1 4202560 3255 0 0 0 37 0 0 0 20 0 19 0 255410627 9855975424 114288 33554432000 1073741824 1073778376 140736142691856 140254583425592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29198/tid=29215] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29215/stat : 29215 (java) S 29196 29198 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255410627 9855975424 114288 33554432000 1073741824 1073778376 140736142691856 140254582373496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29198/tid=29216] ppid=29196 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/29198/task/29216/stat : 29216 (java) S 29196 29198 22184 0 -1 4202560 99 0 0 0 25 31 0 0 20 0 19 0 255410627 9855975424 114288 33554432000 1073741824 1073778376 140736142691856 140254581320904 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29198/tid=29217] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29217/stat : 29217 (java) S 29196 29198 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255410655 9855975424 114288 33554432000 1073741824 1073778376 140736142691856 140254580265896 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1734.52
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 29312
/proc/meminfo: memFree=22114296/32873648 swapFree=6864/6864
[pid=29198] ppid=29196 vsize=9624976 CPUtime=1795.15 cores=1,3,5,7
/proc/29198/stat : 29198 (java) S 29196 29198 22184 0 -1 4202496 13287 0 1 0 179406 109 0 0 20 0 19 0 255410620 9855975424 109233 33554432000 1073741824 1073778376 140736142691856 140736142682992 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29198/statm: 2406244 109233 2276 9 0 2396937 0
[pid=29198/tid=29200] ppid=29196 vsize=9624976 CPUtime=1774.45 cores=1,3,5,7
/proc/29198/task/29200/stat : 29200 (java) R 29196 29198 22184 0 -1 4202560 2681 0 1 0 177413 32 0 0 20 0 19 0 255410622 9855975424 109233 33554432000 1073741824 1073778376 140736142691856 140254765460848 140254590456625 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29198/tid=29201] ppid=29196 vsize=9624976 CPUtime=1.94 cores=1,3,5,7
/proc/29198/task/29201/stat : 29201 (java) S 29196 29198 22184 0 -1 4202560 362 0 0 0 187 7 0 0 20 0 19 0 255410623 9855975424 109233 33554432000 1073741824 1073778376 140736142691856 140254726953256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29198/tid=29202] ppid=29196 vsize=9624976 CPUtime=2.24 cores=1,3,5,7
/proc/29198/task/29202/stat : 29202 (java) S 29196 29198 22184 0 -1 4202560 427 0 0 0 212 12 0 0 20 0 19 0 255410623 9855975424 109233 33554432000 1073741824 1073778376 140736142691856 140254725900456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29198/tid=29203] ppid=29196 vsize=9624976 CPUtime=1.91 cores=1,3,5,7
/proc/29198/task/29203/stat : 29203 (java) S 29196 29198 22184 0 -1 4202560 280 0 0 0 183 8 0 0 20 0 19 0 255410623 9855975424 109233 33554432000 1073741824 1073778376 140736142691856 140254724848168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29198/tid=29204] ppid=29196 vsize=9624976 CPUtime=2.21 cores=1,3,5,7
/proc/29198/task/29204/stat : 29204 (java) S 29196 29198 22184 0 -1 4202560 398 0 0 0 212 9 0 0 20 0 19 0 255410623 9855975424 109233 33554432000 1073741824 1073778376 140736142691856 140254723795368 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29198/tid=29205] ppid=29196 vsize=9624976 CPUtime=1.85 cores=1,3,5,7
/proc/29198/task/29205/stat : 29205 (java) S 29196 29198 22184 0 -1 4202560 307 0 0 0 178 7 0 0 20 0 19 0 255410623 9855975424 109233 33554432000 1073741824 1073778376 140736142691856 140254722743080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29198/tid=29206] ppid=29196 vsize=9624976 CPUtime=2.03 cores=1,3,5,7
/proc/29198/task/29206/stat : 29206 (java) S 29196 29198 22184 0 -1 4202560 468 0 0 0 196 7 0 0 20 0 19 0 255410623 9855975424 109233 33554432000 1073741824 1073778376 140736142691856 140254721690280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29198/tid=29207] ppid=29196 vsize=9624976 CPUtime=2.09 cores=1,3,5,7
/proc/29198/task/29207/stat : 29207 (java) S 29196 29198 22184 0 -1 4202560 382 0 0 0 200 9 0 0 20 0 19 0 255410623 9855975424 109233 33554432000 1073741824 1073778376 140736142691856 140254720637992 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29198/tid=29208] ppid=29196 vsize=9624976 CPUtime=1.98 cores=1,3,5,7
/proc/29198/task/29208/stat : 29208 (java) S 29196 29198 22184 0 -1 4202560 309 0 0 0 191 7 0 0 20 0 19 0 255410623 9855975424 109233 33554432000 1073741824 1073778376 140736142691856 140254719585192 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29198/tid=29209] ppid=29196 vsize=9624976 CPUtime=3.16 cores=1,3,5,7
/proc/29198/task/29209/stat : 29209 (java) S 29196 29198 22184 0 -1 4202560 368 0 0 0 312 4 0 0 20 0 19 0 255410624 9855975424 109233 33554432000 1073741824 1073778376 140736142691856 140254588688616 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29198/tid=29210] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29210/stat : 29210 (java) S 29196 29198 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255410624 9855975424 109233 33554432000 1073741824 1073778376 140736142691856 140254587634680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29198/tid=29211] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29211/stat : 29211 (java) S 29196 29198 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255410624 9855975424 109233 33554432000 1073741824 1073778376 140736142691856 140254586582280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29198/tid=29212] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29212/stat : 29212 (java) S 29196 29198 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255410627 9855975424 109233 33554432000 1073741824 1073778376 140736142691856 140254585530768 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29198/tid=29213] ppid=29196 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/29198/task/29213/stat : 29213 (java) S 29196 29198 22184 0 -1 4202560 2768 0 0 0 39 0 0 0 20 0 19 0 255410627 9855975424 109233 33554432000 1073741824 1073778376 140736142691856 140254584478392 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29198/tid=29214] ppid=29196 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/29198/task/29214/stat : 29214 (java) S 29196 29198 22184 0 -1 4202560 3255 0 0 0 37 0 0 0 20 0 19 0 255410627 9855975424 109233 33554432000 1073741824 1073778376 140736142691856 140254583425592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29198/tid=29215] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29215/stat : 29215 (java) S 29196 29198 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255410627 9855975424 109233 33554432000 1073741824 1073778376 140736142691856 140254582373496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29198/tid=29216] ppid=29196 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/29198/task/29216/stat : 29216 (java) S 29196 29198 22184 0 -1 4202560 103 0 0 0 27 32 0 0 20 0 19 0 255410627 9855975424 109233 33554432000 1073741824 1073778376 140736142691856 140254581320904 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29198/tid=29217] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29217/stat : 29217 (java) S 29196 29198 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255410655 9855975424 109233 33554432000 1073741824 1073778376 140736142691856 140254580265896 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1795.15
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 29312
/proc/meminfo: memFree=22106040/32873648 swapFree=6864/6864
[pid=29198] ppid=29196 vsize=9624976 CPUtime=1800.07 cores=1,3,5,7
/proc/29198/stat : 29198 (java) S 29196 29198 22184 0 -1 4202496 13301 0 1 0 179898 109 0 0 20 0 19 0 255410620 9855975424 111267 33554432000 1073741824 1073778376 140736142691856 140736142682992 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29198/statm: 2406244 111267 2276 9 0 2396937 0
[pid=29198/tid=29200] ppid=29196 vsize=9624976 CPUtime=1779.13 cores=1,3,5,7
/proc/29198/task/29200/stat : 29200 (java) R 29196 29198 22184 0 -1 4202560 2683 0 1 0 177880 33 0 0 20 0 19 0 255410622 9855975424 111267 33554432000 1073741824 1073778376 140736142691856 140254765461792 140254590338155 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29198/tid=29201] ppid=29196 vsize=9624976 CPUtime=1.96 cores=1,3,5,7
/proc/29198/task/29201/stat : 29201 (java) S 29196 29198 22184 0 -1 4202560 362 0 0 0 189 7 0 0 20 0 19 0 255410623 9855975424 111267 33554432000 1073741824 1073778376 140736142691856 140254726953256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29198/tid=29202] ppid=29196 vsize=9624976 CPUtime=2.27 cores=1,3,5,7
/proc/29198/task/29202/stat : 29202 (java) S 29196 29198 22184 0 -1 4202560 431 0 0 0 214 13 0 0 20 0 19 0 255410623 9855975424 111267 33554432000 1073741824 1073778376 140736142691856 140254725900456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29198/tid=29203] ppid=29196 vsize=9624976 CPUtime=1.94 cores=1,3,5,7
/proc/29198/task/29203/stat : 29203 (java) S 29196 29198 22184 0 -1 4202560 283 0 0 0 186 8 0 0 20 0 19 0 255410623 9855975424 111267 33554432000 1073741824 1073778376 140736142691856 140254724848168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29198/tid=29204] ppid=29196 vsize=9624976 CPUtime=2.23 cores=1,3,5,7
/proc/29198/task/29204/stat : 29204 (java) S 29196 29198 22184 0 -1 4202560 398 0 0 0 214 9 0 0 20 0 19 0 255410623 9855975424 111267 33554432000 1073741824 1073778376 140736142691856 140254723795368 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29198/tid=29205] ppid=29196 vsize=9624976 CPUtime=1.88 cores=1,3,5,7
/proc/29198/task/29205/stat : 29205 (java) S 29196 29198 22184 0 -1 4202560 309 0 0 0 181 7 0 0 20 0 19 0 255410623 9855975424 111267 33554432000 1073741824 1073778376 140736142691856 140254722743080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29198/tid=29206] ppid=29196 vsize=9624976 CPUtime=2.05 cores=1,3,5,7
/proc/29198/task/29206/stat : 29206 (java) S 29196 29198 22184 0 -1 4202560 468 0 0 0 198 7 0 0 20 0 19 0 255410623 9855975424 111267 33554432000 1073741824 1073778376 140736142691856 140254721690280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29198/tid=29207] ppid=29196 vsize=9624976 CPUtime=2.12 cores=1,3,5,7
/proc/29198/task/29207/stat : 29207 (java) S 29196 29198 22184 0 -1 4202560 382 0 0 0 203 9 0 0 20 0 19 0 255410623 9855975424 111267 33554432000 1073741824 1073778376 140736142691856 140254720637992 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29198/tid=29208] ppid=29196 vsize=9624976 CPUtime=1.99 cores=1,3,5,7
/proc/29198/task/29208/stat : 29208 (java) S 29196 29198 22184 0 -1 4202560 309 0 0 0 192 7 0 0 20 0 19 0 255410623 9855975424 111267 33554432000 1073741824 1073778376 140736142691856 140254719585192 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29198/tid=29209] ppid=29196 vsize=9624976 CPUtime=3.24 cores=1,3,5,7
/proc/29198/task/29209/stat : 29209 (java) S 29196 29198 22184 0 -1 4202560 371 0 0 0 320 4 0 0 20 0 19 0 255410624 9855975424 111267 33554432000 1073741824 1073778376 140736142691856 140254588688616 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29198/tid=29210] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29210/stat : 29210 (java) S 29196 29198 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255410624 9855975424 111267 33554432000 1073741824 1073778376 140736142691856 140254587634680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29198/tid=29211] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29211/stat : 29211 (java) S 29196 29198 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255410624 9855975424 111267 33554432000 1073741824 1073778376 140736142691856 140254586582280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29198/tid=29212] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29212/stat : 29212 (java) S 29196 29198 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255410627 9855975424 111267 33554432000 1073741824 1073778376 140736142691856 140254585530768 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29198/tid=29213] ppid=29196 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/29198/task/29213/stat : 29213 (java) S 29196 29198 22184 0 -1 4202560 2768 0 0 0 39 0 0 0 20 0 19 0 255410627 9855975424 111267 33554432000 1073741824 1073778376 140736142691856 140254584478392 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29198/tid=29214] ppid=29196 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/29198/task/29214/stat : 29214 (java) S 29196 29198 22184 0 -1 4202560 3255 0 0 0 37 0 0 0 20 0 19 0 255410627 9855975424 111267 33554432000 1073741824 1073778376 140736142691856 140254583425592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29198/tid=29215] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29215/stat : 29215 (java) S 29196 29198 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255410627 9855975424 111267 33554432000 1073741824 1073778376 140736142691856 140254582373496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29198/tid=29216] ppid=29196 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/29198/task/29216/stat : 29216 (java) S 29196 29198 22184 0 -1 4202560 103 0 0 0 27 32 0 0 20 0 19 0 255410627 9855975424 111267 33554432000 1073741824 1073778376 140736142691856 140254581320904 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29198/tid=29217] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29217/stat : 29217 (java) S 29196 29198 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255410655 9855975424 111267 33554432000 1073741824 1073778376 140736142691856 140254580265896 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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

[startup+1787.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 29312
/proc/meminfo: memFree=22106040/32873648 swapFree=6864/6864
[pid=29198] ppid=29196 vsize=9624976 CPUtime=1800.07 cores=1,3,5,7
/proc/29198/stat : 29198 (java) S 29196 29198 22184 0 -1 4202496 13301 0 1 0 179898 109 0 0 20 0 19 0 255410620 9855975424 111267 33554432000 1073741824 1073778376 140736142691856 140736142682992 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29198/statm: 2406244 111267 2276 9 0 2396937 0
[pid=29198/tid=29200] ppid=29196 vsize=9624976 CPUtime=1779.13 cores=1,3,5,7
/proc/29198/task/29200/stat : 29200 (java) R 29196 29198 22184 0 -1 4202560 2683 0 1 0 177880 33 0 0 20 0 19 0 255410622 9855975424 111267 33554432000 1073741824 1073778376 140736142691856 140254765461792 140254590338155 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29198/tid=29201] ppid=29196 vsize=9624976 CPUtime=1.96 cores=1,3,5,7
/proc/29198/task/29201/stat : 29201 (java) S 29196 29198 22184 0 -1 4202560 362 0 0 0 189 7 0 0 20 0 19 0 255410623 9855975424 111267 33554432000 1073741824 1073778376 140736142691856 140254726953256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29198/tid=29202] ppid=29196 vsize=9624976 CPUtime=2.27 cores=1,3,5,7
/proc/29198/task/29202/stat : 29202 (java) S 29196 29198 22184 0 -1 4202560 431 0 0 0 214 13 0 0 20 0 19 0 255410623 9855975424 111267 33554432000 1073741824 1073778376 140736142691856 140254725900456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29198/tid=29203] ppid=29196 vsize=9624976 CPUtime=1.94 cores=1,3,5,7
/proc/29198/task/29203/stat : 29203 (java) S 29196 29198 22184 0 -1 4202560 283 0 0 0 186 8 0 0 20 0 19 0 255410623 9855975424 111267 33554432000 1073741824 1073778376 140736142691856 140254724848168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29198/tid=29204] ppid=29196 vsize=9624976 CPUtime=2.23 cores=1,3,5,7
/proc/29198/task/29204/stat : 29204 (java) S 29196 29198 22184 0 -1 4202560 398 0 0 0 214 9 0 0 20 0 19 0 255410623 9855975424 111267 33554432000 1073741824 1073778376 140736142691856 140254723795368 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29198/tid=29205] ppid=29196 vsize=9624976 CPUtime=1.88 cores=1,3,5,7
/proc/29198/task/29205/stat : 29205 (java) S 29196 29198 22184 0 -1 4202560 309 0 0 0 181 7 0 0 20 0 19 0 255410623 9855975424 111267 33554432000 1073741824 1073778376 140736142691856 140254722743080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29198/tid=29206] ppid=29196 vsize=9624976 CPUtime=2.05 cores=1,3,5,7
/proc/29198/task/29206/stat : 29206 (java) S 29196 29198 22184 0 -1 4202560 468 0 0 0 198 7 0 0 20 0 19 0 255410623 9855975424 111267 33554432000 1073741824 1073778376 140736142691856 140254721690280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29198/tid=29207] ppid=29196 vsize=9624976 CPUtime=2.12 cores=1,3,5,7
/proc/29198/task/29207/stat : 29207 (java) S 29196 29198 22184 0 -1 4202560 382 0 0 0 203 9 0 0 20 0 19 0 255410623 9855975424 111267 33554432000 1073741824 1073778376 140736142691856 140254720637992 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29198/tid=29208] ppid=29196 vsize=9624976 CPUtime=1.99 cores=1,3,5,7
/proc/29198/task/29208/stat : 29208 (java) S 29196 29198 22184 0 -1 4202560 309 0 0 0 192 7 0 0 20 0 19 0 255410623 9855975424 111267 33554432000 1073741824 1073778376 140736142691856 140254719585192 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29198/tid=29209] ppid=29196 vsize=9624976 CPUtime=3.24 cores=1,3,5,7
/proc/29198/task/29209/stat : 29209 (java) S 29196 29198 22184 0 -1 4202560 371 0 0 0 320 4 0 0 20 0 19 0 255410624 9855975424 111267 33554432000 1073741824 1073778376 140736142691856 140254588688616 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29198/tid=29210] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29210/stat : 29210 (java) S 29196 29198 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255410624 9855975424 111267 33554432000 1073741824 1073778376 140736142691856 140254587634680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29198/tid=29211] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29211/stat : 29211 (java) S 29196 29198 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255410624 9855975424 111267 33554432000 1073741824 1073778376 140736142691856 140254586582280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29198/tid=29212] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29212/stat : 29212 (java) S 29196 29198 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255410627 9855975424 111267 33554432000 1073741824 1073778376 140736142691856 140254585530768 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29198/tid=29213] ppid=29196 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/29198/task/29213/stat : 29213 (java) S 29196 29198 22184 0 -1 4202560 2768 0 0 0 39 0 0 0 20 0 19 0 255410627 9855975424 111267 33554432000 1073741824 1073778376 140736142691856 140254584478392 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29198/tid=29214] ppid=29196 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/29198/task/29214/stat : 29214 (java) S 29196 29198 22184 0 -1 4202560 3255 0 0 0 37 0 0 0 20 0 19 0 255410627 9855975424 111267 33554432000 1073741824 1073778376 140736142691856 140254583425592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29198/tid=29215] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29215/stat : 29215 (java) S 29196 29198 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255410627 9855975424 111267 33554432000 1073741824 1073778376 140736142691856 140254582373496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29198/tid=29216] ppid=29196 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/29198/task/29216/stat : 29216 (java) S 29196 29198 22184 0 -1 4202560 103 0 0 0 27 32 0 0 20 0 19 0 255410627 9855975424 111267 33554432000 1073741824 1073778376 140736142691856 140254581320904 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29198/tid=29217] ppid=29196 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29198/task/29217/stat : 29217 (java) S 29196 29198 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255410655 9855975424 111267 33554432000 1073741824 1073778376 140736142691856 140254580265896 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9624976

Child status: 143
Real time (s): 1787.18
CPU time (s): 1800.61
CPU user time (s): 1799.11
CPU system time (s): 1.50277
CPU usage (%): 100.751
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.11
system time used= 1.50277
maximum resident set size= 642108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13346
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42729
involuntary context switches= 30870

runsolver used 6.07907 second user time and 15.3637 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-24 22:54:06
IDJOB=3689717
IDBENCH=90220
IDSOLVER=2269
FILE ID=node120/3689717-1337892846
RUNJOBID= node120-1337889964-28726
PBS_JOBID= 14620084
Free space on /tmp= 71632 MiB

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

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

MD5SUM BENCH= 03e282ee85097a100b1dfa3533d9978b
RANDOM SEED=97251487

node120.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.456
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.91
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.456
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.456
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.456
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.88
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.456
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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.83
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.456
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.456
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:        27945920 kB
Buffers:          199068 kB
Cached:          3294736 kB
SwapCached:          492 kB
Active:          1208352 kB
Inactive:        2955076 kB
Active(anon):     659864 kB
Inactive(anon):    12388 kB
Active(file):     548488 kB
Inactive(file):  2942688 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:                72 kB
Writeback:             0 kB
AnonPages:        627092 kB
Mapped:            21616 kB
Shmem:               120 kB
Slab:             627096 kB
SReclaimable:      71588 kB
SUnreclaim:       555508 kB
KernelStack:        1760 kB
PageTables:         5440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1080852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    589824 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= 71628 MiB
End job on node120 at 2012-05-24 23:23:56