Trace number 3288155

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-06UNSAT 182.14 181.017

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtswvtms14x8p1-tseitin.cnf
MD5SUM649b4cf0a21e275b244b1034d05ded52
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.09638
Satisfiable
(Un)Satisfiability was proved
Number of variables96095
Number of clauses285404
Sum of the clauses size665940
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2190268
Number of clauses of size 395134
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c no version file found!!!
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.18-164.el5
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		6997539544
0.05/0.08	c Max memory 		7034241024
0.05/0.08	c Total memory 		7034241024
0.05/0.08	c Number of processors 	8
0.08/0.10	c --- Begin Solver configuration ---
0.08/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.08/0.10	c Learn all clauses as in MiniSAT
0.08/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.08/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.08/0.10	c Expensive reason simplification
0.08/0.10	c Armin Biere (Picosat) restarts strategy
0.08/0.10	c Glucose learned constraints deletion strategy
0.08/0.10	c timeout=2147483647s
0.08/0.10	c DB Simplification allowed=true
0.08/0.10	c --- End Solver configuration ---
0.08/0.10	c solving HOME/instance-3288155-1303780432.cnf
0.08/0.10	c reading problem ... 
0.40/0.39	c ... done. Wall clock time 0.282s.
0.40/0.39	c #vars     96095
0.40/0.39	c #constraints  285404
0.40/0.39	c constraints type 
0.40/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 95134
0.40/0.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 190268
9.13/8.68	c cleaning 2462 clauses out of 4940 with flag 5000/5000
21.65/20.60	c cleaning 4205 clauses out of 8449 with flag 11000/11000
40.67/39.63	c cleaning 5615 clauses out of 11245 with flag 18001/18001
64.67/63.63	c cleaning 6784 clauses out of 13631 with flag 26002/26002
91.69/90.62	c cleaning 7866 clauses out of 15845 with flag 35001/35001
120.50/119.42	c cleaning 8885 clauses out of 17818 with flag 45001/45001
155.21/154.16	c cleaning 9944 clauses out of 19934 with flag 56002/56002
182.12/181.00	c starts		: 273
182.12/181.00	c conflicts		: 65127
182.12/181.00	c decisions		: 163637
182.12/181.00	c propagations		: 393508951
182.12/181.00	c inspects		: 1025297762
182.12/181.00	c shortcuts		: 0
182.12/181.00	c learnt literals	: 37
182.12/181.00	c learnt binary clauses	: 1002
182.12/181.00	c learnt ternary clauses	: 1584
182.12/181.00	c learnt constraints	: 65089
182.12/181.00	c ignored constraints	: 0
182.12/181.00	c root simplifications	: 309
182.12/181.00	c removed literals (reason simplification)	: 2279176
182.12/181.00	c reason swapping (by a shorter reason)	: 0
182.12/181.00	c Calls to reduceDB	: 7
182.12/181.00	c speed (assignments/second)	: 2178777.205027407
182.12/181.00	c non guided choices	116
182.12/181.00	c learnt constraints type 
182.12/181.00	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 469
182.12/181.00	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 6959
182.12/181.00	c constraints type 
182.12/181.00	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 95134
182.12/181.00	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 190268
182.12/181.00	s UNSATISFIABLE
182.12/181.00	c Total wall clock time (in seconds) : 180.894

Verifier Data

No possible verification on an UNSAT instance

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-3288155-1303780432/watcher-3288155-1303780432 -o /tmp/evaluation-result-3288155-1303780432/solver-3288155-1303780432 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3288155-1303780432.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: 2.60 3.65 3.81 4/178 30144
/proc/meminfo: memFree=13310972/32951124 swapFree=67111528/67111528
[pid=30144] ppid=30142 vsize=23028 CPUtime=0 cores=4,6
/proc/30144/stat : 30144 (java) R 30142 30144 29772 0 -1 4202496 1051 0 0 0 0 0 0 0 21 0 1 0 470459455 23580672 794 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 47789764465344 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/30144/statm: 5757 814 610 9 0 124 0

[startup+0.059862 s]
/proc/loadavg: 2.60 3.65 3.81 4/178 30144
/proc/meminfo: memFree=13310972/32951124 swapFree=67111528/67111528
[pid=30144] ppid=30142 vsize=7566544 CPUtime=0.05 cores=4,6
/proc/30144/stat : 30144 (java) S 30142 30144 29772 0 -1 4202496 9061 0 1 0 4 1 0 0 21 0 15 0 470459455 7748141056 8757 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30144/statm: 1891636 8766 1706 9 0 1882384 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7566544

