Trace number 3291007

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-06? (TO) 1301.87 1300.08

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E00X23.cnf
MD5SUM9cec6483d4ca03e8555377ba059b61ae
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables15364
Number of clauses2133873
Sum of the clauses size18060684
Maximum clause length91
Minimum clause length1
Number of clauses of size 116
Number of clauses of size 240913
Number of clauses of size 337518
Number of clauses of size 422333
Number of clauses of size 5147683
Number of clauses of size over 51885410

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c no version file found!!!
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		6997539544
0.00/0.07	c Max memory 		7034241024
0.00/0.07	c Total memory 		7034241024
0.00/0.07	c Number of processors 	8
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Armin Biere (Picosat) restarts strategy
0.00/0.09	c Glucose learned constraints deletion strategy
0.00/0.09	c timeout=2147483647s
0.00/0.09	c DB Simplification allowed=true
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-3291007-1303790417.cnf
0.00/0.09	c reading problem ... 
3.99/3.90	c ... done. Wall clock time 3.809s.
3.99/3.90	c #vars     15364
3.99/3.90	c #constraints  2133505
3.99/3.90	c constraints type 
3.99/3.90	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2092944
3.99/3.90	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 40545
9.88/9.22	c cleaning 2498 clauses out of 4998 with flag 5001/5001
18.96/17.96	c cleaning 3800 clauses out of 7604 with flag 11002/11002
27.47/26.42	c cleaning 5384 clauses out of 10801 with flag 18000/18000
35.58/34.53	c cleaning 6679 clauses out of 13418 with flag 26001/26001
45.62/44.59	c cleaning 7866 clauses out of 15738 with flag 35000/35000
55.74/54.61	c cleaning 8903 clauses out of 17873 with flag 45001/45001
66.44/65.37	c cleaning 9933 clauses out of 19969 with flag 56000/56000
77.95/76.86	c cleaning 10998 clauses out of 22036 with flag 68000/68000
89.77/88.70	c cleaning 12009 clauses out of 24040 with flag 81002/81002
101.68/100.51	c cleaning 13001 clauses out of 26029 with flag 95000/95000
116.09/114.93	c cleaning 13881 clauses out of 27824 with flag 110000/110000
131.51/130.39	c cleaning 14950 clauses out of 29944 with flag 126001/126001
147.02/145.82	c cleaning 15968 clauses out of 31993 with flag 143000/143000
162.33/161.11	c cleaning 16997 clauses out of 34025 with flag 161000/161000
180.24/179.03	c cleaning 17980 clauses out of 36028 with flag 180000/180000
197.76/196.53	c cleaning 18977 clauses out of 38048 with flag 200000/200000
218.26/217.04	c cleaning 20012 clauses out of 40072 with flag 221001/221001
236.58/235.39	c cleaning 20987 clauses out of 42059 with flag 243000/243000
255.60/254.31	c cleaning 21986 clauses out of 44072 with flag 266000/266000
277.11/275.90	c cleaning 23000 clauses out of 46086 with flag 290000/290000
300.53/299.27	c cleaning 24004 clauses out of 48087 with flag 315001/315001
323.34/322.05	c cleaning 24982 clauses out of 50006 with flag 341000/341000
345.96/344.61	c cleaning 25942 clauses out of 51890 with flag 368002/368002
368.98/367.66	c cleaning 26932 clauses out of 53946 with flag 396000/396000
396.90/395.59	c cleaning 27991 clauses out of 56015 with flag 425001/425001
420.60/419.25	c cleaning 28962 clauses out of 58023 with flag 455000/455000
449.83/448.43	c cleaning 29989 clauses out of 60062 with flag 486001/486001
480.23/478.87	c cleaning 31007 clauses out of 62073 with flag 518001/518001
513.84/512.45	c cleaning 32018 clauses out of 64065 with flag 551000/551000
548.56/547.15	c cleaning 32987 clauses out of 66048 with flag 585001/585001
587.17/585.78	c cleaning 33967 clauses out of 68060 with flag 620000/620000
620.29/618.84	c cleaning 35013 clauses out of 70093 with flag 656000/656000
655.70/654.28	c cleaning 36029 clauses out of 72080 with flag 693001/693001
691.72/690.24	c cleaning 37022 clauses out of 74050 with flag 731000/731000
731.04/729.55	c cleaning 37966 clauses out of 76030 with flag 770002/770002
768.46/766.97	c cleaning 39008 clauses out of 78063 with flag 810001/810001
811.67/810.15	c cleaning 39999 clauses out of 80050 with flag 851000/851000
853.69/852.12	c cleaning 40985 clauses out of 82053 with flag 893002/893002
899.20/897.63	c cleaning 41996 clauses out of 84052 with flag 936000/936000
946.82/945.29	c cleaning 42998 clauses out of 86059 with flag 980003/980003
993.24/991.65	c cleaning 44017 clauses out of 88058 with flag 1025000/1025000
1037.96/1036.38	c cleaning 44996 clauses out of 90042 with flag 1071001/1071001
1080.38/1078.74	c cleaning 45976 clauses out of 92045 with flag 1118000/1118000
1133.20/1131.52	c cleaning 47001 clauses out of 94069 with flag 1166000/1166000
1182.61/1180.98	c cleaning 48011 clauses out of 96068 with flag 1215000/1215000
1237.73/1236.02	c cleaning 48952 clauses out of 98059 with flag 1265002/1265002
1293.84/1292.16	c cleaning 50029 clauses out of 100105 with flag 1316000/1316000
1301.77/1300.01	c starts		: 1323
1301.77/1300.01	c conflicts		: 1324325
1301.77/1300.01	c decisions		: 2558679
1301.77/1300.01	c propagations		: 746762036
1301.77/1300.01	c inspects		: 8229520117
1301.77/1300.01	c shortcuts		: 0
1301.77/1300.01	c learnt literals	: 14
1301.77/1300.01	c learnt binary clauses	: 913
1301.77/1300.01	c learnt ternary clauses	: 8444
1301.77/1300.01	c learnt constraints	: 1324310
1301.77/1300.01	c ignored constraints	: 0
1301.77/1300.01	c root simplifications	: 1337
1301.77/1300.01	c removed literals (reason simplification)	: 125431845
1301.77/1300.01	c reason swapping (by a shorter reason)	: 0
1301.77/1300.01	c Calls to reduceDB	: 47
1301.77/1300.01	c speed (assignments/second)	: 576155.0389510791
1301.77/1300.01	c non guided choices	89
1301.77/1300.03	c learnt constraints type 
1301.77/1300.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 882
1301.77/1300.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 57542
1301.77/1300.03	c constraints type 
1301.77/1300.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2092944
1301.77/1300.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 40545
1301.77/1300.03	s UNKNOWN
1301.77/1300.03	c Total wall clock time (in seconds) : 1299.922

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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

