Trace number 3287281

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.15 1300.05

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-countbits128-tseitin.cnf
MD5SUM47da9e46b00ffd3e0b0f453a6c3c9f38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2179.95
Satisfiable
(Un)Satisfiability was proved
Number of variables95810
Number of clauses287045
Sum of the clauses size669769
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2191362
Number of clauses of size 395681
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c no version file found!!!
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		6997539544
0.06/0.09	c Max memory 		7034241024
0.06/0.09	c Total memory 		7034241024
0.06/0.09	c Number of processors 	8
0.07/0.11	c --- Begin Solver configuration ---
0.07/0.11	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.07/0.11	c Learn all clauses as in MiniSAT
0.07/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.07/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.07/0.11	c Expensive reason simplification
0.07/0.11	c Armin Biere (Picosat) restarts strategy
0.07/0.11	c Glucose learned constraints deletion strategy
0.07/0.11	c timeout=2147483647s
0.07/0.11	c DB Simplification allowed=true
0.07/0.11	c --- End Solver configuration ---
0.07/0.11	c solving HOME/instance-3287281-1307633283.cnf
0.07/0.11	c reading problem ... 
0.53/0.42	c ... done. Wall clock time 0.314s.
0.53/0.42	c #vars     95810
0.53/0.42	c #constraints  287045
0.53/0.42	c constraints type 
0.53/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 95681
0.53/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 191362
12.59/11.90	c cleaning 1998 clauses out of 4103 with flag 5000/5000
20.06/19.36	c cleaning 3542 clauses out of 7208 with flag 11000/11000
29.17/28.45	c cleaning 4548 clauses out of 10191 with flag 18000/18000
38.47/37.76	c cleaning 6457 clauses out of 13260 with flag 26000/26000
49.59/48.82	c cleaning 6151 clauses out of 15066 with flag 35003/35003
60.39/59.65	c cleaning 7204 clauses out of 17923 with flag 45000/45000
79.30/78.56	c cleaning 10275 clauses out of 21457 with flag 56000/56000
96.52/95.76	c cleaning 10811 clauses out of 22803 with flag 68000/68000
120.02/119.30	c cleaning 11572 clauses out of 24453 with flag 81001/81001
149.93/149.19	c cleaning 12894 clauses out of 26509 with flag 95002/95002
180.94/180.11	c cleaning 12372 clauses out of 28106 with flag 110001/110001
214.45/213.68	c cleaning 14349 clauses out of 31731 with flag 126001/126001
254.46/253.64	c cleaning 16358 clauses out of 34381 with flag 143001/143001
295.47/294.61	c cleaning 17683 clauses out of 35917 with flag 161000/161000
341.18/340.37	c cleaning 18385 clauses out of 37236 with flag 180002/180002
384.29/383.42	c cleaning 19139 clauses out of 38814 with flag 200000/200000
427.00/426.11	c cleaning 19619 clauses out of 40671 with flag 221000/221000
473.21/472.38	c cleaning 21193 clauses out of 43027 with flag 243002/243002
525.53/524.63	c cleaning 22300 clauses out of 44832 with flag 266000/266000
572.14/571.25	c cleaning 22521 clauses out of 45233 with flag 290000/290000
619.06/618.15	c cleaning 23785 clauses out of 47712 with flag 315000/315000
672.66/671.79	c cleaning 24920 clauses out of 49904 with flag 341001/341001
725.88/724.94	c cleaning 23712 clauses out of 47710 with flag 368001/368001
790.29/789.36	c cleaning 25943 clauses out of 51997 with flag 396000/396000
848.50/847.59	c cleaning 27476 clauses out of 55048 with flag 425003/425003
905.61/904.62	c cleaning 28754 clauses out of 57553 with flag 455001/455001
980.42/979.49	c cleaning 29877 clauses out of 59799 with flag 486001/486001
1056.34/1055.35	c cleaning 30891 clauses out of 61921 with flag 518000/518000
1134.05/1133.06	c cleaning 31929 clauses out of 63997 with flag 551002/551002
1205.57/1204.53	c cleaning 32932 clauses out of 66068 with flag 585002/585002
1268.97/1267.98	c cleaning 33998 clauses out of 68134 with flag 620000/620000
1301.09/1300.01	c starts		: 946
1301.09/1300.01	c conflicts		: 636519
1301.09/1300.01	c decisions		: 2203917
1301.09/1300.01	c propagations		: 1680150991
1301.09/1300.01	c inspects		: 5872689232
1301.09/1300.01	c shortcuts		: 0
1301.09/1300.01	c learnt literals	: 542
1301.09/1300.01	c learnt binary clauses	: 13446
1301.09/1300.01	c learnt ternary clauses	: 54223
1301.09/1300.01	c learnt constraints	: 635977
1301.09/1300.01	c ignored constraints	: 0
1301.09/1300.01	c root simplifications	: 1488
1301.09/1300.01	c removed literals (reason simplification)	: 112533292
1301.09/1300.01	c reason swapping (by a shorter reason)	: 0
1301.09/1300.01	c Calls to reduceDB	: 31
1301.09/1300.01	c speed (assignments/second)	: 1292833.5680230965
1301.09/1300.01	c non guided choices	13236
1301.09/1300.04	c learnt constraints type 
1301.09/1300.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 10331
1301.09/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 40324
1301.09/1300.04	c constraints type 
1301.09/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 95681
1301.09/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 191362
1301.09/1300.04	s UNKNOWN
1301.09/1300.04	c Total wall clock time (in seconds) : 1299.903

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: 977)

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

