Trace number 3290915

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 35.9125 34.8443

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E05X15.cnf
MD5SUMe53b8f4e61e6411a209ad63833d35585
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.03223
Satisfiable
(Un)Satisfiability was proved
Number of variables4740
Number of clauses41379
Sum of the clauses size183934
Maximum clause length45
Minimum clause length1
Number of clauses of size 17
Number of clauses of size 211966
Number of clauses of size 39700
Number of clauses of size 43195
Number of clauses of size 54425
Number of clauses of size over 512086

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c no version file found!!!
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		6997539544
0.00/0.08	c Max memory 		7034241024
0.00/0.08	c Total memory 		7034241024
0.00/0.08	c Number of processors 	8
0.08/0.10	c --- Begin Solver configuration ---
0.08/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.08/0.10	c Learn all clauses as in MiniSAT
0.08/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.08/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.08/0.10	c Expensive reason simplification
0.08/0.10	c Armin Biere (Picosat) restarts strategy
0.08/0.10	c Glucose learned constraints deletion strategy
0.08/0.10	c timeout=2147483647s
0.08/0.10	c DB Simplification allowed=true
0.08/0.10	c --- End Solver configuration ---
0.08/0.10	c solving HOME/instance-3290915-1303790415.cnf
0.08/0.10	c reading problem ... 
0.25/0.29	c ... done. Wall clock time 0.188s.
0.25/0.29	c #vars     4740
0.25/0.29	c #constraints  41274
0.25/0.29	c constraints type 
0.25/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29406
0.25/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 11861
1.63/1.15	c cleaning 2502 clauses out of 5003 with flag 5004/5004
2.89/1.92	c cleaning 4241 clauses out of 8492 with flag 11000/11000
3.89/2.94	c cleaning 5621 clauses out of 11251 with flag 18000/18000
5.10/4.20	c cleaning 6801 clauses out of 13630 with flag 26000/26000
6.82/5.86	c cleaning 7904 clauses out of 15830 with flag 35001/35001
8.73/7.76	c cleaning 8936 clauses out of 17925 with flag 45000/45000
11.02/10.01	c cleaning 9989 clauses out of 19989 with flag 56000/56000
13.62/12.65	c cleaning 10999 clauses out of 22004 with flag 68004/68004
16.43/15.48	c cleaning 11999 clauses out of 24001 with flag 81000/81000
19.83/18.89	c cleaning 12997 clauses out of 26002 with flag 95000/95000
23.45/22.42	c cleaning 13287 clauses out of 26587 with flag 110000/110000
27.46/26.50	c cleaning 14649 clauses out of 29300 with flag 126000/126000
31.86/30.84	c cleaning 15823 clauses out of 31652 with flag 143001/143001
35.86/34.83	c starts		: 486
35.86/34.83	c conflicts		: 158024
35.86/34.83	c decisions		: 262492
35.86/34.83	c propagations		: 37967528
35.86/34.83	c inspects		: 340176614
35.86/34.83	c shortcuts		: 0
35.86/34.83	c learnt literals	: 10
35.86/34.83	c learnt binary clauses	: 243
35.86/34.83	c learnt ternary clauses	: 973
35.86/34.83	c learnt constraints	: 158013
35.86/34.83	c ignored constraints	: 0
35.86/34.83	c root simplifications	: 495
35.86/34.83	c removed literals (reason simplification)	: 4691521
35.86/34.83	c reason swapping (by a shorter reason)	: 0
35.86/34.83	c Calls to reduceDB	: 13
35.86/34.83	c speed (assignments/second)	: 1099138.1177083636
35.86/34.83	c non guided choices	101
35.86/34.83	c learnt constraints type 
35.86/34.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 58
35.86/34.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10696
35.86/34.83	c constraints type 
35.86/34.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29406
35.86/34.83	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 11861
35.86/34.83	s UNSATISFIABLE
35.86/34.83	c Total wall clock time (in seconds) : 34.731

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

running on 2 cores: 0,2

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.87 4.00 3.94 4/222 26719
/proc/meminfo: memFree=14910080/32950928 swapFree=67111528/67111528
[pid=26719] ppid=26717 vsize=9100 CPUtime=0 cores=0,2
/proc/26719/stat : 26719 (java) S 26717 26719 26130 0 -1 4202496 229 0 0 0 0 0 0 0 25 0 1 0 490641315 9318400 165 33554432000 1073741824 1073778376 140735877351360 18446744073709551615 248089696256 0 2147483391 4096 0 18446744071699199166 0 0 17 0 0 0 0
/proc/26719/statm: 2275 165 125 9 0 67 0

