Trace number 3290869

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.51 1300.09

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/korf-17.cnf
MD5SUMade81e5508101352b3d942708b201606
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark505.23
Satisfiable
(Un)Satisfiability was proved
Number of variables6664
Number of clauses89966
Sum of the clauses size425665
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 216962
Number of clauses of size 310874
Number of clauses of size 412189
Number of clauses of size 522355
Number of clauses of size over 527586

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-3290869-1303790166.cnf
0.00/0.09	c reading problem ... 
0.48/0.31	c ... done. Wall clock time 0.221s.
0.48/0.31	c #vars     6664
0.48/0.31	c #constraints  89966
0.48/0.31	c constraints type 
0.48/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 73004
0.48/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 16962
1.79/1.21	c cleaning 2501 clauses out of 5004 with flag 5004/5004
3.04/2.08	c cleaning 4250 clauses out of 8501 with flag 11002/11002
4.05/3.10	c cleaning 5623 clauses out of 11250 with flag 18001/18001
5.26/4.30	c cleaning 6811 clauses out of 13627 with flag 26001/26001
6.77/5.70	c cleaning 7906 clauses out of 15817 with flag 35002/35002
8.37/7.34	c cleaning 8949 clauses out of 17911 with flag 45002/45002
10.27/9.26	c cleaning 9979 clauses out of 19960 with flag 56000/56000
12.47/11.41	c cleaning 10989 clauses out of 21981 with flag 68000/68000
14.78/13.78	c cleaning 11995 clauses out of 23993 with flag 81001/81001
17.68/16.61	c cleaning 12992 clauses out of 25997 with flag 95000/95000
20.68/19.66	c cleaning 14001 clauses out of 28006 with flag 110001/110001
24.09/23.10	c cleaning 14994 clauses out of 30004 with flag 126000/126000
27.98/26.98	c cleaning 16002 clauses out of 32010 with flag 143000/143000
32.29/31.20	c cleaning 16997 clauses out of 34009 with flag 161001/161001
36.89/35.84	c cleaning 17997 clauses out of 36011 with flag 180000/180000
41.59/40.58	c cleaning 19002 clauses out of 38014 with flag 200000/200000
46.89/45.83	c cleaning 20002 clauses out of 40012 with flag 221000/221000
52.60/51.60	c cleaning 21002 clauses out of 42011 with flag 243001/243001
58.60/57.58	c cleaning 21995 clauses out of 44008 with flag 266000/266000
64.91/63.86	c cleaning 22987 clauses out of 46013 with flag 290000/290000
71.90/70.87	c cleaning 24008 clauses out of 48027 with flag 315001/315001
79.21/78.16	c cleaning 24995 clauses out of 50018 with flag 341000/341000
87.11/86.02	c cleaning 26006 clauses out of 52025 with flag 368002/368002
95.21/94.13	c cleaning 27003 clauses out of 54018 with flag 396001/396001
103.72/102.68	c cleaning 28004 clauses out of 56016 with flag 425002/425002
112.92/111.84	c cleaning 29001 clauses out of 58011 with flag 455001/455001
122.62/121.55	c cleaning 30001 clauses out of 60011 with flag 486002/486002
132.62/131.57	c cleaning 30989 clauses out of 62010 with flag 518002/518002
142.73/141.62	c cleaning 32009 clauses out of 64020 with flag 551001/551001
153.83/152.77	c cleaning 33000 clauses out of 66010 with flag 585000/585000
165.53/164.49	c cleaning 34003 clauses out of 68013 with flag 620003/620003
177.34/176.24	c cleaning 34994 clauses out of 70008 with flag 656001/656001
190.64/189.50	c cleaning 36003 clauses out of 72015 with flag 693002/693002
202.84/201.79	c cleaning 37000 clauses out of 74010 with flag 731000/731000
216.76/215.63	c cleaning 37994 clauses out of 76012 with flag 770002/770002
230.76/229.67	c cleaning 39004 clauses out of 78018 with flag 810002/810002
245.66/244.53	c cleaning 40004 clauses out of 80012 with flag 851000/851000
261.16/260.05	c cleaning 40996 clauses out of 82010 with flag 893002/893002
278.17/277.09	c cleaning 41997 clauses out of 84012 with flag 936000/936000
295.07/293.98	c cleaning 43004 clauses out of 86016 with flag 980001/980001
315.37/314.28	c cleaning 44003 clauses out of 88013 with flag 1025002/1025002
335.18/334.09	c cleaning 44992 clauses out of 90008 with flag 1071000/1071000
356.28/355.20	c cleaning 46002 clauses out of 92017 with flag 1118001/1118001
379.18/378.05	c cleaning 46998 clauses out of 94017 with flag 1166003/1166003
402.19/401.09	c cleaning 47991 clauses out of 96016 with flag 1215000/1215000
426.39/425.26	c cleaning 49012 clauses out of 98028 with flag 1265003/1265003
449.60/448.44	c cleaning 49997 clauses out of 100013 with flag 1316000/1316000
476.01/474.82	c cleaning 51006 clauses out of 102016 with flag 1368000/1368000
502.01/500.87	c cleaning 52000 clauses out of 104010 with flag 1421000/1421000
527.72/526.55	c cleaning 53001 clauses out of 106012 with flag 1475002/1475002
555.82/554.63	c cleaning 53994 clauses out of 108010 with flag 1530001/1530001
584.33/583.19	c cleaning 55000 clauses out of 110015 with flag 1586000/1586000
613.23/612.09	c cleaning 56004 clauses out of 112018 with flag 1643003/1643003
644.44/643.20	c cleaning 57003 clauses out of 114013 with flag 1701002/1701002
675.34/674.15	c cleaning 57999 clauses out of 116008 with flag 1760000/1760000
706.85/705.62	c cleaning 59003 clauses out of 118009 with flag 1820000/1820000
739.15/737.98	c cleaning 59996 clauses out of 120007 with flag 1881001/1881001
770.85/769.66	c cleaning 60999 clauses out of 122011 with flag 1943001/1943001
805.06/803.85	c cleaning 61995 clauses out of 124011 with flag 2006000/2006000
841.97/840.72	c cleaning 63001 clauses out of 126016 with flag 2070000/2070000
878.17/876.93	c cleaning 64001 clauses out of 128016 with flag 2135001/2135001
917.58/916.34	c cleaning 65003 clauses out of 130015 with flag 2201001/2201001
958.78/957.56	c cleaning 65999 clauses out of 132011 with flag 2268000/2268000
999.69/998.47	c cleaning 66992 clauses out of 134012 with flag 2336000/2336000
1041.70/1040.44	c cleaning 68003 clauses out of 136022 with flag 2405002/2405002
1086.31/1085.05	c cleaning 68998 clauses out of 138019 with flag 2475002/2475002
1131.02/1129.76	c cleaning 70003 clauses out of 140019 with flag 2546000/2546000
1178.12/1176.81	c cleaning 58628 clauses out of 117282 with flag 2618001/2618001
1218.43/1217.18	c cleaning 65824 clauses out of 131656 with flag 2691003/2691003
1265.44/1264.19	c cleaning 69909 clauses out of 139831 with flag 2765002/2765002
1301.35/1300.01	c starts		: 1761
1301.35/1300.01	c conflicts		: 2824729
1301.35/1300.03	c decisions		: 4060398
1301.35/1300.03	c propagations		: 941879827
1301.35/1300.03	c inspects		: 13468922751
1301.35/1300.03	c shortcuts		: 0
1301.35/1300.03	c learnt literals	: 1
1301.35/1300.03	c learnt binary clauses	: 813
1301.35/1300.03	c learnt ternary clauses	: 2452
1301.35/1300.03	c learnt constraints	: 2824749
1301.35/1300.03	c ignored constraints	: 0
1301.35/1300.03	c root simplifications	: 1762
1301.35/1300.03	c removed literals (reason simplification)	: 91584236
1301.35/1300.03	c reason swapping (by a shorter reason)	: 0
1301.35/1300.03	c Calls to reduceDB	: 70
1301.35/1300.03	c speed (assignments/second)	: 724680.1529254807
1301.35/1300.03	c non guided choices	79
1301.35/1300.08	c learnt constraints type 
1301.35/1300.08	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 802
1301.35/1300.08	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 128915
1301.35/1300.08	c constraints type 
1301.35/1300.08	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 73004
1301.35/1300.08	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 16962
1301.35/1300.08	s UNKNOWN
1301.35/1300.08	c Total wall clock time (in seconds) : 1299.92

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 4.00 4.01 3.93 5/243 26640
/proc/meminfo: memFree=14903256/32950928 swapFree=67111528/67111528
[pid=26640] ppid=26638 vsize=23028 CPUtime=0 cores=4,6
/proc/26640/stat : 26640 (java) R 26638 26640 26130 0 -1 4202496 953 0 0 0 0 0 0 0 25 0 1 0 490616435 23580672 697 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248084735464 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26640/statm: 5757 697 514 9 0 124 0

