Trace number 3258828

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

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2100c215164gyes2.cnf
MD5SUM5301921bbf5d6337937a0fa8d34aaf48
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 variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c no version file found!!!
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.18-164.el5
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		6997539544
0.03/0.08	c Max memory 		7034241024
0.03/0.08	c Total memory 		7034241024
0.03/0.08	c Number of processors 	8
0.07/0.10	c --- Begin Solver configuration ---
0.07/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.07/0.10	c Learn all clauses as in MiniSAT
0.07/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.07/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.07/0.10	c Expensive reason simplification
0.07/0.10	c Armin Biere (Picosat) restarts strategy
0.07/0.10	c Glucose learned constraints deletion strategy
0.07/0.10	c timeout=2147483647s
0.07/0.10	c DB Simplification allowed=true
0.07/0.10	c --- End Solver configuration ---
0.07/0.10	c solving HOME/instance-3258828-1303540994.cnf
0.07/0.10	c reading problem ... 
0.27/0.29	c ... done. Wall clock time 0.191s.
0.27/0.29	c #vars     2100
0.27/0.29	c #constraints  215164
0.27/0.29	c constraints type 
0.27/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 70
0.27/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 215094
2.04/1.61	c cleaning 2492 clauses out of 5002 with flag 5002/5002
3.75/3.15	c cleaning 4250 clauses out of 8509 with flag 11001/11001
5.55/4.96	c cleaning 5630 clauses out of 11259 with flag 18001/18001
7.77/7.11	c cleaning 6800 clauses out of 13628 with flag 26000/26000
10.29/9.64	c cleaning 7902 clauses out of 15829 with flag 35001/35001
13.19/12.58	c cleaning 8947 clauses out of 17927 with flag 45001/45001
16.59/15.91	c cleaning 9970 clauses out of 19979 with flag 56000/56000
20.40/19.71	c cleaning 10985 clauses out of 22009 with flag 68000/68000
24.70/24.03	c cleaning 11993 clauses out of 24025 with flag 81001/81001
29.31/28.66	c cleaning 13002 clauses out of 26031 with flag 95000/95000
34.51/33.84	c cleaning 13986 clauses out of 28030 with flag 110001/110001
40.42/39.70	c cleaning 14988 clauses out of 30045 with flag 126002/126002
46.83/46.18	c cleaning 15999 clauses out of 32055 with flag 143000/143000
53.93/53.27	c cleaning 16983 clauses out of 34056 with flag 161000/161000
61.73/61.03	c cleaning 18016 clauses out of 36075 with flag 180002/180002
70.14/69.44	c cleaning 19008 clauses out of 38059 with flag 200002/200002
79.44/78.72	c cleaning 19980 clauses out of 40049 with flag 221000/221000
89.75/89.06	c cleaning 20978 clauses out of 42070 with flag 243001/243001
100.55/99.81	c cleaning 22013 clauses out of 44093 with flag 266002/266002
112.36/111.66	c cleaning 23000 clauses out of 46079 with flag 290001/290001
125.07/124.37	c cleaning 23980 clauses out of 48078 with flag 315000/315000
138.37/137.67	c cleaning 25042 clauses out of 50101 with flag 341003/341003
152.78/152.06	c cleaning 25996 clauses out of 52056 with flag 368000/368000
168.19/167.47	c cleaning 27031 clauses out of 54061 with flag 396001/396001
185.00/184.22	c cleaning 27998 clauses out of 56030 with flag 425001/425001
202.81/202.04	c cleaning 28967 clauses out of 58031 with flag 455000/455000
221.92/221.11	c cleaning 29997 clauses out of 60065 with flag 486001/486001
242.52/241.70	c cleaning 30978 clauses out of 62068 with flag 518001/518001
266.13/265.35	c cleaning 32002 clauses out of 64089 with flag 551000/551000
289.14/288.35	c cleaning 33015 clauses out of 66087 with flag 585000/585000
314.35/313.55	c cleaning 34006 clauses out of 68072 with flag 620000/620000
340.36/339.55	c cleaning 34969 clauses out of 70066 with flag 656000/656000
367.07/366.27	c cleaning 36013 clauses out of 72097 with flag 693000/693000
393.67/392.88	c cleaning 36981 clauses out of 74084 with flag 731000/731000
422.98/422.20	c cleaning 37991 clauses out of 76103 with flag 770000/770000
454.19/453.36	c cleaning 39016 clauses out of 78112 with flag 810000/810000
486.01/485.19	c cleaning 40015 clauses out of 80096 with flag 851000/851000
519.51/518.61	c cleaning 40970 clauses out of 82082 with flag 893001/893001
554.12/553.30	c cleaning 42014 clauses out of 84113 with flag 936002/936002
593.53/592.65	c cleaning 42986 clauses out of 86100 with flag 980003/980003
635.55/634.61	c cleaning 44018 clauses out of 88112 with flag 1025001/1025001
675.35/674.46	c cleaning 44990 clauses out of 90093 with flag 1071000/1071000
716.06/715.18	c cleaning 46000 clauses out of 92104 with flag 1118001/1118001
760.68/759.72	c cleaning 47006 clauses out of 94105 with flag 1166002/1166002
808.30/807.32	c cleaning 48003 clauses out of 96098 with flag 1215001/1215001
855.91/854.91	c cleaning 49018 clauses out of 98094 with flag 1265000/1265000
905.62/904.65	c cleaning 49972 clauses out of 100076 with flag 1316000/1316000
957.04/956.03	c cleaning 51012 clauses out of 102104 with flag 1368000/1368000
1010.96/1009.95	c cleaning 51967 clauses out of 104093 with flag 1421001/1421001
1063.77/1062.79	c cleaning 53027 clauses out of 106125 with flag 1475000/1475000
1122.98/1121.98	c cleaning 54007 clauses out of 108098 with flag 1530000/1530000
1181.09/1180.01	c cleaning 55005 clauses out of 110095 with flag 1586004/1586004
1242.20/1241.15	c cleaning 55968 clauses out of 112087 with flag 1643001/1643001
1301.12/1300.01	c starts		: 1471
1301.12/1300.01	c conflicts		: 1697046
1301.12/1300.01	c decisions		: 3897800
1301.12/1300.01	c propagations		: 298029081
1301.12/1300.01	c inspects		: 13114107669
1301.12/1300.01	c shortcuts		: 0
1301.12/1300.01	c learnt literals	: 0
1301.12/1300.01	c learnt binary clauses	: 0
1301.12/1300.01	c learnt ternary clauses	: 1
1301.12/1300.01	c learnt constraints	: 1697046
1301.12/1300.01	c ignored constraints	: 0
1301.12/1300.01	c root simplifications	: 1471
1301.12/1300.01	c removed literals (reason simplification)	: 90711081
1301.12/1300.01	c reason swapping (by a shorter reason)	: 0
1301.12/1300.01	c Calls to reduceDB	: 53
1301.12/1300.01	c speed (assignments/second)	: 229302.71312491392
1301.12/1300.01	c non guided choices	302
1301.12/1300.04	c learnt constraints type 
1301.12/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 110172
1301.12/1300.04	c constraints type 
1301.12/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 70
1301.12/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 215094
1301.12/1300.04	s UNKNOWN
1301.12/1300.04	c Total wall clock time (in seconds) : 1299.91

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-3258828-1303540994/watcher-3258828-1303540994 -o /tmp/evaluation-result-3258828-1303540994/solver-3258828-1303540994 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3258828-1303540994.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: 3.91 3.95 3.01 4/243 1164
/proc/meminfo: memFree=20245704/32951124 swapFree=67110396/67111528
[pid=1164] ppid=1162 vsize=23028 CPUtime=0 cores=4,6
/proc/1164/stat : 1164 (java) R 1162 1164 709 0 -1 4202496 957 0 0 0 0 0 0 0 21 0 1 0 544330117 23580672 699 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224279956994 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/1164/statm: 5757 700 516 9 0 124 0
[pid=1164/tid=1165] ppid=1162 vsize=35788 CPUtime=0 cores=4,6
/proc/1164/task/1165/stat : 1165 (java) S 1162 1164 709 0 -1 4202560 210 0 0 0 0 0 0 0 23 0 2 0 544330117 36646912 1026 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224284945990 0 0 0 16784584 4121782948926062591 0 0 -1 4 0 0 0