running on 2 cores: 4,6

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.08 0.02 0.01 2/197 2978
/proc/meminfo: memFree=32441728/32951124 swapFree=67056964/67111528
[pid=2978] ppid=2976 vsize=252 CPUtime=0 cores=4,6
/proc/2978/stat : 2978 (java) R 2976 2978 2906 0 -1 4194304 265 0 0 0 0 0 0 0 21 0 1 0 855744203 258048 27 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233505358129 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/2978/statm: 64 33 24 9 0 23 0

[startup+0.0947911 s]
/proc/loadavg: 0.08 0.02 0.01 2/197 2978
/proc/meminfo: memFree=32441728/32951124 swapFree=67056964/67111528
[pid=2978] ppid=2976 vsize=7569940 CPUtime=0.06 cores=4,6
/proc/2978/stat : 2978 (java) S 2976 2978 2906 0 -1 4202496 9462 0 1 0 5 1 0 0 21 0 18 0 855744203 7751618560 9157 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/2978/statm: 1892485 9157 1754 9 0 1883223 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7569940

[startup+0.100789 s]
/proc/loadavg: 0.08 0.02 0.01 2/197 2978
/proc/meminfo: memFree=32441728/32951124 swapFree=67056964/67111528
[pid=2978] ppid=2976 vsize=7569940 CPUtime=0.07 cores=4,6
/proc/2978/stat : 2978 (java) S 2976 2978 2906 0 -1 4202496 9561 0 1 0 6 1 0 0 21 0 18 0 855744203 7751618560 9257 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/2978/statm: 1892485 9257 1754 9 0 1883223 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7569940

[startup+0.300736 s]
/proc/loadavg: 0.08 0.02 0.01 2/197 2978
/proc/meminfo: memFree=32441728/32951124 swapFree=67056964/67111528
[pid=2978] ppid=2976 vsize=7640480 CPUtime=0.43 cores=4,6
/proc/2978/stat : 2978 (java) S 2976 2978 2906 0 -1 4202496 15287 0 1 0 41 2 0 0 21 0 18 0 855744203 7823851520 14640 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/2978/statm: 1910120 14642 2197 9 0 1900858 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 7640480

[startup+0.700631 s]
/proc/loadavg: 0.08 0.02 0.01 2/197 2978
/proc/meminfo: memFree=32441728/32951124 swapFree=67056964/67111528
[pid=2978] ppid=2976 vsize=7641736 CPUtime=1.09 cores=4,6
/proc/2978/stat : 2978 (java) S 2976 2978 2906 0 -1 4202496 22570 0 1 0 106 3 0 0 21 0 19 0 855744203 7825137664 21715 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/2978/statm: 1910434 21715 2219 9 0 1901172 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 7641736

[startup+1.50148 s]
/proc/loadavg: 0.08 0.02 0.01 3/216 2998
/proc/meminfo: memFree=32361868/32951124 swapFree=67056964/67111528
[pid=2978] ppid=2976 vsize=7643264 CPUtime=2.17 cores=4,6
/proc/2978/stat : 2978 (java) S 2976 2978 2906 0 -1 4202496 23253 0 1 0 214 3 0 0 21 0 19 0 855744203 7826702336 22099 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/2978/statm: 1910816 22099 2222 9 0 1901554 0
[pid=2978/tid=2980] ppid=2976 vsize=7643264 CPUtime=1.43 cores=4,6
/proc/2978/task/2980/stat : 2980 (java) R 2976 2978 2906 0 -1 4202560 18978 0 1 0 141 2 0 0 25 0 19 0 855744204 7826702336 22099 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 46912505846080 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=2978/tid=2981] ppid=2976 vsize=7643264 CPUtime=0 cores=4,6
/proc/2978/task/2981/stat : 2981 (java) S 2976 2978 2906 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 855744206 7826702336 22099 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2982] ppid=2976 vsize=7643264 CPUtime=0 cores=4,6
/proc/2978/task/2982/stat : 2982 (java) S 2976 2978 2906 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 855744206 7826702336 22099 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2983] ppid=2976 vsize=7643264 CPUtime=0 cores=4,6
/proc/2978/task/2983/stat : 2983 (java) S 2976 2978 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744206 7826702336 22099 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2984] ppid=2976 vsize=7643264 CPUtime=0 cores=4,6
/proc/2978/task/2984/stat : 2984 (java) S 2976 2978 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744206 7826702336 22099 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2985] ppid=2976 vsize=7643264 CPUtime=0 cores=4,6
/proc/2978/task/2985/stat : 2985 (java) S 2976 2978 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744206 7826702336 22099 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2986] ppid=2976 vsize=7643264 CPUtime=0 cores=4,6
/proc/2978/task/2986/stat : 2986 (java) S 2976 2978 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744206 7826702336 22099 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2987] ppid=2976 vsize=7643264 CPUtime=0 cores=4,6
/proc/2978/task/2987/stat : 2987 (java) S 2976 2978 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744206 7826702336 22099 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2988] ppid=2976 vsize=7643264 CPUtime=0 cores=4,6
/proc/2978/task/2988/stat : 2988 (java) S 2976 2978 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744206 7826702336 22099 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2989] ppid=2976 vsize=7643264 CPUtime=0 cores=4,6
/proc/2978/task/2989/stat : 2989 (java) S 2976 2978 2906 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 19 0 855744207 7826702336 22099 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522114048 0 0 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2990] ppid=2976 vsize=7643264 CPUtime=0 cores=4,6
/proc/2978/task/2990/stat : 2990 (java) S 2976 2978 2906 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 855744208 7826702336 22099 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2991] ppid=2976 vsize=7643264 CPUtime=0 cores=4,6
/proc/2978/task/2991/stat : 2991 (java) S 2976 2978 2906 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 855744208 7826702336 22099 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2992] ppid=2976 vsize=7643264 CPUtime=0 cores=4,6
/proc/2978/task/2992/stat : 2992 (java) S 2976 2978 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744210 7826702336 22099 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522121137 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2993] ppid=2976 vsize=7643264 CPUtime=0.31 cores=4,6
/proc/2978/task/2993/stat : 2993 (java) S 2976 2978 2906 0 -1 4202560 578 0 0 0 31 0 0 0 21 0 19 0 855744210 7826702336 22099 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2995] ppid=2976 vsize=7643264 CPUtime=0.41 cores=4,6
/proc/2978/task/2995/stat : 2995 (java) S 2976 2978 2906 0 -1 4202560 2534 0 0 0 41 0 0 0 15 0 19 0 855744210 7826702336 22099 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2996] ppid=2976 vsize=7643264 CPUtime=0 cores=4,6
/proc/2978/task/2996/stat : 2996 (java) S 2976 2978 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744211 7826702336 22099 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2997] ppid=2976 vsize=7643264 CPUtime=0 cores=4,6
/proc/2978/task/2997/stat : 2997 (java) S 2976 2978 2906 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855744211 7826702336 22099 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522114048 0 4 0 16800975 18446604453904437568 0 0 -1 6 0 0 0
[pid=2978/tid=2998] ppid=2976 vsize=7643264 CPUtime=0 cores=4,6
/proc/2978/task/2998/stat : 2998 (java) S 2976 2978 2906 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 855744250 7826702336 22099 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522114048 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 7643264

