Trace number 3283417

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) 1302.31 1300.07

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-10p0.cnf
MD5SUMfaef1c850bb82ceddc7da5a4c445dd25
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 variables258781
Number of clauses1372095
Sum of the clauses size3305764
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2980303
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c no version file found!!!
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		6997539544
0.00/0.07	c Max memory 		7034241024
0.00/0.07	c Total memory 		7034241024
0.00/0.07	c Number of processors 	8
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Armin Biere (Picosat) restarts strategy
0.00/0.09	c Glucose learned constraints deletion strategy
0.00/0.09	c timeout=2147483647s
0.00/0.09	c DB Simplification allowed=true
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-3283417-1303759711.cnf
0.00/0.09	c reading problem ... 
1.33/1.26	c ... done. Wall clock time 1.169s.
1.33/1.26	c #vars     258781
1.33/1.26	c #constraints  1371225
1.33/1.26	c constraints type 
1.33/1.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 378643
1.33/1.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 979433
13.92/13.31	c cleaning 2456 clauses out of 4955 with flag 5000/5000
29.17/28.23	c cleaning 4209 clauses out of 8444 with flag 11000/11000
45.19/43.99	c cleaning 5499 clauses out of 11153 with flag 18000/18000
66.24/64.58	c cleaning 6783 clauses out of 13582 with flag 26000/26000
88.67/86.99	c cleaning 7669 clauses out of 15756 with flag 35001/35001
118.78/117.08	c cleaning 8765 clauses out of 17973 with flag 45000/45000
156.30/154.56	c cleaning 9790 clauses out of 19890 with flag 56003/56003
194.11/192.30	c cleaning 10658 clauses out of 21582 with flag 68003/68003
235.54/233.70	c cleaning 11731 clauses out of 23805 with flag 81002/81002
273.47/271.70	c cleaning 12768 clauses out of 25934 with flag 95001/95001
321.48/319.61	c cleaning 13934 clauses out of 28059 with flag 110000/110000
367.80/365.99	c cleaning 14765 clauses out of 29897 with flag 126001/126001
419.13/417.26	c cleaning 15752 clauses out of 32008 with flag 143000/143000
483.35/481.48	c cleaning 16667 clauses out of 33965 with flag 161001/161001
549.38/547.47	c cleaning 17932 clauses out of 36125 with flag 180000/180000
617.70/615.70	c cleaning 18920 clauses out of 38076 with flag 200000/200000
701.13/699.14	c cleaning 20025 clauses out of 40073 with flag 221001/221001
788.06/786.03	c cleaning 20690 clauses out of 41890 with flag 243001/243001
877.19/875.15	c cleaning 21986 clauses out of 44131 with flag 266004/266004
980.72/978.63	c cleaning 22613 clauses out of 45809 with flag 290002/290002
1091.76/1089.63	c cleaning 23860 clauses out of 48144 with flag 315000/315000
1218.38/1216.21	c cleaning 24748 clauses out of 49902 with flag 341000/341000
1302.21/1300.01	c starts		: 593
1302.21/1300.01	c conflicts		: 360412
1302.21/1300.01	c decisions		: 4114802
1302.21/1300.01	c propagations		: 1344311252
1302.21/1300.01	c inspects		: 4428878052
1302.21/1300.01	c shortcuts		: 0
1302.21/1300.01	c learnt literals	: 580
1302.21/1300.01	c learnt binary clauses	: 6304
1302.21/1300.01	c learnt ternary clauses	: 8991
1302.21/1300.01	c learnt constraints	: 359831
1302.21/1300.01	c ignored constraints	: 0
1302.21/1300.01	c root simplifications	: 1173
1302.21/1300.01	c removed literals (reason simplification)	: 13698819
1302.21/1300.01	c reason swapping (by a shorter reason)	: 0
1302.21/1300.01	c Calls to reduceDB	: 22
1302.21/1300.01	c speed (assignments/second)	: 1035080.8485081809
1302.21/1300.01	c non guided choices	13818
1302.21/1300.04	c learnt constraints type 
1302.21/1300.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5669
1302.21/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 38025
1302.21/1300.04	c constraints type 
1302.21/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 378643
1302.21/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 979433
1302.21/1300.04	s UNKNOWN
1302.21/1300.04	c Total wall clock time (in seconds) : 1299.921

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

running on 2 cores: 1,3

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.02 3.42 5.01 5/243 20328
/proc/meminfo: memFree=14879980/32950928 swapFree=67111528/67111528
[pid=20328] ppid=20326 vsize=30536 CPUtime=0 cores=1,3
/proc/20328/stat : 20328 (java) S 20326 20328 20116 0 -1 4202496 1255 0 0 0 0 0 0 0 24 0 2 0 487570955 31268864 972 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101500901 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/20328/statm: 7634 972 745 9 0 385 0
[pid=20328/tid=20329] ppid=20326 vsize=31604 CPUtime=0 cores=1,3
/proc/20328/task/20329/stat : 20329 (java) R 20326 20328 20116 0 -1 4202560 163 0 0 0 0 0 0 0 25 0 2 0 487570955 32362496 996 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248089758375 0 0 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0115829 s]
/proc/loadavg: 4.02 3.42 5.01 5/243 20328
/proc/meminfo: memFree=14879980/32950928 swapFree=67111528/67111528
[pid=20328] ppid=20326 vsize=7540840 CPUtime=0 cores=1,3
/proc/20328/stat : 20328 (java) S 20326 20328 20116 0 -1 4202496 3745 0 1 0 0 0 0 0 24 0 2 0 487570955 7721820160 3446 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101500901 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/20328/statm: 1885210 3465 919 9 0 1876366 0
[pid=20328/tid=20329] ppid=20326 vsize=7540840 CPUtime=0 cores=1,3
/proc/20328/task/20329/stat : 20329 (java) R 20326 20328 20116 0 -1 4202560 2660 0 1 0 0 0 0 0 25 0 2 0 487570955 7721820160 3476 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248089392187 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7540840

