Trace number 3190655

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 25.0552 23.0645

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v300-c1278-S566093033-041.UNKNOWN.cnf
MD5SUM85e2085fcd9bc0d9740c43994b898153
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.556915
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.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.09	c no version file found!!!
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		6997539544
0.02/0.09	c Max memory 		7034241024
0.02/0.09	c Total memory 		7034241024
0.02/0.09	c Number of processors 	8
0.02/0.10	c --- Begin Solver configuration ---
0.02/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.02/0.10	c Learn all clauses as in MiniSAT
0.02/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.02/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.02/0.10	c Expensive reason simplification
0.02/0.10	c Armin Biere (Picosat) restarts strategy
0.02/0.10	c Glucose learned constraints deletion strategy
0.02/0.10	c timeout=2147483647s
0.02/0.10	c DB Simplification allowed=true
0.02/0.10	c --- End Solver configuration ---
0.02/0.10	c solving HOME/instance-3190655-1302602739.cnf
0.02/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.70/0.59	c cleaning 2501 clauses out of 5001 with flag 5001/5001
1.36/0.99	c cleaning 4248 clauses out of 8499 with flag 11000/11000
1.97/1.52	c cleaning 5625 clauses out of 11252 with flag 18001/18001
2.69/2.22	c cleaning 6809 clauses out of 13626 with flag 26000/26000
3.51/3.02	c cleaning 7908 clauses out of 15819 with flag 35002/35002
4.41/3.98	c cleaning 8949 clauses out of 17909 with flag 45000/45000
5.41/4.98	c cleaning 9478 clauses out of 18960 with flag 55000/55000
6.51/6.02	c cleaning 9736 clauses out of 19482 with flag 65000/65000
7.41/6.99	c cleaning 9871 clauses out of 19747 with flag 75001/75001
8.41/7.98	c cleaning 9932 clauses out of 19876 with flag 85001/85001
9.41/8.99	c cleaning 9966 clauses out of 19944 with flag 95001/95001
10.51/10.00	c cleaning 9984 clauses out of 19979 with flag 105002/105002
11.52/11.03	c cleaning 9994 clauses out of 19993 with flag 115000/115000
12.52/12.04	c cleaning 9995 clauses out of 19999 with flag 125000/125000
13.51/13.05	c cleaning 9996 clauses out of 20004 with flag 135000/135000
14.51/14.03	c cleaning 9997 clauses out of 20008 with flag 145000/145000
15.51/15.06	c cleaning 10005 clauses out of 20012 with flag 155001/155001
16.51/16.06	c cleaning 10001 clauses out of 20006 with flag 165000/165000
17.71/17.19	c cleaning 9999 clauses out of 20005 with flag 175000/175000
19.02/18.27	c cleaning 9995 clauses out of 20006 with flag 185000/185000
20.38/19.27	c cleaning 10003 clauses out of 20011 with flag 195000/195000
21.68/20.25	c cleaning 10000 clauses out of 20008 with flag 205000/205000
23.07/21.22	c cleaning 10001 clauses out of 20008 with flag 215000/215000
23.98/22.13	c cleaning 9999 clauses out of 20007 with flag 225000/225000
24.89/23.00	c cleaning 4276 clauses out of 8555 with flag 235000/235000
24.99/23.05	c starts		: 593
24.99/23.05	c conflicts		: 235780
24.99/23.05	c decisions		: 274330
24.99/23.05	c propagations		: 11280182
24.99/23.05	c inspects		: 331012843
24.99/23.05	c shortcuts		: 0
24.99/23.05	c learnt literals	: 14
24.99/23.05	c learnt binary clauses	: 95
24.99/23.05	c learnt ternary clauses	: 455
24.99/23.05	c learnt constraints	: 235765
24.99/23.05	c ignored constraints	: 0
24.99/23.05	c root simplifications	: 606
24.99/23.05	c removed literals (reason simplification)	: 1335473
24.99/23.05	c reason swapping (by a shorter reason)	: 0
24.99/23.05	c Calls to reduceDB	: 25
24.99/23.05	c speed (assignments/second)	: 491918.45100518945
24.99/23.05	c non guided choices	20
24.99/23.06	c learnt constraints type 
24.99/23.06	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
24.99/23.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 2068
24.99/23.06	c constraints type 
24.99/23.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1278
24.99/23.06	s UNSATISFIABLE
24.99/23.06	c Total wall clock time (in seconds) : 22.95

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-3190655-1302602739/watcher-3190655-1302602739 -o /tmp/evaluation-result-3190655-1302602739/solver-3190655-1302602739 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190655-1302602739.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: 3.86 3.99 3.99 4/222 23635
/proc/meminfo: memFree=16650600/32950928 swapFree=67111528/67111528
[pid=23635] ppid=23633 vsize=23028 CPUtime=0 cores=5,7
/proc/23635/stat : 23635 (java) R 23633 23635 22624 0 -1 4202496 959 0 0 0 0 0 0 0 25 0 1 0 371873541 23580672 701 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274469004776 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23635/statm: 5757 701 518 9 0 124 0