running on 2 cores: 1,3

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.88 4.00 3.94 4/243 26789
/proc/meminfo: memFree=14725976/32950928 swapFree=67111528/67111528
[pid=26789] ppid=26787 vsize=35840 CPUtime=0 cores=1,3
/proc/26789/stat : 26789 (java) S 26787 26789 26130 0 -1 4202496 1312 0 0 0 0 0 0 0 24 0 2 0 490641773 36700160 1019 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101500901 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/26789/statm: 8947 1017 783 9 0 386 0
[pid=26789/tid=26790] ppid=26787 vsize=35788 CPUtime=0 cores=1,3
/proc/26789/task/26790/stat : 26790 (java) R 26787 26789 26130 0 -1 4202560 208 0 0 0 0 0 0 0 25 0 2 0 490641774 36646912 1024 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248089756855 0 0 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.101074 s]
/proc/loadavg: 3.88 4.00 3.94 4/243 26789
/proc/meminfo: memFree=14725976/32950928 swapFree=67111528/67111528
[pid=26789] ppid=26787 vsize=7636052 CPUtime=0.1 cores=1,3
/proc/26789/stat : 26789 (java) S 26787 26789 26130 0 -1 4202496 12475 0 1 0 9 1 0 0 24 0 18 0 490641773 7819317248 12171 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26789/statm: 1909013 12171 2093 9 0 1899751 0
[pid=26789/tid=26790] ppid=26787 vsize=7636052 CPUtime=0.08 cores=1,3
/proc/26789/task/26790/stat : 26790 (java) R 26787 26789 26130 0 -1 4202560 10755 0 1 0 7 1 0 0 25 0 18 0 490641774 7819317248 12171 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 47347916265066 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7636052

[startup+0.201059 s]
/proc/loadavg: 3.88 4.00 3.94 4/243 26789
/proc/meminfo: memFree=14725976/32950928 swapFree=67111528/67111528
[pid=26789] ppid=26787 vsize=7638472 CPUtime=0.29 cores=1,3
/proc/26789/stat : 26789 (java) S 26787 26789 26130 0 -1 4202496 13631 0 1 0 28 1 0 0 24 0 18 0 490641773 7821795328 13268 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26789/statm: 1909618 13268 2196 9 0 1900356 0
[pid=26789/tid=26790] ppid=26787 vsize=7638472 CPUtime=0.18 cores=1,3
/proc/26789/task/26790/stat : 26790 (java) R 26787 26789 26130 0 -1 4202560 11174 0 1 0 17 1 0 0 25 0 18 0 490641774 7821795328 13268 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 46912505493844 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7638472

[startup+0.301099 s]
/proc/loadavg: 3.88 4.00 3.94 4/243 26789
/proc/meminfo: memFree=14725976/32950928 swapFree=67111528/67111528
[pid=26789] ppid=26787 vsize=7640640 CPUtime=0.47 cores=1,3
/proc/26789/stat : 26789 (java) S 26787 26789 26130 0 -1 4202496 15251 0 1 0 45 2 0 0 24 0 18 0 490641773 7824015360 14274 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26789/statm: 1910160 14275 2203 9 0 1900898 0
[pid=26789/tid=26790] ppid=26787 vsize=7640640 CPUtime=0.28 cores=1,3
/proc/26789/task/26790/stat : 26790 (java) R 26787 26789 26130 0 -1 4202560 11632 0 1 0 27 1 0 0 25 0 18 0 490641774 7824015360 14275 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101524939 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 7640640

