Trace number 3190540

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 30.7913 29.9536

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v300-c1278-S862932513-073.UNKNOWN.cnf
MD5SUMdbf411c57e02bcb78ae06dd835bb89b5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.814876
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses1278
Sum of the clauses size3834
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31278
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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.09	c no version file found!!!
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		6997539544
0.00/0.09	c Max memory 		7034241024
0.00/0.09	c Total memory 		7034241024
0.00/0.09	c Number of processors 	8
0.00/0.10	c --- Begin Solver configuration ---
0.00/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.00/0.10	c Learn all clauses as in MiniSAT
0.00/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.00/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.00/0.10	c Expensive reason simplification
0.00/0.10	c Armin Biere (Picosat) restarts strategy
0.00/0.10	c Glucose learned constraints deletion strategy
0.00/0.10	c timeout=2147483647s
0.00/0.10	c DB Simplification allowed=true
0.00/0.10	c --- End Solver configuration ---
0.00/0.10	c solving HOME/instance-3190540-1302601360.cnf
0.00/0.10	c reading problem ... 
0.10/0.12	c ... done. Wall clock time 0.019s.
0.10/0.12	c #vars     300
0.10/0.12	c #constraints  1278
0.10/0.12	c constraints type 
0.10/0.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1278
0.72/0.61	c cleaning 2499 clauses out of 5000 with flag 5000/5000
1.15/1.02	c cleaning 4248 clauses out of 8501 with flag 11000/11000
1.65/1.56	c cleaning 5623 clauses out of 11253 with flag 18000/18000
2.35/2.26	c cleaning 6811 clauses out of 13631 with flag 26001/26001
3.27/3.12	c cleaning 7909 clauses out of 15820 with flag 35001/35001
4.26/4.12	c cleaning 8950 clauses out of 17910 with flag 45000/45000
5.27/5.13	c cleaning 9477 clauses out of 18960 with flag 55000/55000
6.27/6.19	c cleaning 9741 clauses out of 19485 with flag 65002/65002
7.36/7.26	c cleaning 9864 clauses out of 19743 with flag 75001/75001
8.46/8.32	c cleaning 9937 clauses out of 19882 with flag 85004/85004
9.56/9.41	c cleaning 9971 clauses out of 19942 with flag 95001/95001
10.57/10.47	c cleaning 9985 clauses out of 19972 with flag 105002/105002
11.67/11.54	c cleaning 9990 clauses out of 19985 with flag 115000/115000
12.77/12.63	c cleaning 9993 clauses out of 19995 with flag 125000/125000
13.66/13.60	c cleaning 9996 clauses out of 20003 with flag 135001/135001
14.76/14.62	c cleaning 9994 clauses out of 20006 with flag 145000/145000
15.76/15.66	c cleaning 9995 clauses out of 20012 with flag 155000/155000
16.77/16.69	c cleaning 10001 clauses out of 20019 with flag 165002/165002
17.87/17.71	c cleaning 10003 clauses out of 20020 with flag 175004/175004
18.78/18.70	c cleaning 10002 clauses out of 20014 with flag 185001/185001
19.88/19.72	c cleaning 10001 clauses out of 20011 with flag 195000/195000
20.87/20.71	c cleaning 10001 clauses out of 20010 with flag 205000/205000
21.88/21.74	c cleaning 10000 clauses out of 20011 with flag 215002/215002
23.03/22.82	c cleaning 10000 clauses out of 20009 with flag 225000/225000
24.25/23.87	c cleaning 9999 clauses out of 20009 with flag 235000/235000
25.71/24.91	c cleaning 10000 clauses out of 20010 with flag 245000/245000
26.60/25.88	c cleaning 9994 clauses out of 20010 with flag 255000/255000
27.60/26.88	c cleaning 10002 clauses out of 20016 with flag 265000/265000
28.61/27.86	c cleaning 10009 clauses out of 20017 with flag 275003/275003
29.51/28.76	c cleaning 9104 clauses out of 18218 with flag 285001/285001
30.42/29.70	c cleaning 7442 clauses out of 14888 with flag 295001/295001
30.73/29.94	c starts		: 666
30.73/29.94	c conflicts		: 298282
30.73/29.94	c decisions		: 349682
30.73/29.94	c propagations		: 14455131
30.73/29.94	c inspects		: 415888590
30.73/29.94	c shortcuts		: 0
30.73/29.94	c learnt literals	: 13
30.73/29.94	c learnt binary clauses	: 80
30.73/29.94	c learnt ternary clauses	: 410
30.73/29.94	c learnt constraints	: 298268
30.73/29.94	c ignored constraints	: 0
30.73/29.94	c root simplifications	: 678
30.73/29.94	c removed literals (reason simplification)	: 1835774
30.73/29.94	c reason swapping (by a shorter reason)	: 0
30.73/29.94	c Calls to reduceDB	: 31
30.73/29.94	c speed (assignments/second)	: 484729.92186714057
30.73/29.94	c non guided choices	25
30.73/29.94	c learnt constraints type 
30.73/29.94	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
30.73/29.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 2897
30.73/29.94	c constraints type 
30.73/29.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1278
30.73/29.94	s UNSATISFIABLE
30.73/29.94	c Total wall clock time (in seconds) : 29.84

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 4.00 4.03 3.95 6/220 18885
/proc/meminfo: memFree=13809920/32951124 swapFree=67111528/67111528
[pid=18885] ppid=18883 vsize=11760 CPUtime=0 cores=4,6
/proc/18885/stat : 18885 (runsolver) R 18883 18885 18109 0 -1 4202560 47 0 0 0 0 0 0 0 23 0 1 0 352551467 12042240 55 33554432000 4194304 5392636 140733768189056 18446744073709551615 5012135 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/18885/statm: 2940 55 36 293 0 2644 0

