Trace number 3293629

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
SAT4J core 2.3.0 SNAPSHOT 2011-02-06? (TO) 1303.04 1300.09

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/11pipe_11_ooo.cnf
MD5SUMf603f11fbfe855df381282b7bce010ea
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables88289
Number of clauses4187694
Sum of the clauses size12410354
Maximum clause length341
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23770000
Number of clauses of size 3347602
Number of clauses of size 41622
Number of clauses of size 51351
Number of clauses of size over 567118

Solver Data

0.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07	c See www.sat4j.org for details.
0.04/0.07	c no version file found!!!
0.04/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.07	c java.vm.version	19.1-b02
0.04/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.07	c sun.arch.data.model	64
0.04/0.07	c java.version		1.6.0_24
0.04/0.07	c os.name		Linux
0.04/0.07	c os.version		2.6.18-164.el5
0.04/0.07	c os.arch		amd64
0.04/0.07	c Free memory 		6997539544
0.04/0.07	c Max memory 		7034241024
0.04/0.07	c Total memory 		7034241024
0.04/0.07	c Number of processors 	8
0.04/0.10	c --- Begin Solver configuration ---
0.04/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.04/0.10	c Learn all clauses as in MiniSAT
0.04/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.04/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.04/0.10	c Expensive reason simplification
0.04/0.10	c Armin Biere (Picosat) restarts strategy
0.04/0.10	c Glucose learned constraints deletion strategy
0.04/0.10	c timeout=2147483647s
0.04/0.10	c DB Simplification allowed=true
0.04/0.10	c --- End Solver configuration ---
0.04/0.10	c solving HOME/instance-3293629-1303793856.cnf
0.04/0.10	c reading problem ... 
3.48/3.36	c ... done. Wall clock time 3.264s.
3.48/3.36	c #vars     88289
3.48/3.36	c #constraints  4187694
3.48/3.36	c constraints type 
3.48/3.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 417693
3.48/3.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3770000
17.86/17.20	c cleaning 2498 clauses out of 5001 with flag 5001/5001
34.77/33.69	c cleaning 4249 clauses out of 8503 with flag 11001/11001
50.71/49.25	c cleaning 5617 clauses out of 11253 with flag 18000/18000
67.42/65.44	c cleaning 6813 clauses out of 13636 with flag 26000/26000
84.47/82.42	c cleaning 7893 clauses out of 15825 with flag 35002/35002
104.48/102.44	c cleaning 8958 clauses out of 17930 with flag 45000/45000
126.31/124.21	c cleaning 9959 clauses out of 19973 with flag 56001/56001
147.21/145.18	c cleaning 10970 clauses out of 22013 with flag 68000/68000
169.12/167.01	c cleaning 11992 clauses out of 24043 with flag 81000/81000
194.03/191.95	c cleaning 13010 clauses out of 26053 with flag 95002/95002
222.85/220.71	c cleaning 13944 clauses out of 28045 with flag 110004/110004
248.08/245.90	c cleaning 14949 clauses out of 30098 with flag 126001/126001
273.81/271.61	c cleaning 16004 clauses out of 32148 with flag 143000/143000
302.92/300.75	c cleaning 16957 clauses out of 34146 with flag 161002/161002
330.85/328.67	c cleaning 18078 clauses out of 36187 with flag 180000/180000
359.47/357.26	c cleaning 18978 clauses out of 38109 with flag 200000/200000
388.41/386.20	c cleaning 19998 clauses out of 40131 with flag 221000/221000
422.53/420.25	c cleaning 20984 clauses out of 42136 with flag 243003/243003
457.15/454.85	c cleaning 22060 clauses out of 44152 with flag 266003/266003
488.07/485.72	c cleaning 23024 clauses out of 46089 with flag 290000/290000
522.29/519.92	c cleaning 23912 clauses out of 48066 with flag 315001/315001
555.91/553.52	c cleaning 25037 clauses out of 50153 with flag 341000/341000
589.34/586.92	c cleaning 26016 clauses out of 52116 with flag 368000/368000
622.08/619.64	c cleaning 26976 clauses out of 54100 with flag 396000/396000
658.01/655.50	c cleaning 27961 clauses out of 56125 with flag 425001/425001
695.03/692.59	c cleaning 29054 clauses out of 58163 with flag 455000/455000
733.25/730.74	c cleaning 29970 clauses out of 60111 with flag 486002/486002
770.48/767.96	c cleaning 31057 clauses out of 62139 with flag 518000/518000
811.11/808.59	c cleaning 31983 clauses out of 64082 with flag 551000/551000
852.33/849.76	c cleaning 32985 clauses out of 66101 with flag 585002/585002
897.16/894.54	c cleaning 33980 clauses out of 68115 with flag 620001/620001
941.19/938.52	c cleaning 35003 clauses out of 70136 with flag 656002/656002
992.01/989.36	c cleaning 35914 clauses out of 72132 with flag 693001/693001
1032.84/1030.15	c cleaning 37022 clauses out of 74217 with flag 731000/731000
1078.07/1075.30	c cleaning 38054 clauses out of 76196 with flag 770001/770001
1124.70/1121.96	c cleaning 39011 clauses out of 78143 with flag 810002/810002
1175.43/1172.64	c cleaning 39927 clauses out of 80130 with flag 851000/851000
1223.25/1220.47	c cleaning 41033 clauses out of 82203 with flag 893000/893000
1277.78/1274.91	c cleaning 42047 clauses out of 84171 with flag 936001/936001
1302.91/1300.01	c starts		: 1168
1302.91/1300.01	c conflicts		: 956624
1302.91/1300.01	c decisions		: 8061758
1302.91/1300.01	c propagations		: 1419889155
1302.91/1300.01	c inspects		: 7520383919
1302.91/1300.01	c shortcuts		: 0
1302.91/1300.01	c learnt literals	: 0
1302.91/1300.01	c learnt binary clauses	: 6708
1302.91/1300.01	c learnt ternary clauses	: 3205
1302.91/1300.01	c learnt constraints	: 956624
1302.91/1300.01	c ignored constraints	: 0
1302.91/1300.01	c root simplifications	: 1168
1302.91/1300.01	c removed literals (reason simplification)	: 70063197
1302.91/1300.01	c reason swapping (by a shorter reason)	: 0
1302.91/1300.01	c Calls to reduceDB	: 39
1302.91/1300.01	c speed (assignments/second)	: 1095045.681599261
1302.91/1300.01	c non guided choices	237076
1302.91/1300.04	c learnt constraints type 
1302.91/1300.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 6708
1302.91/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 56068
1302.91/1300.04	c constraints type 
1302.91/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 417693
1302.91/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3770000
1302.91/1300.04	s UNKNOWN
1302.91/1300.04	c Total wall clock time (in seconds) : 1299.914

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3293629-1303793856/watcher-3293629-1303793856 -o /tmp/evaluation-result-3293629-1303793856/solver-3293629-1303793856 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3293629-1303793856.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.17 4.11 3.99 5/243 28828
/proc/meminfo: memFree=17562180/32951124 swapFree=67111528/67111528
[pid=28828] ppid=28826 vsize=23028 CPUtime=0 cores=5,7
/proc/28828/stat : 28828 (java) R 28826 28828 28353 0 -1 4202496 950 0 0 0 0 0 0 0 22 0 1 0 490988270 23580672 693 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216629553041 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28828/statm: 5757 693 510 9 0 124 0

