Trace number 3284199

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 79.8889 78.5933

General information on the benchmark

Namevelev-pipe-o-uns-1.1-6.cnf
MD5SUMd986f0b849e7c714ed5d3a26373567af
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.6861
Satisfiable
(Un)Satisfiability was proved
Number of variables17710
Number of clauses304026
Sum of the clauses size890580
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2268354
Number of clauses of size 326401
Number of clauses of size 4173
Number of clauses of size 5120
Number of clauses of size over 58977

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c no version file found!!!
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		6997539544
0.00/0.07	c Max memory 		7034241024
0.00/0.07	c Total memory 		7034241024
0.00/0.07	c Number of processors 	8
0.09/0.09	c --- Begin Solver configuration ---
0.09/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.09/0.09	c Learn all clauses as in MiniSAT
0.09/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.09/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.09/0.09	c Expensive reason simplification
0.09/0.09	c Armin Biere (Picosat) restarts strategy
0.09/0.09	c Glucose learned constraints deletion strategy
0.09/0.09	c timeout=2147483647s
0.09/0.09	c DB Simplification allowed=true
0.09/0.09	c --- End Solver configuration ---
0.09/0.09	c solving HOME/instance-3284199-1303761041.cnf
0.09/0.09	c reading problem ... 
0.59/0.47	c ... done. Wall clock time 0.385s.
0.59/0.47	c #vars     17710
0.59/0.47	c #constraints  304026
0.59/0.47	c constraints type 
0.59/0.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 35671
0.59/0.48	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 268354
3.09/2.49	c cleaning 2498 clauses out of 5002 with flag 5003/5003
5.57/4.43	c cleaning 4240 clauses out of 8502 with flag 11001/11001
7.67/6.57	c cleaning 5625 clauses out of 11263 with flag 18002/18002
9.88/8.75	c cleaning 6814 clauses out of 13636 with flag 26000/26000
12.69/11.57	c cleaning 7902 clauses out of 15826 with flag 35004/35004
15.51/14.34	c cleaning 8957 clauses out of 17922 with flag 45002/45002
18.71/17.53	c cleaning 9974 clauses out of 19963 with flag 56000/56000
22.61/21.47	c cleaning 10986 clauses out of 21989 with flag 68000/68000
27.11/25.94	c cleaning 12002 clauses out of 24004 with flag 81001/81001
32.81/31.61	c cleaning 12985 clauses out of 26001 with flag 95000/95000
38.32/37.14	c cleaning 14005 clauses out of 28017 with flag 110001/110001
43.82/42.60	c cleaning 15001 clauses out of 30011 with flag 126000/126000
49.54/48.33	c cleaning 15988 clauses out of 32010 with flag 143000/143000
55.73/54.51	c cleaning 16986 clauses out of 34022 with flag 161000/161000
62.04/60.89	c cleaning 17995 clauses out of 36036 with flag 180000/180000
68.35/67.11	c cleaning 19009 clauses out of 38041 with flag 200000/200000
74.85/73.69	c cleaning 20001 clauses out of 40032 with flag 221000/221000
79.78/78.58	c starts		: 607
79.78/78.58	c conflicts		: 239119
79.78/78.58	c decisions		: 1367594
79.78/78.58	c propagations		: 160198140
79.78/78.58	c inspects		: 523555356
79.78/78.58	c shortcuts		: 0
79.78/78.58	c learnt literals	: 18
79.78/78.58	c learnt binary clauses	: 1459
79.78/78.58	c learnt ternary clauses	: 1094
79.78/78.58	c learnt constraints	: 239100
79.78/78.58	c ignored constraints	: 0
79.78/78.58	c root simplifications	: 624
79.78/78.58	c removed literals (reason simplification)	: 9379634
79.78/78.58	c reason swapping (by a shorter reason)	: 0
79.78/78.58	c Calls to reduceDB	: 17
79.78/78.58	c speed (assignments/second)	: 2051140.0476300223
79.78/78.58	c non guided choices	33901
79.78/78.58	c learnt constraints type 
79.78/78.58	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1173
79.78/78.58	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 4396
79.78/78.58	c constraints type 
79.78/78.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 35671
79.78/78.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 268354
79.78/78.58	s UNSATISFIABLE
79.78/78.58	c Total wall clock time (in seconds) : 78.488

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

running on 2 cores: 1,3

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.24 4.12 4.29 5/243 20599
/proc/meminfo: memFree=14086568/32950928 swapFree=67111528/67111528
[pid=20599] ppid=20597 vsize=23028 CPUtime=0 cores=1,3
/proc/20599/stat : 20599 (java) R 20597 20599 20116 0 -1 4202496 949 0 0 0 0 0 0 0 25 0 1 0 487703953 23580672 692 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248084735464 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20599/statm: 5757 693 510 9 0 124 0

[startup+0.094012 s]
/proc/loadavg: 4.24 4.12 4.29 5/243 20599
/proc/meminfo: memFree=14086568/32950928 swapFree=67111528/67111528
[pid=20599] ppid=20597 vsize=7636176 CPUtime=0.09 cores=1,3
/proc/20599/stat : 20599 (java) S 20597 20599 20116 0 -1 4202496 10251 0 1 0 7 2 0 0 25 0 18 0 487703953 7819444224 9947 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20599/statm: 1909044 9947 2089 9 0 1899782 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7636176

