Trace number 3291513

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) 1301.61 1300.04

General information on the benchmark

NameSAT03/industrial/li/li-test4/
li-test4-100.shuffled-as.sat03-370.cnf
MD5SUM5e5606ae7367b9272c60adc115594912
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 variables36809
Number of clauses142491
Sum of the clauses size559708
Maximum clause length172
Minimum clause length1
Number of clauses of size 114
Number of clauses of size 224558
Number of clauses of size 367458
Number of clauses of size 449000
Number of clauses of size 51
Number of clauses of size over 51460

Solver Data

0.05/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.07	c no version file found!!!
0.05/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.07	c java.vm.version	19.1-b02
0.05/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.07	c sun.arch.data.model	64
0.05/0.07	c java.version		1.6.0_24
0.05/0.07	c os.name		Linux
0.05/0.07	c os.version		2.6.18-164.el5
0.05/0.07	c os.arch		amd64
0.05/0.07	c Free memory 		6997539544
0.05/0.07	c Max memory 		7034241024
0.05/0.07	c Total memory 		7034241024
0.05/0.07	c Number of processors 	8
0.05/0.09	c --- Begin Solver configuration ---
0.05/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.05/0.09	c Learn all clauses as in MiniSAT
0.05/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.05/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.05/0.09	c Expensive reason simplification
0.05/0.09	c Armin Biere (Picosat) restarts strategy
0.05/0.09	c Glucose learned constraints deletion strategy
0.05/0.09	c timeout=2147483647s
0.05/0.09	c DB Simplification allowed=true
0.05/0.09	c --- End Solver configuration ---
0.05/0.09	c solving HOME/instance-3291513-1303791400.cnf
0.05/0.09	c reading problem ... 
0.58/0.40	c ... done. Wall clock time 0.307s.
0.58/0.40	c #vars     36809
0.58/0.40	c #constraints  142473
0.58/0.40	c constraints type 
0.58/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 117899
0.58/0.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24559
6.66/6.17	c cleaning 2350 clauses out of 5000 with flag 5000/5000
16.23/15.18	c cleaning 4229 clauses out of 8588 with flag 11000/11000
26.54/25.46	c cleaning 3852 clauses out of 11308 with flag 18000/18000
38.55/37.46	c cleaning 7456 clauses out of 15410 with flag 26000/26000
52.06/50.93	c cleaning 5030 clauses out of 16946 with flag 35000/35000
74.16/73.03	c cleaning 7388 clauses out of 21895 with flag 45000/45000
97.77/96.63	c cleaning 7239 clauses out of 25506 with flag 56000/56000
128.68/127.55	c cleaning 5867 clauses out of 30265 with flag 68000/68000
148.49/147.35	c cleaning 12393 clauses out of 37398 with flag 81000/81000
169.59/168.41	c cleaning 12612 clauses out of 39005 with flag 95000/95000
187.50/186.32	c cleaning 14398 clauses out of 41393 with flag 110000/110000
210.12/208.96	c cleaning 16242 clauses out of 42996 with flag 126001/126001
231.82/230.67	c cleaning 19924 clauses out of 43753 with flag 143000/143000
260.63/259.43	c cleaning 14548 clauses out of 41829 with flag 161000/161000
289.23/288.08	c cleaning 19892 clauses out of 46277 with flag 180000/180000
325.75/324.53	c cleaning 17583 clauses out of 46385 with flag 200000/200000
353.65/352.47	c cleaning 20445 clauses out of 49803 with flag 221001/221001
383.16/381.96	c cleaning 23555 clauses out of 51359 with flag 243002/243002
420.07/418.80	c cleaning 21235 clauses out of 50803 with flag 266001/266001
454.68/453.48	c cleaning 23679 clauses out of 53568 with flag 290001/290001
487.80/486.54	c cleaning 24398 clauses out of 54890 with flag 315002/315002
525.81/524.53	c cleaning 26836 clauses out of 56491 with flag 341001/341001
561.32/560.01	c cleaning 26139 clauses out of 56654 with flag 368000/368000
599.13/597.80	c cleaning 27456 clauses out of 58515 with flag 396000/396000
636.24/634.95	c cleaning 28737 clauses out of 60060 with flag 425001/425001
678.96/677.66	c cleaning 29693 clauses out of 61323 with flag 455001/455001
721.36/720.09	c cleaning 31313 clauses out of 62633 with flag 486004/486004
772.38/771.04	c cleaning 31047 clauses out of 63318 with flag 518002/518002
823.89/822.56	c cleaning 32309 clauses out of 65269 with flag 551000/551000
875.61/874.29	c cleaning 33428 clauses out of 66960 with flag 585000/585000
931.93/930.60	c cleaning 34262 clauses out of 68532 with flag 620000/620000
984.04/982.60	c cleaning 34791 clauses out of 70270 with flag 656000/656000
1045.55/1044.18	c cleaning 36235 clauses out of 72479 with flag 693000/693000
1108.76/1107.34	c cleaning 36788 clauses out of 74244 with flag 731000/731000
1168.78/1167.34	c cleaning 38214 clauses out of 76456 with flag 770000/770000
1235.00/1233.55	c cleaning 38840 clauses out of 78242 with flag 810000/810000
1299.72/1298.26	c cleaning 39836 clauses out of 80402 with flag 851000/851000
1301.54/1300.01	c starts		: 1113
1301.54/1300.01	c conflicts		: 852526
1301.54/1300.01	c decisions		: 17236597
1301.54/1300.01	c propagations		: 1310698315
1301.54/1300.01	c inspects		: 4163846858
1301.54/1300.01	c shortcuts		: 0
1301.54/1300.01	c learnt literals	: 128
1301.54/1300.01	c learnt binary clauses	: 10690
1301.54/1300.01	c learnt ternary clauses	: 62156
1301.54/1300.01	c learnt constraints	: 852398
1301.54/1300.01	c ignored constraints	: 0
1301.54/1300.01	c root simplifications	: 1241
1301.54/1300.01	c removed literals (reason simplification)	: 11664010
1301.54/1300.01	c reason swapping (by a shorter reason)	: 0
1301.54/1300.01	c Calls to reduceDB	: 37
1301.54/1300.01	c speed (assignments/second)	: 1008531.360537884
1301.54/1300.01	c non guided choices	8002001
1301.54/1300.03	c learnt constraints type 
1301.54/1300.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 10655
1301.54/1300.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 31455
1301.54/1300.03	c constraints type 
1301.54/1300.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 117899
1301.54/1300.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24559
1301.54/1300.03	s UNKNOWN
1301.54/1300.03	c Total wall clock time (in seconds) : 1299.919

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