[startup+0.0118189 s]
/proc/loadavg: 3.87 4.00 3.94 4/222 26719
/proc/meminfo: memFree=14910080/32950928 swapFree=67111528/67111528
[pid=26719] ppid=26717 vsize=30540 CPUtime=0 cores=0,2
/proc/26719/stat : 26719 (java) S 26717 26719 26130 0 -1 4202496 1250 0 0 0 0 0 0 0 25 0 2 0 490641315 31272960 969 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101500901 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/26719/statm: 7635 969 741 9 0 386 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 30540

[startup+0.100793 s]
/proc/loadavg: 3.87 4.00 3.94 4/222 26719
/proc/meminfo: memFree=14910080/32950928 swapFree=67111528/67111528
[pid=26719] ppid=26717 vsize=7569940 CPUtime=0.08 cores=0,2
/proc/26719/stat : 26719 (java) S 26717 26719 26130 0 -1 4202496 9648 0 1 0 7 1 0 0 25 0 18 0 490641315 7751618560 9344 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26719/statm: 1892485 9345 1754 9 0 1883223 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7569940

[startup+0.30076 s]
/proc/loadavg: 3.87 4.00 3.94 4/222 26719
/proc/meminfo: memFree=14910080/32950928 swapFree=67111528/67111528
[pid=26719] ppid=26717 vsize=7641332 CPUtime=0.45 cores=0,2
/proc/26719/stat : 26719 (java) S 26717 26719 26130 0 -1 4202496 13655 0 1 0 44 1 0 0 25 0 18 0 490641315 7824723968 12568 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26719/statm: 1910333 12568 2197 9 0 1901071 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 7641332

[startup+0.700688 s]
/proc/loadavg: 3.87 4.00 3.94 4/222 26719
/proc/meminfo: memFree=14910080/32950928 swapFree=67111528/67111528
[pid=26719] ppid=26717 vsize=7645076 CPUtime=1.19 cores=0,2
/proc/26719/stat : 26719 (java) S 26717 26719 26130 0 -1 4202496 14570 0 1 0 118 1 0 0 25 0 19 0 490641315 7828557824 13481 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26719/statm: 1911269 13481 2223 9 0 1902007 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 7645076