[startup+0.0133889 s]
/proc/loadavg: 4.00 4.03 3.95 6/220 18885
/proc/meminfo: memFree=13809920/32951124 swapFree=67111528/67111528
[pid=18885] ppid=18883 vsize=36924 CPUtime=0 cores=4,6
/proc/18885/stat : 18885 (java) S 18883 18885 18109 0 -1 4202496 1370 0 1 0 0 0 0 0 23 0 2 0 352551467 37810176 1071 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107253733 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0
/proc/18885/statm: 9231 1071 832 9 0 387 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 36924

[startup+0.111392 s]
/proc/loadavg: 4.00 4.03 3.95 6/220 18885
/proc/meminfo: memFree=13809920/32951124 swapFree=67111528/67111528
[pid=18885] ppid=18883 vsize=7571224 CPUtime=0.1 cores=4,6
/proc/18885/stat : 18885 (java) S 18883 18885 18109 0 -1 4202496 10391 0 1 0 9 1 0 0 23 0 18 0 352551467 7752933376 10086 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/18885/statm: 1892806 10086 2094 9 0 1883544 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7571224

[startup+0.306344 s]
/proc/loadavg: 4.00 4.03 3.95 6/220 18885
/proc/meminfo: memFree=13809920/32951124 swapFree=67111528/67111528
[pid=18885] ppid=18883 vsize=7640700 CPUtime=0.41 cores=4,6
/proc/18885/stat : 18885 (java) S 18883 18885 18109 0 -1 4202496 12895 0 1 0 39 2 0 0 23 0 19 0 352551467 7824076800 11993 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/18885/statm: 1910175 11993 2197 9 0 1900913 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 7640700

[startup+0.700276 s]
/proc/loadavg: 4.00 4.03 3.95 6/220 18885
/proc/meminfo: memFree=13809920/32951124 swapFree=67111528/67111528
[pid=18885] ppid=18883 vsize=7641008 CPUtime=0.83 cores=4,6
/proc/18885/stat : 18885 (java) S 18883 18885 18109 0 -1 4202496 13854 0 1 0 81 2 0 0 23 0 19 0 352551467 7824392192 12749 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/18885/statm: 1910252 12749 2239 9 0 1900990 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 7641008