running on 2 cores: 0,2

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: 0.85 1.27 2.08 9/201 14096
/proc/meminfo: memFree=23694544/32951124 swapFree=67111348/67111528
[pid=14096] ppid=14094 vsize=30580 CPUtime=0 cores=0,2
/proc/14096/stat : 14096 (java) S 14094 14096 12511 0 -1 4202496 1202 0 0 0 0 0 0 0 21 0 2 0 569370508 31313920 926 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469868517 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/14096/statm: 7645 936 711 9 0 383 0
[pid=14096/tid=14097] ppid=14094 vsize=30528 CPUtime=0 cores=0,2
/proc/14096/task/14097/stat : 14097 (java) R 14094 14096 12511 0 -1 4202560 125 0 0 0 0 0 0 0 22 0 2 0 569370509 31260672 959 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 47194790463954 0 0 4096 0 0 0 0 -1 0 0 0 0

[startup+0.0688241 s]
/proc/loadavg: 0.85 1.27 2.08 9/201 14096
/proc/meminfo: memFree=23694544/32951124 swapFree=67111348/67111528
[pid=14096] ppid=14094 vsize=7569940 CPUtime=0.05 cores=0,2
/proc/14096/stat : 14096 (java) S 14094 14096 12511 0 -1 4202496 9357 0 1 0 5 0 0 0 21 0 18 0 569370508 7751618560 9052 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14096/statm: 1892485 9052 1753 9 0 1883223 0
[pid=14096/tid=14097] ppid=14094 vsize=7569940 CPUtime=0.05 cores=0,2
/proc/14096/task/14097/stat : 14097 (java) R 14094 14096 12511 0 -1 4202560 8181 0 1 0 5 0 0 0 25 0 18 0 569370509 7751618560 9052 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 47194796197744 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7569940

[startup+0.104863 s]
/proc/loadavg: 0.85 1.27 2.08 9/201 14096
/proc/meminfo: memFree=23694544/32951124 swapFree=67111348/67111528
[pid=14096] ppid=14094 vsize=7635780 CPUtime=0.11 cores=0,2
/proc/14096/stat : 14096 (java) S 14094 14096 12511 0 -1 4202496 10706 0 1 0 10 1 0 0 21 0 18 0 569370508 7819038720 10401 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14096/statm: 1908945 10402 2093 9 0 1899683 0
[pid=14096/tid=14097] ppid=14094 vsize=7635780 CPUtime=0.09 cores=0,2
/proc/14096/task/14097/stat : 14097 (java) R 14094 14096 12511 0 -1 4202560 8979 0 1 0 8 1 0 0 18 0 18 0 569370509 7819038720 10402 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 47194792433288 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 7635780

[startup+0.30077 s]
/proc/loadavg: 0.85 1.27 2.08 9/201 14096
/proc/meminfo: memFree=23694544/32951124 swapFree=67111348/67111528
[pid=14096] ppid=14094 vsize=7635940 CPUtime=0.48 cores=0,2
/proc/14096/stat : 14096 (java) S 14094 14096 12511 0 -1 4202496 15920 0 1 0 46 2 0 0 21 0 18 0 569370508 7819202560 14377 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14096/statm: 1908985 14377 2197 9 0 1899723 0
[pid=14096/tid=14097] ppid=14094 vsize=7635940 CPUtime=0.28 cores=0,2
/proc/14096/task/14097/stat : 14097 (java) R 14094 14096 12511 0 -1 4202560 11683 0 1 0 27 1 0 0 18 0 18 0 569370509 7819202560 14377 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 46912505585438 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 7635940

[startup+0.700697 s]
/proc/loadavg: 0.85 1.27 2.08 9/201 14096
/proc/meminfo: memFree=23694544/32951124 swapFree=67111348/67111528
[pid=14096] ppid=14094 vsize=7638772 CPUtime=1.17 cores=0,2
/proc/14096/stat : 14096 (java) S 14094 14096 12511 0 -1 4202496 18860 0 1 0 114 3 0 0 21 0 19 0 569370508 7822102528 17069 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14096/statm: 1909693 17069 2222 9 0 1900431 0
[pid=14096/tid=14097] ppid=14094 vsize=7638772 CPUtime=0.68 cores=0,2
/proc/14096/task/14097/stat : 14097 (java) R 14094 14096 12511 0 -1 4202560 13880 0 1 0 67 1 0 0 19 0 19 0 569370509 7822102528 17069 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 47194791592855 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 7638772