[startup+0.100612 s]
/proc/loadavg: 4.24 4.12 4.29 5/243 20599
/proc/meminfo: memFree=14086568/32950928 swapFree=67111528/67111528
[pid=20599] ppid=20597 vsize=7636176 CPUtime=0.1 cores=1,3
/proc/20599/stat : 20599 (java) S 20597 20599 20116 0 -1 4202496 10738 0 1 0 8 2 0 0 25 0 18 0 487703953 7819444224 10434 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20599/statm: 1909044 10435 2094 9 0 1899782 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7636176

[startup+0.30058 s]
/proc/loadavg: 4.24 4.12 4.29 5/243 20599
/proc/meminfo: memFree=14086568/32950928 swapFree=67111528/67111528
[pid=20599] ppid=20597 vsize=7643280 CPUtime=0.49 cores=1,3
/proc/20599/stat : 20599 (java) S 20597 20599 20116 0 -1 4202496 14193 0 1 0 47 2 0 0 25 0 18 0 487703953 7826718720 13400 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20599/statm: 1910820 13400 2198 9 0 1901558 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 7643280

[startup+0.700511 s]
/proc/loadavg: 4.24 4.12 4.29 5/243 20599
/proc/meminfo: memFree=14086568/32950928 swapFree=67111528/67111528
[pid=20599] ppid=20597 vsize=7644308 CPUtime=1.1 cores=1,3
/proc/20599/stat : 20599 (java) S 20597 20599 20116 0 -1 4202496 18989 0 1 0 107 3 0 0 25 0 19 0 487703953 7827771392 18194 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20599/statm: 1911077 18194 2216 9 0 1901815 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 7644308

[startup+1.50137 s]
/proc/loadavg: 4.24 4.12 4.29 6/262 20618
/proc/meminfo: memFree=14020148/32950928 swapFree=67111528/67111528
[pid=20599] ppid=20597 vsize=7644720 CPUtime=2.18 cores=1,3
/proc/20599/stat : 20599 (java) S 20597 20599 20116 0 -1 4202496 19720 0 1 0 215 3 0 0 25 0 19 0 487703953 7828193280 18607 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20599/statm: 1911180 18607 2225 9 0 1901918 0
[pid=20599/tid=20601] ppid=20597 vsize=7644720 CPUtime=1.48 cores=1,3
/proc/20599/task/20601/stat : 20601 (java) R 20597 20599 20116 0 -1 4202560 15056 0 1 0 146 2 0 0 25 0 19 0 487703953 7828193280 18607 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 46912505753391 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20599/tid=20602] ppid=20597 vsize=7644720 CPUtime=0 cores=1,3
/proc/20599/task/20602/stat : 20602 (java) S 20597 20599 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487703955 7828193280 18607 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20603] ppid=20597 vsize=7644720 CPUtime=0 cores=1,3
/proc/20599/task/20603/stat : 20603 (java) S 20597 20599 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487703955 7828193280 18607 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20604] ppid=20597 vsize=7644720 CPUtime=0 cores=1,3
/proc/20599/task/20604/stat : 20604 (java) S 20597 20599 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487703955 7828193280 18607 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20605] ppid=20597 vsize=7644720 CPUtime=0 cores=1,3
/proc/20599/task/20605/stat : 20605 (java) S 20597 20599 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487703955 7828193280 18607 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20606] ppid=20597 vsize=7644720 CPUtime=0 cores=1,3
/proc/20599/task/20606/stat : 20606 (java) S 20597 20599 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487703955 7828193280 18607 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20607] ppid=20597 vsize=7644720 CPUtime=0 cores=1,3
/proc/20599/task/20607/stat : 20607 (java) S 20597 20599 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487703955 7828193280 18607 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20608] ppid=20597 vsize=7644720 CPUtime=0 cores=1,3
/proc/20599/task/20608/stat : 20608 (java) S 20597 20599 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487703955 7828193280 18607 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20609] ppid=20597 vsize=7644720 CPUtime=0 cores=1,3
/proc/20599/task/20609/stat : 20609 (java) S 20597 20599 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487703955 7828193280 18607 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20610] ppid=20597 vsize=7644720 CPUtime=0 cores=1,3
/proc/20599/task/20610/stat : 20610 (java) S 20597 20599 20116 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 487703956 7828193280 18607 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514752 0 0 0 16800975 18446604464564468672 0 0 -1 1 0 0 0
[pid=20599/tid=20611] ppid=20597 vsize=7644720 CPUtime=0 cores=1,3
/proc/20599/task/20611/stat : 20611 (java) S 20597 20599 20116 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 487703956 7828193280 18607 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20612] ppid=20597 vsize=7644720 CPUtime=0 cores=1,3
/proc/20599/task/20612/stat : 20612 (java) S 20597 20599 20116 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487703956 7828193280 18607 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 1 0 0 0
[pid=20599/tid=20613] ppid=20597 vsize=7644720 CPUtime=0 cores=1,3
/proc/20599/task/20613/stat : 20613 (java) S 20597 20599 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487703958 7828193280 18607 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101521841 0 4 0 16800975 18446604464564468672 0 0 -1 1 0 0 0
[pid=20599/tid=20614] ppid=20597 vsize=7644720 CPUtime=0.31 cores=1,3
/proc/20599/task/20614/stat : 20614 (java) S 20597 20599 20116 0 -1 4202560 2129 0 0 0 31 0 0 0 20 0 19 0 487703958 7828193280 18607 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20615] ppid=20597 vsize=7644720 CPUtime=0.37 cores=1,3
/proc/20599/task/20615/stat : 20615 (java) S 20597 20599 20116 0 -1 4202560 1373 0 0 0 37 0 0 0 25 0 19 0 487703958 7828193280 18607 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20616] ppid=20597 vsize=7644720 CPUtime=0 cores=1,3
/proc/20599/task/20616/stat : 20616 (java) S 20597 20599 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487703958 7828193280 18607 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 1 0 0 0
[pid=20599/tid=20617] ppid=20597 vsize=7644720 CPUtime=0 cores=1,3
/proc/20599/task/20617/stat : 20617 (java) S 20597 20599 20116 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 487703958 7828193280 18608 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514752 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20618] ppid=20597 vsize=7644720 CPUtime=0 cores=1,3
/proc/20599/task/20618/stat : 20618 (java) S 20597 20599 20116 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487704004 7828193280 18608 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514752 0 4 0 16800975 18446604464564468672 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 7644720