[startup+1.50114 s]
/proc/loadavg: 4.32 4.09 3.97 5/262 18932
/proc/meminfo: memFree=13676496/32951124 swapFree=67111528/67111528
[pid=18885] ppid=18883 vsize=7641008 CPUtime=1.65 cores=4,6
/proc/18885/stat : 18885 (java) S 18883 18885 18109 0 -1 4202496 14186 0 1 0 163 2 0 0 23 0 19 0 352551467 7824392192 13080 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/18885/statm: 1910252 13080 2242 9 0 1900990 0
[pid=18885/tid=18887] ppid=18883 vsize=7641008 CPUtime=1.3 cores=4,6
/proc/18885/task/18887/stat : 18887 (java) R 18883 18885 18109 0 -1 4202560 8888 0 1 0 129 1 0 0 25 0 19 0 352551468 7824392192 13080 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 46912505524193 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=18885/tid=18888] ppid=18883 vsize=7641008 CPUtime=0 cores=4,6
/proc/18885/task/18888/stat : 18888 (java) S 18883 18885 18109 0 -1 4202560 112 0 0 0 0 0 0 0 16 0 19 0 352551470 7824392192 13080 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18889] ppid=18883 vsize=7641008 CPUtime=0 cores=4,6
/proc/18885/task/18889/stat : 18889 (java) S 18883 18885 18109 0 -1 4202560 95 0 0 0 0 0 0 0 16 0 19 0 352551470 7824392192 13080 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18890] ppid=18883 vsize=7641008 CPUtime=0 cores=4,6
/proc/18885/task/18890/stat : 18890 (java) S 18883 18885 18109 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 352551470 7824392192 13080 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18891] ppid=18883 vsize=7641008 CPUtime=0 cores=4,6
/proc/18885/task/18891/stat : 18891 (java) S 18883 18885 18109 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 352551470 7824392192 13080 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18892] ppid=18883 vsize=7641008 CPUtime=0 cores=4,6
/proc/18885/task/18892/stat : 18892 (java) S 18883 18885 18109 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 352551470 7824392192 13080 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18893] ppid=18883 vsize=7641008 CPUtime=0 cores=4,6
/proc/18885/task/18893/stat : 18893 (java) S 18883 18885 18109 0 -1 4202560 88 0 0 0 0 0 0 0 16 0 19 0 352551470 7824392192 13080 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18894] ppid=18883 vsize=7641008 CPUtime=0 cores=4,6
/proc/18885/task/18894/stat : 18894 (java) S 18883 18885 18109 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 352551470 7824392192 13080 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18895] ppid=18883 vsize=7641008 CPUtime=0 cores=4,6
/proc/18885/task/18895/stat : 18895 (java) S 18883 18885 18109 0 -1 4202560 121 0 0 0 0 0 0 0 16 0 19 0 352551470 7824392192 13080 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18896] ppid=18883 vsize=7641008 CPUtime=0.01 cores=4,6
/proc/18885/task/18896/stat : 18896 (java) S 18883 18885 18109 0 -1 4202560 333 0 0 0 1 0 0 0 16 0 19 0 352551471 7824392192 13080 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107267584 0 0 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18897] ppid=18883 vsize=7641008 CPUtime=0 cores=4,6
/proc/18885/task/18897/stat : 18897 (java) S 18883 18885 18109 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 352551471 7824392192 13080 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18898] ppid=18883 vsize=7641008 CPUtime=0 cores=4,6
/proc/18885/task/18898/stat : 18898 (java) S 18883 18885 18109 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 352551471 7824392192 13080 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18910] ppid=18883 vsize=7641008 CPUtime=0 cores=4,6
/proc/18885/task/18910/stat : 18910 (java) S 18883 18885 18109 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 352551473 7824392192 13080 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107274673 0 4 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18911] ppid=18883 vsize=7641008 CPUtime=0.16 cores=4,6
/proc/18885/task/18911/stat : 18911 (java) S 18883 18885 18109 0 -1 4202560 1210 0 0 0 16 0 0 0 15 0 19 0 352551473 7824392192 13080 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18912] ppid=18883 vsize=7641008 CPUtime=0.14 cores=4,6
/proc/18885/task/18912/stat : 18912 (java) S 18883 18885 18109 0 -1 4202560 2182 0 0 0 14 0 0 0 15 0 19 0 352551473 7824392192 13080 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18913] ppid=18883 vsize=7641008 CPUtime=0 cores=4,6
/proc/18885/task/18913/stat : 18913 (java) S 18883 18885 18109 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 352551473 7824392192 13080 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18914] ppid=18883 vsize=7641008 CPUtime=0 cores=4,6
/proc/18885/task/18914/stat : 18914 (java) S 18883 18885 18109 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352551473 7824392192 13080 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107267584 0 4 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18931] ppid=18883 vsize=7641008 CPUtime=0 cores=4,6
/proc/18885/task/18931/stat : 18931 (java) S 18883 18885 18109 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 352551480 7824392192 13080 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107267584 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 7641008

