Trace number 3285947

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 960.748 959.353

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
grid-strips-grid-y-4.025-NOTKNOWN.cnf
MD5SUM7a66f04f295b538081ccaebd0fd7d9b2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.59085
Satisfiable
(Un)Satisfiability was proved
Number of variables281936
Number of clauses2464339
Sum of the clauses size5907714
Maximum clause length770
Minimum clause length1
Number of clauses of size 1864
Number of clauses of size 22420825
Number of clauses of size 30
Number of clauses of size 4200
Number of clauses of size 51200
Number of clauses of size over 541250

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.08/0.10	c --- Begin Solver configuration ---
0.08/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
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-3285947-1303769552.cnf
0.08/0.10	c reading problem ... 
1.96/1.89	c ... done. Wall clock time 1.792s.
1.96/1.89	c #vars     281936
1.96/1.89	c #constraints  1873164
1.96/1.89	c constraints type 
1.96/1.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 31087
1.96/1.89	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1758057
182.81/182.03	c cleaning 2489 clauses out of 4987 with flag 5004/5004
412.75/411.73	c cleaning 4226 clauses out of 8453 with flag 11000/11000
574.79/573.74	c cleaning 5608 clauses out of 11221 with flag 18001/18001
762.12/760.87	c cleaning 6765 clauses out of 13533 with flag 26003/26003
911.05/909.79	c cleaning 7874 clauses out of 15754 with flag 35000/35000
960.68/959.30	c starts		: 177
960.68/959.30	c conflicts		: 38699
960.68/959.30	c decisions		: 241871
960.68/959.30	c propagations		: 729453428
960.68/959.30	c inspects		: 3007935709
960.68/959.30	c shortcuts		: 0
960.68/959.30	c learnt literals	: 60
960.68/959.30	c learnt binary clauses	: 205
960.68/959.30	c learnt ternary clauses	: 280
960.68/959.30	c learnt constraints	: 38638
960.68/959.30	c ignored constraints	: 0
960.68/959.30	c root simplifications	: 236
960.68/959.30	c removed literals (reason simplification)	: 66866869
960.68/959.30	c reason swapping (by a shorter reason)	: 0
960.68/959.30	c Calls to reduceDB	: 5
960.68/959.30	c speed (assignments/second)	: 761901.2796998575
960.68/959.30	c non guided choices	569
960.68/959.32	c learnt constraints type 
960.68/959.32	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 184
960.68/959.32	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11296
960.68/959.32	c constraints type 
960.68/959.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 31087
960.68/959.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1758057
960.68/959.32	s UNSATISFIABLE
960.68/959.32	c Total wall clock time (in seconds) : 959.206

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.45 3.87 3.70 5/198 20009
/proc/meminfo: memFree=24719716/32951132 swapFree=67111364/67111528
[pid=20009] ppid=20007 vsize=11800 CPUtime=0 cores=4,6
/proc/20009/stat : 20009 (runsolver) R 20007 20009 17937 0 -1 4202560 46 0 0 0 0 0 0 0 21 0 1 0 488553997 12083200 54 33554432000 4194304 5434984 140733768133232 18446744073709551615 5055495 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/20009/statm: 2950 54 34 303 0 2644 0

[startup+0.0188981 s]
/proc/loadavg: 3.45 3.87 3.70 5/198 20009
/proc/meminfo: memFree=24719716/32951132 swapFree=67111364/67111528
[pid=20009] ppid=20007 vsize=7531504 CPUtime=0 cores=4,6
/proc/20009/stat : 20009 (java) S 20007 20009 17937 0 -1 4202496 1847 0 1 0 0 0 0 0 21 0 2 0 488553997 7712260096 1547 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982352869 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0
/proc/20009/statm: 1882876 1547 910 9 0 1874032 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7531504

[startup+0.100884 s]
/proc/loadavg: 3.45 3.87 3.70 5/198 20009
/proc/meminfo: memFree=24719716/32951132 swapFree=67111364/67111528
[pid=20009] ppid=20007 vsize=7569940 CPUtime=0.08 cores=4,6
/proc/20009/stat : 20009 (java) S 20007 20009 17937 0 -1 4202496 9653 0 1 0 7 1 0 0 21 0 18 0 488553997 7751618560 9348 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/20009/statm: 1892485 9348 1754 9 0 1883223 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7569940

[startup+0.30085 s]
/proc/loadavg: 3.45 3.87 3.70 5/198 20009
/proc/meminfo: memFree=24719716/32951132 swapFree=67111364/67111528
[pid=20009] ppid=20007 vsize=7639668 CPUtime=0.42 cores=4,6
/proc/20009/stat : 20009 (java) S 20007 20009 17937 0 -1 4202496 17803 0 1 0 40 2 0 0 21 0 18 0 488553997 7823020032 16711 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/20009/statm: 1909917 16711 2196 9 0 1900655 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 7639668

[startup+0.700793 s]
/proc/loadavg: 3.45 3.87 3.70 5/198 20009
/proc/meminfo: memFree=24719716/32951132 swapFree=67111364/67111528
[pid=20009] ppid=20007 vsize=7639668 CPUtime=0.85 cores=4,6
/proc/20009/stat : 20009 (java) S 20007 20009 17937 0 -1 4202496 23759 0 1 0 81 4 0 0 21 0 18 0 488553997 7823020032 22667 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/20009/statm: 1909917 22667 2200 9 0 1900655 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 7639668