[startup+0.700968 s]
/proc/loadavg: 3.88 4.00 3.94 4/243 26789
/proc/meminfo: memFree=14725976/32950928 swapFree=67111528/67111528
[pid=26789] ppid=26787 vsize=7640640 CPUtime=0.89 cores=1,3
/proc/26789/stat : 26789 (java) S 26787 26789 26130 0 -1 4202496 20993 0 1 0 86 3 0 0 24 0 18 0 490641773 7824015360 20016 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26789/statm: 1910160 20017 2203 9 0 1900898 0
[pid=26789/tid=26790] ppid=26787 vsize=7640640 CPUtime=0.68 cores=1,3
/proc/26789/task/26790/stat : 26790 (java) R 26787 26789 26130 0 -1 4202560 17361 0 1 0 66 2 0 0 25 0 18 0 490641774 7824015360 20017 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 46912505556163 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 7640640

[startup+2.58863 s]
/proc/loadavg: 3.88 4.00 3.94 4/243 26789
/proc/meminfo: memFree=14725976/32950928 swapFree=67111528/67111528
[pid=26789] ppid=26787 vsize=7640640 CPUtime=2.77 cores=1,3
/proc/26789/stat : 26789 (java) S 26787 26789 26130 0 -1 4202496 51097 0 1 0 270 7 0 0 24 0 18 0 490641773 7824015360 50119 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26789/statm: 1910160 50120 2205 9 0 1900898 0
[pid=26789/tid=26790] ppid=26787 vsize=7640640 CPUtime=2.58 cores=1,3
/proc/26789/task/26790/stat : 26790 (java) R 26787 26789 26130 0 -1 4202560 47462 0 1 0 251 7 0 0 25 0 18 0 490641774 7824015360 50120 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 46912505556163 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 7640640

[startup+3.10154 s]
/proc/loadavg: 3.88 4.00 3.94 5/261 26807
/proc/meminfo: memFree=14520132/32950928 swapFree=67111528/67111528
[pid=26789] ppid=26787 vsize=7640640 CPUtime=3.29 cores=1,3
/proc/26789/stat : 26789 (java) S 26787 26789 26130 0 -1 4202496 58650 0 1 0 320 9 0 0 24 0 18 0 490641773 7824015360 57672 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26789/statm: 1910160 57673 2205 9 0 1900898 0
[pid=26789/tid=26790] ppid=26787 vsize=7640640 CPUtime=3.08 cores=1,3
/proc/26789/task/26790/stat : 26790 (java) R 26787 26789 26130 0 -1 4202560 55015 0 1 0 300 8 0 0 25 0 18 0 490641774 7824015360 57673 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101524939 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26789/tid=26792] ppid=26787 vsize=7640640 CPUtime=0 cores=1,3
/proc/26789/task/26792/stat : 26792 (java) S 26787 26789 26130 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 490641775 7824015360 57673 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26793] ppid=26787 vsize=7640640 CPUtime=0 cores=1,3
/proc/26789/task/26793/stat : 26793 (java) S 26787 26789 26130 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 490641775 7824015360 57673 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26794] ppid=26787 vsize=7640640 CPUtime=0 cores=1,3
/proc/26789/task/26794/stat : 26794 (java) S 26787 26789 26130 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 490641775 7824015360 57674 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26795] ppid=26787 vsize=7640640 CPUtime=0 cores=1,3
/proc/26789/task/26795/stat : 26795 (java) S 26787 26789 26130 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 490641775 7824015360 57674 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26796] ppid=26787 vsize=7640640 CPUtime=0 cores=1,3
/proc/26789/task/26796/stat : 26796 (java) S 26787 26789 26130 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 490641775 7824015360 57674 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26797] ppid=26787 vsize=7640640 CPUtime=0 cores=1,3
/proc/26789/task/26797/stat : 26797 (java) S 26787 26789 26130 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 490641775 7824015360 57674 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26798] ppid=26787 vsize=7640640 CPUtime=0 cores=1,3
/proc/26789/task/26798/stat : 26798 (java) S 26787 26789 26130 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 490641775 7824015360 57675 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26799] ppid=26787 vsize=7640640 CPUtime=0 cores=1,3
/proc/26789/task/26799/stat : 26799 (java) S 26787 26789 26130 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 490641775 7824015360 57675 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26800] ppid=26787 vsize=7640640 CPUtime=0 cores=1,3
/proc/26789/task/26800/stat : 26800 (java) S 26787 26789 26130 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 490641776 7824015360 57675 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514752 0 0 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26801] ppid=26787 vsize=7640640 CPUtime=0 cores=1,3
/proc/26789/task/26801/stat : 26801 (java) S 26787 26789 26130 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 18 0 490641777 7824015360 57676 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26802] ppid=26787 vsize=7640640 CPUtime=0 cores=1,3
/proc/26789/task/26802/stat : 26802 (java) S 26787 26789 26130 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 18 0 490641777 7824015360 57676 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26803] ppid=26787 vsize=7640640 CPUtime=0 cores=1,3
/proc/26789/task/26803/stat : 26803 (java) S 26787 26789 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490641779 7824015360 57676 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101521841 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26804] ppid=26787 vsize=7640640 CPUtime=0.03 cores=1,3
/proc/26789/task/26804/stat : 26804 (java) S 26787 26789 26130 0 -1 4202560 328 0 0 0 3 0 0 0 22 0 18 0 490641779 7824015360 57676 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26805] ppid=26787 vsize=7640640 CPUtime=0.15 cores=1,3
/proc/26789/task/26805/stat : 26805 (java) S 26787 26789 26130 0 -1 4202560 2153 0 0 0 15 0 0 0 23 0 18 0 490641779 7824015360 57677 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26806] ppid=26787 vsize=7640640 CPUtime=0 cores=1,3
/proc/26789/task/26806/stat : 26806 (java) S 26787 26789 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490641779 7824015360 57677 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26807] ppid=26787 vsize=7640640 CPUtime=0 cores=1,3
/proc/26789/task/26807/stat : 26807 (java) S 26787 26789 26130 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 490641779 7824015360 57677 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514752 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.29
Current children cumulated vsize (KiB) 7640640