[startup+1.50155 s]
/proc/loadavg: 3.87 4.00 3.94 5/262 26762
/proc/meminfo: memFree=14807160/32950928 swapFree=67111528/67111528
[pid=26719] ppid=26717 vsize=7662792 CPUtime=2.38 cores=0,2
/proc/26719/stat : 26719 (java) S 26717 26719 26130 0 -1 4202496 23112 0 1 0 235 3 0 0 25 0 19 0 490641315 7846699008 20374 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26719/statm: 1915698 20374 2252 9 0 1906436 0
[pid=26719/tid=26721] ppid=26717 vsize=7662792 CPUtime=1.44 cores=0,2
/proc/26719/task/26721/stat : 26721 (java) R 26717 26719 26130 0 -1 4202560 10302 0 1 0 143 1 0 0 25 0 19 0 490641316 7846699008 20374 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 46912505659436 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26719/tid=26722] ppid=26717 vsize=7662792 CPUtime=0 cores=0,2
/proc/26719/task/26722/stat : 26722 (java) S 26717 26719 26130 0 -1 4202560 594 0 0 0 0 0 0 0 18 0 19 0 490641317 7846699008 20374 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26723] ppid=26717 vsize=7662792 CPUtime=0 cores=0,2
/proc/26719/task/26723/stat : 26723 (java) S 26717 26719 26130 0 -1 4202560 702 0 0 0 0 0 0 0 18 0 19 0 490641317 7846699008 20374 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26724] ppid=26717 vsize=7662792 CPUtime=0 cores=0,2
/proc/26719/task/26724/stat : 26724 (java) S 26717 26719 26130 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 490641317 7846699008 20374 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26725] ppid=26717 vsize=7662792 CPUtime=0 cores=0,2
/proc/26719/task/26725/stat : 26725 (java) S 26717 26719 26130 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490641317 7846699008 20374 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26726] ppid=26717 vsize=7662792 CPUtime=0 cores=0,2
/proc/26719/task/26726/stat : 26726 (java) S 26717 26719 26130 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490641317 7846699008 20374 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26727] ppid=26717 vsize=7662792 CPUtime=0 cores=0,2
/proc/26719/task/26727/stat : 26727 (java) S 26717 26719 26130 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490641317 7846699008 20374 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26728] ppid=26717 vsize=7662792 CPUtime=0 cores=0,2
/proc/26719/task/26728/stat : 26728 (java) S 26717 26719 26130 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 490641317 7846699008 20374 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26729] ppid=26717 vsize=7662792 CPUtime=0 cores=0,2
/proc/26719/task/26729/stat : 26729 (java) S 26717 26719 26130 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 490641317 7846699008 20374 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26730] ppid=26717 vsize=7662792 CPUtime=0.02 cores=0,2
/proc/26719/task/26730/stat : 26730 (java) S 26717 26719 26130 0 -1 4202560 1298 0 0 0 2 0 0 0 16 0 19 0 490641318 7846699008 20374 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514752 0 0 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
[pid=26719/tid=26731] ppid=26717 vsize=7662792 CPUtime=0 cores=0,2
/proc/26719/task/26731/stat : 26731 (java) S 26717 26719 26130 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490641319 7846699008 20374 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
[pid=26719/tid=26732] ppid=26717 vsize=7662792 CPUtime=0 cores=0,2
/proc/26719/task/26732/stat : 26732 (java) S 26717 26719 26130 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490641319 7846699008 20374 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
[pid=26719/tid=26733] ppid=26717 vsize=7662792 CPUtime=0 cores=0,2
/proc/26719/task/26733/stat : 26733 (java) S 26717 26719 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490641321 7846699008 20374 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101521841 0 4 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
[pid=26719/tid=26734] ppid=26717 vsize=7662792 CPUtime=0.64 cores=0,2
/proc/26719/task/26734/stat : 26734 (java) R 26717 26719 26130 0 -1 4202560 8277 0 0 0 63 1 0 0 21 0 19 0 490641321 7846699008 20374 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 47544202212368 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=26719/tid=26735] ppid=26717 vsize=7662792 CPUtime=0.24 cores=0,2
/proc/26719/task/26735/stat : 26735 (java) S 26717 26719 26130 0 -1 4202560 782 0 0 0 24 0 0 0 21 0 19 0 490641321 7846699008 20374 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26736] ppid=26717 vsize=7662792 CPUtime=0 cores=0,2
/proc/26719/task/26736/stat : 26736 (java) S 26717 26719 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490641321 7846699008 20374 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
[pid=26719/tid=26737] ppid=26717 vsize=7662792 CPUtime=0 cores=0,2
/proc/26719/task/26737/stat : 26737 (java) S 26717 26719 26130 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490641321 7846699008 20374 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514752 0 4 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
[pid=26719/tid=26761] ppid=26717 vsize=7662792 CPUtime=0 cores=0,2
/proc/26719/task/26761/stat : 26761 (java) S 26717 26719 26130 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490641345 7846699008 20374 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514752 0 4 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 7662792

