Trace number 3290547

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 121.005 119.932

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E02F17.cnf
MD5SUM4f20f237857124f0eb214df627f84b82
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.1971
Satisfiable
(Un)Satisfiability was proved
Number of variables6664
Number of clauses69700
Sum of the clauses size326536
Maximum clause length45
Minimum clause length1
Number of clauses of size 132
Number of clauses of size 217506
Number of clauses of size 312802
Number of clauses of size 46698
Number of clauses of size 59775
Number of clauses of size over 522887

Solver Data

0.06/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.07	c See www.sat4j.org for details.
0.06/0.07	c no version file found!!!
0.06/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.07	c java.vm.version	19.1-b02
0.06/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.07	c sun.arch.data.model	64
0.06/0.07	c java.version		1.6.0_24
0.06/0.07	c os.name		Linux
0.06/0.07	c os.version		2.6.18-164.el5
0.06/0.07	c os.arch		amd64
0.06/0.07	c Free memory 		6997539544
0.06/0.07	c Max memory 		7034241024
0.06/0.07	c Total memory 		7034241024
0.06/0.07	c Number of processors 	8
0.06/0.09	c --- Begin Solver configuration ---
0.06/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.06/0.09	c Learn all clauses as in MiniSAT
0.06/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.06/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.06/0.09	c Expensive reason simplification
0.06/0.09	c Armin Biere (Picosat) restarts strategy
0.06/0.09	c Glucose learned constraints deletion strategy
0.06/0.09	c timeout=2147483647s
0.06/0.09	c DB Simplification allowed=true
0.06/0.09	c --- End Solver configuration ---
0.06/0.09	c solving HOME/instance-3290547-1303789132.cnf
0.06/0.10	c reading problem ... 
0.30/0.27	c ... done. Wall clock time 0.189s.
0.30/0.27	c #vars     6664
0.30/0.27	c #constraints  69156
0.30/0.27	c constraints type 
0.30/0.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 52162
0.30/0.27	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 16962
1.71/1.27	c cleaning 2492 clauses out of 4990 with flag 5001/5001
3.36/2.41	c cleaning 4243 clauses out of 8498 with flag 11001/11001
4.56/3.68	c cleaning 5622 clauses out of 11254 with flag 18000/18000
6.27/5.32	c cleaning 6814 clauses out of 13634 with flag 26002/26002
8.39/7.41	c cleaning 7891 clauses out of 15819 with flag 35001/35001
10.80/9.86	c cleaning 8936 clauses out of 17927 with flag 45000/45000
13.70/12.70	c cleaning 9978 clauses out of 19991 with flag 56000/56000
17.00/16.09	c cleaning 10990 clauses out of 22013 with flag 68000/68000
20.60/19.70	c cleaning 12001 clauses out of 24024 with flag 81001/81001
24.80/23.80	c cleaning 13007 clauses out of 26022 with flag 95000/95000
28.70/27.79	c cleaning 14005 clauses out of 28016 with flag 110001/110001
31.61/30.68	c cleaning 15006 clauses out of 30013 with flag 126003/126003
35.51/34.50	c cleaning 15996 clauses out of 32004 with flag 143000/143000
39.71/38.77	c cleaning 16965 clauses out of 34008 with flag 161000/161000
44.11/43.16	c cleaning 18012 clauses out of 36043 with flag 180000/180000
49.71/48.73	c cleaning 19012 clauses out of 38032 with flag 200001/200001
55.82/54.84	c cleaning 20009 clauses out of 40019 with flag 221000/221000
62.22/61.25	c cleaning 20996 clauses out of 42014 with flag 243004/243004
68.72/67.76	c cleaning 21973 clauses out of 44014 with flag 266000/266000
76.63/75.66	c cleaning 23008 clauses out of 46044 with flag 290003/290003
83.44/82.41	c cleaning 23988 clauses out of 48033 with flag 315000/315000
90.34/89.37	c cleaning 25006 clauses out of 50045 with flag 341000/341000
98.14/97.16	c cleaning 25997 clauses out of 52039 with flag 368000/368000
106.24/105.21	c cleaning 26994 clauses out of 54042 with flag 396000/396000
114.77/113.74	c cleaning 22683 clauses out of 45396 with flag 425001/425001
120.88/119.90	c starts		: 819
120.88/119.90	c conflicts		: 445475
120.88/119.90	c decisions		: 798795
120.88/119.90	c propagations		: 131997100
120.88/119.90	c inspects		: 1001787722
120.88/119.90	c shortcuts		: 0
120.88/119.90	c learnt literals	: 15
120.88/119.90	c learnt binary clauses	: 825
120.88/119.90	c learnt ternary clauses	: 3001
120.88/119.90	c learnt constraints	: 445459
120.88/119.90	c ignored constraints	: 0
120.88/119.90	c root simplifications	: 833
120.88/119.90	c removed literals (reason simplification)	: 24623688
120.88/119.90	c reason swapping (by a shorter reason)	: 0
120.88/119.90	c Calls to reduceDB	: 25
120.88/119.90	c speed (assignments/second)	: 1103451.7062078882
120.88/119.90	c non guided choices	1142
120.98/119.91	c learnt constraints type 
120.98/119.91	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 600
120.98/119.91	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 22148
120.98/119.91	c constraints type 
120.98/119.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 52162
120.98/119.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 16962
120.98/119.91	s UNSATISFIABLE
120.98/119.91	c Total wall clock time (in seconds) : 119.811

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3290547-1303789132/watcher-3290547-1303789132 -o /tmp/evaluation-result-3290547-1303789132/solver-3290547-1303789132 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3290547-1303789132.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.63 3.89 3.86 4/243 26290
/proc/meminfo: memFree=14841512/32950928 swapFree=67111528/67111528
[pid=26290] ppid=26288 vsize=30540 CPUtime=0 cores=4,6
/proc/26290/stat : 26290 (java) S 26288 26290 26130 0 -1 4202496 1251 0 0 0 0 0 0 0 25 0 2 0 490513041 31272960 969 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101500901 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/26290/statm: 7635 969 741 9 0 386 0
[pid=26290/tid=26291] ppid=26288 vsize=30540 CPUtime=0 cores=4,6
/proc/26290/task/26291/stat : 26291 (java) R 26288 26290 26130 0 -1 4202560 135 0 0 0 0 0 0 0 25 0 2 0 490513041 31272960 969 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248089698107 0 0 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0707089 s]
/proc/loadavg: 3.63 3.89 3.86 4/243 26290
/proc/meminfo: memFree=14841512/32950928 swapFree=67111528/67111528
[pid=26290] ppid=26288 vsize=7569940 CPUtime=0.06 cores=4,6
/proc/26290/stat : 26290 (java) S 26288 26290 26130 0 -1 4202496 9433 0 1 0 5 1 0 0 25 0 18 0 490513041 7751618560 9128 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26290/statm: 1892485 9130 1754 9 0 1883223 0
[pid=26290/tid=26291] ppid=26288 vsize=7569940 CPUtime=0.05 cores=4,6
/proc/26290/task/26291/stat : 26291 (java) R 26288 26290 26130 0 -1 4202560 8259 0 1 0 4 1 0 0 25 0 18 0 490513041 7751618560 9130 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 47160135774213 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7569940