[startup+0.057933 s]
/proc/loadavg: 3.91 3.95 3.01 4/243 1164
/proc/meminfo: memFree=20245704/32951124 swapFree=67110396/67111528
[pid=1164] ppid=1162 vsize=7564568 CPUtime=0.03 cores=4,6
/proc/1164/stat : 1164 (java) S 1162 1164 709 0 -1 4202496 8911 0 1 0 3 0 0 0 21 0 13 0 544330117 7746117632 8606 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296728549 0 0 0 16800971 18446744073709551615 0 0 17 4 0 0 0
/proc/1164/statm: 1891142 8609 1686 9 0 1881890 0
[pid=1164/tid=1165] ppid=1162 vsize=7564568 CPUtime=0.03 cores=4,6
/proc/1164/task/1165/stat : 1165 (java) R 1162 1164 709 0 -1 4202560 7765 0 1 0 3 0 0 0 25 0 13 0 544330117 7746117632 8609 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 47929788200472 0 4 0 16800971 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7564568

[startup+0.100977 s]
/proc/loadavg: 3.91 3.95 3.01 4/243 1164
/proc/meminfo: memFree=20245704/32951124 swapFree=67110396/67111528
[pid=1164] ppid=1162 vsize=7570772 CPUtime=0.07 cores=4,6
/proc/1164/stat : 1164 (java) S 1162 1164 709 0 -1 4202496 9637 0 1 0 7 0 0 0 21 0 18 0 544330117 7752470528 9332 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1164/statm: 1892693 9333 1754 9 0 1883431 0
[pid=1164/tid=1165] ppid=1162 vsize=7570772 CPUtime=0.07 cores=4,6
/proc/1164/task/1165/stat : 1165 (java) R 1162 1164 709 0 -1 4202560 8463 0 1 0 7 0 0 0 25 0 18 0 544330117 7752470528 9333 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 47929788200472 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7570772