[startup+0.10082 s]
/proc/loadavg: 2.60 3.65 3.81 4/178 30144
/proc/meminfo: memFree=13310972/32951124 swapFree=67111528/67111528
[pid=30144] ppid=30142 vsize=7636372 CPUtime=0.08 cores=4,6
/proc/30144/stat : 30144 (java) S 30142 30144 29772 0 -1 4202496 10177 0 1 0 7 1 0 0 21 0 18 0 470459455 7819644928 9873 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30144/statm: 1909093 9873 2058 9 0 1899831 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7636372

[startup+0.300826 s]
/proc/loadavg: 2.60 3.65 3.81 4/178 30144
/proc/meminfo: memFree=13310972/32951124 swapFree=67111528/67111528
[pid=30144] ppid=30142 vsize=7638856 CPUtime=0.4 cores=4,6
/proc/30144/stat : 30144 (java) S 30142 30144 29772 0 -1 4202496 16296 0 1 0 38 2 0 0 21 0 18 0 470459455 7822188544 15822 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30144/statm: 1909714 15824 2197 9 0 1900452 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 7638856

[startup+0.700713 s]
/proc/loadavg: 2.60 3.65 3.81 4/178 30144
/proc/meminfo: memFree=13310972/32951124 swapFree=67111528/67111528
[pid=30144] ppid=30142 vsize=7642768 CPUtime=1.1 cores=4,6
/proc/30144/stat : 30144 (java) S 30142 30144 29772 0 -1 4202496 22804 0 1 0 107 3 0 0 21 0 19 0 470459455 7826194432 21748 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30144/statm: 1910692 21748 2220 9 0 1901430 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 7642768

[startup+1.50163 s]
/proc/loadavg: 2.60 3.65 3.81 8/262 30239
/proc/meminfo: memFree=12953836/32951124 swapFree=67111528/67111528
[pid=30144] ppid=30142 vsize=7642768 CPUtime=1.96 cores=4,6
/proc/30144/stat : 30144 (java) S 30142 30144 29772 0 -1 4202496 22860 0 1 0 193 3 0 0 21 0 19 0 470459455 7826194432 21803 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30144/statm: 1910692 21803 2221 9 0 1901430 0
[pid=30144/tid=30145] ppid=30142 vsize=7642768 CPUtime=1.46 cores=4,6
/proc/30144/task/30145/stat : 30145 (java) R 30142 30144 29772 0 -1 4202560 18812 0 1 0 144 2 0 0 25 0 19 0 470459456 7826194432 21803 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 46912505690703 0 4 0 16800975 0 0 0 -1 4 0 0 1
[pid=30144/tid=30147] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30147/stat : 30147 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 470459458 7826194432 21803 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30148] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30148/stat : 30148 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 470459458 7826194432 21803 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30149] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30149/stat : 30149 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459458 7826194432 21803 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30150] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30150/stat : 30150 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459458 7826194432 21803 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30151] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30151/stat : 30151 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459458 7826194432 21803 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30152] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30152/stat : 30152 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459458 7826194432 21803 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30153] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30153/stat : 30153 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459458 7826194432 21803 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30154] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30154/stat : 30154 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459458 7826194432 21803 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30155] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30155/stat : 30155 (java) S 30142 30144 29772 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 470459459 7826194432 21803 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471872 0 0 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30156] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30156/stat : 30156 (java) S 30142 30144 29772 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 470459459 7826194432 21803 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30157] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30157/stat : 30157 (java) S 30142 30144 29772 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 470459459 7826194432 21803 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30165] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30165/stat : 30165 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459461 7826194432 21803 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051478961 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30166] ppid=30142 vsize=7642768 CPUtime=0.23 cores=4,6
/proc/30144/task/30166/stat : 30166 (java) S 30142 30144 29772 0 -1 4202560 264 0 0 0 23 0 0 0 23 0 19 0 470459461 7826194432 21803 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30167] ppid=30142 vsize=7642768 CPUtime=0.24 cores=4,6
/proc/30144/task/30167/stat : 30167 (java) S 30142 30144 29772 0 -1 4202560 2622 0 0 0 24 0 0 0 22 0 19 0 470459461 7826194432 21803 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30168] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30168/stat : 30168 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459461 7826194432 21803 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30169] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30169/stat : 30169 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 470459461 7826194432 21803 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471872 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30236] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30236/stat : 30236 (java) S 30142 30144 29772 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 470459499 7826194432 21803 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471872 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 7642768