[startup+3.10125 s]
/proc/loadavg: 0.31 0.07 0.02 4/239 3030
/proc/meminfo: memFree=32317172/32951124 swapFree=67056964/67111528
[pid=2978] ppid=2976 vsize=7643264 CPUtime=3.8 cores=4,6
/proc/2978/stat : 2978 (java) S 2976 2978 2906 0 -1 4202496 23318 0 1 0 377 3 0 0 21 0 19 0 855744203 7826702336 22162 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/2978/statm: 1910816 22162 2226 9 0 1901554 0
[pid=2978/tid=2980] ppid=2976 vsize=7643264 CPUtime=3 cores=4,6
/proc/2978/task/2980/stat : 2980 (java) R 2976 2978 2906 0 -1 4202560 18987 0 1 0 298 2 0 0 25 0 19 0 855744204 7826702336 22162 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 46912505752736 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=2978/tid=2981] ppid=2976 vsize=7643264 CPUtime=0 cores=4,6
/proc/2978/task/2981/stat : 2981 (java) S 2976 2978 2906 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 855744206 7826702336 22162 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2982] ppid=2976 vsize=7643264 CPUtime=0 cores=4,6
/proc/2978/task/2982/stat : 2982 (java) S 2976 2978 2906 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 855744206 7826702336 22162 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2983] ppid=2976 vsize=7643264 CPUtime=0 cores=4,6
/proc/2978/task/2983/stat : 2983 (java) S 2976 2978 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744206 7826702336 22162 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2984] ppid=2976 vsize=7643264 CPUtime=0 cores=4,6
/proc/2978/task/2984/stat : 2984 (java) S 2976 2978 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744206 7826702336 22162 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2985] ppid=2976 vsize=7643264 CPUtime=0 cores=4,6
/proc/2978/task/2985/stat : 2985 (java) S 2976 2978 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744206 7826702336 22162 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2986] ppid=2976 vsize=7643264 CPUtime=0 cores=4,6
/proc/2978/task/2986/stat : 2986 (java) S 2976 2978 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744206 7826702336 22162 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2987] ppid=2976 vsize=7643264 CPUtime=0 cores=4,6
/proc/2978/task/2987/stat : 2987 (java) S 2976 2978 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744206 7826702336 22162 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2988] ppid=2976 vsize=7643264 CPUtime=0 cores=4,6
/proc/2978/task/2988/stat : 2988 (java) S 2976 2978 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744206 7826702336 22162 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2989] ppid=2976 vsize=7643264 CPUtime=0 cores=4,6
/proc/2978/task/2989/stat : 2989 (java) S 2976 2978 2906 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 855744207 7826702336 22162 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522114048 0 0 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2990] ppid=2976 vsize=7643264 CPUtime=0 cores=4,6
/proc/2978/task/2990/stat : 2990 (java) S 2976 2978 2906 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 855744208 7826702336 22162 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2991] ppid=2976 vsize=7643264 CPUtime=0 cores=4,6
/proc/2978/task/2991/stat : 2991 (java) S 2976 2978 2906 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 855744208 7826702336 22162 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2992] ppid=2976 vsize=7643264 CPUtime=0 cores=4,6
/proc/2978/task/2992/stat : 2992 (java) S 2976 2978 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744210 7826702336 22162 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522121137 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2993] ppid=2976 vsize=7643264 CPUtime=0.36 cores=4,6
/proc/2978/task/2993/stat : 2993 (java) S 2976 2978 2906 0 -1 4202560 634 0 0 0 36 0 0 0 15 0 19 0 855744210 7826702336 22162 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2995] ppid=2976 vsize=7643264 CPUtime=0.41 cores=4,6
/proc/2978/task/2995/stat : 2995 (java) S 2976 2978 2906 0 -1 4202560 2534 0 0 0 41 0 0 0 15 0 19 0 855744210 7826702336 22162 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2996] ppid=2976 vsize=7643264 CPUtime=0 cores=4,6
/proc/2978/task/2996/stat : 2996 (java) S 2976 2978 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744211 7826702336 22162 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2997] ppid=2976 vsize=7643264 CPUtime=0 cores=4,6
/proc/2978/task/2997/stat : 2997 (java) S 2976 2978 2906 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855744211 7826702336 22162 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522114048 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2998] ppid=2976 vsize=7643264 CPUtime=0 cores=4,6
/proc/2978/task/2998/stat : 2998 (java) S 2976 2978 2906 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 855744250 7826702336 22162 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522114048 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 7643264