[startup+0.0324101 s]
/proc/loadavg: 3.86 3.99 3.99 4/222 23635
/proc/meminfo: memFree=16650600/32950928 swapFree=67111528/67111528
[pid=23635] ppid=23633 vsize=7562296 CPUtime=0.02 cores=5,7
/proc/23635/stat : 23635 (java) S 23633 23635 22624 0 -1 4202496 8471 0 1 0 1 1 0 0 25 0 11 0 371873541 7743791104 8168 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485770213 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/23635/statm: 1890574 8169 1602 9 0 1881322 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7562296

[startup+0.111746 s]
/proc/loadavg: 3.86 3.99 3.99 4/222 23635
/proc/meminfo: memFree=16650600/32950928 swapFree=67111528/67111528
[pid=23635] ppid=23633 vsize=7636628 CPUtime=0.1 cores=5,7
/proc/23635/stat : 23635 (java) S 23633 23635 22624 0 -1 4202496 10388 0 1 0 9 1 0 0 25 0 18 0 371873541 7819907072 10083 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23635/statm: 1909157 10084 2093 9 0 1899895 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7636628

[startup+0.300367 s]
/proc/loadavg: 3.86 3.99 3.99 4/222 23635
/proc/meminfo: memFree=16650600/32950928 swapFree=67111528/67111528
[pid=23635] ppid=23633 vsize=7643744 CPUtime=0.45 cores=5,7
/proc/23635/stat : 23635 (java) S 23633 23635 22624 0 -1 4202496 12912 0 1 0 44 1 0 0 25 0 19 0 371873541 7827193856 11803 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23635/statm: 1910936 11803 2195 9 0 1901674 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 7643744

[startup+0.700294 s]
/proc/loadavg: 3.86 3.99 3.99 4/222 23635
/proc/meminfo: memFree=16650600/32950928 swapFree=67111528/67111528
[pid=23635] ppid=23633 vsize=7663576 CPUtime=1.09 cores=5,7
/proc/23635/stat : 23635 (java) S 23633 23635 22624 0 -1 4202496 20691 0 1 0 107 2 0 0 25 0 19 0 371873541 7847501824 17125 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23635/statm: 1915894 17125 2238 9 0 1906632 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 7663576