[startup+1.50158 s]
/proc/loadavg: 0.85 1.27 2.08 9/220 14115
/proc/meminfo: memFree=23565248/32951124 swapFree=67111348/67111528
[pid=14096] ppid=14094 vsize=7637628 CPUtime=2.02 cores=0,2
/proc/14096/stat : 14096 (java) S 14094 14096 12511 0 -1 4202496 19047 0 1 0 199 3 0 0 21 0 19 0 569370508 7820931072 17006 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14096/statm: 1909407 17006 2222 9 0 1900145 0
[pid=14096/tid=14097] ppid=14094 vsize=7637628 CPUtime=1.48 cores=0,2
/proc/14096/task/14097/stat : 14097 (java) R 14094 14096 12511 0 -1 4202560 14055 0 1 0 147 1 0 0 20 0 19 0 569370509 7820931072 17006 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 46912505699599 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14096/tid=14099] ppid=14094 vsize=7637628 CPUtime=0 cores=0,2
/proc/14096/task/14099/stat : 14099 (java) S 14094 14096 12511 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 569370510 7820931072 17006 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 0 0 0 0
[pid=14096/tid=14100] ppid=14094 vsize=7637628 CPUtime=0 cores=0,2
/proc/14096/task/14100/stat : 14100 (java) S 14094 14096 12511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 569370510 7820931072 17006 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 0 0 0 0
[pid=14096/tid=14101] ppid=14094 vsize=7637628 CPUtime=0 cores=0,2
/proc/14096/task/14101/stat : 14101 (java) S 14094 14096 12511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 569370510 7820931072 17006 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 0 0 0 0
[pid=14096/tid=14102] ppid=14094 vsize=7637628 CPUtime=0 cores=0,2
/proc/14096/task/14102/stat : 14102 (java) S 14094 14096 12511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 569370510 7820931072 17006 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 0 0 0 0
[pid=14096/tid=14103] ppid=14094 vsize=7637628 CPUtime=0 cores=0,2
/proc/14096/task/14103/stat : 14103 (java) S 14094 14096 12511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 569370510 7820931072 17006 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 0 0 0 0
[pid=14096/tid=14104] ppid=14094 vsize=7637628 CPUtime=0 cores=0,2
/proc/14096/task/14104/stat : 14104 (java) S 14094 14096 12511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 569370510 7820931072 17006 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 0 0 0 0
[pid=14096/tid=14105] ppid=14094 vsize=7637628 CPUtime=0 cores=0,2
/proc/14096/task/14105/stat : 14105 (java) S 14094 14096 12511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 569370510 7820931072 17006 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 0 0 0 0
[pid=14096/tid=14106] ppid=14094 vsize=7637628 CPUtime=0 cores=0,2
/proc/14096/task/14106/stat : 14106 (java) S 14094 14096 12511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 569370510 7820931072 17006 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 0 0 0 0
[pid=14096/tid=14107] ppid=14094 vsize=7637628 CPUtime=0 cores=0,2
/proc/14096/task/14107/stat : 14107 (java) S 14094 14096 12511 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 19 0 569370511 7820931072 17006 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469882368 0 0 0 16800975 18446604453812741248 0 0 -1 0 0 0 0
[pid=14096/tid=14108] ppid=14094 vsize=7637628 CPUtime=0 cores=0,2
/proc/14096/task/14108/stat : 14108 (java) S 14094 14096 12511 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 569370511 7820931072 17006 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14109] ppid=14094 vsize=7637628 CPUtime=0 cores=0,2
/proc/14096/task/14109/stat : 14109 (java) S 14094 14096 12511 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 569370511 7820931072 17006 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14110] ppid=14094 vsize=7637628 CPUtime=0 cores=0,2
/proc/14096/task/14110/stat : 14110 (java) S 14094 14096 12511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 569370514 7820931072 17006 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469889457 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14111] ppid=14094 vsize=7637628 CPUtime=0.1 cores=0,2
/proc/14096/task/14111/stat : 14111 (java) S 14094 14096 12511 0 -1 4202560 798 0 0 0 10 0 0 0 18 0 19 0 569370514 7820931072 17006 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14112] ppid=14094 vsize=7637628 CPUtime=0.42 cores=0,2
/proc/14096/task/14112/stat : 14112 (java) S 14094 14096 12511 0 -1 4202560 3032 0 0 0 41 1 0 0 15 0 19 0 569370514 7820931072 17006 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14113] ppid=14094 vsize=7637628 CPUtime=0 cores=0,2
/proc/14096/task/14113/stat : 14113 (java) S 14094 14096 12511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 569370514 7820931072 17006 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14114] ppid=14094 vsize=7637628 CPUtime=0 cores=0,2
/proc/14096/task/14114/stat : 14114 (java) S 14094 14096 12511 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 569370514 7820931072 17006 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469882368 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14115] ppid=14094 vsize=7637628 CPUtime=0 cores=0,2
/proc/14096/task/14115/stat : 14115 (java) S 14094 14096 12511 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 569370552 7820931072 17006 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469882368 0 4 0 16800975 18446604453812741248 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 7637628