[startup+6.30068 s]
/proc/loadavg: 0.31 0.07 0.02 5/262 3063
/proc/meminfo: memFree=32211528/32951124 swapFree=67056964/67111528
[pid=2978] ppid=2976 vsize=7642812 CPUtime=6.99 cores=4,6
/proc/2978/stat : 2978 (java) S 2976 2978 2906 0 -1 4202496 23431 0 1 0 696 3 0 0 21 0 19 0 855744203 7826239488 22199 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/2978/statm: 1910703 22199 2226 9 0 1901441 0
[pid=2978/tid=2980] ppid=2976 vsize=7642812 CPUtime=6.16 cores=4,6
/proc/2978/task/2980/stat : 2980 (java) R 2976 2978 2906 0 -1 4202560 19100 0 1 0 614 2 0 0 25 0 19 0 855744204 7826239488 22199 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 46912505703792 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=2978/tid=2981] ppid=2976 vsize=7642812 CPUtime=0 cores=4,6
/proc/2978/task/2981/stat : 2981 (java) S 2976 2978 2906 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 855744206 7826239488 22199 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2982] ppid=2976 vsize=7642812 CPUtime=0 cores=4,6
/proc/2978/task/2982/stat : 2982 (java) S 2976 2978 2906 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 855744206 7826239488 22199 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2983] ppid=2976 vsize=7642812 CPUtime=0 cores=4,6
/proc/2978/task/2983/stat : 2983 (java) S 2976 2978 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744206 7826239488 22199 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2984] ppid=2976 vsize=7642812 CPUtime=0 cores=4,6
/proc/2978/task/2984/stat : 2984 (java) S 2976 2978 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744206 7826239488 22199 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2985] ppid=2976 vsize=7642812 CPUtime=0 cores=4,6
/proc/2978/task/2985/stat : 2985 (java) S 2976 2978 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744206 7826239488 22199 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2986] ppid=2976 vsize=7642812 CPUtime=0 cores=4,6
/proc/2978/task/2986/stat : 2986 (java) S 2976 2978 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744206 7826239488 22199 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2987] ppid=2976 vsize=7642812 CPUtime=0 cores=4,6
/proc/2978/task/2987/stat : 2987 (java) S 2976 2978 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744206 7826239488 22199 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2988] ppid=2976 vsize=7642812 CPUtime=0 cores=4,6
/proc/2978/task/2988/stat : 2988 (java) S 2976 2978 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744206 7826239488 22199 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2989] ppid=2976 vsize=7642812 CPUtime=0 cores=4,6
/proc/2978/task/2989/stat : 2989 (java) S 2976 2978 2906 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 855744207 7826239488 22199 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522114048 0 0 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2990] ppid=2976 vsize=7642812 CPUtime=0 cores=4,6
/proc/2978/task/2990/stat : 2990 (java) S 2976 2978 2906 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 855744208 7826239488 22199 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2991] ppid=2976 vsize=7642812 CPUtime=0 cores=4,6
/proc/2978/task/2991/stat : 2991 (java) S 2976 2978 2906 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 855744208 7826239488 22199 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2992] ppid=2976 vsize=7642812 CPUtime=0 cores=4,6
/proc/2978/task/2992/stat : 2992 (java) S 2976 2978 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744210 7826239488 22199 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522121137 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2993] ppid=2976 vsize=7642812 CPUtime=0.4 cores=4,6
/proc/2978/task/2993/stat : 2993 (java) S 2976 2978 2906 0 -1 4202560 634 0 0 0 40 0 0 0 15 0 19 0 855744210 7826239488 22199 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2995] ppid=2976 vsize=7642812 CPUtime=0.41 cores=4,6
/proc/2978/task/2995/stat : 2995 (java) S 2976 2978 2906 0 -1 4202560 2534 0 0 0 41 0 0 0 15 0 19 0 855744210 7826239488 22199 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2996] ppid=2976 vsize=7642812 CPUtime=0 cores=4,6
/proc/2978/task/2996/stat : 2996 (java) S 2976 2978 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744211 7826239488 22199 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2997] ppid=2976 vsize=7642812 CPUtime=0 cores=4,6
/proc/2978/task/2997/stat : 2997 (java) S 2976 2978 2906 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855744211 7826239488 22199 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522114048 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2998] ppid=2976 vsize=7642812 CPUtime=0 cores=4,6
/proc/2978/task/2998/stat : 2998 (java) S 2976 2978 2906 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 855744250 7826239488 22199 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522114048 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.99
Current children cumulated vsize (KiB) 7642812

[startup+12.7015 s]

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