[startup+1.50116 s]
/proc/loadavg: 3.86 3.99 3.99 6/262 23684
/proc/meminfo: memFree=16523836/32950928 swapFree=67111528/67111528
[pid=23635] ppid=23633 vsize=7664356 CPUtime=1.97 cores=5,7
/proc/23635/stat : 23635 (java) S 23633 23635 22624 0 -1 4202496 21309 0 1 0 195 2 0 0 25 0 19 0 371873541 7848300544 17742 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23635/statm: 1916089 17742 2241 9 0 1906827 0
[pid=23635/tid=23637] ppid=23633 vsize=7664356 CPUtime=1.44 cores=5,7
/proc/23635/task/23637/stat : 23637 (java) R 23633 23635 22624 0 -1 4202560 8917 0 1 0 143 1 0 0 25 0 19 0 371873542 7848300544 17742 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 46912505615921 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23635/tid=23638] ppid=23633 vsize=7664356 CPUtime=0 cores=5,7
/proc/23635/task/23638/stat : 23638 (java) S 23633 23635 22624 0 -1 4202560 211 0 0 0 0 0 0 0 16 0 19 0 371873543 7848300544 17742 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23639] ppid=23633 vsize=7664356 CPUtime=0 cores=5,7
/proc/23635/task/23639/stat : 23639 (java) S 23633 23635 22624 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 371873543 7848300544 17742 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23640] ppid=23633 vsize=7664356 CPUtime=0 cores=5,7
/proc/23635/task/23640/stat : 23640 (java) S 23633 23635 22624 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 371873543 7848300544 17742 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23641] ppid=23633 vsize=7664356 CPUtime=0 cores=5,7
/proc/23635/task/23641/stat : 23641 (java) S 23633 23635 22624 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 371873543 7848300544 17742 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23642] ppid=23633 vsize=7664356 CPUtime=0 cores=5,7
/proc/23635/task/23642/stat : 23642 (java) S 23633 23635 22624 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 371873543 7848300544 17742 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23643] ppid=23633 vsize=7664356 CPUtime=0 cores=5,7
/proc/23635/task/23643/stat : 23643 (java) S 23633 23635 22624 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 371873543 7848300544 17742 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23644] ppid=23633 vsize=7664356 CPUtime=0 cores=5,7
/proc/23635/task/23644/stat : 23644 (java) S 23633 23635 22624 0 -1 4202560 75 0 0 0 0 0 0 0 16 0 19 0 371873543 7848300544 17742 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23645] ppid=23633 vsize=7664356 CPUtime=0 cores=5,7
/proc/23635/task/23645/stat : 23645 (java) S 23633 23635 22624 0 -1 4202560 135 0 0 0 0 0 0 0 16 0 19 0 371873543 7848300544 17742 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23646] ppid=23633 vsize=7664356 CPUtime=0.02 cores=5,7
/proc/23635/task/23646/stat : 23646 (java) S 23633 23635 22624 0 -1 4202560 337 0 0 0 2 0 0 0 16 0 19 0 371873544 7848300544 17742 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485784064 0 0 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23647] ppid=23633 vsize=7664356 CPUtime=0 cores=5,7
/proc/23635/task/23647/stat : 23647 (java) S 23633 23635 22624 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 371873545 7848300544 17742 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23648] ppid=23633 vsize=7664356 CPUtime=0 cores=5,7
/proc/23635/task/23648/stat : 23648 (java) S 23633 23635 22624 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 371873545 7848300544 17742 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23651] ppid=23633 vsize=7664356 CPUtime=0 cores=5,7
/proc/23635/task/23651/stat : 23651 (java) S 23633 23635 22624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371873548 7848300544 17742 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485791153 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23652] ppid=23633 vsize=7664356 CPUtime=0.12 cores=5,7
/proc/23635/task/23652/stat : 23652 (java) S 23633 23635 22624 0 -1 4202560 1741 0 0 0 12 0 0 0 21 0 19 0 371873548 7848300544 17742 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23653] ppid=23633 vsize=7664356 CPUtime=0.37 cores=5,7
/proc/23635/task/23653/stat : 23653 (java) S 23633 23635 22624 0 -1 4202560 8735 0 0 0 37 0 0 0 24 0 19 0 371873548 7848300544 17742 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23654] ppid=23633 vsize=7664356 CPUtime=0 cores=5,7
/proc/23635/task/23654/stat : 23654 (java) S 23633 23635 22624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371873548 7848300544 17742 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23655] ppid=23633 vsize=7664356 CPUtime=0 cores=5,7
/proc/23635/task/23655/stat : 23655 (java) S 23633 23635 22624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371873548 7848300544 17742 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485784064 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23660] ppid=23633 vsize=7664356 CPUtime=0 cores=5,7
/proc/23635/task/23660/stat : 23660 (java) S 23633 23635 22624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371873554 7848300544 17742 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485784064 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 7664356