[startup+0.100736 s]
/proc/loadavg: 3.63 3.89 3.86 4/243 26290
/proc/meminfo: memFree=14841512/32950928 swapFree=67111528/67111528
[pid=26290] ppid=26288 vsize=7570796 CPUtime=0.09 cores=4,6
/proc/26290/stat : 26290 (java) S 26288 26290 26130 0 -1 4202496 10421 0 1 0 8 1 0 0 25 0 18 0 490513041 7752495104 10116 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26290/statm: 1892699 10116 2078 9 0 1883437 0
[pid=26290/tid=26291] ppid=26288 vsize=7570796 CPUtime=0.08 cores=4,6
/proc/26290/task/26291/stat : 26291 (java) R 26288 26290 26130 0 -1 4202560 8706 0 1 0 7 1 0 0 25 0 18 0 490513041 7752495104 10116 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 46912505165039 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7570796

[startup+0.300671 s]
/proc/loadavg: 3.63 3.89 3.86 4/243 26290
/proc/meminfo: memFree=14841512/32950928 swapFree=67111528/67111528
[pid=26290] ppid=26288 vsize=7641880 CPUtime=0.48 cores=4,6
/proc/26290/stat : 26290 (java) S 26288 26290 26130 0 -1 4202496 14413 0 1 0 46 2 0 0 25 0 19 0 490513041 7825285120 13381 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26290/statm: 1910470 13381 2200 9 0 1901208 0
[pid=26290/tid=26291] ppid=26288 vsize=7641880 CPUtime=0.27 cores=4,6
/proc/26290/task/26291/stat : 26291 (java) R 26288 26290 26130 0 -1 4202560 10555 0 1 0 26 1 0 0 25 0 19 0 490513041 7825285120 13381 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 47160137267712 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 7641880

[startup+0.700601 s]
/proc/loadavg: 3.63 3.89 3.86 4/243 26290
/proc/meminfo: memFree=14841512/32950928 swapFree=67111528/67111528
[pid=26290] ppid=26288 vsize=7642164 CPUtime=1.17 cores=4,6
/proc/26290/stat : 26290 (java) S 26288 26290 26130 0 -1 4202496 17097 0 1 0 115 2 0 0 25 0 19 0 490513041 7825575936 14952 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26290/statm: 1910541 14953 2223 9 0 1901279 0
[pid=26290/tid=26291] ppid=26288 vsize=7642164 CPUtime=0.66 cores=4,6
/proc/26290/task/26291/stat : 26291 (java) R 26288 26290 26130 0 -1 4202560 10821 0 1 0 65 1 0 0 25 0 19 0 490513041 7825575936 14953 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 47160140274484 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 7642164