[startup+0.0210839 s]
/proc/loadavg: 4.00 4.01 3.93 5/243 26640
/proc/meminfo: memFree=14903256/32950928 swapFree=67111528/67111528
[pid=26640] ppid=26638 vsize=7542380 CPUtime=0 cores=4,6
/proc/26640/stat : 26640 (java) S 26638 26640 26130 0 -1 4202496 7346 0 1 0 0 0 0 0 25 0 3 0 490616435 7723397120 7048 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101500901 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/26640/statm: 1885595 7048 930 9 0 1876751 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7542380

[startup+0.105936 s]
/proc/loadavg: 4.00 4.01 3.93 5/243 26640
/proc/meminfo: memFree=14903256/32950928 swapFree=67111528/67111528
[pid=26640] ppid=26638 vsize=7636180 CPUtime=0.11 cores=4,6
/proc/26640/stat : 26640 (java) S 26638 26640 26130 0 -1 4202496 10501 0 1 0 10 1 0 0 25 0 18 0 490616435 7819448320 10198 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26640/statm: 1909045 10198 2093 9 0 1899783 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 7636180

[startup+0.300901 s]
/proc/loadavg: 4.00 4.01 3.93 5/243 26640
/proc/meminfo: memFree=14903256/32950928 swapFree=67111528/67111528
[pid=26640] ppid=26638 vsize=7641932 CPUtime=0.48 cores=4,6
/proc/26640/stat : 26640 (java) S 26638 26640 26130 0 -1 4202496 14465 0 1 0 47 1 0 0 25 0 18 0 490616435 7825338368 13531 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26640/statm: 1910483 13532 2199 9 0 1901221 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 7641932

[startup+0.700829 s]
/proc/loadavg: 4.00 4.01 3.93 5/243 26640
/proc/meminfo: memFree=14903256/32950928 swapFree=67111528/67111528
[pid=26640] ppid=26638 vsize=7644388 CPUtime=1.21 cores=4,6
/proc/26640/stat : 26640 (java) S 26638 26640 26130 0 -1 4202496 15768 0 1 0 119 2 0 0 25 0 19 0 490616435 7827853312 14832 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26640/statm: 1911097 14832 2223 9 0 1901835 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 7644388

