Trace number 3286499

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 48.5836 47.0672

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pipesworld-18-step15.cnf
MD5SUMcabee0328f774a95ab72be66123bb39b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.8798
Satisfiable
(Un)Satisfiability was proved
Number of variables130021
Number of clauses2509375
Sum of the clauses size5678283
Maximum clause length1921
Minimum clause length1
Number of clauses of size 1456
Number of clauses of size 22437138
Number of clauses of size 310555
Number of clauses of size 46624
Number of clauses of size 53927
Number of clauses of size over 550675

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c no version file found!!!
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		6997539544
0.00/0.08	c Max memory 		7034241024
0.00/0.08	c Total memory 		7034241024
0.00/0.08	c Number of processors 	8
0.00/0.10	c --- Begin Solver configuration ---
0.00/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.00/0.10	c Learn all clauses as in MiniSAT
0.00/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.00/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.00/0.10	c Expensive reason simplification
0.00/0.10	c Armin Biere (Picosat) restarts strategy
0.00/0.10	c Glucose learned constraints deletion strategy
0.00/0.10	c timeout=2147483647s
0.00/0.10	c DB Simplification allowed=true
0.00/0.10	c --- End Solver configuration ---
0.00/0.10	c solving HOME/instance-3286499-1303773108.cnf
0.00/0.10	c reading problem ... 
1.96/1.85	c ... done. Wall clock time 1.755s.
1.96/1.85	c #vars     130021
1.96/1.85	c #constraints  2507197
1.96/1.85	c constraints type 
1.96/1.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 71781
1.96/1.85	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2434960
29.63/28.89	c cleaning 2454 clauses out of 4910 with flag 5000/5000
48.50/47.03	c starts		: 52
48.50/47.03	c conflicts		: 8393
48.50/47.03	c decisions		: 84159
48.50/47.03	c propagations		: 56353317
48.50/47.03	c inspects		: 192002603
48.50/47.03	c shortcuts		: 0
48.50/47.03	c learnt literals	: 24
48.50/47.03	c learnt binary clauses	: 260
48.50/47.03	c learnt ternary clauses	: 55
48.50/47.03	c learnt constraints	: 8368
48.50/47.03	c ignored constraints	: 0
48.50/47.03	c root simplifications	: 75
48.50/47.03	c removed literals (reason simplification)	: 1570020
48.50/47.03	c reason swapping (by a shorter reason)	: 0
48.50/47.03	c Calls to reduceDB	: 1
48.50/47.03	c speed (assignments/second)	: 1247223.8895159685
48.50/47.03	c non guided choices	38349
48.50/47.04	c learnt constraints type 
48.50/47.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 127
48.50/47.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 3032
48.50/47.04	c constraints type 
48.50/47.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 71781
48.50/47.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2434960
48.50/47.04	s UNSATISFIABLE
48.50/47.04	c Total wall clock time (in seconds) : 46.938

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-3286499-1303773108/watcher-3286499-1303773108 -o /tmp/evaluation-result-3286499-1303773108/solver-3286499-1303773108 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3286499-1303773108.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: 4.09 4.00 3.77 5/243 3868
/proc/meminfo: memFree=10155444/32951124 swapFree=67111528/67111528
[pid=3868] ppid=3866 vsize=252 CPUtime=0 cores=4,6
/proc/3868/stat : 3868 (java) S 3866 3868 3225 0 -1 4194304 77 0 0 0 0 0 0 0 23 0 1 0 469726856 258048 31 33554432000 1073741824 1073778376 140734472853200 18446744073709551615 233505373831 0 2147483391 4096 0 18446744071699207358 0 0 17 4 0 0 0
/proc/3868/statm: 63 31 24 9 0 22 0

[startup+0.026851 s]
/proc/loadavg: 4.09 4.00 3.77 5/243 3868
/proc/meminfo: memFree=10155444/32951124 swapFree=67111528/67111528
[pid=3868] ppid=3866 vsize=7549900 CPUtime=0 cores=4,6
/proc/3868/stat : 3868 (java) S 3866 3868 3225 0 -1 4202496 7549 0 1 0 0 0 0 0 23 0 10 0 469726856 7731097600 7253 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522100197 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0
/proc/3868/statm: 1887475 7275 1035 9 0 1878631 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7549900