[startup+0.10057 s]
/proc/loadavg: 4.02 3.42 5.01 5/243 20328
/proc/meminfo: memFree=14879980/32950928 swapFree=67111528/67111528
[pid=20328] ppid=20326 vsize=7636180 CPUtime=0.1 cores=1,3
/proc/20328/stat : 20328 (java) S 20326 20328 20116 0 -1 4202496 13145 0 1 0 9 1 0 0 24 0 18 0 487570955 7819448320 12840 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20328/statm: 1909045 12840 2094 9 0 1899783 0
[pid=20328/tid=20329] ppid=20326 vsize=7636180 CPUtime=0.09 cores=1,3
/proc/20328/task/20329/stat : 20329 (java) R 20326 20328 20116 0 -1 4202560 11381 0 1 0 8 1 0 0 25 0 18 0 487570955 7819448320 12840 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 46931449884152 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7636180

[startup+0.300537 s]
/proc/loadavg: 4.02 3.42 5.01 5/243 20328
/proc/meminfo: memFree=14879980/32950928 swapFree=67111528/67111528
[pid=20328] ppid=20326 vsize=7638252 CPUtime=0.39 cores=1,3
/proc/20328/stat : 20328 (java) S 20326 20328 20116 0 -1 4202496 20366 0 1 0 37 2 0 0 24 0 18 0 487570955 7821570048 19939 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20328/statm: 1909563 19939 2198 9 0 1900301 0
[pid=20328/tid=20329] ppid=20326 vsize=7638252 CPUtime=0.28 cores=1,3
/proc/20328/task/20329/stat : 20329 (java) R 20326 20328 20116 0 -1 4202560 17846 0 1 0 26 2 0 0 25 0 18 0 487570955 7821570048 19939 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101524939 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 7638252

[startup+0.700466 s]
/proc/loadavg: 4.02 3.42 5.01 5/243 20328
/proc/meminfo: memFree=14879980/32950928 swapFree=67111528/67111528
[pid=20328] ppid=20326 vsize=7638252 CPUtime=0.81 cores=1,3
/proc/20328/stat : 20328 (java) S 20326 20328 20116 0 -1 4202496 32090 0 1 0 77 4 0 0 24 0 18 0 487570955 7821570048 31663 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20328/statm: 1909563 31663 2198 9 0 1900301 0
[pid=20328/tid=20329] ppid=20326 vsize=7638252 CPUtime=0.67 cores=1,3
/proc/20328/task/20329/stat : 20329 (java) R 20326 20328 20116 0 -1 4202560 29567 0 1 0 64 3 0 0 25 0 18 0 487570955 7821570048 31663 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 46912505498427 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 7638252

[startup+1.50133 s]
/proc/loadavg: 4.02 3.42 5.01 5/261 20346
/proc/meminfo: memFree=14738236/32950928 swapFree=67111528/67111528
[pid=20328] ppid=20326 vsize=7639920 CPUtime=1.76 cores=1,3
/proc/20328/stat : 20328 (java) S 20326 20328 20116 0 -1 4202496 50406 0 1 0 170 6 0 0 24 0 19 0 487570955 7823278080 49467 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20328/statm: 1909980 49467 2213 9 0 1900718 0
[pid=20328/tid=20329] ppid=20326 vsize=7639920 CPUtime=1.4 cores=1,3
/proc/20328/task/20329/stat : 20329 (java) R 20326 20328 20116 0 -1 4202560 47021 0 1 0 134 6 0 0 25 0 19 0 487570955 7823278080 49467 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 46912505593891 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=20328/tid=20331] ppid=20326 vsize=7639920 CPUtime=0 cores=1,3
/proc/20328/task/20331/stat : 20331 (java) S 20326 20328 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487570956 7823278080 49467 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20332] ppid=20326 vsize=7639920 CPUtime=0 cores=1,3
/proc/20328/task/20332/stat : 20332 (java) S 20326 20328 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487570956 7823278080 49467 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20333] ppid=20326 vsize=7639920 CPUtime=0 cores=1,3
/proc/20328/task/20333/stat : 20333 (java) S 20326 20328 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487570956 7823278080 49467 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20334] ppid=20326 vsize=7639920 CPUtime=0 cores=1,3
/proc/20328/task/20334/stat : 20334 (java) S 20326 20328 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487570956 7823278080 49467 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20335] ppid=20326 vsize=7639920 CPUtime=0 cores=1,3
/proc/20328/task/20335/stat : 20335 (java) S 20326 20328 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487570956 7823278080 49467 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20336] ppid=20326 vsize=7639920 CPUtime=0 cores=1,3
/proc/20328/task/20336/stat : 20336 (java) S 20326 20328 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487570956 7823278080 49467 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20337] ppid=20326 vsize=7639920 CPUtime=0 cores=1,3
/proc/20328/task/20337/stat : 20337 (java) S 20326 20328 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487570956 7823278080 49467 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20338] ppid=20326 vsize=7639920 CPUtime=0 cores=1,3
/proc/20328/task/20338/stat : 20338 (java) S 20326 20328 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487570956 7823278080 49467 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20339] ppid=20326 vsize=7639920 CPUtime=0 cores=1,3
/proc/20328/task/20339/stat : 20339 (java) S 20326 20328 20116 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 487570957 7823278080 49467 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514752 0 0 0 16800975 18446604467326516096 0 0 -1 1 0 0 0
[pid=20328/tid=20340] ppid=20326 vsize=7639920 CPUtime=0 cores=1,3
/proc/20328/task/20340/stat : 20340 (java) S 20326 20328 20116 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 487570958 7823278080 49467 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 1 0 0 0
[pid=20328/tid=20341] ppid=20326 vsize=7639920 CPUtime=0 cores=1,3
/proc/20328/task/20341/stat : 20341 (java) S 20326 20328 20116 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487570958 7823278080 49467 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 1 0 0 0
[pid=20328/tid=20342] ppid=20326 vsize=7639920 CPUtime=0 cores=1,3
/proc/20328/task/20342/stat : 20342 (java) S 20326 20328 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487570960 7823278080 49467 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101521841 0 4 0 16800975 18446604467326516096 0 0 -1 1 0 0 0
[pid=20328/tid=20343] ppid=20326 vsize=7639920 CPUtime=0.16 cores=1,3
/proc/20328/task/20343/stat : 20343 (java) S 20326 20328 20116 0 -1 4202560 785 0 0 0 16 0 0 0 15 0 19 0 487570960 7823278080 49467 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20344] ppid=20326 vsize=7639920 CPUtime=0.19 cores=1,3
/proc/20328/task/20344/stat : 20344 (java) S 20326 20328 20116 0 -1 4202560 1437 0 0 0 19 0 0 0 15 0 19 0 487570960 7823278080 49467 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 1 0 0 0
[pid=20328/tid=20345] ppid=20326 vsize=7639920 CPUtime=0 cores=1,3
/proc/20328/task/20345/stat : 20345 (java) S 20326 20328 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487570960 7823278080 49467 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 1 0 0 0
[pid=20328/tid=20346] ppid=20326 vsize=7639920 CPUtime=0 cores=1,3
/proc/20328/task/20346/stat : 20346 (java) S 20326 20328 20116 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 487570960 7823278080 49467 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514752 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 7639920