[startup+1.50069 s]
/proc/loadavg: 4.00 4.01 3.93 5/262 26659
/proc/meminfo: memFree=14851280/32950928 swapFree=67111528/67111528
[pid=26640] ppid=26638 vsize=7659960 CPUtime=2.35 cores=4,6
/proc/26640/stat : 26640 (java) S 26638 26640 26130 0 -1 4202496 26118 0 1 0 232 3 0 0 25 0 19 0 490616435 7843799040 23535 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26640/statm: 1914990 23535 2252 9 0 1905728 0
[pid=26640/tid=26642] ppid=26638 vsize=7659960 CPUtime=1.43 cores=4,6
/proc/26640/task/26642/stat : 26642 (java) R 26638 26640 26130 0 -1 4202560 11724 0 1 0 142 1 0 0 25 0 19 0 490616436 7843799040 23535 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 46912505497168 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26640/tid=26643] ppid=26638 vsize=7659960 CPUtime=0 cores=4,6
/proc/26640/task/26643/stat : 26643 (java) S 26638 26640 26130 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 490616438 7843799040 23535 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26644] ppid=26638 vsize=7659960 CPUtime=0 cores=4,6
/proc/26640/task/26644/stat : 26644 (java) S 26638 26640 26130 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490616438 7843799040 23535 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26645] ppid=26638 vsize=7659960 CPUtime=0 cores=4,6
/proc/26640/task/26645/stat : 26645 (java) S 26638 26640 26130 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 490616438 7843799040 23535 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26646] ppid=26638 vsize=7659960 CPUtime=0 cores=4,6
/proc/26640/task/26646/stat : 26646 (java) S 26638 26640 26130 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 490616438 7843799040 23535 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26647] ppid=26638 vsize=7659960 CPUtime=0 cores=4,6
/proc/26640/task/26647/stat : 26647 (java) S 26638 26640 26130 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490616438 7843799040 23535 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26648] ppid=26638 vsize=7659960 CPUtime=0 cores=4,6
/proc/26640/task/26648/stat : 26648 (java) S 26638 26640 26130 0 -1 4202560 111 0 0 0 0 0 0 0 17 0 19 0 490616438 7843799040 23535 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26649] ppid=26638 vsize=7659960 CPUtime=0 cores=4,6
/proc/26640/task/26649/stat : 26649 (java) S 26638 26640 26130 0 -1 4202560 1190 0 0 0 0 0 0 0 18 0 19 0 490616438 7843799040 23535 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26650] ppid=26638 vsize=7659960 CPUtime=0.01 cores=4,6
/proc/26640/task/26650/stat : 26650 (java) S 26638 26640 26130 0 -1 4202560 1156 0 0 0 1 0 0 0 18 0 19 0 490616438 7843799040 23535 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26651] ppid=26638 vsize=7659960 CPUtime=0.03 cores=4,6
/proc/26640/task/26651/stat : 26651 (java) S 26638 26640 26130 0 -1 4202560 2454 0 0 0 3 0 0 0 16 0 19 0 490616439 7843799040 23535 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514752 0 0 0 16800975 18446604446473511360 0 0 -1 4 0 0 0
[pid=26640/tid=26652] ppid=26638 vsize=7659960 CPUtime=0 cores=4,6
/proc/26640/task/26652/stat : 26652 (java) S 26638 26640 26130 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490616439 7843799040 23535 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26653] ppid=26638 vsize=7659960 CPUtime=0 cores=4,6
/proc/26640/task/26653/stat : 26653 (java) S 26638 26640 26130 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 490616439 7843799040 23535 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26654] ppid=26638 vsize=7659960 CPUtime=0 cores=4,6
/proc/26640/task/26654/stat : 26654 (java) S 26638 26640 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490616441 7843799040 23535 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101521841 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26655] ppid=26638 vsize=7659960 CPUtime=0.29 cores=4,6
/proc/26640/task/26655/stat : 26655 (java) S 26638 26640 26130 0 -1 4202560 532 0 0 0 29 0 0 0 20 0 19 0 490616441 7843799040 23535 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26656] ppid=26638 vsize=7659960 CPUtime=0.55 cores=4,6
/proc/26640/task/26656/stat : 26656 (java) R 26638 26640 26130 0 -1 4202560 7795 0 0 0 54 1 0 0 21 0 19 0 490616441 7843799040 23535 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 47795272633761 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=26640/tid=26657] ppid=26638 vsize=7659960 CPUtime=0 cores=4,6
/proc/26640/task/26657/stat : 26657 (java) S 26638 26640 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490616441 7843799040 23535 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26658] ppid=26638 vsize=7659960 CPUtime=0 cores=4,6
/proc/26640/task/26658/stat : 26658 (java) S 26638 26640 26130 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490616441 7843799040 23535 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514752 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26659] ppid=26638 vsize=7659960 CPUtime=0 cores=4,6
/proc/26640/task/26659/stat : 26659 (java) S 26638 26640 26130 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490616468 7843799040 23535 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514752 0 4 0 16800975 18446604446473511360 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 7659960