[startup+0.1008 s]
/proc/loadavg: 4.09 4.00 3.77 5/243 3868
/proc/meminfo: memFree=10155444/32951124 swapFree=67111528/67111528
[pid=3868] ppid=3866 vsize=7569940 CPUtime=0.08 cores=4,6
/proc/3868/stat : 3868 (java) S 3866 3868 3225 0 -1 4202496 9682 0 1 0 7 1 0 0 23 0 18 0 469726856 7751618560 9379 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/3868/statm: 1892485 9379 1759 9 0 1883223 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7569940

[startup+0.300826 s]
/proc/loadavg: 4.09 4.00 3.77 5/243 3868
/proc/meminfo: memFree=10155444/32951124 swapFree=67111528/67111528
[pid=3868] ppid=3866 vsize=7636728 CPUtime=0.39 cores=4,6
/proc/3868/stat : 3868 (java) S 3866 3868 3225 0 -1 4202496 18035 0 1 0 37 2 0 0 23 0 18 0 469726856 7820009472 17626 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/3868/statm: 1909182 17626 2203 9 0 1899920 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 7636728

[startup+0.700753 s]
/proc/loadavg: 4.09 4.00 3.77 5/243 3868
/proc/meminfo: memFree=10155444/32951124 swapFree=67111528/67111528
[pid=3868] ppid=3866 vsize=7637932 CPUtime=0.86 cores=4,6
/proc/3868/stat : 3868 (java) S 3866 3868 3225 0 -1 4202496 27631 0 1 0 82 4 0 0 23 0 18 0 469726856 7821242368 27065 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/3868/statm: 1909483 27067 2203 9 0 1900221 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 7637932

[startup+1.50161 s]
/proc/loadavg: 4.09 4.00 3.77 5/261 3886
/proc/meminfo: memFree=10024612/32951124 swapFree=67111528/67111528
[pid=3868] ppid=3866 vsize=7637932 CPUtime=1.65 cores=4,6
/proc/3868/stat : 3868 (java) S 3866 3868 3225 0 -1 4202496 47889 0 1 0 158 7 0 0 23 0 18 0 469726856 7821242368 47322 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/3868/statm: 1909483 47323 2205 9 0 1900221 0
[pid=3868/tid=3870] ppid=3866 vsize=7637932 CPUtime=1.48 cores=4,6
/proc/3868/task/3870/stat : 3870 (java) R 3866 3868 3225 0 -1 4202560 45210 0 1 0 141 7 0 0 18 0 18 0 469726858 7821242368 47324 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 46912505549432 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3868/tid=3871] ppid=3866 vsize=7637932 CPUtime=0 cores=4,6
/proc/3868/task/3871/stat : 3871 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 469726859 7821242368 47324 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3872] ppid=3866 vsize=7637932 CPUtime=0 cores=4,6
/proc/3868/task/3872/stat : 3872 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 469726859 7821242368 47325 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3873] ppid=3866 vsize=7637932 CPUtime=0 cores=4,6
/proc/3868/task/3873/stat : 3873 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 469726859 7821242368 47326 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3874] ppid=3866 vsize=7637932 CPUtime=0 cores=4,6
/proc/3868/task/3874/stat : 3874 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 469726859 7821242368 47326 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3875] ppid=3866 vsize=7637932 CPUtime=0 cores=4,6
/proc/3868/task/3875/stat : 3875 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 469726859 7821242368 47327 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3876] ppid=3866 vsize=7637932 CPUtime=0 cores=4,6
/proc/3868/task/3876/stat : 3876 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 469726859 7821242368 47327 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3877] ppid=3866 vsize=7637932 CPUtime=0 cores=4,6
/proc/3868/task/3877/stat : 3877 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 469726859 7821242368 47328 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3878] ppid=3866 vsize=7637932 CPUtime=0 cores=4,6
/proc/3868/task/3878/stat : 3878 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 469726859 7821242368 47328 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3879] ppid=3866 vsize=7637932 CPUtime=0 cores=4,6
/proc/3868/task/3879/stat : 3879 (java) S 3866 3868 3225 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 469726860 7821242368 47329 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522114048 0 0 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3880] ppid=3866 vsize=7637932 CPUtime=0 cores=4,6
/proc/3868/task/3880/stat : 3880 (java) S 3866 3868 3225 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 469726860 7821242368 47329 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 4 0 0 0
[pid=3868/tid=3881] ppid=3866 vsize=7637932 CPUtime=0 cores=4,6
/proc/3868/task/3881/stat : 3881 (java) S 3866 3868 3225 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 469726860 7821242368 47330 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 4 0 0 0
[pid=3868/tid=3882] ppid=3866 vsize=7637932 CPUtime=0 cores=4,6
/proc/3868/task/3882/stat : 3882 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 469726863 7821242368 47330 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522121137 0 4 0 16800975 18446604453961748800 0 0 -1 4 0 0 0
[pid=3868/tid=3883] ppid=3866 vsize=7637932 CPUtime=0.04 cores=4,6
/proc/3868/task/3883/stat : 3883 (java) S 3866 3868 3225 0 -1 4202560 413 0 0 0 4 0 0 0 23 0 18 0 469726863 7821242368 47331 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3884] ppid=3866 vsize=7637932 CPUtime=0.12 cores=4,6
/proc/3868/task/3884/stat : 3884 (java) S 3866 3868 3225 0 -1 4202560 1115 0 0 0 12 0 0 0 23 0 18 0 469726863 7821242368 47331 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3885] ppid=3866 vsize=7637932 CPUtime=0 cores=4,6
/proc/3868/task/3885/stat : 3885 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 469726863 7821242368 47332 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 4 0 0 0
[pid=3868/tid=3886] ppid=3866 vsize=7637932 CPUtime=0 cores=4,6
/proc/3868/task/3886/stat : 3886 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 469726863 7821242368 47332 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522114048 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 7637932