[startup+3.10109 s]
/proc/loadavg: 4.24 4.12 4.29 5/262 20618
/proc/meminfo: memFree=14019156/32950928 swapFree=67111528/67111528
[pid=20599] ppid=20597 vsize=7663144 CPUtime=4.24 cores=1,3
/proc/20599/stat : 20599 (java) S 20597 20599 20116 0 -1 4202496 36307 0 1 0 419 5 0 0 25 0 19 0 487703953 7847059456 33544 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20599/statm: 1915786 33544 2252 9 0 1906524 0
[pid=20599/tid=20601] ppid=20597 vsize=7663144 CPUtime=2.95 cores=1,3
/proc/20599/task/20601/stat : 20601 (java) R 20597 20599 20116 0 -1 4202560 15267 0 1 0 293 2 0 0 25 0 19 0 487703953 7847059456 33544 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 46912505688864 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=20599/tid=20602] ppid=20597 vsize=7663144 CPUtime=0 cores=1,3
/proc/20599/task/20602/stat : 20602 (java) S 20597 20599 20116 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 487703955 7847059456 33544 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20603] ppid=20597 vsize=7663144 CPUtime=0 cores=1,3
/proc/20599/task/20603/stat : 20603 (java) S 20597 20599 20116 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 487703955 7847059456 33544 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20604] ppid=20597 vsize=7663144 CPUtime=0 cores=1,3
/proc/20599/task/20604/stat : 20604 (java) S 20597 20599 20116 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 487703955 7847059456 33544 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20605] ppid=20597 vsize=7663144 CPUtime=0 cores=1,3
/proc/20599/task/20605/stat : 20605 (java) S 20597 20599 20116 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 19 0 487703955 7847059456 33544 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20606] ppid=20597 vsize=7663144 CPUtime=0 cores=1,3
/proc/20599/task/20606/stat : 20606 (java) S 20597 20599 20116 0 -1 4202560 210 0 0 0 0 0 0 0 17 0 19 0 487703955 7847059456 33544 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20607] ppid=20597 vsize=7663144 CPUtime=0.02 cores=1,3
/proc/20599/task/20607/stat : 20607 (java) S 20597 20599 20116 0 -1 4202560 2093 0 0 0 2 0 0 0 18 0 19 0 487703955 7847059456 33544 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20608] ppid=20597 vsize=7663144 CPUtime=0.03 cores=1,3
/proc/20599/task/20608/stat : 20608 (java) S 20597 20599 20116 0 -1 4202560 2963 0 0 0 3 0 0 0 18 0 19 0 487703955 7847059456 33544 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20609] ppid=20597 vsize=7663144 CPUtime=0 cores=1,3
/proc/20599/task/20609/stat : 20609 (java) S 20597 20599 20116 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 487703955 7847059456 33544 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20610] ppid=20597 vsize=7663144 CPUtime=0.07 cores=1,3
/proc/20599/task/20610/stat : 20610 (java) S 20597 20599 20116 0 -1 4202560 5263 0 0 0 7 0 0 0 16 0 19 0 487703956 7847059456 33544 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514752 0 0 0 16800975 18446604464564468672 0 0 -1 1 0 0 0
[pid=20599/tid=20611] ppid=20597 vsize=7663144 CPUtime=0 cores=1,3
/proc/20599/task/20611/stat : 20611 (java) S 20597 20599 20116 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487703956 7847059456 33544 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20612] ppid=20597 vsize=7663144 CPUtime=0 cores=1,3
/proc/20599/task/20612/stat : 20612 (java) S 20597 20599 20116 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 487703956 7847059456 33544 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20613] ppid=20597 vsize=7663144 CPUtime=0 cores=1,3
/proc/20599/task/20613/stat : 20613 (java) S 20597 20599 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487703958 7847059456 33544 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101521841 0 4 0 16800975 18446604464564468672 0 0 -1 1 0 0 0
[pid=20599/tid=20614] ppid=20597 vsize=7663144 CPUtime=0.73 cores=1,3
/proc/20599/task/20614/stat : 20614 (java) S 20597 20599 20116 0 -1 4202560 7908 0 0 0 72 1 0 0 16 0 19 0 487703958 7847059456 33544 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 1 0 0 0
[pid=20599/tid=20615] ppid=20597 vsize=7663144 CPUtime=0.38 cores=1,3
/proc/20599/task/20615/stat : 20615 (java) S 20597 20599 20116 0 -1 4202560 1432 0 0 0 38 0 0 0 16 0 19 0 487703958 7847059456 33544 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20616] ppid=20597 vsize=7663144 CPUtime=0 cores=1,3
/proc/20599/task/20616/stat : 20616 (java) S 20597 20599 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487703958 7847059456 33544 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 1 0 0 0
[pid=20599/tid=20617] ppid=20597 vsize=7663144 CPUtime=0 cores=1,3
/proc/20599/task/20617/stat : 20617 (java) S 20597 20599 20116 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 487703958 7847059456 33544 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514752 0 4 0 16800975 18446604464564468672 0 0 -1 1 0 0 0
[pid=20599/tid=20618] ppid=20597 vsize=7663144 CPUtime=0 cores=1,3
/proc/20599/task/20618/stat : 20618 (java) S 20597 20599 20116 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487704004 7847059456 33544 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514752 0 4 0 16800975 18446604464564468672 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 7663144