[startup+3.10087 s]
/proc/loadavg: 3.86 3.99 3.99 5/262 23684
/proc/meminfo: memFree=16519868/32950928 swapFree=67111528/67111528
[pid=23635] ppid=23633 vsize=7664356 CPUtime=3.61 cores=5,7
/proc/23635/stat : 23635 (java) S 23633 23635 22624 0 -1 4202496 21602 0 1 0 359 2 0 0 25 0 19 0 371873541 7848300544 18032 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23635/statm: 1916089 18032 2242 9 0 1906827 0
[pid=23635/tid=23637] ppid=23633 vsize=7664356 CPUtime=3 cores=5,7
/proc/23635/task/23637/stat : 23637 (java) R 23633 23635 22624 0 -1 4202560 8919 0 1 0 299 1 0 0 25 0 19 0 371873542 7848300544 18032 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 46912505513335 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23635/tid=23638] ppid=23633 vsize=7664356 CPUtime=0 cores=5,7
/proc/23635/task/23638/stat : 23638 (java) S 23633 23635 22624 0 -1 4202560 220 0 0 0 0 0 0 0 15 0 19 0 371873543 7848300544 18032 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23639] ppid=23633 vsize=7664356 CPUtime=0 cores=5,7
/proc/23635/task/23639/stat : 23639 (java) S 23633 23635 22624 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 19 0 371873543 7848300544 18032 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23640] ppid=23633 vsize=7664356 CPUtime=0 cores=5,7
/proc/23635/task/23640/stat : 23640 (java) S 23633 23635 22624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371873543 7848300544 18032 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23641] ppid=23633 vsize=7664356 CPUtime=0 cores=5,7
/proc/23635/task/23641/stat : 23641 (java) S 23633 23635 22624 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 371873543 7848300544 18032 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23642] ppid=23633 vsize=7664356 CPUtime=0 cores=5,7
/proc/23635/task/23642/stat : 23642 (java) S 23633 23635 22624 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 371873543 7848300544 18032 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23643] ppid=23633 vsize=7664356 CPUtime=0 cores=5,7
/proc/23635/task/23643/stat : 23643 (java) S 23633 23635 22624 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 19 0 371873543 7848300544 18032 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23644] ppid=23633 vsize=7664356 CPUtime=0 cores=5,7
/proc/23635/task/23644/stat : 23644 (java) S 23633 23635 22624 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 19 0 371873543 7848300544 18032 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23645] ppid=23633 vsize=7664356 CPUtime=0 cores=5,7
/proc/23635/task/23645/stat : 23645 (java) S 23633 23635 22624 0 -1 4202560 135 0 0 0 0 0 0 0 16 0 19 0 371873543 7848300544 18032 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23646] ppid=23633 vsize=7664356 CPUtime=0.05 cores=5,7
/proc/23635/task/23646/stat : 23646 (java) S 23633 23635 22624 0 -1 4202560 517 0 0 0 5 0 0 0 16 0 19 0 371873544 7848300544 18032 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485784064 0 0 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23647] ppid=23633 vsize=7664356 CPUtime=0 cores=5,7
/proc/23635/task/23647/stat : 23647 (java) S 23633 23635 22624 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 371873545 7848300544 18032 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23648] ppid=23633 vsize=7664356 CPUtime=0 cores=5,7
/proc/23635/task/23648/stat : 23648 (java) S 23633 23635 22624 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 371873545 7848300544 18032 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23651] ppid=23633 vsize=7664356 CPUtime=0 cores=5,7
/proc/23635/task/23651/stat : 23651 (java) S 23633 23635 22624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371873548 7848300544 18032 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485791153 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23652] ppid=23633 vsize=7664356 CPUtime=0.15 cores=5,7
/proc/23635/task/23652/stat : 23652 (java) S 23633 23635 22624 0 -1 4202560 1747 0 0 0 15 0 0 0 15 0 19 0 371873548 7848300544 18032 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23653] ppid=23633 vsize=7664356 CPUtime=0.37 cores=5,7
/proc/23635/task/23653/stat : 23653 (java) S 23633 23635 22624 0 -1 4202560 8735 0 0 0 37 0 0 0 18 0 19 0 371873548 7848300544 18032 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23654] ppid=23633 vsize=7664356 CPUtime=0 cores=5,7
/proc/23635/task/23654/stat : 23654 (java) S 23633 23635 22624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371873548 7848300544 18032 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23655] ppid=23633 vsize=7664356 CPUtime=0 cores=5,7
/proc/23635/task/23655/stat : 23655 (java) S 23633 23635 22624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371873548 7848300544 18032 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485784064 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23660] ppid=23633 vsize=7664356 CPUtime=0 cores=5,7
/proc/23635/task/23660/stat : 23660 (java) S 23633 23635 22624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371873554 7848300544 18032 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485784064 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 7664356