[startup+3.10131 s]
/proc/loadavg: 4.09 4.00 3.77 7/262 3887
/proc/meminfo: memFree=9924556/32951124 swapFree=67111528/67111528
[pid=3868] ppid=3866 vsize=7643072 CPUtime=3.88 cores=4,6
/proc/3868/stat : 3868 (java) S 3866 3868 3225 0 -1 4202496 62643 0 1 0 379 9 0 0 23 0 19 0 469726856 7826505728 60529 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/3868/statm: 1910768 60529 2223 9 0 1901506 0
[pid=3868/tid=3870] ppid=3866 vsize=7643072 CPUtime=3.07 cores=4,6
/proc/3868/task/3870/stat : 3870 (java) R 3866 3868 3225 0 -1 4202560 56283 0 1 0 299 8 0 0 22 0 19 0 469726858 7826505728 60529 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 46912505802735 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3868/tid=3871] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3871/stat : 3871 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469726859 7826505728 60529 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3872] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3872/stat : 3872 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469726859 7826505728 60529 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3873] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3873/stat : 3873 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469726859 7826505728 60529 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3874] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3874/stat : 3874 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469726859 7826505728 60530 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3875] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3875/stat : 3875 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469726859 7826505728 60530 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3876] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3876/stat : 3876 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469726859 7826505728 60530 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3877] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3877/stat : 3877 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469726859 7826505728 60530 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3878] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3878/stat : 3878 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469726859 7826505728 60530 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3879] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3879/stat : 3879 (java) S 3866 3868 3225 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 469726860 7826505728 60530 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522114048 0 0 0 16800975 18446604453961748800 0 0 -1 4 0 0 0
[pid=3868/tid=3880] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3880/stat : 3880 (java) S 3866 3868 3225 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 469726860 7826505728 60530 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 4 0 0 0
[pid=3868/tid=3881] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3881/stat : 3881 (java) S 3866 3868 3225 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 469726860 7826505728 60530 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 4 0 0 0
[pid=3868/tid=3882] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3882/stat : 3882 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469726863 7826505728 60530 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522121137 0 4 0 16800975 18446604453961748800 0 0 -1 4 0 0 0
[pid=3868/tid=3883] ppid=3866 vsize=7643072 CPUtime=0.31 cores=4,6
/proc/3868/task/3883/stat : 3883 (java) S 3866 3868 3225 0 -1 4202560 2594 0 0 0 31 0 0 0 15 0 19 0 469726863 7826505728 60530 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3884] ppid=3866 vsize=7643072 CPUtime=0.47 cores=4,6
/proc/3868/task/3884/stat : 3884 (java) S 3866 3868 3225 0 -1 4202560 2605 0 0 0 47 0 0 0 15 0 19 0 469726863 7826505728 60530 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3885] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3885/stat : 3885 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469726863 7826505728 60530 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 4 0 0 0
[pid=3868/tid=3886] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3886/stat : 3886 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 469726863 7826505728 60530 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522114048 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3887] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3887/stat : 3887 (java) S 3866 3868 3225 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 469727047 7826505728 60530 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522114048 0 4 0 16800975 18446604453961748800 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 7643072