[startup+0.300893 s]
/proc/loadavg: 3.91 3.95 3.01 4/243 1164
/proc/meminfo: memFree=20245704/32951124 swapFree=67110396/67111528
[pid=1164] ppid=1162 vsize=7636308 CPUtime=0.39 cores=4,6
/proc/1164/stat : 1164 (java) S 1162 1164 709 0 -1 4202496 14724 0 1 0 38 1 0 0 21 0 18 0 544330117 7819579392 14212 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1164/statm: 1909077 14212 2203 9 0 1899815 0
[pid=1164/tid=1165] ppid=1162 vsize=7636308 CPUtime=0.27 cores=4,6
/proc/1164/task/1165/stat : 1165 (java) R 1162 1164 709 0 -1 4202560 12409 0 1 0 26 1 0 0 25 0 18 0 544330117 7819579392 14212 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 46912505179196 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 7636308

[startup+0.700794 s]
/proc/loadavg: 3.91 3.95 3.01 4/243 1164
/proc/meminfo: memFree=20245704/32951124 swapFree=67110396/67111528
[pid=1164] ppid=1162 vsize=7643480 CPUtime=1.09 cores=4,6
/proc/1164/stat : 1164 (java) S 1162 1164 709 0 -1 4202496 17710 0 1 0 107 2 0 0 21 0 19 0 544330117 7826923520 16547 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1164/statm: 1910870 16547 2219 9 0 1901608 0
[pid=1164/tid=1165] ppid=1162 vsize=7643480 CPUtime=0.67 cores=4,6
/proc/1164/task/1165/stat : 1165 (java) R 1162 1164 709 0 -1 4202560 12638 0 1 0 66 1 0 0 25 0 19 0 544330117 7826923520 16547 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 46912505668507 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 7643480

[startup+1.50072 s]
/proc/loadavg: 3.91 3.95 3.01 5/262 1183
/proc/meminfo: memFree=20180956/32951124 swapFree=67110396/67111528
[pid=1164] ppid=1162 vsize=7643480 CPUtime=1.92 cores=4,6
/proc/1164/stat : 1164 (java) S 1162 1164 709 0 -1 4202496 18650 0 1 0 190 2 0 0 21 0 19 0 544330117 7826923520 17486 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1164/statm: 1910870 17486 2224 9 0 1901608 0
[pid=1164/tid=1165] ppid=1162 vsize=7643480 CPUtime=1.47 cores=4,6
/proc/1164/task/1165/stat : 1165 (java) R 1162 1164 709 0 -1 4202560 13562 0 1 0 146 1 0 0 25 0 19 0 544330117 7826923520 17486 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 47929789635411 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1164/tid=1167] ppid=1162 vsize=7643480 CPUtime=0 cores=4,6
/proc/1164/task/1167/stat : 1167 (java) S 1162 1164 709 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 544330119 7826923520 17486 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1168] ppid=1162 vsize=7643480 CPUtime=0 cores=4,6
/proc/1164/task/1168/stat : 1168 (java) S 1162 1164 709 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 544330119 7826923520 17486 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1169] ppid=1162 vsize=7643480 CPUtime=0 cores=4,6
/proc/1164/task/1169/stat : 1169 (java) S 1162 1164 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544330119 7826923520 17486 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1170] ppid=1162 vsize=7643480 CPUtime=0 cores=4,6
/proc/1164/task/1170/stat : 1170 (java) S 1162 1164 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544330119 7826923520 17486 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1171] ppid=1162 vsize=7643480 CPUtime=0 cores=4,6
/proc/1164/task/1171/stat : 1171 (java) S 1162 1164 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544330119 7826923520 17486 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1172] ppid=1162 vsize=7643480 CPUtime=0 cores=4,6
/proc/1164/task/1172/stat : 1172 (java) S 1162 1164 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544330119 7826923520 17486 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1173] ppid=1162 vsize=7643480 CPUtime=0 cores=4,6
/proc/1164/task/1173/stat : 1173 (java) S 1162 1164 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544330119 7826923520 17486 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1174] ppid=1162 vsize=7643480 CPUtime=0 cores=4,6
/proc/1164/task/1174/stat : 1174 (java) S 1162 1164 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544330119 7826923520 17486 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1175] ppid=1162 vsize=7643480 CPUtime=0 cores=4,6
/proc/1164/task/1175/stat : 1175 (java) S 1162 1164 709 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 544330120 7826923520 17486 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296742400 0 0 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1176] ppid=1162 vsize=7643480 CPUtime=0 cores=4,6
/proc/1164/task/1176/stat : 1176 (java) S 1162 1164 709 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 544330120 7826923520 17486 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1177] ppid=1162 vsize=7643480 CPUtime=0 cores=4,6
/proc/1164/task/1177/stat : 1177 (java) S 1162 1164 709 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 544330120 7826923520 17486 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1178] ppid=1162 vsize=7643480 CPUtime=0 cores=4,6
/proc/1164/task/1178/stat : 1178 (java) S 1162 1164 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544330123 7826923520 17486 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296749489 0 4 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1179] ppid=1162 vsize=7643480 CPUtime=0.2 cores=4,6
/proc/1164/task/1179/stat : 1179 (java) S 1162 1164 709 0 -1 4202560 1787 0 0 0 20 0 0 0 24 0 19 0 544330123 7826923520 17486 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1180] ppid=1162 vsize=7643480 CPUtime=0.22 cores=4,6
/proc/1164/task/1180/stat : 1180 (java) S 1162 1164 709 0 -1 4202560 2139 0 0 0 22 0 0 0 24 0 19 0 544330124 7826923520 17486 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1181] ppid=1162 vsize=7643480 CPUtime=0 cores=4,6
/proc/1164/task/1181/stat : 1181 (java) S 1162 1164 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544330124 7826923520 17486 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1182] ppid=1162 vsize=7643480 CPUtime=0 cores=4,6
/proc/1164/task/1182/stat : 1182 (java) S 1162 1164 709 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 544330124 7826923520 17486 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296742400 0 4 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1183] ppid=1162 vsize=7643480 CPUtime=0 cores=4,6
/proc/1164/task/1183/stat : 1183 (java) S 1162 1164 709 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 544330147 7826923520 17486 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296742400 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 7643480

