Trace number 3283279

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 24.2463 23.3821

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10t0.cnf
MD5SUM9029cec808e66e35ae213dc5615fd1f7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.15537
Satisfiable
(Un)Satisfiability was proved
Number of variables237336
Number of clauses1262609
Sum of the clauses size3042396
Maximum clause length10
Minimum clause length1
Number of clauses of size 113421
Number of clauses of size 2900089
Number of clauses of size 3288599
Number of clauses of size 46720
Number of clauses of size 526880
Number of clauses of size over 526900

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c no version file found!!!
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.18-164.el5
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		6997539544
0.01/0.08	c Max memory 		7034241024
0.01/0.08	c Total memory 		7034241024
0.01/0.08	c Number of processors 	8
0.07/0.10	c --- Begin Solver configuration ---
0.07/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.07/0.10	c Learn all clauses as in MiniSAT
0.07/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.07/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.07/0.10	c Expensive reason simplification
0.07/0.10	c Armin Biere (Picosat) restarts strategy
0.07/0.10	c Glucose learned constraints deletion strategy
0.07/0.10	c timeout=2147483647s
0.07/0.10	c DB Simplification allowed=true
0.07/0.10	c --- End Solver configuration ---
0.07/0.10	c solving HOME/instance-3283279-1303759514.cnf
0.07/0.10	c reading problem ... 
1.25/1.18	c ... done. Wall clock time 1.08s.
1.25/1.18	c #vars     237336
1.25/1.18	c #constraints  1262609
1.25/1.18	c constraints type 
1.25/1.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 349099
1.25/1.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 900089
19.32/18.60	c cleaning 1787 clauses out of 3597 with flag 5000/5000
24.16/23.36	c starts		: 31
24.16/23.36	c conflicts		: 7204
24.16/23.36	c decisions		: 63488
24.16/23.36	c propagations		: 24726293
24.16/23.36	c inspects		: 79525532
24.16/23.36	c shortcuts		: 0
24.16/23.36	c learnt literals	: 165
24.16/23.36	c learnt binary clauses	: 289
24.16/23.36	c learnt ternary clauses	: 364
24.16/23.36	c learnt constraints	: 7038
24.16/23.36	c ignored constraints	: 0
24.16/23.36	c root simplifications	: 195
24.16/23.36	c removed literals (reason simplification)	: 330858
24.16/23.36	c reason swapping (by a shorter reason)	: 0
24.16/23.36	c Calls to reduceDB	: 1
24.16/23.36	c speed (assignments/second)	: 1115002.38997114
24.16/23.36	c non guided choices	1008
24.16/23.36	c learnt constraints type 
24.16/23.36	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 144
24.16/23.36	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 3107
24.16/23.36	c constraints type 
24.16/23.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 349099
24.16/23.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 900089
24.16/23.36	s UNSATISFIABLE
24.16/23.36	c Total wall clock time (in seconds) : 23.258

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

running on 2 cores: 5,7

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: 1.34 4.76 6.44 5/243 10014
/proc/meminfo: memFree=20768608/32950904 swapFree=67082284/67111528
[pid=10014] ppid=10012 vsize=30540 CPUtime=0 cores=5,7
/proc/10014/stat : 10014 (java) S 10012 10014 9900 0 -1 4202496 1251 0 0 0 0 0 0 0 21 0 2 0 487551301 31272960 969 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290682341 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/10014/statm: 7635 969 741 9 0 386 0
[pid=10014/tid=10015] ppid=10012 vsize=30536 CPUtime=0 cores=5,7
/proc/10014/task/10015/stat : 10015 (java) S 10012 10014 9900 0 -1 4202560 139 0 0 0 0 0 0 0 23 0 2 0 487551301 31268864 972 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237273955975 0 2147483391 0 16784584 18446744071699199166 0 0 -1 5 0 0 0