[startup+6.30152 s]
/proc/loadavg: 4.22 4.11 4.29 5/262 20618
/proc/meminfo: memFree=13957772/32950928 swapFree=67111528/67111528
[pid=20599] ppid=20597 vsize=7663144 CPUtime=7.47 cores=1,3
/proc/20599/stat : 20599 (java) S 20597 20599 20116 0 -1 4202496 37063 0 1 0 742 5 0 0 25 0 19 0 487703953 7847059456 34078 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20599/statm: 1915786 34078 2254 9 0 1906524 0
[pid=20599/tid=20601] ppid=20597 vsize=7663144 CPUtime=6.06 cores=1,3
/proc/20599/task/20601/stat : 20601 (java) R 20597 20599 20116 0 -1 4202560 15270 0 1 0 604 2 0 0 25 0 19 0 487703953 7847059456 34078 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 46912505783533 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20599/tid=20602] ppid=20597 vsize=7663144 CPUtime=0 cores=1,3
/proc/20599/task/20602/stat : 20602 (java) S 20597 20599 20116 0 -1 4202560 228 0 0 0 0 0 0 0 16 0 19 0 487703955 7847059456 34078 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20603] ppid=20597 vsize=7663144 CPUtime=0 cores=1,3
/proc/20599/task/20603/stat : 20603 (java) S 20597 20599 20116 0 -1 4202560 175 0 0 0 0 0 0 0 16 0 19 0 487703955 7847059456 34078 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20604] ppid=20597 vsize=7663144 CPUtime=0 cores=1,3
/proc/20599/task/20604/stat : 20604 (java) S 20597 20599 20116 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 487703955 7847059456 34078 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20605] ppid=20597 vsize=7663144 CPUtime=0 cores=1,3
/proc/20599/task/20605/stat : 20605 (java) S 20597 20599 20116 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 487703955 7847059456 34078 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20606] ppid=20597 vsize=7663144 CPUtime=0 cores=1,3
/proc/20599/task/20606/stat : 20606 (java) S 20597 20599 20116 0 -1 4202560 210 0 0 0 0 0 0 0 15 0 19 0 487703955 7847059456 34078 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20607] ppid=20597 vsize=7663144 CPUtime=0.02 cores=1,3
/proc/20599/task/20607/stat : 20607 (java) S 20597 20599 20116 0 -1 4202560 2093 0 0 0 2 0 0 0 18 0 19 0 487703955 7847059456 34078 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20608] ppid=20597 vsize=7663144 CPUtime=0.03 cores=1,3
/proc/20599/task/20608/stat : 20608 (java) S 20597 20599 20116 0 -1 4202560 2963 0 0 0 3 0 0 0 18 0 19 0 487703955 7847059456 34078 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20609] ppid=20597 vsize=7663144 CPUtime=0 cores=1,3
/proc/20599/task/20609/stat : 20609 (java) S 20597 20599 20116 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 487703955 7847059456 34078 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20610] ppid=20597 vsize=7663144 CPUtime=0.14 cores=1,3
/proc/20599/task/20610/stat : 20610 (java) S 20597 20599 20116 0 -1 4202560 5410 0 0 0 14 0 0 0 15 0 19 0 487703956 7847059456 34078 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514752 0 0 0 16800975 18446604464564468672 0 0 -1 1 0 0 0
[pid=20599/tid=20611] ppid=20597 vsize=7663144 CPUtime=0 cores=1,3
/proc/20599/task/20611/stat : 20611 (java) S 20597 20599 20116 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487703956 7847059456 34078 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20612] ppid=20597 vsize=7663144 CPUtime=0 cores=1,3
/proc/20599/task/20612/stat : 20612 (java) S 20597 20599 20116 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 487703956 7847059456 34078 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20613] ppid=20597 vsize=7663144 CPUtime=0 cores=1,3
/proc/20599/task/20613/stat : 20613 (java) S 20597 20599 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487703958 7847059456 34078 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101521841 0 4 0 16800975 18446604464564468672 0 0 -1 1 0 0 0
[pid=20599/tid=20614] ppid=20597 vsize=7663144 CPUtime=0.75 cores=1,3
/proc/20599/task/20614/stat : 20614 (java) S 20597 20599 20116 0 -1 4202560 7916 0 0 0 74 1 0 0 15 0 19 0 487703958 7847059456 34078 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 1 0 0 0
[pid=20599/tid=20615] ppid=20597 vsize=7663144 CPUtime=0.41 cores=1,3
/proc/20599/task/20615/stat : 20615 (java) S 20597 20599 20116 0 -1 4202560 1629 0 0 0 41 0 0 0 16 0 19 0 487703958 7847059456 34078 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20616] ppid=20597 vsize=7663144 CPUtime=0 cores=1,3
/proc/20599/task/20616/stat : 20616 (java) S 20597 20599 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487703958 7847059456 34078 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 1 0 0 0
[pid=20599/tid=20617] ppid=20597 vsize=7663144 CPUtime=0 cores=1,3
/proc/20599/task/20617/stat : 20617 (java) S 20597 20599 20116 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 487703958 7847059456 34078 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514752 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20618] ppid=20597 vsize=7663144 CPUtime=0 cores=1,3
/proc/20599/task/20618/stat : 20618 (java) S 20597 20599 20116 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487704004 7847059456 34078 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514752 0 4 0 16800975 18446604464564468672 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.47
Current children cumulated vsize (KiB) 7663144