[startup+3.10136 s]
/proc/loadavg: 2.60 3.65 3.81 5/262 30239
/proc/meminfo: memFree=12953216/32951124 swapFree=67111528/67111528
[pid=30144] ppid=30142 vsize=7642768 CPUtime=3.6 cores=4,6
/proc/30144/stat : 30144 (java) S 30142 30144 29772 0 -1 4202496 22936 0 1 0 357 3 0 0 21 0 19 0 470459455 7826194432 21878 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30144/statm: 1910692 21878 2222 9 0 1901430 0
[pid=30144/tid=30145] ppid=30142 vsize=7642768 CPUtime=3.06 cores=4,6
/proc/30144/task/30145/stat : 30145 (java) R 30142 30144 29772 0 -1 4202560 18881 0 1 0 304 2 0 0 25 0 19 0 470459456 7826194432 21878 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 46912505592326 0 4 0 16800975 0 0 0 -1 4 0 0 1
[pid=30144/tid=30147] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30147/stat : 30147 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 470459458 7826194432 21878 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30148] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30148/stat : 30148 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 470459458 7826194432 21878 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30149] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30149/stat : 30149 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459458 7826194432 21878 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30150] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30150/stat : 30150 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459458 7826194432 21878 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30151] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30151/stat : 30151 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459458 7826194432 21878 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30152] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30152/stat : 30152 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459458 7826194432 21878 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30153] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30153/stat : 30153 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459458 7826194432 21878 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30154] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30154/stat : 30154 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459458 7826194432 21878 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30155] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30155/stat : 30155 (java) S 30142 30144 29772 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 470459459 7826194432 21878 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471872 0 0 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30156] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30156/stat : 30156 (java) S 30142 30144 29772 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 470459459 7826194432 21878 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30157] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30157/stat : 30157 (java) S 30142 30144 29772 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 470459459 7826194432 21878 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30165] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30165/stat : 30165 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459461 7826194432 21878 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051478961 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30166] ppid=30142 vsize=7642768 CPUtime=0.27 cores=4,6
/proc/30144/task/30166/stat : 30166 (java) S 30142 30144 29772 0 -1 4202560 271 0 0 0 27 0 0 0 15 0 19 0 470459461 7826194432 21878 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30167] ppid=30142 vsize=7642768 CPUtime=0.25 cores=4,6
/proc/30144/task/30167/stat : 30167 (java) S 30142 30144 29772 0 -1 4202560 2622 0 0 0 25 0 0 0 16 0 19 0 470459461 7826194432 21878 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30168] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30168/stat : 30168 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459461 7826194432 21878 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30169] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30169/stat : 30169 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 470459461 7826194432 21878 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471872 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30236] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30236/stat : 30236 (java) S 30142 30144 29772 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 470459499 7826194432 21878 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471872 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 7642768