[pid=2978/tid=2986] ppid=2976 vsize=7642812 CPUtime=0.11 cores=4,6
/proc/2978/task/2986/stat : 2986 (java) S 2976 2978 2906 0 -1 4202560 616 0 0 0 11 0 0 0 15 0 19 0 855744206 7826239488 48275 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 6 0 0 0
[pid=2978/tid=2987] ppid=2976 vsize=7642812 CPUtime=0.01 cores=4,6
/proc/2978/task/2987/stat : 2987 (java) S 2976 2978 2906 0 -1 4202560 5 0 0 0 1 0 0 0 15 0 19 0 855744206 7826239488 48275 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 6 0 0 0
[pid=2978/tid=2988] ppid=2976 vsize=7642812 CPUtime=0.07 cores=4,6
/proc/2978/task/2988/stat : 2988 (java) S 2976 2978 2906 0 -1 4202560 1032 0 0 0 7 0 0 0 16 0 19 0 855744206 7826239488 48275 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 6 0 0 0
[pid=2978/tid=2989] ppid=2976 vsize=7642812 CPUtime=3.14 cores=4,6
/proc/2978/task/2989/stat : 2989 (java) S 2976 2978 2906 0 -1 4202560 12882 0 0 0 314 0 0 0 15 0 19 0 855744207 7826239488 48275 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522114048 0 0 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2990] ppid=2976 vsize=7642812 CPUtime=0 cores=4,6
/proc/2978/task/2990/stat : 2990 (java) S 2976 2978 2906 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 855744208 7826239488 48275 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2991] ppid=2976 vsize=7642812 CPUtime=0 cores=4,6
/proc/2978/task/2991/stat : 2991 (java) S 2976 2978 2906 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 855744208 7826239488 48275 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2992] ppid=2976 vsize=7642812 CPUtime=0 cores=4,6
/proc/2978/task/2992/stat : 2992 (java) S 2976 2978 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744210 7826239488 48275 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522121137 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2993] ppid=2976 vsize=7642812 CPUtime=0.47 cores=4,6
/proc/2978/task/2993/stat : 2993 (java) S 2976 2978 2906 0 -1 4202560 977 0 0 0 47 0 0 0 15 0 19 0 855744210 7826239488 48275 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 6 0 0 0
[pid=2978/tid=2995] ppid=2976 vsize=7642812 CPUtime=0.47 cores=4,6
/proc/2978/task/2995/stat : 2995 (java) S 2976 2978 2906 0 -1 4202560 2559 0 0 0 47 0 0 0 15 0 19 0 855744210 7826239488 48275 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2996] ppid=2976 vsize=7642812 CPUtime=0 cores=4,6
/proc/2978/task/2996/stat : 2996 (java) S 2976 2978 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744211 7826239488 48275 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2997] ppid=2976 vsize=7642812 CPUtime=0 cores=4,6
/proc/2978/task/2997/stat : 2997 (java) S 2976 2978 2906 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 855744211 7826239488 48275 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522114048 0 4 0 16800975 18446604453904437568 0 0 -1 6 0 0 0
[pid=2978/tid=2998] ppid=2976 vsize=7642812 CPUtime=0 cores=4,6
/proc/2978/task/2998/stat : 2998 (java) S 2976 2978 2906 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 855744250 7826239488 48275 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522114048 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1123.35
Current children cumulated vsize (KiB) 7642812