[startup+3.10132 s]
/proc/loadavg: 3.87 4.00 3.94 5/241 26784
/proc/meminfo: memFree=14812120/32950928 swapFree=67111528/67111528
[pid=26719] ppid=26717 vsize=7663400 CPUtime=4.1 cores=0,2
/proc/26719/stat : 26719 (java) S 26717 26719 26130 0 -1 4202496 23955 0 1 0 407 3 0 0 25 0 19 0 490641315 7847321600 21214 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26719/statm: 1915850 21214 2254 9 0 1906588 0
[pid=26719/tid=26721] ppid=26717 vsize=7663400 CPUtime=2.99 cores=0,2
/proc/26719/task/26721/stat : 26721 (java) R 26717 26719 26130 0 -1 4202560 10305 0 1 0 298 1 0 0 19 0 19 0 490641316 7847321600 21214 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 46912505639909 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26719/tid=26722] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26722/stat : 26722 (java) S 26717 26719 26130 0 -1 4202560 594 0 0 0 0 0 0 0 15 0 19 0 490641317 7847321600 21214 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
[pid=26719/tid=26723] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26723/stat : 26723 (java) S 26717 26719 26130 0 -1 4202560 704 0 0 0 0 0 0 0 16 0 19 0 490641317 7847321600 21214 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26724] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26724/stat : 26724 (java) S 26717 26719 26130 0 -1 4202560 162 0 0 0 0 0 0 0 15 0 19 0 490641317 7847321600 21214 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26725] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26725/stat : 26725 (java) S 26717 26719 26130 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 490641317 7847321600 21214 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26726] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26726/stat : 26726 (java) S 26717 26719 26130 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490641317 7847321600 21214 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26727] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26727/stat : 26727 (java) S 26717 26719 26130 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490641317 7847321600 21214 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26728] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26728/stat : 26728 (java) S 26717 26719 26130 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490641317 7847321600 21214 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26729] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26729/stat : 26729 (java) S 26717 26719 26130 0 -1 4202560 189 0 0 0 0 0 0 0 15 0 19 0 490641317 7847321600 21214 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26730] ppid=26717 vsize=7663400 CPUtime=0.05 cores=0,2
/proc/26719/task/26730/stat : 26730 (java) S 26717 26719 26130 0 -1 4202560 1568 0 0 0 5 0 0 0 16 0 19 0 490641318 7847321600 21214 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514752 0 0 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
[pid=26719/tid=26731] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26731/stat : 26731 (java) S 26717 26719 26130 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490641319 7847321600 21214 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
[pid=26719/tid=26732] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26732/stat : 26732 (java) S 26717 26719 26130 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490641319 7847321600 21214 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
[pid=26719/tid=26733] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26733/stat : 26733 (java) S 26717 26719 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490641321 7847321600 21214 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101521841 0 4 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
[pid=26719/tid=26734] ppid=26717 vsize=7663400 CPUtime=0.73 cores=0,2
/proc/26719/task/26734/stat : 26734 (java) S 26717 26719 26130 0 -1 4202560 8491 0 0 0 72 1 0 0 15 0 19 0 490641321 7847321600 21214 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26735] ppid=26717 vsize=7663400 CPUtime=0.27 cores=0,2
/proc/26719/task/26735/stat : 26735 (java) S 26717 26719 26130 0 -1 4202560 784 0 0 0 27 0 0 0 15 0 19 0 490641321 7847321600 21214 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26736] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26736/stat : 26736 (java) S 26717 26719 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490641321 7847321600 21214 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
[pid=26719/tid=26737] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26737/stat : 26737 (java) S 26717 26719 26130 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490641321 7847321600 21214 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514752 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26761] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26761/stat : 26761 (java) S 26717 26719 26130 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490641345 7847321600 21214 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514752 0 4 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 7663400