[startup+6.30078 s]
/proc/loadavg: 2.71 3.66 3.82 6/261 30284
/proc/meminfo: memFree=12843260/32951124 swapFree=67111528/67111528
[pid=30144] ppid=30142 vsize=7642768 CPUtime=6.83 cores=4,6
/proc/30144/stat : 30144 (java) S 30142 30144 29772 0 -1 4202496 23032 0 1 0 680 3 0 0 21 0 19 0 470459455 7826194432 21972 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30144/statm: 1910692 21972 2225 9 0 1901430 0
[pid=30144/tid=30145] ppid=30142 vsize=7642768 CPUtime=6.26 cores=4,6
/proc/30144/task/30145/stat : 30145 (java) R 30142 30144 29772 0 -1 4202560 18969 0 1 0 624 2 0 0 25 0 19 0 470459456 7826194432 21972 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 46912505706960 0 4 0 16800975 0 0 0 -1 4 0 0 1
[pid=30144/tid=30147] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30147/stat : 30147 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 470459458 7826194432 21972 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30148] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30148/stat : 30148 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 470459458 7826194432 21972 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30149] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30149/stat : 30149 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459458 7826194432 21972 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30150] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30150/stat : 30150 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459458 7826194432 21972 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30151] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30151/stat : 30151 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459458 7826194432 21972 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30152] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30152/stat : 30152 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459458 7826194432 21972 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30153] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30153/stat : 30153 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459458 7826194432 21972 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30154] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30154/stat : 30154 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459458 7826194432 21972 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30155] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30155/stat : 30155 (java) S 30142 30144 29772 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 470459459 7826194432 21972 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471872 0 0 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30156] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30156/stat : 30156 (java) S 30142 30144 29772 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 470459459 7826194432 21972 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30157] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30157/stat : 30157 (java) S 30142 30144 29772 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 470459459 7826194432 21972 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30165] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30165/stat : 30165 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459461 7826194432 21972 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051478961 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30166] ppid=30142 vsize=7642768 CPUtime=0.29 cores=4,6
/proc/30144/task/30166/stat : 30166 (java) S 30142 30144 29772 0 -1 4202560 279 0 0 0 29 0 0 0 15 0 19 0 470459461 7826194432 21972 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30167] ppid=30142 vsize=7642768 CPUtime=0.25 cores=4,6
/proc/30144/task/30167/stat : 30167 (java) S 30142 30144 29772 0 -1 4202560 2622 0 0 0 25 0 0 0 16 0 19 0 470459461 7826194432 21972 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30168] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30168/stat : 30168 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459461 7826194432 21972 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30169] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30169/stat : 30169 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 470459461 7826194432 21972 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471872 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30236] ppid=30142 vsize=7642768 CPUtime=0 cores=4,6
/proc/30144/task/30236/stat : 30236 (java) S 30142 30144 29772 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 470459499 7826194432 21972 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471872 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.83
Current children cumulated vsize (KiB) 7642768

[startup+12.7016 s]

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

/proc/30144/task/30147/stat : 30147 (java) S 30142 30144 29772 0 -1 4202560 5281 0 0 0 7 0 0 0 15 0 19 0 470459458 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30148] ppid=30142 vsize=7643408 CPUtime=0.03 cores=4,6
/proc/30144/task/30148/stat : 30148 (java) S 30142 30144 29772 0 -1 4202560 3197 0 0 0 3 0 0 0 15 0 19 0 470459458 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30149] ppid=30142 vsize=7643408 CPUtime=0.01 cores=4,6
/proc/30144/task/30149/stat : 30149 (java) S 30142 30144 29772 0 -1 4202560 1033 0 0 0 1 0 0 0 16 0 19 0 470459458 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30150] ppid=30142 vsize=7643408 CPUtime=0.01 cores=4,6
/proc/30144/task/30150/stat : 30150 (java) S 30142 30144 29772 0 -1 4202560 3 0 0 0 1 0 0 0 15 0 19 0 470459458 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30151] ppid=30142 vsize=7643408 CPUtime=0.01 cores=4,6
/proc/30144/task/30151/stat : 30151 (java) S 30142 30144 29772 0 -1 4202560 3 0 0 0 1 0 0 0 15 0 19 0 470459458 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30152] ppid=30142 vsize=7643408 CPUtime=0.01 cores=4,6
/proc/30144/task/30152/stat : 30152 (java) S 30142 30144 29772 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 19 0 470459458 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30153] ppid=30142 vsize=7643408 CPUtime=0 cores=4,6
/proc/30144/task/30153/stat : 30153 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 470459458 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30154] ppid=30142 vsize=7643408 CPUtime=0.02 cores=4,6
/proc/30144/task/30154/stat : 30154 (java) S 30142 30144 29772 0 -1 4202560 8 0 0 0 2 0 0 0 16 0 19 0 470459458 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30155] ppid=30142 vsize=7643408 CPUtime=0.79 cores=4,6
/proc/30144/task/30155/stat : 30155 (java) S 30142 30144 29772 0 -1 4202560 12254 0 0 0 78 1 0 0 15 0 19 0 470459459 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471872 0 0 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30156] ppid=30142 vsize=7643408 CPUtime=0 cores=4,6
/proc/30144/task/30156/stat : 30156 (java) S 30142 30144 29772 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 470459459 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30157] ppid=30142 vsize=7643408 CPUtime=0 cores=4,6
/proc/30144/task/30157/stat : 30157 (java) S 30142 30144 29772 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 470459459 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30165] ppid=30142 vsize=7643408 CPUtime=0 cores=4,6
/proc/30144/task/30165/stat : 30165 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459461 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051478961 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30166] ppid=30142 vsize=7643408 CPUtime=0.77 cores=4,6
/proc/30144/task/30166/stat : 30166 (java) S 30142 30144 29772 0 -1 4202560 6398 0 0 0 76 1 0 0 15 0 19 0 470459461 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30167] ppid=30142 vsize=7643408 CPUtime=0.31 cores=4,6
/proc/30144/task/30167/stat : 30167 (java) S 30142 30144 29772 0 -1 4202560 2718 0 0 0 31 0 0 0 15 0 19 0 470459461 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30168] ppid=30142 vsize=7643408 CPUtime=0 cores=4,6
/proc/30144/task/30168/stat : 30168 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459461 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30169] ppid=30142 vsize=7643408 CPUtime=0 cores=4,6
/proc/30144/task/30169/stat : 30169 (java) S 30142 30144 29772 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 470459461 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471872 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30236] ppid=30142 vsize=7643408 CPUtime=0 cores=4,6
/proc/30144/task/30236/stat : 30236 (java) S 30142 30144 29772 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 470459499 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471872 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 181.01
Current children cumulated vsize (KiB) 7643408