[startup+6.30131 s]
/proc/loadavg: 3.87 3.99 3.99 5/262 23684
/proc/meminfo: memFree=16519112/32950928 swapFree=67111528/67111528
[pid=23635] ppid=23633 vsize=7660568 CPUtime=6.81 cores=5,7
/proc/23635/stat : 23635 (java) S 23633 23635 22624 0 -1 4202496 21769 0 1 0 679 2 0 0 25 0 19 0 371873541 7844421632 17374 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23635/statm: 1915142 17374 2242 9 0 1905880 0
[pid=23635/tid=23637] ppid=23633 vsize=7660568 CPUtime=6.16 cores=5,7
/proc/23635/task/23637/stat : 23637 (java) R 23633 23635 22624 0 -1 4202560 8923 0 1 0 615 1 0 0 25 0 19 0 371873542 7844421632 17374 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 46912505527408 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23635/tid=23638] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23638/stat : 23638 (java) S 23633 23635 22624 0 -1 4202560 220 0 0 0 0 0 0 0 15 0 19 0 371873543 7844421632 17374 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23639] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23639/stat : 23639 (java) S 23633 23635 22624 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 19 0 371873543 7844421632 17374 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23640] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23640/stat : 23640 (java) S 23633 23635 22624 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 371873543 7844421632 17374 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23641] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23641/stat : 23641 (java) S 23633 23635 22624 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 371873543 7844421632 17374 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23642] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23642/stat : 23642 (java) S 23633 23635 22624 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 371873543 7844421632 17374 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23643] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23643/stat : 23643 (java) S 23633 23635 22624 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 19 0 371873543 7844421632 17374 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23644] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23644/stat : 23644 (java) S 23633 23635 22624 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 19 0 371873543 7844421632 17374 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23645] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23645/stat : 23645 (java) S 23633 23635 22624 0 -1 4202560 138 0 0 0 0 0 0 0 15 0 19 0 371873543 7844421632 17374 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23646] ppid=23633 vsize=7660568 CPUtime=0.08 cores=5,7
/proc/23635/task/23646/stat : 23646 (java) S 23633 23635 22624 0 -1 4202560 674 0 0 0 8 0 0 0 16 0 19 0 371873544 7844421632 17374 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485784064 0 0 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23647] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23647/stat : 23647 (java) S 23633 23635 22624 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 371873545 7844421632 17374 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23648] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23648/stat : 23648 (java) S 23633 23635 22624 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 371873545 7844421632 17374 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23651] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23651/stat : 23651 (java) S 23633 23635 22624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371873548 7844421632 17374 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485791153 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23652] ppid=23633 vsize=7660568 CPUtime=0.15 cores=5,7
/proc/23635/task/23652/stat : 23652 (java) S 23633 23635 22624 0 -1 4202560 1747 0 0 0 15 0 0 0 15 0 19 0 371873548 7844421632 17374 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23653] ppid=23633 vsize=7660568 CPUtime=0.37 cores=5,7
/proc/23635/task/23653/stat : 23653 (java) S 23633 23635 22624 0 -1 4202560 8735 0 0 0 37 0 0 0 18 0 19 0 371873548 7844421632 17374 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23654] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23654/stat : 23654 (java) S 23633 23635 22624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371873548 7844421632 17374 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23655] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23655/stat : 23655 (java) S 23633 23635 22624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371873548 7844421632 17374 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485784064 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23660] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23660/stat : 23660 (java) S 23633 23635 22624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371873554 7844421632 17374 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485784064 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.81
Current children cumulated vsize (KiB) 7660568

[startup+12.7012 s]

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

/proc/23635/task/23638/stat : 23638 (java) S 23633 23635 22624 0 -1 4202560 220 0 0 0 0 0 0 0 16 0 19 0 371873543 7844421632 17707 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23639] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23639/stat : 23639 (java) S 23633 23635 22624 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 19 0 371873543 7844421632 17707 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23640] ppid=23633 vsize=7660568 CPUtime=0.01 cores=5,7
/proc/23635/task/23640/stat : 23640 (java) S 23633 23635 22624 0 -1 4202560 5 0 0 0 1 0 0 0 16 0 19 0 371873543 7844421632 17707 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23641] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23641/stat : 23641 (java) S 23633 23635 22624 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 19 0 371873543 7844421632 17707 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23642] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23642/stat : 23642 (java) S 23633 23635 22624 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 371873543 7844421632 17707 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23643] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23643/stat : 23643 (java) S 23633 23635 22624 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 19 0 371873543 7844421632 17707 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23644] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23644/stat : 23644 (java) S 23633 23635 22624 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 19 0 371873543 7844421632 17707 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23645] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23645/stat : 23645 (java) S 23633 23635 22624 0 -1 4202560 141 0 0 0 0 0 0 0 15 0 19 0 371873543 7844421632 17707 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23646] ppid=23633 vsize=7660568 CPUtime=0.28 cores=5,7
/proc/23635/task/23646/stat : 23646 (java) S 23633 23635 22624 0 -1 4202560 674 0 0 0 28 0 0 0 16 0 19 0 371873544 7844421632 17707 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485784064 0 0 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23647] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23647/stat : 23647 (java) S 23633 23635 22624 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 371873545 7844421632 17707 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23648] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23648/stat : 23648 (java) S 23633 23635 22624 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 371873545 7844421632 17707 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23651] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23651/stat : 23651 (java) S 23633 23635 22624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371873548 7844421632 17707 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485791153 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23652] ppid=23633 vsize=7660568 CPUtime=0.25 cores=5,7
/proc/23635/task/23652/stat : 23652 (java) S 23633 23635 22624 0 -1 4202560 1799 0 0 0 25 0 0 0 15 0 19 0 371873548 7844421632 17707 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23653] ppid=23633 vsize=7660568 CPUtime=1.62 cores=5,7
/proc/23635/task/23653/stat : 23653 (java) S 23633 23635 22624 0 -1 4202560 13528 0 0 0 161 1 0 0 15 0 19 0 371873548 7844421632 17707 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23654] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23654/stat : 23654 (java) S 23633 23635 22624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371873548 7844421632 17707 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23655] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23655/stat : 23655 (java) S 23633 23635 22624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371873548 7844421632 17707 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485784064 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23660] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23660/stat : 23660 (java) S 23633 23635 22624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371873554 7844421632 17707 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485784064 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.18
Current children cumulated vsize (KiB) 7660568