[startup+6.30098 s]
/proc/loadavg: 3.89 4.00 3.94 5/262 26808
/proc/meminfo: memFree=14429924/32950928 swapFree=67111528/67111528
[pid=26789] ppid=26787 vsize=7642996 CPUtime=6.94 cores=1,3
/proc/26789/stat : 26789 (java) S 26787 26789 26130 0 -1 4202496 76940 0 1 0 683 11 0 0 24 0 19 0 490641773 7826427904 75957 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26789/statm: 1910749 75957 2222 9 0 1901487 0
[pid=26789/tid=26790] ppid=26787 vsize=7642996 CPUtime=6.27 cores=1,3
/proc/26789/task/26790/stat : 26790 (java) R 26787 26789 26130 0 -1 4202560 72866 0 1 0 616 11 0 0 25 0 19 0 490641774 7826427904 75960 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 46912505366054 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26789/tid=26792] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26792/stat : 26792 (java) S 26787 26789 26130 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 490641775 7826427904 75961 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26793] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26793/stat : 26793 (java) S 26787 26789 26130 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 490641775 7826427904 75961 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26794] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26794/stat : 26794 (java) S 26787 26789 26130 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 490641775 7826427904 75962 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26795] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26795/stat : 26795 (java) S 26787 26789 26130 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 490641775 7826427904 75962 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26796] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26796/stat : 26796 (java) S 26787 26789 26130 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 490641775 7826427904 75962 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26797] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26797/stat : 26797 (java) S 26787 26789 26130 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 490641775 7826427904 75962 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26798] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26798/stat : 26798 (java) S 26787 26789 26130 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 490641775 7826427904 75962 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26799] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26799/stat : 26799 (java) S 26787 26789 26130 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 490641775 7826427904 75963 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26800] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26800/stat : 26800 (java) S 26787 26789 26130 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 490641776 7826427904 75963 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514752 0 0 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26801] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26801/stat : 26801 (java) S 26787 26789 26130 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 19 0 490641777 7826427904 75963 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26802] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26802/stat : 26802 (java) S 26787 26789 26130 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 490641777 7826427904 75963 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26803] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26803/stat : 26803 (java) S 26787 26789 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490641779 7826427904 75963 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101521841 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26804] ppid=26787 vsize=7642996 CPUtime=0.28 cores=1,3
/proc/26789/task/26804/stat : 26804 (java) S 26787 26789 26130 0 -1 4202560 631 0 0 0 28 0 0 0 16 0 19 0 490641779 7826427904 75963 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26805] ppid=26787 vsize=7642996 CPUtime=0.38 cores=1,3
/proc/26789/task/26805/stat : 26805 (java) S 26787 26789 26130 0 -1 4202560 2283 0 0 0 38 0 0 0 15 0 19 0 490641779 7826427904 75964 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26806] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26806/stat : 26806 (java) S 26787 26789 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490641779 7826427904 75964 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26807] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26807/stat : 26807 (java) S 26787 26789 26130 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490641779 7826427904 75964 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514752 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26808] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26808/stat : 26808 (java) S 26787 26789 26130 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490642168 7826427904 75964 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514752 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.94
Current children cumulated vsize (KiB) 7642996

