Trace number 3257552

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

General information on the benchmark

NameCRAFTED/modcircuits/
mod4block_3vars_7gates.cnf
MD5SUMcc925e6de728ca79f6f89379842f14b0
Bench CategoryCRAFTED (crafted 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 variables574
Number of clauses118394
Sum of the clauses size692282
Maximum clause length24
Minimum clause length1
Number of clauses of size 1160
Number of clauses of size 21597
Number of clauses of size 30
Number of clauses of size 41923
Number of clauses of size 57170
Number of clauses of size over 5107544

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.08	c no version file found!!!
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		6997539544
0.00/0.08	c Max memory 		7034241024
0.00/0.08	c Total memory 		7034241024
0.00/0.08	c Number of processors 	8
0.08/0.10	c --- Begin Solver configuration ---
0.08/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.08/0.10	c Learn all clauses as in MiniSAT
0.08/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.08/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.08/0.10	c Expensive reason simplification
0.08/0.10	c Armin Biere (Picosat) restarts strategy
0.08/0.10	c Glucose learned constraints deletion strategy
0.08/0.10	c timeout=2147483647s
0.08/0.10	c DB Simplification allowed=true
0.08/0.10	c --- End Solver configuration ---
0.08/0.10	c solving HOME/instance-3257552-1303470242.cnf
0.08/0.10	c reading problem ... 
0.32/0.35	c ... done. Wall clock time 0.242s.
0.32/0.35	c #vars     574
0.32/0.35	c #constraints  118394
0.32/0.35	c constraints type 
0.32/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 116637
0.32/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1597
1.43/1.38	c cleaning 2483 clauses out of 4978 with flag 5000/5000
2.33/2.24	c cleaning 4241 clauses out of 8496 with flag 11001/11001
3.32/3.25	c cleaning 5614 clauses out of 11256 with flag 18002/18002
4.72/4.69	c cleaning 6807 clauses out of 13640 with flag 26000/26000
6.64/6.50	c cleaning 7909 clauses out of 15834 with flag 35001/35001
8.64/8.54	c cleaning 8957 clauses out of 17924 with flag 45000/45000
10.94/10.84	c cleaning 9981 clauses out of 19968 with flag 56001/56001
13.74/13.63	c cleaning 10986 clauses out of 21987 with flag 68001/68001
16.95/16.82	c cleaning 11993 clauses out of 24000 with flag 81000/81000
20.45/20.36	c cleaning 12999 clauses out of 26007 with flag 95000/95000
24.45/24.32	c cleaning 13993 clauses out of 28010 with flag 110003/110003
29.05/28.94	c cleaning 15002 clauses out of 30014 with flag 126000/126000
33.75/33.67	c cleaning 15996 clauses out of 32012 with flag 143000/143000
38.96/38.86	c cleaning 17004 clauses out of 34017 with flag 161001/161001
44.85/44.77	c cleaning 17994 clauses out of 36012 with flag 180000/180000
50.76/50.63	c cleaning 19007 clauses out of 38017 with flag 200000/200000
57.05/56.93	c cleaning 19995 clauses out of 40010 with flag 221000/221000
63.75/63.63	c cleaning 21002 clauses out of 42016 with flag 243001/243001
71.66/71.52	c cleaning 22002 clauses out of 44014 with flag 266002/266002
79.95/79.89	c cleaning 22993 clauses out of 46011 with flag 290001/290001
88.86/88.71	c cleaning 24005 clauses out of 48021 with flag 315004/315004
97.76/97.65	c cleaning 25002 clauses out of 50013 with flag 341001/341001
107.36/107.22	c cleaning 25997 clauses out of 52010 with flag 368001/368001
117.26/117.16	c cleaning 26996 clauses out of 54013 with flag 396001/396001
128.36/128.27	c cleaning 28001 clauses out of 56017 with flag 425001/425001
138.57/138.49	c cleaning 29001 clauses out of 58016 with flag 455001/455001
150.57/150.41	c cleaning 30002 clauses out of 60014 with flag 486000/486000
163.67/163.52	c cleaning 30999 clauses out of 62014 with flag 518002/518002
176.77/176.68	c cleaning 32006 clauses out of 64014 with flag 551001/551001
190.98/190.85	c cleaning 33001 clauses out of 66007 with flag 585000/585000
207.28/207.10	c cleaning 33996 clauses out of 68006 with flag 620000/620000
222.58/222.45	c cleaning 34999 clauses out of 70013 with flag 656003/656003
239.18/239.09	c cleaning 35992 clauses out of 72012 with flag 693001/693001
255.99/255.87	c cleaning 37001 clauses out of 74020 with flag 731001/731001
275.59/275.48	c cleaning 38000 clauses out of 76018 with flag 770000/770000
294.49/294.39	c cleaning 39003 clauses out of 78019 with flag 810001/810001
315.70/315.55	c cleaning 40000 clauses out of 80015 with flag 851000/851000
335.71/335.50	c cleaning 40994 clauses out of 82015 with flag 893000/893000
354.91/354.80	c cleaning 42008 clauses out of 84021 with flag 936000/936000
375.61/375.49	c cleaning 42996 clauses out of 86013 with flag 980000/980000
395.51/395.32	c cleaning 44003 clauses out of 88019 with flag 1025002/1025002
416.42/416.20	c cleaning 44992 clauses out of 90016 with flag 1071002/1071002
435.93/435.70	c cleaning 46001 clauses out of 92022 with flag 1118000/1118000
462.53/462.39	c cleaning 47001 clauses out of 94021 with flag 1166000/1166000
484.24/484.07	c cleaning 48001 clauses out of 96020 with flag 1215000/1215000
511.54/511.39	c cleaning 49005 clauses out of 98019 with flag 1265000/1265000
538.15/537.96	c cleaning 50000 clauses out of 100014 with flag 1316000/1316000
565.46/565.29	c cleaning 50999 clauses out of 102014 with flag 1368000/1368000
595.06/594.83	c cleaning 51996 clauses out of 104015 with flag 1421000/1421000
625.57/625.31	c cleaning 52998 clauses out of 106019 with flag 1475000/1475000
659.97/659.79	c cleaning 54006 clauses out of 108023 with flag 1530002/1530002
690.38/690.16	c cleaning 55002 clauses out of 110015 with flag 1586000/1586000
724.58/724.34	c cleaning 55994 clauses out of 112014 with flag 1643001/1643001
760.48/760.23	c cleaning 57003 clauses out of 114019 with flag 1701000/1701000
791.79/791.53	c cleaning 57994 clauses out of 116017 with flag 1760001/1760001
825.49/825.24	c cleaning 59001 clauses out of 118022 with flag 1820000/1820000
866.00/865.71	c cleaning 59997 clauses out of 120022 with flag 1881001/1881001
903.70/903.45	c cleaning 61001 clauses out of 122025 with flag 1943001/1943001
937.40/937.20	c cleaning 62006 clauses out of 124024 with flag 2006001/2006001
978.90/978.61	c cleaning 63003 clauses out of 126017 with flag 2070000/2070000
1017.91/1017.60	c cleaning 63996 clauses out of 128014 with flag 2135000/2135000
1056.81/1056.52	c cleaning 65002 clauses out of 130018 with flag 2201000/2201000
1104.92/1104.65	c cleaning 66003 clauses out of 132016 with flag 2268000/2268000
1141.42/1141.17	c cleaning 66997 clauses out of 134014 with flag 2336001/2336001
1177.63/1177.31	c cleaning 68000 clauses out of 136016 with flag 2405000/2405000
1220.43/1220.18	c cleaning 69005 clauses out of 138016 with flag 2475000/2475000
1269.34/1269.02	c cleaning 69996 clauses out of 140011 with flag 2546000/2546000
1300.35/1300.01	c starts		: 1706
1300.35/1300.01	c conflicts		: 2596345
1300.35/1300.01	c decisions		: 3002551
1300.35/1300.01	c propagations		: 142004874
1300.35/1300.01	c inspects		: 16480141287
1300.35/1300.01	c shortcuts		: 0
1300.35/1300.01	c learnt literals	: 21
1300.35/1300.01	c learnt binary clauses	: 41
1300.35/1300.01	c learnt ternary clauses	: 109
1300.35/1300.01	c learnt constraints	: 2596324
1300.35/1300.03	c ignored constraints	: 0
1300.35/1300.03	c root simplifications	: 1727
1300.35/1300.03	c removed literals (reason simplification)	: 26015981
1300.35/1300.03	c reason swapping (by a shorter reason)	: 0
1300.35/1300.03	c Calls to reduceDB	: 67
1300.35/1300.03	c speed (assignments/second)	: 109262.03543479448
1300.35/1300.03	c non guided choices	1035
1300.35/1300.06	c learnt constraints type 
1300.35/1300.06	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 40
1300.35/1300.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 120398
1300.35/1300.06	c constraints type 
1300.35/1300.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 116637
1300.35/1300.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1597
1300.35/1300.06	s UNKNOWN
1300.35/1300.06	c Total wall clock time (in seconds) : 1299.906

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 0.85 1.66 2.64 5/222 1496
/proc/meminfo: memFree=17786048/32951124 swapFree=67111528/67111528
[pid=1496] ppid=1494 vsize=11800 CPUtime=0 cores=5,7
/proc/1496/stat : 1496 (runsolver) R 1494 1496 1007 0 -1 4202560 43 0 0 0 0 0 0 0 21 0 1 0 537254776 12083200 51 33554432000 4194304 5434984 140736242059728 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/1496/statm: 2950 51 31 303 0 2644 0

[startup+0.0935849 s]
/proc/loadavg: 0.85 1.66 2.64 5/222 1496
/proc/meminfo: memFree=17786048/32951124 swapFree=67111528/67111528
[pid=1496] ppid=1494 vsize=7570804 CPUtime=0.08 cores=5,7
/proc/1496/stat : 1496 (java) S 1494 1496 1007 0 -1 4202496 10048 0 1 0 7 1 0 0 21 0 18 0 537254776 7752503296 9744 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/1496/statm: 1892701 9744 2076 9 0 1883439 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7570804

[startup+0.100581 s]
/proc/loadavg: 0.85 1.66 2.64 5/222 1496
/proc/meminfo: memFree=17786048/32951124 swapFree=67111528/67111528
[pid=1496] ppid=1494 vsize=7570804 CPUtime=0.08 cores=5,7
/proc/1496/stat : 1496 (java) S 1494 1496 1007 0 -1 4202496 10139 0 1 0 7 1 0 0 21 0 18 0 537254776 7752503296 9835 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/1496/statm: 1892701 9835 2086 9 0 1883439 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7570804

[startup+0.300546 s]
/proc/loadavg: 0.85 1.66 2.64 5/222 1496
/proc/meminfo: memFree=17786048/32951124 swapFree=67111528/67111528
[pid=1496] ppid=1494 vsize=7572136 CPUtime=0.32 cores=5,7
/proc/1496/stat : 1496 (java) S 1494 1496 1007 0 -1 4202496 12749 0 1 0 31 1 0 0 21 0 18 0 537254776 7753867264 12288 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/1496/statm: 1893034 12288 2197 9 0 1883772 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 7572136

[startup+0.700475 s]
/proc/loadavg: 0.85 1.66 2.64 5/222 1496
/proc/meminfo: memFree=17786048/32951124 swapFree=67111528/67111528
[pid=1496] ppid=1494 vsize=7643092 CPUtime=0.8 cores=5,7
/proc/1496/stat : 1496 (java) S 1494 1496 1007 0 -1 4202496 15939 0 1 0 78 2 0 0 21 0 19 0 537254776 7826526208 14811 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/1496/statm: 1910773 14811 2220 9 0 1901511 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 7643092

[startup+1.50133 s]
/proc/loadavg: 0.85 1.66 2.64 7/262 1557
/proc/meminfo: memFree=17626828/32951124 swapFree=67111528/67111528
[pid=1496] ppid=1494 vsize=7643092 CPUtime=1.63 cores=5,7
/proc/1496/stat : 1496 (java) S 1494 1496 1007 0 -1 4202496 19681 0 1 0 161 2 0 0 21 0 19 0 537254776 7826526208 18552 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/1496/statm: 1910773 18552 2252 9 0 1901511 0
[pid=1496/tid=1498] ppid=1494 vsize=7643092 CPUtime=1.06 cores=5,7
/proc/1496/task/1498/stat : 1498 (java) R 1494 1496 1007 0 -1 4202560 11963 0 1 0 105 1 0 0 25 0 19 0 537254777 7826526208 18552 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 46912505706411 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=1496/tid=1499] ppid=1494 vsize=7643092 CPUtime=0.01 cores=5,7
/proc/1496/task/1499/stat : 1499 (java) S 1494 1496 1007 0 -1 4202560 1714 0 0 0 1 0 0 0 17 0 19 0 537254778 7826526208 18552 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1500] ppid=1494 vsize=7643092 CPUtime=0 cores=5,7
/proc/1496/task/1500/stat : 1500 (java) S 1494 1496 1007 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 537254778 7826526208 18552 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1501] ppid=1494 vsize=7643092 CPUtime=0 cores=5,7
/proc/1496/task/1501/stat : 1501 (java) S 1494 1496 1007 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 537254778 7826526208 18552 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1502] ppid=1494 vsize=7643092 CPUtime=0 cores=5,7
/proc/1496/task/1502/stat : 1502 (java) S 1494 1496 1007 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 537254778 7826526208 18552 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1503] ppid=1494 vsize=7643092 CPUtime=0 cores=5,7
/proc/1496/task/1503/stat : 1503 (java) S 1494 1496 1007 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 537254778 7826526208 18552 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1504] ppid=1494 vsize=7643092 CPUtime=0 cores=5,7
/proc/1496/task/1504/stat : 1504 (java) S 1494 1496 1007 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 537254778 7826526208 18552 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1505] ppid=1494 vsize=7643092 CPUtime=0 cores=5,7
/proc/1496/task/1505/stat : 1505 (java) S 1494 1496 1007 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 537254778 7826526208 18552 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1506] ppid=1494 vsize=7643092 CPUtime=0 cores=5,7
/proc/1496/task/1506/stat : 1506 (java) S 1494 1496 1007 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 537254778 7826526208 18552 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1516] ppid=1494 vsize=7643092 CPUtime=0.02 cores=5,7
/proc/1496/task/1516/stat : 1516 (java) S 1494 1496 1007 0 -1 4202560 1671 0 0 0 2 0 0 0 16 0 19 0 537254779 7826526208 18552 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032212480 0 0 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1521] ppid=1494 vsize=7643092 CPUtime=0 cores=5,7
/proc/1496/task/1521/stat : 1521 (java) S 1494 1496 1007 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 537254780 7826526208 18552 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1522] ppid=1494 vsize=7643092 CPUtime=0 cores=5,7
/proc/1496/task/1522/stat : 1522 (java) S 1494 1496 1007 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 537254780 7826526208 18552 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1524] ppid=1494 vsize=7643092 CPUtime=0 cores=5,7
/proc/1496/task/1524/stat : 1524 (java) S 1494 1496 1007 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 537254782 7826526208 18552 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032219569 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1525] ppid=1494 vsize=7643092 CPUtime=0.17 cores=5,7
/proc/1496/task/1525/stat : 1525 (java) S 1494 1496 1007 0 -1 4202560 1261 0 0 0 17 0 0 0 17 0 19 0 537254782 7826526208 18552 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 5 0 0 0
[pid=1496/tid=1526] ppid=1494 vsize=7643092 CPUtime=0.33 cores=5,7
/proc/1496/task/1526/stat : 1526 (java) S 1494 1496 1007 0 -1 4202560 1914 0 0 0 33 0 0 0 16 0 19 0 537254782 7826526208 18552 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1527] ppid=1494 vsize=7643092 CPUtime=0 cores=5,7
/proc/1496/task/1527/stat : 1527 (java) S 1494 1496 1007 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 537254782 7826526208 18552 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1528] ppid=1494 vsize=7643092 CPUtime=0 cores=5,7
/proc/1496/task/1528/stat : 1528 (java) S 1494 1496 1007 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 537254782 7826526208 18552 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032212480 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1534] ppid=1494 vsize=7643092 CPUtime=0 cores=5,7
/proc/1496/task/1534/stat : 1534 (java) S 1494 1496 1007 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 537254811 7826526208 18552 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032212480 0 4 0 16800975 18446604466713934592 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 7643092