[startup+3.10146 s]
/proc/loadavg: 3.91 3.95 3.01 5/262 1183
/proc/meminfo: memFree=20132596/32951124 swapFree=67110396/67111528
[pid=1164] ppid=1162 vsize=7661348 CPUtime=3.75 cores=4,6
/proc/1164/stat : 1164 (java) S 1162 1164 709 0 -1 4202496 31331 0 1 0 371 4 0 0 21 0 19 0 544330117 7845220352 28232 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1164/statm: 1915337 28232 2253 9 0 1906075 0
[pid=1164/tid=1165] ppid=1162 vsize=7661348 CPUtime=2.98 cores=4,6
/proc/1164/task/1165/stat : 1165 (java) R 1162 1164 709 0 -1 4202560 13637 0 1 0 297 1 0 0 25 0 19 0 544330117 7845220352 28232 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 46912505668283 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1164/tid=1167] ppid=1162 vsize=7661348 CPUtime=0.02 cores=4,6
/proc/1164/task/1167/stat : 1167 (java) S 1162 1164 709 0 -1 4202560 2634 0 0 0 2 0 0 0 17 0 19 0 544330119 7845220352 28232 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1168] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1168/stat : 1168 (java) S 1162 1164 709 0 -1 4202560 683 0 0 0 0 0 0 0 17 0 19 0 544330119 7845220352 28232 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1169] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1169/stat : 1169 (java) S 1162 1164 709 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 544330119 7845220352 28232 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1170] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1170/stat : 1170 (java) S 1162 1164 709 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 544330119 7845220352 28232 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1171] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1171/stat : 1171 (java) S 1162 1164 709 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 544330119 7845220352 28232 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1172] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1172/stat : 1172 (java) S 1162 1164 709 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 544330119 7845220352 28232 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1173] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1173/stat : 1173 (java) S 1162 1164 709 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 544330119 7845220352 28232 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1174] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1174/stat : 1174 (java) S 1162 1164 709 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 544330119 7845220352 28232 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1175] ppid=1162 vsize=7661348 CPUtime=0.05 cores=4,6
/proc/1164/task/1175/stat : 1175 (java) S 1162 1164 709 0 -1 4202560 3313 0 0 0 5 0 0 0 15 0 19 0 544330120 7845220352 28232 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296742400 0 0 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1176] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1176/stat : 1176 (java) S 1162 1164 709 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 544330120 7845220352 28232 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1177] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1177/stat : 1177 (java) S 1162 1164 709 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 544330120 7845220352 28232 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1178] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1178/stat : 1178 (java) S 1162 1164 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544330123 7845220352 28232 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296749489 0 4 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1179] ppid=1162 vsize=7661348 CPUtime=0.42 cores=4,6
/proc/1164/task/1179/stat : 1179 (java) S 1162 1164 709 0 -1 4202560 7767 0 0 0 42 0 0 0 15 0 19 0 544330123 7845220352 28232 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1180] ppid=1162 vsize=7661348 CPUtime=0.23 cores=4,6
/proc/1164/task/1180/stat : 1180 (java) S 1162 1164 709 0 -1 4202560 2139 0 0 0 23 0 0 0 15 0 19 0 544330124 7845220352 28232 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1181] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1181/stat : 1181 (java) S 1162 1164 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544330124 7845220352 28232 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1182] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1182/stat : 1182 (java) S 1162 1164 709 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 544330124 7845220352 28232 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296742400 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1183] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1183/stat : 1183 (java) S 1162 1164 709 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 544330147 7845220352 28232 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296742400 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 7661348

