Trace number 3190436

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 23.4094 22.3781

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v300-c1278-S1452052526-056.UNKNOWN.cnf
MD5SUM4d66ba50f7a6612793464325a5c5e742
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.677896
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.07	c no version file found!!!
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		6997539544
0.00/0.07	c Max memory 		7034241024
0.00/0.07	c Total memory 		7034241024
0.00/0.07	c Number of processors 	8
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@2fe4cbc4
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Armin Biere (Picosat) restarts strategy
0.00/0.09	c Glucose learned constraints deletion strategy
0.00/0.09	c timeout=2147483647s
0.00/0.09	c DB Simplification allowed=true
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-3190436-1302600094.cnf
0.00/0.09	c reading problem ... 
0.09/0.11	c ... done. Wall clock time 0.018s.
0.09/0.11	c #vars     300
0.09/0.11	c #constraints  1278
0.09/0.11	c constraints type 
0.09/0.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1278
0.73/0.55	c cleaning 2494 clauses out of 5001 with flag 5001/5001
1.40/0.94	c cleaning 4251 clauses out of 8506 with flag 11000/11000
1.90/1.46	c cleaning 5624 clauses out of 11255 with flag 18000/18000
2.62/2.13	c cleaning 6810 clauses out of 13631 with flag 26000/26000
3.42/2.91	c cleaning 7911 clauses out of 15822 with flag 35001/35001
4.33/3.84	c cleaning 8953 clauses out of 17911 with flag 45001/45001
5.23/4.78	c cleaning 9476 clauses out of 18957 with flag 55000/55000
6.33/5.80	c cleaning 9737 clauses out of 19481 with flag 65000/65000
7.23/6.74	c cleaning 9873 clauses out of 19745 with flag 75001/75001
8.14/7.70	c cleaning 9936 clauses out of 19872 with flag 85001/85001
9.13/8.67	c cleaning 9963 clauses out of 19937 with flag 95002/95002
10.13/9.63	c cleaning 9987 clauses out of 19973 with flag 105001/105001
11.03/10.59	c cleaning 9981 clauses out of 19986 with flag 115001/115001
12.03/11.57	c cleaning 10001 clauses out of 20004 with flag 125000/125000
13.03/12.52	c cleaning 10001 clauses out of 20005 with flag 135002/135002
14.05/13.54	c cleaning 9992 clauses out of 20002 with flag 145000/145000
15.56/14.61	c cleaning 10004 clauses out of 20011 with flag 155001/155001
16.46/15.54	c cleaning 10003 clauses out of 20007 with flag 165001/165001
17.38/16.46	c cleaning 9998 clauses out of 20003 with flag 175000/175000
18.32/17.35	c cleaning 7338 clauses out of 14680 with flag 185001/185001
19.22/18.24	c cleaning 8671 clauses out of 17342 with flag 195001/195001
20.12/19.13	c cleaning 9335 clauses out of 18670 with flag 205000/205000
21.02/20.07	c cleaning 9667 clauses out of 19335 with flag 215000/215000
21.82/20.89	c cleaning 5536 clauses out of 11089 with flag 225000/225000
22.72/21.70	c cleaning 7771 clauses out of 15553 with flag 235000/235000
23.32/22.37	c starts		: 611
23.32/22.37	c conflicts		: 243357
23.32/22.37	c decisions		: 284359
23.32/22.37	c propagations		: 11654771
23.32/22.37	c inspects		: 312881122
23.32/22.37	c shortcuts		: 0
23.32/22.37	c learnt literals	: 16
23.32/22.37	c learnt binary clauses	: 114
23.32/22.37	c learnt ternary clauses	: 632
23.32/22.37	c learnt constraints	: 243340
23.32/22.37	c ignored constraints	: 0
23.32/22.37	c root simplifications	: 626
23.32/22.37	c removed literals (reason simplification)	: 1431483
23.32/22.37	c reason swapping (by a shorter reason)	: 0
23.32/22.37	c Calls to reduceDB	: 25
23.32/22.37	c speed (assignments/second)	: 523668.7185478073
23.32/22.37	c non guided choices	46
23.32/22.37	c learnt constraints type 
23.32/22.37	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
23.32/22.37	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 2365
23.32/22.37	c constraints type 
23.32/22.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1278
23.32/22.37	s UNSATISFIABLE
23.32/22.37	c Total wall clock time (in seconds) : 22.274

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-3190436-1302600094/watcher-3190436-1302600094 -o /tmp/evaluation-result-3190436-1302600094/solver-3190436-1302600094 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190436-1302600094.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: 4.01 4.06 4.14 9/226 26654
/proc/meminfo: memFree=9732116/32951124 swapFree=67111528/67111528
[pid=26654] ppid=26652 vsize=31604 CPUtime=0 cores=5,7
/proc/26654/stat : 26654 (java) S 26652 26654 26114 0 -1 4202496 1261 0 0 0 0 0 0 0 25 0 2 0 371607589 32362496 976 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347695077 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/26654/statm: 7901 978 750 9 0 386 0
[pid=26654/tid=26655] ppid=26652 vsize=31604 CPUtime=0 cores=5,7
/proc/26654/task/26655/stat : 26655 (java) R 26652 26654 26114 0 -1 4202560 163 0 0 0 0 0 0 0 25 0 2 0 371607590 32362496 995 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232335951147 0 0 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.00846604 s]
/proc/loadavg: 4.01 4.06 4.14 9/226 26654
/proc/meminfo: memFree=9732116/32951124 swapFree=67111528/67111528
[pid=26654] ppid=26652 vsize=7531504 CPUtime=0 cores=5,7
/proc/26654/stat : 26654 (java) S 26652 26654 26114 0 -1 4202496 1884 0 1 0 0 0 0 0 25 0 2 0 371607589 7712260096 1582 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347695077 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/26654/statm: 1882876 1597 910 9 0 1874032 0
[pid=26654/tid=26655] ppid=26652 vsize=7531504 CPUtime=0 cores=5,7
/proc/26654/task/26655/stat : 26655 (java) R 26652 26654 26114 0 -1 4202560 792 0 1 0 0 0 0 0 25 0 2 0 371607590 7712260096 1607 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232335586363 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7531504