[startup+6.3007 s]
/proc/loadavg: 3.88 4.00 3.94 5/261 26807
/proc/meminfo: memFree=14643132/32950928 swapFree=67111528/67111528
[pid=26719] ppid=26717 vsize=7663400 CPUtime=7.32 cores=0,2
/proc/26719/stat : 26719 (java) S 26717 26719 26130 0 -1 4202496 24186 0 1 0 729 3 0 0 25 0 19 0 490641315 7847321600 21442 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26719/statm: 1915850 21442 2254 9 0 1906588 0
[pid=26719/tid=26721] ppid=26717 vsize=7663400 CPUtime=6.14 cores=0,2
/proc/26719/task/26721/stat : 26721 (java) R 26717 26719 26130 0 -1 4202560 10308 0 1 0 613 1 0 0 25 0 19 0 490641316 7847321600 21442 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 46912505682112 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26719/tid=26722] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26722/stat : 26722 (java) S 26717 26719 26130 0 -1 4202560 689 0 0 0 0 0 0 0 15 0 19 0 490641317 7847321600 21442 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26723] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26723/stat : 26723 (java) S 26717 26719 26130 0 -1 4202560 704 0 0 0 0 0 0 0 15 0 19 0 490641317 7847321600 21442 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26724] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26724/stat : 26724 (java) S 26717 26719 26130 0 -1 4202560 162 0 0 0 0 0 0 0 15 0 19 0 490641317 7847321600 21442 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26725] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26725/stat : 26725 (java) S 26717 26719 26130 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 19 0 490641317 7847321600 21442 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26726] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26726/stat : 26726 (java) S 26717 26719 26130 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490641317 7847321600 21442 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26727] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26727/stat : 26727 (java) S 26717 26719 26130 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 490641317 7847321600 21442 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26728] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26728/stat : 26728 (java) S 26717 26719 26130 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490641317 7847321600 21442 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
[pid=26719/tid=26729] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26729/stat : 26729 (java) S 26717 26719 26130 0 -1 4202560 191 0 0 0 0 0 0 0 15 0 19 0 490641317 7847321600 21442 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26730] ppid=26717 vsize=7663400 CPUtime=0.1 cores=0,2
/proc/26719/task/26730/stat : 26730 (java) S 26717 26719 26130 0 -1 4202560 1658 0 0 0 10 0 0 0 16 0 19 0 490641318 7847321600 21442 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514752 0 0 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
[pid=26719/tid=26731] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26731/stat : 26731 (java) S 26717 26719 26130 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490641319 7847321600 21442 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
[pid=26719/tid=26732] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26732/stat : 26732 (java) S 26717 26719 26130 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490641319 7847321600 21442 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
[pid=26719/tid=26733] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26733/stat : 26733 (java) S 26717 26719 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490641321 7847321600 21442 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101521841 0 4 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
[pid=26719/tid=26734] ppid=26717 vsize=7663400 CPUtime=0.73 cores=0,2
/proc/26719/task/26734/stat : 26734 (java) S 26717 26719 26130 0 -1 4202560 8491 0 0 0 72 1 0 0 15 0 19 0 490641321 7847321600 21442 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26735] ppid=26717 vsize=7663400 CPUtime=0.29 cores=0,2
/proc/26719/task/26735/stat : 26735 (java) S 26717 26719 26130 0 -1 4202560 784 0 0 0 29 0 0 0 15 0 19 0 490641321 7847321600 21442 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26736] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26736/stat : 26736 (java) S 26717 26719 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490641321 7847321600 21442 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
[pid=26719/tid=26737] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26737/stat : 26737 (java) S 26717 26719 26130 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490641321 7847321600 21442 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514752 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26761] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26761/stat : 26761 (java) S 26717 26719 26130 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490641345 7847321600 21442 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514752 0 4 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.32
Current children cumulated vsize (KiB) 7663400

[startup+12.7016 s]

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

/proc/26719/task/26722/stat : 26722 (java) S 26717 26719 26130 0 -1 4202560 689 0 0 0 0 0 0 0 15 0 19 0 490641317 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26723] ppid=26717 vsize=7663400 CPUtime=0.01 cores=0,2
/proc/26719/task/26723/stat : 26723 (java) S 26717 26719 26130 0 -1 4202560 750 0 0 0 1 0 0 0 15 0 19 0 490641317 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26724] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26724/stat : 26724 (java) S 26717 26719 26130 0 -1 4202560 183 0 0 0 0 0 0 0 15 0 19 0 490641317 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26725] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26725/stat : 26725 (java) S 26717 26719 26130 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 19 0 490641317 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26726] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26726/stat : 26726 (java) S 26717 26719 26130 0 -1 4202560 292 0 0 0 0 0 0 0 16 0 19 0 490641317 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26727] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26727/stat : 26727 (java) S 26717 26719 26130 0 -1 4202560 36 0 0 0 0 0 0 0 15 0 19 0 490641317 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26728] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26728/stat : 26728 (java) S 26717 26719 26130 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 490641317 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26729] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26729/stat : 26729 (java) S 26717 26719 26130 0 -1 4202560 191 0 0 0 0 0 0 0 15 0 19 0 490641317 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26730] ppid=26717 vsize=7663400 CPUtime=0.31 cores=0,2
/proc/26719/task/26730/stat : 26730 (java) S 26717 26719 26130 0 -1 4202560 2130 0 0 0 31 0 0 0 15 0 19 0 490641318 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514752 0 0 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
[pid=26719/tid=26731] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26731/stat : 26731 (java) S 26717 26719 26130 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490641319 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
[pid=26719/tid=26732] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26732/stat : 26732 (java) S 26717 26719 26130 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490641319 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
[pid=26719/tid=26733] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26733/stat : 26733 (java) S 26717 26719 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490641321 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101521841 0 4 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
[pid=26719/tid=26734] ppid=26717 vsize=7663400 CPUtime=0.73 cores=0,2
/proc/26719/task/26734/stat : 26734 (java) S 26717 26719 26130 0 -1 4202560 8491 0 0 0 72 1 0 0 15 0 19 0 490641321 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26735] ppid=26717 vsize=7663400 CPUtime=0.31 cores=0,2
/proc/26719/task/26735/stat : 26735 (java) S 26717 26719 26130 0 -1 4202560 785 0 0 0 31 0 0 0 16 0 19 0 490641321 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26736] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26736/stat : 26736 (java) S 26717 26719 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490641321 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
[pid=26719/tid=26737] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26737/stat : 26737 (java) S 26717 26719 26130 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490641321 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514752 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26761] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26761/stat : 26761 (java) S 26717 26719 26130 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490641345 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514752 0 4 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 34.56
Current children cumulated vsize (KiB) 7663400