[startup+1.50068 s]
/proc/loadavg: 3.45 3.87 3.70 6/217 20028
/proc/meminfo: memFree=24520888/32951132 swapFree=67111364/67111528
[pid=20009] ppid=20007 vsize=7639668 CPUtime=1.66 cores=4,6
/proc/20009/stat : 20009 (java) S 20007 20009 17937 0 -1 4202496 43867 0 1 0 160 6 0 0 21 0 18 0 488553997 7823020032 42774 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/20009/statm: 1909917 42775 2205 9 0 1900655 0
[pid=20009/tid=20011] ppid=20007 vsize=7639668 CPUtime=1.46 cores=4,6
/proc/20009/task/20011/stat : 20011 (java) R 20007 20009 17937 0 -1 4202560 39787 0 1 0 141 5 0 0 25 0 18 0 488553998 7823020032 42775 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 46912505525519 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20009/tid=20012] ppid=20007 vsize=7639668 CPUtime=0 cores=4,6
/proc/20009/task/20012/stat : 20012 (java) S 20007 20009 17937 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 488554000 7823020032 42776 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20013] ppid=20007 vsize=7639668 CPUtime=0 cores=4,6
/proc/20009/task/20013/stat : 20013 (java) S 20007 20009 17937 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488554000 7823020032 42776 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20014] ppid=20007 vsize=7639668 CPUtime=0 cores=4,6
/proc/20009/task/20014/stat : 20014 (java) S 20007 20009 17937 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488554000 7823020032 42776 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20015] ppid=20007 vsize=7639668 CPUtime=0 cores=4,6
/proc/20009/task/20015/stat : 20015 (java) S 20007 20009 17937 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488554000 7823020032 42776 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20016] ppid=20007 vsize=7639668 CPUtime=0 cores=4,6
/proc/20009/task/20016/stat : 20016 (java) S 20007 20009 17937 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488554000 7823020032 42776 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20017] ppid=20007 vsize=7639668 CPUtime=0 cores=4,6
/proc/20009/task/20017/stat : 20017 (java) S 20007 20009 17937 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488554000 7823020032 42776 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20018] ppid=20007 vsize=7639668 CPUtime=0 cores=4,6
/proc/20009/task/20018/stat : 20018 (java) S 20007 20009 17937 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488554000 7823020032 42776 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20019] ppid=20007 vsize=7639668 CPUtime=0 cores=4,6
/proc/20009/task/20019/stat : 20019 (java) S 20007 20009 17937 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488554000 7823020032 42776 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20020] ppid=20007 vsize=7639668 CPUtime=0 cores=4,6
/proc/20009/task/20020/stat : 20020 (java) S 20007 20009 17937 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 488554001 7823020032 42777 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366720 0 0 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20022] ppid=20007 vsize=7639668 CPUtime=0 cores=4,6
/proc/20009/task/20022/stat : 20022 (java) S 20007 20009 17937 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 488554001 7823020032 42777 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20023] ppid=20007 vsize=7639668 CPUtime=0 cores=4,6
/proc/20009/task/20023/stat : 20023 (java) S 20007 20009 17937 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 488554001 7823020032 42777 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20024] ppid=20007 vsize=7639668 CPUtime=0 cores=4,6
/proc/20009/task/20024/stat : 20024 (java) S 20007 20009 17937 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488554003 7823020032 42777 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982373809 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20025] ppid=20007 vsize=7639668 CPUtime=0.06 cores=4,6
/proc/20009/task/20025/stat : 20025 (java) S 20007 20009 17937 0 -1 4202560 123 0 0 0 6 0 0 0 18 0 18 0 488554003 7823020032 42777 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 4 0 0 0
[pid=20009/tid=20026] ppid=20007 vsize=7639668 CPUtime=0.13 cores=4,6
/proc/20009/task/20026/stat : 20026 (java) S 20007 20009 17937 0 -1 4202560 2804 0 0 0 13 0 0 0 19 0 18 0 488554003 7823020032 42777 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 4 0 0 0
[pid=20009/tid=20027] ppid=20007 vsize=7639668 CPUtime=0 cores=4,6
/proc/20009/task/20027/stat : 20027 (java) S 20007 20009 17937 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488554003 7823020032 42778 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20028] ppid=20007 vsize=7639668 CPUtime=0 cores=4,6
/proc/20009/task/20028/stat : 20028 (java) S 20007 20009 17937 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 488554003 7823020032 42778 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366720 0 4 0 16800975 18446604442544445312 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 7639668