[startup+0.10453 s]
/proc/loadavg: 4.01 4.06 4.14 9/226 26654
/proc/meminfo: memFree=9732116/32951124 swapFree=67111528/67111528
[pid=26654] ppid=26652 vsize=7636992 CPUtime=0.09 cores=5,7
/proc/26654/stat : 26654 (java) S 26652 26654 26114 0 -1 4202496 10486 0 1 0 8 1 0 0 25 0 18 0 371607589 7820279808 10179 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26654/statm: 1909248 10180 2094 9 0 1899986 0
[pid=26654/tid=26655] ppid=26652 vsize=7636992 CPUtime=0.08 cores=5,7
/proc/26654/task/26655/stat : 26655 (java) R 26652 26654 26114 0 -1 4202560 8595 0 1 0 7 1 0 0 18 0 18 0 371607590 7820279808 10180 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7636992

[startup+0.300419 s]
/proc/loadavg: 4.01 4.06 4.14 9/226 26654
/proc/meminfo: memFree=9732116/32951124 swapFree=67111528/67111528
[pid=26654] ppid=26652 vsize=7642432 CPUtime=0.47 cores=5,7
/proc/26654/stat : 26654 (java) S 26652 26654 26114 0 -1 4202496 12640 0 1 0 45 2 0 0 25 0 19 0 371607589 7825850368 11537 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26654/statm: 1910608 11537 2197 9 0 1901346 0
[pid=26654/tid=26655] ppid=26652 vsize=7642432 CPUtime=0.27 cores=5,7
/proc/26654/task/26655/stat : 26655 (java) R 26652 26654 26114 0 -1 4202560 8715 0 1 0 26 1 0 0 19 0 19 0 371607590 7825850368 11537 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 46912505217828 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 7642432

[startup+0.700349 s]
/proc/loadavg: 4.01 4.06 4.14 9/226 26654
/proc/meminfo: memFree=9732116/32951124 swapFree=67111528/67111528
[pid=26654] ppid=26652 vsize=7664968 CPUtime=1.13 cores=5,7
/proc/26654/stat : 26654 (java) S 26652 26654 26114 0 -1 4202496 20591 0 1 0 110 3 0 0 25 0 19 0 371607589 7848927232 17288 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26654/statm: 1916242 17288 2239 9 0 1906980 0
[pid=26654/tid=26655] ppid=26652 vsize=7664968 CPUtime=0.66 cores=5,7
/proc/26654/task/26655/stat : 26655 (java) R 26652 26654 26114 0 -1 4202560 8899 0 1 0 65 1 0 0 19 0 19 0 371607590 7848927232 17288 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 46912505521089 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 7664968