[startup+22.7014 s]
/proc/loadavg: 4.10 4.04 4.00 5/262 23733
/proc/meminfo: memFree=16530396/32950928 swapFree=67111528/67111528
[pid=23635] ppid=23633 vsize=7660568 CPUtime=24.69 cores=5,7
/proc/23635/stat : 23635 (java) S 23633 23635 22624 0 -1 4202496 26647 0 1 0 2466 3 0 0 25 0 19 0 371873541 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23635/statm: 1915142 17708 2242 9 0 1905880 0
[pid=23635/tid=23637] ppid=23633 vsize=7660568 CPUtime=22.33 cores=5,7
/proc/23635/task/23637/stat : 23637 (java) R 23633 23635 22624 0 -1 4202560 8945 0 1 0 2232 1 0 0 25 0 19 0 371873542 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 46912505686766 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=23635/tid=23638] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23638/stat : 23638 (java) S 23633 23635 22624 0 -1 4202560 220 0 0 0 0 0 0 0 16 0 19 0 371873543 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23639] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23639/stat : 23639 (java) S 23633 23635 22624 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 19 0 371873543 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23640] ppid=23633 vsize=7660568 CPUtime=0.01 cores=5,7
/proc/23635/task/23640/stat : 23640 (java) S 23633 23635 22624 0 -1 4202560 5 0 0 0 1 0 0 0 16 0 19 0 371873543 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23641] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23641/stat : 23641 (java) S 23633 23635 22624 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 19 0 371873543 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23642] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23642/stat : 23642 (java) S 23633 23635 22624 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 371873543 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23643] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23643/stat : 23643 (java) S 23633 23635 22624 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 19 0 371873543 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23644] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23644/stat : 23644 (java) S 23633 23635 22624 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 19 0 371873543 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23645] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23645/stat : 23645 (java) S 23633 23635 22624 0 -1 4202560 141 0 0 0 0 0 0 0 15 0 19 0 371873543 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23646] ppid=23633 vsize=7660568 CPUtime=0.28 cores=5,7
/proc/23635/task/23646/stat : 23646 (java) S 23633 23635 22624 0 -1 4202560 674 0 0 0 28 0 0 0 16 0 19 0 371873544 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485784064 0 0 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23647] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23647/stat : 23647 (java) S 23633 23635 22624 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 371873545 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23648] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23648/stat : 23648 (java) S 23633 23635 22624 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 371873545 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23651] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23651/stat : 23651 (java) S 23633 23635 22624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371873548 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485791153 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23652] ppid=23633 vsize=7660568 CPUtime=0.3 cores=5,7
/proc/23635/task/23652/stat : 23652 (java) S 23633 23635 22624 0 -1 4202560 1799 0 0 0 30 0 0 0 15 0 19 0 371873548 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23653] ppid=23633 vsize=7660568 CPUtime=1.69 cores=5,7
/proc/23635/task/23653/stat : 23653 (java) S 23633 23635 22624 0 -1 4202560 13528 0 0 0 168 1 0 0 15 0 19 0 371873548 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23654] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23654/stat : 23654 (java) S 23633 23635 22624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371873548 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23655] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23655/stat : 23655 (java) S 23633 23635 22624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371873548 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485784064 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23660] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23660/stat : 23660 (java) S 23633 23635 22624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371873554 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485784064 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.69
Current children cumulated vsize (KiB) 7660568