[startup+3.10139 s]
/proc/loadavg: 3.45 3.87 3.70 5/218 20029
/proc/meminfo: memFree=24322312/32951132 swapFree=67111364/67111528
[pid=20009] ppid=20007 vsize=7640696 CPUtime=3.76 cores=4,6
/proc/20009/stat : 20009 (java) S 20007 20009 17937 0 -1 4202496 60740 0 1 0 365 11 0 0 21 0 19 0 488553997 7824072704 58157 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/20009/statm: 1910174 58157 2222 9 0 1900912 0
[pid=20009/tid=20011] ppid=20007 vsize=7640696 CPUtime=3.06 cores=4,6
/proc/20009/task/20011/stat : 20011 (java) R 20007 20009 17937 0 -1 4202560 54511 0 1 0 296 10 0 0 25 0 19 0 488553998 7824072704 58157 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 46912505696485 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=20009/tid=20012] ppid=20007 vsize=7640696 CPUtime=0 cores=4,6
/proc/20009/task/20012/stat : 20012 (java) S 20007 20009 17937 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 488554000 7824072704 58157 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20013] ppid=20007 vsize=7640696 CPUtime=0 cores=4,6
/proc/20009/task/20013/stat : 20013 (java) S 20007 20009 17937 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488554000 7824072704 58157 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20014] ppid=20007 vsize=7640696 CPUtime=0 cores=4,6
/proc/20009/task/20014/stat : 20014 (java) S 20007 20009 17937 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488554000 7824072704 58157 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20015] ppid=20007 vsize=7640696 CPUtime=0 cores=4,6
/proc/20009/task/20015/stat : 20015 (java) S 20007 20009 17937 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488554000 7824072704 58157 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20016] ppid=20007 vsize=7640696 CPUtime=0 cores=4,6
/proc/20009/task/20016/stat : 20016 (java) S 20007 20009 17937 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488554000 7824072704 58157 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20017] ppid=20007 vsize=7640696 CPUtime=0 cores=4,6
/proc/20009/task/20017/stat : 20017 (java) S 20007 20009 17937 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488554000 7824072704 58157 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20018] ppid=20007 vsize=7640696 CPUtime=0 cores=4,6
/proc/20009/task/20018/stat : 20018 (java) S 20007 20009 17937 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488554000 7824072704 58157 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20019] ppid=20007 vsize=7640696 CPUtime=0 cores=4,6
/proc/20009/task/20019/stat : 20019 (java) S 20007 20009 17937 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488554000 7824072704 58157 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20020] ppid=20007 vsize=7640696 CPUtime=0 cores=4,6
/proc/20009/task/20020/stat : 20020 (java) S 20007 20009 17937 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 488554001 7824072704 58157 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366720 0 0 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20022] ppid=20007 vsize=7640696 CPUtime=0 cores=4,6
/proc/20009/task/20022/stat : 20022 (java) S 20007 20009 17937 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 488554001 7824072704 58157 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20023] ppid=20007 vsize=7640696 CPUtime=0 cores=4,6
/proc/20009/task/20023/stat : 20023 (java) S 20007 20009 17937 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488554001 7824072704 58157 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20024] ppid=20007 vsize=7640696 CPUtime=0 cores=4,6
/proc/20009/task/20024/stat : 20024 (java) S 20007 20009 17937 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488554003 7824072704 58157 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982373809 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20025] ppid=20007 vsize=7640696 CPUtime=0.22 cores=4,6
/proc/20009/task/20025/stat : 20025 (java) S 20007 20009 17937 0 -1 4202560 942 0 0 0 22 0 0 0 15 0 19 0 488554003 7824072704 58157 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 4 0 0 0
[pid=20009/tid=20026] ppid=20007 vsize=7640696 CPUtime=0.46 cores=4,6
/proc/20009/task/20026/stat : 20026 (java) S 20007 20009 17937 0 -1 4202560 4125 0 0 0 46 0 0 0 16 0 19 0 488554003 7824072704 58157 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 4 0 0 0
[pid=20009/tid=20027] ppid=20007 vsize=7640696 CPUtime=0 cores=4,6
/proc/20009/task/20027/stat : 20027 (java) S 20007 20009 17937 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488554003 7824072704 58157 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20028] ppid=20007 vsize=7640696 CPUtime=0 cores=4,6
/proc/20009/task/20028/stat : 20028 (java) S 20007 20009 17937 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 488554003 7824072704 58157 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366720 0 4 0 16800975 18446604442544445312 0 0 -1 4 0 0 0
[pid=20009/tid=20029] ppid=20007 vsize=7640696 CPUtime=0 cores=4,6
/proc/20009/task/20029/stat : 20029 (java) S 20007 20009 17937 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488554197 7824072704 58157 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366720 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 7640696