[startup+1.50124 s]
/proc/loadavg: 4.01 4.06 4.14 5/266 26712
/proc/meminfo: memFree=9574280/32951124 swapFree=67111528/67111528
[pid=26654] ppid=26652 vsize=7664968 CPUtime=2.01 cores=5,7
/proc/26654/stat : 26654 (java) S 26652 26654 26114 0 -1 4202496 21076 0 1 0 198 3 0 0 25 0 19 0 371607589 7848927232 17771 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26654/statm: 1916242 17771 2242 9 0 1906980 0
[pid=26654/tid=26655] ppid=26652 vsize=7664968 CPUtime=1.43 cores=5,7
/proc/26654/task/26655/stat : 26655 (java) R 26652 26654 26114 0 -1 4202560 8901 0 1 0 142 1 0 0 21 0 19 0 371607590 7848927232 17771 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 46912505510675 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=26654/tid=26660] ppid=26652 vsize=7664968 CPUtime=0 cores=5,7
/proc/26654/task/26660/stat : 26660 (java) S 26652 26654 26114 0 -1 4202560 202 0 0 0 0 0 0 0 15 0 19 0 371607591 7848927232 17771 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26661] ppid=26652 vsize=7664968 CPUtime=0 cores=5,7
/proc/26654/task/26661/stat : 26661 (java) S 26652 26654 26114 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371607591 7848927232 17771 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26662] ppid=26652 vsize=7664968 CPUtime=0 cores=5,7
/proc/26654/task/26662/stat : 26662 (java) S 26652 26654 26114 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371607591 7848927232 17771 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26663] ppid=26652 vsize=7664968 CPUtime=0 cores=5,7
/proc/26654/task/26663/stat : 26663 (java) S 26652 26654 26114 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371607591 7848927232 17771 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26664] ppid=26652 vsize=7664968 CPUtime=0 cores=5,7
/proc/26654/task/26664/stat : 26664 (java) S 26652 26654 26114 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371607591 7848927232 17771 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26665] ppid=26652 vsize=7664968 CPUtime=0 cores=5,7
/proc/26654/task/26665/stat : 26665 (java) S 26652 26654 26114 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 371607591 7848927232 17771 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26666] ppid=26652 vsize=7664968 CPUtime=0 cores=5,7
/proc/26654/task/26666/stat : 26666 (java) S 26652 26654 26114 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 371607591 7848927232 17771 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26667] ppid=26652 vsize=7664968 CPUtime=0 cores=5,7
/proc/26654/task/26667/stat : 26667 (java) S 26652 26654 26114 0 -1 4202560 206 0 0 0 0 0 0 0 15 0 19 0 371607591 7848927232 17771 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26674] ppid=26652 vsize=7664968 CPUtime=0.03 cores=5,7
/proc/26654/task/26674/stat : 26674 (java) S 26652 26654 26114 0 -1 4202560 444 0 0 0 3 0 0 0 16 0 19 0 371607592 7848927232 17771 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708928 0 0 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26675] ppid=26652 vsize=7664968 CPUtime=0 cores=5,7
/proc/26654/task/26675/stat : 26675 (java) S 26652 26654 26114 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 371607592 7848927232 17771 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26676] ppid=26652 vsize=7664968 CPUtime=0 cores=5,7
/proc/26654/task/26676/stat : 26676 (java) S 26652 26654 26114 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 19 0 371607592 7848927232 17771 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26679] ppid=26652 vsize=7664968 CPUtime=0 cores=5,7
/proc/26654/task/26679/stat : 26679 (java) S 26652 26654 26114 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 371607594 7848927232 17771 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347716017 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26680] ppid=26652 vsize=7664968 CPUtime=0.32 cores=5,7
/proc/26654/task/26680/stat : 26680 (java) S 26652 26654 26114 0 -1 4202560 8472 0 0 0 32 0 0 0 16 0 19 0 371607594 7848927232 17771 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26681] ppid=26652 vsize=7664968 CPUtime=0.18 cores=5,7
/proc/26654/task/26681/stat : 26681 (java) S 26652 26654 26114 0 -1 4202560 1684 0 0 0 18 0 0 0 16 0 19 0 371607594 7848927232 17771 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26682] ppid=26652 vsize=7664968 CPUtime=0 cores=5,7
/proc/26654/task/26682/stat : 26682 (java) S 26652 26654 26114 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371607594 7848927232 17771 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26683] ppid=26652 vsize=7664968 CPUtime=0 cores=5,7
/proc/26654/task/26683/stat : 26683 (java) S 26652 26654 26114 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371607594 7848927232 17771 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708928 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26695] ppid=26652 vsize=7664968 CPUtime=0 cores=5,7
/proc/26654/task/26695/stat : 26695 (java) S 26652 26654 26114 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371607601 7848927232 17771 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708928 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 7664968