[startup+6.30075 s]
/proc/loadavg: 4.08 4.00 3.77 5/262 3887
/proc/meminfo: memFree=9919112/32951124 swapFree=67111528/67111528
[pid=3868] ppid=3866 vsize=7643072 CPUtime=7.11 cores=4,6
/proc/3868/stat : 3868 (java) S 3866 3868 3225 0 -1 4202496 63249 0 1 0 702 9 0 0 23 0 19 0 469726856 7826505728 61116 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/3868/statm: 1910768 61116 2223 9 0 1901506 0
[pid=3868/tid=3870] ppid=3866 vsize=7643072 CPUtime=6.27 cores=4,6
/proc/3868/task/3870/stat : 3870 (java) R 3866 3868 3225 0 -1 4202560 56886 0 1 0 619 8 0 0 25 0 19 0 469726858 7826505728 61116 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 46912505591805 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3868/tid=3871] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3871/stat : 3871 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469726859 7826505728 61116 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3872] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3872/stat : 3872 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469726859 7826505728 61116 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3873] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3873/stat : 3873 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469726859 7826505728 61116 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3874] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3874/stat : 3874 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469726859 7826505728 61116 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3875] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3875/stat : 3875 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469726859 7826505728 61116 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3876] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3876/stat : 3876 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469726859 7826505728 61116 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3877] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3877/stat : 3877 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469726859 7826505728 61116 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3878] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3878/stat : 3878 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469726859 7826505728 61116 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3879] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3879/stat : 3879 (java) S 3866 3868 3225 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 469726860 7826505728 61116 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522114048 0 0 0 16800975 18446604453961748800 0 0 -1 4 0 0 0
[pid=3868/tid=3880] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3880/stat : 3880 (java) S 3866 3868 3225 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 469726860 7826505728 61116 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 4 0 0 0
[pid=3868/tid=3881] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3881/stat : 3881 (java) S 3866 3868 3225 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 469726860 7826505728 61116 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 4 0 0 0
[pid=3868/tid=3882] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3882/stat : 3882 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469726863 7826505728 61116 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522121137 0 4 0 16800975 18446604453961748800 0 0 -1 4 0 0 0
[pid=3868/tid=3883] ppid=3866 vsize=7643072 CPUtime=0.35 cores=4,6
/proc/3868/task/3883/stat : 3883 (java) S 3866 3868 3225 0 -1 4202560 2597 0 0 0 35 0 0 0 16 0 19 0 469726863 7826505728 61116 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3884] ppid=3866 vsize=7643072 CPUtime=0.47 cores=4,6
/proc/3868/task/3884/stat : 3884 (java) S 3866 3868 3225 0 -1 4202560 2605 0 0 0 47 0 0 0 15 0 19 0 469726863 7826505728 61116 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3885] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3885/stat : 3885 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469726863 7826505728 61116 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 4 0 0 0
[pid=3868/tid=3886] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3886/stat : 3886 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 469726863 7826505728 61116 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522114048 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3887] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3887/stat : 3887 (java) S 3866 3868 3225 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 469727047 7826505728 61116 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522114048 0 4 0 16800975 18446604453961748800 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.11
Current children cumulated vsize (KiB) 7643072

[startup+12.7016 s]
/proc/loadavg: 4.07 4.00 3.77 5/262 3887
/proc/meminfo: memFree=9915036/32951124 swapFree=67111528/67111528

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