[startup+3.10104 s]
/proc/loadavg: 0.85 1.66 2.64 5/262 1557
/proc/meminfo: memFree=17576732/32951124 swapFree=67111528/67111528
[pid=1496] ppid=1494 vsize=7643092 CPUtime=3.22 cores=5,7
/proc/1496/stat : 1496 (java) S 1494 1496 1007 0 -1 4202496 20021 0 1 0 320 2 0 0 21 0 19 0 537254776 7826526208 18891 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/1496/statm: 1910773 18891 2254 9 0 1901511 0
[pid=1496/tid=1498] ppid=1494 vsize=7643092 CPUtime=2.6 cores=5,7
/proc/1496/task/1498/stat : 1498 (java) R 1494 1496 1007 0 -1 4202560 11965 0 1 0 259 1 0 0 25 0 19 0 537254777 7826526208 18891 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 46912505665634 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=1496/tid=1499] ppid=1494 vsize=7643092 CPUtime=0.01 cores=5,7
/proc/1496/task/1499/stat : 1499 (java) S 1494 1496 1007 0 -1 4202560 1714 0 0 0 1 0 0 0 15 0 19 0 537254778 7826526208 18891 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1500] ppid=1494 vsize=7643092 CPUtime=0 cores=5,7
/proc/1496/task/1500/stat : 1500 (java) S 1494 1496 1007 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 537254778 7826526208 18891 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1501] ppid=1494 vsize=7643092 CPUtime=0 cores=5,7
/proc/1496/task/1501/stat : 1501 (java) S 1494 1496 1007 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 537254778 7826526208 18891 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1502] ppid=1494 vsize=7643092 CPUtime=0 cores=5,7
/proc/1496/task/1502/stat : 1502 (java) S 1494 1496 1007 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 537254778 7826526208 18891 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1503] ppid=1494 vsize=7643092 CPUtime=0 cores=5,7
/proc/1496/task/1503/stat : 1503 (java) S 1494 1496 1007 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 537254778 7826526208 18891 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1504] ppid=1494 vsize=7643092 CPUtime=0 cores=5,7
/proc/1496/task/1504/stat : 1504 (java) S 1494 1496 1007 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 537254778 7826526208 18891 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1505] ppid=1494 vsize=7643092 CPUtime=0 cores=5,7
/proc/1496/task/1505/stat : 1505 (java) S 1494 1496 1007 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 537254778 7826526208 18891 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1506] ppid=1494 vsize=7643092 CPUtime=0 cores=5,7
/proc/1496/task/1506/stat : 1506 (java) S 1494 1496 1007 0 -1 4202560 219 0 0 0 0 0 0 0 15 0 19 0 537254778 7826526208 18891 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1516] ppid=1494 vsize=7643092 CPUtime=0.04 cores=5,7
/proc/1496/task/1516/stat : 1516 (java) S 1494 1496 1007 0 -1 4202560 1786 0 0 0 4 0 0 0 16 0 19 0 537254779 7826526208 18891 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032212480 0 0 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1521] ppid=1494 vsize=7643092 CPUtime=0 cores=5,7
/proc/1496/task/1521/stat : 1521 (java) S 1494 1496 1007 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 537254780 7826526208 18891 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1522] ppid=1494 vsize=7643092 CPUtime=0 cores=5,7
/proc/1496/task/1522/stat : 1522 (java) S 1494 1496 1007 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 537254780 7826526208 18891 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1524] ppid=1494 vsize=7643092 CPUtime=0 cores=5,7
/proc/1496/task/1524/stat : 1524 (java) S 1494 1496 1007 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 537254782 7826526208 18891 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032219569 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1525] ppid=1494 vsize=7643092 CPUtime=0.17 cores=5,7
/proc/1496/task/1525/stat : 1525 (java) S 1494 1496 1007 0 -1 4202560 1261 0 0 0 17 0 0 0 17 0 19 0 537254782 7826526208 18891 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 5 0 0 0
[pid=1496/tid=1526] ppid=1494 vsize=7643092 CPUtime=0.36 cores=5,7
/proc/1496/task/1526/stat : 1526 (java) S 1494 1496 1007 0 -1 4202560 1919 0 0 0 36 0 0 0 16 0 19 0 537254782 7826526208 18891 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1527] ppid=1494 vsize=7643092 CPUtime=0 cores=5,7
/proc/1496/task/1527/stat : 1527 (java) S 1494 1496 1007 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 537254782 7826526208 18891 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1528] ppid=1494 vsize=7643092 CPUtime=0 cores=5,7
/proc/1496/task/1528/stat : 1528 (java) S 1494 1496 1007 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 537254782 7826526208 18891 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032212480 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1534] ppid=1494 vsize=7643092 CPUtime=0 cores=5,7
/proc/1496/task/1534/stat : 1534 (java) S 1494 1496 1007 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 537254811 7826526208 18891 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032212480 0 4 0 16800975 18446604466713934592 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.22
Current children cumulated vsize (KiB) 7643092