[startup+0.025355 s]
/proc/loadavg: 1.34 4.76 6.44 5/243 10014
/proc/meminfo: memFree=20768608/32950904 swapFree=67082284/67111528
[pid=10014] ppid=10012 vsize=7551884 CPUtime=0.01 cores=5,7
/proc/10014/stat : 10014 (java) S 10012 10014 9900 0 -1 4202496 8195 0 1 0 0 1 0 0 21 0 10 0 487551301 7733129216 7892 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290682341 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/10014/statm: 1887971 7893 1515 9 0 1878719 0
[pid=10014/tid=10015] ppid=10012 vsize=7551884 CPUtime=0.01 cores=5,7
/proc/10014/task/10015/stat : 10015 (java) R 10012 10014 9900 0 -1 4202560 7072 0 1 0 0 1 0 0 25 0 10 0 487551301 7733129216 7893 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290706379 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7551884

[startup+0.100341 s]
/proc/loadavg: 1.34 4.76 6.44 5/243 10014
/proc/meminfo: memFree=20768608/32950904 swapFree=67082284/67111528
[pid=10014] ppid=10012 vsize=7569940 CPUtime=0.07 cores=5,7
/proc/10014/stat : 10014 (java) S 10012 10014 9900 0 -1 4202496 9643 0 1 0 6 1 0 0 21 0 18 0 487551301 7751618560 9338 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10014/statm: 1892485 9339 1754 9 0 1883223 0
[pid=10014/tid=10015] ppid=10012 vsize=7569940 CPUtime=0.07 cores=5,7
/proc/10014/task/10015/stat : 10015 (java) R 10012 10014 9900 0 -1 4202560 8468 0 1 0 6 1 0 0 25 0 18 0 487551301 7751618560 9339 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 47206794910547 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7569940

[startup+0.300307 s]
/proc/loadavg: 1.34 4.76 6.44 5/243 10014
/proc/meminfo: memFree=20768608/32950904 swapFree=67082284/67111528
[pid=10014] ppid=10012 vsize=7636936 CPUtime=0.41 cores=5,7
/proc/10014/stat : 10014 (java) S 10012 10014 9900 0 -1 4202496 19349 0 1 0 38 3 0 0 21 0 18 0 487551301 7820222464 18869 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10014/statm: 1909234 18872 2197 9 0 1899972 0
[pid=10014/tid=10015] ppid=10012 vsize=7636936 CPUtime=0.27 cores=5,7
/proc/10014/task/10015/stat : 10015 (java) R 10012 10014 9900 0 -1 4202560 16827 0 1 0 25 2 0 0 25 0 18 0 487551301 7820222464 18874 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 46912505516722 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 7636936

[startup+0.70018 s]
/proc/loadavg: 1.34 4.76 6.44 5/243 10014
/proc/meminfo: memFree=20768608/32950904 swapFree=67082284/67111528
[pid=10014] ppid=10012 vsize=7636936 CPUtime=0.81 cores=5,7
/proc/10014/stat : 10014 (java) S 10012 10014 9900 0 -1 4202496 30903 0 1 0 77 4 0 0 21 0 18 0 487551301 7820222464 30398 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10014/statm: 1909234 30399 2197 9 0 1899972 0
[pid=10014/tid=10015] ppid=10012 vsize=7636936 CPUtime=0.68 cores=5,7
/proc/10014/task/10015/stat : 10015 (java) R 10012 10014 9900 0 -1 4202560 28350 0 1 0 64 4 0 0 25 0 18 0 487551301 7820222464 30399 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 46912505544748 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 7636936