[startup+3.10095 s]
/proc/loadavg: 4.01 4.06 4.14 5/266 26712
/proc/meminfo: memFree=9568204/32951124 swapFree=67111528/67111528
[pid=26654] ppid=26652 vsize=7664968 CPUtime=3.63 cores=5,7
/proc/26654/stat : 26654 (java) S 26652 26654 26114 0 -1 4202496 21235 0 1 0 360 3 0 0 25 0 19 0 371607589 7848927232 17928 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26654/statm: 1916242 17928 2242 9 0 1906980 0
[pid=26654/tid=26655] ppid=26652 vsize=7664968 CPUtime=3.01 cores=5,7
/proc/26654/task/26655/stat : 26655 (java) R 26652 26654 26114 0 -1 4202560 8903 0 1 0 300 1 0 0 25 0 19 0 371607590 7848927232 17928 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 46912505511159 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=26654/tid=26660] ppid=26652 vsize=7664968 CPUtime=0 cores=5,7
/proc/26654/task/26660/stat : 26660 (java) S 26652 26654 26114 0 -1 4202560 251 0 0 0 0 0 0 0 15 0 19 0 371607591 7848927232 17928 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26661] ppid=26652 vsize=7664968 CPUtime=0 cores=5,7
/proc/26654/task/26661/stat : 26661 (java) S 26652 26654 26114 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 371607591 7848927232 17928 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26662] ppid=26652 vsize=7664968 CPUtime=0 cores=5,7
/proc/26654/task/26662/stat : 26662 (java) S 26652 26654 26114 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371607591 7848927232 17928 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26663] ppid=26652 vsize=7664968 CPUtime=0 cores=5,7
/proc/26654/task/26663/stat : 26663 (java) S 26652 26654 26114 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371607591 7848927232 17928 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26664] ppid=26652 vsize=7664968 CPUtime=0 cores=5,7
/proc/26654/task/26664/stat : 26664 (java) S 26652 26654 26114 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 371607591 7848927232 17928 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26665] ppid=26652 vsize=7664968 CPUtime=0 cores=5,7
/proc/26654/task/26665/stat : 26665 (java) S 26652 26654 26114 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 371607591 7848927232 17928 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26666] ppid=26652 vsize=7664968 CPUtime=0 cores=5,7
/proc/26654/task/26666/stat : 26666 (java) S 26652 26654 26114 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 371607591 7848927232 17928 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26667] ppid=26652 vsize=7664968 CPUtime=0 cores=5,7
/proc/26654/task/26667/stat : 26667 (java) S 26652 26654 26114 0 -1 4202560 237 0 0 0 0 0 0 0 15 0 19 0 371607591 7848927232 17928 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26674] ppid=26652 vsize=7664968 CPUtime=0.05 cores=5,7
/proc/26654/task/26674/stat : 26674 (java) S 26652 26654 26114 0 -1 4202560 502 0 0 0 5 0 0 0 16 0 19 0 371607592 7848927232 17928 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708928 0 0 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26675] ppid=26652 vsize=7664968 CPUtime=0 cores=5,7
/proc/26654/task/26675/stat : 26675 (java) S 26652 26654 26114 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 371607592 7848927232 17928 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26676] ppid=26652 vsize=7664968 CPUtime=0 cores=5,7
/proc/26654/task/26676/stat : 26676 (java) S 26652 26654 26114 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 19 0 371607592 7848927232 17928 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26679] ppid=26652 vsize=7664968 CPUtime=0 cores=5,7
/proc/26654/task/26679/stat : 26679 (java) S 26652 26654 26114 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 371607594 7848927232 17928 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347716017 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26680] ppid=26652 vsize=7664968 CPUtime=0.33 cores=5,7
/proc/26654/task/26680/stat : 26680 (java) S 26652 26654 26114 0 -1 4202560 8475 0 0 0 33 0 0 0 15 0 19 0 371607594 7848927232 17928 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26681] ppid=26652 vsize=7664968 CPUtime=0.18 cores=5,7
/proc/26654/task/26681/stat : 26681 (java) S 26652 26654 26114 0 -1 4202560 1684 0 0 0 18 0 0 0 16 0 19 0 371607594 7848927232 17928 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26682] ppid=26652 vsize=7664968 CPUtime=0 cores=5,7
/proc/26654/task/26682/stat : 26682 (java) S 26652 26654 26114 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371607594 7848927232 17928 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26683] ppid=26652 vsize=7664968 CPUtime=0 cores=5,7
/proc/26654/task/26683/stat : 26683 (java) S 26652 26654 26114 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371607594 7848927232 17928 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708928 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26695] ppid=26652 vsize=7664968 CPUtime=0 cores=5,7
/proc/26654/task/26695/stat : 26695 (java) S 26652 26654 26114 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371607601 7848927232 17928 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708928 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 7664968