[startup+1182.3 s]
/proc/loadavg: 4.02 3.96 2.88 5/262 3096
/proc/meminfo: memFree=31862940/32951124 swapFree=67056964/67111528
[pid=2978] ppid=2976 vsize=7642812 CPUtime=1183.36 cores=4,6
/proc/2978/stat : 2978 (java) S 2976 2978 2906 0 -1 4202496 49823 0 1 0 118330 6 0 0 21 0 19 0 855744203 7826239488 48363 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/2978/statm: 1910703 48363 2253 9 0 1901441 0
[pid=2978/tid=2980] ppid=2976 vsize=7642812 CPUtime=1178.46 cores=4,6
/proc/2978/task/2980/stat : 2980 (java) R 2976 2978 2906 0 -1 4202560 19458 0 1 0 117843 3 0 0 25 0 19 0 855744204 7826239488 48363 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 46912505846080 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=2978/tid=2981] ppid=2976 vsize=7642812 CPUtime=0.12 cores=4,6
/proc/2978/task/2981/stat : 2981 (java) S 2976 2978 2906 0 -1 4202560 5174 0 0 0 12 0 0 0 15 0 19 0 855744206 7826239488 48363 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 6 0 0 0
[pid=2978/tid=2982] ppid=2976 vsize=7642812 CPUtime=0.1 cores=4,6
/proc/2978/task/2982/stat : 2982 (java) S 2976 2978 2906 0 -1 4202560 4234 0 0 0 10 0 0 0 15 0 19 0 855744206 7826239488 48363 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 6 0 0 0
[pid=2978/tid=2983] ppid=2976 vsize=7642812 CPUtime=0.07 cores=4,6
/proc/2978/task/2983/stat : 2983 (java) S 2976 2978 2906 0 -1 4202560 11 0 0 0 7 0 0 0 15 0 19 0 855744206 7826239488 48363 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 6 0 0 0
[pid=2978/tid=2984] ppid=2976 vsize=7642812 CPUtime=0.04 cores=4,6
/proc/2978/task/2984/stat : 2984 (java) S 2976 2978 2906 0 -1 4202560 829 0 0 0 4 0 0 0 15 0 19 0 855744206 7826239488 48363 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 6 0 0 0
[pid=2978/tid=2985] ppid=2976 vsize=7642812 CPUtime=0.09 cores=4,6
/proc/2978/task/2985/stat : 2985 (java) S 2976 2978 2906 0 -1 4202560 735 0 0 0 9 0 0 0 15 0 19 0 855744206 7826239488 48363 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 6 0 0 0
[pid=2978/tid=2986] ppid=2976 vsize=7642812 CPUtime=0.11 cores=4,6
/proc/2978/task/2986/stat : 2986 (java) S 2976 2978 2906 0 -1 4202560 616 0 0 0 11 0 0 0 15 0 19 0 855744206 7826239488 48363 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 6 0 0 0
[pid=2978/tid=2987] ppid=2976 vsize=7642812 CPUtime=0.02 cores=4,6
/proc/2978/task/2987/stat : 2987 (java) S 2976 2978 2906 0 -1 4202560 5 0 0 0 2 0 0 0 15 0 19 0 855744206 7826239488 48363 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 6 0 0 0
[pid=2978/tid=2988] ppid=2976 vsize=7642812 CPUtime=0.07 cores=4,6
/proc/2978/task/2988/stat : 2988 (java) S 2976 2978 2906 0 -1 4202560 1032 0 0 0 7 0 0 0 15 0 19 0 855744206 7826239488 48363 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 6 0 0 0
[pid=2978/tid=2989] ppid=2976 vsize=7642812 CPUtime=3.25 cores=4,6
/proc/2978/task/2989/stat : 2989 (java) S 2976 2978 2906 0 -1 4202560 12972 0 0 0 325 0 0 0 15 0 19 0 855744207 7826239488 48363 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522114048 0 0 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2990] ppid=2976 vsize=7642812 CPUtime=0 cores=4,6
/proc/2978/task/2990/stat : 2990 (java) S 2976 2978 2906 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 855744208 7826239488 48363 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2991] ppid=2976 vsize=7642812 CPUtime=0 cores=4,6
/proc/2978/task/2991/stat : 2991 (java) S 2976 2978 2906 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 855744208 7826239488 48363 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2992] ppid=2976 vsize=7642812 CPUtime=0 cores=4,6
/proc/2978/task/2992/stat : 2992 (java) S 2976 2978 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744210 7826239488 48363 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522121137 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2993] ppid=2976 vsize=7642812 CPUtime=0.47 cores=4,6
/proc/2978/task/2993/stat : 2993 (java) S 2976 2978 2906 0 -1 4202560 977 0 0 0 47 0 0 0 15 0 19 0 855744210 7826239488 48363 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 6 0 0 0
[pid=2978/tid=2995] ppid=2976 vsize=7642812 CPUtime=0.47 cores=4,6
/proc/2978/task/2995/stat : 2995 (java) S 2976 2978 2906 0 -1 4202560 2559 0 0 0 47 0 0 0 15 0 19 0 855744210 7826239488 48363 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2996] ppid=2976 vsize=7642812 CPUtime=0 cores=4,6
/proc/2978/task/2996/stat : 2996 (java) S 2976 2978 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744211 7826239488 48363 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2997] ppid=2976 vsize=7642812 CPUtime=0 cores=4,6
/proc/2978/task/2997/stat : 2997 (java) S 2976 2978 2906 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 855744211 7826239488 48363 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522114048 0 4 0 16800975 18446604453904437568 0 0 -1 6 0 0 0
[pid=2978/tid=2998] ppid=2976 vsize=7642812 CPUtime=0 cores=4,6
/proc/2978/task/2998/stat : 2998 (java) S 2976 2978 2906 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 855744250 7826239488 48363 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522114048 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1183.36
Current children cumulated vsize (KiB) 7642812