/proc/3868/task/3871/stat : 3871 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 469726859 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3872] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3872/stat : 3872 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 469726859 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3873] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3873/stat : 3873 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 469726859 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3874] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3874/stat : 3874 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 469726859 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3875] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3875/stat : 3875 (java) S 3866 3868 3225 0 -1 4202560 159 0 0 0 0 0 0 0 17 0 19 0 469726859 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3876] ppid=3866 vsize=7643072 CPUtime=0.09 cores=4,6
/proc/3868/task/3876/stat : 3876 (java) S 3866 3868 3225 0 -1 4202560 6014 0 0 0 8 1 0 0 18 0 19 0 469726859 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3877] ppid=3866 vsize=7643072 CPUtime=0.23 cores=4,6
/proc/3868/task/3877/stat : 3877 (java) S 3866 3868 3225 0 -1 4202560 20640 0 0 0 21 2 0 0 18 0 19 0 469726859 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3878] ppid=3866 vsize=7643072 CPUtime=0.12 cores=4,6
/proc/3868/task/3878/stat : 3878 (java) S 3866 3868 3225 0 -1 4202560 10451 0 0 0 11 1 0 0 18 0 19 0 469726859 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3879] ppid=3866 vsize=7643072 CPUtime=0.63 cores=4,6
/proc/3868/task/3879/stat : 3879 (java) S 3866 3868 3225 0 -1 4202560 47728 0 0 0 59 4 0 0 15 0 19 0 469726860 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522114048 0 0 0 16800975 18446604453961748800 0 0 -1 4 0 0 0
[pid=3868/tid=3880] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3880/stat : 3880 (java) S 3866 3868 3225 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 469726860 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 4 0 0 0
[pid=3868/tid=3881] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3881/stat : 3881 (java) S 3866 3868 3225 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 469726860 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 4 0 0 0
[pid=3868/tid=3882] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3882/stat : 3882 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469726863 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522121137 0 4 0 16800975 18446604453961748800 0 0 -1 4 0 0 0
[pid=3868/tid=3883] ppid=3866 vsize=7643072 CPUtime=0.78 cores=4,6
/proc/3868/task/3883/stat : 3883 (java) S 3866 3868 3225 0 -1 4202560 9991 0 0 0 77 1 0 0 16 0 19 0 469726863 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3884] ppid=3866 vsize=7643072 CPUtime=0.48 cores=4,6
/proc/3868/task/3884/stat : 3884 (java) S 3866 3868 3225 0 -1 4202560 2608 0 0 0 48 0 0 0 15 0 19 0 469726863 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3885] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3885/stat : 3885 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469726863 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 4 0 0 0
[pid=3868/tid=3886] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3886/stat : 3886 (java) S 3866 3868 3225 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 469726863 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522114048 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3887] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3887/stat : 3887 (java) S 3866 3868 3225 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 469727047 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522114048 0 4 0 16800975 18446604453961748800 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 46.3
Current children cumulated vsize (KiB) 7643072