[startup+1.50146 s]
/proc/loadavg: 3.63 3.89 3.86 5/262 26309
/proc/meminfo: memFree=14788924/32950928 swapFree=67111528/67111528
[pid=26290] ppid=26288 vsize=7656204 CPUtime=2.22 cores=4,6
/proc/26290/stat : 26290 (java) S 26288 26290 26130 0 -1 4202496 26120 0 1 0 219 3 0 0 25 0 19 0 490513041 7839952896 22314 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26290/statm: 1914051 22314 2252 9 0 1904789 0
[pid=26290/tid=26291] ppid=26288 vsize=7656204 CPUtime=1.41 cores=4,6
/proc/26290/task/26291/stat : 26291 (java) R 26288 26290 26130 0 -1 4202560 11206 0 1 0 140 1 0 0 25 0 19 0 490513041 7839952896 22314 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 46912505575975 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26290/tid=26293] ppid=26288 vsize=7656204 CPUtime=0 cores=4,6
/proc/26290/task/26293/stat : 26293 (java) S 26288 26290 26130 0 -1 4202560 959 0 0 0 0 0 0 0 18 0 19 0 490513042 7839952896 22314 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26294] ppid=26288 vsize=7656204 CPUtime=0 cores=4,6
/proc/26290/task/26294/stat : 26294 (java) S 26288 26290 26130 0 -1 4202560 763 0 0 0 0 0 0 0 18 0 19 0 490513042 7839952896 22314 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26295] ppid=26288 vsize=7656204 CPUtime=0 cores=4,6
/proc/26290/task/26295/stat : 26295 (java) S 26288 26290 26130 0 -1 4202560 182 0 0 0 0 0 0 0 18 0 19 0 490513042 7839952896 22314 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26296] ppid=26288 vsize=7656204 CPUtime=0 cores=4,6
/proc/26290/task/26296/stat : 26296 (java) S 26288 26290 26130 0 -1 4202560 115 0 0 0 0 0 0 0 17 0 19 0 490513042 7839952896 22314 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26297] ppid=26288 vsize=7656204 CPUtime=0 cores=4,6
/proc/26290/task/26297/stat : 26297 (java) S 26288 26290 26130 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490513042 7839952896 22314 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26298] ppid=26288 vsize=7656204 CPUtime=0 cores=4,6
/proc/26290/task/26298/stat : 26298 (java) S 26288 26290 26130 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490513042 7839952896 22314 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26299] ppid=26288 vsize=7656204 CPUtime=0 cores=4,6
/proc/26290/task/26299/stat : 26299 (java) S 26288 26290 26130 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 490513042 7839952896 22314 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26300] ppid=26288 vsize=7656204 CPUtime=0 cores=4,6
/proc/26290/task/26300/stat : 26300 (java) S 26288 26290 26130 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 490513042 7839952896 22314 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26301] ppid=26288 vsize=7656204 CPUtime=0.02 cores=4,6
/proc/26290/task/26301/stat : 26301 (java) S 26288 26290 26130 0 -1 4202560 2011 0 0 0 2 0 0 0 16 0 19 0 490513043 7839952896 22314 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514752 0 0 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
[pid=26290/tid=26302] ppid=26288 vsize=7656204 CPUtime=0 cores=4,6
/proc/26290/task/26302/stat : 26302 (java) S 26288 26290 26130 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490513044 7839952896 22314 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
[pid=26290/tid=26303] ppid=26288 vsize=7656204 CPUtime=0 cores=4,6
/proc/26290/task/26303/stat : 26303 (java) S 26288 26290 26130 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490513044 7839952896 22314 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
[pid=26290/tid=26304] ppid=26288 vsize=7656204 CPUtime=0 cores=4,6
/proc/26290/task/26304/stat : 26304 (java) S 26288 26290 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490513046 7839952896 22314 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101521841 0 4 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
[pid=26290/tid=26305] ppid=26288 vsize=7656204 CPUtime=0.47 cores=4,6
/proc/26290/task/26305/stat : 26305 (java) R 26288 26290 26130 0 -1 4202560 6490 0 0 0 47 0 0 0 19 0 19 0 490513046 7839952896 22314 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 47160138357280 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=26290/tid=26306] ppid=26288 vsize=7656204 CPUtime=0.26 cores=4,6
/proc/26290/task/26306/stat : 26306 (java) S 26288 26290 26130 0 -1 4202560 3238 0 0 0 26 0 0 0 18 0 19 0 490513046 7839952896 22314 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26307] ppid=26288 vsize=7656204 CPUtime=0 cores=4,6
/proc/26290/task/26307/stat : 26307 (java) S 26288 26290 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490513046 7839952896 22314 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
[pid=26290/tid=26308] ppid=26288 vsize=7656204 CPUtime=0 cores=4,6
/proc/26290/task/26308/stat : 26308 (java) S 26288 26290 26130 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490513046 7839952896 22314 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514752 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26309] ppid=26288 vsize=7656204 CPUtime=0 cores=4,6
/proc/26290/task/26309/stat : 26309 (java) S 26288 26290 26130 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490513070 7839952896 22314 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514752 0 4 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 7656204