[startup+6.30092 s]
/proc/loadavg: 3.92 3.95 3.02 5/262 1183
/proc/meminfo: memFree=20122476/32951124 swapFree=67110396/67111528
[pid=1164] ppid=1162 vsize=7661348 CPUtime=6.97 cores=4,6
/proc/1164/stat : 1164 (java) S 1162 1164 709 0 -1 4202496 33092 0 1 0 693 4 0 0 21 0 19 0 544330117 7845220352 29982 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1164/statm: 1915337 29982 2253 9 0 1906075 0
[pid=1164/tid=1165] ppid=1162 vsize=7661348 CPUtime=6.08 cores=4,6
/proc/1164/task/1165/stat : 1165 (java) R 1162 1164 709 0 -1 4202560 13641 0 1 0 607 1 0 0 25 0 19 0 544330117 7845220352 29982 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 46912505608421 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1164/tid=1167] ppid=1162 vsize=7661348 CPUtime=0.02 cores=4,6
/proc/1164/task/1167/stat : 1167 (java) S 1162 1164 709 0 -1 4202560 2637 0 0 0 2 0 0 0 15 0 19 0 544330119 7845220352 29982 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1168] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1168/stat : 1168 (java) S 1162 1164 709 0 -1 4202560 683 0 0 0 0 0 0 0 15 0 19 0 544330119 7845220352 29982 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1169] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1169/stat : 1169 (java) S 1162 1164 709 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 544330119 7845220352 29982 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1170] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1170/stat : 1170 (java) S 1162 1164 709 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 544330119 7845220352 29982 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1171] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1171/stat : 1171 (java) S 1162 1164 709 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 544330119 7845220352 29982 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1172] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1172/stat : 1172 (java) S 1162 1164 709 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 544330119 7845220352 29982 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1173] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1173/stat : 1173 (java) S 1162 1164 709 0 -1 4202560 576 0 0 0 0 0 0 0 15 0 19 0 544330119 7845220352 29982 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1174] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1174/stat : 1174 (java) S 1162 1164 709 0 -1 4202560 554 0 0 0 0 0 0 0 15 0 19 0 544330119 7845220352 29982 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1175] ppid=1162 vsize=7661348 CPUtime=0.13 cores=4,6
/proc/1164/task/1175/stat : 1175 (java) S 1162 1164 709 0 -1 4202560 3939 0 0 0 13 0 0 0 15 0 19 0 544330120 7845220352 29982 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296742400 0 0 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1176] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1176/stat : 1176 (java) S 1162 1164 709 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 544330120 7845220352 29982 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1177] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1177/stat : 1177 (java) S 1162 1164 709 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 544330120 7845220352 29982 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1178] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1178/stat : 1178 (java) S 1162 1164 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544330123 7845220352 29982 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296749489 0 4 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1179] ppid=1162 vsize=7661348 CPUtime=0.42 cores=4,6
/proc/1164/task/1179/stat : 1179 (java) S 1162 1164 709 0 -1 4202560 7767 0 0 0 42 0 0 0 15 0 19 0 544330123 7845220352 29982 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1180] ppid=1162 vsize=7661348 CPUtime=0.24 cores=4,6
/proc/1164/task/1180/stat : 1180 (java) S 1162 1164 709 0 -1 4202560 2139 0 0 0 24 0 0 0 15 0 19 0 544330124 7845220352 29982 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0

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

[pid=1164/tid=1172] ppid=1162 vsize=7661348 CPUtime=0.06 cores=4,6
/proc/1164/task/1172/stat : 1172 (java) S 1162 1164 709 0 -1 4202560 1088 0 0 0 6 0 0 0 15 0 19 0 544330119 7845220352 55977 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1173] ppid=1162 vsize=7661348 CPUtime=0.1 cores=4,6
/proc/1164/task/1173/stat : 1173 (java) S 1162 1164 709 0 -1 4202560 4756 0 0 0 10 0 0 0 15 0 19 0 544330119 7845220352 55977 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1174] ppid=1162 vsize=7661348 CPUtime=0.09 cores=4,6
/proc/1164/task/1174/stat : 1174 (java) S 1162 1164 709 0 -1 4202560 665 0 0 0 9 0 0 0 15 0 19 0 544330119 7845220352 55977 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1175] ppid=1162 vsize=7661348 CPUtime=3.3 cores=4,6
/proc/1164/task/1175/stat : 1175 (java) S 1162 1164 709 0 -1 4202560 9204 0 0 0 329 1 0 0 16 0 19 0 544330120 7845220352 55977 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296742400 0 0 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1176] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1176/stat : 1176 (java) S 1162 1164 709 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 544330120 7845220352 55977 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1177] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1177/stat : 1177 (java) S 1162 1164 709 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 544330120 7845220352 55977 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1178] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1178/stat : 1178 (java) S 1162 1164 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544330123 7845220352 55977 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296749489 0 4 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1179] ppid=1162 vsize=7661348 CPUtime=0.42 cores=4,6
/proc/1164/task/1179/stat : 1179 (java) S 1162 1164 709 0 -1 4202560 7767 0 0 0 42 0 0 0 15 0 19 0 544330123 7845220352 55977 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1180] ppid=1162 vsize=7661348 CPUtime=0.25 cores=4,6
/proc/1164/task/1180/stat : 1180 (java) S 1162 1164 709 0 -1 4202560 2141 0 0 0 25 0 0 0 15 0 19 0 544330124 7845220352 55977 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1181] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1181/stat : 1181 (java) S 1162 1164 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544330124 7845220352 55977 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1182] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1182/stat : 1182 (java) S 1162 1164 709 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 544330124 7845220352 55977 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296742400 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1183] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1183/stat : 1183 (java) S 1162 1164 709 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 544330147 7845220352 55977 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296742400 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1123.39
Current children cumulated vsize (KiB) 7661348