[startup+1.50104 s]
/proc/loadavg: 1.34 4.76 6.44 6/261 10032
/proc/meminfo: memFree=20628060/32950904 swapFree=67082284/67111528
[pid=10014] ppid=10012 vsize=7638508 CPUtime=1.82 cores=5,7
/proc/10014/stat : 10014 (java) S 10012 10014 9900 0 -1 4202496 48028 0 1 0 176 6 0 0 21 0 19 0 487551301 7821832192 46899 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10014/statm: 1909627 46899 2212 9 0 1900365 0
[pid=10014/tid=10015] ppid=10012 vsize=7638508 CPUtime=1.48 cores=5,7
/proc/10014/task/10015/stat : 10015 (java) R 10012 10014 9900 0 -1 4202560 44140 0 1 0 142 6 0 0 25 0 19 0 487551301 7821832192 46899 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 46912505659600 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10014/tid=10017] ppid=10012 vsize=7638508 CPUtime=0 cores=5,7
/proc/10014/task/10017/stat : 10017 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 487551303 7821832192 46899 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10018] ppid=10012 vsize=7638508 CPUtime=0 cores=5,7
/proc/10014/task/10018/stat : 10018 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 487551303 7821832192 46899 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10019] ppid=10012 vsize=7638508 CPUtime=0 cores=5,7
/proc/10014/task/10019/stat : 10019 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487551303 7821832192 46899 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10020] ppid=10012 vsize=7638508 CPUtime=0 cores=5,7
/proc/10014/task/10020/stat : 10020 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487551303 7821832192 46899 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10021] ppid=10012 vsize=7638508 CPUtime=0 cores=5,7
/proc/10014/task/10021/stat : 10021 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487551303 7821832192 46899 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10022] ppid=10012 vsize=7638508 CPUtime=0 cores=5,7
/proc/10014/task/10022/stat : 10022 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487551303 7821832192 46899 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10023] ppid=10012 vsize=7638508 CPUtime=0 cores=5,7
/proc/10014/task/10023/stat : 10023 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487551303 7821832192 46899 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10024] ppid=10012 vsize=7638508 CPUtime=0 cores=5,7
/proc/10014/task/10024/stat : 10024 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487551303 7821832192 46899 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10025] ppid=10012 vsize=7638508 CPUtime=0 cores=5,7
/proc/10014/task/10025/stat : 10025 (java) S 10012 10014 9900 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 487551304 7821832192 46899 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290696192 0 0 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10026] ppid=10012 vsize=7638508 CPUtime=0 cores=5,7
/proc/10014/task/10026/stat : 10026 (java) S 10012 10014 9900 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 487551304 7821832192 46899 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10027] ppid=10012 vsize=7638508 CPUtime=0 cores=5,7
/proc/10014/task/10027/stat : 10027 (java) S 10012 10014 9900 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487551304 7821832192 46899 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10028] ppid=10012 vsize=7638508 CPUtime=0 cores=5,7
/proc/10014/task/10028/stat : 10028 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487551307 7821832192 46899 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290703281 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10029] ppid=10012 vsize=7638508 CPUtime=0.14 cores=5,7
/proc/10014/task/10029/stat : 10029 (java) S 10012 10014 9900 0 -1 4202560 656 0 0 0 14 0 0 0 15 0 19 0 487551307 7821832192 46899 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10030] ppid=10012 vsize=7638508 CPUtime=0.19 cores=5,7
/proc/10014/task/10030/stat : 10030 (java) S 10012 10014 9900 0 -1 4202560 2070 0 0 0 19 0 0 0 15 0 19 0 487551307 7821832192 46899 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10031] ppid=10012 vsize=7638508 CPUtime=0 cores=5,7
/proc/10014/task/10031/stat : 10031 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487551307 7821832192 46899 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10032] ppid=10012 vsize=7638508 CPUtime=0 cores=5,7
/proc/10014/task/10032/stat : 10032 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 487551307 7821832192 46899 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290696192 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 7638508