[startup+3.10117 s]
/proc/loadavg: 3.63 3.89 3.86 5/262 26309
/proc/meminfo: memFree=14754080/32950928 swapFree=67111528/67111528
[pid=26290] ppid=26288 vsize=7661164 CPUtime=4.06 cores=4,6
/proc/26290/stat : 26290 (java) S 26288 26290 26130 0 -1 4202496 28138 0 1 0 403 3 0 0 25 0 19 0 490513041 7845031936 24330 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26290/statm: 1915291 24330 2254 9 0 1906029 0
[pid=26290/tid=26291] ppid=26288 vsize=7661164 CPUtime=2.97 cores=4,6
/proc/26290/task/26291/stat : 26291 (java) R 26288 26290 26130 0 -1 4202560 11208 0 1 0 296 1 0 0 25 0 19 0 490513041 7845031936 24330 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 46912505732065 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26290/tid=26293] ppid=26288 vsize=7661164 CPUtime=0 cores=4,6
/proc/26290/task/26293/stat : 26293 (java) S 26288 26290 26130 0 -1 4202560 959 0 0 0 0 0 0 0 15 0 19 0 490513042 7845031936 24330 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26294] ppid=26288 vsize=7661164 CPUtime=0 cores=4,6
/proc/26290/task/26294/stat : 26294 (java) S 26288 26290 26130 0 -1 4202560 763 0 0 0 0 0 0 0 18 0 19 0 490513042 7845031936 24330 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26295] ppid=26288 vsize=7661164 CPUtime=0 cores=4,6
/proc/26290/task/26295/stat : 26295 (java) S 26288 26290 26130 0 -1 4202560 182 0 0 0 0 0 0 0 15 0 19 0 490513042 7845031936 24330 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26296] ppid=26288 vsize=7661164 CPUtime=0 cores=4,6
/proc/26290/task/26296/stat : 26296 (java) S 26288 26290 26130 0 -1 4202560 115 0 0 0 0 0 0 0 15 0 19 0 490513042 7845031936 24330 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26297] ppid=26288 vsize=7661164 CPUtime=0 cores=4,6
/proc/26290/task/26297/stat : 26297 (java) S 26288 26290 26130 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490513042 7845031936 24330 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26298] ppid=26288 vsize=7661164 CPUtime=0 cores=4,6
/proc/26290/task/26298/stat : 26298 (java) S 26288 26290 26130 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490513042 7845031936 24330 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26299] ppid=26288 vsize=7661164 CPUtime=0 cores=4,6
/proc/26290/task/26299/stat : 26299 (java) S 26288 26290 26130 0 -1 4202560 188 0 0 0 0 0 0 0 16 0 19 0 490513042 7845031936 24330 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26300] ppid=26288 vsize=7661164 CPUtime=0 cores=4,6
/proc/26290/task/26300/stat : 26300 (java) S 26288 26290 26130 0 -1 4202560 263 0 0 0 0 0 0 0 15 0 19 0 490513042 7845031936 24330 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26301] ppid=26288 vsize=7661164 CPUtime=0.05 cores=4,6
/proc/26290/task/26301/stat : 26301 (java) S 26288 26290 26130 0 -1 4202560 2201 0 0 0 5 0 0 0 16 0 19 0 490513043 7845031936 24330 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514752 0 0 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
[pid=26290/tid=26302] ppid=26288 vsize=7661164 CPUtime=0 cores=4,6
/proc/26290/task/26302/stat : 26302 (java) S 26288 26290 26130 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490513044 7845031936 24330 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
[pid=26290/tid=26303] ppid=26288 vsize=7661164 CPUtime=0 cores=4,6
/proc/26290/task/26303/stat : 26303 (java) S 26288 26290 26130 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490513044 7845031936 24330 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
[pid=26290/tid=26304] ppid=26288 vsize=7661164 CPUtime=0 cores=4,6
/proc/26290/task/26304/stat : 26304 (java) S 26288 26290 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490513046 7845031936 24330 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101521841 0 4 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
[pid=26290/tid=26305] ppid=26288 vsize=7661164 CPUtime=0.71 cores=4,6
/proc/26290/task/26305/stat : 26305 (java) S 26288 26290 26130 0 -1 4202560 7865 0 0 0 71 0 0 0 15 0 19 0 490513046 7845031936 24330 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26306] ppid=26288 vsize=7661164 CPUtime=0.27 cores=4,6
/proc/26290/task/26306/stat : 26306 (java) S 26288 26290 26130 0 -1 4202560 3240 0 0 0 27 0 0 0 18 0 19 0 490513046 7845031936 24330 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
[pid=26290/tid=26307] ppid=26288 vsize=7661164 CPUtime=0 cores=4,6
/proc/26290/task/26307/stat : 26307 (java) S 26288 26290 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490513046 7845031936 24330 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
[pid=26290/tid=26308] ppid=26288 vsize=7661164 CPUtime=0 cores=4,6
/proc/26290/task/26308/stat : 26308 (java) S 26288 26290 26130 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490513046 7845031936 24330 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514752 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26309] ppid=26288 vsize=7661164 CPUtime=0 cores=4,6
/proc/26290/task/26309/stat : 26309 (java) S 26288 26290 26130 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490513070 7845031936 24330 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514752 0 4 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 7661164

[startup+6.30061 s]
/proc/loadavg: 3.66 3.89 3.86 5/262 26309
/proc/meminfo: memFree=14760572/32950928 swapFree=67111528/67111528
[pid=26290] ppid=26288 vsize=7649252 CPUtime=7.29 cores=4,6
/proc/26290/stat : 26290 (java) S 26288 26290 26130 0 -1 4202496 28532 0 1 0 725 4 0 0 25 0 19 0 490513041 7832834048 22052 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26290/statm: 1912313 22052 2254 9 0 1903051 0
[pid=26290/tid=26291] ppid=26288 vsize=7649252 CPUtime=6.1 cores=4,6
/proc/26290/task/26291/stat : 26291 (java) R 26288 26290 26130 0 -1 4202560 11212 0 1 0 609 1 0 0 25 0 19 0 490513041 7832834048 22052 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 46912505633135 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26290/tid=26293] ppid=26288 vsize=7649252 CPUtime=0 cores=4,6
/proc/26290/task/26293/stat : 26293 (java) S 26288 26290 26130 0 -1 4202560 959 0 0 0 0 0 0 0 15 0 19 0 490513042 7832834048 22052 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26294] ppid=26288 vsize=7649252 CPUtime=0.01 cores=4,6
/proc/26290/task/26294/stat : 26294 (java) S 26288 26290 26130 0 -1 4202560 884 0 0 0 1 0 0 0 15 0 19 0 490513042 7832834048 22052 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26295] ppid=26288 vsize=7649252 CPUtime=0 cores=4,6
/proc/26290/task/26295/stat : 26295 (java) S 26288 26290 26130 0 -1 4202560 276 0 0 0 0 0 0 0 16 0 19 0 490513042 7832834048 22052 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26296] ppid=26288 vsize=7649252 CPUtime=0 cores=4,6
/proc/26290/task/26296/stat : 26296 (java) S 26288 26290 26130 0 -1 4202560 115 0 0 0 0 0 0 0 16 0 19 0 490513042 7832834048 22052 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26297] ppid=26288 vsize=7649252 CPUtime=0 cores=4,6
/proc/26290/task/26297/stat : 26297 (java) S 26288 26290 26130 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490513042 7832834048 22052 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26298] ppid=26288 vsize=7649252 CPUtime=0 cores=4,6
/proc/26290/task/26298/stat : 26298 (java) S 26288 26290 26130 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490513042 7832834048 22052 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26299] ppid=26288 vsize=7649252 CPUtime=0 cores=4,6
/proc/26290/task/26299/stat : 26299 (java) S 26288 26290 26130 0 -1 4202560 188 0 0 0 0 0 0 0 15 0 19 0 490513042 7832834048 22052 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26300] ppid=26288 vsize=7649252 CPUtime=0 cores=4,6
/proc/26290/task/26300/stat : 26300 (java) S 26288 26290 26130 0 -1 4202560 263 0 0 0 0 0 0 0 15 0 19 0 490513042 7832834048 22052 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26301] ppid=26288 vsize=7649252 CPUtime=0.11 cores=4,6
/proc/26290/task/26301/stat : 26301 (java) S 26288 26290 26130 0 -1 4202560 2372 0 0 0 11 0 0 0 16 0 19 0 490513043 7832834048 22052 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514752 0 0 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
[pid=26290/tid=26302] ppid=26288 vsize=7649252 CPUtime=0 cores=4,6
/proc/26290/task/26302/stat : 26302 (java) S 26288 26290 26130 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490513044 7832834048 22052 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
[pid=26290/tid=26303] ppid=26288 vsize=7649252 CPUtime=0 cores=4,6
/proc/26290/task/26303/stat : 26303 (java) S 26288 26290 26130 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490513044 7832834048 22052 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
[pid=26290/tid=26304] ppid=26288 vsize=7649252 CPUtime=0 cores=4,6
/proc/26290/task/26304/stat : 26304 (java) S 26288 26290 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490513046 7832834048 22052 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101521841 0 4 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
[pid=26290/tid=26305] ppid=26288 vsize=7649252 CPUtime=0.73 cores=4,6
/proc/26290/task/26305/stat : 26305 (java) S 26288 26290 26130 0 -1 4202560 7869 0 0 0 73 0 0 0 15 0 19 0 490513046 7832834048 22052 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26306] ppid=26288 vsize=7649252 CPUtime=0.27 cores=4,6
/proc/26290/task/26306/stat : 26306 (java) S 26288 26290 26130 0 -1 4202560 3240 0 0 0 27 0 0 0 17 0 19 0 490513046 7832834048 22052 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 4 0 0 0

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