[startup+0.0527401 s]
/proc/loadavg: 4.17 4.11 3.99 5/243 28828
/proc/meminfo: memFree=17562180/32951124 swapFree=67111528/67111528
[pid=28828] ppid=28826 vsize=7564488 CPUtime=0.04 cores=5,7
/proc/28828/stat : 28828 (java) S 28826 28828 28353 0 -1 4202496 8984 0 1 0 3 1 0 0 22 0 13 0 490988270 7746035712 8680 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646318053 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0
/proc/28828/statm: 1891122 8680 1687 9 0 1881870 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7564488

[startup+0.100731 s]
/proc/loadavg: 4.17 4.11 3.99 5/243 28828
/proc/meminfo: memFree=17562180/32951124 swapFree=67111528/67111528
[pid=28828] ppid=28826 vsize=7637168 CPUtime=0.09 cores=5,7
/proc/28828/stat : 28828 (java) S 28826 28828 28353 0 -1 4202496 10415 0 1 0 8 1 0 0 22 0 18 0 490988270 7820460032 10111 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/28828/statm: 1909292 10111 2094 9 0 1900030 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7637168

[startup+0.300697 s]
/proc/loadavg: 4.17 4.11 3.99 5/243 28828
/proc/meminfo: memFree=17562180/32951124 swapFree=67111528/67111528
[pid=28828] ppid=28826 vsize=7642516 CPUtime=0.45 cores=5,7
/proc/28828/stat : 28828 (java) S 28826 28828 28353 0 -1 4202496 18240 0 1 0 43 2 0 0 22 0 18 0 490988270 7825936384 17463 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/28828/statm: 1910629 17463 2198 9 0 1901367 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 7642516

[startup+0.700627 s]
/proc/loadavg: 4.17 4.11 3.99 5/243 28828
/proc/meminfo: memFree=17562180/32951124 swapFree=67111528/67111528
[pid=28828] ppid=28826 vsize=7642516 CPUtime=0.85 cores=5,7
/proc/28828/stat : 28828 (java) S 28826 28828 28353 0 -1 4202496 27640 0 1 0 82 3 0 0 22 0 18 0 490988270 7825936384 26863 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/28828/statm: 1910629 26863 2198 9 0 1901367 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 7642516