[startup+3.10132 s]
/proc/loadavg: 0.85 1.27 2.08 5/240 14138
/proc/meminfo: memFree=23425344/32951124 swapFree=67111348/67111528
[pid=14096] ppid=14094 vsize=7637628 CPUtime=3.63 cores=0,2
/proc/14096/stat : 14096 (java) S 14094 14096 12511 0 -1 4202496 19177 0 1 0 360 3 0 0 21 0 19 0 569370508 7820931072 17135 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14096/statm: 1909407 17135 2223 9 0 1900145 0
[pid=14096/tid=14097] ppid=14094 vsize=7637628 CPUtime=3.08 cores=0,2
/proc/14096/task/14097/stat : 14097 (java) R 14094 14096 12511 0 -1 4202560 14181 0 1 0 307 1 0 0 25 0 19 0 569370509 7820931072 17135 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 46912505718327 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14096/tid=14099] ppid=14094 vsize=7637628 CPUtime=0 cores=0,2
/proc/14096/task/14099/stat : 14099 (java) S 14094 14096 12511 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 569370510 7820931072 17135 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 0 0 0 0
[pid=14096/tid=14100] ppid=14094 vsize=7637628 CPUtime=0 cores=0,2
/proc/14096/task/14100/stat : 14100 (java) S 14094 14096 12511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 569370510 7820931072 17135 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 0 0 0 0
[pid=14096/tid=14101] ppid=14094 vsize=7637628 CPUtime=0 cores=0,2
/proc/14096/task/14101/stat : 14101 (java) S 14094 14096 12511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 569370510 7820931072 17135 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 0 0 0 0
[pid=14096/tid=14102] ppid=14094 vsize=7637628 CPUtime=0 cores=0,2
/proc/14096/task/14102/stat : 14102 (java) S 14094 14096 12511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 569370510 7820931072 17135 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 0 0 0 0
[pid=14096/tid=14103] ppid=14094 vsize=7637628 CPUtime=0 cores=0,2
/proc/14096/task/14103/stat : 14103 (java) S 14094 14096 12511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 569370510 7820931072 17135 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 0 0 0 0
[pid=14096/tid=14104] ppid=14094 vsize=7637628 CPUtime=0 cores=0,2
/proc/14096/task/14104/stat : 14104 (java) S 14094 14096 12511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 569370510 7820931072 17135 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 0 0 0 0
[pid=14096/tid=14105] ppid=14094 vsize=7637628 CPUtime=0 cores=0,2
/proc/14096/task/14105/stat : 14105 (java) S 14094 14096 12511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 569370510 7820931072 17135 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 0 0 0 0
[pid=14096/tid=14106] ppid=14094 vsize=7637628 CPUtime=0 cores=0,2
/proc/14096/task/14106/stat : 14106 (java) S 14094 14096 12511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 569370510 7820931072 17135 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 0 0 0 0
[pid=14096/tid=14107] ppid=14094 vsize=7637628 CPUtime=0 cores=0,2
/proc/14096/task/14107/stat : 14107 (java) S 14094 14096 12511 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 569370511 7820931072 17135 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469882368 0 0 0 16800975 18446604453812741248 0 0 -1 0 0 0 0
[pid=14096/tid=14108] ppid=14094 vsize=7637628 CPUtime=0 cores=0,2
/proc/14096/task/14108/stat : 14108 (java) S 14094 14096 12511 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 569370511 7820931072 17135 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14109] ppid=14094 vsize=7637628 CPUtime=0 cores=0,2
/proc/14096/task/14109/stat : 14109 (java) S 14094 14096 12511 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 569370511 7820931072 17135 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14110] ppid=14094 vsize=7637628 CPUtime=0 cores=0,2
/proc/14096/task/14110/stat : 14110 (java) S 14094 14096 12511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 569370514 7820931072 17135 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469889457 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14111] ppid=14094 vsize=7637628 CPUtime=0.12 cores=0,2
/proc/14096/task/14111/stat : 14111 (java) S 14094 14096 12511 0 -1 4202560 801 0 0 0 12 0 0 0 15 0 19 0 569370514 7820931072 17135 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14112] ppid=14094 vsize=7637628 CPUtime=0.42 cores=0,2
/proc/14096/task/14112/stat : 14112 (java) S 14094 14096 12511 0 -1 4202560 3032 0 0 0 41 1 0 0 15 0 19 0 569370514 7820931072 17135 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14113] ppid=14094 vsize=7637628 CPUtime=0 cores=0,2
/proc/14096/task/14113/stat : 14113 (java) S 14094 14096 12511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 569370514 7820931072 17135 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14114] ppid=14094 vsize=7637628 CPUtime=0 cores=0,2
/proc/14096/task/14114/stat : 14114 (java) S 14094 14096 12511 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 569370514 7820931072 17135 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469882368 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14115] ppid=14094 vsize=7637628 CPUtime=0 cores=0,2
/proc/14096/task/14115/stat : 14115 (java) S 14094 14096 12511 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 569370552 7820931072 17135 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469882368 0 4 0 16800975 18446604453812741248 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 7637628

[startup+6.30069 s]
/proc/loadavg: 1.42 1.38 2.11 5/261 14162
/proc/meminfo: memFree=22967676/32951124 swapFree=67111348/67111528
[pid=14096] ppid=14094 vsize=7638588 CPUtime=6.9 cores=0,2
/proc/14096/stat : 14096 (java) S 14094 14096 12511 0 -1 4202496 25391 0 1 0 686 4 0 0 21 0 19 0 569370508 7821914112 23325 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14096/statm: 1909647 23325 2246 9 0 1900385 0
[pid=14096/tid=14097] ppid=14094 vsize=7638588 CPUtime=6.16 cores=0,2
/proc/14096/task/14097/stat : 14097 (java) S 14094 14096 12511 0 -1 4202560 14299 0 1 0 615 1 0 0 25 0 19 0 569370509 7821914112 23325 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 0 0 0 0
[pid=14096/tid=14099] ppid=14094 vsize=7638588 CPUtime=0.03 cores=0,2
/proc/14096/task/14099/stat : 14099 (java) S 14094 14096 12511 0 -1 4202560 2281 0 0 0 3 0 0 0 18 0 19 0 569370510 7821914112 23325 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14100] ppid=14094 vsize=7638588 CPUtime=0 cores=0,2
/proc/14096/task/14100/stat : 14100 (java) S 14094 14096 12511 0 -1 4202560 1057 0 0 0 0 0 0 0 17 0 19 0 569370510 7821914112 23325 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14101] ppid=14094 vsize=7638588 CPUtime=0.02 cores=0,2
/proc/14096/task/14101/stat : 14101 (java) S 14094 14096 12511 0 -1 4202560 1396 0 0 0 2 0 0 0 17 0 19 0 569370510 7821914112 23325 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14102] ppid=14094 vsize=7638588 CPUtime=0 cores=0,2
/proc/14096/task/14102/stat : 14102 (java) S 14094 14096 12511 0 -1 4202560 125 0 0 0 0 0 0 0 17 0 19 0 569370510 7821914112 23325 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14103] ppid=14094 vsize=7638588 CPUtime=0 cores=0,2
/proc/14096/task/14103/stat : 14103 (java) S 14094 14096 12511 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 569370510 7821914112 23325 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14104] ppid=14094 vsize=7638588 CPUtime=0 cores=0,2
/proc/14096/task/14104/stat : 14104 (java) S 14094 14096 12511 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 569370510 7821914112 23325 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14105] ppid=14094 vsize=7638588 CPUtime=0 cores=0,2
/proc/14096/task/14105/stat : 14105 (java) S 14094 14096 12511 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 569370510 7821914112 23325 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14106] ppid=14094 vsize=7638588 CPUtime=0 cores=0,2
/proc/14096/task/14106/stat : 14106 (java) S 14094 14096 12511 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 569370510 7821914112 23325 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14107] ppid=14094 vsize=7638588 CPUtime=0.07 cores=0,2
/proc/14096/task/14107/stat : 14107 (java) R 14094 14096 12511 0 -1 4202560 1031 0 0 0 7 0 0 0 15 0 19 0 569370511 7821914112 23325 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 47194794815619 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=14096/tid=14108] ppid=14094 vsize=7638588 CPUtime=0 cores=0,2
/proc/14096/task/14108/stat : 14108 (java) S 14094 14096 12511 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 569370511 7821914112 23325 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14109] ppid=14094 vsize=7638588 CPUtime=0 cores=0,2
/proc/14096/task/14109/stat : 14109 (java) S 14094 14096 12511 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 569370511 7821914112 23325 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14110] ppid=14094 vsize=7638588 CPUtime=0 cores=0,2
/proc/14096/task/14110/stat : 14110 (java) S 14094 14096 12511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 569370514 7821914112 23325 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469889457 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14111] ppid=14094 vsize=7638588 CPUtime=0.15 cores=0,2
/proc/14096/task/14111/stat : 14111 (java) S 14094 14096 12511 0 -1 4202560 1016 0 0 0 15 0 0 0 16 0 19 0 569370514 7821914112 23325 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14112] ppid=14094 vsize=7638588 CPUtime=0.42 cores=0,2
/proc/14096/task/14112/stat : 14112 (java) S 14094 14096 12511 0 -1 4202560 3033 0 0 0 41 1 0 0 16 0 19 0 569370514 7821914112 23325 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0

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