[startup+36.7586 s]
/proc/loadavg: 5.83 4.41 3.88 7/260 20078
/proc/meminfo: memFree=22289132/32951132 swapFree=67111364/67111528
[pid=20009] ppid=20007 vsize=7638764 CPUtime=37.58 cores=4,6
/proc/20009/stat : 20009 (java) S 20007 20009 17937 0 -1 4202496 65095 0 1 0 3742 16 0 0 21 0 19 0 488553997 7822094336 61931 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/20009/statm: 1909691 61931 2225 9 0 1900429 0
[pid=20009/tid=20011] ppid=20007 vsize=7638764 CPUtime=36.71 cores=4,6
/proc/20009/task/20011/stat : 20011 (java) R 20007 20009 17937 0 -1 4202560 58531 0 1 0 3657 14 0 0 25 0 19 0 488553998 7822094336 61931 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 46912505631999 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=20009/tid=20012] ppid=20007 vsize=7638764 CPUtime=0 cores=4,6
/proc/20009/task/20012/stat : 20012 (java) S 20007 20009 17937 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 488554000 7822094336 61931 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20013] ppid=20007 vsize=7638764 CPUtime=0 cores=4,6
/proc/20009/task/20013/stat : 20013 (java) S 20007 20009 17937 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488554000 7822094336 61931 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20014] ppid=20007 vsize=7638764 CPUtime=0 cores=4,6
/proc/20009/task/20014/stat : 20014 (java) S 20007 20009 17937 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488554000 7822094336 61931 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20015] ppid=20007 vsize=7638764 CPUtime=0 cores=4,6
/proc/20009/task/20015/stat : 20015 (java) S 20007 20009 17937 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488554000 7822094336 61931 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20016] ppid=20007 vsize=7638764 CPUtime=0 cores=4,6
/proc/20009/task/20016/stat : 20016 (java) S 20007 20009 17937 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488554000 7822094336 61931 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20017] ppid=20007 vsize=7638764 CPUtime=0 cores=4,6
/proc/20009/task/20017/stat : 20017 (java) S 20007 20009 17937 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488554000 7822094336 61931 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20018] ppid=20007 vsize=7638764 CPUtime=0 cores=4,6
/proc/20009/task/20018/stat : 20018 (java) S 20007 20009 17937 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488554000 7822094336 61931 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20019] ppid=20007 vsize=7638764 CPUtime=0 cores=4,6
/proc/20009/task/20019/stat : 20019 (java) S 20007 20009 17937 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488554000 7822094336 61931 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20020] ppid=20007 vsize=7638764 CPUtime=0 cores=4,6
/proc/20009/task/20020/stat : 20020 (java) S 20007 20009 17937 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 488554001 7822094336 61931 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366720 0 0 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20022] ppid=20007 vsize=7638764 CPUtime=0 cores=4,6
/proc/20009/task/20022/stat : 20022 (java) S 20007 20009 17937 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 488554001 7822094336 61931 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20023] ppid=20007 vsize=7638764 CPUtime=0 cores=4,6
/proc/20009/task/20023/stat : 20023 (java) S 20007 20009 17937 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488554001 7822094336 61931 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20024] ppid=20007 vsize=7638764 CPUtime=0 cores=4,6
/proc/20009/task/20024/stat : 20024 (java) S 20007 20009 17937 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488554003 7822094336 61931 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982373809 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20025] ppid=20007 vsize=7638764 CPUtime=0.28 cores=4,6
/proc/20009/task/20025/stat : 20025 (java) S 20007 20009 17937 0 -1 4202560 961 0 0 0 28 0 0 0 15 0 19 0 488554003 7822094336 61931 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 4 0 0 0
[pid=20009/tid=20026] ppid=20007 vsize=7638764 CPUtime=0.55 cores=4,6
/proc/20009/task/20026/stat : 20026 (java) S 20007 20009 17937 0 -1 4202560 4441 0 0 0 55 0 0 0 15 0 19 0 488554003 7822094336 61931 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 4 0 0 0
[pid=20009/tid=20027] ppid=20007 vsize=7638764 CPUtime=0 cores=4,6
/proc/20009/task/20027/stat : 20027 (java) S 20007 20009 17937 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488554003 7822094336 61931 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20028] ppid=20007 vsize=7638764 CPUtime=0 cores=4,6
/proc/20009/task/20028/stat : 20028 (java) S 20007 20009 17937 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 488554003 7822094336 61931 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366720 0 4 0 16800975 18446604442544445312 0 0 -1 4 0 0 0
[pid=20009/tid=20029] ppid=20007 vsize=7638764 CPUtime=0 cores=4,6
/proc/20009/task/20029/stat : 20029 (java) S 20007 20009 17937 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488554197 7822094336 61931 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366720 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 37.58
Current children cumulated vsize (KiB) 7638764

[startup+36.8076 s]
/proc/loadavg: 5.83 4.41 3.88 7/260 20078
/proc/meminfo: memFree=22289132/32951132 swapFree=67111364/67111528

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