[startup+46.4016 s]
/proc/loadavg: 4.04 4.00 3.78 5/262 3888
/proc/meminfo: memFree=9558272/32951124 swapFree=67111528/67111528
[pid=3868] ppid=3866 vsize=7643072 CPUtime=47.9 cores=4,6
/proc/3868/stat : 3868 (java) S 3866 3868 3225 0 -1 4202496 158438 0 1 0 4769 21 0 0 23 0 19 0 469726856 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/3868/statm: 1910768 150982 2251 9 0 1901506 0
[pid=3868/tid=3870] ppid=3866 vsize=7643072 CPUtime=45.5 cores=4,6
/proc/3868/task/3870/stat : 3870 (java) R 3866 3868 3225 0 -1 4202560 59689 0 1 0 4541 9 0 0 25 0 19 0 469726858 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 46912505645874 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3868/tid=3871] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3871/stat : 3871 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 469726859 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3872] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3872/stat : 3872 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 469726859 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3873] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3873/stat : 3873 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 469726859 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3874] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3874/stat : 3874 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 469726859 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3875] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3875/stat : 3875 (java) S 3866 3868 3225 0 -1 4202560 159 0 0 0 0 0 0 0 17 0 19 0 469726859 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3876] ppid=3866 vsize=7643072 CPUtime=0.09 cores=4,6
/proc/3868/task/3876/stat : 3876 (java) S 3866 3868 3225 0 -1 4202560 6014 0 0 0 8 1 0 0 18 0 19 0 469726859 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3877] ppid=3866 vsize=7643072 CPUtime=0.23 cores=4,6
/proc/3868/task/3877/stat : 3877 (java) S 3866 3868 3225 0 -1 4202560 20640 0 0 0 21 2 0 0 18 0 19 0 469726859 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3878] ppid=3866 vsize=7643072 CPUtime=0.12 cores=4,6
/proc/3868/task/3878/stat : 3878 (java) S 3866 3868 3225 0 -1 4202560 10451 0 0 0 11 1 0 0 18 0 19 0 469726859 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3879] ppid=3866 vsize=7643072 CPUtime=0.63 cores=4,6
/proc/3868/task/3879/stat : 3879 (java) S 3866 3868 3225 0 -1 4202560 47728 0 0 0 59 4 0 0 15 0 19 0 469726860 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522114048 0 0 0 16800975 18446604453961748800 0 0 -1 4 0 0 0
[pid=3868/tid=3880] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3880/stat : 3880 (java) S 3866 3868 3225 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 469726860 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 4 0 0 0
[pid=3868/tid=3881] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3881/stat : 3881 (java) S 3866 3868 3225 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 469726860 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 4 0 0 0
[pid=3868/tid=3882] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3882/stat : 3882 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469726863 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522121137 0 4 0 16800975 18446604453961748800 0 0 -1 4 0 0 0
[pid=3868/tid=3883] ppid=3866 vsize=7643072 CPUtime=0.79 cores=4,6
/proc/3868/task/3883/stat : 3883 (java) S 3866 3868 3225 0 -1 4202560 9993 0 0 0 78 1 0 0 15 0 19 0 469726863 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3884] ppid=3866 vsize=7643072 CPUtime=0.48 cores=4,6
/proc/3868/task/3884/stat : 3884 (java) S 3866 3868 3225 0 -1 4202560 2608 0 0 0 48 0 0 0 15 0 19 0 469726863 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3885] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3885/stat : 3885 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469726863 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 4 0 0 0
[pid=3868/tid=3886] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3886/stat : 3886 (java) S 3866 3868 3225 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 469726863 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522114048 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3887] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3887/stat : 3887 (java) S 3866 3868 3225 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 469727047 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522114048 0 4 0 16800975 18446604453961748800 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 47.9
Current children cumulated vsize (KiB) 7643072