[startup+3.10079 s]
/proc/loadavg: 4.32 4.09 3.97 5/262 18932
/proc/meminfo: memFree=13670668/32951124 swapFree=67111528/67111528
[pid=18885] ppid=18883 vsize=7641008 CPUtime=3.27 cores=4,6
/proc/18885/stat : 18885 (java) S 18883 18885 18109 0 -1 4202496 14398 0 1 0 325 2 0 0 23 0 19 0 352551467 7824392192 13290 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/18885/statm: 1910252 13290 2243 9 0 1900990 0
[pid=18885/tid=18887] ppid=18883 vsize=7641008 CPUtime=2.86 cores=4,6
/proc/18885/task/18887/stat : 18887 (java) R 18883 18885 18109 0 -1 4202560 8890 0 1 0 285 1 0 0 25 0 19 0 352551468 7824392192 13290 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 46912505511560 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=18885/tid=18888] ppid=18883 vsize=7641008 CPUtime=0 cores=4,6
/proc/18885/task/18888/stat : 18888 (java) S 18883 18885 18109 0 -1 4202560 112 0 0 0 0 0 0 0 15 0 19 0 352551470 7824392192 13290 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18889] ppid=18883 vsize=7641008 CPUtime=0 cores=4,6
/proc/18885/task/18889/stat : 18889 (java) S 18883 18885 18109 0 -1 4202560 123 0 0 0 0 0 0 0 16 0 19 0 352551470 7824392192 13290 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18890] ppid=18883 vsize=7641008 CPUtime=0 cores=4,6
/proc/18885/task/18890/stat : 18890 (java) S 18883 18885 18109 0 -1 4202560 40 0 0 0 0 0 0 0 16 0 19 0 352551470 7824392192 13290 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18891] ppid=18883 vsize=7641008 CPUtime=0 cores=4,6
/proc/18885/task/18891/stat : 18891 (java) S 18883 18885 18109 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 352551470 7824392192 13290 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18892] ppid=18883 vsize=7641008 CPUtime=0 cores=4,6
/proc/18885/task/18892/stat : 18892 (java) S 18883 18885 18109 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352551470 7824392192 13290 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18893] ppid=18883 vsize=7641008 CPUtime=0 cores=4,6
/proc/18885/task/18893/stat : 18893 (java) S 18883 18885 18109 0 -1 4202560 88 0 0 0 0 0 0 0 15 0 19 0 352551470 7824392192 13290 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18894] ppid=18883 vsize=7641008 CPUtime=0 cores=4,6
/proc/18885/task/18894/stat : 18894 (java) S 18883 18885 18109 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 352551470 7824392192 13290 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18895] ppid=18883 vsize=7641008 CPUtime=0 cores=4,6
/proc/18885/task/18895/stat : 18895 (java) S 18883 18885 18109 0 -1 4202560 121 0 0 0 0 0 0 0 15 0 19 0 352551470 7824392192 13290 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18896] ppid=18883 vsize=7641008 CPUtime=0.04 cores=4,6
/proc/18885/task/18896/stat : 18896 (java) S 18883 18885 18109 0 -1 4202560 438 0 0 0 4 0 0 0 16 0 19 0 352551471 7824392192 13290 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107267584 0 0 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18897] ppid=18883 vsize=7641008 CPUtime=0 cores=4,6
/proc/18885/task/18897/stat : 18897 (java) S 18883 18885 18109 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 352551471 7824392192 13290 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18898] ppid=18883 vsize=7641008 CPUtime=0 cores=4,6
/proc/18885/task/18898/stat : 18898 (java) S 18883 18885 18109 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 352551471 7824392192 13290 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18910] ppid=18883 vsize=7641008 CPUtime=0 cores=4,6
/proc/18885/task/18910/stat : 18910 (java) S 18883 18885 18109 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 352551473 7824392192 13290 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107274673 0 4 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18911] ppid=18883 vsize=7641008 CPUtime=0.19 cores=4,6
/proc/18885/task/18911/stat : 18911 (java) S 18883 18885 18109 0 -1 4202560 1218 0 0 0 19 0 0 0 15 0 19 0 352551473 7824392192 13290 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18912] ppid=18883 vsize=7641008 CPUtime=0.14 cores=4,6
/proc/18885/task/18912/stat : 18912 (java) S 18883 18885 18109 0 -1 4202560 2182 0 0 0 14 0 0 0 15 0 19 0 352551473 7824392192 13290 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18913] ppid=18883 vsize=7641008 CPUtime=0 cores=4,6
/proc/18885/task/18913/stat : 18913 (java) S 18883 18885 18109 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 352551473 7824392192 13290 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18914] ppid=18883 vsize=7641008 CPUtime=0 cores=4,6
/proc/18885/task/18914/stat : 18914 (java) S 18883 18885 18109 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352551473 7824392192 13290 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107267584 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18931] ppid=18883 vsize=7641008 CPUtime=0 cores=4,6
/proc/18885/task/18931/stat : 18931 (java) S 18883 18885 18109 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 352551480 7824392192 13290 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107267584 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.27
Current children cumulated vsize (KiB) 7641008