[pid=14096/tid=14104] ppid=14094 vsize=7656164 CPUtime=0.1 cores=0,2
/proc/14096/task/14104/stat : 14104 (java) S 14094 14096 12511 0 -1 4202560 1711 0 0 0 10 0 0 0 15 0 19 0 569370510 7839911936 47127 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14105] ppid=14094 vsize=7656164 CPUtime=0.05 cores=0,2
/proc/14096/task/14105/stat : 14105 (java) S 14094 14096 12511 0 -1 4202560 394 0 0 0 5 0 0 0 15 0 19 0 569370510 7839911936 47127 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14106] ppid=14094 vsize=7656164 CPUtime=0.11 cores=0,2
/proc/14096/task/14106/stat : 14106 (java) S 14094 14096 12511 0 -1 4202560 1758 0 0 0 11 0 0 0 15 0 19 0 569370510 7839911936 47127 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14107] ppid=14094 vsize=7656164 CPUtime=3.36 cores=0,2
/proc/14096/task/14107/stat : 14107 (java) S 14094 14096 12511 0 -1 4202560 8735 0 0 0 335 1 0 0 15 0 19 0 569370511 7839911936 47127 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469882368 0 0 0 16800975 18446604453812741248 0 0 -1 0 0 0 0
[pid=14096/tid=14108] ppid=14094 vsize=7656164 CPUtime=0 cores=0,2
/proc/14096/task/14108/stat : 14108 (java) S 14094 14096 12511 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 569370511 7839911936 47127 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14109] ppid=14094 vsize=7656164 CPUtime=0 cores=0,2
/proc/14096/task/14109/stat : 14109 (java) S 14094 14096 12511 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 569370511 7839911936 47127 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14110] ppid=14094 vsize=7656164 CPUtime=0 cores=0,2
/proc/14096/task/14110/stat : 14110 (java) S 14094 14096 12511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 569370514 7839911936 47127 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469889457 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14111] ppid=14094 vsize=7656164 CPUtime=0.68 cores=0,2
/proc/14096/task/14111/stat : 14111 (java) S 14094 14096 12511 0 -1 4202560 7630 0 0 0 67 1 0 0 16 0 19 0 569370514 7839911936 47127 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14112] ppid=14094 vsize=7656164 CPUtime=0.49 cores=0,2
/proc/14096/task/14112/stat : 14112 (java) S 14094 14096 12511 0 -1 4202560 3049 0 0 0 48 1 0 0 15 0 19 0 569370514 7839911936 47127 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 0 0 0 0
[pid=14096/tid=14113] ppid=14094 vsize=7656164 CPUtime=0 cores=0,2
/proc/14096/task/14113/stat : 14113 (java) S 14094 14096 12511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 569370514 7839911936 47127 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14114] ppid=14094 vsize=7656164 CPUtime=0 cores=0,2
/proc/14096/task/14114/stat : 14114 (java) S 14094 14096 12511 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 569370514 7839911936 47127 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469882368 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14115] ppid=14094 vsize=7656164 CPUtime=0 cores=0,2
/proc/14096/task/14115/stat : 14115 (java) S 14094 14096 12511 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 569370552 7839911936 47127 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469882368 0 4 0 16800975 18446604453812741248 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1123.78
Current children cumulated vsize (KiB) 7656164