[startup+12.7008 s]
/proc/loadavg: 3.90 4.00 3.94 5/262 26808
/proc/meminfo: memFree=13924992/32950928 swapFree=67111528/67111528
[pid=26789] ppid=26787 vsize=7642996 CPUtime=13.72 cores=1,3
/proc/26789/stat : 26789 (java) S 26787 26789 26130 0 -1 4202496 202651 0 1 0 1347 25 0 0 24 0 19 0 490641773 7826427904 201590 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26789/statm: 1910749 201590 2251 9 0 1901487 0
[pid=26789/tid=26790] ppid=26787 vsize=7642996 CPUtime=11.48 cores=1,3
/proc/26789/task/26790/stat : 26790 (java) R 26787 26789 26130 0 -1 4202560 76329 0 1 0 1137 11 0 0 22 0 19 0 490641774 7826427904 201590 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 46912505643623 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26789/tid=26792] ppid=26787 vsize=7642996 CPUtime=0.3 cores=1,3
/proc/26789/task/26792/stat : 26792 (java) S 26787 26789 26130 0 -1 4202560 21502 0 0 0 28 2 0 0 18 0 19 0 490641775 7826427904 201590 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26793] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26793/stat : 26793 (java) S 26787 26789 26130 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490641775 7826427904 201590 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26794] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26794/stat : 26794 (java) S 26787 26789 26130 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 19 0 490641775 7826427904 201590 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26795] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26795/stat : 26795 (java) S 26787 26789 26130 0 -1 4202560 237 0 0 0 0 0 0 0 17 0 19 0 490641775 7826427904 201590 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26796] ppid=26787 vsize=7642996 CPUtime=0.09 cores=1,3
/proc/26789/task/26796/stat : 26796 (java) S 26787 26789 26130 0 -1 4202560 12003 0 0 0 8 1 0 0 18 0 19 0 490641775 7826427904 201590 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26797] ppid=26787 vsize=7642996 CPUtime=0.19 cores=1,3
/proc/26789/task/26797/stat : 26797 (java) S 26787 26789 26130 0 -1 4202560 23224 0 0 0 17 2 0 0 18 0 19 0 490641775 7826427904 201590 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26798] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26798/stat : 26798 (java) S 26787 26789 26130 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490641775 7826427904 201590 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26799] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26799/stat : 26799 (java) S 26787 26789 26130 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490641775 7826427904 201590 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26800] ppid=26787 vsize=7642996 CPUtime=0.85 cores=1,3
/proc/26789/task/26800/stat : 26800 (java) S 26787 26789 26130 0 -1 4202560 65271 0 0 0 79 6 0 0 16 0 19 0 490641776 7826427904 201590 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514752 0 0 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26801] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3

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

[pid=26789/tid=26797] ppid=26787 vsize=7642996 CPUtime=0.37 cores=1,3
/proc/26789/task/26797/stat : 26797 (java) S 26787 26789 26130 0 -1 4202560 23235 0 0 0 35 2 0 0 16 0 19 0 490641775 7826427904 207854 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26798] ppid=26787 vsize=7642996 CPUtime=0.11 cores=1,3
/proc/26789/task/26798/stat : 26798 (java) S 26787 26789 26130 0 -1 4202560 6 0 0 0 11 0 0 0 15 0 19 0 490641775 7826427904 207854 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26799] ppid=26787 vsize=7642996 CPUtime=0.16 cores=1,3
/proc/26789/task/26799/stat : 26799 (java) S 26787 26789 26130 0 -1 4202560 9 0 0 0 16 0 0 0 16 0 19 0 490641775 7826427904 207854 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26800] ppid=26787 vsize=7642996 CPUtime=25.68 cores=1,3
/proc/26789/task/26800/stat : 26800 (java) S 26787 26789 26130 0 -1 4202560 71487 0 0 0 2561 7 0 0 15 0 19 0 490641776 7826427904 207854 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514752 0 0 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26801] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26801/stat : 26801 (java) S 26787 26789 26130 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490641777 7826427904 207854 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26802] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26802/stat : 26802 (java) S 26787 26789 26130 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490641777 7826427904 207854 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26803] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26803/stat : 26803 (java) S 26787 26789 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490641779 7826427904 207854 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101521841 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26804] ppid=26787 vsize=7642996 CPUtime=0.36 cores=1,3
/proc/26789/task/26804/stat : 26804 (java) S 26787 26789 26130 0 -1 4202560 649 0 0 0 36 0 0 0 15 0 19 0 490641779 7826427904 207854 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26805] ppid=26787 vsize=7642996 CPUtime=0.48 cores=1,3
/proc/26789/task/26805/stat : 26805 (java) S 26787 26789 26130 0 -1 4202560 2288 0 0 0 48 0 0 0 15 0 19 0 490641779 7826427904 207854 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26806] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26806/stat : 26806 (java) S 26787 26789 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490641779 7826427904 207854 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26807] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26807/stat : 26807 (java) S 26787 26789 26130 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 490641779 7826427904 207854 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514752 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26808] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26808/stat : 26808 (java) S 26787 26789 26130 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490642168 7826427904 207854 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514752 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1123.99
Current children cumulated vsize (KiB) 7642996