[startup+6.30148 s]
/proc/loadavg: 1.10 1.70 2.65 5/262 1557
/proc/meminfo: memFree=17569200/32951124 swapFree=67111528/67111528
[pid=1496] ppid=1494 vsize=7642692 CPUtime=6.44 cores=5,7
/proc/1496/stat : 1496 (java) S 1494 1496 1007 0 -1 4202496 20222 0 1 0 642 2 0 0 21 0 19 0 537254776 7826116608 18998 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/1496/statm: 1910673 18998 2254 9 0 1901411 0
[pid=1496/tid=1498] ppid=1494 vsize=7642692 CPUtime=5.74 cores=5,7
/proc/1496/task/1498/stat : 1498 (java) R 1494 1496 1007 0 -1 4202560 11967 0 1 0 573 1 0 0 23 0 19 0 537254777 7826116608 18998 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 46912505578655 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1496/tid=1499] ppid=1494 vsize=7642692 CPUtime=0.01 cores=5,7
/proc/1496/task/1499/stat : 1499 (java) S 1494 1496 1007 0 -1 4202560 1714 0 0 0 1 0 0 0 15 0 19 0 537254778 7826116608 18998 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 5 0 0 0
[pid=1496/tid=1500] ppid=1494 vsize=7642692 CPUtime=0 cores=5,7
/proc/1496/task/1500/stat : 1500 (java) S 1494 1496 1007 0 -1 4202560 81 0 0 0 0 0 0 0 16 0 19 0 537254778 7826116608 18998 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 5 0 0 0
[pid=1496/tid=1501] ppid=1494 vsize=7642692 CPUtime=0 cores=5,7
/proc/1496/task/1501/stat : 1501 (java) S 1494 1496 1007 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 537254778 7826116608 18998 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 5 0 0 0
[pid=1496/tid=1502] ppid=1494 vsize=7642692 CPUtime=0 cores=5,7
/proc/1496/task/1502/stat : 1502 (java) S 1494 1496 1007 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 537254778 7826116608 18998 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 5 0 0 0
[pid=1496/tid=1503] ppid=1494 vsize=7642692 CPUtime=0 cores=5,7
/proc/1496/task/1503/stat : 1503 (java) S 1494 1496 1007 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 537254778 7826116608 18998 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 5 0 0 0
[pid=1496/tid=1504] ppid=1494 vsize=7642692 CPUtime=0 cores=5,7
/proc/1496/task/1504/stat : 1504 (java) S 1494 1496 1007 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 19 0 537254778 7826116608 18998 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 5 0 0 0
[pid=1496/tid=1505] ppid=1494 vsize=7642692 CPUtime=0 cores=5,7
/proc/1496/task/1505/stat : 1505 (java) S 1494 1496 1007 0 -1 4202560 35 0 0 0 0 0 0 0 16 0 19 0 537254778 7826116608 18998 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 5 0 0 0
[pid=1496/tid=1506] ppid=1494 vsize=7642692 CPUtime=0 cores=5,7
/proc/1496/task/1506/stat : 1506 (java) S 1494 1496 1007 0 -1 4202560 219 0 0 0 0 0 0 0 15 0 19 0 537254778 7826116608 18998 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 5 0 0 0
[pid=1496/tid=1516] ppid=1494 vsize=7642692 CPUtime=0.09 cores=5,7
/proc/1496/task/1516/stat : 1516 (java) S 1494 1496 1007 0 -1 4202560 1863 0 0 0 9 0 0 0 15 0 19 0 537254779 7826116608 18998 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032212480 0 0 0 16800975 18446604466713934592 0 0 -1 5 0 0 0
[pid=1496/tid=1521] ppid=1494 vsize=7642692 CPUtime=0 cores=5,7
/proc/1496/task/1521/stat : 1521 (java) S 1494 1496 1007 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 537254780 7826116608 18998 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1522] ppid=1494 vsize=7642692 CPUtime=0 cores=5,7
/proc/1496/task/1522/stat : 1522 (java) S 1494 1496 1007 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 537254780 7826116608 18998 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1524] ppid=1494 vsize=7642692 CPUtime=0 cores=5,7
/proc/1496/task/1524/stat : 1524 (java) S 1494 1496 1007 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 537254782 7826116608 18998 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032219569 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1525] ppid=1494 vsize=7642692 CPUtime=0.17 cores=5,7
/proc/1496/task/1525/stat : 1525 (java) S 1494 1496 1007 0 -1 4202560 1261 0 0 0 17 0 0 0 17 0 19 0 537254782 7826116608 18998 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 5 0 0 0
[pid=1496/tid=1526] ppid=1494 vsize=7642692 CPUtime=0.39 cores=5,7
/proc/1496/task/1526/stat : 1526 (java) S 1494 1496 1007 0 -1 4202560 1926 0 0 0 39 0 0 0 15 0 19 0 537254782 7826116608 18998 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1527] ppid=1494 vsize=7642692 CPUtime=0 cores=5,7
/proc/1496/task/1527/stat : 1527 (java) S 1494 1496 1007 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 537254782 7826116608 18998 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1528] ppid=1494 vsize=7642692 CPUtime=0 cores=5,7
/proc/1496/task/1528/stat : 1528 (java) S 1494 1496 1007 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 537254782 7826116608 18998 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032212480 0 4 0 16800975 18446604466713934592 0 0 -1 5 0 0 0
[pid=1496/tid=1534] ppid=1494 vsize=7642692 CPUtime=0 cores=5,7
/proc/1496/task/1534/stat : 1534 (java) S 1494 1496 1007 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 537254811 7826116608 18998 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032212480 0 4 0 16800975 18446604466713934592 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.44
Current children cumulated vsize (KiB) 7642692