[startup+3.10104 s]
/proc/loadavg: 4.02 3.42 5.01 5/262 20347
/proc/meminfo: memFree=14685460/32950928 swapFree=67111528/67111528
[pid=20328] ppid=20326 vsize=7641288 CPUtime=3.76 cores=1,3
/proc/20328/stat : 20328 (java) S 20326 20328 20116 0 -1 4202496 53647 0 1 0 369 7 0 0 24 0 19 0 487570955 7824678912 50846 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20328/statm: 1910322 50846 2223 9 0 1901060 0
[pid=20328/tid=20329] ppid=20326 vsize=7641288 CPUtime=2.9 cores=1,3
/proc/20328/task/20329/stat : 20329 (java) R 20326 20328 20116 0 -1 4202560 47526 0 1 0 284 6 0 0 25 0 19 0 487570955 7824678912 50846 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 46912505740379 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20328/tid=20331] ppid=20326 vsize=7641288 CPUtime=0 cores=1,3
/proc/20328/task/20331/stat : 20331 (java) S 20326 20328 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487570956 7824678912 50846 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20332] ppid=20326 vsize=7641288 CPUtime=0 cores=1,3
/proc/20328/task/20332/stat : 20332 (java) S 20326 20328 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487570956 7824678912 50846 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20333] ppid=20326 vsize=7641288 CPUtime=0 cores=1,3
/proc/20328/task/20333/stat : 20333 (java) S 20326 20328 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487570956 7824678912 50846 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20334] ppid=20326 vsize=7641288 CPUtime=0 cores=1,3
/proc/20328/task/20334/stat : 20334 (java) S 20326 20328 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487570956 7824678912 50846 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20335] ppid=20326 vsize=7641288 CPUtime=0 cores=1,3
/proc/20328/task/20335/stat : 20335 (java) S 20326 20328 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487570956 7824678912 50846 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20336] ppid=20326 vsize=7641288 CPUtime=0 cores=1,3
/proc/20328/task/20336/stat : 20336 (java) S 20326 20328 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487570956 7824678912 50846 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20337] ppid=20326 vsize=7641288 CPUtime=0 cores=1,3
/proc/20328/task/20337/stat : 20337 (java) S 20326 20328 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487570956 7824678912 50846 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20338] ppid=20326 vsize=7641288 CPUtime=0 cores=1,3
/proc/20328/task/20338/stat : 20338 (java) S 20326 20328 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487570956 7824678912 50846 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20339] ppid=20326 vsize=7641288 CPUtime=0 cores=1,3
/proc/20328/task/20339/stat : 20339 (java) S 20326 20328 20116 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 487570957 7824678912 50846 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514752 0 0 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20340] ppid=20326 vsize=7641288 CPUtime=0 cores=1,3
/proc/20328/task/20340/stat : 20340 (java) S 20326 20328 20116 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 487570958 7824678912 50846 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 1 0 0 0
[pid=20328/tid=20341] ppid=20326 vsize=7641288 CPUtime=0 cores=1,3
/proc/20328/task/20341/stat : 20341 (java) S 20326 20328 20116 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487570958 7824678912 50846 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 1 0 0 0
[pid=20328/tid=20342] ppid=20326 vsize=7641288 CPUtime=0 cores=1,3
/proc/20328/task/20342/stat : 20342 (java) S 20326 20328 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487570960 7824678912 50846 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101521841 0 4 0 16800975 18446604467326516096 0 0 -1 1 0 0 0
[pid=20328/tid=20343] ppid=20326 vsize=7641288 CPUtime=0.38 cores=1,3
/proc/20328/task/20343/stat : 20343 (java) S 20326 20328 20116 0 -1 4202560 1271 0 0 0 38 0 0 0 15 0 19 0 487570960 7824678912 50846 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20344] ppid=20326 vsize=7641288 CPUtime=0.45 cores=1,3
/proc/20328/task/20344/stat : 20344 (java) S 20326 20328 20116 0 -1 4202560 3686 0 0 0 45 0 0 0 15 0 19 0 487570960 7824678912 50846 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 1 0 0 0
[pid=20328/tid=20345] ppid=20326 vsize=7641288 CPUtime=0 cores=1,3
/proc/20328/task/20345/stat : 20345 (java) S 20326 20328 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487570960 7824678912 50846 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 1 0 0 0
[pid=20328/tid=20346] ppid=20326 vsize=7641288 CPUtime=0 cores=1,3
/proc/20328/task/20346/stat : 20346 (java) S 20326 20328 20116 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 487570960 7824678912 50846 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514752 0 4 0 16800975 18446604467326516096 0 0 -1 1 0 0 0
[pid=20328/tid=20347] ppid=20326 vsize=7641288 CPUtime=0 cores=1,3
/proc/20328/task/20347/stat : 20347 (java) S 20326 20328 20116 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487571097 7824678912 50846 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514752 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 7641288