/proc/20009/task/20012/stat : 20012 (java) S 20007 20009 17937 0 -1 4202560 12472 0 0 0 14 1 0 0 15 0 19 0 488554000 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20013] ppid=20007 vsize=7638764 CPUtime=0.15 cores=4,6
/proc/20009/task/20013/stat : 20013 (java) S 20007 20009 17937 0 -1 4202560 14770 0 0 0 14 1 0 0 15 0 19 0 488554000 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20014] ppid=20007 vsize=7638764 CPUtime=0.12 cores=4,6
/proc/20009/task/20014/stat : 20014 (java) S 20007 20009 17937 0 -1 4202560 8133 0 0 0 11 1 0 0 15 0 19 0 488554000 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 4 0 0 0
[pid=20009/tid=20015] ppid=20007 vsize=7638764 CPUtime=0.1 cores=4,6
/proc/20009/task/20015/stat : 20015 (java) S 20007 20009 17937 0 -1 4202560 5737 0 0 0 10 0 0 0 15 0 19 0 488554000 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20016] ppid=20007 vsize=7638764 CPUtime=0.06 cores=4,6
/proc/20009/task/20016/stat : 20016 (java) S 20007 20009 17937 0 -1 4202560 299 0 0 0 6 0 0 0 16 0 19 0 488554000 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20017] ppid=20007 vsize=7638764 CPUtime=0.03 cores=4,6
/proc/20009/task/20017/stat : 20017 (java) S 20007 20009 17937 0 -1 4202560 73 0 0 0 3 0 0 0 15 0 19 0 488554000 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20018] ppid=20007 vsize=7638764 CPUtime=0 cores=4,6
/proc/20009/task/20018/stat : 20018 (java) S 20007 20009 17937 0 -1 4202560 1178 0 0 0 0 0 0 0 15 0 19 0 488554000 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20019] ppid=20007 vsize=7638764 CPUtime=0.07 cores=4,6
/proc/20009/task/20019/stat : 20019 (java) S 20007 20009 17937 0 -1 4202560 20323 0 0 0 5 2 0 0 15 0 19 0 488554000 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20020] ppid=20007 vsize=7638764 CPUtime=2.22 cores=4,6
/proc/20009/task/20020/stat : 20020 (java) S 20007 20009 17937 0 -1 4202560 54480 0 0 0 217 5 0 0 15 0 19 0 488554001 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366720 0 0 0 16800975 18446604442544445312 0 0 -1 4 0 0 0
[pid=20009/tid=20022] ppid=20007 vsize=7638764 CPUtime=0 cores=4,6
/proc/20009/task/20022/stat : 20022 (java) S 20007 20009 17937 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 488554001 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20023] ppid=20007 vsize=7638764 CPUtime=0 cores=4,6
/proc/20009/task/20023/stat : 20023 (java) S 20007 20009 17937 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 488554001 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20024] ppid=20007 vsize=7638764 CPUtime=0 cores=4,6
/proc/20009/task/20024/stat : 20024 (java) S 20007 20009 17937 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488554003 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982373809 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20025] ppid=20007 vsize=7638764 CPUtime=0.48 cores=4,6
/proc/20009/task/20025/stat : 20025 (java) S 20007 20009 17937 0 -1 4202560 983 0 0 0 48 0 0 0 15 0 19 0 488554003 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 4 0 0 0
[pid=20009/tid=20026] ppid=20007 vsize=7638764 CPUtime=0.56 cores=4,6
/proc/20009/task/20026/stat : 20026 (java) S 20007 20009 17937 0 -1 4202560 4441 0 0 0 56 0 0 0 15 0 19 0 488554003 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 4 0 0 0
[pid=20009/tid=20027] ppid=20007 vsize=7638764 CPUtime=0 cores=4,6
/proc/20009/task/20027/stat : 20027 (java) S 20007 20009 17937 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488554003 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20028] ppid=20007 vsize=7638764 CPUtime=0.19 cores=4,6
/proc/20009/task/20028/stat : 20028 (java) S 20007 20009 17937 0 -1 4202560 55 0 0 0 10 9 0 0 15 0 19 0 488554003 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366720 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20029] ppid=20007 vsize=7638764 CPUtime=0 cores=4,6
/proc/20009/task/20029/stat : 20029 (java) S 20007 20009 17937 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488554197 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366720 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 959.38
Current children cumulated vsize (KiB) 7638764