[startup+46.8015 s]
/proc/loadavg: 4.04 4.00 3.78 5/262 3888
/proc/meminfo: memFree=9558272/32951124 swapFree=67111528/67111528
[pid=3868] ppid=3866 vsize=7643072 CPUtime=48.3 cores=4,6
/proc/3868/stat : 3868 (java) S 3866 3868 3225 0 -1 4202496 158438 0 1 0 4809 21 0 0 23 0 19 0 469726856 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/3868/statm: 1910768 150982 2251 9 0 1901506 0
[pid=3868/tid=3870] ppid=3866 vsize=7643072 CPUtime=45.9 cores=4,6
/proc/3868/task/3870/stat : 3870 (java) R 3866 3868 3225 0 -1 4202560 59689 0 1 0 4581 9 0 0 25 0 19 0 469726858 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 46912505536500 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3868/tid=3871] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3871/stat : 3871 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 469726859 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3872] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3872/stat : 3872 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 469726859 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3873] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3873/stat : 3873 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 469726859 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3874] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3874/stat : 3874 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 469726859 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3875] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3875/stat : 3875 (java) S 3866 3868 3225 0 -1 4202560 159 0 0 0 0 0 0 0 17 0 19 0 469726859 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3876] ppid=3866 vsize=7643072 CPUtime=0.09 cores=4,6
/proc/3868/task/3876/stat : 3876 (java) S 3866 3868 3225 0 -1 4202560 6014 0 0 0 8 1 0 0 18 0 19 0 469726859 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3877] ppid=3866 vsize=7643072 CPUtime=0.23 cores=4,6
/proc/3868/task/3877/stat : 3877 (java) S 3866 3868 3225 0 -1 4202560 20640 0 0 0 21 2 0 0 18 0 19 0 469726859 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3878] ppid=3866 vsize=7643072 CPUtime=0.12 cores=4,6
/proc/3868/task/3878/stat : 3878 (java) S 3866 3868 3225 0 -1 4202560 10451 0 0 0 11 1 0 0 18 0 19 0 469726859 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3879] ppid=3866 vsize=7643072 CPUtime=0.63 cores=4,6
/proc/3868/task/3879/stat : 3879 (java) S 3866 3868 3225 0 -1 4202560 47728 0 0 0 59 4 0 0 15 0 19 0 469726860 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522114048 0 0 0 16800975 18446604453961748800 0 0 -1 4 0 0 0
[pid=3868/tid=3880] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3880/stat : 3880 (java) S 3866 3868 3225 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 469726860 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 4 0 0 0
[pid=3868/tid=3881] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3881/stat : 3881 (java) S 3866 3868 3225 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 469726860 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 4 0 0 0
[pid=3868/tid=3882] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3882/stat : 3882 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469726863 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522121137 0 4 0 16800975 18446604453961748800 0 0 -1 4 0 0 0
[pid=3868/tid=3883] ppid=3866 vsize=7643072 CPUtime=0.79 cores=4,6
/proc/3868/task/3883/stat : 3883 (java) S 3866 3868 3225 0 -1 4202560 9993 0 0 0 78 1 0 0 15 0 19 0 469726863 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3884] ppid=3866 vsize=7643072 CPUtime=0.48 cores=4,6
/proc/3868/task/3884/stat : 3884 (java) S 3866 3868 3225 0 -1 4202560 2608 0 0 0 48 0 0 0 15 0 19 0 469726863 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3885] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3885/stat : 3885 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469726863 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 4 0 0 0
[pid=3868/tid=3886] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3886/stat : 3886 (java) S 3866 3868 3225 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 469726863 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522114048 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3887] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3887/stat : 3887 (java) S 3866 3868 3225 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 469727047 7826505728 150982 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522114048 0 4 0 16800975 18446604453961748800 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 48.3
Current children cumulated vsize (KiB) 7643072