[startup+22.9014 s]
/proc/loadavg: 4.10 4.04 4.00 5/262 23733
/proc/meminfo: memFree=16530396/32950928 swapFree=67111528/67111528
[pid=23635] ppid=23633 vsize=7660568 CPUtime=24.89 cores=5,7
/proc/23635/stat : 23635 (java) S 23633 23635 22624 0 -1 4202496 26647 0 1 0 2486 3 0 0 25 0 19 0 371873541 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23635/statm: 1915142 17708 2242 9 0 1905880 0
[pid=23635/tid=23637] ppid=23633 vsize=7660568 CPUtime=22.53 cores=5,7
/proc/23635/task/23637/stat : 23637 (java) R 23633 23635 22624 0 -1 4202560 8945 0 1 0 2252 1 0 0 25 0 19 0 371873542 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 46912505527248 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=23635/tid=23638] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23638/stat : 23638 (java) S 23633 23635 22624 0 -1 4202560 220 0 0 0 0 0 0 0 16 0 19 0 371873543 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23639] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23639/stat : 23639 (java) S 23633 23635 22624 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 19 0 371873543 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23640] ppid=23633 vsize=7660568 CPUtime=0.01 cores=5,7
/proc/23635/task/23640/stat : 23640 (java) S 23633 23635 22624 0 -1 4202560 5 0 0 0 1 0 0 0 16 0 19 0 371873543 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23641] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23641/stat : 23641 (java) S 23633 23635 22624 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 19 0 371873543 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23642] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23642/stat : 23642 (java) S 23633 23635 22624 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 371873543 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23643] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23643/stat : 23643 (java) S 23633 23635 22624 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 19 0 371873543 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23644] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23644/stat : 23644 (java) S 23633 23635 22624 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 19 0 371873543 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23645] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23645/stat : 23645 (java) S 23633 23635 22624 0 -1 4202560 141 0 0 0 0 0 0 0 15 0 19 0 371873543 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23646] ppid=23633 vsize=7660568 CPUtime=0.28 cores=5,7
/proc/23635/task/23646/stat : 23646 (java) S 23633 23635 22624 0 -1 4202560 674 0 0 0 28 0 0 0 16 0 19 0 371873544 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485784064 0 0 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23647] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23647/stat : 23647 (java) S 23633 23635 22624 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 371873545 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23648] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23648/stat : 23648 (java) S 23633 23635 22624 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 371873545 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23651] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23651/stat : 23651 (java) S 23633 23635 22624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371873548 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485791153 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23652] ppid=23633 vsize=7660568 CPUtime=0.3 cores=5,7
/proc/23635/task/23652/stat : 23652 (java) S 23633 23635 22624 0 -1 4202560 1799 0 0 0 30 0 0 0 15 0 19 0 371873548 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23653] ppid=23633 vsize=7660568 CPUtime=1.69 cores=5,7
/proc/23635/task/23653/stat : 23653 (java) S 23633 23635 22624 0 -1 4202560 13528 0 0 0 168 1 0 0 15 0 19 0 371873548 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23654] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23654/stat : 23654 (java) S 23633 23635 22624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371873548 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23655] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23655/stat : 23655 (java) S 23633 23635 22624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371873548 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485784064 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23660] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23660/stat : 23660 (java) S 23633 23635 22624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371873554 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485784064 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.89
Current children cumulated vsize (KiB) 7660568