[startup+12.7014 s]

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

/proc/20599/task/20602/stat : 20602 (java) S 20597 20599 20116 0 -1 4202560 230 0 0 0 1 0 0 0 15 0 19 0 487703955 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20603] ppid=20597 vsize=7650248 CPUtime=0.03 cores=1,3
/proc/20599/task/20603/stat : 20603 (java) S 20597 20599 20116 0 -1 4202560 177 0 0 0 3 0 0 0 15 0 19 0 487703955 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20604] ppid=20597 vsize=7650248 CPUtime=0.02 cores=1,3
/proc/20599/task/20604/stat : 20604 (java) S 20597 20599 20116 0 -1 4202560 9 0 0 0 2 0 0 0 16 0 19 0 487703955 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20605] ppid=20597 vsize=7650248 CPUtime=0 cores=1,3
/proc/20599/task/20605/stat : 20605 (java) S 20597 20599 20116 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 487703955 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20606] ppid=20597 vsize=7650248 CPUtime=0.01 cores=1,3
/proc/20599/task/20606/stat : 20606 (java) S 20597 20599 20116 0 -1 4202560 213 0 0 0 1 0 0 0 15 0 19 0 487703955 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20607] ppid=20597 vsize=7650248 CPUtime=0.05 cores=1,3
/proc/20599/task/20607/stat : 20607 (java) S 20597 20599 20116 0 -1 4202560 2119 0 0 0 5 0 0 0 15 0 19 0 487703955 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20608] ppid=20597 vsize=7650248 CPUtime=0.06 cores=1,3
/proc/20599/task/20608/stat : 20608 (java) S 20597 20599 20116 0 -1 4202560 2967 0 0 0 6 0 0 0 16 0 19 0 487703955 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20609] ppid=20597 vsize=7650248 CPUtime=0 cores=1,3
/proc/20599/task/20609/stat : 20609 (java) S 20597 20599 20116 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 487703955 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20610] ppid=20597 vsize=7650248 CPUtime=1.26 cores=1,3
/proc/20599/task/20610/stat : 20610 (java) S 20597 20599 20116 0 -1 4202560 7711 0 0 0 126 0 0 0 15 0 19 0 487703956 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514752 0 0 0 16800975 18446604464564468672 0 0 -1 1 0 0 0
[pid=20599/tid=20611] ppid=20597 vsize=7650248 CPUtime=0 cores=1,3
/proc/20599/task/20611/stat : 20611 (java) S 20597 20599 20116 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487703956 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20612] ppid=20597 vsize=7650248 CPUtime=0 cores=1,3
/proc/20599/task/20612/stat : 20612 (java) S 20597 20599 20116 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 487703956 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20613] ppid=20597 vsize=7650248 CPUtime=0 cores=1,3
/proc/20599/task/20613/stat : 20613 (java) S 20597 20599 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487703958 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101521841 0 4 0 16800975 18446604464564468672 0 0 -1 1 0 0 0
[pid=20599/tid=20614] ppid=20597 vsize=7650248 CPUtime=0.78 cores=1,3
/proc/20599/task/20614/stat : 20614 (java) S 20597 20599 20116 0 -1 4202560 7927 0 0 0 77 1 0 0 15 0 19 0 487703958 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 1 0 0 0
[pid=20599/tid=20615] ppid=20597 vsize=7650248 CPUtime=0.41 cores=1,3
/proc/20599/task/20615/stat : 20615 (java) S 20597 20599 20116 0 -1 4202560 1653 0 0 0 41 0 0 0 15 0 19 0 487703958 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20616] ppid=20597 vsize=7650248 CPUtime=0 cores=1,3
/proc/20599/task/20616/stat : 20616 (java) S 20597 20599 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487703958 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 1 0 0 0
[pid=20599/tid=20617] ppid=20597 vsize=7650248 CPUtime=0 cores=1,3
/proc/20599/task/20617/stat : 20617 (java) S 20597 20599 20116 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 487703958 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514752 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20618] ppid=20597 vsize=7650248 CPUtime=0 cores=1,3
/proc/20599/task/20618/stat : 20618 (java) S 20597 20599 20116 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487704004 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514752 0 4 0 16800975 18446604464564468672 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 77.96
Current children cumulated vsize (KiB) 7650248