[startup+958.801 s]
/proc/loadavg: 3.00 3.44 3.81 4/236 20120
/proc/meminfo: memFree=21508480/32951132 swapFree=67111364/67111528
[pid=20009] ppid=20007 vsize=7638764 CPUtime=960.19 cores=4,6
/proc/20009/stat : 20009 (java) S 20007 20009 17937 0 -1 4202496 196840 0 1 0 95958 61 0 0 21 0 19 0 488553997 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/20009/statm: 1909691 193530 2253 9 0 1900429 0
[pid=20009/tid=20011] ppid=20007 vsize=7638764 CPUtime=955.93 cores=4,6
/proc/20009/task/20011/stat : 20011 (java) R 20007 20009 17937 0 -1 4202560 72746 0 1 0 95557 36 0 0 25 0 19 0 488553998 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 46912505658359 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20009/tid=20012] ppid=20007 vsize=7638764 CPUtime=0.15 cores=4,6
/proc/20009/task/20012/stat : 20012 (java) S 20007 20009 17937 0 -1 4202560 12472 0 0 0 14 1 0 0 15 0 19 0 488554000 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20013] ppid=20007 vsize=7638764 CPUtime=0.15 cores=4,6
/proc/20009/task/20013/stat : 20013 (java) S 20007 20009 17937 0 -1 4202560 14770 0 0 0 14 1 0 0 15 0 19 0 488554000 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20014] ppid=20007 vsize=7638764 CPUtime=0.12 cores=4,6
/proc/20009/task/20014/stat : 20014 (java) S 20007 20009 17937 0 -1 4202560 8133 0 0 0 11 1 0 0 15 0 19 0 488554000 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 4 0 0 0
[pid=20009/tid=20015] ppid=20007 vsize=7638764 CPUtime=0.1 cores=4,6
/proc/20009/task/20015/stat : 20015 (java) S 20007 20009 17937 0 -1 4202560 5737 0 0 0 10 0 0 0 15 0 19 0 488554000 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20016] ppid=20007 vsize=7638764 CPUtime=0.06 cores=4,6
/proc/20009/task/20016/stat : 20016 (java) S 20007 20009 17937 0 -1 4202560 299 0 0 0 6 0 0 0 16 0 19 0 488554000 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20017] ppid=20007 vsize=7638764 CPUtime=0.03 cores=4,6
/proc/20009/task/20017/stat : 20017 (java) S 20007 20009 17937 0 -1 4202560 73 0 0 0 3 0 0 0 15 0 19 0 488554000 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20018] ppid=20007 vsize=7638764 CPUtime=0 cores=4,6
/proc/20009/task/20018/stat : 20018 (java) S 20007 20009 17937 0 -1 4202560 1178 0 0 0 0 0 0 0 15 0 19 0 488554000 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20019] ppid=20007 vsize=7638764 CPUtime=0.07 cores=4,6
/proc/20009/task/20019/stat : 20019 (java) S 20007 20009 17937 0 -1 4202560 20323 0 0 0 5 2 0 0 15 0 19 0 488554000 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20020] ppid=20007 vsize=7638764 CPUtime=2.22 cores=4,6
/proc/20009/task/20020/stat : 20020 (java) S 20007 20009 17937 0 -1 4202560 54480 0 0 0 217 5 0 0 15 0 19 0 488554001 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366720 0 0 0 16800975 18446604442544445312 0 0 -1 4 0 0 0
[pid=20009/tid=20022] ppid=20007 vsize=7638764 CPUtime=0 cores=4,6
/proc/20009/task/20022/stat : 20022 (java) S 20007 20009 17937 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 488554001 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20023] ppid=20007 vsize=7638764 CPUtime=0 cores=4,6
/proc/20009/task/20023/stat : 20023 (java) S 20007 20009 17937 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 488554001 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20024] ppid=20007 vsize=7638764 CPUtime=0 cores=4,6
/proc/20009/task/20024/stat : 20024 (java) S 20007 20009 17937 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488554003 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982373809 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20025] ppid=20007 vsize=7638764 CPUtime=0.48 cores=4,6
/proc/20009/task/20025/stat : 20025 (java) S 20007 20009 17937 0 -1 4202560 983 0 0 0 48 0 0 0 15 0 19 0 488554003 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 4 0 0 0
[pid=20009/tid=20026] ppid=20007 vsize=7638764 CPUtime=0.56 cores=4,6
/proc/20009/task/20026/stat : 20026 (java) S 20007 20009 17937 0 -1 4202560 4441 0 0 0 56 0 0 0 15 0 19 0 488554003 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 4 0 0 0
[pid=20009/tid=20027] ppid=20007 vsize=7638764 CPUtime=0 cores=4,6
/proc/20009/task/20027/stat : 20027 (java) S 20007 20009 17937 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488554003 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20028] ppid=20007 vsize=7638764 CPUtime=0.19 cores=4,6
/proc/20009/task/20028/stat : 20028 (java) S 20007 20009 17937 0 -1 4202560 55 0 0 0 10 9 0 0 15 0 19 0 488554003 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366720 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20029] ppid=20007 vsize=7638764 CPUtime=0 cores=4,6
/proc/20009/task/20029/stat : 20029 (java) S 20007 20009 17937 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488554197 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366720 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 960.19
Current children cumulated vsize (KiB) 7638764