[startup+1182.3 s]
/proc/loadavg: 3.14 3.67 3.86 4/238 26965
/proc/meminfo: memFree=13082904/32950928 swapFree=67111528/67111528
[pid=26789] ppid=26787 vsize=7642996 CPUtime=1184.02 cores=1,3
/proc/26789/stat : 26789 (java) S 26787 26789 26130 0 -1 4202496 209123 0 1 0 118376 26 0 0 24 0 19 0 490641773 7826427904 207885 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26789/statm: 1910749 207885 2253 9 0 1901487 0
[pid=26789/tid=26790] ppid=26787 vsize=7642996 CPUtime=1154.12 cores=1,3
/proc/26789/task/26790/stat : 26790 (java) R 26787 26789 26130 0 -1 4202560 76378 0 1 0 115401 11 0 0 21 0 19 0 490641774 7826427904 207885 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 46912505550740 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26789/tid=26792] ppid=26787 vsize=7642996 CPUtime=0.44 cores=1,3
/proc/26789/task/26792/stat : 26792 (java) S 26787 26789 26130 0 -1 4202560 21511 0 0 0 42 2 0 0 16 0 19 0 490641775 7826427904 207885 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26793] ppid=26787 vsize=7642996 CPUtime=0.24 cores=1,3
/proc/26789/task/26793/stat : 26793 (java) S 26787 26789 26130 0 -1 4202560 35 0 0 0 24 0 0 0 15 0 19 0 490641775 7826427904 207885 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26794] ppid=26787 vsize=7642996 CPUtime=0.19 cores=1,3
/proc/26789/task/26794/stat : 26794 (java) S 26787 26789 26130 0 -1 4202560 21 0 0 0 19 0 0 0 15 0 19 0 490641775 7826427904 207885 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26795] ppid=26787 vsize=7642996 CPUtime=0.19 cores=1,3
/proc/26789/task/26795/stat : 26795 (java) S 26787 26789 26130 0 -1 4202560 246 0 0 0 19 0 0 0 15 0 19 0 490641775 7826427904 207885 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26796] ppid=26787 vsize=7642996 CPUtime=0.23 cores=1,3
/proc/26789/task/26796/stat : 26796 (java) S 26787 26789 26130 0 -1 4202560 12006 0 0 0 22 1 0 0 15 0 19 0 490641775 7826427904 207885 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26797] ppid=26787 vsize=7642996 CPUtime=0.37 cores=1,3
/proc/26789/task/26797/stat : 26797 (java) S 26787 26789 26130 0 -1 4202560 23235 0 0 0 35 2 0 0 15 0 19 0 490641775 7826427904 207885 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26798] ppid=26787 vsize=7642996 CPUtime=0.12 cores=1,3
/proc/26789/task/26798/stat : 26798 (java) S 26787 26789 26130 0 -1 4202560 9 0 0 0 12 0 0 0 16 0 19 0 490641775 7826427904 207885 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26799] ppid=26787 vsize=7642996 CPUtime=0.16 cores=1,3
/proc/26789/task/26799/stat : 26799 (java) S 26787 26789 26130 0 -1 4202560 9 0 0 0 16 0 0 0 15 0 19 0 490641775 7826427904 207885 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26800] ppid=26787 vsize=7642996 CPUtime=27.03 cores=1,3
/proc/26789/task/26800/stat : 26800 (java) S 26787 26789 26130 0 -1 4202560 71519 0 0 0 2696 7 0 0 16 0 19 0 490641776 7826427904 207885 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514752 0 0 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26801] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26801/stat : 26801 (java) S 26787 26789 26130 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490641777 7826427904 207885 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26802] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26802/stat : 26802 (java) S 26787 26789 26130 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490641777 7826427904 207885 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26803] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26803/stat : 26803 (java) S 26787 26789 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490641779 7826427904 207885 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101521841 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26804] ppid=26787 vsize=7642996 CPUtime=0.36 cores=1,3
/proc/26789/task/26804/stat : 26804 (java) S 26787 26789 26130 0 -1 4202560 649 0 0 0 36 0 0 0 15 0 19 0 490641779 7826427904 207885 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26805] ppid=26787 vsize=7642996 CPUtime=0.48 cores=1,3
/proc/26789/task/26805/stat : 26805 (java) S 26787 26789 26130 0 -1 4202560 2288 0 0 0 48 0 0 0 15 0 19 0 490641779 7826427904 207885 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26806] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26806/stat : 26806 (java) S 26787 26789 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490641779 7826427904 207885 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26807] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26807/stat : 26807 (java) S 26787 26789 26130 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 490641779 7826427904 207885 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514752 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26808] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26808/stat : 26808 (java) S 26787 26789 26130 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490642168 7826427904 207885 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514752 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1184.02
Current children cumulated vsize (KiB) 7642996