[startup+6.30147 s]
/proc/loadavg: 4.02 3.43 5.01 5/262 20347
/proc/meminfo: memFree=14686100/32950928 swapFree=67111528/67111528
[pid=20328] ppid=20326 vsize=7640056 CPUtime=7.02 cores=1,3
/proc/20328/stat : 20328 (java) S 20326 20328 20116 0 -1 4202496 54035 0 1 0 695 7 0 0 24 0 19 0 487570955 7823417344 50651 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20328/statm: 1910014 50651 2227 9 0 1900752 0
[pid=20328/tid=20329] ppid=20326 vsize=7640056 CPUtime=6.1 cores=1,3
/proc/20328/task/20329/stat : 20329 (java) R 20326 20328 20116 0 -1 4202560 47696 0 1 0 604 6 0 0 25 0 19 0 487570955 7823417344 50651 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 46912505758528 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20328/tid=20331] ppid=20326 vsize=7640056 CPUtime=0 cores=1,3
/proc/20328/task/20331/stat : 20331 (java) S 20326 20328 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487570956 7823417344 50651 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20332] ppid=20326 vsize=7640056 CPUtime=0 cores=1,3
/proc/20328/task/20332/stat : 20332 (java) S 20326 20328 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487570956 7823417344 50651 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20333] ppid=20326 vsize=7640056 CPUtime=0 cores=1,3
/proc/20328/task/20333/stat : 20333 (java) S 20326 20328 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487570956 7823417344 50651 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20334] ppid=20326 vsize=7640056 CPUtime=0 cores=1,3
/proc/20328/task/20334/stat : 20334 (java) S 20326 20328 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487570956 7823417344 50651 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20335] ppid=20326 vsize=7640056 CPUtime=0 cores=1,3
/proc/20328/task/20335/stat : 20335 (java) S 20326 20328 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487570956 7823417344 50651 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20336] ppid=20326 vsize=7640056 CPUtime=0 cores=1,3
/proc/20328/task/20336/stat : 20336 (java) S 20326 20328 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487570956 7823417344 50651 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20337] ppid=20326 vsize=7640056 CPUtime=0 cores=1,3
/proc/20328/task/20337/stat : 20337 (java) S 20326 20328 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487570956 7823417344 50651 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20338] ppid=20326 vsize=7640056 CPUtime=0 cores=1,3
/proc/20328/task/20338/stat : 20338 (java) S 20326 20328 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487570956 7823417344 50651 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20339] ppid=20326 vsize=7640056 CPUtime=0 cores=1,3
/proc/20328/task/20339/stat : 20339 (java) S 20326 20328 20116 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 487570957 7823417344 50651 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514752 0 0 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20340] ppid=20326 vsize=7640056 CPUtime=0 cores=1,3
/proc/20328/task/20340/stat : 20340 (java) S 20326 20328 20116 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 487570958 7823417344 50651 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 1 0 0 0
[pid=20328/tid=20341] ppid=20326 vsize=7640056 CPUtime=0 cores=1,3
/proc/20328/task/20341/stat : 20341 (java) S 20326 20328 20116 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487570958 7823417344 50651 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 1 0 0 0
[pid=20328/tid=20342] ppid=20326 vsize=7640056 CPUtime=0 cores=1,3
/proc/20328/task/20342/stat : 20342 (java) S 20326 20328 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487570960 7823417344 50651 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101521841 0 4 0 16800975 18446604467326516096 0 0 -1 1 0 0 0
[pid=20328/tid=20343] ppid=20326 vsize=7640056 CPUtime=0.38 cores=1,3
/proc/20328/task/20343/stat : 20343 (java) S 20326 20328 20116 0 -1 4202560 1271 0 0 0 38 0 0 0 15 0 19 0 487570960 7823417344 50651 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20344] ppid=20326 vsize=7640056 CPUtime=0.52 cores=1,3
/proc/20328/task/20344/stat : 20344 (java) S 20326 20328 20116 0 -1 4202560 3904 0 0 0 52 0 0 0 15 0 19 0 487570960 7823417344 50651 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 1 0 0 0
[pid=20328/tid=20345] ppid=20326 vsize=7640056 CPUtime=0 cores=1,3
/proc/20328/task/20345/stat : 20345 (java) S 20326 20328 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487570960 7823417344 50651 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 1 0 0 0

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