[startup+959.201 s]
/proc/loadavg: 3.00 3.44 3.81 4/236 20120
/proc/meminfo: memFree=21508480/32951132 swapFree=67111364/67111528
[pid=20009] ppid=20007 vsize=7638764 CPUtime=960.58 cores=4,6
/proc/20009/stat : 20009 (java) S 20007 20009 17937 0 -1 4202496 196840 0 1 0 95997 61 0 0 21 0 19 0 488553997 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/20009/statm: 1909691 193530 2253 9 0 1900429 0
[pid=20009/tid=20011] ppid=20007 vsize=7638764 CPUtime=956.33 cores=4,6
/proc/20009/task/20011/stat : 20011 (java) R 20007 20009 17937 0 -1 4202560 72746 0 1 0 95597 36 0 0 25 0 19 0 488553998 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 46912505658359 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20009/tid=20012] ppid=20007 vsize=7638764 CPUtime=0.15 cores=4,6
/proc/20009/task/20012/stat : 20012 (java) S 20007 20009 17937 0 -1 4202560 12472 0 0 0 14 1 0 0 15 0 19 0 488554000 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20013] ppid=20007 vsize=7638764 CPUtime=0.15 cores=4,6
/proc/20009/task/20013/stat : 20013 (java) S 20007 20009 17937 0 -1 4202560 14770 0 0 0 14 1 0 0 15 0 19 0 488554000 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20014] ppid=20007 vsize=7638764 CPUtime=0.12 cores=4,6
/proc/20009/task/20014/stat : 20014 (java) S 20007 20009 17937 0 -1 4202560 8133 0 0 0 11 1 0 0 15 0 19 0 488554000 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 4 0 0 0
[pid=20009/tid=20015] ppid=20007 vsize=7638764 CPUtime=0.1 cores=4,6
/proc/20009/task/20015/stat : 20015 (java) S 20007 20009 17937 0 -1 4202560 5737 0 0 0 10 0 0 0 15 0 19 0 488554000 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20016] ppid=20007 vsize=7638764 CPUtime=0.06 cores=4,6
/proc/20009/task/20016/stat : 20016 (java) S 20007 20009 17937 0 -1 4202560 299 0 0 0 6 0 0 0 16 0 19 0 488554000 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20017] ppid=20007 vsize=7638764 CPUtime=0.03 cores=4,6
/proc/20009/task/20017/stat : 20017 (java) S 20007 20009 17937 0 -1 4202560 73 0 0 0 3 0 0 0 15 0 19 0 488554000 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20018] ppid=20007 vsize=7638764 CPUtime=0 cores=4,6
/proc/20009/task/20018/stat : 20018 (java) S 20007 20009 17937 0 -1 4202560 1178 0 0 0 0 0 0 0 15 0 19 0 488554000 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20019] ppid=20007 vsize=7638764 CPUtime=0.07 cores=4,6
/proc/20009/task/20019/stat : 20019 (java) S 20007 20009 17937 0 -1 4202560 20323 0 0 0 5 2 0 0 15 0 19 0 488554000 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20020] ppid=20007 vsize=7638764 CPUtime=2.22 cores=4,6
/proc/20009/task/20020/stat : 20020 (java) S 20007 20009 17937 0 -1 4202560 54480 0 0 0 217 5 0 0 15 0 19 0 488554001 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366720 0 0 0 16800975 18446604442544445312 0 0 -1 4 0 0 0
[pid=20009/tid=20022] ppid=20007 vsize=7638764 CPUtime=0 cores=4,6
/proc/20009/task/20022/stat : 20022 (java) S 20007 20009 17937 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 488554001 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20023] ppid=20007 vsize=7638764 CPUtime=0 cores=4,6
/proc/20009/task/20023/stat : 20023 (java) S 20007 20009 17937 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 488554001 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20024] ppid=20007 vsize=7638764 CPUtime=0 cores=4,6
/proc/20009/task/20024/stat : 20024 (java) S 20007 20009 17937 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488554003 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982373809 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20025] ppid=20007 vsize=7638764 CPUtime=0.48 cores=4,6
/proc/20009/task/20025/stat : 20025 (java) S 20007 20009 17937 0 -1 4202560 983 0 0 0 48 0 0 0 15 0 19 0 488554003 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 4 0 0 0
[pid=20009/tid=20026] ppid=20007 vsize=7638764 CPUtime=0.56 cores=4,6
/proc/20009/task/20026/stat : 20026 (java) S 20007 20009 17937 0 -1 4202560 4441 0 0 0 56 0 0 0 15 0 19 0 488554003 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 4 0 0 0
[pid=20009/tid=20027] ppid=20007 vsize=7638764 CPUtime=0 cores=4,6
/proc/20009/task/20027/stat : 20027 (java) S 20007 20009 17937 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488554003 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20028] ppid=20007 vsize=7638764 CPUtime=0.19 cores=4,6
/proc/20009/task/20028/stat : 20028 (java) S 20007 20009 17937 0 -1 4202560 55 0 0 0 10 9 0 0 15 0 19 0 488554003 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366720 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20029] ppid=20007 vsize=7638764 CPUtime=0 cores=4,6
/proc/20009/task/20029/stat : 20029 (java) S 20007 20009 17937 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488554197 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366720 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 960.58
Current children cumulated vsize (KiB) 7638764