[startup+77.5009 s]
/proc/loadavg: 4.07 4.09 4.26 5/262 20620
/proc/meminfo: memFree=13959792/32950928 swapFree=67111528/67111528
[pid=20599] ppid=20597 vsize=7650248 CPUtime=78.77 cores=1,3
/proc/20599/stat : 20599 (java) S 20597 20599 20116 0 -1 4202496 39466 0 1 0 7872 5 0 0 25 0 19 0 487703953 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20599/statm: 1912562 33666 2254 9 0 1903300 0
[pid=20599/tid=20601] ppid=20597 vsize=7650248 CPUtime=76.03 cores=1,3
/proc/20599/task/20601/stat : 20601 (java) R 20597 20599 20116 0 -1 4202560 15283 0 1 0 7601 2 0 0 25 0 19 0 487703953 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 46912505753380 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=20599/tid=20602] ppid=20597 vsize=7650248 CPUtime=0.01 cores=1,3
/proc/20599/task/20602/stat : 20602 (java) S 20597 20599 20116 0 -1 4202560 230 0 0 0 1 0 0 0 15 0 19 0 487703955 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20603] ppid=20597 vsize=7650248 CPUtime=0.03 cores=1,3
/proc/20599/task/20603/stat : 20603 (java) S 20597 20599 20116 0 -1 4202560 177 0 0 0 3 0 0 0 15 0 19 0 487703955 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20604] ppid=20597 vsize=7650248 CPUtime=0.02 cores=1,3
/proc/20599/task/20604/stat : 20604 (java) S 20597 20599 20116 0 -1 4202560 9 0 0 0 2 0 0 0 16 0 19 0 487703955 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20605] ppid=20597 vsize=7650248 CPUtime=0 cores=1,3
/proc/20599/task/20605/stat : 20605 (java) S 20597 20599 20116 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 487703955 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20606] ppid=20597 vsize=7650248 CPUtime=0.01 cores=1,3
/proc/20599/task/20606/stat : 20606 (java) S 20597 20599 20116 0 -1 4202560 213 0 0 0 1 0 0 0 15 0 19 0 487703955 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20607] ppid=20597 vsize=7650248 CPUtime=0.05 cores=1,3
/proc/20599/task/20607/stat : 20607 (java) S 20597 20599 20116 0 -1 4202560 2119 0 0 0 5 0 0 0 15 0 19 0 487703955 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20608] ppid=20597 vsize=7650248 CPUtime=0.06 cores=1,3
/proc/20599/task/20608/stat : 20608 (java) S 20597 20599 20116 0 -1 4202560 2967 0 0 0 6 0 0 0 16 0 19 0 487703955 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20609] ppid=20597 vsize=7650248 CPUtime=0 cores=1,3
/proc/20599/task/20609/stat : 20609 (java) S 20597 20599 20116 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 487703955 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20610] ppid=20597 vsize=7650248 CPUtime=1.26 cores=1,3
/proc/20599/task/20610/stat : 20610 (java) S 20597 20599 20116 0 -1 4202560 7711 0 0 0 126 0 0 0 15 0 19 0 487703956 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514752 0 0 0 16800975 18446604464564468672 0 0 -1 1 0 0 0
[pid=20599/tid=20611] ppid=20597 vsize=7650248 CPUtime=0 cores=1,3
/proc/20599/task/20611/stat : 20611 (java) S 20597 20599 20116 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487703956 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20612] ppid=20597 vsize=7650248 CPUtime=0 cores=1,3
/proc/20599/task/20612/stat : 20612 (java) S 20597 20599 20116 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 487703956 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20613] ppid=20597 vsize=7650248 CPUtime=0 cores=1,3
/proc/20599/task/20613/stat : 20613 (java) S 20597 20599 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487703958 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101521841 0 4 0 16800975 18446604464564468672 0 0 -1 1 0 0 0
[pid=20599/tid=20614] ppid=20597 vsize=7650248 CPUtime=0.8 cores=1,3
/proc/20599/task/20614/stat : 20614 (java) S 20597 20599 20116 0 -1 4202560 7928 0 0 0 79 1 0 0 15 0 19 0 487703958 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 1 0 0 0
[pid=20599/tid=20615] ppid=20597 vsize=7650248 CPUtime=0.41 cores=1,3
/proc/20599/task/20615/stat : 20615 (java) S 20597 20599 20116 0 -1 4202560 1653 0 0 0 41 0 0 0 15 0 19 0 487703958 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20616] ppid=20597 vsize=7650248 CPUtime=0 cores=1,3
/proc/20599/task/20616/stat : 20616 (java) S 20597 20599 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487703958 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 1 0 0 0
[pid=20599/tid=20617] ppid=20597 vsize=7650248 CPUtime=0 cores=1,3
/proc/20599/task/20617/stat : 20617 (java) S 20597 20599 20116 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 487703958 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514752 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20618] ppid=20597 vsize=7650248 CPUtime=0 cores=1,3
/proc/20599/task/20618/stat : 20618 (java) S 20597 20599 20116 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487704004 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514752 0 4 0 16800975 18446604464564468672 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 78.77
Current children cumulated vsize (KiB) 7650248