[startup+12.7013 s]

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

[pid=1496/tid=1504] ppid=1494 vsize=7642692 CPUtime=0.05 cores=5,7
/proc/1496/task/1504/stat : 1504 (java) S 1494 1496 1007 0 -1 4202560 377 0 0 0 5 0 0 0 15 0 19 0 537254778 7826116608 23588 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1505] ppid=1494 vsize=7642692 CPUtime=0.05 cores=5,7
/proc/1496/task/1505/stat : 1505 (java) S 1494 1496 1007 0 -1 4202560 439 0 0 0 5 0 0 0 15 0 19 0 537254778 7826116608 23588 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1506] ppid=1494 vsize=7642692 CPUtime=0.05 cores=5,7
/proc/1496/task/1506/stat : 1506 (java) S 1494 1496 1007 0 -1 4202560 431 0 0 0 5 0 0 0 16 0 19 0 537254778 7826116608 23588 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1516] ppid=1494 vsize=7642692 CPUtime=2.29 cores=5,7
/proc/1496/task/1516/stat : 1516 (java) S 1494 1496 1007 0 -1 4202560 5075 0 0 0 229 0 0 0 15 0 19 0 537254779 7826116608 23588 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032212480 0 0 0 16800975 18446604466713934592 0 0 -1 5 0 0 0
[pid=1496/tid=1521] ppid=1494 vsize=7642692 CPUtime=0 cores=5,7
/proc/1496/task/1521/stat : 1521 (java) S 1494 1496 1007 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 537254780 7826116608 23588 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1522] ppid=1494 vsize=7642692 CPUtime=0 cores=5,7
/proc/1496/task/1522/stat : 1522 (java) S 1494 1496 1007 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 537254780 7826116608 23588 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1524] ppid=1494 vsize=7642692 CPUtime=0 cores=5,7
/proc/1496/task/1524/stat : 1524 (java) S 1494 1496 1007 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 537254782 7826116608 23588 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032219569 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1525] ppid=1494 vsize=7642692 CPUtime=0.17 cores=5,7
/proc/1496/task/1525/stat : 1525 (java) S 1494 1496 1007 0 -1 4202560 1261 0 0 0 17 0 0 0 17 0 19 0 537254782 7826116608 23588 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 5 0 0 0
[pid=1496/tid=1526] ppid=1494 vsize=7642692 CPUtime=0.39 cores=5,7
/proc/1496/task/1526/stat : 1526 (java) S 1494 1496 1007 0 -1 4202560 1926 0 0 0 39 0 0 0 15 0 19 0 537254782 7826116608 23588 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1527] ppid=1494 vsize=7642692 CPUtime=0 cores=5,7
/proc/1496/task/1527/stat : 1527 (java) S 1494 1496 1007 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 537254782 7826116608 23588 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1528] ppid=1494 vsize=7642692 CPUtime=0 cores=5,7
/proc/1496/task/1528/stat : 1528 (java) S 1494 1496 1007 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 19 0 537254782 7826116608 23588 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032212480 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1534] ppid=1494 vsize=7642692 CPUtime=0 cores=5,7
/proc/1496/task/1534/stat : 1534 (java) S 1494 1496 1007 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 537254811 7826116608 23588 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032212480 0 4 0 16800975 18446604466713934592 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1122.62
Current children cumulated vsize (KiB) 7642692