[startup+3.10076 s]
/proc/loadavg: 1.34 4.76 6.44 5/262 10033
/proc/meminfo: memFree=20582048/32950904 swapFree=67082284/67111528
[pid=10014] ppid=10012 vsize=7639836 CPUtime=3.79 cores=5,7
/proc/10014/stat : 10014 (java) S 10012 10014 9900 0 -1 4202496 51622 0 1 0 372 7 0 0 21 0 19 0 487551301 7823192064 48333 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10014/statm: 1909959 48333 2222 9 0 1900697 0
[pid=10014/tid=10015] ppid=10012 vsize=7639836 CPUtime=2.96 cores=5,7
/proc/10014/task/10015/stat : 10015 (java) R 10012 10014 9900 0 -1 4202560 44472 0 1 0 290 6 0 0 25 0 19 0 487551301 7823192064 48333 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 46912505546599 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10014/tid=10017] ppid=10012 vsize=7639836 CPUtime=0 cores=5,7
/proc/10014/task/10017/stat : 10017 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 487551303 7823192064 48333 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10018] ppid=10012 vsize=7639836 CPUtime=0 cores=5,7
/proc/10014/task/10018/stat : 10018 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 487551303 7823192064 48333 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10019] ppid=10012 vsize=7639836 CPUtime=0 cores=5,7
/proc/10014/task/10019/stat : 10019 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487551303 7823192064 48333 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10020] ppid=10012 vsize=7639836 CPUtime=0 cores=5,7
/proc/10014/task/10020/stat : 10020 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487551303 7823192064 48333 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10021] ppid=10012 vsize=7639836 CPUtime=0 cores=5,7
/proc/10014/task/10021/stat : 10021 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487551303 7823192064 48333 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10022] ppid=10012 vsize=7639836 CPUtime=0 cores=5,7
/proc/10014/task/10022/stat : 10022 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487551303 7823192064 48333 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10023] ppid=10012 vsize=7639836 CPUtime=0 cores=5,7
/proc/10014/task/10023/stat : 10023 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487551303 7823192064 48333 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10024] ppid=10012 vsize=7639836 CPUtime=0 cores=5,7
/proc/10014/task/10024/stat : 10024 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487551303 7823192064 48333 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10025] ppid=10012 vsize=7639836 CPUtime=0 cores=5,7
/proc/10014/task/10025/stat : 10025 (java) S 10012 10014 9900 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 487551304 7823192064 48333 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290696192 0 0 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10026] ppid=10012 vsize=7639836 CPUtime=0 cores=5,7
/proc/10014/task/10026/stat : 10026 (java) S 10012 10014 9900 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 487551304 7823192064 48333 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10027] ppid=10012 vsize=7639836 CPUtime=0 cores=5,7
/proc/10014/task/10027/stat : 10027 (java) S 10012 10014 9900 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487551304 7823192064 48333 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10028] ppid=10012 vsize=7639836 CPUtime=0 cores=5,7
/proc/10014/task/10028/stat : 10028 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487551307 7823192064 48333 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290703281 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10029] ppid=10012 vsize=7639836 CPUtime=0.37 cores=5,7
/proc/10014/task/10029/stat : 10029 (java) S 10012 10014 9900 0 -1 4202560 1660 0 0 0 37 0 0 0 15 0 19 0 487551307 7823192064 48333 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10030] ppid=10012 vsize=7639836 CPUtime=0.44 cores=5,7
/proc/10014/task/10030/stat : 10030 (java) S 10012 10014 9900 0 -1 4202560 4327 0 0 0 44 0 0 0 15 0 19 0 487551307 7823192064 48333 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10031] ppid=10012 vsize=7639836 CPUtime=0 cores=5,7
/proc/10014/task/10031/stat : 10031 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487551307 7823192064 48333 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10032] ppid=10012 vsize=7639836 CPUtime=0 cores=5,7
/proc/10014/task/10032/stat : 10032 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 487551307 7823192064 48333 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290696192 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10033] ppid=10012 vsize=7639836 CPUtime=0 cores=5,7
/proc/10014/task/10033/stat : 10033 (java) S 10012 10014 9900 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487551436 7823192064 48333 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290696192 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 7639836