[pid=20328/tid=20336] ppid=20326 vsize=7640056 CPUtime=0.24 cores=1,3
/proc/20328/task/20336/stat : 20336 (java) S 20326 20328 20116 0 -1 4202560 5972 0 0 0 24 0 0 0 15 0 19 0 487570956 7823417344 122693 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20337] ppid=20326 vsize=7640056 CPUtime=0.29 cores=1,3
/proc/20328/task/20337/stat : 20337 (java) S 20326 20328 20116 0 -1 4202560 16729 0 0 0 28 1 0 0 15 0 19 0 487570956 7823417344 122693 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20338] ppid=20326 vsize=7640056 CPUtime=0.19 cores=1,3
/proc/20328/task/20338/stat : 20338 (java) S 20326 20328 20116 0 -1 4202560 7613 0 0 0 19 0 0 0 16 0 19 0 487570956 7823417344 122693 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20339] ppid=20326 vsize=7640056 CPUtime=7.54 cores=1,3
/proc/20328/task/20339/stat : 20339 (java) S 20326 20328 20116 0 -1 4202560 39260 0 0 0 750 4 0 0 15 0 19 0 487570957 7823417344 122693 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514752 0 0 0 16800975 18446604467326516096 0 0 -1 1 0 0 0
[pid=20328/tid=20340] ppid=20326 vsize=7640056 CPUtime=0 cores=1,3
/proc/20328/task/20340/stat : 20340 (java) S 20326 20328 20116 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487570958 7823417344 122693 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 1 0 0 0
[pid=20328/tid=20341] ppid=20326 vsize=7640056 CPUtime=0 cores=1,3
/proc/20328/task/20341/stat : 20341 (java) S 20326 20328 20116 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 487570958 7823417344 122693 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 1 0 0 0
[pid=20328/tid=20342] ppid=20326 vsize=7640056 CPUtime=0 cores=1,3
/proc/20328/task/20342/stat : 20342 (java) S 20326 20328 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487570960 7823417344 122693 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101521841 0 4 0 16800975 18446604467326516096 0 0 -1 1 0 0 0
[pid=20328/tid=20343] ppid=20326 vsize=7640056 CPUtime=0.44 cores=1,3
/proc/20328/task/20343/stat : 20343 (java) S 20326 20328 20116 0 -1 4202560 1277 0 0 0 44 0 0 0 15 0 19 0 487570960 7823417344 122693 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20344] ppid=20326 vsize=7640056 CPUtime=1.34 cores=1,3
/proc/20328/task/20344/stat : 20344 (java) S 20326 20328 20116 0 -1 4202560 19909 0 0 0 132 2 0 0 15 0 19 0 487570960 7823417344 122693 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 1 0 0 0
[pid=20328/tid=20345] ppid=20326 vsize=7640056 CPUtime=0 cores=1,3
/proc/20328/task/20345/stat : 20345 (java) S 20326 20328 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487570960 7823417344 122693 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 1 0 0 0
[pid=20328/tid=20346] ppid=20326 vsize=7640056 CPUtime=0 cores=1,3
/proc/20328/task/20346/stat : 20346 (java) S 20326 20328 20116 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 19 0 487570960 7823417344 122693 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514752 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20347] ppid=20326 vsize=7640056 CPUtime=0 cores=1,3
/proc/20328/task/20347/stat : 20347 (java) S 20326 20328 20116 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487571097 7823417344 122693 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514752 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1124.48
Current children cumulated vsize (KiB) 7640056