[startup+34.3008 s]
/proc/loadavg: 3.92 4.00 3.94 5/262 26808
/proc/meminfo: memFree=13911572/32950928 swapFree=67111528/67111528
[pid=26719] ppid=26717 vsize=7663400 CPUtime=35.36 cores=0,2
/proc/26719/stat : 26719 (java) S 26717 26719 26130 0 -1 4202496 25068 0 1 0 3533 3 0 0 25 0 19 0 490641315 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26719/statm: 1915850 22313 2254 9 0 1906588 0
[pid=26719/tid=26721] ppid=26717 vsize=7663400 CPUtime=33.9 cores=0,2
/proc/26719/task/26721/stat : 26721 (java) R 26717 26719 26130 0 -1 4202560 10317 0 1 0 3389 1 0 0 25 0 19 0 490641316 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 46912505639909 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26719/tid=26722] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26722/stat : 26722 (java) S 26717 26719 26130 0 -1 4202560 689 0 0 0 0 0 0 0 15 0 19 0 490641317 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26723] ppid=26717 vsize=7663400 CPUtime=0.01 cores=0,2
/proc/26719/task/26723/stat : 26723 (java) S 26717 26719 26130 0 -1 4202560 750 0 0 0 1 0 0 0 15 0 19 0 490641317 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26724] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26724/stat : 26724 (java) S 26717 26719 26130 0 -1 4202560 183 0 0 0 0 0 0 0 15 0 19 0 490641317 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26725] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26725/stat : 26725 (java) S 26717 26719 26130 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 19 0 490641317 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26726] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26726/stat : 26726 (java) S 26717 26719 26130 0 -1 4202560 292 0 0 0 0 0 0 0 16 0 19 0 490641317 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26727] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26727/stat : 26727 (java) S 26717 26719 26130 0 -1 4202560 36 0 0 0 0 0 0 0 15 0 19 0 490641317 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26728] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26728/stat : 26728 (java) S 26717 26719 26130 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 490641317 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26729] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26729/stat : 26729 (java) S 26717 26719 26130 0 -1 4202560 191 0 0 0 0 0 0 0 15 0 19 0 490641317 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26730] ppid=26717 vsize=7663400 CPUtime=0.31 cores=0,2
/proc/26719/task/26730/stat : 26730 (java) S 26717 26719 26130 0 -1 4202560 2130 0 0 0 31 0 0 0 15 0 19 0 490641318 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514752 0 0 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
[pid=26719/tid=26731] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26731/stat : 26731 (java) S 26717 26719 26130 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490641319 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
[pid=26719/tid=26732] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26732/stat : 26732 (java) S 26717 26719 26130 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490641319 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
[pid=26719/tid=26733] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26733/stat : 26733 (java) S 26717 26719 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490641321 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101521841 0 4 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
[pid=26719/tid=26734] ppid=26717 vsize=7663400 CPUtime=0.73 cores=0,2
/proc/26719/task/26734/stat : 26734 (java) S 26717 26719 26130 0 -1 4202560 8491 0 0 0 72 1 0 0 15 0 19 0 490641321 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26735] ppid=26717 vsize=7663400 CPUtime=0.31 cores=0,2
/proc/26719/task/26735/stat : 26735 (java) S 26717 26719 26130 0 -1 4202560 785 0 0 0 31 0 0 0 16 0 19 0 490641321 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26736] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26736/stat : 26736 (java) S 26717 26719 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490641321 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
[pid=26719/tid=26737] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26737/stat : 26737 (java) S 26717 26719 26130 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 490641321 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514752 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26761] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26761/stat : 26761 (java) S 26717 26719 26130 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490641345 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514752 0 4 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 35.36
Current children cumulated vsize (KiB) 7663400