[startup+1.50151 s]
/proc/loadavg: 4.32 4.14 4.01 5/261 28846
/proc/meminfo: memFree=17435584/32951124 swapFree=67111528/67111528
[pid=28828] ppid=28826 vsize=7642516 CPUtime=1.66 cores=5,7
/proc/28828/stat : 28828 (java) S 28826 28828 28353 0 -1 4202496 45305 0 1 0 160 6 0 0 22 0 18 0 490988270 7825936384 44527 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/28828/statm: 1910629 44528 2199 9 0 1901367 0
[pid=28828/tid=28830] ppid=28826 vsize=7642516 CPUtime=1.47 cores=5,7
/proc/28828/task/28830/stat : 28830 (java) R 28826 28828 28353 0 -1 4202560 41626 0 1 0 142 5 0 0 18 0 18 0 490988270 7825936384 44528 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 46912505589691 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28828/tid=28831] ppid=28826 vsize=7642516 CPUtime=0 cores=5,7
/proc/28828/task/28831/stat : 28831 (java) S 28826 28828 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490988272 7825936384 44528 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28832] ppid=28826 vsize=7642516 CPUtime=0 cores=5,7
/proc/28828/task/28832/stat : 28832 (java) S 28826 28828 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490988272 7825936384 44529 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28833] ppid=28826 vsize=7642516 CPUtime=0 cores=5,7
/proc/28828/task/28833/stat : 28833 (java) S 28826 28828 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490988272 7825936384 44530 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28834] ppid=28826 vsize=7642516 CPUtime=0 cores=5,7
/proc/28828/task/28834/stat : 28834 (java) S 28826 28828 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490988272 7825936384 44530 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28835] ppid=28826 vsize=7642516 CPUtime=0 cores=5,7
/proc/28828/task/28835/stat : 28835 (java) S 28826 28828 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490988272 7825936384 44531 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28836] ppid=28826 vsize=7642516 CPUtime=0 cores=5,7
/proc/28828/task/28836/stat : 28836 (java) S 28826 28828 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490988272 7825936384 44531 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28837] ppid=28826 vsize=7642516 CPUtime=0 cores=5,7
/proc/28828/task/28837/stat : 28837 (java) S 28826 28828 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490988272 7825936384 44532 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28838] ppid=28826 vsize=7642516 CPUtime=0 cores=5,7
/proc/28828/task/28838/stat : 28838 (java) S 28826 28828 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490988272 7825936384 44532 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28839] ppid=28826 vsize=7642516 CPUtime=0 cores=5,7
/proc/28828/task/28839/stat : 28839 (java) S 28826 28828 28353 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 490988273 7825936384 44532 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331904 0 0 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28840] ppid=28826 vsize=7642516 CPUtime=0 cores=5,7
/proc/28828/task/28840/stat : 28840 (java) S 28826 28828 28353 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 490988273 7825936384 44533 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28841] ppid=28826 vsize=7642516 CPUtime=0 cores=5,7
/proc/28828/task/28841/stat : 28841 (java) S 28826 28828 28353 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 490988273 7825936384 44533 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28842] ppid=28826 vsize=7642516 CPUtime=0 cores=5,7
/proc/28828/task/28842/stat : 28842 (java) S 28826 28828 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490988275 7825936384 44533 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646338993 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28843] ppid=28826 vsize=7642516 CPUtime=0.03 cores=5,7
/proc/28828/task/28843/stat : 28843 (java) S 28826 28828 28353 0 -1 4202560 264 0 0 0 3 0 0 0 22 0 18 0 490988275 7825936384 44534 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 5 0 0 0
[pid=28828/tid=28844] ppid=28826 vsize=7642516 CPUtime=0.14 cores=5,7
/proc/28828/task/28844/stat : 28844 (java) S 28826 28828 28353 0 -1 4202560 2264 0 0 0 14 0 0 0 25 0 18 0 490988275 7825936384 44535 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 5 0 0 0
[pid=28828/tid=28845] ppid=28826 vsize=7642516 CPUtime=0 cores=5,7
/proc/28828/task/28845/stat : 28845 (java) S 28826 28828 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490988275 7825936384 44535 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28846] ppid=28826 vsize=7642516 CPUtime=0 cores=5,7
/proc/28828/task/28846/stat : 28846 (java) S 28826 28828 28353 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 490988275 7825936384 44536 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331904 0 4 0 16800975 18446604467245299648 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 7642516

[startup+3.10124 s]
/proc/loadavg: 4.32 4.14 4.01 6/261 28846
/proc/meminfo: memFree=17341704/32951124 swapFree=67111528/67111528
[pid=28828] ppid=28826 vsize=7642516 CPUtime=3.25 cores=5,7
/proc/28828/stat : 28828 (java) S 28826 28828 28353 0 -1 4202496 78851 0 1 0 313 12 0 0 22 0 18 0 490988270 7825936384 78073 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/28828/statm: 1910629 78075 2199 9 0 1901367 0
[pid=28828/tid=28830] ppid=28826 vsize=7642516 CPUtime=3.08 cores=5,7
/proc/28828/task/28830/stat : 28830 (java) R 28826 28828 28353 0 -1 4202560 75173 0 1 0 296 12 0 0 21 0 18 0 490988270 7825936384 78075 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 46912505588914 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28828/tid=28831] ppid=28826 vsize=7642516 CPUtime=0 cores=5,7
/proc/28828/task/28831/stat : 28831 (java) S 28826 28828 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490988272 7825936384 78076 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28832] ppid=28826 vsize=7642516 CPUtime=0 cores=5,7
/proc/28828/task/28832/stat : 28832 (java) S 28826 28828 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490988272 7825936384 78077 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28833] ppid=28826 vsize=7642516 CPUtime=0 cores=5,7
/proc/28828/task/28833/stat : 28833 (java) S 28826 28828 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490988272 7825936384 78077 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28834] ppid=28826 vsize=7642516 CPUtime=0 cores=5,7
/proc/28828/task/28834/stat : 28834 (java) S 28826 28828 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490988272 7825936384 78078 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28835] ppid=28826 vsize=7642516 CPUtime=0 cores=5,7
/proc/28828/task/28835/stat : 28835 (java) S 28826 28828 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490988272 7825936384 78079 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28836] ppid=28826 vsize=7642516 CPUtime=0 cores=5,7
/proc/28828/task/28836/stat : 28836 (java) S 28826 28828 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490988272 7825936384 78080 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28837] ppid=28826 vsize=7642516 CPUtime=0 cores=5,7
/proc/28828/task/28837/stat : 28837 (java) S 28826 28828 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490988272 7825936384 78081 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28838] ppid=28826 vsize=7642516 CPUtime=0 cores=5,7
/proc/28828/task/28838/stat : 28838 (java) S 28826 28828 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490988272 7825936384 78082 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28839] ppid=28826 vsize=7642516 CPUtime=0 cores=5,7
/proc/28828/task/28839/stat : 28839 (java) S 28826 28828 28353 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 18 0 490988273 7825936384 78083 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331904 0 0 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28840] ppid=28826 vsize=7642516 CPUtime=0 cores=5,7
/proc/28828/task/28840/stat : 28840 (java) S 28826 28828 28353 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 490988273 7825936384 78084 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28841] ppid=28826 vsize=7642516 CPUtime=0 cores=5,7
/proc/28828/task/28841/stat : 28841 (java) S 28826 28828 28353 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 490988273 7825936384 78084 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28842] ppid=28826 vsize=7642516 CPUtime=0 cores=5,7
/proc/28828/task/28842/stat : 28842 (java) S 28826 28828 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490988275 7825936384 78085 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646338993 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28843] ppid=28826 vsize=7642516 CPUtime=0.03 cores=5,7
/proc/28828/task/28843/stat : 28843 (java) S 28826 28828 28353 0 -1 4202560 264 0 0 0 3 0 0 0 22 0 18 0 490988275 7825936384 78085 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 5 0 0 0
[pid=28828/tid=28844] ppid=28826 vsize=7642516 CPUtime=0.14 cores=5,7
/proc/28828/task/28844/stat : 28844 (java) S 28826 28828 28353 0 -1 4202560 2264 0 0 0 14 0 0 0 25 0 18 0 490988275 7825936384 78086 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 5 0 0 0
[pid=28828/tid=28845] ppid=28826 vsize=7642516 CPUtime=0 cores=5,7
/proc/28828/task/28845/stat : 28845 (java) S 28826 28828 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490988275 7825936384 78087 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28846] ppid=28826 vsize=7642516 CPUtime=0 cores=5,7
/proc/28828/task/28846/stat : 28846 (java) S 28826 28828 28353 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 490988275 7825936384 78087 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331904 0 4 0 16800975 18446604467245299648 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 7642516