[startup+6.30138 s]
/proc/loadavg: 4.01 4.06 4.14 5/266 26712
/proc/meminfo: memFree=9566012/32951124 swapFree=67111528/67111528
[pid=26654] ppid=26652 vsize=7660460 CPUtime=6.83 cores=5,7
/proc/26654/stat : 26654 (java) S 26652 26654 26114 0 -1 4202496 21415 0 1 0 680 3 0 0 25 0 19 0 371607589 7844311040 17398 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26654/statm: 1915115 17398 2242 9 0 1905853 0
[pid=26654/tid=26655] ppid=26652 vsize=7660460 CPUtime=6.16 cores=5,7
/proc/26654/task/26655/stat : 26655 (java) R 26652 26654 26114 0 -1 4202560 8907 0 1 0 615 1 0 0 25 0 19 0 371607590 7844311040 17398 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 46912505525209 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=26654/tid=26660] ppid=26652 vsize=7660460 CPUtime=0 cores=5,7
/proc/26654/task/26660/stat : 26660 (java) S 26652 26654 26114 0 -1 4202560 251 0 0 0 0 0 0 0 15 0 19 0 371607591 7844311040 17398 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26661] ppid=26652 vsize=7660460 CPUtime=0 cores=5,7
/proc/26654/task/26661/stat : 26661 (java) S 26652 26654 26114 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 371607591 7844311040 17398 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26662] ppid=26652 vsize=7660460 CPUtime=0 cores=5,7
/proc/26654/task/26662/stat : 26662 (java) S 26652 26654 26114 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371607591 7844311040 17398 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26663] ppid=26652 vsize=7660460 CPUtime=0 cores=5,7
/proc/26654/task/26663/stat : 26663 (java) S 26652 26654 26114 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 371607591 7844311040 17398 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26664] ppid=26652 vsize=7660460 CPUtime=0 cores=5,7
/proc/26654/task/26664/stat : 26664 (java) S 26652 26654 26114 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 371607591 7844311040 17398 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26665] ppid=26652 vsize=7660460 CPUtime=0 cores=5,7
/proc/26654/task/26665/stat : 26665 (java) S 26652 26654 26114 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 371607591 7844311040 17398 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26666] ppid=26652 vsize=7660460 CPUtime=0 cores=5,7
/proc/26654/task/26666/stat : 26666 (java) S 26652 26654 26114 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 371607591 7844311040 17398 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26667] ppid=26652 vsize=7660460 CPUtime=0 cores=5,7
/proc/26654/task/26667/stat : 26667 (java) S 26652 26654 26114 0 -1 4202560 237 0 0 0 0 0 0 0 15 0 19 0 371607591 7844311040 17398 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26674] ppid=26652 vsize=7660460 CPUtime=0.09 cores=5,7
/proc/26654/task/26674/stat : 26674 (java) S 26652 26654 26114 0 -1 4202560 669 0 0 0 9 0 0 0 16 0 19 0 371607592 7844311040 17398 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708928 0 0 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26675] ppid=26652 vsize=7660460 CPUtime=0 cores=5,7
/proc/26654/task/26675/stat : 26675 (java) S 26652 26654 26114 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 371607592 7844311040 17398 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26676] ppid=26652 vsize=7660460 CPUtime=0 cores=5,7
/proc/26654/task/26676/stat : 26676 (java) S 26652 26654 26114 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 19 0 371607592 7844311040 17398 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26679] ppid=26652 vsize=7660460 CPUtime=0 cores=5,7
/proc/26654/task/26679/stat : 26679 (java) S 26652 26654 26114 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 371607594 7844311040 17398 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347716017 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26680] ppid=26652 vsize=7660460 CPUtime=0.33 cores=5,7
/proc/26654/task/26680/stat : 26680 (java) S 26652 26654 26114 0 -1 4202560 8475 0 0 0 33 0 0 0 15 0 19 0 371607594 7844311040 17398 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26681] ppid=26652 vsize=7660460 CPUtime=0.18 cores=5,7
/proc/26654/task/26681/stat : 26681 (java) S 26652 26654 26114 0 -1 4202560 1684 0 0 0 18 0 0 0 16 0 19 0 371607594 7844311040 17398 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0

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