[startup+6.30125 s]
/proc/loadavg: 1.55 4.75 6.43 6/262 10033
/proc/meminfo: memFree=20342940/32950904 swapFree=67082284/67111528
[pid=10014] ppid=10012 vsize=7639792 CPUtime=7.02 cores=5,7
/proc/10014/stat : 10014 (java) S 10012 10014 9900 0 -1 4202496 51915 0 1 0 695 7 0 0 21 0 19 0 487551301 7823147008 48465 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10014/statm: 1909948 48465 2226 9 0 1900686 0
[pid=10014/tid=10015] ppid=10012 vsize=7639792 CPUtime=6.13 cores=5,7
/proc/10014/task/10015/stat : 10015 (java) R 10012 10014 9900 0 -1 4202560 44601 0 1 0 607 6 0 0 25 0 19 0 487551301 7823147008 48465 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 46912505765249 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10014/tid=10017] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10017/stat : 10017 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 487551303 7823147008 48465 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10018] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10018/stat : 10018 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 487551303 7823147008 48465 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10019] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10019/stat : 10019 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487551303 7823147008 48465 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10020] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10020/stat : 10020 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487551303 7823147008 48465 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10021] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10021/stat : 10021 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487551303 7823147008 48465 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10022] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10022/stat : 10022 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487551303 7823147008 48465 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10023] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10023/stat : 10023 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487551303 7823147008 48465 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10024] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10024/stat : 10024 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487551303 7823147008 48465 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10025] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10025/stat : 10025 (java) S 10012 10014 9900 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 487551304 7823147008 48465 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290696192 0 0 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10026] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10026/stat : 10026 (java) S 10012 10014 9900 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 487551304 7823147008 48465 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10027] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10027/stat : 10027 (java) S 10012 10014 9900 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487551304 7823147008 48465 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10028] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10028/stat : 10028 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487551307 7823147008 48465 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290703281 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10029] ppid=10012 vsize=7639792 CPUtime=0.4 cores=5,7
/proc/10014/task/10029/stat : 10029 (java) S 10012 10014 9900 0 -1 4202560 1817 0 0 0 40 0 0 0 15 0 19 0 487551307 7823147008 48465 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10030] ppid=10012 vsize=7639792 CPUtime=0.46 cores=5,7
/proc/10014/task/10030/stat : 10030 (java) S 10012 10014 9900 0 -1 4202560 4334 0 0 0 46 0 0 0 15 0 19 0 487551307 7823147008 48465 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10031] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10031/stat : 10031 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487551307 7823147008 48465 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0

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

/proc/10014/task/10017/stat : 10017 (java) S 10012 10014 9900 0 -1 4202560 12379 0 0 0 12 0 0 0 18 0 19 0 487551303 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10018] ppid=10012 vsize=7639792 CPUtime=0.1 cores=5,7
/proc/10014/task/10018/stat : 10018 (java) S 10012 10014 9900 0 -1 4202560 7804 0 0 0 9 1 0 0 18 0 19 0 487551303 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10019] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10019/stat : 10019 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 487551303 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10020] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10020/stat : 10020 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 487551303 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10021] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10021/stat : 10021 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 487551303 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10022] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10022/stat : 10022 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 487551303 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10023] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10023/stat : 10023 (java) S 10012 10014 9900 0 -1 4202560 41 0 0 0 0 0 0 0 17 0 19 0 487551303 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10024] ppid=10012 vsize=7639792 CPUtime=0.02 cores=5,7
/proc/10014/task/10024/stat : 10024 (java) S 10012 10014 9900 0 -1 4202560 1932 0 0 0 2 0 0 0 17 0 19 0 487551303 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10025] ppid=10012 vsize=7639792 CPUtime=0.28 cores=5,7
/proc/10014/task/10025/stat : 10025 (java) S 10012 10014 9900 0 -1 4202560 26397 0 0 0 26 2 0 0 15 0 19 0 487551304 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290696192 0 0 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10026] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10026/stat : 10026 (java) S 10012 10014 9900 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487551304 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10027] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10027/stat : 10027 (java) S 10012 10014 9900 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 487551304 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10028] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10028/stat : 10028 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487551307 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290703281 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10029] ppid=10012 vsize=7639792 CPUtime=0.4 cores=5,7
/proc/10014/task/10029/stat : 10029 (java) S 10012 10014 9900 0 -1 4202560 1817 0 0 0 40 0 0 0 15 0 19 0 487551307 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10030] ppid=10012 vsize=7639792 CPUtime=0.51 cores=5,7
/proc/10014/task/10030/stat : 10030 (java) S 10012 10014 9900 0 -1 4202560 4341 0 0 0 51 0 0 0 16 0 19 0 487551307 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10031] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10031/stat : 10031 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487551307 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10032] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10032/stat : 10032 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 487551307 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290696192 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10033] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10033/stat : 10033 (java) S 10012 10014 9900 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487551436 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290696192 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 21.56
Current children cumulated vsize (KiB) 7639792