[startup+1242.3 s]
/proc/loadavg: 3.05 3.54 3.81 4/238 26967
/proc/meminfo: memFree=13080892/32950928 swapFree=67111528/67111528
[pid=26789] ppid=26787 vsize=7642996 CPUtime=1244.04 cores=1,3
/proc/26789/stat : 26789 (java) S 26787 26789 26130 0 -1 4202496 209337 0 1 0 124378 26 0 0 24 0 19 0 490641773 7826427904 208092 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26789/statm: 1910749 208092 2253 9 0 1901487 0
[pid=26789/tid=26790] ppid=26787 vsize=7642996 CPUtime=1213.57 cores=1,3
/proc/26789/task/26790/stat : 26790 (java) R 26787 26789 26130 0 -1 4202560 76379 0 1 0 121346 11 0 0 25 0 19 0 490641774 7826427904 208092 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 46912505731632 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26789/tid=26792] ppid=26787 vsize=7642996 CPUtime=0.44 cores=1,3
/proc/26789/task/26792/stat : 26792 (java) S 26787 26789 26130 0 -1 4202560 21511 0 0 0 42 2 0 0 15 0 19 0 490641775 7826427904 208092 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26793] ppid=26787 vsize=7642996 CPUtime=0.24 cores=1,3
/proc/26789/task/26793/stat : 26793 (java) S 26787 26789 26130 0 -1 4202560 35 0 0 0 24 0 0 0 15 0 19 0 490641775 7826427904 208092 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26794] ppid=26787 vsize=7642996 CPUtime=0.2 cores=1,3
/proc/26789/task/26794/stat : 26794 (java) S 26787 26789 26130 0 -1 4202560 21 0 0 0 20 0 0 0 16 0 19 0 490641775 7826427904 208092 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26795] ppid=26787 vsize=7642996 CPUtime=0.19 cores=1,3
/proc/26789/task/26795/stat : 26795 (java) S 26787 26789 26130 0 -1 4202560 246 0 0 0 19 0 0 0 16 0 19 0 490641775 7826427904 208092 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26796] ppid=26787 vsize=7642996 CPUtime=0.23 cores=1,3
/proc/26789/task/26796/stat : 26796 (java) S 26787 26789 26130 0 -1 4202560 12006 0 0 0 22 1 0 0 15 0 19 0 490641775 7826427904 208092 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26797] ppid=26787 vsize=7642996 CPUtime=0.37 cores=1,3
/proc/26789/task/26797/stat : 26797 (java) S 26787 26789 26130 0 -1 4202560 23235 0 0 0 35 2 0 0 15 0 19 0 490641775 7826427904 208092 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26798] ppid=26787 vsize=7642996 CPUtime=0.14 cores=1,3
/proc/26789/task/26798/stat : 26798 (java) S 26787 26789 26130 0 -1 4202560 9 0 0 0 14 0 0 0 15 0 19 0 490641775 7826427904 208092 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26799] ppid=26787 vsize=7642996 CPUtime=0.16 cores=1,3
/proc/26789/task/26799/stat : 26799 (java) S 26787 26789 26130 0 -1 4202560 9 0 0 0 16 0 0 0 15 0 19 0 490641775 7826427904 208092 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26800] ppid=26787 vsize=7642996 CPUtime=27.57 cores=1,3
/proc/26789/task/26800/stat : 26800 (java) S 26787 26789 26130 0 -1 4202560 71728 0 0 0 2750 7 0 0 15 0 19 0 490641776 7826427904 208092 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514752 0 0 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26801] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26801/stat : 26801 (java) S 26787 26789 26130 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490641777 7826427904 208092 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26802] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26802/stat : 26802 (java) S 26787 26789 26130 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490641777 7826427904 208092 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26803] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26803/stat : 26803 (java) S 26787 26789 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490641779 7826427904 208092 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101521841 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26804] ppid=26787 vsize=7642996 CPUtime=0.36 cores=1,3
/proc/26789/task/26804/stat : 26804 (java) S 26787 26789 26130 0 -1 4202560 649 0 0 0 36 0 0 0 15 0 19 0 490641779 7826427904 208092 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26805] ppid=26787 vsize=7642996 CPUtime=0.48 cores=1,3
/proc/26789/task/26805/stat : 26805 (java) S 26787 26789 26130 0 -1 4202560 2288 0 0 0 48 0 0 0 15 0 19 0 490641779 7826427904 208092 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26806] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26806/stat : 26806 (java) S 26787 26789 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490641779 7826427904 208092 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26807] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26807/stat : 26807 (java) S 26787 26789 26130 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 490641779 7826427904 208092 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514752 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26808] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26808/stat : 26808 (java) S 26787 26789 26130 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490642168 7826427904 208092 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514752 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1244.04
Current children cumulated vsize (KiB) 7642996



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.02 3.44 3.75 4/238 26968
/proc/meminfo: memFree=13078508/32950928 swapFree=67111528/67111528
[pid=26789] ppid=26787 vsize=7642996 CPUtime=1301.77 cores=1,3
/proc/26789/stat : 26789 (java) S 26787 26789 26130 0 -1 4202496 209773 0 1 0 130151 26 0 0 24 0 19 0 490641773 7826427904 208521 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26789/statm: 1910749 208521 2253 9 0 1901487 0
[pid=26789/tid=26790] ppid=26787 vsize=7642996 CPUtime=1270.7 cores=1,3
/proc/26789/task/26790/stat : 26790 (java) R 26787 26789 26130 0 -1 4202560 76380 0 1 0 127059 11 0 0 25 0 19 0 490641774 7826427904 208521 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 46912505561880 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26789/tid=26792] ppid=26787 vsize=7642996 CPUtime=0.44 cores=1,3
/proc/26789/task/26792/stat : 26792 (java) S 26787 26789 26130 0 -1 4202560 21511 0 0 0 42 2 0 0 15 0 19 0 490641775 7826427904 208521 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26793] ppid=26787 vsize=7642996 CPUtime=0.24 cores=1,3
/proc/26789/task/26793/stat : 26793 (java) S 26787 26789 26130 0 -1 4202560 35 0 0 0 24 0 0 0 15 0 19 0 490641775 7826427904 208521 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26794] ppid=26787 vsize=7642996 CPUtime=0.2 cores=1,3
/proc/26789/task/26794/stat : 26794 (java) S 26787 26789 26130 0 -1 4202560 21 0 0 0 20 0 0 0 15 0 19 0 490641775 7826427904 208521 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26795] ppid=26787 vsize=7642996 CPUtime=0.22 cores=1,3
/proc/26789/task/26795/stat : 26795 (java) S 26787 26789 26130 0 -1 4202560 334 0 0 0 22 0 0 0 16 0 19 0 490641775 7826427904 208521 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26796] ppid=26787 vsize=7642996 CPUtime=0.23 cores=1,3
/proc/26789/task/26796/stat : 26796 (java) S 26787 26789 26130 0 -1 4202560 12006 0 0 0 22 1 0 0 15 0 19 0 490641775 7826427904 208521 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26797] ppid=26787 vsize=7642996 CPUtime=0.39 cores=1,3
/proc/26789/task/26797/stat : 26797 (java) S 26787 26789 26130 0 -1 4202560 23235 0 0 0 37 2 0 0 16 0 19 0 490641775 7826427904 208521 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26798] ppid=26787 vsize=7642996 CPUtime=0.14 cores=1,3
/proc/26789/task/26798/stat : 26798 (java) S 26787 26789 26130 0 -1 4202560 9 0 0 0 14 0 0 0 15 0 19 0 490641775 7826427904 208521 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26799] ppid=26787 vsize=7642996 CPUtime=0.16 cores=1,3
/proc/26789/task/26799/stat : 26799 (java) S 26787 26789 26130 0 -1 4202560 9 0 0 0 16 0 0 0 15 0 19 0 490641775 7826427904 208521 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26800] ppid=26787 vsize=7642996 CPUtime=28.11 cores=1,3
/proc/26789/task/26800/stat : 26800 (java) S 26787 26789 26130 0 -1 4202560 72071 0 0 0 2804 7 0 0 15 0 19 0 490641776 7826427904 208521 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514752 0 0 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26801] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26801/stat : 26801 (java) S 26787 26789 26130 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490641777 7826427904 208521 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26802] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26802/stat : 26802 (java) S 26787 26789 26130 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490641777 7826427904 208521 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26803] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26803/stat : 26803 (java) S 26787 26789 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490641779 7826427904 208521 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101521841 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26804] ppid=26787 vsize=7642996 CPUtime=0.36 cores=1,3
/proc/26789/task/26804/stat : 26804 (java) S 26787 26789 26130 0 -1 4202560 649 0 0 0 36 0 0 0 15 0 19 0 490641779 7826427904 208521 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26805] ppid=26787 vsize=7642996 CPUtime=0.48 cores=1,3
/proc/26789/task/26805/stat : 26805 (java) S 26787 26789 26130 0 -1 4202560 2288 0 0 0 48 0 0 0 15 0 19 0 490641779 7826427904 208521 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26806] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26806/stat : 26806 (java) S 26787 26789 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490641779 7826427904 208521 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514137 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
[pid=26789/tid=26807] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26807/stat : 26807 (java) S 26787 26789 26130 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 490641779 7826427904 208521 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514752 0 4 0 16800975 18446604470073680064 0 0 -1 3 0 0 0
[pid=26789/tid=26808] ppid=26787 vsize=7642996 CPUtime=0 cores=1,3
/proc/26789/task/26808/stat : 26808 (java) S 26787 26789 26130 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490642168 7826427904 208521 33554432000 1073741824 1073778376 140734049744816 18446744073709551615 248101514752 0 4 0 16800975 18446604470073680064 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1301.77
Current children cumulated vsize (KiB) 7642996

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1300.08
CPU time (s): 1301.87
CPU user time (s): 1301.56
CPU system time (s): 0.308953
CPU usage (%): 100.138
Max. virtual memory (cumulated for all children) (KiB): 7642996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.56
system time used= 0.308953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 210363
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= 27954
involuntary context switches= 4711

runsolver used 2.06868 second user time and 5.05223 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-26 06:00:20
IDJOB=3291007
IDBENCH=83463
IDSOLVER=1611
FILE ID=node123/3291007-1303790417
RUNJOBID= node123-1303789113-26150
PBS_JOBID= 13157259
Free space on /tmp= 72820 MiB

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

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

MD5SUM BENCH= 9cec6483d4ca03e8555377ba059b61ae
RANDOM SEED=350311381

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:      14726132 kB
Buffers:       2171292 kB
Cached:       15117984 kB
SwapCached:          0 kB
Active:        8712924 kB
Inactive:      8963168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14726132 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          102332 kB
Writeback:           0 kB
AnonPages:      385928 kB
Mapped:          23460 kB
Slab:           482720 kB
PageTables:       6380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 22066120 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= 72716 MiB
End job on node123 at 2011-04-26 06:22:02