[startup+1182.3 s]
/proc/loadavg: 4.01 3.97 3.60 5/262 1727
/proc/meminfo: memFree=17372844/32951124 swapFree=67111528/67111528
[pid=1496] ppid=1494 vsize=7642692 CPUtime=1182.63 cores=5,7
/proc/1496/stat : 1496 (java) S 1494 1496 1007 0 -1 4202496 25008 0 1 0 118260 3 0 0 21 0 19 0 537254776 7826116608 23589 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/1496/statm: 1910673 23589 2254 9 0 1901411 0
[pid=1496/tid=1498] ppid=1494 vsize=7642692 CPUtime=1179.22 cores=5,7
/proc/1496/task/1498/stat : 1498 (java) R 1494 1496 1007 0 -1 4202560 12028 0 1 0 117921 1 0 0 25 0 19 0 537254777 7826116608 23589 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 46912505573456 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1496/tid=1499] ppid=1494 vsize=7642692 CPUtime=0.06 cores=5,7
/proc/1496/task/1499/stat : 1499 (java) S 1494 1496 1007 0 -1 4202560 1906 0 0 0 6 0 0 0 15 0 19 0 537254778 7826116608 23589 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1500] ppid=1494 vsize=7642692 CPUtime=0.03 cores=5,7
/proc/1496/task/1500/stat : 1500 (java) S 1494 1496 1007 0 -1 4202560 268 0 0 0 3 0 0 0 15 0 19 0 537254778 7826116608 23589 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1501] ppid=1494 vsize=7642692 CPUtime=0.04 cores=5,7
/proc/1496/task/1501/stat : 1501 (java) S 1494 1496 1007 0 -1 4202560 27 0 0 0 4 0 0 0 15 0 19 0 537254778 7826116608 23589 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1502] ppid=1494 vsize=7642692 CPUtime=0.04 cores=5,7
/proc/1496/task/1502/stat : 1502 (java) S 1494 1496 1007 0 -1 4202560 24 0 0 0 4 0 0 0 15 0 19 0 537254778 7826116608 23589 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1503] ppid=1494 vsize=7642692 CPUtime=0.05 cores=5,7
/proc/1496/task/1503/stat : 1503 (java) S 1494 1496 1007 0 -1 4202560 22 0 0 0 5 0 0 0 15 0 19 0 537254778 7826116608 23589 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1504] ppid=1494 vsize=7642692 CPUtime=0.06 cores=5,7
/proc/1496/task/1504/stat : 1504 (java) S 1494 1496 1007 0 -1 4202560 377 0 0 0 6 0 0 0 15 0 19 0 537254778 7826116608 23589 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1505] ppid=1494 vsize=7642692 CPUtime=0.05 cores=5,7
/proc/1496/task/1505/stat : 1505 (java) S 1494 1496 1007 0 -1 4202560 439 0 0 0 5 0 0 0 15 0 19 0 537254778 7826116608 23589 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1506] ppid=1494 vsize=7642692 CPUtime=0.05 cores=5,7
/proc/1496/task/1506/stat : 1506 (java) S 1494 1496 1007 0 -1 4202560 431 0 0 0 5 0 0 0 15 0 19 0 537254778 7826116608 23589 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1516] ppid=1494 vsize=7642692 CPUtime=2.4 cores=5,7
/proc/1496/task/1516/stat : 1516 (java) S 1494 1496 1007 0 -1 4202560 5080 0 0 0 240 0 0 0 15 0 19 0 537254779 7826116608 23589 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032212480 0 0 0 16800975 18446604466713934592 0 0 -1 5 0 0 0
[pid=1496/tid=1521] ppid=1494 vsize=7642692 CPUtime=0 cores=5,7
/proc/1496/task/1521/stat : 1521 (java) S 1494 1496 1007 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 537254780 7826116608 23589 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1522] ppid=1494 vsize=7642692 CPUtime=0 cores=5,7
/proc/1496/task/1522/stat : 1522 (java) S 1494 1496 1007 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 537254780 7826116608 23589 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1524] ppid=1494 vsize=7642692 CPUtime=0 cores=5,7
/proc/1496/task/1524/stat : 1524 (java) S 1494 1496 1007 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 537254782 7826116608 23589 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032219569 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1525] ppid=1494 vsize=7642692 CPUtime=0.17 cores=5,7
/proc/1496/task/1525/stat : 1525 (java) S 1494 1496 1007 0 -1 4202560 1261 0 0 0 17 0 0 0 17 0 19 0 537254782 7826116608 23589 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 5 0 0 0
[pid=1496/tid=1526] ppid=1494 vsize=7642692 CPUtime=0.39 cores=5,7
/proc/1496/task/1526/stat : 1526 (java) S 1494 1496 1007 0 -1 4202560 1926 0 0 0 39 0 0 0 15 0 19 0 537254782 7826116608 23589 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1527] ppid=1494 vsize=7642692 CPUtime=0 cores=5,7
/proc/1496/task/1527/stat : 1527 (java) S 1494 1496 1007 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 537254782 7826116608 23589 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1528] ppid=1494 vsize=7642692 CPUtime=0 cores=5,7
/proc/1496/task/1528/stat : 1528 (java) S 1494 1496 1007 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 537254782 7826116608 23589 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032212480 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1534] ppid=1494 vsize=7642692 CPUtime=0 cores=5,7
/proc/1496/task/1534/stat : 1534 (java) S 1494 1496 1007 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 537254811 7826116608 23589 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032212480 0 4 0 16800975 18446604466713934592 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1182.63
Current children cumulated vsize (KiB) 7642692