[startup+22.3013 s]
/proc/loadavg: 2.10 4.71 6.39 6/262 10033
/proc/meminfo: memFree=20085644/32950904 swapFree=67082284/67111528
[pid=10014] ppid=10012 vsize=7639792 CPUtime=23.16 cores=5,7
/proc/10014/stat : 10014 (java) S 10012 10014 9900 0 -1 4202496 101215 0 1 0 2303 13 0 0 21 0 19 0 487551301 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10014/statm: 1909948 97729 2251 9 0 1900686 0
[pid=10014/tid=10015] ppid=10012 vsize=7639792 CPUtime=21.65 cores=5,7
/proc/10014/task/10015/stat : 10015 (java) R 10012 10014 9900 0 -1 4202560 45348 0 1 0 2159 6 0 0 25 0 19 0 487551301 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 46912505618769 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10014/tid=10017] ppid=10012 vsize=7639792 CPUtime=0.12 cores=5,7
/proc/10014/task/10017/stat : 10017 (java) S 10012 10014 9900 0 -1 4202560 12379 0 0 0 12 0 0 0 18 0 19 0 487551303 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10018] ppid=10012 vsize=7639792 CPUtime=0.1 cores=5,7
/proc/10014/task/10018/stat : 10018 (java) S 10012 10014 9900 0 -1 4202560 7804 0 0 0 9 1 0 0 18 0 19 0 487551303 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10019] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10019/stat : 10019 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 487551303 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10020] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10020/stat : 10020 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 487551303 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10021] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10021/stat : 10021 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 487551303 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10022] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10022/stat : 10022 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 487551303 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10023] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10023/stat : 10023 (java) S 10012 10014 9900 0 -1 4202560 41 0 0 0 0 0 0 0 17 0 19 0 487551303 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10024] ppid=10012 vsize=7639792 CPUtime=0.02 cores=5,7
/proc/10014/task/10024/stat : 10024 (java) S 10012 10014 9900 0 -1 4202560 1932 0 0 0 2 0 0 0 17 0 19 0 487551303 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10025] ppid=10012 vsize=7639792 CPUtime=0.28 cores=5,7
/proc/10014/task/10025/stat : 10025 (java) S 10012 10014 9900 0 -1 4202560 26397 0 0 0 26 2 0 0 15 0 19 0 487551304 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290696192 0 0 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10026] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10026/stat : 10026 (java) S 10012 10014 9900 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487551304 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10027] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10027/stat : 10027 (java) S 10012 10014 9900 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 487551304 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10028] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10028/stat : 10028 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487551307 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290703281 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10029] ppid=10012 vsize=7639792 CPUtime=0.4 cores=5,7
/proc/10014/task/10029/stat : 10029 (java) S 10012 10014 9900 0 -1 4202560 1817 0 0 0 40 0 0 0 15 0 19 0 487551307 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10030] ppid=10012 vsize=7639792 CPUtime=0.51 cores=5,7
/proc/10014/task/10030/stat : 10030 (java) S 10012 10014 9900 0 -1 4202560 4341 0 0 0 51 0 0 0 16 0 19 0 487551307 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10031] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10031/stat : 10031 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487551307 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10032] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10032/stat : 10032 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 487551307 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290696192 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10033] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10033/stat : 10033 (java) S 10012 10014 9900 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487551436 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290696192 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 23.16
Current children cumulated vsize (KiB) 7639792