[startup+180.702 s]
/proc/loadavg: 3.94 3.82 3.84 5/262 30290
/proc/meminfo: memFree=12349056/32951124 swapFree=67111528/67111528
[pid=30144] ppid=30142 vsize=7643408 CPUtime=181.82 cores=4,6
/proc/30144/stat : 30144 (java) S 30142 30144 29772 0 -1 4202496 51153 0 1 0 18175 7 0 0 21 0 19 0 470459455 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30144/statm: 1910852 44047 2253 9 0 1901590 0
[pid=30144/tid=30145] ppid=30142 vsize=7643408 CPUtime=179.69 cores=4,6
/proc/30144/task/30145/stat : 30145 (java) R 30142 30144 29772 0 -1 4202560 19093 0 1 0 17967 2 0 0 25 0 19 0 470459456 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 46912505592262 0 4 0 16800975 0 0 0 -1 4 0 0 1
[pid=30144/tid=30147] ppid=30142 vsize=7643408 CPUtime=0.07 cores=4,6
/proc/30144/task/30147/stat : 30147 (java) S 30142 30144 29772 0 -1 4202560 5281 0 0 0 7 0 0 0 15 0 19 0 470459458 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30148] ppid=30142 vsize=7643408 CPUtime=0.03 cores=4,6
/proc/30144/task/30148/stat : 30148 (java) S 30142 30144 29772 0 -1 4202560 3197 0 0 0 3 0 0 0 15 0 19 0 470459458 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30149] ppid=30142 vsize=7643408 CPUtime=0.01 cores=4,6
/proc/30144/task/30149/stat : 30149 (java) S 30142 30144 29772 0 -1 4202560 1033 0 0 0 1 0 0 0 16 0 19 0 470459458 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30150] ppid=30142 vsize=7643408 CPUtime=0.01 cores=4,6
/proc/30144/task/30150/stat : 30150 (java) S 30142 30144 29772 0 -1 4202560 3 0 0 0 1 0 0 0 15 0 19 0 470459458 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30151] ppid=30142 vsize=7643408 CPUtime=0.01 cores=4,6
/proc/30144/task/30151/stat : 30151 (java) S 30142 30144 29772 0 -1 4202560 3 0 0 0 1 0 0 0 15 0 19 0 470459458 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30152] ppid=30142 vsize=7643408 CPUtime=0.01 cores=4,6
/proc/30144/task/30152/stat : 30152 (java) S 30142 30144 29772 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 19 0 470459458 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30153] ppid=30142 vsize=7643408 CPUtime=0 cores=4,6
/proc/30144/task/30153/stat : 30153 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 470459458 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30154] ppid=30142 vsize=7643408 CPUtime=0.02 cores=4,6
/proc/30144/task/30154/stat : 30154 (java) S 30142 30144 29772 0 -1 4202560 8 0 0 0 2 0 0 0 16 0 19 0 470459458 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30155] ppid=30142 vsize=7643408 CPUtime=0.79 cores=4,6
/proc/30144/task/30155/stat : 30155 (java) S 30142 30144 29772 0 -1 4202560 12254 0 0 0 78 1 0 0 15 0 19 0 470459459 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471872 0 0 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30156] ppid=30142 vsize=7643408 CPUtime=0 cores=4,6
/proc/30144/task/30156/stat : 30156 (java) S 30142 30144 29772 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 470459459 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30157] ppid=30142 vsize=7643408 CPUtime=0 cores=4,6
/proc/30144/task/30157/stat : 30157 (java) S 30142 30144 29772 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 470459459 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30165] ppid=30142 vsize=7643408 CPUtime=0 cores=4,6
/proc/30144/task/30165/stat : 30165 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459461 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051478961 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30166] ppid=30142 vsize=7643408 CPUtime=0.77 cores=4,6
/proc/30144/task/30166/stat : 30166 (java) S 30142 30144 29772 0 -1 4202560 6398 0 0 0 76 1 0 0 15 0 19 0 470459461 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30167] ppid=30142 vsize=7643408 CPUtime=0.31 cores=4,6
/proc/30144/task/30167/stat : 30167 (java) S 30142 30144 29772 0 -1 4202560 2718 0 0 0 31 0 0 0 15 0 19 0 470459461 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30168] ppid=30142 vsize=7643408 CPUtime=0 cores=4,6
/proc/30144/task/30168/stat : 30168 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459461 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30169] ppid=30142 vsize=7643408 CPUtime=0 cores=4,6
/proc/30144/task/30169/stat : 30169 (java) S 30142 30144 29772 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 470459461 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471872 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30236] ppid=30142 vsize=7643408 CPUtime=0 cores=4,6
/proc/30144/task/30236/stat : 30236 (java) S 30142 30144 29772 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 470459499 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471872 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 181.82
Current children cumulated vsize (KiB) 7643408