[startup+6.30126 s]
/proc/loadavg: 4.38 4.11 3.97 5/262 18932
/proc/meminfo: memFree=13671188/32951124 swapFree=67111528/67111528
[pid=18885] ppid=18883 vsize=7641008 CPUtime=6.47 cores=4,6
/proc/18885/stat : 18885 (java) S 18883 18885 18109 0 -1 4202496 14648 0 1 0 645 2 0 0 23 0 19 0 352551467 7824392192 13002 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/18885/statm: 1910252 13002 2243 9 0 1900990 0
[pid=18885/tid=18887] ppid=18883 vsize=7641008 CPUtime=6 cores=4,6
/proc/18885/task/18887/stat : 18887 (java) R 18883 18885 18109 0 -1 4202560 8895 0 1 0 599 1 0 0 20 0 19 0 352551468 7824392192 13002 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 46912505511655 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=18885/tid=18888] ppid=18883 vsize=7641008 CPUtime=0 cores=4,6
/proc/18885/task/18888/stat : 18888 (java) S 18883 18885 18109 0 -1 4202560 112 0 0 0 0 0 0 0 15 0 19 0 352551470 7824392192 13002 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18889] ppid=18883 vsize=7641008 CPUtime=0 cores=4,6
/proc/18885/task/18889/stat : 18889 (java) S 18883 18885 18109 0 -1 4202560 123 0 0 0 0 0 0 0 15 0 19 0 352551470 7824392192 13002 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18890] ppid=18883 vsize=7641008 CPUtime=0 cores=4,6
/proc/18885/task/18890/stat : 18890 (java) S 18883 18885 18109 0 -1 4202560 41 0 0 0 0 0 0 0 15 0 19 0 352551470 7824392192 13002 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18891] ppid=18883 vsize=7641008 CPUtime=0 cores=4,6
/proc/18885/task/18891/stat : 18891 (java) S 18883 18885 18109 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 352551470 7824392192 13002 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18892] ppid=18883 vsize=7641008 CPUtime=0 cores=4,6
/proc/18885/task/18892/stat : 18892 (java) S 18883 18885 18109 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352551470 7824392192 13002 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18893] ppid=18883 vsize=7641008 CPUtime=0 cores=4,6
/proc/18885/task/18893/stat : 18893 (java) S 18883 18885 18109 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 19 0 352551470 7824392192 13002 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18894] ppid=18883 vsize=7641008 CPUtime=0 cores=4,6
/proc/18885/task/18894/stat : 18894 (java) S 18883 18885 18109 0 -1 4202560 23 0 0 0 0 0 0 0 16 0 19 0 352551470 7824392192 13002 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18895] ppid=18883 vsize=7641008 CPUtime=0 cores=4,6
/proc/18885/task/18895/stat : 18895 (java) S 18883 18885 18109 0 -1 4202560 132 0 0 0 0 0 0 0 15 0 19 0 352551470 7824392192 13002 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18896] ppid=18883 vsize=7641008 CPUtime=0.08 cores=4,6
/proc/18885/task/18896/stat : 18896 (java) S 18883 18885 18109 0 -1 4202560 664 0 0 0 8 0 0 0 15 0 19 0 352551471 7824392192 13002 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107267584 0 0 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18897] ppid=18883 vsize=7641008 CPUtime=0 cores=4,6
/proc/18885/task/18897/stat : 18897 (java) S 18883 18885 18109 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 352551471 7824392192 13002 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18898] ppid=18883 vsize=7641008 CPUtime=0 cores=4,6
/proc/18885/task/18898/stat : 18898 (java) S 18883 18885 18109 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 352551471 7824392192 13002 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18910] ppid=18883 vsize=7641008 CPUtime=0 cores=4,6
/proc/18885/task/18910/stat : 18910 (java) S 18883 18885 18109 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 352551473 7824392192 13002 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107274673 0 4 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18911] ppid=18883 vsize=7641008 CPUtime=0.19 cores=4,6
/proc/18885/task/18911/stat : 18911 (java) S 18883 18885 18109 0 -1 4202560 1218 0 0 0 19 0 0 0 15 0 19 0 352551473 7824392192 13002 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18912] ppid=18883 vsize=7641008 CPUtime=0.14 cores=4,6
/proc/18885/task/18912/stat : 18912 (java) S 18883 18885 18109 0 -1 4202560 2182 0 0 0 14 0 0 0 15 0 19 0 352551473 7824392192 13002 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18913] ppid=18883 vsize=7641008 CPUtime=0 cores=4,6
/proc/18885/task/18913/stat : 18913 (java) S 18883 18885 18109 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 352551473 7824392192 13002 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18914] ppid=18883 vsize=7641008 CPUtime=0 cores=4,6
/proc/18885/task/18914/stat : 18914 (java) S 18883 18885 18109 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352551473 7824392192 13002 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107267584 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18931] ppid=18883 vsize=7641008 CPUtime=0 cores=4,6
/proc/18885/task/18931/stat : 18931 (java) S 18883 18885 18109 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 352551480 7824392192 13002 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107267584 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.47
Current children cumulated vsize (KiB) 7641008

[startup+12.7011 s]

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