[startup+23.1072 s]
/proc/loadavg: 2.33 4.72 6.38 6/262 10033
/proc/meminfo: memFree=20085864/32950904 swapFree=67082284/67111528
[pid=10014] ppid=10012 vsize=7639792 CPUtime=23.97 cores=5,7
/proc/10014/stat : 10014 (java) S 10012 10014 9900 0 -1 4202496 101215 0 1 0 2384 13 0 0 21 0 19 0 487551301 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10014/statm: 1909948 97729 2251 9 0 1900686 0
[pid=10014/tid=10015] ppid=10012 vsize=7639792 CPUtime=22.46 cores=5,7
/proc/10014/task/10015/stat : 10015 (java) R 10012 10014 9900 0 -1 4202560 45348 0 1 0 2240 6 0 0 25 0 19 0 487551301 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 46912505765601 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10014/tid=10017] ppid=10012 vsize=7639792 CPUtime=0.12 cores=5,7
/proc/10014/task/10017/stat : 10017 (java) S 10012 10014 9900 0 -1 4202560 12379 0 0 0 12 0 0 0 18 0 19 0 487551303 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10018] ppid=10012 vsize=7639792 CPUtime=0.1 cores=5,7
/proc/10014/task/10018/stat : 10018 (java) S 10012 10014 9900 0 -1 4202560 7804 0 0 0 9 1 0 0 18 0 19 0 487551303 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10019] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10019/stat : 10019 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 487551303 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10020] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10020/stat : 10020 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 487551303 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10021] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10021/stat : 10021 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 487551303 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10022] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10022/stat : 10022 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 487551303 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10023] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10023/stat : 10023 (java) S 10012 10014 9900 0 -1 4202560 41 0 0 0 0 0 0 0 17 0 19 0 487551303 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10024] ppid=10012 vsize=7639792 CPUtime=0.02 cores=5,7
/proc/10014/task/10024/stat : 10024 (java) S 10012 10014 9900 0 -1 4202560 1932 0 0 0 2 0 0 0 17 0 19 0 487551303 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10025] ppid=10012 vsize=7639792 CPUtime=0.28 cores=5,7
/proc/10014/task/10025/stat : 10025 (java) S 10012 10014 9900 0 -1 4202560 26397 0 0 0 26 2 0 0 15 0 19 0 487551304 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290696192 0 0 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10026] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10026/stat : 10026 (java) S 10012 10014 9900 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487551304 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10027] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10027/stat : 10027 (java) S 10012 10014 9900 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 487551304 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10028] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10028/stat : 10028 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487551307 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290703281 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10029] ppid=10012 vsize=7639792 CPUtime=0.4 cores=5,7
/proc/10014/task/10029/stat : 10029 (java) S 10012 10014 9900 0 -1 4202560 1817 0 0 0 40 0 0 0 15 0 19 0 487551307 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10030] ppid=10012 vsize=7639792 CPUtime=0.51 cores=5,7
/proc/10014/task/10030/stat : 10030 (java) S 10012 10014 9900 0 -1 4202560 4341 0 0 0 51 0 0 0 16 0 19 0 487551307 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10031] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10031/stat : 10031 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487551307 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10032] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10032/stat : 10032 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 487551307 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290696192 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10033] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10033/stat : 10033 (java) S 10012 10014 9900 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487551436 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290696192 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 23.97
Current children cumulated vsize (KiB) 7639792