[startup+1242.3 s]
/proc/loadavg: 4.06 3.99 3.63 5/262 1728
/proc/meminfo: memFree=17363852/32951124 swapFree=67111528/67111528
[pid=1496] ppid=1494 vsize=7642692 CPUtime=1242.64 cores=5,7
/proc/1496/stat : 1496 (java) S 1494 1496 1007 0 -1 4202496 25863 0 1 0 124261 3 0 0 21 0 19 0 537254776 7826116608 24437 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/1496/statm: 1910673 24437 2254 9 0 1901411 0
[pid=1496/tid=1498] ppid=1494 vsize=7642692 CPUtime=1239.16 cores=5,7
/proc/1496/task/1498/stat : 1498 (java) R 1494 1496 1007 0 -1 4202560 12029 0 1 0 123915 1 0 0 25 0 19 0 537254777 7826116608 24437 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 46912505578755 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1496/tid=1499] ppid=1494 vsize=7642692 CPUtime=0.06 cores=5,7
/proc/1496/task/1499/stat : 1499 (java) S 1494 1496 1007 0 -1 4202560 1906 0 0 0 6 0 0 0 15 0 19 0 537254778 7826116608 24437 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1500] ppid=1494 vsize=7642692 CPUtime=0.03 cores=5,7
/proc/1496/task/1500/stat : 1500 (java) S 1494 1496 1007 0 -1 4202560 268 0 0 0 3 0 0 0 15 0 19 0 537254778 7826116608 24437 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1501] ppid=1494 vsize=7642692 CPUtime=0.04 cores=5,7
/proc/1496/task/1501/stat : 1501 (java) S 1494 1496 1007 0 -1 4202560 27 0 0 0 4 0 0 0 16 0 19 0 537254778 7826116608 24437 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1502] ppid=1494 vsize=7642692 CPUtime=0.04 cores=5,7
/proc/1496/task/1502/stat : 1502 (java) S 1494 1496 1007 0 -1 4202560 24 0 0 0 4 0 0 0 15 0 19 0 537254778 7826116608 24437 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1503] ppid=1494 vsize=7642692 CPUtime=0.06 cores=5,7
/proc/1496/task/1503/stat : 1503 (java) S 1494 1496 1007 0 -1 4202560 300 0 0 0 6 0 0 0 16 0 19 0 537254778 7826116608 24437 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1504] ppid=1494 vsize=7642692 CPUtime=0.06 cores=5,7
/proc/1496/task/1504/stat : 1504 (java) S 1494 1496 1007 0 -1 4202560 377 0 0 0 6 0 0 0 15 0 19 0 537254778 7826116608 24437 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1505] ppid=1494 vsize=7642692 CPUtime=0.06 cores=5,7
/proc/1496/task/1505/stat : 1505 (java) S 1494 1496 1007 0 -1 4202560 776 0 0 0 6 0 0 0 15 0 19 0 537254778 7826116608 24437 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1506] ppid=1494 vsize=7642692 CPUtime=0.05 cores=5,7
/proc/1496/task/1506/stat : 1506 (java) S 1494 1496 1007 0 -1 4202560 431 0 0 0 5 0 0 0 15 0 19 0 537254778 7826116608 24437 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1516] ppid=1494 vsize=7642692 CPUtime=2.44 cores=5,7
/proc/1496/task/1516/stat : 1516 (java) S 1494 1496 1007 0 -1 4202560 5315 0 0 0 244 0 0 0 15 0 19 0 537254779 7826116608 24437 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032212480 0 0 0 16800975 18446604466713934592 0 0 -1 5 0 0 0
[pid=1496/tid=1521] ppid=1494 vsize=7642692 CPUtime=0 cores=5,7
/proc/1496/task/1521/stat : 1521 (java) S 1494 1496 1007 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 537254780 7826116608 24437 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1522] ppid=1494 vsize=7642692 CPUtime=0 cores=5,7
/proc/1496/task/1522/stat : 1522 (java) S 1494 1496 1007 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 537254780 7826116608 24437 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1524] ppid=1494 vsize=7642692 CPUtime=0 cores=5,7
/proc/1496/task/1524/stat : 1524 (java) S 1494 1496 1007 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 537254782 7826116608 24437 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032219569 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1525] ppid=1494 vsize=7642692 CPUtime=0.17 cores=5,7
/proc/1496/task/1525/stat : 1525 (java) S 1494 1496 1007 0 -1 4202560 1261 0 0 0 17 0 0 0 17 0 19 0 537254782 7826116608 24437 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 5 0 0 0
[pid=1496/tid=1526] ppid=1494 vsize=7642692 CPUtime=0.39 cores=5,7
/proc/1496/task/1526/stat : 1526 (java) S 1494 1496 1007 0 -1 4202560 1926 0 0 0 39 0 0 0 15 0 19 0 537254782 7826116608 24437 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1527] ppid=1494 vsize=7642692 CPUtime=0 cores=5,7
/proc/1496/task/1527/stat : 1527 (java) S 1494 1496 1007 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 537254782 7826116608 24437 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1528] ppid=1494 vsize=7642692 CPUtime=0 cores=5,7
/proc/1496/task/1528/stat : 1528 (java) S 1494 1496 1007 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 537254782 7826116608 24437 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032212480 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1534] ppid=1494 vsize=7642692 CPUtime=0 cores=5,7
/proc/1496/task/1534/stat : 1534 (java) S 1494 1496 1007 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 537254811 7826116608 24437 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032212480 0 4 0 16800975 18446604466713934592 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1242.64
Current children cumulated vsize (KiB) 7642692



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 3.99 3.65 4/242 1733
/proc/meminfo: memFree=17520088/32951124 swapFree=67111528/67111528
[pid=1496] ppid=1494 vsize=7642692 CPUtime=1300.35 cores=5,7
/proc/1496/stat : 1496 (java) S 1494 1496 1007 0 -1 4202496 25999 0 1 0 130032 3 0 0 21 0 19 0 537254776 7826116608 24568 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/1496/statm: 1910673 24568 2254 9 0 1901411 0
[pid=1496/tid=1498] ppid=1494 vsize=7642692 CPUtime=1296.82 cores=5,7
/proc/1496/task/1498/stat : 1498 (java) R 1494 1496 1007 0 -1 4202560 12030 0 1 0 129681 1 0 0 25 0 19 0 537254777 7826116608 24568 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 46912505578595 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1496/tid=1499] ppid=1494 vsize=7642692 CPUtime=0.07 cores=5,7
/proc/1496/task/1499/stat : 1499 (java) S 1494 1496 1007 0 -1 4202560 1906 0 0 0 7 0 0 0 15 0 19 0 537254778 7826116608 24568 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1500] ppid=1494 vsize=7642692 CPUtime=0.03 cores=5,7
/proc/1496/task/1500/stat : 1500 (java) S 1494 1496 1007 0 -1 4202560 268 0 0 0 3 0 0 0 15 0 19 0 537254778 7826116608 24568 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1501] ppid=1494 vsize=7642692 CPUtime=0.04 cores=5,7
/proc/1496/task/1501/stat : 1501 (java) S 1494 1496 1007 0 -1 4202560 27 0 0 0 4 0 0 0 15 0 19 0 537254778 7826116608 24568 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1502] ppid=1494 vsize=7642692 CPUtime=0.04 cores=5,7
/proc/1496/task/1502/stat : 1502 (java) S 1494 1496 1007 0 -1 4202560 24 0 0 0 4 0 0 0 16 0 19 0 537254778 7826116608 24568 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1503] ppid=1494 vsize=7642692 CPUtime=0.06 cores=5,7
/proc/1496/task/1503/stat : 1503 (java) S 1494 1496 1007 0 -1 4202560 300 0 0 0 6 0 0 0 15 0 19 0 537254778 7826116608 24568 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1504] ppid=1494 vsize=7642692 CPUtime=0.06 cores=5,7
/proc/1496/task/1504/stat : 1504 (java) S 1494 1496 1007 0 -1 4202560 377 0 0 0 6 0 0 0 15 0 19 0 537254778 7826116608 24568 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1505] ppid=1494 vsize=7642692 CPUtime=0.06 cores=5,7
/proc/1496/task/1505/stat : 1505 (java) S 1494 1496 1007 0 -1 4202560 776 0 0 0 6 0 0 0 15 0 19 0 537254778 7826116608 24568 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1506] ppid=1494 vsize=7642692 CPUtime=0.05 cores=5,7
/proc/1496/task/1506/stat : 1506 (java) S 1494 1496 1007 0 -1 4202560 431 0 0 0 5 0 0 0 16 0 19 0 537254778 7826116608 24568 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1516] ppid=1494 vsize=7642692 CPUtime=2.49 cores=5,7
/proc/1496/task/1516/stat : 1516 (java) S 1494 1496 1007 0 -1 4202560 5448 0 0 0 249 0 0 0 15 0 19 0 537254779 7826116608 24568 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032212480 0 0 0 16800975 18446604466713934592 0 0 -1 5 0 0 0
[pid=1496/tid=1521] ppid=1494 vsize=7642692 CPUtime=0 cores=5,7
/proc/1496/task/1521/stat : 1521 (java) S 1494 1496 1007 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 537254780 7826116608 24568 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1522] ppid=1494 vsize=7642692 CPUtime=0 cores=5,7
/proc/1496/task/1522/stat : 1522 (java) S 1494 1496 1007 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 537254780 7826116608 24568 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1524] ppid=1494 vsize=7642692 CPUtime=0 cores=5,7
/proc/1496/task/1524/stat : 1524 (java) S 1494 1496 1007 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 537254782 7826116608 24568 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032219569 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1525] ppid=1494 vsize=7642692 CPUtime=0.17 cores=5,7
/proc/1496/task/1525/stat : 1525 (java) S 1494 1496 1007 0 -1 4202560 1261 0 0 0 17 0 0 0 17 0 19 0 537254782 7826116608 24568 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 5 0 0 0
[pid=1496/tid=1526] ppid=1494 vsize=7642692 CPUtime=0.39 cores=5,7
/proc/1496/task/1526/stat : 1526 (java) S 1494 1496 1007 0 -1 4202560 1926 0 0 0 39 0 0 0 15 0 19 0 537254782 7826116608 24568 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1527] ppid=1494 vsize=7642692 CPUtime=0 cores=5,7
/proc/1496/task/1527/stat : 1527 (java) S 1494 1496 1007 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 537254782 7826116608 24568 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032211865 0 4 0 16800975 18446604466713934592 0 0 -1 7 0 0 0
[pid=1496/tid=1528] ppid=1494 vsize=7642692 CPUtime=0 cores=5,7
/proc/1496/task/1528/stat : 1528 (java) R 1494 1496 1007 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 19 0 537254782 7826116608 24568 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032212480 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=1496/tid=1534] ppid=1494 vsize=7642692 CPUtime=0 cores=5,7
/proc/1496/task/1534/stat : 1534 (java) S 1494 1496 1007 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 537254811 7826116608 24568 33554432000 1073741824 1073778376 140736242758048 18446744073709551615 260032212480 0 4 0 16800975 18446604466713934592 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1300.35
Current children cumulated vsize (KiB) 7642692

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): 1300.48
CPU user time (s): 1300.44
CPU system time (s): 0.043993
CPU usage (%): 100.032
Max. virtual memory (cumulated for all children) (KiB): 7643092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.44
system time used= 0.043993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26047
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= 28438
involuntary context switches= 6544

runsolver used 2.13167 second user time and 4.98724 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-22 13:04:02
IDJOB=3257552
IDBENCH=71139
IDSOLVER=1611
FILE ID=node110/3257552-1303470242
RUNJOBID= node110-1303470241-1399
PBS_JOBID= 13107186
Free space on /tmp= 71704 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT09/CRAFTED/modcircuits/mod4block_3vars_7gates.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-3257552-1303470242/watcher-3257552-1303470242 -o /tmp/evaluation-result-3257552-1303470242/solver-3257552-1303470242 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3257552-1303470242.cnf

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

MD5SUM BENCH= cc925e6de728ca79f6f89379842f14b0
RANDOM SEED=729880697

node110.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.830
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.66
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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
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.830
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.830
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.83
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.830
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.76
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.830
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.830
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.830
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:      17786212 kB
Buffers:       1265556 kB
Cached:       13190824 kB
SwapCached:          0 kB
Active:        6990624 kB
Inactive:      7626336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17786212 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            8292 kB
Writeback:           0 kB
AnonPages:      159464 kB
Mapped:          22932 kB
Slab:           481856 kB
PageTables:       4960 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 14746280 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= 71700 MiB
End job on node110 at 2011-04-22 13:25:44