/proc/26654/task/26660/stat : 26660 (java) S 26652 26654 26114 0 -1 4202560 251 0 0 0 0 0 0 0 15 0 19 0 371607591 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26661] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26661/stat : 26661 (java) S 26652 26654 26114 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 371607591 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26662] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26662/stat : 26662 (java) S 26652 26654 26114 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 371607591 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26663] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26663/stat : 26663 (java) S 26652 26654 26114 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 371607591 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26664] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26664/stat : 26664 (java) S 26652 26654 26114 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 371607591 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26665] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26665/stat : 26665 (java) S 26652 26654 26114 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 371607591 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26666] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26666/stat : 26666 (java) S 26652 26654 26114 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 371607591 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26667] ppid=26652 vsize=7663176 CPUtime=0.01 cores=5,7
/proc/26654/task/26667/stat : 26667 (java) S 26652 26654 26114 0 -1 4202560 237 0 0 0 1 0 0 0 15 0 19 0 371607591 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26674] ppid=26652 vsize=7663176 CPUtime=0.27 cores=5,7
/proc/26654/task/26674/stat : 26674 (java) S 26652 26654 26114 0 -1 4202560 669 0 0 0 27 0 0 0 16 0 19 0 371607592 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708928 0 0 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26675] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26675/stat : 26675 (java) S 26652 26654 26114 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 371607592 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26676] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26676/stat : 26676 (java) S 26652 26654 26114 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 19 0 371607592 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26679] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26679/stat : 26679 (java) S 26652 26654 26114 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 371607594 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347716017 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26680] ppid=26652 vsize=7663176 CPUtime=0.83 cores=5,7
/proc/26654/task/26680/stat : 26680 (java) S 26652 26654 26114 0 -1 4202560 9958 0 0 0 82 1 0 0 15 0 19 0 371607594 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26681] ppid=26652 vsize=7663176 CPUtime=0.34 cores=5,7
/proc/26654/task/26681/stat : 26681 (java) S 26652 26654 26114 0 -1 4202560 3611 0 0 0 34 0 0 0 15 0 19 0 371607594 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26682] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26682/stat : 26682 (java) S 26652 26654 26114 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371607594 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26683] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26683/stat : 26683 (java) S 26652 26654 26114 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371607594 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708928 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26695] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26695/stat : 26695 (java) S 26652 26654 26114 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371607601 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708928 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 21.72
Current children cumulated vsize (KiB) 7663176

[startup+21.5007 s]
/proc/loadavg: 4.01 4.06 4.14 5/266 26713
/proc/meminfo: memFree=9556724/32951124 swapFree=67111528/67111528
[pid=26654] ppid=26652 vsize=7663176 CPUtime=22.52 cores=5,7
/proc/26654/stat : 26654 (java) S 26652 26654 26114 0 -1 4202496 24853 0 1 0 2249 3 0 0 25 0 19 0 371607589 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26654/statm: 1915794 19333 2243 9 0 1906532 0
[pid=26654/tid=26655] ppid=26652 vsize=7663176 CPUtime=20.99 cores=5,7
/proc/26654/task/26655/stat : 26655 (java) R 26652 26654 26114 0 -1 4202560 8928 0 1 0 2098 1 0 0 25 0 19 0 371607590 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 46912505525308 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=26654/tid=26660] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26660/stat : 26660 (java) S 26652 26654 26114 0 -1 4202560 251 0 0 0 0 0 0 0 15 0 19 0 371607591 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26661] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26661/stat : 26661 (java) S 26652 26654 26114 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 371607591 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26662] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26662/stat : 26662 (java) S 26652 26654 26114 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 371607591 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26663] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26663/stat : 26663 (java) S 26652 26654 26114 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 371607591 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26664] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26664/stat : 26664 (java) S 26652 26654 26114 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 371607591 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26665] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26665/stat : 26665 (java) S 26652 26654 26114 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 371607591 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26666] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26666/stat : 26666 (java) S 26652 26654 26114 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 371607591 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26667] ppid=26652 vsize=7663176 CPUtime=0.01 cores=5,7
/proc/26654/task/26667/stat : 26667 (java) S 26652 26654 26114 0 -1 4202560 237 0 0 0 1 0 0 0 15 0 19 0 371607591 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26674] ppid=26652 vsize=7663176 CPUtime=0.28 cores=5,7
/proc/26654/task/26674/stat : 26674 (java) S 26652 26654 26114 0 -1 4202560 669 0 0 0 28 0 0 0 16 0 19 0 371607592 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708928 0 0 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26675] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26675/stat : 26675 (java) S 26652 26654 26114 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 371607592 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26676] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26676/stat : 26676 (java) S 26652 26654 26114 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 19 0 371607592 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26679] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26679/stat : 26679 (java) S 26652 26654 26114 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 371607594 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347716017 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26680] ppid=26652 vsize=7663176 CPUtime=0.83 cores=5,7
/proc/26654/task/26680/stat : 26680 (java) S 26652 26654 26114 0 -1 4202560 9958 0 0 0 82 1 0 0 15 0 19 0 371607594 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26681] ppid=26652 vsize=7663176 CPUtime=0.34 cores=5,7
/proc/26654/task/26681/stat : 26681 (java) S 26652 26654 26114 0 -1 4202560 3611 0 0 0 34 0 0 0 15 0 19 0 371607594 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26682] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26682/stat : 26682 (java) S 26652 26654 26114 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371607594 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26683] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26683/stat : 26683 (java) S 26652 26654 26114 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371607594 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708928 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26695] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26695/stat : 26695 (java) S 26652 26654 26114 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371607601 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708928 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 22.52
Current children cumulated vsize (KiB) 7663176