[startup+23.3012 s]
/proc/loadavg: 2.33 4.72 6.38 6/262 10033
/proc/meminfo: memFree=20085864/32950904 swapFree=67082284/67111528
[pid=10014] ppid=10012 vsize=7639792 CPUtime=24.16 cores=5,7
/proc/10014/stat : 10014 (java) S 10012 10014 9900 0 -1 4202496 101215 0 1 0 2403 13 0 0 21 0 19 0 487551301 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10014/statm: 1909948 97729 2251 9 0 1900686 0
[pid=10014/tid=10015] ppid=10012 vsize=7639792 CPUtime=22.65 cores=5,7
/proc/10014/task/10015/stat : 10015 (java) R 10012 10014 9900 0 -1 4202560 45348 0 1 0 2259 6 0 0 25 0 19 0 487551301 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 46912505765249 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10014/tid=10017] ppid=10012 vsize=7639792 CPUtime=0.12 cores=5,7
/proc/10014/task/10017/stat : 10017 (java) S 10012 10014 9900 0 -1 4202560 12379 0 0 0 12 0 0 0 18 0 19 0 487551303 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10018] ppid=10012 vsize=7639792 CPUtime=0.1 cores=5,7
/proc/10014/task/10018/stat : 10018 (java) S 10012 10014 9900 0 -1 4202560 7804 0 0 0 9 1 0 0 18 0 19 0 487551303 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10019] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10019/stat : 10019 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 487551303 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10020] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10020/stat : 10020 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 487551303 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10021] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10021/stat : 10021 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 487551303 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10022] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10022/stat : 10022 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 487551303 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10023] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10023/stat : 10023 (java) S 10012 10014 9900 0 -1 4202560 41 0 0 0 0 0 0 0 17 0 19 0 487551303 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10024] ppid=10012 vsize=7639792 CPUtime=0.02 cores=5,7
/proc/10014/task/10024/stat : 10024 (java) S 10012 10014 9900 0 -1 4202560 1932 0 0 0 2 0 0 0 17 0 19 0 487551303 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10025] ppid=10012 vsize=7639792 CPUtime=0.28 cores=5,7
/proc/10014/task/10025/stat : 10025 (java) S 10012 10014 9900 0 -1 4202560 26397 0 0 0 26 2 0 0 15 0 19 0 487551304 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290696192 0 0 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10026] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10026/stat : 10026 (java) S 10012 10014 9900 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487551304 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10027] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10027/stat : 10027 (java) S 10012 10014 9900 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 487551304 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10028] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10028/stat : 10028 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487551307 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290703281 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10029] ppid=10012 vsize=7639792 CPUtime=0.4 cores=5,7
/proc/10014/task/10029/stat : 10029 (java) S 10012 10014 9900 0 -1 4202560 1817 0 0 0 40 0 0 0 15 0 19 0 487551307 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10030] ppid=10012 vsize=7639792 CPUtime=0.51 cores=5,7
/proc/10014/task/10030/stat : 10030 (java) S 10012 10014 9900 0 -1 4202560 4341 0 0 0 51 0 0 0 16 0 19 0 487551307 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10031] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10031/stat : 10031 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487551307 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290695577 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
[pid=10014/tid=10032] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10032/stat : 10032 (java) S 10012 10014 9900 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 487551307 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290696192 0 4 0 16800975 18446604471145427072 0 0 -1 7 0 0 0
[pid=10014/tid=10033] ppid=10012 vsize=7639792 CPUtime=0 cores=5,7
/proc/10014/task/10033/stat : 10033 (java) S 10012 10014 9900 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487551436 7823147008 97729 33554432000 1073741824 1073778376 140736899221952 18446744073709551615 237290696192 0 4 0 16800975 18446604471145427072 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.16
Current children cumulated vsize (KiB) 7639792

Child status: 20
Real time (s): 23.3821
CPU time (s): 24.2463
CPU user time (s): 24.0973
CPU system time (s): 0.148977
CPU usage (%): 103.696
Max. virtual memory (cumulated for all children) (KiB): 7639836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.0973
system time used= 0.148977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101227
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= 797
involuntary context switches= 488

runsolver used 0.048992 second user time and 0.090986 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-25 21:25:16
IDJOB=3283279
IDBENCH=71012
IDSOLVER=1611
FILE ID=node121/3283279-1303759514
RUNJOBID= node121-1303759508-9921
PBS_JOBID= 13157135
Free space on /tmp= 72044 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-10t0.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-3283279-1303759514/watcher-3283279-1303759514 -o /tmp/evaluation-result-3283279-1303759514/solver-3283279-1303759514 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3283279-1303759514.cnf

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

MD5SUM BENCH= 9029cec808e66e35ae213dc5615fd1f7
RANDOM SEED=2095732986

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

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

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


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      20768888 kB
Buffers:       2144924 kB
Cached:        9194892 kB
SwapCached:       2776 kB
Active:        8799948 kB
Inactive:      2868184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20768888 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:           47992 kB
Writeback:           0 kB
AnonPages:      326112 kB
Mapped:          22284 kB
Slab:           446456 kB
PageTables:       6564 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 22023232 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= 72044 MiB
End job on node121 at 2011-04-25 21:25:39