[startup+23.0014 s]
/proc/loadavg: 4.10 4.04 4.00 5/262 23733
/proc/meminfo: memFree=16530396/32950928 swapFree=67111528/67111528
[pid=23635] ppid=23633 vsize=7660568 CPUtime=24.99 cores=5,7
/proc/23635/stat : 23635 (java) S 23633 23635 22624 0 -1 4202496 26648 0 1 0 2496 3 0 0 25 0 19 0 371873541 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23635/statm: 1915142 17708 2242 9 0 1905880 0
[pid=23635/tid=23637] ppid=23633 vsize=7660568 CPUtime=22.63 cores=5,7
/proc/23635/task/23637/stat : 23637 (java) S 23633 23635 22624 0 -1 4202560 8946 0 1 0 2262 1 0 0 25 0 19 0 371873542 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23638] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23638/stat : 23638 (java) S 23633 23635 22624 0 -1 4202560 220 0 0 0 0 0 0 0 15 0 19 0 371873543 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23639] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23639/stat : 23639 (java) S 23633 23635 22624 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 19 0 371873543 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23640] ppid=23633 vsize=7660568 CPUtime=0.01 cores=5,7
/proc/23635/task/23640/stat : 23640 (java) S 23633 23635 22624 0 -1 4202560 5 0 0 0 1 0 0 0 15 0 19 0 371873543 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23641] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23641/stat : 23641 (java) S 23633 23635 22624 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 371873543 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23642] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23642/stat : 23642 (java) S 23633 23635 22624 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 371873543 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23643] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23643/stat : 23643 (java) S 23633 23635 22624 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 19 0 371873543 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23644] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23644/stat : 23644 (java) R 23633 23635 22624 0 -1 4202560 92 0 0 0 0 0 0 0 16 0 19 0 371873543 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=23635/tid=23645] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23645/stat : 23645 (java) S 23633 23635 22624 0 -1 4202560 141 0 0 0 0 0 0 0 15 0 19 0 371873543 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23646] ppid=23633 vsize=7660568 CPUtime=0.28 cores=5,7
/proc/23635/task/23646/stat : 23646 (java) R 23633 23635 22624 0 -1 4202560 674 0 0 0 28 0 0 0 15 0 19 0 371873544 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 47912926069615 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=23635/tid=23647] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23647/stat : 23647 (java) S 23633 23635 22624 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 371873545 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23648] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23648/stat : 23648 (java) S 23633 23635 22624 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 371873545 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23651] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23651/stat : 23651 (java) S 23633 23635 22624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371873548 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485791153 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23652] ppid=23633 vsize=7660568 CPUtime=0.3 cores=5,7
/proc/23635/task/23652/stat : 23652 (java) S 23633 23635 22624 0 -1 4202560 1799 0 0 0 30 0 0 0 15 0 19 0 371873548 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23653] ppid=23633 vsize=7660568 CPUtime=1.69 cores=5,7
/proc/23635/task/23653/stat : 23653 (java) S 23633 23635 22624 0 -1 4202560 13528 0 0 0 168 1 0 0 15 0 19 0 371873548 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
[pid=23635/tid=23654] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23654/stat : 23654 (java) S 23633 23635 22624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371873548 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485783449 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23655] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23655/stat : 23655 (java) S 23633 23635 22624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371873548 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485784064 0 4 0 16800975 18446604468752031808 0 0 -1 5 0 0 0
[pid=23635/tid=23660] ppid=23633 vsize=7660568 CPUtime=0 cores=5,7
/proc/23635/task/23660/stat : 23660 (java) S 23633 23635 22624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371873554 7844421632 17708 33554432000 1073741824 1073778376 140737141512640 18446744073709551615 274485784064 0 4 0 16800975 18446604468752031808 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 7660568

Child status: 20
Real time (s): 23.0645
CPU time (s): 25.0552
CPU user time (s): 25.0162
CPU system time (s): 0.038994
CPU usage (%): 108.631
Max. virtual memory (cumulated for all children) (KiB): 7666888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.0162
system time used= 0.038994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26658
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= 1363
involuntary context switches= 916

runsolver used 0.030995 second user time and 0.103984 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-12 12:05:39
IDJOB=3190655
IDBENCH=82986
IDSOLVER=1611
FILE ID=node125/3190655-1302602739
RUNJOBID= node125-1302597529-22645
PBS_JOBID= 12958103
Free space on /tmp= 71872 MiB

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

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

MD5SUM BENCH= 85e2085fcd9bc0d9740c43994b898153
RANDOM SEED=156464661

node125.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.828
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.65
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.828
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	: 5266.55
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.828
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.828
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.74
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.828
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.828
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.828
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.828
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:     32950928 kB
MemFree:      16650616 kB
Buffers:        674340 kB
Cached:       15031524 kB
SwapCached:          0 kB
Active:        4917360 kB
Inactive:     10983428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16650616 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             136 kB
Writeback:           0 kB
AnonPages:      194856 kB
Mapped:          23308 kB
Slab:           334916 kB
PageTables:       5796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 14779932 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= 71872 MiB
End job on node125 at 2011-04-12 12:06:02