/proc/18885/task/18888/stat : 18888 (java) S 18883 18885 18109 0 -1 4202560 113 0 0 0 0 0 0 0 15 0 19 0 352551470 7839490048 16933 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18889] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18889/stat : 18889 (java) S 18883 18885 18109 0 -1 4202560 123 0 0 0 0 0 0 0 15 0 19 0 352551470 7839490048 16933 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18890] ppid=18883 vsize=7655752 CPUtime=0.01 cores=4,6
/proc/18885/task/18890/stat : 18890 (java) S 18883 18885 18109 0 -1 4202560 41 0 0 0 1 0 0 0 15 0 19 0 352551470 7839490048 16933 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18891] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18891/stat : 18891 (java) S 18883 18885 18109 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 19 0 352551470 7839490048 16933 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18892] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18892/stat : 18892 (java) S 18883 18885 18109 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 352551470 7839490048 16933 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18893] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18893/stat : 18893 (java) S 18883 18885 18109 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 19 0 352551470 7839490048 16933 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18894] ppid=18883 vsize=7655752 CPUtime=0.01 cores=4,6
/proc/18885/task/18894/stat : 18894 (java) S 18883 18885 18109 0 -1 4202560 23 0 0 0 1 0 0 0 15 0 19 0 352551470 7839490048 16933 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18895] ppid=18883 vsize=7655752 CPUtime=0.01 cores=4,6
/proc/18885/task/18895/stat : 18895 (java) S 18883 18885 18109 0 -1 4202560 135 0 0 0 1 0 0 0 15 0 19 0 352551470 7839490048 16933 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18896] ppid=18883 vsize=7655752 CPUtime=0.32 cores=4,6
/proc/18885/task/18896/stat : 18896 (java) S 18883 18885 18109 0 -1 4202560 690 0 0 0 32 0 0 0 15 0 19 0 352551471 7839490048 16933 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107267584 0 0 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18897] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18897/stat : 18897 (java) S 18883 18885 18109 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 352551471 7839490048 16933 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18898] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18898/stat : 18898 (java) S 18883 18885 18109 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 352551471 7839490048 16933 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18910] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18910/stat : 18910 (java) S 18883 18885 18109 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 352551473 7839490048 16933 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107274673 0 4 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18911] ppid=18883 vsize=7655752 CPUtime=0.87 cores=4,6
/proc/18885/task/18911/stat : 18911 (java) S 18883 18885 18109 0 -1 4202560 8476 0 0 0 86 1 0 0 16 0 19 0 352551473 7839490048 16933 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18912] ppid=18883 vsize=7655752 CPUtime=0.17 cores=4,6
/proc/18885/task/18912/stat : 18912 (java) S 18883 18885 18109 0 -1 4202560 2610 0 0 0 17 0 0 0 15 0 19 0 352551473 7839490048 16933 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18913] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18913/stat : 18913 (java) S 18883 18885 18109 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 352551473 7839490048 16933 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18914] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18914/stat : 18914 (java) S 18883 18885 18109 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352551473 7839490048 16933 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107267584 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18931] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18931/stat : 18931 (java) S 18883 18885 18109 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 352551480 7839490048 16933 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107267584 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 27.9
Current children cumulated vsize (KiB) 7655752

[startup+28.7011 s]
/proc/loadavg: 4.27 4.10 3.97 6/262 18933
/proc/meminfo: memFree=13654528/32951124 swapFree=67111528/67111528
[pid=18885] ppid=18883 vsize=7655752 CPUtime=29.51 cores=4,6
/proc/18885/stat : 18885 (java) S 18883 18885 18109 0 -1 4202496 22391 0 1 0 2947 4 0 0 23 0 19 0 352551467 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/18885/statm: 1913938 16934 2243 9 0 1904676 0
[pid=18885/tid=18887] ppid=18883 vsize=7655752 CPUtime=28.04 cores=4,6
/proc/18885/task/18887/stat : 18887 (java) R 18883 18885 18109 0 -1 4202560 8920 0 1 0 2802 2 0 0 25 0 19 0 352551468 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 46912505511852 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=18885/tid=18888] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18888/stat : 18888 (java) S 18883 18885 18109 0 -1 4202560 113 0 0 0 0 0 0 0 15 0 19 0 352551470 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18889] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18889/stat : 18889 (java) S 18883 18885 18109 0 -1 4202560 123 0 0 0 0 0 0 0 15 0 19 0 352551470 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18890] ppid=18883 vsize=7655752 CPUtime=0.01 cores=4,6
/proc/18885/task/18890/stat : 18890 (java) S 18883 18885 18109 0 -1 4202560 41 0 0 0 1 0 0 0 15 0 19 0 352551470 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18891] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18891/stat : 18891 (java) S 18883 18885 18109 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 352551470 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18892] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18892/stat : 18892 (java) S 18883 18885 18109 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 352551470 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18893] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18893/stat : 18893 (java) S 18883 18885 18109 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 19 0 352551470 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18894] ppid=18883 vsize=7655752 CPUtime=0.01 cores=4,6
/proc/18885/task/18894/stat : 18894 (java) S 18883 18885 18109 0 -1 4202560 23 0 0 0 1 0 0 0 15 0 19 0 352551470 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18895] ppid=18883 vsize=7655752 CPUtime=0.01 cores=4,6
/proc/18885/task/18895/stat : 18895 (java) S 18883 18885 18109 0 -1 4202560 135 0 0 0 1 0 0 0 15 0 19 0 352551470 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18896] ppid=18883 vsize=7655752 CPUtime=0.33 cores=4,6
/proc/18885/task/18896/stat : 18896 (java) S 18883 18885 18109 0 -1 4202560 690 0 0 0 33 0 0 0 16 0 19 0 352551471 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107267584 0 0 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18897] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18897/stat : 18897 (java) S 18883 18885 18109 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 352551471 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18898] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18898/stat : 18898 (java) S 18883 18885 18109 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 352551471 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18910] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18910/stat : 18910 (java) S 18883 18885 18109 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 352551473 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107274673 0 4 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18911] ppid=18883 vsize=7655752 CPUtime=0.89 cores=4,6
/proc/18885/task/18911/stat : 18911 (java) S 18883 18885 18109 0 -1 4202560 8476 0 0 0 88 1 0 0 16 0 19 0 352551473 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18912] ppid=18883 vsize=7655752 CPUtime=0.17 cores=4,6
/proc/18885/task/18912/stat : 18912 (java) S 18883 18885 18109 0 -1 4202560 2610 0 0 0 17 0 0 0 15 0 19 0 352551473 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18913] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18913/stat : 18913 (java) S 18883 18885 18109 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 352551473 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18914] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18914/stat : 18914 (java) S 18883 18885 18109 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352551473 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107267584 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18931] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18931/stat : 18931 (java) S 18883 18885 18109 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 352551480 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107267584 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 29.51
Current children cumulated vsize (KiB) 7655752