/proc/26290/task/26291/stat : 26291 (java) R 26288 26290 26130 0 -1 4202560 11235 0 1 0 11724 1 0 0 25 0 19 0 490513041 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 46912505732112 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26290/tid=26293] ppid=26288 vsize=7649252 CPUtime=0.03 cores=4,6
/proc/26290/task/26293/stat : 26293 (java) S 26288 26290 26130 0 -1 4202560 990 0 0 0 3 0 0 0 15 0 19 0 490513042 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26294] ppid=26288 vsize=7649252 CPUtime=0.03 cores=4,6
/proc/26290/task/26294/stat : 26294 (java) S 26288 26290 26130 0 -1 4202560 2052 0 0 0 3 0 0 0 16 0 19 0 490513042 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26295] ppid=26288 vsize=7649252 CPUtime=0.01 cores=4,6
/proc/26290/task/26295/stat : 26295 (java) S 26288 26290 26130 0 -1 4202560 277 0 0 0 1 0 0 0 15 0 19 0 490513042 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26296] ppid=26288 vsize=7649252 CPUtime=0.01 cores=4,6
/proc/26290/task/26296/stat : 26296 (java) S 26288 26290 26130 0 -1 4202560 361 0 0 0 1 0 0 0 15 0 19 0 490513042 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26297] ppid=26288 vsize=7649252 CPUtime=0.03 cores=4,6
/proc/26290/task/26297/stat : 26297 (java) S 26288 26290 26130 0 -1 4202560 247 0 0 0 3 0 0 0 15 0 19 0 490513042 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26298] ppid=26288 vsize=7649252 CPUtime=0.02 cores=4,6
/proc/26290/task/26298/stat : 26298 (java) S 26288 26290 26130 0 -1 4202560 64 0 0 0 2 0 0 0 15 0 19 0 490513042 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26299] ppid=26288 vsize=7649252 CPUtime=0.01 cores=4,6
/proc/26290/task/26299/stat : 26299 (java) S 26288 26290 26130 0 -1 4202560 264 0 0 0 1 0 0 0 15 0 19 0 490513042 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26300] ppid=26288 vsize=7649252 CPUtime=0.02 cores=4,6
/proc/26290/task/26300/stat : 26300 (java) S 26288 26290 26130 0 -1 4202560 299 0 0 0 2 0 0 0 15 0 19 0 490513042 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26301] ppid=26288 vsize=7649252 CPUtime=0.85 cores=4,6
/proc/26290/task/26301/stat : 26301 (java) S 26288 26290 26130 0 -1 4202560 3961 0 0 0 85 0 0 0 15 0 19 0 490513043 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514752 0 0 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
[pid=26290/tid=26302] ppid=26288 vsize=7649252 CPUtime=0 cores=4,6
/proc/26290/task/26302/stat : 26302 (java) S 26288 26290 26130 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490513044 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
[pid=26290/tid=26303] ppid=26288 vsize=7649252 CPUtime=0 cores=4,6
/proc/26290/task/26303/stat : 26303 (java) S 26288 26290 26130 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490513044 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
[pid=26290/tid=26304] ppid=26288 vsize=7649252 CPUtime=0 cores=4,6
/proc/26290/task/26304/stat : 26304 (java) S 26288 26290 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490513046 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101521841 0 4 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
[pid=26290/tid=26305] ppid=26288 vsize=7649252 CPUtime=0.75 cores=4,6
/proc/26290/task/26305/stat : 26305 (java) S 26288 26290 26130 0 -1 4202560 7870 0 0 0 75 0 0 0 15 0 19 0 490513046 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26306] ppid=26288 vsize=7649252 CPUtime=0.27 cores=4,6
/proc/26290/task/26306/stat : 26306 (java) S 26288 26290 26130 0 -1 4202560 3240 0 0 0 27 0 0 0 17 0 19 0 490513046 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
[pid=26290/tid=26307] ppid=26288 vsize=7649252 CPUtime=0 cores=4,6
/proc/26290/task/26307/stat : 26307 (java) S 26288 26290 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490513046 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
[pid=26290/tid=26308] ppid=26288 vsize=7649252 CPUtime=0 cores=4,6
/proc/26290/task/26308/stat : 26308 (java) S 26288 26290 26130 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 490513046 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514752 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26309] ppid=26288 vsize=7649252 CPUtime=0 cores=4,6
/proc/26290/task/26309/stat : 26309 (java) S 26288 26290 26130 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490513070 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514752 0 4 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 119.37
Current children cumulated vsize (KiB) 7649252