[startup+180.902 s]
/proc/loadavg: 3.94 3.82 3.84 5/262 30290
/proc/meminfo: memFree=12349056/32951124 swapFree=67111528/67111528
[pid=30144] ppid=30142 vsize=7643408 CPUtime=182.02 cores=4,6
/proc/30144/stat : 30144 (java) S 30142 30144 29772 0 -1 4202496 51153 0 1 0 18195 7 0 0 21 0 19 0 470459455 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30144/statm: 1910852 44047 2253 9 0 1901590 0
[pid=30144/tid=30145] ppid=30142 vsize=7643408 CPUtime=179.89 cores=4,6
/proc/30144/task/30145/stat : 30145 (java) R 30142 30144 29772 0 -1 4202560 19093 0 1 0 17987 2 0 0 25 0 19 0 470459456 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 46912505650211 0 4 0 16800975 0 0 0 -1 4 0 0 1
[pid=30144/tid=30147] ppid=30142 vsize=7643408 CPUtime=0.07 cores=4,6
/proc/30144/task/30147/stat : 30147 (java) S 30142 30144 29772 0 -1 4202560 5281 0 0 0 7 0 0 0 15 0 19 0 470459458 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30148] ppid=30142 vsize=7643408 CPUtime=0.03 cores=4,6
/proc/30144/task/30148/stat : 30148 (java) S 30142 30144 29772 0 -1 4202560 3197 0 0 0 3 0 0 0 15 0 19 0 470459458 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30149] ppid=30142 vsize=7643408 CPUtime=0.01 cores=4,6
/proc/30144/task/30149/stat : 30149 (java) S 30142 30144 29772 0 -1 4202560 1033 0 0 0 1 0 0 0 16 0 19 0 470459458 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30150] ppid=30142 vsize=7643408 CPUtime=0.01 cores=4,6
/proc/30144/task/30150/stat : 30150 (java) S 30142 30144 29772 0 -1 4202560 3 0 0 0 1 0 0 0 15 0 19 0 470459458 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30151] ppid=30142 vsize=7643408 CPUtime=0.01 cores=4,6
/proc/30144/task/30151/stat : 30151 (java) S 30142 30144 29772 0 -1 4202560 3 0 0 0 1 0 0 0 15 0 19 0 470459458 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30152] ppid=30142 vsize=7643408 CPUtime=0.01 cores=4,6
/proc/30144/task/30152/stat : 30152 (java) S 30142 30144 29772 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 19 0 470459458 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30153] ppid=30142 vsize=7643408 CPUtime=0 cores=4,6
/proc/30144/task/30153/stat : 30153 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 470459458 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30154] ppid=30142 vsize=7643408 CPUtime=0.02 cores=4,6
/proc/30144/task/30154/stat : 30154 (java) S 30142 30144 29772 0 -1 4202560 8 0 0 0 2 0 0 0 16 0 19 0 470459458 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30155] ppid=30142 vsize=7643408 CPUtime=0.79 cores=4,6
/proc/30144/task/30155/stat : 30155 (java) S 30142 30144 29772 0 -1 4202560 12254 0 0 0 78 1 0 0 15 0 19 0 470459459 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471872 0 0 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30156] ppid=30142 vsize=7643408 CPUtime=0 cores=4,6
/proc/30144/task/30156/stat : 30156 (java) S 30142 30144 29772 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 470459459 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30157] ppid=30142 vsize=7643408 CPUtime=0 cores=4,6
/proc/30144/task/30157/stat : 30157 (java) S 30142 30144 29772 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 470459459 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30165] ppid=30142 vsize=7643408 CPUtime=0 cores=4,6
/proc/30144/task/30165/stat : 30165 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459461 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051478961 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30166] ppid=30142 vsize=7643408 CPUtime=0.77 cores=4,6
/proc/30144/task/30166/stat : 30166 (java) S 30142 30144 29772 0 -1 4202560 6398 0 0 0 76 1 0 0 15 0 19 0 470459461 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30167] ppid=30142 vsize=7643408 CPUtime=0.31 cores=4,6
/proc/30144/task/30167/stat : 30167 (java) S 30142 30144 29772 0 -1 4202560 2718 0 0 0 31 0 0 0 15 0 19 0 470459461 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30168] ppid=30142 vsize=7643408 CPUtime=0 cores=4,6
/proc/30144/task/30168/stat : 30168 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459461 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30169] ppid=30142 vsize=7643408 CPUtime=0 cores=4,6
/proc/30144/task/30169/stat : 30169 (java) S 30142 30144 29772 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 470459461 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471872 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30236] ppid=30142 vsize=7643408 CPUtime=0 cores=4,6
/proc/30144/task/30236/stat : 30236 (java) S 30142 30144 29772 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 470459499 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471872 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 182.02
Current children cumulated vsize (KiB) 7643408