[startup+21.9006 s]
/proc/loadavg: 4.01 4.06 4.14 5/266 26713
/proc/meminfo: memFree=9556728/32951124 swapFree=67111528/67111528
[pid=26654] ppid=26652 vsize=7663176 CPUtime=22.93 cores=5,7
/proc/26654/stat : 26654 (java) S 26652 26654 26114 0 -1 4202496 24854 0 1 0 2290 3 0 0 25 0 19 0 371607589 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26654/statm: 1915794 19333 2243 9 0 1906532 0
[pid=26654/tid=26655] ppid=26652 vsize=7663176 CPUtime=21.38 cores=5,7
/proc/26654/task/26655/stat : 26655 (java) R 26652 26654 26114 0 -1 4202560 8929 0 1 0 2137 1 0 0 25 0 19 0 371607590 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 46912505678789 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=26654/tid=26660] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26660/stat : 26660 (java) S 26652 26654 26114 0 -1 4202560 251 0 0 0 0 0 0 0 15 0 19 0 371607591 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26661] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26661/stat : 26661 (java) S 26652 26654 26114 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 371607591 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26662] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26662/stat : 26662 (java) S 26652 26654 26114 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 371607591 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26663] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26663/stat : 26663 (java) S 26652 26654 26114 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 371607591 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26664] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26664/stat : 26664 (java) S 26652 26654 26114 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 371607591 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26665] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26665/stat : 26665 (java) S 26652 26654 26114 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 371607591 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26666] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26666/stat : 26666 (java) S 26652 26654 26114 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 371607591 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26667] ppid=26652 vsize=7663176 CPUtime=0.01 cores=5,7
/proc/26654/task/26667/stat : 26667 (java) S 26652 26654 26114 0 -1 4202560 237 0 0 0 1 0 0 0 15 0 19 0 371607591 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26674] ppid=26652 vsize=7663176 CPUtime=0.29 cores=5,7
/proc/26654/task/26674/stat : 26674 (java) S 26652 26654 26114 0 -1 4202560 669 0 0 0 29 0 0 0 16 0 19 0 371607592 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708928 0 0 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26675] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26675/stat : 26675 (java) S 26652 26654 26114 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 371607592 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26676] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26676/stat : 26676 (java) S 26652 26654 26114 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 19 0 371607592 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26679] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26679/stat : 26679 (java) S 26652 26654 26114 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 371607594 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347716017 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26680] ppid=26652 vsize=7663176 CPUtime=0.83 cores=5,7
/proc/26654/task/26680/stat : 26680 (java) S 26652 26654 26114 0 -1 4202560 9958 0 0 0 82 1 0 0 15 0 19 0 371607594 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26681] ppid=26652 vsize=7663176 CPUtime=0.34 cores=5,7
/proc/26654/task/26681/stat : 26681 (java) S 26652 26654 26114 0 -1 4202560 3611 0 0 0 34 0 0 0 15 0 19 0 371607594 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26682] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26682/stat : 26682 (java) S 26652 26654 26114 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371607594 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26683] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26683/stat : 26683 (java) S 26652 26654 26114 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371607594 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708928 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26695] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26695/stat : 26695 (java) S 26652 26654 26114 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371607601 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708928 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 22.93
Current children cumulated vsize (KiB) 7663176