[startup+119.101 s]
/proc/loadavg: 3.98 3.94 3.88 5/262 26312
/proc/meminfo: memFree=14731588/32950928 swapFree=67111528/67111528
[pid=26290] ppid=26288 vsize=7649252 CPUtime=120.17 cores=4,6
/proc/26290/stat : 26290 (java) S 26288 26290 26130 0 -1 4202496 32018 0 1 0 12013 4 0 0 25 0 19 0 490513041 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26290/statm: 1912313 25502 2254 9 0 1903051 0
[pid=26290/tid=26291] ppid=26288 vsize=7649252 CPUtime=118.05 cores=4,6
/proc/26290/task/26291/stat : 26291 (java) R 26288 26290 26130 0 -1 4202560 11235 0 1 0 11804 1 0 0 25 0 19 0 490513041 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 46912505660615 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26290/tid=26293] ppid=26288 vsize=7649252 CPUtime=0.03 cores=4,6
/proc/26290/task/26293/stat : 26293 (java) S 26288 26290 26130 0 -1 4202560 990 0 0 0 3 0 0 0 15 0 19 0 490513042 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26294] ppid=26288 vsize=7649252 CPUtime=0.03 cores=4,6
/proc/26290/task/26294/stat : 26294 (java) S 26288 26290 26130 0 -1 4202560 2052 0 0 0 3 0 0 0 16 0 19 0 490513042 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26295] ppid=26288 vsize=7649252 CPUtime=0.01 cores=4,6
/proc/26290/task/26295/stat : 26295 (java) S 26288 26290 26130 0 -1 4202560 277 0 0 0 1 0 0 0 15 0 19 0 490513042 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26296] ppid=26288 vsize=7649252 CPUtime=0.01 cores=4,6
/proc/26290/task/26296/stat : 26296 (java) S 26288 26290 26130 0 -1 4202560 361 0 0 0 1 0 0 0 15 0 19 0 490513042 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26297] ppid=26288 vsize=7649252 CPUtime=0.03 cores=4,6
/proc/26290/task/26297/stat : 26297 (java) S 26288 26290 26130 0 -1 4202560 247 0 0 0 3 0 0 0 15 0 19 0 490513042 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26298] ppid=26288 vsize=7649252 CPUtime=0.02 cores=4,6
/proc/26290/task/26298/stat : 26298 (java) S 26288 26290 26130 0 -1 4202560 64 0 0 0 2 0 0 0 15 0 19 0 490513042 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26299] ppid=26288 vsize=7649252 CPUtime=0.01 cores=4,6
/proc/26290/task/26299/stat : 26299 (java) S 26288 26290 26130 0 -1 4202560 264 0 0 0 1 0 0 0 15 0 19 0 490513042 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26300] ppid=26288 vsize=7649252 CPUtime=0.02 cores=4,6
/proc/26290/task/26300/stat : 26300 (java) S 26288 26290 26130 0 -1 4202560 299 0 0 0 2 0 0 0 15 0 19 0 490513042 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26301] ppid=26288 vsize=7649252 CPUtime=0.85 cores=4,6
/proc/26290/task/26301/stat : 26301 (java) S 26288 26290 26130 0 -1 4202560 3961 0 0 0 85 0 0 0 15 0 19 0 490513043 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514752 0 0 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
[pid=26290/tid=26302] ppid=26288 vsize=7649252 CPUtime=0 cores=4,6
/proc/26290/task/26302/stat : 26302 (java) S 26288 26290 26130 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490513044 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
[pid=26290/tid=26303] ppid=26288 vsize=7649252 CPUtime=0 cores=4,6
/proc/26290/task/26303/stat : 26303 (java) S 26288 26290 26130 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490513044 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
[pid=26290/tid=26304] ppid=26288 vsize=7649252 CPUtime=0 cores=4,6
/proc/26290/task/26304/stat : 26304 (java) S 26288 26290 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490513046 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101521841 0 4 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
[pid=26290/tid=26305] ppid=26288 vsize=7649252 CPUtime=0.75 cores=4,6
/proc/26290/task/26305/stat : 26305 (java) S 26288 26290 26130 0 -1 4202560 7870 0 0 0 75 0 0 0 15 0 19 0 490513046 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26306] ppid=26288 vsize=7649252 CPUtime=0.27 cores=4,6
/proc/26290/task/26306/stat : 26306 (java) S 26288 26290 26130 0 -1 4202560 3240 0 0 0 27 0 0 0 17 0 19 0 490513046 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
[pid=26290/tid=26307] ppid=26288 vsize=7649252 CPUtime=0 cores=4,6
/proc/26290/task/26307/stat : 26307 (java) S 26288 26290 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490513046 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
[pid=26290/tid=26308] ppid=26288 vsize=7649252 CPUtime=0 cores=4,6
/proc/26290/task/26308/stat : 26308 (java) S 26288 26290 26130 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 490513046 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514752 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26309] ppid=26288 vsize=7649252 CPUtime=0 cores=4,6
/proc/26290/task/26309/stat : 26309 (java) S 26288 26290 26130 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490513070 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514752 0 4 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 120.17
Current children cumulated vsize (KiB) 7649252