[startup+3.1014 s]
/proc/loadavg: 4.00 4.01 3.93 5/262 26659
/proc/meminfo: memFree=14812592/32950928 swapFree=67111528/67111528
[pid=26640] ppid=26638 vsize=7662508 CPUtime=4.15 cores=4,6
/proc/26640/stat : 26640 (java) S 26638 26640 26130 0 -1 4202496 27364 0 1 0 412 3 0 0 25 0 19 0 490616435 7846408192 24778 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26640/statm: 1915627 24778 2254 9 0 1906365 0
[pid=26640/tid=26642] ppid=26638 vsize=7662508 CPUtime=3 cores=4,6
/proc/26640/task/26642/stat : 26642 (java) S 26638 26640 26130 0 -1 4202560 11725 0 1 0 299 1 0 0 25 0 19 0 490616436 7846408192 24778 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 4 0 0 0
[pid=26640/tid=26643] ppid=26638 vsize=7662508 CPUtime=0 cores=4,6
/proc/26640/task/26643/stat : 26643 (java) S 26638 26640 26130 0 -1 4202560 195 0 0 0 0 0 0 0 15 0 19 0 490616438 7846408192 24778 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26644] ppid=26638 vsize=7662508 CPUtime=0 cores=4,6
/proc/26640/task/26644/stat : 26644 (java) S 26638 26640 26130 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490616438 7846408192 24778 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26645] ppid=26638 vsize=7662508 CPUtime=0 cores=4,6
/proc/26640/task/26645/stat : 26645 (java) R 26638 26640 26130 0 -1 4202560 202 0 0 0 0 0 0 0 15 0 19 0 490616438 7846408192 24778 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=26640/tid=26646] ppid=26638 vsize=7662508 CPUtime=0 cores=4,6
/proc/26640/task/26646/stat : 26646 (java) S 26638 26640 26130 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490616438 7846408192 24778 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26647] ppid=26638 vsize=7662508 CPUtime=0 cores=4,6
/proc/26640/task/26647/stat : 26647 (java) S 26638 26640 26130 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490616438 7846408192 24778 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26648] ppid=26638 vsize=7662508 CPUtime=0 cores=4,6
/proc/26640/task/26648/stat : 26648 (java) S 26638 26640 26130 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 19 0 490616438 7846408192 24778 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26649] ppid=26638 vsize=7662508 CPUtime=0 cores=4,6
/proc/26640/task/26649/stat : 26649 (java) S 26638 26640 26130 0 -1 4202560 1190 0 0 0 0 0 0 0 17 0 19 0 490616438 7846408192 24778 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26650] ppid=26638 vsize=7662508 CPUtime=0.01 cores=4,6
/proc/26640/task/26650/stat : 26650 (java) S 26638 26640 26130 0 -1 4202560 1156 0 0 0 1 0 0 0 17 0 19 0 490616438 7846408192 24778 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26651] ppid=26638 vsize=7662508 CPUtime=0.06 cores=4,6
/proc/26640/task/26651/stat : 26651 (java) S 26638 26640 26130 0 -1 4202560 2618 0 0 0 6 0 0 0 16 0 19 0 490616439 7846408192 24778 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 0 0 16800975 18446604446473511360 0 0 -1 4 0 0 0
[pid=26640/tid=26652] ppid=26638 vsize=7662508 CPUtime=0 cores=4,6
/proc/26640/task/26652/stat : 26652 (java) S 26638 26640 26130 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490616439 7846408192 24778 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26653] ppid=26638 vsize=7662508 CPUtime=0 cores=4,6
/proc/26640/task/26653/stat : 26653 (java) S 26638 26640 26130 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 490616439 7846408192 24778 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26654] ppid=26638 vsize=7662508 CPUtime=0 cores=4,6
/proc/26640/task/26654/stat : 26654 (java) S 26638 26640 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490616441 7846408192 24778 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101521841 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26655] ppid=26638 vsize=7662508 CPUtime=0.33 cores=4,6
/proc/26640/task/26655/stat : 26655 (java) S 26638 26640 26130 0 -1 4202560 535 0 0 0 33 0 0 0 15 0 19 0 490616441 7846408192 24778 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26656] ppid=26638 vsize=7662508 CPUtime=0.71 cores=4,6
/proc/26640/task/26656/stat : 26656 (java) S 26638 26640 26130 0 -1 4202560 8478 0 0 0 70 1 0 0 15 0 19 0 490616441 7846408192 24778 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26657] ppid=26638 vsize=7662508 CPUtime=0 cores=4,6
/proc/26640/task/26657/stat : 26657 (java) S 26638 26640 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490616441 7846408192 24778 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26658] ppid=26638 vsize=7662508 CPUtime=0 cores=4,6
/proc/26640/task/26658/stat : 26658 (java) S 26638 26640 26130 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490616441 7846408192 24778 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514752 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26659] ppid=26638 vsize=7662508 CPUtime=0 cores=4,6
/proc/26640/task/26659/stat : 26659 (java) S 26638 26640 26130 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490616468 7846408192 24778 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514752 0 4 0 16800975 18446604446473511360 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 7662508