[startup+29.501 s]
/proc/loadavg: 4.27 4.10 3.97 6/262 18933
/proc/meminfo: memFree=13654528/32951124 swapFree=67111528/67111528
[pid=18885] ppid=18883 vsize=7655752 CPUtime=30.32 cores=4,6
/proc/18885/stat : 18885 (java) S 18883 18885 18109 0 -1 4202496 22392 0 1 0 3028 4 0 0 23 0 19 0 352551467 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/18885/statm: 1913938 16934 2243 9 0 1904676 0
[pid=18885/tid=18887] ppid=18883 vsize=7655752 CPUtime=28.82 cores=4,6
/proc/18885/task/18887/stat : 18887 (java) R 18883 18885 18109 0 -1 4202560 8921 0 1 0 2880 2 0 0 25 0 19 0 352551468 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 46912505511232 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=18885/tid=18888] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18888/stat : 18888 (java) S 18883 18885 18109 0 -1 4202560 113 0 0 0 0 0 0 0 15 0 19 0 352551470 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18889] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18889/stat : 18889 (java) S 18883 18885 18109 0 -1 4202560 123 0 0 0 0 0 0 0 16 0 19 0 352551470 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18890] ppid=18883 vsize=7655752 CPUtime=0.01 cores=4,6
/proc/18885/task/18890/stat : 18890 (java) S 18883 18885 18109 0 -1 4202560 41 0 0 0 1 0 0 0 16 0 19 0 352551470 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18891] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18891/stat : 18891 (java) S 18883 18885 18109 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 352551470 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18892] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18892/stat : 18892 (java) S 18883 18885 18109 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 352551470 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18893] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18893/stat : 18893 (java) S 18883 18885 18109 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 19 0 352551470 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18894] ppid=18883 vsize=7655752 CPUtime=0.01 cores=4,6
/proc/18885/task/18894/stat : 18894 (java) S 18883 18885 18109 0 -1 4202560 23 0 0 0 1 0 0 0 15 0 19 0 352551470 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18895] ppid=18883 vsize=7655752 CPUtime=0.01 cores=4,6
/proc/18885/task/18895/stat : 18895 (java) S 18883 18885 18109 0 -1 4202560 135 0 0 0 1 0 0 0 15 0 19 0 352551470 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18896] ppid=18883 vsize=7655752 CPUtime=0.34 cores=4,6
/proc/18885/task/18896/stat : 18896 (java) S 18883 18885 18109 0 -1 4202560 690 0 0 0 34 0 0 0 15 0 19 0 352551471 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107267584 0 0 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18897] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18897/stat : 18897 (java) S 18883 18885 18109 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 352551471 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18898] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18898/stat : 18898 (java) S 18883 18885 18109 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 352551471 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18910] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18910/stat : 18910 (java) S 18883 18885 18109 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 352551473 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107274673 0 4 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18911] ppid=18883 vsize=7655752 CPUtime=0.9 cores=4,6
/proc/18885/task/18911/stat : 18911 (java) S 18883 18885 18109 0 -1 4202560 8476 0 0 0 89 1 0 0 15 0 19 0 352551473 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18912] ppid=18883 vsize=7655752 CPUtime=0.17 cores=4,6
/proc/18885/task/18912/stat : 18912 (java) S 18883 18885 18109 0 -1 4202560 2610 0 0 0 17 0 0 0 15 0 19 0 352551473 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18913] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18913/stat : 18913 (java) S 18883 18885 18109 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 352551473 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18914] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18914/stat : 18914 (java) S 18883 18885 18109 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352551473 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107267584 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18931] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18931/stat : 18931 (java) S 18883 18885 18109 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 352551480 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107267584 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 30.32
Current children cumulated vsize (KiB) 7655752