[startup+78.3008 s]
/proc/loadavg: 4.07 4.09 4.26 5/262 20620
/proc/meminfo: memFree=13958552/32950928 swapFree=67111528/67111528
[pid=20599] ppid=20597 vsize=7650248 CPUtime=79.58 cores=1,3
/proc/20599/stat : 20599 (java) S 20597 20599 20116 0 -1 4202496 39467 0 1 0 7953 5 0 0 25 0 19 0 487703953 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20599/statm: 1912562 33666 2254 9 0 1903300 0
[pid=20599/tid=20601] ppid=20597 vsize=7650248 CPUtime=76.83 cores=1,3
/proc/20599/task/20601/stat : 20601 (java) R 20597 20599 20116 0 -1 4202560 15284 0 1 0 7681 2 0 0 25 0 19 0 487703953 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 46912505721529 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=20599/tid=20602] ppid=20597 vsize=7650248 CPUtime=0.01 cores=1,3
/proc/20599/task/20602/stat : 20602 (java) S 20597 20599 20116 0 -1 4202560 230 0 0 0 1 0 0 0 15 0 19 0 487703955 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20603] ppid=20597 vsize=7650248 CPUtime=0.03 cores=1,3
/proc/20599/task/20603/stat : 20603 (java) S 20597 20599 20116 0 -1 4202560 177 0 0 0 3 0 0 0 15 0 19 0 487703955 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20604] ppid=20597 vsize=7650248 CPUtime=0.02 cores=1,3
/proc/20599/task/20604/stat : 20604 (java) S 20597 20599 20116 0 -1 4202560 9 0 0 0 2 0 0 0 16 0 19 0 487703955 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20605] ppid=20597 vsize=7650248 CPUtime=0 cores=1,3
/proc/20599/task/20605/stat : 20605 (java) S 20597 20599 20116 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 487703955 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20606] ppid=20597 vsize=7650248 CPUtime=0.01 cores=1,3
/proc/20599/task/20606/stat : 20606 (java) S 20597 20599 20116 0 -1 4202560 213 0 0 0 1 0 0 0 15 0 19 0 487703955 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20607] ppid=20597 vsize=7650248 CPUtime=0.05 cores=1,3
/proc/20599/task/20607/stat : 20607 (java) S 20597 20599 20116 0 -1 4202560 2119 0 0 0 5 0 0 0 15 0 19 0 487703955 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20608] ppid=20597 vsize=7650248 CPUtime=0.06 cores=1,3
/proc/20599/task/20608/stat : 20608 (java) S 20597 20599 20116 0 -1 4202560 2967 0 0 0 6 0 0 0 16 0 19 0 487703955 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20609] ppid=20597 vsize=7650248 CPUtime=0 cores=1,3
/proc/20599/task/20609/stat : 20609 (java) S 20597 20599 20116 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 487703955 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20610] ppid=20597 vsize=7650248 CPUtime=1.26 cores=1,3
/proc/20599/task/20610/stat : 20610 (java) S 20597 20599 20116 0 -1 4202560 7711 0 0 0 126 0 0 0 15 0 19 0 487703956 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514752 0 0 0 16800975 18446604464564468672 0 0 -1 1 0 0 0
[pid=20599/tid=20611] ppid=20597 vsize=7650248 CPUtime=0 cores=1,3
/proc/20599/task/20611/stat : 20611 (java) S 20597 20599 20116 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487703956 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20612] ppid=20597 vsize=7650248 CPUtime=0 cores=1,3
/proc/20599/task/20612/stat : 20612 (java) S 20597 20599 20116 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 487703956 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20613] ppid=20597 vsize=7650248 CPUtime=0 cores=1,3
/proc/20599/task/20613/stat : 20613 (java) S 20597 20599 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487703958 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101521841 0 4 0 16800975 18446604464564468672 0 0 -1 1 0 0 0
[pid=20599/tid=20614] ppid=20597 vsize=7650248 CPUtime=0.82 cores=1,3
/proc/20599/task/20614/stat : 20614 (java) S 20597 20599 20116 0 -1 4202560 7928 0 0 0 81 1 0 0 15 0 19 0 487703958 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 1 0 0 0
[pid=20599/tid=20615] ppid=20597 vsize=7650248 CPUtime=0.41 cores=1,3
/proc/20599/task/20615/stat : 20615 (java) S 20597 20599 20116 0 -1 4202560 1653 0 0 0 41 0 0 0 15 0 19 0 487703958 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20616] ppid=20597 vsize=7650248 CPUtime=0 cores=1,3
/proc/20599/task/20616/stat : 20616 (java) S 20597 20599 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487703958 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 1 0 0 0
[pid=20599/tid=20617] ppid=20597 vsize=7650248 CPUtime=0 cores=1,3
/proc/20599/task/20617/stat : 20617 (java) S 20597 20599 20116 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 487703958 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514752 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20618] ppid=20597 vsize=7650248 CPUtime=0 cores=1,3
/proc/20599/task/20618/stat : 20618 (java) S 20597 20599 20116 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487704004 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514752 0 4 0 16800975 18446604464564468672 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 79.58
Current children cumulated vsize (KiB) 7650248