[startup+1182.3 s]
/proc/loadavg: 4.00 3.94 3.44 5/262 14194
/proc/meminfo: memFree=21371360/32951124 swapFree=67111348/67111528
[pid=14096] ppid=14094 vsize=7656164 CPUtime=1183.79 cores=0,2
/proc/14096/stat : 14096 (java) S 14094 14096 12511 0 -1 4202496 51817 0 1 0 118369 10 0 0 21 0 19 0 569370508 7839911936 47321 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14096/statm: 1914041 47321 2253 9 0 1904779 0
[pid=14096/tid=14097] ppid=14094 vsize=7656164 CPUtime=1178.39 cores=0,2
/proc/14096/task/14097/stat : 14097 (java) R 14094 14096 12511 0 -1 4202560 18147 0 1 0 117835 4 0 0 25 0 19 0 569370509 7839911936 47321 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 46912505661616 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14096/tid=14099] ppid=14094 vsize=7656164 CPUtime=0.12 cores=0,2
/proc/14096/task/14099/stat : 14099 (java) S 14094 14096 12511 0 -1 4202560 2598 0 0 0 12 0 0 0 15 0 19 0 569370510 7839911936 47321 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14100] ppid=14094 vsize=7656164 CPUtime=0.1 cores=0,2
/proc/14096/task/14100/stat : 14100 (java) S 14094 14096 12511 0 -1 4202560 2101 0 0 0 10 0 0 0 15 0 19 0 569370510 7839911936 47321 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14101] ppid=14094 vsize=7656164 CPUtime=0.1 cores=0,2
/proc/14096/task/14101/stat : 14101 (java) S 14094 14096 12511 0 -1 4202560 2768 0 0 0 10 0 0 0 16 0 19 0 569370510 7839911936 47321 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14102] ppid=14094 vsize=7656164 CPUtime=0.03 cores=0,2
/proc/14096/task/14102/stat : 14102 (java) S 14094 14096 12511 0 -1 4202560 222 0 0 0 3 0 0 0 15 0 19 0 569370510 7839911936 47321 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14103] ppid=14094 vsize=7656164 CPUtime=0.06 cores=0,2
/proc/14096/task/14103/stat : 14103 (java) S 14094 14096 12511 0 -1 4202560 1288 0 0 0 6 0 0 0 15 0 19 0 569370510 7839911936 47321 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14104] ppid=14094 vsize=7656164 CPUtime=0.1 cores=0,2
/proc/14096/task/14104/stat : 14104 (java) S 14094 14096 12511 0 -1 4202560 1711 0 0 0 10 0 0 0 15 0 19 0 569370510 7839911936 47321 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14105] ppid=14094 vsize=7656164 CPUtime=0.05 cores=0,2
/proc/14096/task/14105/stat : 14105 (java) S 14094 14096 12511 0 -1 4202560 394 0 0 0 5 0 0 0 15 0 19 0 569370510 7839911936 47321 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14106] ppid=14094 vsize=7656164 CPUtime=0.12 cores=0,2
/proc/14096/task/14106/stat : 14106 (java) S 14094 14096 12511 0 -1 4202560 1759 0 0 0 12 0 0 0 15 0 19 0 569370510 7839911936 47321 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14107] ppid=14094 vsize=7656164 CPUtime=3.46 cores=0,2
/proc/14096/task/14107/stat : 14107 (java) S 14094 14096 12511 0 -1 4202560 8930 0 0 0 345 1 0 0 15 0 19 0 569370511 7839911936 47321 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469882368 0 0 0 16800975 18446604453812741248 0 0 -1 0 0 0 0
[pid=14096/tid=14108] ppid=14094 vsize=7656164 CPUtime=0 cores=0,2
/proc/14096/task/14108/stat : 14108 (java) S 14094 14096 12511 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 569370511 7839911936 47321 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14109] ppid=14094 vsize=7656164 CPUtime=0 cores=0,2
/proc/14096/task/14109/stat : 14109 (java) S 14094 14096 12511 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 569370511 7839911936 47321 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14110] ppid=14094 vsize=7656164 CPUtime=0 cores=0,2
/proc/14096/task/14110/stat : 14110 (java) S 14094 14096 12511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 569370514 7839911936 47321 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469889457 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14111] ppid=14094 vsize=7656164 CPUtime=0.68 cores=0,2
/proc/14096/task/14111/stat : 14111 (java) S 14094 14096 12511 0 -1 4202560 7630 0 0 0 67 1 0 0 16 0 19 0 569370514 7839911936 47321 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14112] ppid=14094 vsize=7656164 CPUtime=0.49 cores=0,2
/proc/14096/task/14112/stat : 14112 (java) S 14094 14096 12511 0 -1 4202560 3049 0 0 0 48 1 0 0 15 0 19 0 569370514 7839911936 47321 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 0 0 0 0
[pid=14096/tid=14113] ppid=14094 vsize=7656164 CPUtime=0 cores=0,2
/proc/14096/task/14113/stat : 14113 (java) S 14094 14096 12511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 569370514 7839911936 47321 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14114] ppid=14094 vsize=7656164 CPUtime=0 cores=0,2
/proc/14096/task/14114/stat : 14114 (java) S 14094 14096 12511 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 569370514 7839911936 47321 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469882368 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14115] ppid=14094 vsize=7656164 CPUtime=0 cores=0,2
/proc/14096/task/14115/stat : 14115 (java) S 14094 14096 12511 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 569370552 7839911936 47321 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469882368 0 4 0 16800975 18446604453812741248 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1183.79
Current children cumulated vsize (KiB) 7656164