[startup+119.501 s]
/proc/loadavg: 3.98 3.94 3.88 5/262 26312
/proc/meminfo: memFree=14731588/32950928 swapFree=67111528/67111528
[pid=26290] ppid=26288 vsize=7649252 CPUtime=120.57 cores=4,6
/proc/26290/stat : 26290 (java) S 26288 26290 26130 0 -1 4202496 32018 0 1 0 12053 4 0 0 25 0 19 0 490513041 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26290/statm: 1912313 25502 2254 9 0 1903051 0
[pid=26290/tid=26291] ppid=26288 vsize=7649252 CPUtime=118.45 cores=4,6
/proc/26290/task/26291/stat : 26291 (java) R 26288 26290 26130 0 -1 4202560 11235 0 1 0 11844 1 0 0 25 0 19 0 490513041 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 46912505731910 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26290/tid=26293] ppid=26288 vsize=7649252 CPUtime=0.03 cores=4,6
/proc/26290/task/26293/stat : 26293 (java) S 26288 26290 26130 0 -1 4202560 990 0 0 0 3 0 0 0 15 0 19 0 490513042 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26294] ppid=26288 vsize=7649252 CPUtime=0.03 cores=4,6
/proc/26290/task/26294/stat : 26294 (java) S 26288 26290 26130 0 -1 4202560 2052 0 0 0 3 0 0 0 16 0 19 0 490513042 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26295] ppid=26288 vsize=7649252 CPUtime=0.01 cores=4,6
/proc/26290/task/26295/stat : 26295 (java) S 26288 26290 26130 0 -1 4202560 277 0 0 0 1 0 0 0 15 0 19 0 490513042 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26296] ppid=26288 vsize=7649252 CPUtime=0.01 cores=4,6
/proc/26290/task/26296/stat : 26296 (java) S 26288 26290 26130 0 -1 4202560 361 0 0 0 1 0 0 0 15 0 19 0 490513042 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26297] ppid=26288 vsize=7649252 CPUtime=0.03 cores=4,6
/proc/26290/task/26297/stat : 26297 (java) S 26288 26290 26130 0 -1 4202560 247 0 0 0 3 0 0 0 15 0 19 0 490513042 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26298] ppid=26288 vsize=7649252 CPUtime=0.02 cores=4,6
/proc/26290/task/26298/stat : 26298 (java) S 26288 26290 26130 0 -1 4202560 64 0 0 0 2 0 0 0 15 0 19 0 490513042 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26299] ppid=26288 vsize=7649252 CPUtime=0.01 cores=4,6
/proc/26290/task/26299/stat : 26299 (java) S 26288 26290 26130 0 -1 4202560 264 0 0 0 1 0 0 0 15 0 19 0 490513042 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26300] ppid=26288 vsize=7649252 CPUtime=0.02 cores=4,6
/proc/26290/task/26300/stat : 26300 (java) S 26288 26290 26130 0 -1 4202560 299 0 0 0 2 0 0 0 15 0 19 0 490513042 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26301] ppid=26288 vsize=7649252 CPUtime=0.85 cores=4,6
/proc/26290/task/26301/stat : 26301 (java) S 26288 26290 26130 0 -1 4202560 3961 0 0 0 85 0 0 0 15 0 19 0 490513043 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514752 0 0 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
[pid=26290/tid=26302] ppid=26288 vsize=7649252 CPUtime=0 cores=4,6
/proc/26290/task/26302/stat : 26302 (java) S 26288 26290 26130 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490513044 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
[pid=26290/tid=26303] ppid=26288 vsize=7649252 CPUtime=0 cores=4,6
/proc/26290/task/26303/stat : 26303 (java) S 26288 26290 26130 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490513044 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
[pid=26290/tid=26304] ppid=26288 vsize=7649252 CPUtime=0 cores=4,6
/proc/26290/task/26304/stat : 26304 (java) S 26288 26290 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490513046 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101521841 0 4 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
[pid=26290/tid=26305] ppid=26288 vsize=7649252 CPUtime=0.75 cores=4,6
/proc/26290/task/26305/stat : 26305 (java) S 26288 26290 26130 0 -1 4202560 7870 0 0 0 75 0 0 0 15 0 19 0 490513046 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26306] ppid=26288 vsize=7649252 CPUtime=0.27 cores=4,6
/proc/26290/task/26306/stat : 26306 (java) S 26288 26290 26130 0 -1 4202560 3240 0 0 0 27 0 0 0 17 0 19 0 490513046 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
[pid=26290/tid=26307] ppid=26288 vsize=7649252 CPUtime=0 cores=4,6
/proc/26290/task/26307/stat : 26307 (java) S 26288 26290 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490513046 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
[pid=26290/tid=26308] ppid=26288 vsize=7649252 CPUtime=0 cores=4,6
/proc/26290/task/26308/stat : 26308 (java) S 26288 26290 26130 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 490513046 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514752 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26309] ppid=26288 vsize=7649252 CPUtime=0 cores=4,6
/proc/26290/task/26309/stat : 26309 (java) S 26288 26290 26130 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490513070 7832834048 25502 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514752 0 4 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 120.57
Current children cumulated vsize (KiB) 7649252