[startup+6.30068 s]
/proc/loadavg: 4.29 4.13 4.00 5/262 28847
/proc/meminfo: memFree=17218068/32951124 swapFree=67111528/67111528
[pid=28828] ppid=28826 vsize=7641712 CPUtime=6.95 cores=5,7
/proc/28828/stat : 28828 (java) S 28826 28828 28353 0 -1 4202496 88562 0 1 0 682 13 0 0 22 0 19 0 490988270 7825113088 87399 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/28828/statm: 1910428 87399 2224 9 0 1901166 0
[pid=28828/tid=28830] ppid=28826 vsize=7641712 CPUtime=6.26 cores=5,7
/proc/28828/task/28830/stat : 28830 (java) R 28826 28828 28353 0 -1 4202560 84655 0 1 0 613 13 0 0 25 0 19 0 490988270 7825113088 87399 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 46912505796838 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28828/tid=28831] ppid=28826 vsize=7641712 CPUtime=0 cores=5,7
/proc/28828/task/28831/stat : 28831 (java) S 28826 28828 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490988272 7825113088 87399 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28832] ppid=28826 vsize=7641712 CPUtime=0 cores=5,7
/proc/28828/task/28832/stat : 28832 (java) S 28826 28828 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490988272 7825113088 87399 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28833] ppid=28826 vsize=7641712 CPUtime=0 cores=5,7
/proc/28828/task/28833/stat : 28833 (java) S 28826 28828 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490988272 7825113088 87400 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28834] ppid=28826 vsize=7641712 CPUtime=0 cores=5,7
/proc/28828/task/28834/stat : 28834 (java) S 28826 28828 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490988272 7825113088 87400 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28835] ppid=28826 vsize=7641712 CPUtime=0 cores=5,7
/proc/28828/task/28835/stat : 28835 (java) S 28826 28828 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490988272 7825113088 87400 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28836] ppid=28826 vsize=7641712 CPUtime=0 cores=5,7
/proc/28828/task/28836/stat : 28836 (java) S 28826 28828 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490988272 7825113088 87400 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28837] ppid=28826 vsize=7641712 CPUtime=0 cores=5,7
/proc/28828/task/28837/stat : 28837 (java) S 28826 28828 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490988272 7825113088 87400 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28838] ppid=28826 vsize=7641712 CPUtime=0 cores=5,7
/proc/28828/task/28838/stat : 28838 (java) S 28826 28828 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490988272 7825113088 87400 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28839] ppid=28826 vsize=7641712 CPUtime=0 cores=5,7
/proc/28828/task/28839/stat : 28839 (java) S 28826 28828 28353 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 490988273 7825113088 87400 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331904 0 0 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28840] ppid=28826 vsize=7641712 CPUtime=0 cores=5,7
/proc/28828/task/28840/stat : 28840 (java) S 28826 28828 28353 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 490988273 7825113088 87400 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28841] ppid=28826 vsize=7641712 CPUtime=0 cores=5,7
/proc/28828/task/28841/stat : 28841 (java) S 28826 28828 28353 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490988273 7825113088 87400 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28842] ppid=28826 vsize=7641712 CPUtime=0 cores=5,7
/proc/28828/task/28842/stat : 28842 (java) S 28826 28828 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490988275 7825113088 87400 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646338993 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28843] ppid=28826 vsize=7641712 CPUtime=0.33 cores=5,7
/proc/28828/task/28843/stat : 28843 (java) S 28826 28828 28353 0 -1 4202560 314 0 0 0 33 0 0 0 15 0 19 0 490988275 7825113088 87400 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 5 0 0 0
[pid=28828/tid=28844] ppid=28826 vsize=7641712 CPUtime=0.36 cores=5,7
/proc/28828/task/28844/stat : 28844 (java) S 28826 28828 28353 0 -1 4202560 2431 0 0 0 36 0 0 0 15 0 19 0 490988275 7825113088 87400 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 5 0 0 0
[pid=28828/tid=28845] ppid=28826 vsize=7641712 CPUtime=0 cores=5,7
/proc/28828/task/28845/stat : 28845 (java) S 28826 28828 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490988275 7825113088 87400 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28846] ppid=28826 vsize=7641712 CPUtime=0 cores=5,7
/proc/28828/task/28846/stat : 28846 (java) S 28826 28828 28353 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 490988275 7825113088 87400 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331904 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28847] ppid=28826 vsize=7641712 CPUtime=0 cores=5,7
/proc/28828/task/28847/stat : 28847 (java) S 28826 28828 28353 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 490988611 7825113088 87400 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331904 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.95
Current children cumulated vsize (KiB) 7641712