[startup+1182.3 s]
/proc/loadavg: 4.16 4.10 4.33 5/262 20520
/proc/meminfo: memFree=13603724/32950928 swapFree=67111528/67111528
[pid=20328] ppid=20326 vsize=7640056 CPUtime=1184.48 cores=1,3
/proc/20328/stat : 20328 (java) S 20326 20328 20116 0 -1 4202496 140482 0 1 0 118430 18 0 0 24 0 19 0 487570955 7823417344 122693 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20328/statm: 1910014 122693 2254 9 0 1900752 0
[pid=20328/tid=20329] ppid=20326 vsize=7640056 CPUtime=1173.76 cores=1,3
/proc/20328/task/20329/stat : 20329 (java) R 20326 20328 20116 0 -1 4202560 48268 0 1 0 117370 6 0 0 25 0 19 0 487570955 7823417344 122693 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 46912505694848 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20328/tid=20331] ppid=20326 vsize=7640056 CPUtime=0.17 cores=1,3
/proc/20328/task/20331/stat : 20331 (java) S 20326 20328 20116 0 -1 4202560 6 0 0 0 17 0 0 0 15 0 19 0 487570956 7823417344 122693 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20332] ppid=20326 vsize=7640056 CPUtime=0.11 cores=1,3
/proc/20328/task/20332/stat : 20332 (java) S 20326 20328 20116 0 -1 4202560 19 0 0 0 11 0 0 0 16 0 19 0 487570956 7823417344 122693 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20333] ppid=20326 vsize=7640056 CPUtime=0.14 cores=1,3
/proc/20328/task/20333/stat : 20333 (java) S 20326 20328 20116 0 -1 4202560 9 0 0 0 14 0 0 0 16 0 19 0 487570956 7823417344 122693 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20334] ppid=20326 vsize=7640056 CPUtime=0.02 cores=1,3
/proc/20328/task/20334/stat : 20334 (java) S 20326 20328 20116 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 19 0 487570956 7823417344 122693 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20335] ppid=20326 vsize=7640056 CPUtime=0.13 cores=1,3
/proc/20328/task/20335/stat : 20335 (java) S 20326 20328 20116 0 -1 4202560 199 0 0 0 13 0 0 0 15 0 19 0 487570956 7823417344 122693 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20336] ppid=20326 vsize=7640056 CPUtime=0.24 cores=1,3
/proc/20328/task/20336/stat : 20336 (java) S 20326 20328 20116 0 -1 4202560 5972 0 0 0 24 0 0 0 15 0 19 0 487570956 7823417344 122693 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20337] ppid=20326 vsize=7640056 CPUtime=0.29 cores=1,3
/proc/20328/task/20337/stat : 20337 (java) S 20326 20328 20116 0 -1 4202560 16729 0 0 0 28 1 0 0 15 0 19 0 487570956 7823417344 122693 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20338] ppid=20326 vsize=7640056 CPUtime=0.19 cores=1,3
/proc/20328/task/20338/stat : 20338 (java) S 20326 20328 20116 0 -1 4202560 7613 0 0 0 19 0 0 0 16 0 19 0 487570956 7823417344 122693 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20339] ppid=20326 vsize=7640056 CPUtime=7.54 cores=1,3
/proc/20328/task/20339/stat : 20339 (java) S 20326 20328 20116 0 -1 4202560 39260 0 0 0 750 4 0 0 15 0 19 0 487570957 7823417344 122693 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514752 0 0 0 16800975 18446604467326516096 0 0 -1 1 0 0 0
[pid=20328/tid=20340] ppid=20326 vsize=7640056 CPUtime=0 cores=1,3
/proc/20328/task/20340/stat : 20340 (java) S 20326 20328 20116 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487570958 7823417344 122693 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 1 0 0 0
[pid=20328/tid=20341] ppid=20326 vsize=7640056 CPUtime=0 cores=1,3
/proc/20328/task/20341/stat : 20341 (java) S 20326 20328 20116 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 487570958 7823417344 122693 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 1 0 0 0
[pid=20328/tid=20342] ppid=20326 vsize=7640056 CPUtime=0 cores=1,3
/proc/20328/task/20342/stat : 20342 (java) S 20326 20328 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487570960 7823417344 122693 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101521841 0 4 0 16800975 18446604467326516096 0 0 -1 1 0 0 0
[pid=20328/tid=20343] ppid=20326 vsize=7640056 CPUtime=0.44 cores=1,3
/proc/20328/task/20343/stat : 20343 (java) S 20326 20328 20116 0 -1 4202560 1277 0 0 0 44 0 0 0 15 0 19 0 487570960 7823417344 122693 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20344] ppid=20326 vsize=7640056 CPUtime=1.34 cores=1,3
/proc/20328/task/20344/stat : 20344 (java) S 20326 20328 20116 0 -1 4202560 19909 0 0 0 132 2 0 0 15 0 19 0 487570960 7823417344 122693 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 1 0 0 0
[pid=20328/tid=20345] ppid=20326 vsize=7640056 CPUtime=0 cores=1,3
/proc/20328/task/20345/stat : 20345 (java) S 20326 20328 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487570960 7823417344 122693 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 1 0 0 0
[pid=20328/tid=20346] ppid=20326 vsize=7640056 CPUtime=0 cores=1,3
/proc/20328/task/20346/stat : 20346 (java) S 20326 20328 20116 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 19 0 487570960 7823417344 122693 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514752 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20347] ppid=20326 vsize=7640056 CPUtime=0 cores=1,3
/proc/20328/task/20347/stat : 20347 (java) S 20326 20328 20116 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487571097 7823417344 122693 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514752 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1184.48
Current children cumulated vsize (KiB) 7640056