[startup+181.001 s]
/proc/loadavg: 3.94 3.82 3.84 5/262 30290
/proc/meminfo: memFree=12349056/32951124 swapFree=67111528/67111528
[pid=30144] ppid=30142 vsize=7643408 CPUtime=182.12 cores=4,6
/proc/30144/stat : 30144 (java) S 30142 30144 29772 0 -1 4202496 51154 0 1 0 18205 7 0 0 21 0 19 0 470459455 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30144/statm: 1910852 44047 2253 9 0 1901590 0
[pid=30144/tid=30145] ppid=30142 vsize=7643408 CPUtime=179.98 cores=4,6
/proc/30144/task/30145/stat : 30145 (java) R 30142 30144 29772 0 -1 4202560 19093 0 1 0 17996 2 0 0 25 0 19 0 470459456 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 46912505698219 0 4 0 16800975 0 0 0 -1 4 0 0 1
[pid=30144/tid=30147] ppid=30142 vsize=7643408 CPUtime=0.07 cores=4,6
/proc/30144/task/30147/stat : 30147 (java) S 30142 30144 29772 0 -1 4202560 5281 0 0 0 7 0 0 0 15 0 19 0 470459458 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30148] ppid=30142 vsize=7643408 CPUtime=0.03 cores=4,6
/proc/30144/task/30148/stat : 30148 (java) S 30142 30144 29772 0 -1 4202560 3197 0 0 0 3 0 0 0 15 0 19 0 470459458 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30149] ppid=30142 vsize=7643408 CPUtime=0.01 cores=4,6
/proc/30144/task/30149/stat : 30149 (java) S 30142 30144 29772 0 -1 4202560 1033 0 0 0 1 0 0 0 16 0 19 0 470459458 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30150] ppid=30142 vsize=7643408 CPUtime=0.01 cores=4,6
/proc/30144/task/30150/stat : 30150 (java) S 30142 30144 29772 0 -1 4202560 3 0 0 0 1 0 0 0 15 0 19 0 470459458 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30151] ppid=30142 vsize=7643408 CPUtime=0.01 cores=4,6
/proc/30144/task/30151/stat : 30151 (java) S 30142 30144 29772 0 -1 4202560 3 0 0 0 1 0 0 0 15 0 19 0 470459458 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30152] ppid=30142 vsize=7643408 CPUtime=0.01 cores=4,6
/proc/30144/task/30152/stat : 30152 (java) S 30142 30144 29772 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 19 0 470459458 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30153] ppid=30142 vsize=7643408 CPUtime=0 cores=4,6
/proc/30144/task/30153/stat : 30153 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 470459458 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30154] ppid=30142 vsize=7643408 CPUtime=0.02 cores=4,6
/proc/30144/task/30154/stat : 30154 (java) S 30142 30144 29772 0 -1 4202560 8 0 0 0 2 0 0 0 16 0 19 0 470459458 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30155] ppid=30142 vsize=7643408 CPUtime=0.79 cores=4,6
/proc/30144/task/30155/stat : 30155 (java) S 30142 30144 29772 0 -1 4202560 12254 0 0 0 78 1 0 0 15 0 19 0 470459459 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471872 0 0 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30156] ppid=30142 vsize=7643408 CPUtime=0 cores=4,6
/proc/30144/task/30156/stat : 30156 (java) S 30142 30144 29772 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 470459459 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30157] ppid=30142 vsize=7643408 CPUtime=0 cores=4,6
/proc/30144/task/30157/stat : 30157 (java) S 30142 30144 29772 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 470459459 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30165] ppid=30142 vsize=7643408 CPUtime=0 cores=4,6
/proc/30144/task/30165/stat : 30165 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459461 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051478961 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30166] ppid=30142 vsize=7643408 CPUtime=0.77 cores=4,6
/proc/30144/task/30166/stat : 30166 (java) S 30142 30144 29772 0 -1 4202560 6398 0 0 0 76 1 0 0 15 0 19 0 470459461 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30167] ppid=30142 vsize=7643408 CPUtime=0.32 cores=4,6
/proc/30144/task/30167/stat : 30167 (java) S 30142 30144 29772 0 -1 4202560 2719 0 0 0 32 0 0 0 15 0 19 0 470459461 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30168] ppid=30142 vsize=7643408 CPUtime=0 cores=4,6
/proc/30144/task/30168/stat : 30168 (java) S 30142 30144 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459461 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471257 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
[pid=30144/tid=30169] ppid=30142 vsize=7643408 CPUtime=0 cores=4,6
/proc/30144/task/30169/stat : 30169 (java) S 30142 30144 29772 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 470459461 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471872 0 4 0 16800975 18446604453969494208 0 0 -1 6 0 0 0
[pid=30144/tid=30236] ppid=30142 vsize=7643408 CPUtime=0 cores=4,6
/proc/30144/task/30236/stat : 30236 (java) S 30142 30144 29772 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 470459499 7826849792 44047 33554432000 1073741824 1073778376 140736867261584 18446744073709551615 212051471872 0 4 0 16800975 18446604453969494208 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 182.12
Current children cumulated vsize (KiB) 7643408