[startup+12.7015 s]
/proc/loadavg: 4.27 4.13 4.00 5/262 28847
/proc/meminfo: memFree=17216224/32951124 swapFree=67111528/67111528
[pid=28828] ppid=28826 vsize=7641712 CPUtime=13.36 cores=5,7
/proc/28828/stat : 28828 (java) S 28826 28828 28353 0 -1 4202496 89071 0 1 0 1323 13 0 0 22 0 19 0 490988270 7825113088 87907 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0

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

[pid=28828/tid=28836] ppid=28826 vsize=7652312 CPUtime=0.43 cores=5,7
/proc/28828/task/28836/stat : 28836 (java) S 28826 28828 28353 0 -1 4202560 15370 0 0 0 42 1 0 0 15 0 19 0 490988272 7835967488 235235 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28837] ppid=28826 vsize=7652312 CPUtime=0.49 cores=5,7
/proc/28828/task/28837/stat : 28837 (java) S 28826 28828 28353 0 -1 4202560 15977 0 0 0 48 1 0 0 16 0 19 0 490988272 7835967488 235235 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28838] ppid=28826 vsize=7652312 CPUtime=0.42 cores=5,7
/proc/28828/task/28838/stat : 28838 (java) S 28826 28828 28353 0 -1 4202560 20081 0 0 0 40 2 0 0 16 0 19 0 490988272 7835967488 235235 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28839] ppid=28826 vsize=7652312 CPUtime=25.28 cores=5,7
/proc/28828/task/28839/stat : 28839 (java) R 28826 28828 28353 0 -1 4202560 82489 0 0 0 2519 9 0 0 16 0 19 0 490988273 7835967488 235235 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 47038616348742 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=28828/tid=28840] ppid=28826 vsize=7652312 CPUtime=0 cores=5,7
/proc/28828/task/28840/stat : 28840 (java) S 28826 28828 28353 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490988273 7835967488 235235 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 5 0 0 0
[pid=28828/tid=28841] ppid=28826 vsize=7652312 CPUtime=0 cores=5,7
/proc/28828/task/28841/stat : 28841 (java) S 28826 28828 28353 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490988273 7835967488 235235 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 5 0 0 0
[pid=28828/tid=28842] ppid=28826 vsize=7652312 CPUtime=0 cores=5,7
/proc/28828/task/28842/stat : 28842 (java) S 28826 28828 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490988275 7835967488 235235 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646338993 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28843] ppid=28826 vsize=7652312 CPUtime=1.24 cores=5,7
/proc/28828/task/28843/stat : 28843 (java) S 28826 28828 28353 0 -1 4202560 12153 0 0 0 123 1 0 0 15 0 19 0 490988275 7835967488 235235 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28844] ppid=28826 vsize=7652312 CPUtime=0.44 cores=5,7
/proc/28828/task/28844/stat : 28844 (java) S 28826 28828 28353 0 -1 4202560 2704 0 0 0 44 0 0 0 15 0 19 0 490988275 7835967488 235235 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 5 0 0 0
[pid=28828/tid=28845] ppid=28826 vsize=7652312 CPUtime=0 cores=5,7
/proc/28828/task/28845/stat : 28845 (java) S 28826 28828 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490988275 7835967488 235235 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28846] ppid=28826 vsize=7652312 CPUtime=0 cores=5,7
/proc/28828/task/28846/stat : 28846 (java) S 28826 28828 28353 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 19 0 490988275 7835967488 235235 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331904 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28847] ppid=28826 vsize=7652312 CPUtime=0 cores=5,7
/proc/28828/task/28847/stat : 28847 (java) S 28826 28828 28353 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 490988611 7835967488 235235 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331904 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1125.12
Current children cumulated vsize (KiB) 7652312