[startup+22.3005 s]
/proc/loadavg: 4.01 4.06 4.14 5/266 26713
/proc/meminfo: memFree=9556728/32951124 swapFree=67111528/67111528
[pid=26654] ppid=26652 vsize=7663176 CPUtime=23.32 cores=5,7
/proc/26654/stat : 26654 (java) S 26652 26654 26114 0 -1 4202496 24854 0 1 0 2329 3 0 0 25 0 19 0 371607589 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26654/statm: 1915794 19333 2243 9 0 1906532 0
[pid=26654/tid=26655] ppid=26652 vsize=7663176 CPUtime=21.77 cores=5,7
/proc/26654/task/26655/stat : 26655 (java) R 26652 26654 26114 0 -1 4202560 8929 0 1 0 2176 1 0 0 25 0 19 0 371607590 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 46912505683600 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=26654/tid=26660] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26660/stat : 26660 (java) S 26652 26654 26114 0 -1 4202560 251 0 0 0 0 0 0 0 15 0 19 0 371607591 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26661] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26661/stat : 26661 (java) S 26652 26654 26114 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 371607591 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26662] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26662/stat : 26662 (java) S 26652 26654 26114 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 371607591 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26663] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26663/stat : 26663 (java) S 26652 26654 26114 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 371607591 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26664] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26664/stat : 26664 (java) S 26652 26654 26114 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 371607591 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26665] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26665/stat : 26665 (java) S 26652 26654 26114 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 371607591 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26666] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26666/stat : 26666 (java) S 26652 26654 26114 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 371607591 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26667] ppid=26652 vsize=7663176 CPUtime=0.01 cores=5,7
/proc/26654/task/26667/stat : 26667 (java) S 26652 26654 26114 0 -1 4202560 237 0 0 0 1 0 0 0 15 0 19 0 371607591 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26674] ppid=26652 vsize=7663176 CPUtime=0.29 cores=5,7
/proc/26654/task/26674/stat : 26674 (java) S 26652 26654 26114 0 -1 4202560 669 0 0 0 29 0 0 0 16 0 19 0 371607592 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708928 0 0 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26675] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26675/stat : 26675 (java) S 26652 26654 26114 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 371607592 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26676] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26676/stat : 26676 (java) S 26652 26654 26114 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 19 0 371607592 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26679] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26679/stat : 26679 (java) S 26652 26654 26114 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 371607594 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347716017 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26680] ppid=26652 vsize=7663176 CPUtime=0.83 cores=5,7
/proc/26654/task/26680/stat : 26680 (java) S 26652 26654 26114 0 -1 4202560 9958 0 0 0 82 1 0 0 15 0 19 0 371607594 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
[pid=26654/tid=26681] ppid=26652 vsize=7663176 CPUtime=0.34 cores=5,7
/proc/26654/task/26681/stat : 26681 (java) S 26652 26654 26114 0 -1 4202560 3611 0 0 0 34 0 0 0 15 0 19 0 371607594 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26682] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26682/stat : 26682 (java) S 26652 26654 26114 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371607594 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708313 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26683] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26683/stat : 26683 (java) S 26652 26654 26114 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371607594 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708928 0 4 0 16800975 18446604471144055040 0 0 -1 5 0 0 0
[pid=26654/tid=26695] ppid=26652 vsize=7663176 CPUtime=0 cores=5,7
/proc/26654/task/26695/stat : 26695 (java) S 26652 26654 26114 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371607601 7847092224 19333 33554432000 1073741824 1073778376 140733553061728 18446744073709551615 232347708928 0 4 0 16800975 18446604471144055040 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23.32
Current children cumulated vsize (KiB) 7663176

Child status: 20
Real time (s): 22.3781
CPU time (s): 23.4094
CPU user time (s): 23.3674
CPU system time (s): 0.041993
CPU usage (%): 104.609
Max. virtual memory (cumulated for all children) (KiB): 7668756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.3674
system time used= 0.041993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24870
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= 1250
involuntary context switches= 958

runsolver used 0.036994 second user time and 0.093985 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-12 11:21:34
IDJOB=3190436
IDBENCH=82767
IDSOLVER=1611
FILE ID=node132/3190436-1302600094
RUNJOBID= node132-1302597489-26135
PBS_JOBID= 12958102
Free space on /tmp= 71488 MiB

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

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

MD5SUM BENCH= 4d66ba50f7a6612793464325a5c5e742
RANDOM SEED=1350884876

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.77
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.833
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.67
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.833
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.833
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:       9732520 kB
Buffers:        672820 kB
Cached:       21970252 kB
SwapCached:          0 kB
Active:       10851340 kB
Inactive:     11932732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9732520 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             880 kB
Writeback:           0 kB
AnonPages:      141288 kB
Mapped:          22932 kB
Slab:           370536 kB
PageTables:       5616 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 14742796 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71488 MiB
End job on node132 at 2011-04-12 11:21:57