[startup+6.30084 s]
/proc/loadavg: 4.00 4.01 3.93 5/262 26659
/proc/meminfo: memFree=14817856/32950928 swapFree=67111528/67111528
[pid=26640] ppid=26638 vsize=7653008 CPUtime=7.37 cores=4,6
/proc/26640/stat : 26640 (java) S 26638 26640 26130 0 -1 4202496 27664 0 1 0 734 3 0 0 25 0 19 0 490616435 7836680192 23138 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26640/statm: 1913252 23138 2254 9 0 1903990 0
[pid=26640/tid=26642] ppid=26638 vsize=7653008 CPUtime=6.08 cores=4,6
/proc/26640/task/26642/stat : 26642 (java) R 26638 26640 26130 0 -1 4202560 11728 0 1 0 607 1 0 0 25 0 19 0 490616436 7836680192 23138 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 46912505735297 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26640/tid=26643] ppid=26638 vsize=7653008 CPUtime=0 cores=4,6
/proc/26640/task/26643/stat : 26643 (java) S 26638 26640 26130 0 -1 4202560 305 0 0 0 0 0 0 0 16 0 19 0 490616438 7836680192 23138 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26644] ppid=26638 vsize=7653008 CPUtime=0 cores=4,6
/proc/26640/task/26644/stat : 26644 (java) S 26638 26640 26130 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 490616438 7836680192 23138 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26645] ppid=26638 vsize=7653008 CPUtime=0 cores=4,6
/proc/26640/task/26645/stat : 26645 (java) S 26638 26640 26130 0 -1 4202560 204 0 0 0 0 0 0 0 15 0 19 0 490616438 7836680192 23138 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26646] ppid=26638 vsize=7653008 CPUtime=0 cores=4,6
/proc/26640/task/26646/stat : 26646 (java) S 26638 26640 26130 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490616438 7836680192 23138 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26647] ppid=26638 vsize=7653008 CPUtime=0 cores=4,6
/proc/26640/task/26647/stat : 26647 (java) S 26638 26640 26130 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490616438 7836680192 23138 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26648] ppid=26638 vsize=7653008 CPUtime=0 cores=4,6
/proc/26640/task/26648/stat : 26648 (java) S 26638 26640 26130 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 19 0 490616438 7836680192 23138 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26649] ppid=26638 vsize=7653008 CPUtime=0 cores=4,6
/proc/26640/task/26649/stat : 26649 (java) S 26638 26640 26130 0 -1 4202560 1193 0 0 0 0 0 0 0 15 0 19 0 490616438 7836680192 23138 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 4 0 0 0
[pid=26640/tid=26650] ppid=26638 vsize=7653008 CPUtime=0.01 cores=4,6
/proc/26640/task/26650/stat : 26650 (java) S 26638 26640 26130 0 -1 4202560 1156 0 0 0 1 0 0 0 15 0 19 0 490616438 7836680192 23138 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26651] ppid=26638 vsize=7653008 CPUtime=0.17 cores=4,6
/proc/26640/task/26651/stat : 26651 (java) S 26638 26640 26130 0 -1 4202560 2798 0 0 0 17 0 0 0 16 0 19 0 490616439 7836680192 23138 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514752 0 0 0 16800975 18446604446473511360 0 0 -1 4 0 0 0
[pid=26640/tid=26652] ppid=26638 vsize=7653008 CPUtime=0 cores=4,6
/proc/26640/task/26652/stat : 26652 (java) S 26638 26640 26130 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490616439 7836680192 23138 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26653] ppid=26638 vsize=7653008 CPUtime=0 cores=4,6
/proc/26640/task/26653/stat : 26653 (java) S 26638 26640 26130 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 490616439 7836680192 23138 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26654] ppid=26638 vsize=7653008 CPUtime=0 cores=4,6
/proc/26640/task/26654/stat : 26654 (java) S 26638 26640 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490616441 7836680192 23138 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101521841 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26655] ppid=26638 vsize=7653008 CPUtime=0.33 cores=4,6
/proc/26640/task/26655/stat : 26655 (java) S 26638 26640 26130 0 -1 4202560 535 0 0 0 33 0 0 0 15 0 19 0 490616441 7836680192 23138 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26656] ppid=26638 vsize=7653008 CPUtime=0.72 cores=4,6
/proc/26640/task/26656/stat : 26656 (java) S 26638 26640 26130 0 -1 4202560 8478 0 0 0 71 1 0 0 15 0 19 0 490616441 7836680192 23138 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26657] ppid=26638 vsize=7653008 CPUtime=0 cores=4,6
/proc/26640/task/26657/stat : 26657 (java) S 26638 26640 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490616441 7836680192 23138 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26658] ppid=26638 vsize=7653008 CPUtime=0 cores=4,6
/proc/26640/task/26658/stat : 26658 (java) S 26638 26640 26130 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490616441 7836680192 23138 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514752 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26659] ppid=26638 vsize=7653008 CPUtime=0 cores=4,6
/proc/26640/task/26659/stat : 26659 (java) S 26638 26640 26130 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490616468 7836680192 23138 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514752 0 4 0 16800975 18446604446473511360 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.37
Current children cumulated vsize (KiB) 7653008

[startup+12.7007 s]

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

[pid=26640/tid=26648] ppid=26638 vsize=7653008 CPUtime=0.08 cores=4,6
/proc/26640/task/26648/stat : 26648 (java) S 26638 26640 26130 0 -1 4202560 1224 0 0 0 8 0 0 0 15 0 19 0 490616438 7836680192 29745 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26649] ppid=26638 vsize=7653008 CPUtime=0.08 cores=4,6
/proc/26640/task/26649/stat : 26649 (java) S 26638 26640 26130 0 -1 4202560 1209 0 0 0 8 0 0 0 15 0 19 0 490616438 7836680192 29745 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26650] ppid=26638 vsize=7653008 CPUtime=0.08 cores=4,6
/proc/26640/task/26650/stat : 26650 (java) S 26638 26640 26130 0 -1 4202560 1175 0 0 0 8 0 0 0 15 0 19 0 490616438 7836680192 29745 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26651] ppid=26638 vsize=7653008 CPUtime=3.02 cores=4,6
/proc/26640/task/26651/stat : 26651 (java) S 26638 26640 26130 0 -1 4202560 6359 0 0 0 302 0 0 0 15 0 19 0 490616439 7836680192 29745 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514752 0 0 0 16800975 18446604446473511360 0 0 -1 4 0 0 0
[pid=26640/tid=26652] ppid=26638 vsize=7653008 CPUtime=0 cores=4,6
/proc/26640/task/26652/stat : 26652 (java) S 26638 26640 26130 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490616439 7836680192 29745 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26653] ppid=26638 vsize=7653008 CPUtime=0 cores=4,6
/proc/26640/task/26653/stat : 26653 (java) S 26638 26640 26130 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 490616439 7836680192 29745 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26654] ppid=26638 vsize=7653008 CPUtime=0 cores=4,6
/proc/26640/task/26654/stat : 26654 (java) S 26638 26640 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490616441 7836680192 29745 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101521841 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26655] ppid=26638 vsize=7653008 CPUtime=0.33 cores=4,6
/proc/26640/task/26655/stat : 26655 (java) S 26638 26640 26130 0 -1 4202560 535 0 0 0 33 0 0 0 15 0 19 0 490616441 7836680192 29745 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26656] ppid=26638 vsize=7653008 CPUtime=0.72 cores=4,6
/proc/26640/task/26656/stat : 26656 (java) S 26638 26640 26130 0 -1 4202560 8478 0 0 0 71 1 0 0 15 0 19 0 490616441 7836680192 29745 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26657] ppid=26638 vsize=7653008 CPUtime=0 cores=4,6
/proc/26640/task/26657/stat : 26657 (java) S 26638 26640 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490616441 7836680192 29745 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26658] ppid=26638 vsize=7653008 CPUtime=0 cores=4,6
/proc/26640/task/26658/stat : 26658 (java) S 26638 26640 26130 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 490616441 7836680192 29745 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514752 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26659] ppid=26638 vsize=7653008 CPUtime=0 cores=4,6
/proc/26640/task/26659/stat : 26659 (java) S 26638 26640 26130 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490616468 7836680192 29745 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514752 0 4 0 16800975 18446604446473511360 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1123.62
Current children cumulated vsize (KiB) 7653008