[startup+959.301 s]
/proc/loadavg: 3.00 3.44 3.81 4/236 20120
/proc/meminfo: memFree=21508480/32951132 swapFree=67111364/67111528
[pid=20009] ppid=20007 vsize=7638764 CPUtime=960.68 cores=4,6
/proc/20009/stat : 20009 (java) S 20007 20009 17937 0 -1 4202496 196840 0 1 0 96007 61 0 0 21 0 19 0 488553997 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/20009/statm: 1909691 193530 2253 9 0 1900429 0
[pid=20009/tid=20011] ppid=20007 vsize=7638764 CPUtime=956.43 cores=4,6
/proc/20009/task/20011/stat : 20011 (java) R 20007 20009 17937 0 -1 4202560 72746 0 1 0 95607 36 0 0 25 0 19 0 488553998 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 46912505696513 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20009/tid=20012] ppid=20007 vsize=7638764 CPUtime=0.15 cores=4,6
/proc/20009/task/20012/stat : 20012 (java) S 20007 20009 17937 0 -1 4202560 12472 0 0 0 14 1 0 0 15 0 19 0 488554000 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20013] ppid=20007 vsize=7638764 CPUtime=0.15 cores=4,6
/proc/20009/task/20013/stat : 20013 (java) S 20007 20009 17937 0 -1 4202560 14770 0 0 0 14 1 0 0 15 0 19 0 488554000 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20014] ppid=20007 vsize=7638764 CPUtime=0.12 cores=4,6
/proc/20009/task/20014/stat : 20014 (java) S 20007 20009 17937 0 -1 4202560 8133 0 0 0 11 1 0 0 15 0 19 0 488554000 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 4 0 0 0
[pid=20009/tid=20015] ppid=20007 vsize=7638764 CPUtime=0.1 cores=4,6
/proc/20009/task/20015/stat : 20015 (java) S 20007 20009 17937 0 -1 4202560 5737 0 0 0 10 0 0 0 15 0 19 0 488554000 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20016] ppid=20007 vsize=7638764 CPUtime=0.06 cores=4,6
/proc/20009/task/20016/stat : 20016 (java) S 20007 20009 17937 0 -1 4202560 299 0 0 0 6 0 0 0 16 0 19 0 488554000 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20017] ppid=20007 vsize=7638764 CPUtime=0.03 cores=4,6
/proc/20009/task/20017/stat : 20017 (java) S 20007 20009 17937 0 -1 4202560 73 0 0 0 3 0 0 0 15 0 19 0 488554000 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20018] ppid=20007 vsize=7638764 CPUtime=0 cores=4,6
/proc/20009/task/20018/stat : 20018 (java) S 20007 20009 17937 0 -1 4202560 1178 0 0 0 0 0 0 0 15 0 19 0 488554000 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20019] ppid=20007 vsize=7638764 CPUtime=0.07 cores=4,6
/proc/20009/task/20019/stat : 20019 (java) S 20007 20009 17937 0 -1 4202560 20323 0 0 0 5 2 0 0 15 0 19 0 488554000 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20020] ppid=20007 vsize=7638764 CPUtime=2.22 cores=4,6
/proc/20009/task/20020/stat : 20020 (java) S 20007 20009 17937 0 -1 4202560 54480 0 0 0 217 5 0 0 15 0 19 0 488554001 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366720 0 0 0 16800975 18446604442544445312 0 0 -1 4 0 0 0
[pid=20009/tid=20022] ppid=20007 vsize=7638764 CPUtime=0 cores=4,6
/proc/20009/task/20022/stat : 20022 (java) S 20007 20009 17937 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 488554001 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20023] ppid=20007 vsize=7638764 CPUtime=0 cores=4,6
/proc/20009/task/20023/stat : 20023 (java) S 20007 20009 17937 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 488554001 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20024] ppid=20007 vsize=7638764 CPUtime=0 cores=4,6
/proc/20009/task/20024/stat : 20024 (java) S 20007 20009 17937 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488554003 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982373809 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20025] ppid=20007 vsize=7638764 CPUtime=0.48 cores=4,6
/proc/20009/task/20025/stat : 20025 (java) S 20007 20009 17937 0 -1 4202560 983 0 0 0 48 0 0 0 15 0 19 0 488554003 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 4 0 0 0
[pid=20009/tid=20026] ppid=20007 vsize=7638764 CPUtime=0.56 cores=4,6
/proc/20009/task/20026/stat : 20026 (java) S 20007 20009 17937 0 -1 4202560 4441 0 0 0 56 0 0 0 15 0 19 0 488554003 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 4 0 0 0
[pid=20009/tid=20027] ppid=20007 vsize=7638764 CPUtime=0 cores=4,6
/proc/20009/task/20027/stat : 20027 (java) S 20007 20009 17937 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488554003 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366105 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20028] ppid=20007 vsize=7638764 CPUtime=0.19 cores=4,6
/proc/20009/task/20028/stat : 20028 (java) S 20007 20009 17937 0 -1 4202560 55 0 0 0 10 9 0 0 15 0 19 0 488554003 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366720 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
[pid=20009/tid=20029] ppid=20007 vsize=7638764 CPUtime=0 cores=4,6
/proc/20009/task/20029/stat : 20029 (java) S 20007 20009 17937 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488554197 7822094336 193530 33554432000 1073741824 1073778376 140735819972304 18446744073709551615 242982366720 0 4 0 16800975 18446604442544445312 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 960.68
Current children cumulated vsize (KiB) 7638764

Child status: 20
Real time (s): 959.353
CPU time (s): 960.748
CPU user time (s): 960.097
CPU system time (s): 0.650901
CPU usage (%): 100.145
Max. virtual memory (cumulated for all children) (KiB): 7640696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 960.097
system time used= 0.650901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 196853
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= 19838
involuntary context switches= 9025

runsolver used 1.73673 second user time and 3.77143 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-26 00:12:34
IDJOB=3285947
IDBENCH=82409
IDSOLVER=1611
FILE ID=node128/3285947-1303769552
RUNJOBID= node128-1303769552-19963
PBS_JOBID= 13157129
Free space on /tmp= 66624 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/application/rintanen/SATPlanning/grid-strips-grid-y-4.025-NOTKNOWN.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-3285947-1303769552/watcher-3285947-1303769552 -o /tmp/evaluation-result-3285947-1303769552/solver-3285947-1303769552 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3285947-1303769552.cnf

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

MD5SUM BENCH= 7a66f04f295b538081ccaebd0fd7d9b2
RANDOM SEED=1009795950

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      24720004 kB
Buffers:       1283904 kB
Cached:        6155392 kB
SwapCached:        160 kB
Active:         727372 kB
Inactive:      6880420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      24720004 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:          178788 kB
Writeback:           0 kB
AnonPages:      167556 kB
Mapped:          23324 kB
Slab:           558628 kB
PageTables:       5216 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  7468876 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66576 MiB
End job on node128 at 2011-04-26 00:28:33