[startup+34.7007 s]
/proc/loadavg: 3.92 4.00 3.94 5/262 26808
/proc/meminfo: memFree=13911572/32950928 swapFree=67111528/67111528
[pid=26719] ppid=26717 vsize=7663400 CPUtime=35.76 cores=0,2
/proc/26719/stat : 26719 (java) S 26717 26719 26130 0 -1 4202496 25068 0 1 0 3573 3 0 0 25 0 19 0 490641315 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26719/statm: 1915850 22313 2254 9 0 1906588 0
[pid=26719/tid=26721] ppid=26717 vsize=7663400 CPUtime=34.3 cores=0,2
/proc/26719/task/26721/stat : 26721 (java) R 26717 26719 26130 0 -1 4202560 10317 0 1 0 3429 1 0 0 25 0 19 0 490641316 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 46912505639835 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26719/tid=26722] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26722/stat : 26722 (java) S 26717 26719 26130 0 -1 4202560 689 0 0 0 0 0 0 0 15 0 19 0 490641317 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26723] ppid=26717 vsize=7663400 CPUtime=0.01 cores=0,2
/proc/26719/task/26723/stat : 26723 (java) S 26717 26719 26130 0 -1 4202560 750 0 0 0 1 0 0 0 15 0 19 0 490641317 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26724] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26724/stat : 26724 (java) S 26717 26719 26130 0 -1 4202560 183 0 0 0 0 0 0 0 15 0 19 0 490641317 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26725] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26725/stat : 26725 (java) S 26717 26719 26130 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 19 0 490641317 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26726] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26726/stat : 26726 (java) S 26717 26719 26130 0 -1 4202560 292 0 0 0 0 0 0 0 16 0 19 0 490641317 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26727] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26727/stat : 26727 (java) S 26717 26719 26130 0 -1 4202560 36 0 0 0 0 0 0 0 15 0 19 0 490641317 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26728] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26728/stat : 26728 (java) S 26717 26719 26130 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 490641317 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26729] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26729/stat : 26729 (java) S 26717 26719 26130 0 -1 4202560 191 0 0 0 0 0 0 0 15 0 19 0 490641317 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26730] ppid=26717 vsize=7663400 CPUtime=0.31 cores=0,2
/proc/26719/task/26730/stat : 26730 (java) S 26717 26719 26130 0 -1 4202560 2130 0 0 0 31 0 0 0 15 0 19 0 490641318 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514752 0 0 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
[pid=26719/tid=26731] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26731/stat : 26731 (java) S 26717 26719 26130 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490641319 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
[pid=26719/tid=26732] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26732/stat : 26732 (java) S 26717 26719 26130 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490641319 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
[pid=26719/tid=26733] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26733/stat : 26733 (java) S 26717 26719 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490641321 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101521841 0 4 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
[pid=26719/tid=26734] ppid=26717 vsize=7663400 CPUtime=0.73 cores=0,2
/proc/26719/task/26734/stat : 26734 (java) S 26717 26719 26130 0 -1 4202560 8491 0 0 0 72 1 0 0 15 0 19 0 490641321 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26735] ppid=26717 vsize=7663400 CPUtime=0.31 cores=0,2
/proc/26719/task/26735/stat : 26735 (java) S 26717 26719 26130 0 -1 4202560 785 0 0 0 31 0 0 0 16 0 19 0 490641321 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26736] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26736/stat : 26736 (java) S 26717 26719 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490641321 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
[pid=26719/tid=26737] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26737/stat : 26737 (java) S 26717 26719 26130 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 490641321 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514752 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26761] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26761/stat : 26761 (java) S 26717 26719 26130 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490641345 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514752 0 4 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 35.76
Current children cumulated vsize (KiB) 7663400