[startup+1242.3 s]
/proc/loadavg: 4.14 4.00 3.49 5/262 14196
/proc/meminfo: memFree=21340304/32951124 swapFree=67111348/67111528
[pid=14096] ppid=14094 vsize=7656164 CPUtime=1243.82 cores=0,2
/proc/14096/stat : 14096 (java) S 14094 14096 12511 0 -1 4202496 59522 0 1 0 124369 13 0 0 21 0 19 0 569370508 7839911936 55019 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14096/statm: 1914041 55019 2253 9 0 1904779 0
[pid=14096/tid=14097] ppid=14094 vsize=7656164 CPUtime=1238.23 cores=0,2
/proc/14096/task/14097/stat : 14097 (java) R 14094 14096 12511 0 -1 4202560 22008 0 1 0 123817 6 0 0 25 0 19 0 569370509 7839911936 55019 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 46912505780674 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14096/tid=14099] ppid=14094 vsize=7656164 CPUtime=0.13 cores=0,2
/proc/14096/task/14099/stat : 14099 (java) S 14094 14096 12511 0 -1 4202560 4788 0 0 0 13 0 0 0 15 0 19 0 569370510 7839911936 55019 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14100] ppid=14094 vsize=7656164 CPUtime=0.1 cores=0,2
/proc/14096/task/14100/stat : 14100 (java) S 14094 14096 12511 0 -1 4202560 2101 0 0 0 10 0 0 0 15 0 19 0 569370510 7839911936 55019 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14101] ppid=14094 vsize=7656164 CPUtime=0.12 cores=0,2
/proc/14096/task/14101/stat : 14101 (java) S 14094 14096 12511 0 -1 4202560 4416 0 0 0 12 0 0 0 15 0 19 0 569370510 7839911936 55019 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14102] ppid=14094 vsize=7656164 CPUtime=0.03 cores=0,2
/proc/14096/task/14102/stat : 14102 (java) S 14094 14096 12511 0 -1 4202560 222 0 0 0 3 0 0 0 15 0 19 0 569370510 7839911936 55019 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14103] ppid=14094 vsize=7656164 CPUtime=0.06 cores=0,2
/proc/14096/task/14103/stat : 14103 (java) S 14094 14096 12511 0 -1 4202560 1288 0 0 0 6 0 0 0 15 0 19 0 569370510 7839911936 55019 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14104] ppid=14094 vsize=7656164 CPUtime=0.1 cores=0,2
/proc/14096/task/14104/stat : 14104 (java) S 14094 14096 12511 0 -1 4202560 1711 0 0 0 10 0 0 0 15 0 19 0 569370510 7839911936 55019 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14105] ppid=14094 vsize=7656164 CPUtime=0.05 cores=0,2
/proc/14096/task/14105/stat : 14105 (java) S 14094 14096 12511 0 -1 4202560 394 0 0 0 5 0 0 0 15 0 19 0 569370510 7839911936 55019 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14106] ppid=14094 vsize=7656164 CPUtime=0.12 cores=0,2
/proc/14096/task/14106/stat : 14106 (java) S 14094 14096 12511 0 -1 4202560 1759 0 0 0 12 0 0 0 15 0 19 0 569370510 7839911936 55019 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14107] ppid=14094 vsize=7656164 CPUtime=3.6 cores=0,2
/proc/14096/task/14107/stat : 14107 (java) S 14094 14096 12511 0 -1 4202560 8932 0 0 0 359 1 0 0 15 0 19 0 569370511 7839911936 55019 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469882368 0 0 0 16800975 18446604453812741248 0 0 -1 0 0 0 0
[pid=14096/tid=14108] ppid=14094 vsize=7656164 CPUtime=0 cores=0,2
/proc/14096/task/14108/stat : 14108 (java) S 14094 14096 12511 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 569370511 7839911936 55019 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14109] ppid=14094 vsize=7656164 CPUtime=0 cores=0,2
/proc/14096/task/14109/stat : 14109 (java) S 14094 14096 12511 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 569370511 7839911936 55019 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14110] ppid=14094 vsize=7656164 CPUtime=0 cores=0,2
/proc/14096/task/14110/stat : 14110 (java) S 14094 14096 12511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 569370514 7839911936 55019 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469889457 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14111] ppid=14094 vsize=7656164 CPUtime=0.68 cores=0,2
/proc/14096/task/14111/stat : 14111 (java) S 14094 14096 12511 0 -1 4202560 7630 0 0 0 67 1 0 0 16 0 19 0 569370514 7839911936 55019 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14112] ppid=14094 vsize=7656164 CPUtime=0.49 cores=0,2
/proc/14096/task/14112/stat : 14112 (java) S 14094 14096 12511 0 -1 4202560 3049 0 0 0 48 1 0 0 15 0 19 0 569370514 7839911936 55019 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 0 0 0 0
[pid=14096/tid=14113] ppid=14094 vsize=7656164 CPUtime=0 cores=0,2
/proc/14096/task/14113/stat : 14113 (java) S 14094 14096 12511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 569370514 7839911936 55019 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14114] ppid=14094 vsize=7656164 CPUtime=0 cores=0,2
/proc/14096/task/14114/stat : 14114 (java) S 14094 14096 12511 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 569370514 7839911936 55019 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469882368 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14115] ppid=14094 vsize=7656164 CPUtime=0 cores=0,2
/proc/14096/task/14115/stat : 14115 (java) S 14094 14096 12511 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 569370552 7839911936 55019 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469882368 0 4 0 16800975 18446604453812741248 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1243.82
Current children cumulated vsize (KiB) 7656164



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.00 3.52 4/242 14200
/proc/meminfo: memFree=21409828/32951124 swapFree=67111348/67111528
[pid=14096] ppid=14094 vsize=7656164 CPUtime=1301.54 cores=0,2
/proc/14096/stat : 14096 (java) S 14094 14096 12511 0 -1 4202496 59986 0 1 0 130141 13 0 0 21 0 19 0 569370508 7839911936 55476 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14096/statm: 1914041 55476 2253 9 0 1904779 0
[pid=14096/tid=14097] ppid=14094 vsize=7656164 CPUtime=1295.82 cores=0,2
/proc/14096/task/14097/stat : 14097 (java) R 14094 14096 12511 0 -1 4202560 22009 0 1 0 129576 6 0 0 25 0 19 0 569370509 7839911936 55476 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 46912505718327 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14096/tid=14099] ppid=14094 vsize=7656164 CPUtime=0.13 cores=0,2
/proc/14096/task/14099/stat : 14099 (java) S 14094 14096 12511 0 -1 4202560 4788 0 0 0 13 0 0 0 15 0 19 0 569370510 7839911936 55476 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14100] ppid=14094 vsize=7656164 CPUtime=0.1 cores=0,2
/proc/14096/task/14100/stat : 14100 (java) S 14094 14096 12511 0 -1 4202560 2101 0 0 0 10 0 0 0 15 0 19 0 569370510 7839911936 55476 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14101] ppid=14094 vsize=7656164 CPUtime=0.12 cores=0,2
/proc/14096/task/14101/stat : 14101 (java) S 14094 14096 12511 0 -1 4202560 4416 0 0 0 12 0 0 0 15 0 19 0 569370510 7839911936 55476 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14102] ppid=14094 vsize=7656164 CPUtime=0.03 cores=0,2
/proc/14096/task/14102/stat : 14102 (java) S 14094 14096 12511 0 -1 4202560 222 0 0 0 3 0 0 0 15 0 19 0 569370510 7839911936 55476 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14103] ppid=14094 vsize=7656164 CPUtime=0.08 cores=0,2
/proc/14096/task/14103/stat : 14103 (java) S 14094 14096 12511 0 -1 4202560 1568 0 0 0 8 0 0 0 16 0 19 0 569370510 7839911936 55476 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14104] ppid=14094 vsize=7656164 CPUtime=0.1 cores=0,2
/proc/14096/task/14104/stat : 14104 (java) S 14094 14096 12511 0 -1 4202560 1711 0 0 0 10 0 0 0 15 0 19 0 569370510 7839911936 55476 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14105] ppid=14094 vsize=7656164 CPUtime=0.05 cores=0,2
/proc/14096/task/14105/stat : 14105 (java) S 14094 14096 12511 0 -1 4202560 394 0 0 0 5 0 0 0 15 0 19 0 569370510 7839911936 55476 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14106] ppid=14094 vsize=7656164 CPUtime=0.13 cores=0,2
/proc/14096/task/14106/stat : 14106 (java) S 14094 14096 12511 0 -1 4202560 1822 0 0 0 13 0 0 0 15 0 19 0 569370510 7839911936 55476 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14107] ppid=14094 vsize=7656164 CPUtime=3.7 cores=0,2
/proc/14096/task/14107/stat : 14107 (java) S 14094 14096 12511 0 -1 4202560 9048 0 0 0 369 1 0 0 15 0 19 0 569370511 7839911936 55476 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469882368 0 0 0 16800975 18446604453812741248 0 0 -1 0 0 0 0
[pid=14096/tid=14108] ppid=14094 vsize=7656164 CPUtime=0 cores=0,2
/proc/14096/task/14108/stat : 14108 (java) S 14094 14096 12511 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 569370511 7839911936 55476 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14109] ppid=14094 vsize=7656164 CPUtime=0 cores=0,2
/proc/14096/task/14109/stat : 14109 (java) S 14094 14096 12511 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 569370511 7839911936 55476 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14110] ppid=14094 vsize=7656164 CPUtime=0 cores=0,2
/proc/14096/task/14110/stat : 14110 (java) S 14094 14096 12511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 569370514 7839911936 55476 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469889457 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14111] ppid=14094 vsize=7656164 CPUtime=0.68 cores=0,2
/proc/14096/task/14111/stat : 14111 (java) S 14094 14096 12511 0 -1 4202560 7630 0 0 0 67 1 0 0 16 0 19 0 569370514 7839911936 55476 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14112] ppid=14094 vsize=7656164 CPUtime=0.49 cores=0,2
/proc/14096/task/14112/stat : 14112 (java) S 14094 14096 12511 0 -1 4202560 3049 0 0 0 48 1 0 0 15 0 19 0 569370514 7839911936 55476 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 0 0 0 0
[pid=14096/tid=14113] ppid=14094 vsize=7656164 CPUtime=0 cores=0,2
/proc/14096/task/14113/stat : 14113 (java) S 14094 14096 12511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 569370514 7839911936 55476 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469881753 0 4 0 16800975 18446604453812741248 0 0 -1 2 0 0 0
[pid=14096/tid=14114] ppid=14094 vsize=7656164 CPUtime=0 cores=0,2
/proc/14096/task/14114/stat : 14114 (java) R 14094 14096 12511 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 569370514 7839911936 55476 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469882368 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=14096/tid=14115] ppid=14094 vsize=7656164 CPUtime=0 cores=0,2
/proc/14096/task/14115/stat : 14115 (java) S 14094 14096 12511 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 569370552 7839911936 55476 33554432000 1073741824 1073778376 140734520031520 18446744073709551615 252469882368 0 4 0 16800975 18446604453812741248 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1301.54
Current children cumulated vsize (KiB) 7656164

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.04
CPU time (s): 1301.61
CPU user time (s): 1301.46
CPU system time (s): 0.148977
CPU usage (%): 100.12
Max. virtual memory (cumulated for all children) (KiB): 7661600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.46
system time used= 0.148977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60020
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= 27589
involuntary context switches= 5607

runsolver used 2.26166 second user time and 4.85526 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-26 06:16:40
IDJOB=3291513
IDBENCH=84227
IDSOLVER=1611
FILE ID=node111/3291513-1303791400
RUNJOBID= node111-1303791400-14048
PBS_JOBID= 13157239
Free space on /tmp= 70968 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT03/industrial/li/li-test4/li-test4-100.shuffled-as.sat03-370.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-3291513-1303791400/watcher-3291513-1303791400 -o /tmp/evaluation-result-3291513-1303791400/solver-3291513-1303791400 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3291513-1303791400.cnf

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

MD5SUM BENCH= 5e5606ae7367b9272c60adc115594912
RANDOM SEED=1817048860

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23695328 kB
Buffers:       1243748 kB
Cached:        7427080 kB
SwapCached:        132 kB
Active:        2894756 kB
Inactive:      5882844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23695328 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            6612 kB
Writeback:           0 kB
AnonPages:      106464 kB
Mapped:          23024 kB
Slab:           412404 kB
PageTables:       6284 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  7465256 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= 70880 MiB
End job on node111 at 2011-04-26 06:38:22