[startup+78.5008 s]
/proc/loadavg: 4.07 4.09 4.26 5/262 20620
/proc/meminfo: memFree=13958552/32950928 swapFree=67111528/67111528
[pid=20599] ppid=20597 vsize=7650248 CPUtime=79.78 cores=1,3
/proc/20599/stat : 20599 (java) S 20597 20599 20116 0 -1 4202496 39467 0 1 0 7973 5 0 0 25 0 19 0 487703953 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20599/statm: 1912562 33666 2254 9 0 1903300 0
[pid=20599/tid=20601] ppid=20597 vsize=7650248 CPUtime=77.03 cores=1,3
/proc/20599/task/20601/stat : 20601 (java) R 20597 20599 20116 0 -1 4202560 15284 0 1 0 7701 2 0 0 25 0 19 0 487703953 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 46912505753035 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=20599/tid=20602] ppid=20597 vsize=7650248 CPUtime=0.01 cores=1,3
/proc/20599/task/20602/stat : 20602 (java) S 20597 20599 20116 0 -1 4202560 230 0 0 0 1 0 0 0 15 0 19 0 487703955 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20603] ppid=20597 vsize=7650248 CPUtime=0.03 cores=1,3
/proc/20599/task/20603/stat : 20603 (java) S 20597 20599 20116 0 -1 4202560 177 0 0 0 3 0 0 0 15 0 19 0 487703955 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20604] ppid=20597 vsize=7650248 CPUtime=0.02 cores=1,3
/proc/20599/task/20604/stat : 20604 (java) S 20597 20599 20116 0 -1 4202560 9 0 0 0 2 0 0 0 16 0 19 0 487703955 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20605] ppid=20597 vsize=7650248 CPUtime=0 cores=1,3
/proc/20599/task/20605/stat : 20605 (java) S 20597 20599 20116 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 487703955 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20606] ppid=20597 vsize=7650248 CPUtime=0.01 cores=1,3
/proc/20599/task/20606/stat : 20606 (java) S 20597 20599 20116 0 -1 4202560 213 0 0 0 1 0 0 0 15 0 19 0 487703955 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20607] ppid=20597 vsize=7650248 CPUtime=0.05 cores=1,3
/proc/20599/task/20607/stat : 20607 (java) S 20597 20599 20116 0 -1 4202560 2119 0 0 0 5 0 0 0 15 0 19 0 487703955 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20608] ppid=20597 vsize=7650248 CPUtime=0.06 cores=1,3
/proc/20599/task/20608/stat : 20608 (java) S 20597 20599 20116 0 -1 4202560 2967 0 0 0 6 0 0 0 16 0 19 0 487703955 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20609] ppid=20597 vsize=7650248 CPUtime=0 cores=1,3
/proc/20599/task/20609/stat : 20609 (java) S 20597 20599 20116 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 487703955 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20610] ppid=20597 vsize=7650248 CPUtime=1.26 cores=1,3
/proc/20599/task/20610/stat : 20610 (java) S 20597 20599 20116 0 -1 4202560 7711 0 0 0 126 0 0 0 15 0 19 0 487703956 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514752 0 0 0 16800975 18446604464564468672 0 0 -1 1 0 0 0
[pid=20599/tid=20611] ppid=20597 vsize=7650248 CPUtime=0 cores=1,3
/proc/20599/task/20611/stat : 20611 (java) S 20597 20599 20116 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487703956 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20612] ppid=20597 vsize=7650248 CPUtime=0 cores=1,3
/proc/20599/task/20612/stat : 20612 (java) S 20597 20599 20116 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 487703956 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20613] ppid=20597 vsize=7650248 CPUtime=0 cores=1,3
/proc/20599/task/20613/stat : 20613 (java) S 20597 20599 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487703958 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101521841 0 4 0 16800975 18446604464564468672 0 0 -1 1 0 0 0
[pid=20599/tid=20614] ppid=20597 vsize=7650248 CPUtime=0.82 cores=1,3
/proc/20599/task/20614/stat : 20614 (java) S 20597 20599 20116 0 -1 4202560 7928 0 0 0 81 1 0 0 15 0 19 0 487703958 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 1 0 0 0
[pid=20599/tid=20615] ppid=20597 vsize=7650248 CPUtime=0.41 cores=1,3
/proc/20599/task/20615/stat : 20615 (java) S 20597 20599 20116 0 -1 4202560 1653 0 0 0 41 0 0 0 15 0 19 0 487703958 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20616] ppid=20597 vsize=7650248 CPUtime=0 cores=1,3
/proc/20599/task/20616/stat : 20616 (java) S 20597 20599 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487703958 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514137 0 4 0 16800975 18446604464564468672 0 0 -1 1 0 0 0
[pid=20599/tid=20617] ppid=20597 vsize=7650248 CPUtime=0 cores=1,3
/proc/20599/task/20617/stat : 20617 (java) S 20597 20599 20116 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 487703958 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514752 0 4 0 16800975 18446604464564468672 0 0 -1 3 0 0 0
[pid=20599/tid=20618] ppid=20597 vsize=7650248 CPUtime=0 cores=1,3
/proc/20599/task/20618/stat : 20618 (java) S 20597 20599 20116 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487704004 7833853952 33666 33554432000 1073741824 1073778376 140736373500032 18446744073709551615 248101514752 0 4 0 16800975 18446604464564468672 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 79.78
Current children cumulated vsize (KiB) 7650248

Child status: 20
Real time (s): 78.5933
CPU time (s): 79.8889
CPU user time (s): 79.8219
CPU system time (s): 0.066989
CPU usage (%): 101.648
Max. virtual memory (cumulated for all children) (KiB): 7663144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 79.8219
system time used= 0.066989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39475
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= 2271
involuntary context switches= 720

runsolver used 0.137979 second user time and 0.298954 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-25 21:50:42
IDJOB=3284199
IDBENCH=71718
IDSOLVER=1611
FILE ID=node123/3284199-1303761041
RUNJOBID= node123-1303759508-20136
PBS_JOBID= 13157133
Free space on /tmp= 72628 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.1-6.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-3284199-1303761041/watcher-3284199-1303761041 -o /tmp/evaluation-result-3284199-1303761041/solver-3284199-1303761041 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3284199-1303761041.cnf

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

MD5SUM BENCH= d986f0b849e7c714ed5d3a26373567af
RANDOM SEED=2064650156

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14086724 kB
Buffers:       2146384 kB
Cached:       14888500 kB
SwapCached:          0 kB
Active:        9597552 kB
Inactive:      8728872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14086724 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6264 kB
Writeback:           0 kB
AnonPages:     1290796 kB
Mapped:          23396 kB
Slab:           468248 kB
PageTables:       8092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 22037592 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= 72628 MiB
End job on node123 at 2011-04-25 21:52:00