[startup+1242.3 s]
/proc/loadavg: 4.04 3.98 2.96 5/262 3098
/proc/meminfo: memFree=31861228/32951124 swapFree=67056964/67111528
[pid=2978] ppid=2976 vsize=7642812 CPUtime=1243.37 cores=4,6
/proc/2978/stat : 2978 (java) S 2976 2978 2906 0 -1 4202496 49928 0 1 0 124331 6 0 0 21 0 19 0 855744203 7826239488 48461 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/2978/statm: 1910703 48461 2253 9 0 1901441 0
[pid=2978/tid=2980] ppid=2976 vsize=7642812 CPUtime=1238.34 cores=4,6
/proc/2978/task/2980/stat : 2980 (java) R 2976 2978 2906 0 -1 4202560 19459 0 1 0 123831 3 0 0 25 0 19 0 855744204 7826239488 48461 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 46912505670912 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=2978/tid=2981] ppid=2976 vsize=7642812 CPUtime=0.12 cores=4,6
/proc/2978/task/2981/stat : 2981 (java) S 2976 2978 2906 0 -1 4202560 5174 0 0 0 12 0 0 0 15 0 19 0 855744206 7826239488 48461 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 6 0 0 0
[pid=2978/tid=2982] ppid=2976 vsize=7642812 CPUtime=0.1 cores=4,6
/proc/2978/task/2982/stat : 2982 (java) S 2976 2978 2906 0 -1 4202560 4234 0 0 0 10 0 0 0 15 0 19 0 855744206 7826239488 48461 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 6 0 0 0
[pid=2978/tid=2983] ppid=2976 vsize=7642812 CPUtime=0.07 cores=4,6
/proc/2978/task/2983/stat : 2983 (java) S 2976 2978 2906 0 -1 4202560 11 0 0 0 7 0 0 0 15 0 19 0 855744206 7826239488 48461 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 6 0 0 0
[pid=2978/tid=2984] ppid=2976 vsize=7642812 CPUtime=0.04 cores=4,6
/proc/2978/task/2984/stat : 2984 (java) S 2976 2978 2906 0 -1 4202560 829 0 0 0 4 0 0 0 15 0 19 0 855744206 7826239488 48461 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 6 0 0 0
[pid=2978/tid=2985] ppid=2976 vsize=7642812 CPUtime=0.09 cores=4,6
/proc/2978/task/2985/stat : 2985 (java) S 2976 2978 2906 0 -1 4202560 735 0 0 0 9 0 0 0 15 0 19 0 855744206 7826239488 48461 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 6 0 0 0
[pid=2978/tid=2986] ppid=2976 vsize=7642812 CPUtime=0.12 cores=4,6
/proc/2978/task/2986/stat : 2986 (java) S 2976 2978 2906 0 -1 4202560 616 0 0 0 12 0 0 0 16 0 19 0 855744206 7826239488 48461 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 6 0 0 0
[pid=2978/tid=2987] ppid=2976 vsize=7642812 CPUtime=0.02 cores=4,6
/proc/2978/task/2987/stat : 2987 (java) S 2976 2978 2906 0 -1 4202560 5 0 0 0 2 0 0 0 15 0 19 0 855744206 7826239488 48461 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 6 0 0 0
[pid=2978/tid=2988] ppid=2976 vsize=7642812 CPUtime=0.08 cores=4,6
/proc/2978/task/2988/stat : 2988 (java) S 2976 2978 2906 0 -1 4202560 1032 0 0 0 8 0 0 0 15 0 19 0 855744206 7826239488 48461 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 6 0 0 0
[pid=2978/tid=2989] ppid=2976 vsize=7642812 CPUtime=3.35 cores=4,6
/proc/2978/task/2989/stat : 2989 (java) S 2976 2978 2906 0 -1 4202560 13072 0 0 0 335 0 0 0 15 0 19 0 855744207 7826239488 48461 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522114048 0 0 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2990] ppid=2976 vsize=7642812 CPUtime=0 cores=4,6
/proc/2978/task/2990/stat : 2990 (java) S 2976 2978 2906 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 855744208 7826239488 48461 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2991] ppid=2976 vsize=7642812 CPUtime=0 cores=4,6
/proc/2978/task/2991/stat : 2991 (java) S 2976 2978 2906 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 855744208 7826239488 48461 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2992] ppid=2976 vsize=7642812 CPUtime=0 cores=4,6
/proc/2978/task/2992/stat : 2992 (java) S 2976 2978 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744210 7826239488 48461 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522121137 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2993] ppid=2976 vsize=7642812 CPUtime=0.47 cores=4,6
/proc/2978/task/2993/stat : 2993 (java) S 2976 2978 2906 0 -1 4202560 977 0 0 0 47 0 0 0 15 0 19 0 855744210 7826239488 48461 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 6 0 0 0
[pid=2978/tid=2995] ppid=2976 vsize=7642812 CPUtime=0.47 cores=4,6
/proc/2978/task/2995/stat : 2995 (java) S 2976 2978 2906 0 -1 4202560 2559 0 0 0 47 0 0 0 15 0 19 0 855744210 7826239488 48461 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2996] ppid=2976 vsize=7642812 CPUtime=0 cores=4,6
/proc/2978/task/2996/stat : 2996 (java) S 2976 2978 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744211 7826239488 48461 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2997] ppid=2976 vsize=7642812 CPUtime=0 cores=4,6
/proc/2978/task/2997/stat : 2997 (java) S 2976 2978 2906 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 855744211 7826239488 48461 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522114048 0 4 0 16800975 18446604453904437568 0 0 -1 6 0 0 0
[pid=2978/tid=2998] ppid=2976 vsize=7642812 CPUtime=0 cores=4,6
/proc/2978/task/2998/stat : 2998 (java) S 2976 2978 2906 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 855744250 7826239488 48461 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522114048 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1243.37
Current children cumulated vsize (KiB) 7642812



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.93 3.96 3.01 4/238 3133
/proc/meminfo: memFree=32253136/32951124 swapFree=67056964/67111528
[pid=2978] ppid=2976 vsize=7642812 CPUtime=1301.09 cores=4,6
/proc/2978/stat : 2978 (java) S 2976 2978 2906 0 -1 4202496 50070 0 1 0 130103 6 0 0 21 0 19 0 855744203 7826239488 48598 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/2978/statm: 1910703 48598 2253 9 0 1901441 0
[pid=2978/tid=2980] ppid=2976 vsize=7642812 CPUtime=1295.93 cores=4,6
/proc/2978/task/2980/stat : 2980 (java) R 2976 2978 2906 0 -1 4202560 19460 0 1 0 129590 3 0 0 25 0 19 0 855744204 7826239488 48598 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 46912505846593 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=2978/tid=2981] ppid=2976 vsize=7642812 CPUtime=0.12 cores=4,6
/proc/2978/task/2981/stat : 2981 (java) S 2976 2978 2906 0 -1 4202560 5174 0 0 0 12 0 0 0 15 0 19 0 855744206 7826239488 48598 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 6 0 0 0
[pid=2978/tid=2982] ppid=2976 vsize=7642812 CPUtime=0.11 cores=4,6
/proc/2978/task/2982/stat : 2982 (java) S 2976 2978 2906 0 -1 4202560 4234 0 0 0 11 0 0 0 15 0 19 0 855744206 7826239488 48598 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 6 0 0 0
[pid=2978/tid=2983] ppid=2976 vsize=7642812 CPUtime=0.08 cores=4,6
/proc/2978/task/2983/stat : 2983 (java) S 2976 2978 2906 0 -1 4202560 11 0 0 0 8 0 0 0 15 0 19 0 855744206 7826239488 48598 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 6 0 0 0
[pid=2978/tid=2984] ppid=2976 vsize=7642812 CPUtime=0.04 cores=4,6
/proc/2978/task/2984/stat : 2984 (java) S 2976 2978 2906 0 -1 4202560 829 0 0 0 4 0 0 0 15 0 19 0 855744206 7826239488 48598 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 6 0 0 0
[pid=2978/tid=2985] ppid=2976 vsize=7642812 CPUtime=0.1 cores=4,6
/proc/2978/task/2985/stat : 2985 (java) S 2976 2978 2906 0 -1 4202560 735 0 0 0 10 0 0 0 15 0 19 0 855744206 7826239488 48598 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 6 0 0 0
[pid=2978/tid=2986] ppid=2976 vsize=7642812 CPUtime=0.12 cores=4,6
/proc/2978/task/2986/stat : 2986 (java) S 2976 2978 2906 0 -1 4202560 616 0 0 0 12 0 0 0 15 0 19 0 855744206 7826239488 48598 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 6 0 0 0
[pid=2978/tid=2987] ppid=2976 vsize=7642812 CPUtime=0.02 cores=4,6
/proc/2978/task/2987/stat : 2987 (java) S 2976 2978 2906 0 -1 4202560 5 0 0 0 2 0 0 0 15 0 19 0 855744206 7826239488 48598 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2988] ppid=2976 vsize=7642812 CPUtime=0.08 cores=4,6
/proc/2978/task/2988/stat : 2988 (java) S 2976 2978 2906 0 -1 4202560 1032 0 0 0 8 0 0 0 15 0 19 0 855744206 7826239488 48598 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 6 0 0 0
[pid=2978/tid=2989] ppid=2976 vsize=7642812 CPUtime=3.46 cores=4,6
/proc/2978/task/2989/stat : 2989 (java) S 2976 2978 2906 0 -1 4202560 13211 0 0 0 346 0 0 0 15 0 19 0 855744207 7826239488 48598 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522114048 0 0 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2990] ppid=2976 vsize=7642812 CPUtime=0 cores=4,6
/proc/2978/task/2990/stat : 2990 (java) S 2976 2978 2906 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 855744208 7826239488 48598 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2991] ppid=2976 vsize=7642812 CPUtime=0 cores=4,6
/proc/2978/task/2991/stat : 2991 (java) S 2976 2978 2906 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 855744208 7826239488 48598 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2992] ppid=2976 vsize=7642812 CPUtime=0 cores=4,6
/proc/2978/task/2992/stat : 2992 (java) S 2976 2978 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744210 7826239488 48598 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522121137 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2993] ppid=2976 vsize=7642812 CPUtime=0.47 cores=4,6
/proc/2978/task/2993/stat : 2993 (java) S 2976 2978 2906 0 -1 4202560 977 0 0 0 47 0 0 0 15 0 19 0 855744210 7826239488 48598 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 6 0 0 0
[pid=2978/tid=2995] ppid=2976 vsize=7642812 CPUtime=0.47 cores=4,6
/proc/2978/task/2995/stat : 2995 (java) S 2976 2978 2906 0 -1 4202560 2559 0 0 0 47 0 0 0 15 0 19 0 855744210 7826239488 48598 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2996] ppid=2976 vsize=7642812 CPUtime=0 cores=4,6
/proc/2978/task/2996/stat : 2996 (java) S 2976 2978 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744211 7826239488 48598 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522113433 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
[pid=2978/tid=2997] ppid=2976 vsize=7642812 CPUtime=0 cores=4,6
/proc/2978/task/2997/stat : 2997 (java) R 2976 2978 2906 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 855744211 7826239488 48598 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522114048 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=2978/tid=2998] ppid=2976 vsize=7642812 CPUtime=0 cores=4,6
/proc/2978/task/2998/stat : 2998 (java) S 2976 2978 2906 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 855744250 7826239488 48598 33554432000 1073741824 1073778376 140735940752192 18446744073709551615 233522114048 0 4 0 16800975 18446604453904437568 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1301.09
Current children cumulated vsize (KiB) 7642812

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.05
CPU time (s): 1301.15
CPU user time (s): 1301.07
CPU system time (s): 0.074988
CPU usage (%): 100.084
Max. virtual memory (cumulated for all children) (KiB): 7643264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.07
system time used= 0.074988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50104
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= 27491
involuntary context switches= 4225

runsolver used 2.30965 second user time and 4.80027 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-09 17:28:03
IDJOB=3287281
IDBENCH=82462
IDSOLVER=1611
FILE ID=node145/3287281-1307633283
RUNJOBID= node145-1307633277-2928
PBS_JOBID= 13549347
Free space on /tmp= 74180 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-countbits128-tseitin.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-3287281-1307633283/watcher-3287281-1307633283 -o /tmp/evaluation-result-3287281-1307633283/solver-3287281-1307633283 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3287281-1307633283.cnf

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

MD5SUM BENCH= 47da9e46b00ffd3e0b0f453a6c3c9f38
RANDOM SEED=112978684

node145.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.786
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.57
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.786
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.76
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.786
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.74
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.786
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.786
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.82
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32442024 kB
Buffers:         34024 kB
Cached:         165920 kB
SwapCached:       7944 kB
Active:         237944 kB
Inactive:       128664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32442024 kB
SwapTotal:    67111528 kB
SwapFree:     67056964 kB
Dirty:           19052 kB
Writeback:           0 kB
AnonPages:      164660 kB
Mapped:          21284 kB
Slab:            75472 kB
PageTables:       5328 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  7466376 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= 74192 MiB
End job on node145 at 2011-06-09 17:49:46