Child status: 20
Real time (s): 181.017
CPU time (s): 182.14
CPU user time (s): 182.056
CPU system time (s): 0.083987
CPU usage (%): 100.621
Max. virtual memory (cumulated for all children) (KiB): 7664304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 182.056
system time used= 0.083987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51159
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= 4126
involuntary context switches= 1119

runsolver used 0.318951 second user time and 0.674897 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-26 03:13:52
IDJOB=3288155
IDBENCH=82489
IDSOLVER=1611
FILE ID=node146/3288155-1303780432
RUNJOBID= node146-1303780432-30125
PBS_JOBID= 13157206
Free space on /tmp= 72756 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtswvtms14x8p1-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-3288155-1303780432/watcher-3288155-1303780432 -o /tmp/evaluation-result-3288155-1303780432/solver-3288155-1303780432 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3288155-1303780432.cnf

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

MD5SUM BENCH= 649b4cf0a21e275b244b1034d05ded52
RANDOM SEED=299672007

node146.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13311252 kB
Buffers:       2079328 kB
Cached:       16955392 kB
SwapCached:          0 kB
Active:        9751644 kB
Inactive:      9354720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13311252 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           11048 kB
Writeback:           0 kB
AnonPages:       70648 kB
Mapped:          14492 kB
Slab:           468964 kB
PageTables:       5496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   195296 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= 72736 MiB
End job on node146 at 2011-04-26 03:16:53