[startup+1242.3 s]
/proc/loadavg: 4.06 4.08 4.31 5/262 20522
/proc/meminfo: memFree=13596772/32950928 swapFree=67111528/67111528
[pid=20328] ppid=20326 vsize=7640056 CPUtime=1244.5 cores=1,3
/proc/20328/stat : 20328 (java) S 20326 20328 20116 0 -1 4202496 142053 0 1 0 124432 18 0 0 24 0 19 0 487570955 7823417344 124257 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20328/statm: 1910014 124257 2254 9 0 1900752 0
[pid=20328/tid=20329] ppid=20326 vsize=7640056 CPUtime=1233.39 cores=1,3
/proc/20328/task/20329/stat : 20329 (java) R 20326 20328 20116 0 -1 4202560 48269 0 1 0 123333 6 0 0 25 0 19 0 487570955 7823417344 124257 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 46912505785154 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20328/tid=20331] ppid=20326 vsize=7640056 CPUtime=0.17 cores=1,3
/proc/20328/task/20331/stat : 20331 (java) S 20326 20328 20116 0 -1 4202560 8 0 0 0 17 0 0 0 15 0 19 0 487570956 7823417344 124257 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20332] ppid=20326 vsize=7640056 CPUtime=0.14 cores=1,3
/proc/20328/task/20332/stat : 20332 (java) S 20326 20328 20116 0 -1 4202560 95 0 0 0 14 0 0 0 16 0 19 0 487570956 7823417344 124257 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20333] ppid=20326 vsize=7640056 CPUtime=0.14 cores=1,3
/proc/20328/task/20333/stat : 20333 (java) S 20326 20328 20116 0 -1 4202560 11 0 0 0 14 0 0 0 15 0 19 0 487570956 7823417344 124257 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20334] ppid=20326 vsize=7640056 CPUtime=0.02 cores=1,3
/proc/20328/task/20334/stat : 20334 (java) S 20326 20328 20116 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 19 0 487570956 7823417344 124257 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20335] ppid=20326 vsize=7640056 CPUtime=0.16 cores=1,3
/proc/20328/task/20335/stat : 20335 (java) S 20326 20328 20116 0 -1 4202560 1382 0 0 0 16 0 0 0 15 0 19 0 487570956 7823417344 124257 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20336] ppid=20326 vsize=7640056 CPUtime=0.24 cores=1,3
/proc/20328/task/20336/stat : 20336 (java) S 20326 20328 20116 0 -1 4202560 5994 0 0 0 24 0 0 0 15 0 19 0 487570956 7823417344 124257 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20337] ppid=20326 vsize=7640056 CPUtime=0.29 cores=1,3
/proc/20328/task/20337/stat : 20337 (java) S 20326 20328 20116 0 -1 4202560 16729 0 0 0 28 1 0 0 15 0 19 0 487570956 7823417344 124257 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20338] ppid=20326 vsize=7640056 CPUtime=0.19 cores=1,3
/proc/20328/task/20338/stat : 20338 (java) S 20326 20328 20116 0 -1 4202560 7613 0 0 0 19 0 0 0 15 0 19 0 487570956 7823417344 124257 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20339] ppid=20326 vsize=7640056 CPUtime=7.88 cores=1,3
/proc/20328/task/20339/stat : 20339 (java) S 20326 20328 20116 0 -1 4202560 39541 0 0 0 784 4 0 0 15 0 19 0 487570957 7823417344 124257 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514752 0 0 0 16800975 18446604467326516096 0 0 -1 1 0 0 0
[pid=20328/tid=20340] ppid=20326 vsize=7640056 CPUtime=0 cores=1,3
/proc/20328/task/20340/stat : 20340 (java) S 20326 20328 20116 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487570958 7823417344 124257 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 1 0 0 0
[pid=20328/tid=20341] ppid=20326 vsize=7640056 CPUtime=0 cores=1,3
/proc/20328/task/20341/stat : 20341 (java) S 20326 20328 20116 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 487570958 7823417344 124257 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 1 0 0 0
[pid=20328/tid=20342] ppid=20326 vsize=7640056 CPUtime=0 cores=1,3
/proc/20328/task/20342/stat : 20342 (java) S 20326 20328 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487570960 7823417344 124257 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101521841 0 4 0 16800975 18446604467326516096 0 0 -1 1 0 0 0
[pid=20328/tid=20343] ppid=20326 vsize=7640056 CPUtime=0.44 cores=1,3
/proc/20328/task/20343/stat : 20343 (java) S 20326 20328 20116 0 -1 4202560 1277 0 0 0 44 0 0 0 15 0 19 0 487570960 7823417344 124257 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20344] ppid=20326 vsize=7640056 CPUtime=1.34 cores=1,3
/proc/20328/task/20344/stat : 20344 (java) S 20326 20328 20116 0 -1 4202560 19909 0 0 0 132 2 0 0 15 0 19 0 487570960 7823417344 124257 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 1 0 0 0
[pid=20328/tid=20345] ppid=20326 vsize=7640056 CPUtime=0 cores=1,3
/proc/20328/task/20345/stat : 20345 (java) S 20326 20328 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487570960 7823417344 124257 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 1 0 0 0
[pid=20328/tid=20346] ppid=20326 vsize=7640056 CPUtime=0 cores=1,3
/proc/20328/task/20346/stat : 20346 (java) S 20326 20328 20116 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 487570960 7823417344 124257 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514752 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20347] ppid=20326 vsize=7640056 CPUtime=0 cores=1,3
/proc/20328/task/20347/stat : 20347 (java) S 20326 20328 20116 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487571097 7823417344 124257 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514752 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1244.5
Current children cumulated vsize (KiB) 7640056



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.06 4.28 5/262 20523
/proc/meminfo: memFree=13595584/32950928 swapFree=67111528/67111528
[pid=20328] ppid=20326 vsize=7640056 CPUtime=1302.21 cores=1,3
/proc/20328/stat : 20328 (java) S 20326 20328 20116 0 -1 4202496 142057 0 1 0 130203 18 0 0 24 0 19 0 487570955 7823417344 124257 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20328/statm: 1910014 124257 2254 9 0 1900752 0
[pid=20328/tid=20329] ppid=20326 vsize=7640056 CPUtime=1291.09 cores=1,3
/proc/20328/task/20329/stat : 20329 (java) R 20326 20328 20116 0 -1 4202560 48269 0 1 0 129103 6 0 0 25 0 19 0 487570955 7823417344 124257 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 46912505785013 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20328/tid=20331] ppid=20326 vsize=7640056 CPUtime=0.17 cores=1,3
/proc/20328/task/20331/stat : 20331 (java) S 20326 20328 20116 0 -1 4202560 8 0 0 0 17 0 0 0 15 0 19 0 487570956 7823417344 124257 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20332] ppid=20326 vsize=7640056 CPUtime=0.14 cores=1,3
/proc/20328/task/20332/stat : 20332 (java) S 20326 20328 20116 0 -1 4202560 95 0 0 0 14 0 0 0 16 0 19 0 487570956 7823417344 124257 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20333] ppid=20326 vsize=7640056 CPUtime=0.14 cores=1,3
/proc/20328/task/20333/stat : 20333 (java) S 20326 20328 20116 0 -1 4202560 11 0 0 0 14 0 0 0 15 0 19 0 487570956 7823417344 124257 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20334] ppid=20326 vsize=7640056 CPUtime=0.02 cores=1,3
/proc/20328/task/20334/stat : 20334 (java) S 20326 20328 20116 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 19 0 487570956 7823417344 124257 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20335] ppid=20326 vsize=7640056 CPUtime=0.16 cores=1,3
/proc/20328/task/20335/stat : 20335 (java) S 20326 20328 20116 0 -1 4202560 1382 0 0 0 16 0 0 0 15 0 19 0 487570956 7823417344 124257 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20336] ppid=20326 vsize=7640056 CPUtime=0.24 cores=1,3
/proc/20328/task/20336/stat : 20336 (java) S 20326 20328 20116 0 -1 4202560 5994 0 0 0 24 0 0 0 15 0 19 0 487570956 7823417344 124257 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20337] ppid=20326 vsize=7640056 CPUtime=0.29 cores=1,3
/proc/20328/task/20337/stat : 20337 (java) S 20326 20328 20116 0 -1 4202560 16729 0 0 0 28 1 0 0 15 0 19 0 487570956 7823417344 124257 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20338] ppid=20326 vsize=7640056 CPUtime=0.19 cores=1,3
/proc/20328/task/20338/stat : 20338 (java) S 20326 20328 20116 0 -1 4202560 7613 0 0 0 19 0 0 0 15 0 19 0 487570956 7823417344 124257 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20339] ppid=20326 vsize=7640056 CPUtime=7.88 cores=1,3
/proc/20328/task/20339/stat : 20339 (java) S 20326 20328 20116 0 -1 4202560 39541 0 0 0 784 4 0 0 15 0 19 0 487570957 7823417344 124257 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514752 0 0 0 16800975 18446604467326516096 0 0 -1 1 0 0 0
[pid=20328/tid=20340] ppid=20326 vsize=7640056 CPUtime=0 cores=1,3
/proc/20328/task/20340/stat : 20340 (java) S 20326 20328 20116 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487570958 7823417344 124257 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 1 0 0 0
[pid=20328/tid=20341] ppid=20326 vsize=7640056 CPUtime=0 cores=1,3
/proc/20328/task/20341/stat : 20341 (java) S 20326 20328 20116 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 487570958 7823417344 124257 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 1 0 0 0
[pid=20328/tid=20342] ppid=20326 vsize=7640056 CPUtime=0 cores=1,3
/proc/20328/task/20342/stat : 20342 (java) S 20326 20328 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487570960 7823417344 124257 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101521841 0 4 0 16800975 18446604467326516096 0 0 -1 1 0 0 0
[pid=20328/tid=20343] ppid=20326 vsize=7640056 CPUtime=0.44 cores=1,3
/proc/20328/task/20343/stat : 20343 (java) S 20326 20328 20116 0 -1 4202560 1277 0 0 0 44 0 0 0 15 0 19 0 487570960 7823417344 124257 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20344] ppid=20326 vsize=7640056 CPUtime=1.34 cores=1,3
/proc/20328/task/20344/stat : 20344 (java) S 20326 20328 20116 0 -1 4202560 19909 0 0 0 132 2 0 0 15 0 19 0 487570960 7823417344 124257 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 1 0 0 0
[pid=20328/tid=20345] ppid=20326 vsize=7640056 CPUtime=0 cores=1,3
/proc/20328/task/20345/stat : 20345 (java) S 20326 20328 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487570960 7823417344 124257 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514137 0 4 0 16800975 18446604467326516096 0 0 -1 1 0 0 0
[pid=20328/tid=20346] ppid=20326 vsize=7640056 CPUtime=0 cores=1,3
/proc/20328/task/20346/stat : 20346 (java) S 20326 20328 20116 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 19 0 487570960 7823417344 124257 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514752 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
[pid=20328/tid=20347] ppid=20326 vsize=7640056 CPUtime=0 cores=1,3
/proc/20328/task/20347/stat : 20347 (java) S 20326 20328 20116 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487571097 7823417344 124257 33554432000 1073741824 1073778376 140736866179008 18446744073709551615 248101514752 0 4 0 16800975 18446604467326516096 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1302.21
Current children cumulated vsize (KiB) 7640056

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.07
CPU time (s): 1302.31
CPU user time (s): 1302.1
CPU system time (s): 0.205968
CPU usage (%): 100.172
Max. virtual memory (cumulated for all children) (KiB): 7641360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1302.1
system time used= 0.205968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142087
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= 27295
involuntary context switches= 5908

runsolver used 2.07668 second user time and 5.04523 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-25 21:28:32
IDJOB=3283417
IDBENCH=71036
IDSOLVER=1611
FILE ID=node123/3283417-1303759711
RUNJOBID= node123-1303759508-20136
PBS_JOBID= 13157133
Free space on /tmp= 72652 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-20-10p0.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-3283417-1303759711/watcher-3283417-1303759711 -o /tmp/evaluation-result-3283417-1303759711/solver-3283417-1303759711 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3283417-1303759711.cnf

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

MD5SUM BENCH= faef1c850bb82ceddc7da5a4c445dd25
RANDOM SEED=575713081

node123.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.838
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.67
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.838
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	: 5226.15
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.838
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.838
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.82
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.838
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.74
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.838
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.80
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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14880260 kB
Buffers:       2146024 kB
Cached:       14829388 kB
SwapCached:          0 kB
Active:        8836080 kB
Inactive:      8695556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14880260 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           26076 kB
Writeback:           0 kB
AnonPages:      555476 kB
Mapped:          23452 kB
Slab:           471264 kB
PageTables:       6680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 22044868 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= 72608 MiB
End job on node123 at 2011-04-25 21:50:14