[startup+47.0014 s]
/proc/loadavg: 4.04 4.00 3.78 5/262 3888
/proc/meminfo: memFree=9558272/32951124 swapFree=67111528/67111528
[pid=3868] ppid=3866 vsize=7643072 CPUtime=48.5 cores=4,6
/proc/3868/stat : 3868 (java) S 3866 3868 3225 0 -1 4202496 158438 0 1 0 4829 21 0 0 23 0 19 0 469726856 7826505728 150974 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/3868/statm: 1910768 150974 2251 9 0 1901506 0
[pid=3868/tid=3870] ppid=3866 vsize=7643072 CPUtime=46.1 cores=4,6
/proc/3868/task/3870/stat : 3870 (java) R 3866 3868 3225 0 -1 4202560 59689 0 1 0 4601 9 0 0 25 0 19 0 469726858 7826505728 150974 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 46912505750844 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3868/tid=3871] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3871/stat : 3871 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 469726859 7826505728 150974 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3872] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3872/stat : 3872 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 469726859 7826505728 150974 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3873] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3873/stat : 3873 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 469726859 7826505728 150974 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3874] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3874/stat : 3874 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 469726859 7826505728 150974 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3875] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3875/stat : 3875 (java) S 3866 3868 3225 0 -1 4202560 159 0 0 0 0 0 0 0 17 0 19 0 469726859 7826505728 150974 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3876] ppid=3866 vsize=7643072 CPUtime=0.09 cores=4,6
/proc/3868/task/3876/stat : 3876 (java) S 3866 3868 3225 0 -1 4202560 6014 0 0 0 8 1 0 0 18 0 19 0 469726859 7826505728 150974 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3877] ppid=3866 vsize=7643072 CPUtime=0.23 cores=4,6
/proc/3868/task/3877/stat : 3877 (java) S 3866 3868 3225 0 -1 4202560 20640 0 0 0 21 2 0 0 18 0 19 0 469726859 7826505728 150974 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3878] ppid=3866 vsize=7643072 CPUtime=0.12 cores=4,6
/proc/3868/task/3878/stat : 3878 (java) S 3866 3868 3225 0 -1 4202560 10451 0 0 0 11 1 0 0 18 0 19 0 469726859 7826505728 150974 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3879] ppid=3866 vsize=7643072 CPUtime=0.63 cores=4,6
/proc/3868/task/3879/stat : 3879 (java) S 3866 3868 3225 0 -1 4202560 47728 0 0 0 59 4 0 0 15 0 19 0 469726860 7826505728 150974 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522114048 0 0 0 16800975 18446604453961748800 0 0 -1 4 0 0 0
[pid=3868/tid=3880] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3880/stat : 3880 (java) S 3866 3868 3225 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 469726860 7826505728 150974 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 4 0 0 0
[pid=3868/tid=3881] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3881/stat : 3881 (java) S 3866 3868 3225 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 469726860 7826505728 150974 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 4 0 0 0
[pid=3868/tid=3882] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3882/stat : 3882 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469726863 7826505728 150974 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522121137 0 4 0 16800975 18446604453961748800 0 0 -1 4 0 0 0
[pid=3868/tid=3883] ppid=3866 vsize=7643072 CPUtime=0.79 cores=4,6
/proc/3868/task/3883/stat : 3883 (java) S 3866 3868 3225 0 -1 4202560 9993 0 0 0 78 1 0 0 15 0 19 0 469726863 7826505728 150974 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3884] ppid=3866 vsize=7643072 CPUtime=0.48 cores=4,6
/proc/3868/task/3884/stat : 3884 (java) S 3866 3868 3225 0 -1 4202560 2608 0 0 0 48 0 0 0 15 0 19 0 469726863 7826505728 150974 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3885] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3885/stat : 3885 (java) S 3866 3868 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469726863 7826505728 150974 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522113433 0 4 0 16800975 18446604453961748800 0 0 -1 4 0 0 0
[pid=3868/tid=3886] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3886/stat : 3886 (java) S 3866 3868 3225 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 469726863 7826505728 150974 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522114048 0 4 0 16800975 18446604453961748800 0 0 -1 6 0 0 0
[pid=3868/tid=3887] ppid=3866 vsize=7643072 CPUtime=0 cores=4,6
/proc/3868/task/3887/stat : 3887 (java) S 3866 3868 3225 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 469727047 7826505728 150974 33554432000 1073741824 1073778376 140736867563312 18446744073709551615 233522114048 0 4 0 16800975 18446604453961748800 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 48.5
Current children cumulated vsize (KiB) 7643072

Child status: 20
Real time (s): 47.0672
CPU time (s): 48.5836
CPU user time (s): 48.3446
CPU system time (s): 0.238963
CPU usage (%): 103.222
Max. virtual memory (cumulated for all children) (KiB): 7643408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 48.3447
system time used= 0.238963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158444
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= 1259
involuntary context switches= 229

runsolver used 0.071989 second user time and 0.188971 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-26 01:11:50
IDJOB=3286499
IDBENCH=82426
IDSOLVER=1611
FILE ID=node145/3286499-1303773108
RUNJOBID= node145-1303772120-3600
PBS_JOBID= 13157170
Free space on /tmp= 71536 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pipesworld-18-step15.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-3286499-1303773108/watcher-3286499-1303773108 -o /tmp/evaluation-result-3286499-1303773108/solver-3286499-1303773108 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3286499-1303773108.cnf

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

MD5SUM BENCH= cabee0328f774a95ab72be66123bb39b
RANDOM SEED=191420558

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10155600 kB
Buffers:       2191308 kB
Cached:       18802552 kB
SwapCached:          0 kB
Active:       11769016 kB
Inactive:     10450260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10155600 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           73928 kB
Writeback:           0 kB
AnonPages:     1224972 kB
Mapped:          23448 kB
Slab:           508956 kB
PageTables:       8076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 22086156 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= 71536 MiB
End job on node145 at 2011-04-26 01:12:37