[startup+1182.3 s]
/proc/loadavg: 3.01 3.30 3.66 4/238 28957
/proc/meminfo: memFree=14704104/32951124 swapFree=67111528/67111528
[pid=28828] ppid=28826 vsize=7652312 CPUtime=1185.15 cores=5,7
/proc/28828/stat : 28828 (java) S 28826 28828 28353 0 -1 4202496 246080 0 1 0 118483 32 0 0 22 0 19 0 490988270 7835967488 235239 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/28828/statm: 1913078 235239 2254 9 0 1903816 0
[pid=28828/tid=28830] ppid=28826 vsize=7652312 CPUtime=1154.22 cores=5,7
/proc/28828/task/28830/stat : 28830 (java) R 28826 28828 28353 0 -1 4202560 85379 0 1 0 115409 13 0 0 25 0 19 0 490988270 7835967488 235239 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 46912505796838 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28828/tid=28831] ppid=28826 vsize=7652312 CPUtime=0.24 cores=5,7
/proc/28828/task/28831/stat : 28831 (java) S 28826 28828 28353 0 -1 4202560 6 0 0 0 24 0 0 0 16 0 19 0 490988272 7835967488 235239 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28832] ppid=28826 vsize=7652312 CPUtime=0.26 cores=5,7
/proc/28828/task/28832/stat : 28832 (java) S 28826 28828 28353 0 -1 4202560 47 0 0 0 26 0 0 0 15 0 19 0 490988272 7835967488 235239 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28833] ppid=28826 vsize=7652312 CPUtime=0.17 cores=5,7
/proc/28828/task/28833/stat : 28833 (java) S 28826 28828 28353 0 -1 4202560 614 0 0 0 17 0 0 0 15 0 19 0 490988272 7835967488 235239 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28834] ppid=28826 vsize=7652312 CPUtime=0.31 cores=5,7
/proc/28828/task/28834/stat : 28834 (java) S 28826 28828 28353 0 -1 4202560 3699 0 0 0 31 0 0 0 16 0 19 0 490988272 7835967488 235239 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28835] ppid=28826 vsize=7652312 CPUtime=0.29 cores=5,7
/proc/28828/task/28835/stat : 28835 (java) S 28826 28828 28353 0 -1 4202560 6342 0 0 0 29 0 0 0 15 0 19 0 490988272 7835967488 235239 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28836] ppid=28826 vsize=7652312 CPUtime=0.43 cores=5,7
/proc/28828/task/28836/stat : 28836 (java) S 28826 28828 28353 0 -1 4202560 15370 0 0 0 42 1 0 0 15 0 19 0 490988272 7835967488 235239 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28837] ppid=28826 vsize=7652312 CPUtime=0.49 cores=5,7
/proc/28828/task/28837/stat : 28837 (java) S 28826 28828 28353 0 -1 4202560 15977 0 0 0 48 1 0 0 15 0 19 0 490988272 7835967488 235239 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28838] ppid=28826 vsize=7652312 CPUtime=0.42 cores=5,7
/proc/28828/task/28838/stat : 28838 (java) S 28826 28828 28353 0 -1 4202560 20081 0 0 0 40 2 0 0 15 0 19 0 490988272 7835967488 235239 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28839] ppid=28826 vsize=7652312 CPUtime=26.51 cores=5,7
/proc/28828/task/28839/stat : 28839 (java) S 28826 28828 28353 0 -1 4202560 82491 0 0 0 2642 9 0 0 15 0 19 0 490988273 7835967488 235239 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331904 0 0 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28840] ppid=28826 vsize=7652312 CPUtime=0 cores=5,7
/proc/28828/task/28840/stat : 28840 (java) S 28826 28828 28353 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490988273 7835967488 235239 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 5 0 0 0
[pid=28828/tid=28841] ppid=28826 vsize=7652312 CPUtime=0 cores=5,7
/proc/28828/task/28841/stat : 28841 (java) S 28826 28828 28353 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490988273 7835967488 235239 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 5 0 0 0
[pid=28828/tid=28842] ppid=28826 vsize=7652312 CPUtime=0 cores=5,7
/proc/28828/task/28842/stat : 28842 (java) S 28826 28828 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490988275 7835967488 235239 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646338993 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28843] ppid=28826 vsize=7652312 CPUtime=1.24 cores=5,7
/proc/28828/task/28843/stat : 28843 (java) S 28826 28828 28353 0 -1 4202560 12153 0 0 0 123 1 0 0 15 0 19 0 490988275 7835967488 235239 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28844] ppid=28826 vsize=7652312 CPUtime=0.44 cores=5,7
/proc/28828/task/28844/stat : 28844 (java) S 28826 28828 28353 0 -1 4202560 2704 0 0 0 44 0 0 0 15 0 19 0 490988275 7835967488 235239 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 5 0 0 0
[pid=28828/tid=28845] ppid=28826 vsize=7652312 CPUtime=0 cores=5,7
/proc/28828/task/28845/stat : 28845 (java) S 28826 28828 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490988275 7835967488 235239 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28846] ppid=28826 vsize=7652312 CPUtime=0 cores=5,7
/proc/28828/task/28846/stat : 28846 (java) S 28826 28828 28353 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 19 0 490988275 7835967488 235239 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331904 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28847] ppid=28826 vsize=7652312 CPUtime=0 cores=5,7
/proc/28828/task/28847/stat : 28847 (java) S 28826 28828 28353 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 490988611 7835967488 235239 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331904 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1185.15
Current children cumulated vsize (KiB) 7652312