[startup+29.9009 s]
/proc/loadavg: 4.27 4.10 3.97 5/262 18933
/proc/meminfo: memFree=13654528/32951124 swapFree=67111528/67111528
[pid=18885] ppid=18883 vsize=7655752 CPUtime=30.73 cores=4,6
/proc/18885/stat : 18885 (java) S 18883 18885 18109 0 -1 4202496 22393 0 1 0 3069 4 0 0 23 0 19 0 352551467 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/18885/statm: 1913938 16934 2243 9 0 1904676 0
[pid=18885/tid=18887] ppid=18883 vsize=7655752 CPUtime=29.2 cores=4,6
/proc/18885/task/18887/stat : 18887 (java) R 18883 18885 18109 0 -1 4202560 8922 0 1 0 2918 2 0 0 25 0 19 0 352551468 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 46912505524198 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=18885/tid=18888] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18888/stat : 18888 (java) S 18883 18885 18109 0 -1 4202560 113 0 0 0 0 0 0 0 15 0 19 0 352551470 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18889] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18889/stat : 18889 (java) S 18883 18885 18109 0 -1 4202560 123 0 0 0 0 0 0 0 15 0 19 0 352551470 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18890] ppid=18883 vsize=7655752 CPUtime=0.01 cores=4,6
/proc/18885/task/18890/stat : 18890 (java) S 18883 18885 18109 0 -1 4202560 41 0 0 0 1 0 0 0 15 0 19 0 352551470 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18891] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18891/stat : 18891 (java) S 18883 18885 18109 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 352551470 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18892] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18892/stat : 18892 (java) S 18883 18885 18109 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 352551470 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18893] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18893/stat : 18893 (java) S 18883 18885 18109 0 -1 4202560 92 0 0 0 0 0 0 0 16 0 19 0 352551470 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18894] ppid=18883 vsize=7655752 CPUtime=0.01 cores=4,6
/proc/18885/task/18894/stat : 18894 (java) S 18883 18885 18109 0 -1 4202560 23 0 0 0 1 0 0 0 15 0 19 0 352551470 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18895] ppid=18883 vsize=7655752 CPUtime=0.01 cores=4,6
/proc/18885/task/18895/stat : 18895 (java) S 18883 18885 18109 0 -1 4202560 135 0 0 0 1 0 0 0 15 0 19 0 352551470 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18896] ppid=18883 vsize=7655752 CPUtime=0.35 cores=4,6
/proc/18885/task/18896/stat : 18896 (java) S 18883 18885 18109 0 -1 4202560 690 0 0 0 35 0 0 0 15 0 19 0 352551471 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107267584 0 0 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18897] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18897/stat : 18897 (java) S 18883 18885 18109 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 352551471 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18898] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18898/stat : 18898 (java) S 18883 18885 18109 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 352551471 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18910] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18910/stat : 18910 (java) S 18883 18885 18109 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 352551473 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107274673 0 4 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18911] ppid=18883 vsize=7655752 CPUtime=0.92 cores=4,6
/proc/18885/task/18911/stat : 18911 (java) S 18883 18885 18109 0 -1 4202560 8476 0 0 0 91 1 0 0 16 0 19 0 352551473 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18912] ppid=18883 vsize=7655752 CPUtime=0.17 cores=4,6
/proc/18885/task/18912/stat : 18912 (java) S 18883 18885 18109 0 -1 4202560 2610 0 0 0 17 0 0 0 15 0 19 0 352551473 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18913] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18913/stat : 18913 (java) S 18883 18885 18109 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 352551473 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107266969 0 4 0 16800975 18446604453953104576 0 0 -1 6 0 0 0
[pid=18885/tid=18914] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18914/stat : 18914 (java) S 18883 18885 18109 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352551473 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107267584 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
[pid=18885/tid=18931] ppid=18883 vsize=7655752 CPUtime=0 cores=4,6
/proc/18885/task/18931/stat : 18931 (java) S 18883 18885 18109 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 352551480 7839490048 16934 33554432000 1073741824 1073778376 140736741288928 18446744073709551615 228107267584 0 4 0 16800975 18446604453953104576 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 30.73
Current children cumulated vsize (KiB) 7655752

Child status: 20
Real time (s): 29.9536
CPU time (s): 30.7913
CPU user time (s): 30.7423
CPU system time (s): 0.048992
CPU usage (%): 102.797
Max. virtual memory (cumulated for all children) (KiB): 7661192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.7423
system time used= 0.048992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22410
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= 1686
involuntary context switches= 1181

runsolver used 0.050992 second user time and 0.119981 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-12 11:42:40
IDJOB=3190540
IDBENCH=82871
IDSOLVER=1611
FILE ID=node142/3190540-1302601360
RUNJOBID= node142-1302597452-18128
PBS_JOBID= 12958100
Free space on /tmp= 71720 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v300-c1278-S862932513-073.UNKNOWN.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-3190540-1302601360/watcher-3190540-1302601360 -o /tmp/evaluation-result-3190540-1302601360/solver-3190540-1302601360 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190540-1302601360.cnf

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

MD5SUM BENCH= dbf411c57e02bcb78ae06dd835bb89b5
RANDOM SEED=1903323428

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13810200 kB
Buffers:        725708 kB
Cached:       17839844 kB
SwapCached:          0 kB
Active:        9787576 kB
Inactive:      8943912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13810200 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             132 kB
Writeback:           0 kB
AnonPages:      165564 kB
Mapped:          23228 kB
Slab:           345328 kB
PageTables:       5468 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 14751556 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= 71720 MiB
End job on node142 at 2011-04-12 11:43:10