[startup+1182.3 s]
/proc/loadavg: 4.06 4.04 4.01 5/262 26938
/proc/meminfo: memFree=12984592/32950928 swapFree=67111528/67111528
[pid=26640] ppid=26638 vsize=7653008 CPUtime=1183.63 cores=4,6
/proc/26640/stat : 26640 (java) S 26638 26640 26130 0 -1 4202496 34626 0 1 0 118358 5 0 0 25 0 19 0 490616435 7836680192 29896 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26640/statm: 1913252 29896 2254 9 0 1903990 0
[pid=26640/tid=26642] ppid=26638 vsize=7653008 CPUtime=1178.82 cores=4,6
/proc/26640/task/26642/stat : 26642 (java) R 26638 26640 26130 0 -1 4202560 12371 0 1 0 117881 1 0 0 25 0 19 0 490616436 7836680192 29896 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 46912505673911 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26640/tid=26643] ppid=26638 vsize=7653008 CPUtime=0.06 cores=4,6
/proc/26640/task/26643/stat : 26643 (java) S 26638 26640 26130 0 -1 4202560 322 0 0 0 6 0 0 0 15 0 19 0 490616438 7836680192 29896 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26644] ppid=26638 vsize=7653008 CPUtime=0.05 cores=4,6
/proc/26640/task/26644/stat : 26644 (java) S 26638 26640 26130 0 -1 4202560 346 0 0 0 5 0 0 0 15 0 19 0 490616438 7836680192 29896 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26645] ppid=26638 vsize=7653008 CPUtime=0.08 cores=4,6
/proc/26640/task/26645/stat : 26645 (java) S 26638 26640 26130 0 -1 4202560 849 0 0 0 8 0 0 0 15 0 19 0 490616438 7836680192 29896 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26646] ppid=26638 vsize=7653008 CPUtime=0.06 cores=4,6
/proc/26640/task/26646/stat : 26646 (java) S 26638 26640 26130 0 -1 4202560 404 0 0 0 6 0 0 0 15 0 19 0 490616438 7836680192 29896 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26647] ppid=26638 vsize=7653008 CPUtime=0.01 cores=4,6
/proc/26640/task/26647/stat : 26647 (java) S 26638 26640 26130 0 -1 4202560 10 0 0 0 1 0 0 0 16 0 19 0 490616438 7836680192 29896 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26648] ppid=26638 vsize=7653008 CPUtime=0.08 cores=4,6
/proc/26640/task/26648/stat : 26648 (java) S 26638 26640 26130 0 -1 4202560 1224 0 0 0 8 0 0 0 16 0 19 0 490616438 7836680192 29896 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26649] ppid=26638 vsize=7653008 CPUtime=0.08 cores=4,6
/proc/26640/task/26649/stat : 26649 (java) S 26638 26640 26130 0 -1 4202560 1209 0 0 0 8 0 0 0 15 0 19 0 490616438 7836680192 29896 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26650] ppid=26638 vsize=7653008 CPUtime=0.08 cores=4,6
/proc/26640/task/26650/stat : 26650 (java) S 26638 26640 26130 0 -1 4202560 1175 0 0 0 8 0 0 0 16 0 19 0 490616438 7836680192 29896 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26651] ppid=26638 vsize=7653008 CPUtime=3.14 cores=4,6
/proc/26640/task/26651/stat : 26651 (java) S 26638 26640 26130 0 -1 4202560 6483 0 0 0 314 0 0 0 15 0 19 0 490616439 7836680192 29896 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514752 0 0 0 16800975 18446604446473511360 0 0 -1 4 0 0 0
[pid=26640/tid=26652] ppid=26638 vsize=7653008 CPUtime=0 cores=4,6
/proc/26640/task/26652/stat : 26652 (java) S 26638 26640 26130 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490616439 7836680192 29896 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26653] ppid=26638 vsize=7653008 CPUtime=0 cores=4,6
/proc/26640/task/26653/stat : 26653 (java) S 26638 26640 26130 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 490616439 7836680192 29896 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26654] ppid=26638 vsize=7653008 CPUtime=0 cores=4,6
/proc/26640/task/26654/stat : 26654 (java) S 26638 26640 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490616441 7836680192 29896 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101521841 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26655] ppid=26638 vsize=7653008 CPUtime=0.33 cores=4,6
/proc/26640/task/26655/stat : 26655 (java) S 26638 26640 26130 0 -1 4202560 535 0 0 0 33 0 0 0 15 0 19 0 490616441 7836680192 29896 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26656] ppid=26638 vsize=7653008 CPUtime=0.73 cores=4,6
/proc/26640/task/26656/stat : 26656 (java) S 26638 26640 26130 0 -1 4202560 8479 0 0 0 72 1 0 0 15 0 19 0 490616441 7836680192 29896 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26657] ppid=26638 vsize=7653008 CPUtime=0 cores=4,6
/proc/26640/task/26657/stat : 26657 (java) S 26638 26640 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490616441 7836680192 29896 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26658] ppid=26638 vsize=7653008 CPUtime=0 cores=4,6
/proc/26640/task/26658/stat : 26658 (java) S 26638 26640 26130 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 490616441 7836680192 29896 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514752 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26659] ppid=26638 vsize=7653008 CPUtime=0 cores=4,6
/proc/26640/task/26659/stat : 26659 (java) S 26638 26640 26130 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490616468 7836680192 29896 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514752 0 4 0 16800975 18446604446473511360 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1183.63
Current children cumulated vsize (KiB) 7653008