[startup+1242.3 s]
/proc/loadavg: 3.00 3.24 3.62 4/238 28959
/proc/meminfo: memFree=14702768/32951124 swapFree=67111528/67111528
[pid=28828] ppid=28826 vsize=7652312 CPUtime=1245.17 cores=5,7
/proc/28828/stat : 28828 (java) S 28826 28828 28353 0 -1 4202496 246204 0 1 0 124485 32 0 0 22 0 19 0 490988270 7835967488 235356 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/28828/statm: 1913078 235356 2254 9 0 1903816 0
[pid=28828/tid=28830] ppid=28826 vsize=7652312 CPUtime=1213.54 cores=5,7
/proc/28828/task/28830/stat : 28830 (java) R 28826 28828 28353 0 -1 4202560 85380 0 1 0 121341 13 0 0 25 0 19 0 490988270 7835967488 235356 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 46912505717340 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28828/tid=28831] ppid=28826 vsize=7652312 CPUtime=0.24 cores=5,7
/proc/28828/task/28831/stat : 28831 (java) S 28826 28828 28353 0 -1 4202560 6 0 0 0 24 0 0 0 15 0 19 0 490988272 7835967488 235356 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 5 0 0 0
[pid=28828/tid=28832] ppid=28826 vsize=7652312 CPUtime=0.29 cores=5,7
/proc/28828/task/28832/stat : 28832 (java) S 28826 28828 28353 0 -1 4202560 47 0 0 0 29 0 0 0 16 0 19 0 490988272 7835967488 235356 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 5 0 0 0
[pid=28828/tid=28833] ppid=28826 vsize=7652312 CPUtime=0.17 cores=5,7
/proc/28828/task/28833/stat : 28833 (java) S 28826 28828 28353 0 -1 4202560 614 0 0 0 17 0 0 0 15 0 19 0 490988272 7835967488 235356 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 5 0 0 0
[pid=28828/tid=28834] ppid=28826 vsize=7652312 CPUtime=0.31 cores=5,7
/proc/28828/task/28834/stat : 28834 (java) S 28826 28828 28353 0 -1 4202560 3699 0 0 0 31 0 0 0 16 0 19 0 490988272 7835967488 235356 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 5 0 0 0
[pid=28828/tid=28835] ppid=28826 vsize=7652312 CPUtime=0.3 cores=5,7
/proc/28828/task/28835/stat : 28835 (java) S 28826 28828 28353 0 -1 4202560 6342 0 0 0 30 0 0 0 16 0 19 0 490988272 7835967488 235356 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 5 0 0 0
[pid=28828/tid=28836] ppid=28826 vsize=7652312 CPUtime=0.44 cores=5,7
/proc/28828/task/28836/stat : 28836 (java) S 28826 28828 28353 0 -1 4202560 15370 0 0 0 43 1 0 0 15 0 19 0 490988272 7835967488 235356 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 5 0 0 0
[pid=28828/tid=28837] ppid=28826 vsize=7652312 CPUtime=0.51 cores=5,7
/proc/28828/task/28837/stat : 28837 (java) S 28826 28828 28353 0 -1 4202560 15977 0 0 0 50 1 0 0 16 0 19 0 490988272 7835967488 235356 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 5 0 0 0
[pid=28828/tid=28838] ppid=28826 vsize=7652312 CPUtime=0.42 cores=5,7
/proc/28828/task/28838/stat : 28838 (java) S 28826 28828 28353 0 -1 4202560 20081 0 0 0 40 2 0 0 15 0 19 0 490988272 7835967488 235356 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28839] ppid=28826 vsize=7652312 CPUtime=27.17 cores=5,7
/proc/28828/task/28839/stat : 28839 (java) S 28826 28828 28353 0 -1 4202560 82610 0 0 0 2708 9 0 0 15 0 19 0 490988273 7835967488 235356 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331904 0 0 0 16800975 18446604467245299648 0 0 -1 5 0 0 0
[pid=28828/tid=28840] ppid=28826 vsize=7652312 CPUtime=0 cores=5,7
/proc/28828/task/28840/stat : 28840 (java) S 28826 28828 28353 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490988273 7835967488 235356 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 5 0 0 0
[pid=28828/tid=28841] ppid=28826 vsize=7652312 CPUtime=0 cores=5,7
/proc/28828/task/28841/stat : 28841 (java) S 28826 28828 28353 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490988273 7835967488 235356 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 5 0 0 0
[pid=28828/tid=28842] ppid=28826 vsize=7652312 CPUtime=0 cores=5,7
/proc/28828/task/28842/stat : 28842 (java) S 28826 28828 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490988275 7835967488 235356 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646338993 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28843] ppid=28826 vsize=7652312 CPUtime=1.24 cores=5,7
/proc/28828/task/28843/stat : 28843 (java) S 28826 28828 28353 0 -1 4202560 12153 0 0 0 123 1 0 0 15 0 19 0 490988275 7835967488 235356 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28844] ppid=28826 vsize=7652312 CPUtime=0.44 cores=5,7
/proc/28828/task/28844/stat : 28844 (java) S 28826 28828 28353 0 -1 4202560 2704 0 0 0 44 0 0 0 15 0 19 0 490988275 7835967488 235356 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 5 0 0 0
[pid=28828/tid=28845] ppid=28826 vsize=7652312 CPUtime=0 cores=5,7
/proc/28828/task/28845/stat : 28845 (java) S 28826 28828 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490988275 7835967488 235356 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28846] ppid=28826 vsize=7652312 CPUtime=0 cores=5,7
/proc/28828/task/28846/stat : 28846 (java) S 28826 28828 28353 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 490988275 7835967488 235356 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331904 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28847] ppid=28826 vsize=7652312 CPUtime=0 cores=5,7
/proc/28828/task/28847/stat : 28847 (java) S 28826 28828 28353 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 490988611 7835967488 235356 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331904 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1245.17
Current children cumulated vsize (KiB) 7652312



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.56 3.09 3.54 3/214 28980
/proc/meminfo: memFree=16646688/32951124 swapFree=67111528/67111528
[pid=28828] ppid=28826 vsize=7652312 CPUtime=1302.91 cores=5,7
/proc/28828/stat : 28828 (java) S 28826 28828 28353 0 -1 4202496 246334 0 1 0 130259 32 0 0 22 0 19 0 490988270 7835967488 235479 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/28828/statm: 1913078 235479 2254 9 0 1903816 0
[pid=28828/tid=28830] ppid=28826 vsize=7652312 CPUtime=1270.57 cores=5,7
/proc/28828/task/28830/stat : 28830 (java) R 28826 28828 28353 0 -1 4202560 85381 0 1 0 127044 13 0 0 25 0 19 0 490988270 7835967488 235479 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 46912505796838 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28828/tid=28831] ppid=28826 vsize=7652312 CPUtime=0.24 cores=5,7
/proc/28828/task/28831/stat : 28831 (java) S 28826 28828 28353 0 -1 4202560 6 0 0 0 24 0 0 0 15 0 19 0 490988272 7835967488 235479 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28832] ppid=28826 vsize=7652312 CPUtime=0.29 cores=5,7
/proc/28828/task/28832/stat : 28832 (java) S 28826 28828 28353 0 -1 4202560 47 0 0 0 29 0 0 0 15 0 19 0 490988272 7835967488 235479 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 5 0 0 0
[pid=28828/tid=28833] ppid=28826 vsize=7652312 CPUtime=0.17 cores=5,7
/proc/28828/task/28833/stat : 28833 (java) S 28826 28828 28353 0 -1 4202560 614 0 0 0 17 0 0 0 15 0 19 0 490988272 7835967488 235479 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 5 0 0 0
[pid=28828/tid=28834] ppid=28826 vsize=7652312 CPUtime=0.34 cores=5,7
/proc/28828/task/28834/stat : 28834 (java) S 28826 28828 28353 0 -1 4202560 3699 0 0 0 34 0 0 0 16 0 19 0 490988272 7835967488 235479 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28835] ppid=28826 vsize=7652312 CPUtime=0.3 cores=5,7
/proc/28828/task/28835/stat : 28835 (java) S 28826 28828 28353 0 -1 4202560 6342 0 0 0 30 0 0 0 15 0 19 0 490988272 7835967488 235479 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28836] ppid=28826 vsize=7652312 CPUtime=0.44 cores=5,7
/proc/28828/task/28836/stat : 28836 (java) S 28826 28828 28353 0 -1 4202560 15370 0 0 0 43 1 0 0 15 0 19 0 490988272 7835967488 235479 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28837] ppid=28826 vsize=7652312 CPUtime=0.51 cores=5,7
/proc/28828/task/28837/stat : 28837 (java) S 28826 28828 28353 0 -1 4202560 15977 0 0 0 50 1 0 0 15 0 19 0 490988272 7835967488 235479 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28838] ppid=28826 vsize=7652312 CPUtime=0.45 cores=5,7
/proc/28828/task/28838/stat : 28838 (java) S 28826 28828 28353 0 -1 4202560 20081 0 0 0 43 2 0 0 15 0 19 0 490988272 7835967488 235479 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28839] ppid=28826 vsize=7652312 CPUtime=27.82 cores=5,7
/proc/28828/task/28839/stat : 28839 (java) S 28826 28828 28353 0 -1 4202560 82735 0 0 0 2773 9 0 0 15 0 19 0 490988273 7835967488 235479 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331904 0 0 0 16800975 18446604467245299648 0 0 -1 5 0 0 0
[pid=28828/tid=28840] ppid=28826 vsize=7652312 CPUtime=0 cores=5,7
/proc/28828/task/28840/stat : 28840 (java) S 28826 28828 28353 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490988273 7835967488 235479 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 5 0 0 0
[pid=28828/tid=28841] ppid=28826 vsize=7652312 CPUtime=0 cores=5,7
/proc/28828/task/28841/stat : 28841 (java) S 28826 28828 28353 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490988273 7835967488 235479 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 5 0 0 0
[pid=28828/tid=28842] ppid=28826 vsize=7652312 CPUtime=0 cores=5,7
/proc/28828/task/28842/stat : 28842 (java) S 28826 28828 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490988275 7835967488 235479 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646338993 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28843] ppid=28826 vsize=7652312 CPUtime=1.24 cores=5,7
/proc/28828/task/28843/stat : 28843 (java) S 28826 28828 28353 0 -1 4202560 12153 0 0 0 123 1 0 0 15 0 19 0 490988275 7835967488 235479 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28844] ppid=28826 vsize=7652312 CPUtime=0.44 cores=5,7
/proc/28828/task/28844/stat : 28844 (java) S 28826 28828 28353 0 -1 4202560 2704 0 0 0 44 0 0 0 15 0 19 0 490988275 7835967488 235479 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 5 0 0 0
[pid=28828/tid=28845] ppid=28826 vsize=7652312 CPUtime=0 cores=5,7
/proc/28828/task/28845/stat : 28845 (java) S 28826 28828 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490988275 7835967488 235479 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331289 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28846] ppid=28826 vsize=7652312 CPUtime=0 cores=5,7
/proc/28828/task/28846/stat : 28846 (java) S 28826 28828 28353 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 19 0 490988275 7835967488 235479 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331904 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
[pid=28828/tid=28847] ppid=28826 vsize=7652312 CPUtime=0 cores=5,7
/proc/28828/task/28847/stat : 28847 (java) S 28826 28828 28353 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 490988611 7835967488 235479 33554432000 1073741824 1073778376 140736070341088 18446744073709551615 216646331904 0 4 0 16800975 18446604467245299648 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1302.91
Current children cumulated vsize (KiB) 7652312

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): 1300.09
CPU time (s): 1303.04
CPU user time (s): 1302.67
CPU system time (s): 0.367944
CPU usage (%): 100.227
Max. virtual memory (cumulated for all children) (KiB): 7665328

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

runsolver used 2.06169 second user time and 5.04823 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-26 06:57:37
IDJOB=3293629
IDBENCH=88163
IDSOLVER=1611
FILE ID=node103/3293629-1303793856
RUNJOBID= node103-1303792496-28374
PBS_JOBID= 13157275
Free space on /tmp= 71500 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/11pipe_11_ooo.cnf
COMMAND LINE= java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293629-1303793856/watcher-3293629-1303793856 -o /tmp/evaluation-result-3293629-1303793856/solver-3293629-1303793856 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3293629-1303793856.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= f603f11fbfe855df381282b7bce010ea
RANDOM SEED=1121794053

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17562336 kB
Buffers:       2128720 kB
Cached:       11572724 kB
SwapCached:          0 kB
Active:        5411640 kB
Inactive:      9390496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17562336 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          270876 kB
Writeback:           0 kB
AnonPages:     1100212 kB
Mapped:          23444 kB
Slab:           519348 kB
PageTables:       7888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 22053768 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71604 MiB
End job on node103 at 2011-04-26 07:19:19