[startup+119.908 s]
/proc/loadavg: 3.98 3.94 3.88 5/262 26312
/proc/meminfo: memFree=14731588/32950928 swapFree=67111528/67111528
[pid=26290] ppid=26288 vsize=7649252 CPUtime=120.98 cores=4,6
/proc/26290/stat : 26290 (java) S 26288 26290 26130 0 -1 4202496 32025 0 1 0 12094 4 0 0 25 0 19 0 490513041 7832834048 25509 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26290/statm: 1912313 25509 2255 9 0 1903051 0
[pid=26290/tid=26291] ppid=26288 vsize=7649252 CPUtime=118.85 cores=4,6
/proc/26290/task/26291/stat : 26291 (java) S 26288 26290 26130 0 -1 4202560 11238 0 1 0 11884 1 0 0 25 0 19 0 490513041 7832834048 25509 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
[pid=26290/tid=26293] ppid=26288 vsize=7649252 CPUtime=0.03 cores=4,6
/proc/26290/task/26293/stat : 26293 (java) S 26288 26290 26130 0 -1 4202560 990 0 0 0 3 0 0 0 15 0 19 0 490513042 7832834048 25509 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26294] ppid=26288 vsize=7649252 CPUtime=0.03 cores=4,6
/proc/26290/task/26294/stat : 26294 (java) S 26288 26290 26130 0 -1 4202560 2052 0 0 0 3 0 0 0 16 0 19 0 490513042 7832834048 25509 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26295] ppid=26288 vsize=7649252 CPUtime=0.01 cores=4,6
/proc/26290/task/26295/stat : 26295 (java) S 26288 26290 26130 0 -1 4202560 277 0 0 0 1 0 0 0 15 0 19 0 490513042 7832834048 25509 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26296] ppid=26288 vsize=7649252 CPUtime=0.01 cores=4,6
/proc/26290/task/26296/stat : 26296 (java) S 26288 26290 26130 0 -1 4202560 361 0 0 0 1 0 0 0 15 0 19 0 490513042 7832834048 25509 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26297] ppid=26288 vsize=7649252 CPUtime=0.03 cores=4,6
/proc/26290/task/26297/stat : 26297 (java) S 26288 26290 26130 0 -1 4202560 247 0 0 0 3 0 0 0 15 0 19 0 490513042 7832834048 25509 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26298] ppid=26288 vsize=7649252 CPUtime=0.02 cores=4,6
/proc/26290/task/26298/stat : 26298 (java) S 26288 26290 26130 0 -1 4202560 64 0 0 0 2 0 0 0 15 0 19 0 490513042 7832834048 25509 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26299] ppid=26288 vsize=7649252 CPUtime=0.01 cores=4,6
/proc/26290/task/26299/stat : 26299 (java) S 26288 26290 26130 0 -1 4202560 264 0 0 0 1 0 0 0 15 0 19 0 490513042 7832834048 25509 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26300] ppid=26288 vsize=7649252 CPUtime=0.02 cores=4,6
/proc/26290/task/26300/stat : 26300 (java) S 26288 26290 26130 0 -1 4202560 299 0 0 0 2 0 0 0 15 0 19 0 490513042 7832834048 25509 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26301] ppid=26288 vsize=7649252 CPUtime=0.85 cores=4,6
/proc/26290/task/26301/stat : 26301 (java) S 26288 26290 26130 0 -1 4202560 3961 0 0 0 85 0 0 0 15 0 19 0 490513043 7832834048 25509 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514752 0 0 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
[pid=26290/tid=26302] ppid=26288 vsize=7649252 CPUtime=0 cores=4,6
/proc/26290/task/26302/stat : 26302 (java) S 26288 26290 26130 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490513044 7832834048 25509 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
[pid=26290/tid=26303] ppid=26288 vsize=7649252 CPUtime=0 cores=4,6
/proc/26290/task/26303/stat : 26303 (java) S 26288 26290 26130 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490513044 7832834048 25509 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
[pid=26290/tid=26304] ppid=26288 vsize=7649252 CPUtime=0 cores=4,6
/proc/26290/task/26304/stat : 26304 (java) S 26288 26290 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490513046 7832834048 25509 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101521841 0 4 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
[pid=26290/tid=26305] ppid=26288 vsize=7649252 CPUtime=0.76 cores=4,6
/proc/26290/task/26305/stat : 26305 (java) S 26288 26290 26130 0 -1 4202560 7870 0 0 0 76 0 0 0 16 0 19 0 490513046 7832834048 25509 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
[pid=26290/tid=26306] ppid=26288 vsize=7649252 CPUtime=0.27 cores=4,6
/proc/26290/task/26306/stat : 26306 (java) R 26288 26290 26130 0 -1 4202560 3240 0 0 0 27 0 0 0 15 0 19 0 490513046 7832834048 25509 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 47160140246856 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26290/tid=26307] ppid=26288 vsize=7649252 CPUtime=0 cores=4,6
/proc/26290/task/26307/stat : 26307 (java) S 26288 26290 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490513046 7832834048 25509 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514137 0 4 0 16800975 18446604453846581696 0 0 -1 4 0 0 0
[pid=26290/tid=26308] ppid=26288 vsize=7649252 CPUtime=0 cores=4,6
/proc/26290/task/26308/stat : 26308 (java) S 26288 26290 26130 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 490513046 7832834048 25509 33554432000 1073741824 1073778376 140733959998400 18446744073709551615 248101514752 0 4 0 16800975 18446604453846581696 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 120.98
Current children cumulated vsize (KiB) 7649252

Child status: 20
Real time (s): 119.932
CPU time (s): 121.005
CPU user time (s): 120.955
CPU system time (s): 0.049992
CPU usage (%): 100.895
Max. virtual memory (cumulated for all children) (KiB): 7661164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 120.955
system time used= 0.049992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32027
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= 3469
involuntary context switches= 1010

runsolver used 0.206968 second user time and 0.45693 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-26 05:38:52
IDJOB=3290547
IDBENCH=83438
IDSOLVER=1611
FILE ID=node123/3290547-1303789132
RUNJOBID= node123-1303789113-26149
PBS_JOBID= 13157259
Free space on /tmp= 72912 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E02F17.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-3290547-1303789132/watcher-3290547-1303789132 -o /tmp/evaluation-result-3290547-1303789132/solver-3290547-1303789132 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3290547-1303789132.cnf

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

MD5SUM BENCH= 4f20f237857124f0eb214df627f84b82
RANDOM SEED=1047591599

node123.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14841544 kB
Buffers:       2170808 kB
Cached:       15013616 kB
SwapCached:          0 kB
Active:        8607740 kB
Inactive:      8955480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14841544 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           18044 kB
Writeback:           0 kB
AnonPages:      377876 kB
Mapped:          23428 kB
Slab:           479676 kB
PageTables:       6336 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 22048208 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= 72912 MiB
End job on node123 at 2011-04-26 05:40:52