[startup+34.8007 s]
/proc/loadavg: 3.92 4.00 3.94 5/262 26808
/proc/meminfo: memFree=13911572/32950928 swapFree=67111528/67111528
[pid=26719] ppid=26717 vsize=7663400 CPUtime=35.86 cores=0,2
/proc/26719/stat : 26719 (java) S 26717 26719 26130 0 -1 4202496 25068 0 1 0 3583 3 0 0 25 0 19 0 490641315 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26719/statm: 1915850 22313 2254 9 0 1906588 0
[pid=26719/tid=26721] ppid=26717 vsize=7663400 CPUtime=34.4 cores=0,2
/proc/26719/task/26721/stat : 26721 (java) R 26717 26719 26130 0 -1 4202560 10317 0 1 0 3439 1 0 0 25 0 19 0 490641316 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 46912505639883 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26719/tid=26722] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26722/stat : 26722 (java) S 26717 26719 26130 0 -1 4202560 689 0 0 0 0 0 0 0 15 0 19 0 490641317 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26723] ppid=26717 vsize=7663400 CPUtime=0.01 cores=0,2
/proc/26719/task/26723/stat : 26723 (java) S 26717 26719 26130 0 -1 4202560 750 0 0 0 1 0 0 0 15 0 19 0 490641317 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26724] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26724/stat : 26724 (java) S 26717 26719 26130 0 -1 4202560 183 0 0 0 0 0 0 0 15 0 19 0 490641317 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26725] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26725/stat : 26725 (java) S 26717 26719 26130 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 19 0 490641317 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26726] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26726/stat : 26726 (java) S 26717 26719 26130 0 -1 4202560 292 0 0 0 0 0 0 0 16 0 19 0 490641317 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26727] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26727/stat : 26727 (java) S 26717 26719 26130 0 -1 4202560 36 0 0 0 0 0 0 0 15 0 19 0 490641317 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26728] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26728/stat : 26728 (java) S 26717 26719 26130 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 490641317 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26729] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26729/stat : 26729 (java) S 26717 26719 26130 0 -1 4202560 191 0 0 0 0 0 0 0 15 0 19 0 490641317 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26730] ppid=26717 vsize=7663400 CPUtime=0.31 cores=0,2
/proc/26719/task/26730/stat : 26730 (java) S 26717 26719 26130 0 -1 4202560 2130 0 0 0 31 0 0 0 15 0 19 0 490641318 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514752 0 0 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
[pid=26719/tid=26731] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26731/stat : 26731 (java) S 26717 26719 26130 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490641319 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
[pid=26719/tid=26732] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26732/stat : 26732 (java) S 26717 26719 26130 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490641319 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
[pid=26719/tid=26733] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26733/stat : 26733 (java) S 26717 26719 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490641321 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101521841 0 4 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
[pid=26719/tid=26734] ppid=26717 vsize=7663400 CPUtime=0.73 cores=0,2
/proc/26719/task/26734/stat : 26734 (java) S 26717 26719 26130 0 -1 4202560 8491 0 0 0 72 1 0 0 15 0 19 0 490641321 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26735] ppid=26717 vsize=7663400 CPUtime=0.31 cores=0,2
/proc/26719/task/26735/stat : 26735 (java) S 26717 26719 26130 0 -1 4202560 785 0 0 0 31 0 0 0 16 0 19 0 490641321 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26736] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26736/stat : 26736 (java) S 26717 26719 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490641321 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514137 0 4 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
[pid=26719/tid=26737] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26737/stat : 26737 (java) S 26717 26719 26130 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 490641321 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514752 0 4 0 16800975 18446604453870413888 0 0 -1 2 0 0 0
[pid=26719/tid=26761] ppid=26717 vsize=7663400 CPUtime=0 cores=0,2
/proc/26719/task/26761/stat : 26761 (java) S 26717 26719 26130 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490641345 7847321600 22313 33554432000 1073741824 1073778376 140733975279872 18446744073709551615 248101514752 0 4 0 16800975 18446604453870413888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 35.86
Current children cumulated vsize (KiB) 7663400

Child status: 20
Real time (s): 34.8443
CPU time (s): 35.9125
CPU user time (s): 35.8715
CPU system time (s): 0.040993
CPU usage (%): 103.066
Max. virtual memory (cumulated for all children) (KiB): 7663400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.8715
system time used= 0.040993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25084
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= 1259
involuntary context switches= 467

runsolver used 0.054991 second user time and 0.145977 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-26 06:00:15
IDJOB=3290915
IDBENCH=83454
IDSOLVER=1611
FILE ID=node123/3290915-1303790415
RUNJOBID= node123-1303789113-26148
PBS_JOBID= 13157259
Free space on /tmp= 72920 MiB

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

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

MD5SUM BENCH= e53b8f4e61e6411a209ad63833d35585
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:      14910484 kB
Buffers:       2171176 kB
Cached:       15012276 kB
SwapCached:          0 kB
Active:        8536764 kB
Inactive:      8957940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14910484 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1284 kB
Writeback:           0 kB
AnonPages:      311172 kB
Mapped:          23348 kB
Slab:           479376 kB
PageTables:       6008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 14774456 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= 72820 MiB
End job on node123 at 2011-04-26 06:00:50