[startup+1242.3 s]
/proc/loadavg: 4.08 4.05 4.01 5/262 26940
/proc/meminfo: memFree=12980508/32950928 swapFree=67111528/67111528
[pid=26640] ppid=26638 vsize=7653008 CPUtime=1243.64 cores=4,6
/proc/26640/stat : 26640 (java) S 26638 26640 26130 0 -1 4202496 34884 0 1 0 124359 5 0 0 25 0 19 0 490616435 7836680192 30149 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26640/statm: 1913252 30149 2254 9 0 1903990 0
[pid=26640/tid=26642] ppid=26638 vsize=7653008 CPUtime=1238.77 cores=4,6
/proc/26640/task/26642/stat : 26642 (java) R 26638 26640 26130 0 -1 4202560 12625 0 1 0 123876 1 0 0 25 0 19 0 490616436 7836680192 30149 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 46912505671989 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26640/tid=26643] ppid=26638 vsize=7653008 CPUtime=0.06 cores=4,6
/proc/26640/task/26643/stat : 26643 (java) S 26638 26640 26130 0 -1 4202560 322 0 0 0 6 0 0 0 15 0 19 0 490616438 7836680192 30149 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26644] ppid=26638 vsize=7653008 CPUtime=0.05 cores=4,6
/proc/26640/task/26644/stat : 26644 (java) S 26638 26640 26130 0 -1 4202560 346 0 0 0 5 0 0 0 15 0 19 0 490616438 7836680192 30149 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26645] ppid=26638 vsize=7653008 CPUtime=0.09 cores=4,6
/proc/26640/task/26645/stat : 26645 (java) S 26638 26640 26130 0 -1 4202560 849 0 0 0 9 0 0 0 15 0 19 0 490616438 7836680192 30149 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26646] ppid=26638 vsize=7653008 CPUtime=0.06 cores=4,6
/proc/26640/task/26646/stat : 26646 (java) S 26638 26640 26130 0 -1 4202560 404 0 0 0 6 0 0 0 15 0 19 0 490616438 7836680192 30149 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26647] ppid=26638 vsize=7653008 CPUtime=0.01 cores=4,6
/proc/26640/task/26647/stat : 26647 (java) S 26638 26640 26130 0 -1 4202560 10 0 0 0 1 0 0 0 15 0 19 0 490616438 7836680192 30149 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26648] ppid=26638 vsize=7653008 CPUtime=0.08 cores=4,6
/proc/26640/task/26648/stat : 26648 (java) S 26638 26640 26130 0 -1 4202560 1224 0 0 0 8 0 0 0 15 0 19 0 490616438 7836680192 30149 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26649] ppid=26638 vsize=7653008 CPUtime=0.08 cores=4,6
/proc/26640/task/26649/stat : 26649 (java) S 26638 26640 26130 0 -1 4202560 1209 0 0 0 8 0 0 0 15 0 19 0 490616438 7836680192 30149 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26650] ppid=26638 vsize=7653008 CPUtime=0.09 cores=4,6
/proc/26640/task/26650/stat : 26650 (java) S 26638 26640 26130 0 -1 4202560 1175 0 0 0 9 0 0 0 15 0 19 0 490616438 7836680192 30149 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26651] ppid=26638 vsize=7653008 CPUtime=3.2 cores=4,6
/proc/26640/task/26651/stat : 26651 (java) S 26638 26640 26130 0 -1 4202560 6485 0 0 0 320 0 0 0 15 0 19 0 490616439 7836680192 30149 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514752 0 0 0 16800975 18446604446473511360 0 0 -1 4 0 0 0
[pid=26640/tid=26652] ppid=26638 vsize=7653008 CPUtime=0 cores=4,6
/proc/26640/task/26652/stat : 26652 (java) S 26638 26640 26130 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490616439 7836680192 30149 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26653] ppid=26638 vsize=7653008 CPUtime=0 cores=4,6
/proc/26640/task/26653/stat : 26653 (java) S 26638 26640 26130 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 490616439 7836680192 30149 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26654] ppid=26638 vsize=7653008 CPUtime=0 cores=4,6
/proc/26640/task/26654/stat : 26654 (java) S 26638 26640 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490616441 7836680192 30149 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101521841 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26655] ppid=26638 vsize=7653008 CPUtime=0.33 cores=4,6
/proc/26640/task/26655/stat : 26655 (java) S 26638 26640 26130 0 -1 4202560 535 0 0 0 33 0 0 0 15 0 19 0 490616441 7836680192 30149 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26656] ppid=26638 vsize=7653008 CPUtime=0.73 cores=4,6
/proc/26640/task/26656/stat : 26656 (java) S 26638 26640 26130 0 -1 4202560 8479 0 0 0 72 1 0 0 15 0 19 0 490616441 7836680192 30149 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26657] ppid=26638 vsize=7653008 CPUtime=0 cores=4,6
/proc/26640/task/26657/stat : 26657 (java) S 26638 26640 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490616441 7836680192 30149 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26658] ppid=26638 vsize=7653008 CPUtime=0 cores=4,6
/proc/26640/task/26658/stat : 26658 (java) S 26638 26640 26130 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 490616441 7836680192 30149 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514752 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26659] ppid=26638 vsize=7653008 CPUtime=0 cores=4,6
/proc/26640/task/26659/stat : 26659 (java) S 26638 26640 26130 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490616468 7836680192 30149 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514752 0 4 0 16800975 18446604446473511360 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1243.64
Current children cumulated vsize (KiB) 7653008



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.04 4.00 5/262 26942
/proc/meminfo: memFree=12969936/32950928 swapFree=67111528/67111528
[pid=26640] ppid=26638 vsize=7653008 CPUtime=1301.35 cores=4,6
/proc/26640/stat : 26640 (java) S 26638 26640 26130 0 -1 4202496 34953 0 1 0 130130 5 0 0 25 0 19 0 490616435 7836680192 30211 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26640/statm: 1913252 30211 2254 9 0 1903990 0
[pid=26640/tid=26642] ppid=26638 vsize=7653008 CPUtime=1296.41 cores=4,6
/proc/26640/task/26642/stat : 26642 (java) R 26638 26640 26130 0 -1 4202560 12626 0 1 0 129640 1 0 0 25 0 19 0 490616436 7836680192 30211 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 46912505671989 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26640/tid=26643] ppid=26638 vsize=7653008 CPUtime=0.06 cores=4,6
/proc/26640/task/26643/stat : 26643 (java) S 26638 26640 26130 0 -1 4202560 322 0 0 0 6 0 0 0 15 0 19 0 490616438 7836680192 30211 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26644] ppid=26638 vsize=7653008 CPUtime=0.06 cores=4,6
/proc/26640/task/26644/stat : 26644 (java) S 26638 26640 26130 0 -1 4202560 354 0 0 0 6 0 0 0 15 0 19 0 490616438 7836680192 30211 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26645] ppid=26638 vsize=7653008 CPUtime=0.09 cores=4,6
/proc/26640/task/26645/stat : 26645 (java) S 26638 26640 26130 0 -1 4202560 849 0 0 0 9 0 0 0 15 0 19 0 490616438 7836680192 30211 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26646] ppid=26638 vsize=7653008 CPUtime=0.06 cores=4,6
/proc/26640/task/26646/stat : 26646 (java) S 26638 26640 26130 0 -1 4202560 404 0 0 0 6 0 0 0 15 0 19 0 490616438 7836680192 30211 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26647] ppid=26638 vsize=7653008 CPUtime=0.01 cores=4,6
/proc/26640/task/26647/stat : 26647 (java) S 26638 26640 26130 0 -1 4202560 10 0 0 0 1 0 0 0 15 0 19 0 490616438 7836680192 30211 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26648] ppid=26638 vsize=7653008 CPUtime=0.08 cores=4,6
/proc/26640/task/26648/stat : 26648 (java) S 26638 26640 26130 0 -1 4202560 1224 0 0 0 8 0 0 0 15 0 19 0 490616438 7836680192 30211 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26649] ppid=26638 vsize=7653008 CPUtime=0.08 cores=4,6
/proc/26640/task/26649/stat : 26649 (java) S 26638 26640 26130 0 -1 4202560 1209 0 0 0 8 0 0 0 15 0 19 0 490616438 7836680192 30211 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26650] ppid=26638 vsize=7653008 CPUtime=0.1 cores=4,6
/proc/26640/task/26650/stat : 26650 (java) S 26638 26640 26130 0 -1 4202560 1184 0 0 0 10 0 0 0 16 0 19 0 490616438 7836680192 30211 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26651] ppid=26638 vsize=7653008 CPUtime=3.25 cores=4,6
/proc/26640/task/26651/stat : 26651 (java) S 26638 26640 26130 0 -1 4202560 6532 0 0 0 325 0 0 0 15 0 19 0 490616439 7836680192 30211 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514752 0 0 0 16800975 18446604446473511360 0 0 -1 4 0 0 0
[pid=26640/tid=26652] ppid=26638 vsize=7653008 CPUtime=0 cores=4,6
/proc/26640/task/26652/stat : 26652 (java) S 26638 26640 26130 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490616439 7836680192 30211 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26653] ppid=26638 vsize=7653008 CPUtime=0 cores=4,6
/proc/26640/task/26653/stat : 26653 (java) S 26638 26640 26130 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 490616439 7836680192 30211 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26654] ppid=26638 vsize=7653008 CPUtime=0 cores=4,6
/proc/26640/task/26654/stat : 26654 (java) S 26638 26640 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490616441 7836680192 30211 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101521841 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26655] ppid=26638 vsize=7653008 CPUtime=0.33 cores=4,6
/proc/26640/task/26655/stat : 26655 (java) S 26638 26640 26130 0 -1 4202560 535 0 0 0 33 0 0 0 15 0 19 0 490616441 7836680192 30211 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26656] ppid=26638 vsize=7653008 CPUtime=0.73 cores=4,6
/proc/26640/task/26656/stat : 26656 (java) S 26638 26640 26130 0 -1 4202560 8479 0 0 0 72 1 0 0 15 0 19 0 490616441 7836680192 30211 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26657] ppid=26638 vsize=7653008 CPUtime=0 cores=4,6
/proc/26640/task/26657/stat : 26657 (java) S 26638 26640 26130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490616441 7836680192 30211 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514137 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26658] ppid=26638 vsize=7653008 CPUtime=0 cores=4,6
/proc/26640/task/26658/stat : 26658 (java) S 26638 26640 26130 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 490616441 7836680192 30211 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514752 0 4 0 16800975 18446604446473511360 0 0 -1 6 0 0 0
[pid=26640/tid=26659] ppid=26638 vsize=7653008 CPUtime=0 cores=4,6
/proc/26640/task/26659/stat : 26659 (java) S 26638 26640 26130 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490616468 7836680192 30211 33554432000 1073741824 1073778376 140737253373936 18446744073709551615 248101514752 0 4 0 16800975 18446604446473511360 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1301.35
Current children cumulated vsize (KiB) 7653008

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.09
CPU time (s): 1301.51
CPU user time (s): 1301.45
CPU system time (s): 0.05999
CPU usage (%): 100.109
Max. virtual memory (cumulated for all children) (KiB): 7662508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.45
system time used= 0.05999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34990
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= 28505
involuntary context switches= 4444

runsolver used 2.13468 second user time and 4.98824 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-26 05:56:06
IDJOB=3290869
IDBENCH=83451
IDSOLVER=1611
FILE ID=node123/3290869-1303790166
RUNJOBID= node123-1303789113-26149
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/korf-17.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-3290869-1303790166/watcher-3290869-1303790166 -o /tmp/evaluation-result-3290869-1303790166/solver-3290869-1303790166 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3290869-1303790166.cnf

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

MD5SUM BENCH= ade81e5508101352b3d942708b201606
RANDOM SEED=47475968

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:      14903288 kB
Buffers:       2171128 kB
Cached:       15010856 kB
SwapCached:          0 kB
Active:        8543932 kB
Inactive:      8957580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14903288 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2128 kB
Writeback:           0 kB
AnonPages:      319104 kB
Mapped:          23404 kB
Slab:           479460 kB
PageTables:       6220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 22049328 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:17:48