[startup+1182.3 s]
/proc/loadavg: 4.01 4.02 3.71 5/262 1270
/proc/meminfo: memFree=19726560/32951124 swapFree=67110396/67111528
[pid=1164] ppid=1162 vsize=7661348 CPUtime=1183.4 cores=4,6
/proc/1164/stat : 1164 (java) S 1162 1164 709 0 -1 4202496 60543 0 1 0 118329 11 0 0 21 0 19 0 544330117 7845220352 57119 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1164/statm: 1915337 57119 2253 9 0 1906075 0
[pid=1164/tid=1165] ppid=1162 vsize=7661348 CPUtime=1178.38 cores=4,6
/proc/1164/task/1165/stat : 1165 (java) R 1162 1164 709 0 -1 4202560 21422 0 1 0 117832 6 0 0 25 0 19 0 544330117 7845220352 57119 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 46912505668507 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1164/tid=1167] ppid=1162 vsize=7661348 CPUtime=0.11 cores=4,6
/proc/1164/task/1167/stat : 1167 (java) S 1162 1164 709 0 -1 4202560 3497 0 0 0 11 0 0 0 15 0 19 0 544330119 7845220352 57119 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1168] ppid=1162 vsize=7661348 CPUtime=0.13 cores=4,6
/proc/1164/task/1168/stat : 1168 (java) S 1162 1164 709 0 -1 4202560 1653 0 0 0 13 0 0 0 15 0 19 0 544330119 7845220352 57119 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1169] ppid=1162 vsize=7661348 CPUtime=0.11 cores=4,6
/proc/1164/task/1169/stat : 1169 (java) S 1162 1164 709 0 -1 4202560 2945 0 0 0 11 0 0 0 15 0 19 0 544330119 7845220352 57119 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1170] ppid=1162 vsize=7661348 CPUtime=0.14 cores=4,6
/proc/1164/task/1170/stat : 1170 (java) S 1162 1164 709 0 -1 4202560 2690 0 0 0 14 0 0 0 15 0 19 0 544330119 7845220352 57119 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1171] ppid=1162 vsize=7661348 CPUtime=0.09 cores=4,6
/proc/1164/task/1171/stat : 1171 (java) S 1162 1164 709 0 -1 4202560 1074 0 0 0 9 0 0 0 15 0 19 0 544330119 7845220352 57119 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1172] ppid=1162 vsize=7661348 CPUtime=0.06 cores=4,6
/proc/1164/task/1172/stat : 1172 (java) S 1162 1164 709 0 -1 4202560 1088 0 0 0 6 0 0 0 15 0 19 0 544330119 7845220352 57119 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1173] ppid=1162 vsize=7661348 CPUtime=0.1 cores=4,6
/proc/1164/task/1173/stat : 1173 (java) S 1162 1164 709 0 -1 4202560 4756 0 0 0 10 0 0 0 15 0 19 0 544330119 7845220352 57119 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1174] ppid=1162 vsize=7661348 CPUtime=0.1 cores=4,6
/proc/1164/task/1174/stat : 1174 (java) S 1162 1164 709 0 -1 4202560 1084 0 0 0 10 0 0 0 15 0 19 0 544330119 7845220352 57119 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1175] ppid=1162 vsize=7661348 CPUtime=3.4 cores=4,6
/proc/1164/task/1175/stat : 1175 (java) S 1162 1164 709 0 -1 4202560 9206 0 0 0 339 1 0 0 15 0 19 0 544330120 7845220352 57119 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296742400 0 0 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1176] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1176/stat : 1176 (java) S 1162 1164 709 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 544330120 7845220352 57119 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1177] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1177/stat : 1177 (java) S 1162 1164 709 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 544330120 7845220352 57119 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1178] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1178/stat : 1178 (java) S 1162 1164 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544330123 7845220352 57119 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296749489 0 4 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1179] ppid=1162 vsize=7661348 CPUtime=0.42 cores=4,6
/proc/1164/task/1179/stat : 1179 (java) S 1162 1164 709 0 -1 4202560 7767 0 0 0 42 0 0 0 15 0 19 0 544330123 7845220352 57119 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1180] ppid=1162 vsize=7661348 CPUtime=0.25 cores=4,6
/proc/1164/task/1180/stat : 1180 (java) S 1162 1164 709 0 -1 4202560 2141 0 0 0 25 0 0 0 15 0 19 0 544330124 7845220352 57119 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1181] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1181/stat : 1181 (java) S 1162 1164 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544330124 7845220352 57119 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1182] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1182/stat : 1182 (java) S 1162 1164 709 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 544330124 7845220352 57119 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296742400 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1183] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1183/stat : 1183 (java) S 1162 1164 709 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 544330147 7845220352 57119 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296742400 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1183.4
Current children cumulated vsize (KiB) 7661348

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 3.73 5/262 1272
/proc/meminfo: memFree=19721688/32951124 swapFree=67110396/67111528
[pid=1164] ppid=1162 vsize=7661348 CPUtime=1243.41 cores=4,6
/proc/1164/stat : 1164 (java) S 1162 1164 709 0 -1 4202496 60672 0 1 0 124330 11 0 0 21 0 19 0 544330117 7845220352 57243 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1164/statm: 1915337 57243 2253 9 0 1906075 0
[pid=1164/tid=1165] ppid=1162 vsize=7661348 CPUtime=1238.3 cores=4,6
/proc/1164/task/1165/stat : 1165 (java) R 1162 1164 709 0 -1 4202560 21423 0 1 0 123824 6 0 0 25 0 19 0 544330117 7845220352 57243 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 46912505608962 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1164/tid=1167] ppid=1162 vsize=7661348 CPUtime=0.11 cores=4,6
/proc/1164/task/1167/stat : 1167 (java) S 1162 1164 709 0 -1 4202560 3497 0 0 0 11 0 0 0 15 0 19 0 544330119 7845220352 57243 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1168] ppid=1162 vsize=7661348 CPUtime=0.13 cores=4,6
/proc/1164/task/1168/stat : 1168 (java) S 1162 1164 709 0 -1 4202560 1653 0 0 0 13 0 0 0 16 0 19 0 544330119 7845220352 57243 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1169] ppid=1162 vsize=7661348 CPUtime=0.12 cores=4,6
/proc/1164/task/1169/stat : 1169 (java) S 1162 1164 709 0 -1 4202560 2945 0 0 0 12 0 0 0 16 0 19 0 544330119 7845220352 57243 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1170] ppid=1162 vsize=7661348 CPUtime=0.14 cores=4,6
/proc/1164/task/1170/stat : 1170 (java) S 1162 1164 709 0 -1 4202560 2690 0 0 0 14 0 0 0 15 0 19 0 544330119 7845220352 57243 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1171] ppid=1162 vsize=7661348 CPUtime=0.09 cores=4,6
/proc/1164/task/1171/stat : 1171 (java) S 1162 1164 709 0 -1 4202560 1074 0 0 0 9 0 0 0 15 0 19 0 544330119 7845220352 57243 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1172] ppid=1162 vsize=7661348 CPUtime=0.06 cores=4,6
/proc/1164/task/1172/stat : 1172 (java) S 1162 1164 709 0 -1 4202560 1088 0 0 0 6 0 0 0 15 0 19 0 544330119 7845220352 57243 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1173] ppid=1162 vsize=7661348 CPUtime=0.11 cores=4,6
/proc/1164/task/1173/stat : 1173 (java) S 1162 1164 709 0 -1 4202560 4756 0 0 0 11 0 0 0 15 0 19 0 544330119 7845220352 57243 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1174] ppid=1162 vsize=7661348 CPUtime=0.1 cores=4,6
/proc/1164/task/1174/stat : 1174 (java) S 1162 1164 709 0 -1 4202560 1084 0 0 0 10 0 0 0 15 0 19 0 544330119 7845220352 57243 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1175] ppid=1162 vsize=7661348 CPUtime=3.48 cores=4,6
/proc/1164/task/1175/stat : 1175 (java) S 1162 1164 709 0 -1 4202560 9332 0 0 0 347 1 0 0 15 0 19 0 544330120 7845220352 57243 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296742400 0 0 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1176] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1176/stat : 1176 (java) S 1162 1164 709 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 544330120 7845220352 57243 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1177] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1177/stat : 1177 (java) S 1162 1164 709 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 544330120 7845220352 57243 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1178] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1178/stat : 1178 (java) S 1162 1164 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544330123 7845220352 57243 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296749489 0 4 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1179] ppid=1162 vsize=7661348 CPUtime=0.42 cores=4,6
/proc/1164/task/1179/stat : 1179 (java) S 1162 1164 709 0 -1 4202560 7767 0 0 0 42 0 0 0 15 0 19 0 544330123 7845220352 57243 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1180] ppid=1162 vsize=7661348 CPUtime=0.25 cores=4,6
/proc/1164/task/1180/stat : 1180 (java) S 1162 1164 709 0 -1 4202560 2141 0 0 0 25 0 0 0 15 0 19 0 544330124 7845220352 57243 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1181] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1181/stat : 1181 (java) S 1162 1164 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544330124 7845220352 57243 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1182] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1182/stat : 1182 (java) S 1162 1164 709 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 544330124 7845220352 57243 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296742400 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1183] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1183/stat : 1183 (java) S 1162 1164 709 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 544330147 7845220352 57243 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296742400 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1243.41
Current children cumulated vsize (KiB) 7661348



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.84 3.97 3.73 3/216 1314
/proc/meminfo: memFree=20180672/32951124 swapFree=67110396/67111528
[pid=1164] ppid=1162 vsize=7661348 CPUtime=1301.12 cores=4,6
/proc/1164/stat : 1164 (java) S 1162 1164 709 0 -1 4202496 60676 0 1 0 130101 11 0 0 21 0 19 0 544330117 7845220352 57243 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1164/statm: 1915337 57243 2253 9 0 1906075 0
[pid=1164/tid=1165] ppid=1162 vsize=7661348 CPUtime=1296 cores=4,6
/proc/1164/task/1165/stat : 1165 (java) R 1162 1164 709 0 -1 4202560 21423 0 1 0 129594 6 0 0 25 0 19 0 544330117 7845220352 57243 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 46912505608692 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1164/tid=1167] ppid=1162 vsize=7661348 CPUtime=0.11 cores=4,6
/proc/1164/task/1167/stat : 1167 (java) S 1162 1164 709 0 -1 4202560 3497 0 0 0 11 0 0 0 15 0 19 0 544330119 7845220352 57243 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1168] ppid=1162 vsize=7661348 CPUtime=0.13 cores=4,6
/proc/1164/task/1168/stat : 1168 (java) S 1162 1164 709 0 -1 4202560 1653 0 0 0 13 0 0 0 16 0 19 0 544330119 7845220352 57243 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1169] ppid=1162 vsize=7661348 CPUtime=0.12 cores=4,6
/proc/1164/task/1169/stat : 1169 (java) S 1162 1164 709 0 -1 4202560 2945 0 0 0 12 0 0 0 16 0 19 0 544330119 7845220352 57243 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1170] ppid=1162 vsize=7661348 CPUtime=0.14 cores=4,6
/proc/1164/task/1170/stat : 1170 (java) S 1162 1164 709 0 -1 4202560 2690 0 0 0 14 0 0 0 15 0 19 0 544330119 7845220352 57243 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1171] ppid=1162 vsize=7661348 CPUtime=0.09 cores=4,6
/proc/1164/task/1171/stat : 1171 (java) S 1162 1164 709 0 -1 4202560 1074 0 0 0 9 0 0 0 15 0 19 0 544330119 7845220352 57243 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1172] ppid=1162 vsize=7661348 CPUtime=0.06 cores=4,6
/proc/1164/task/1172/stat : 1172 (java) S 1162 1164 709 0 -1 4202560 1088 0 0 0 6 0 0 0 15 0 19 0 544330119 7845220352 57243 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1173] ppid=1162 vsize=7661348 CPUtime=0.11 cores=4,6
/proc/1164/task/1173/stat : 1173 (java) S 1162 1164 709 0 -1 4202560 4756 0 0 0 11 0 0 0 15 0 19 0 544330119 7845220352 57243 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1174] ppid=1162 vsize=7661348 CPUtime=0.1 cores=4,6
/proc/1164/task/1174/stat : 1174 (java) S 1162 1164 709 0 -1 4202560 1084 0 0 0 10 0 0 0 15 0 19 0 544330119 7845220352 57243 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1175] ppid=1162 vsize=7661348 CPUtime=3.48 cores=4,6
/proc/1164/task/1175/stat : 1175 (java) S 1162 1164 709 0 -1 4202560 9332 0 0 0 347 1 0 0 15 0 19 0 544330120 7845220352 57243 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296742400 0 0 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1176] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1176/stat : 1176 (java) S 1162 1164 709 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 544330120 7845220352 57243 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1177] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1177/stat : 1177 (java) S 1162 1164 709 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 544330120 7845220352 57243 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1178] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1178/stat : 1178 (java) S 1162 1164 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544330123 7845220352 57243 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296749489 0 4 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1179] ppid=1162 vsize=7661348 CPUtime=0.42 cores=4,6
/proc/1164/task/1179/stat : 1179 (java) S 1162 1164 709 0 -1 4202560 7767 0 0 0 42 0 0 0 15 0 19 0 544330123 7845220352 57243 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1180] ppid=1162 vsize=7661348 CPUtime=0.25 cores=4,6
/proc/1164/task/1180/stat : 1180 (java) S 1162 1164 709 0 -1 4202560 2141 0 0 0 25 0 0 0 15 0 19 0 544330124 7845220352 57243 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1181] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1181/stat : 1181 (java) S 1162 1164 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544330124 7845220352 57243 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296741785 0 4 0 16800975 18446604453872370624 0 0 -1 4 0 0 0
[pid=1164/tid=1182] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1182/stat : 1182 (java) S 1162 1164 709 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 544330124 7845220352 57243 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296742400 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
[pid=1164/tid=1183] ppid=1162 vsize=7661348 CPUtime=0 cores=4,6
/proc/1164/task/1183/stat : 1183 (java) S 1162 1164 709 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 544330147 7845220352 57243 33554432000 1073741824 1073778376 140736385823904 18446744073709551615 224296742400 0 4 0 16800975 18446604453872370624 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1301.12
Current children cumulated vsize (KiB) 7661348

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.21
CPU user time (s): 1301.08
CPU system time (s): 0.132979
CPU usage (%): 100.089
Max. virtual memory (cumulated for all children) (KiB): 7661348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.08
system time used= 0.132979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60743
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= 27985
involuntary context switches= 4264

runsolver used 2.39764 second user time and 4.72428 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-23 08:43:15
IDJOB=3258828
IDBENCH=71428
IDSOLVER=1611
FILE ID=node118/3258828-1303540994
RUNJOBID= node118-1303539684-728
PBS_JOBID= 13143120
Free space on /tmp= 71736 MiB

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

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

MD5SUM BENCH= 5301921bbf5d6337937a0fa8d34aaf48
RANDOM SEED=1434661635

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
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.75
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20245736 kB
Buffers:       1854936 kB
Cached:        9970232 kB
SwapCached:        600 kB
Active:        8740928 kB
Inactive:      3441176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20245736 kB
SwapTotal:    67111528 kB
SwapFree:     67110396 kB
Dirty:            9412 kB
Writeback:           4 kB
AnonPages:      355832 kB
Mapped:          23548 kB
Slab:           458460 kB
PageTables:       6284 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 22056680 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= 71740 MiB
End job on node118 at 2011-04-23 09:04:57