Trace number 3287557

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.47 1300.06

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtpmsns2-tseitin.cnf
MD5SUM9059f458d76edcc4dc5681746a6de6e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark265.638
Satisfiable
(Un)Satisfiability was proved
Number of variables88352
Number of clauses262658
Sum of the clauses size612866
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2175104
Number of clauses of size 387552
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c no version file found!!!
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		6997539544
0.00/0.08	c Max memory 		7034241024
0.00/0.08	c Total memory 		7034241024
0.00/0.08	c Number of processors 	8
0.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-3287557-1303778056.cnf
0.00/0.09	c reading problem ... 
0.40/0.34	c ... done. Wall clock time 0.252s.
0.40/0.34	c #vars     88352
0.40/0.34	c #constraints  262658
0.40/0.34	c constraints type 
0.40/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 87552
0.40/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 175104
4.69/4.22	c cleaning 2467 clauses out of 4988 with flag 5003/5003
10.09/9.15	c cleaning 4249 clauses out of 8507 with flag 11001/11001
16.60/15.67	c cleaning 5454 clauses out of 11229 with flag 18000/18000
23.91/22.99	c cleaning 6675 clauses out of 13762 with flag 26000/26000
33.21/32.26	c cleaning 7833 clauses out of 16030 with flag 35000/35000
44.52/43.58	c cleaning 8768 clauses out of 18135 with flag 45000/45000
56.53/55.54	c cleaning 9930 clauses out of 20340 with flag 56001/56001
67.74/66.77	c cleaning 11034 clauses out of 22393 with flag 68000/68000
83.55/82.54	c cleaning 11780 clauses out of 24334 with flag 81000/81000
99.15/98.12	c cleaning 13091 clauses out of 26530 with flag 95000/95000
115.66/114.65	c cleaning 14205 clauses out of 28418 with flag 110000/110000
134.97/133.91	c cleaning 14746 clauses out of 30205 with flag 126000/126000
153.98/152.91	c cleaning 15910 clauses out of 32449 with flag 143000/143000
176.08/175.05	c cleaning 16765 clauses out of 34497 with flag 161000/161000
199.99/198.90	c cleaning 18325 clauses out of 36717 with flag 180000/180000
223.40/222.30	c cleaning 19037 clauses out of 38390 with flag 200002/200002
246.31/245.26	c cleaning 19942 clauses out of 40338 with flag 221000/221000
273.82/272.72	c cleaning 20752 clauses out of 42384 with flag 243003/243003
302.22/301.10	c cleaning 22173 clauses out of 44625 with flag 266005/266005
331.43/330.38	c cleaning 23060 clauses out of 46439 with flag 290000/290000
361.85/360.80	c cleaning 23824 clauses out of 48368 with flag 315000/315000
395.55/394.49	c cleaning 24767 clauses out of 50484 with flag 341000/341000
432.96/431.87	c cleaning 26106 clauses out of 52575 with flag 368003/368003
469.68/468.53	c cleaning 26805 clauses out of 54453 with flag 396000/396000
505.88/504.71	c cleaning 27953 clauses out of 56646 with flag 425000/425000
550.39/549.25	c cleaning 29150 clauses out of 58593 with flag 455000/455000
593.91/592.73	c cleaning 30042 clauses out of 60438 with flag 486000/486000
646.73/645.56	c cleaning 30809 clauses out of 62395 with flag 518005/518005
689.64/688.43	c cleaning 32214 clauses out of 64581 with flag 551000/551000
733.15/731.94	c cleaning 32816 clauses out of 66354 with flag 585001/585001
778.46/777.25	c cleaning 33015 clauses out of 66587 with flag 620000/620000
831.47/830.23	c cleaning 34774 clauses out of 69567 with flag 656000/656000
884.28/883.08	c cleaning 35852 clauses out of 71791 with flag 693000/693000
938.40/937.14	c cleaning 36619 clauses out of 73939 with flag 731000/731000
999.90/998.61	c cleaning 37961 clauses out of 76320 with flag 770001/770001
1057.82/1056.58	c cleaning 39050 clauses out of 78354 with flag 810001/810001
1119.03/1117.79	c cleaning 39448 clauses out of 79720 with flag 851001/851001
1194.64/1193.36	c cleaning 40735 clauses out of 82269 with flag 893001/893001
1253.06/1251.77	c cleaning 42200 clauses out of 84521 with flag 936000/936000
1301.38/1300.01	c starts		: 1122
1301.38/1300.01	c conflicts		: 969002
1301.38/1300.01	c decisions		: 3250783
1301.38/1300.01	c propagations		: 2591763104
1301.38/1300.01	c inspects		: 7130861139
1301.38/1300.01	c shortcuts		: 0
1301.38/1300.01	c learnt literals	: 408
1301.38/1300.01	c learnt binary clauses	: 7394
1301.38/1300.01	c learnt ternary clauses	: 23530
1301.38/1300.01	c learnt constraints	: 968594
1301.38/1300.01	c ignored constraints	: 0
1301.38/1300.01	c root simplifications	: 1530
1301.38/1300.01	c removed literals (reason simplification)	: 22573739
1301.38/1300.01	c reason swapping (by a shorter reason)	: 0
1301.38/1300.01	c Calls to reduceDB	: 39
1301.38/1300.01	c speed (assignments/second)	: 1994176.733868548
1301.38/1300.01	c non guided choices	17853
1301.38/1300.04	c learnt constraints type 
1301.38/1300.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 7228
1301.38/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 68108
1301.38/1300.04	c constraints type 
1301.38/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 87552
1301.38/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 175104
1301.38/1300.04	s UNKNOWN
1301.38/1300.04	c Total wall clock time (in seconds) : 1299.919

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.29 3.86 4.08 4/200 7078
/proc/meminfo: memFree=11226548/32950928 swapFree=67111528/67111528
[pid=7078] ppid=7076 vsize=30540 CPUtime=0 cores=5,7
/proc/7078/stat : 7078 (java) S 7076 7078 6092 0 -1 4202496 1249 0 0 0 0 0 0 0 22 0 2 0 568036327 31272960 969 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892367845 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/7078/statm: 7635 969 741 9 0 386 0
[pid=7078/tid=7079] ppid=7076 vsize=30536 CPUtime=0 cores=5,7
/proc/7078/task/7079/stat : 7079 (java) S 7076 7078 6092 0 -1 4202560 139 0 0 0 0 0 0 0 24 0 2 0 568036328 31268864 972 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218875641479 0 2147483391 0 16784584 18446744071699207358 0 0 -1 5 0 0 0

[startup+0.099778 s]
/proc/loadavg: 3.29 3.86 4.08 4/200 7078
/proc/meminfo: memFree=11226548/32950928 swapFree=67111528/67111528
[pid=7078] ppid=7076 vsize=7636120 CPUtime=0.1 cores=5,7
/proc/7078/stat : 7078 (java) S 7076 7078 6092 0 -1 4202496 11056 0 1 0 9 1 0 0 22 0 18 0 568036327 7819386880 10752 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7078/statm: 1909030 10752 2093 9 0 1899768 0
[pid=7078/tid=7079] ppid=7076 vsize=7636120 CPUtime=0.08 cores=5,7
/proc/7078/task/7079/stat : 7079 (java) R 7076 7078 6092 0 -1 4202560 9322 0 1 0 7 1 0 0 18 0 18 0 568036328 7819386880 10753 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 47236592868179 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7636120

[startup+0.100776 s]
/proc/loadavg: 3.29 3.86 4.08 4/200 7078
/proc/meminfo: memFree=11226548/32950928 swapFree=67111528/67111528
[pid=7078] ppid=7076 vsize=7636120 CPUtime=0.1 cores=5,7
/proc/7078/stat : 7078 (java) S 7076 7078 6092 0 -1 4202496 11066 0 1 0 9 1 0 0 22 0 18 0 568036327 7819386880 10762 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7078/statm: 1909030 10762 2093 9 0 1899768 0
[pid=7078/tid=7079] ppid=7076 vsize=7636120 CPUtime=0.08 cores=5,7
/proc/7078/task/7079/stat : 7079 (java) R 7076 7078 6092 0 -1 4202560 9332 0 1 0 7 1 0 0 18 0 18 0 568036328 7819386880 10763 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 47236592868148 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7636120

[startup+0.3008 s]
/proc/loadavg: 3.29 3.86 4.08 4/200 7078
/proc/meminfo: memFree=11226548/32950928 swapFree=67111528/67111528
[pid=7078] ppid=7076 vsize=7637104 CPUtime=0.4 cores=5,7
/proc/7078/stat : 7078 (java) S 7076 7078 6092 0 -1 4202496 17206 0 1 0 38 2 0 0 22 0 18 0 568036327 7820394496 16590 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7078/statm: 1909276 16592 2198 9 0 1900014 0
[pid=7078/tid=7079] ppid=7076 vsize=7637104 CPUtime=0.28 cores=5,7
/proc/7078/task/7079/stat : 7079 (java) R 7076 7078 6092 0 -1 4202560 14825 0 1 0 27 1 0 0 18 0 18 0 568036328 7820394496 16593 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 46912505540131 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 7637104

[startup+0.700729 s]
/proc/loadavg: 3.29 3.86 4.08 4/200 7078
/proc/meminfo: memFree=11226548/32950928 swapFree=67111528/67111528
[pid=7078] ppid=7076 vsize=7639288 CPUtime=1.06 cores=5,7
/proc/7078/stat : 7078 (java) S 7076 7078 6092 0 -1 4202496 22176 0 1 0 104 2 0 0 22 0 19 0 568036327 7822630912 20761 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7078/statm: 1909822 20761 2221 9 0 1900560 0
[pid=7078/tid=7079] ppid=7076 vsize=7639288 CPUtime=0.67 cores=5,7
/proc/7078/task/7079/stat : 7079 (java) R 7076 7078 6092 0 -1 4202560 18066 0 1 0 66 1 0 0 19 0 19 0 568036328 7822630912 20761 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 46912505669141 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 7639288

[startup+1.50159 s]
/proc/loadavg: 3.29 3.86 4.08 7/261 7145
/proc/meminfo: memFree=10891448/32950928 swapFree=67111528/67111528
[pid=7078] ppid=7076 vsize=7639288 CPUtime=1.95 cores=5,7
/proc/7078/stat : 7078 (java) S 7076 7078 6092 0 -1 4202496 22310 0 1 0 193 2 0 0 22 0 19 0 568036327 7822630912 20845 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7078/statm: 1909822 20845 2225 9 0 1900560 0
[pid=7078/tid=7079] ppid=7076 vsize=7639288 CPUtime=1.48 cores=5,7
/proc/7078/task/7079/stat : 7079 (java) R 7076 7078 6092 0 -1 4202560 18128 0 1 0 147 1 0 0 18 0 19 0 568036328 7822630912 20845 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 46912505724668 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7078/tid=7081] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7081/stat : 7081 (java) S 7076 7078 6092 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 568036329 7822630912 20845 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 5 0 0 0
[pid=7078/tid=7082] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7082/stat : 7082 (java) S 7076 7078 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036329 7822630912 20845 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7083] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7083/stat : 7083 (java) S 7076 7078 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036329 7822630912 20845 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7084] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7084/stat : 7084 (java) S 7076 7078 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036329 7822630912 20845 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7085] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7085/stat : 7085 (java) S 7076 7078 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036329 7822630912 20845 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7086] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7086/stat : 7086 (java) S 7076 7078 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036329 7822630912 20845 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7087] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7087/stat : 7087 (java) S 7076 7078 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036329 7822630912 20845 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7088] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7088/stat : 7088 (java) S 7076 7078 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036329 7822630912 20845 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7089] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7089/stat : 7089 (java) S 7076 7078 6092 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 568036330 7822630912 20845 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381696 0 0 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7090] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7090/stat : 7090 (java) S 7076 7078 6092 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 568036331 7822630912 20845 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 5 0 0 0
[pid=7078/tid=7091] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7091/stat : 7091 (java) S 7076 7078 6092 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 568036331 7822630912 20845 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 5 0 0 0
[pid=7078/tid=7092] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7092/stat : 7092 (java) S 7076 7078 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036333 7822630912 20845 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892388785 0 4 0 16800975 18446604471163099968 0 0 -1 5 0 0 0
[pid=7078/tid=7093] ppid=7076 vsize=7639288 CPUtime=0.17 cores=5,7
/proc/7078/task/7093/stat : 7093 (java) S 7076 7078 6092 0 -1 4202560 1725 0 0 0 17 0 0 0 21 0 19 0 568036333 7822630912 20845 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7094] ppid=7076 vsize=7639288 CPUtime=0.28 cores=5,7
/proc/7078/task/7094/stat : 7094 (java) S 7076 7078 6092 0 -1 4202560 1296 0 0 0 28 0 0 0 18 0 19 0 568036333 7822630912 20845 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7095] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7095/stat : 7095 (java) S 7076 7078 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036333 7822630912 20845 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 5 0 0 0
[pid=7078/tid=7096] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7096/stat : 7096 (java) S 7076 7078 6092 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 568036333 7822630912 20845 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381696 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7143] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7143/stat : 7143 (java) S 7076 7078 6092 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 568036367 7822630912 20845 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381696 0 4 0 16800975 18446604471163099968 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 7639288

[startup+3.10131 s]
/proc/loadavg: 3.51 3.89 4.09 5/262 7146
/proc/meminfo: memFree=10879076/32950928 swapFree=67111528/67111528
[pid=7078] ppid=7076 vsize=7639288 CPUtime=3.58 cores=5,7
/proc/7078/stat : 7078 (java) S 7076 7078 6092 0 -1 4202496 22390 0 1 0 356 2 0 0 22 0 19 0 568036327 7822630912 20924 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7078/statm: 1909822 20924 2226 9 0 1900560 0
[pid=7078/tid=7079] ppid=7076 vsize=7639288 CPUtime=3.08 cores=5,7
/proc/7078/task/7079/stat : 7079 (java) R 7076 7078 6092 0 -1 4202560 18204 0 1 0 307 1 0 0 18 0 19 0 568036328 7822630912 20924 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 46912505630352 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7078/tid=7081] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7081/stat : 7081 (java) S 7076 7078 6092 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 568036329 7822630912 20924 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 5 0 0 0
[pid=7078/tid=7082] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7082/stat : 7082 (java) S 7076 7078 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036329 7822630912 20924 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7083] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7083/stat : 7083 (java) S 7076 7078 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036329 7822630912 20924 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7084] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7084/stat : 7084 (java) S 7076 7078 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036329 7822630912 20924 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7085] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7085/stat : 7085 (java) S 7076 7078 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036329 7822630912 20924 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7086] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7086/stat : 7086 (java) S 7076 7078 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036329 7822630912 20924 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7087] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7087/stat : 7087 (java) S 7076 7078 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036329 7822630912 20924 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7088] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7088/stat : 7088 (java) S 7076 7078 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036329 7822630912 20924 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7089] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7089/stat : 7089 (java) S 7076 7078 6092 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 568036330 7822630912 20924 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381696 0 0 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7090] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7090/stat : 7090 (java) S 7076 7078 6092 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 568036331 7822630912 20924 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 5 0 0 0
[pid=7078/tid=7091] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7091/stat : 7091 (java) S 7076 7078 6092 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 568036331 7822630912 20924 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 5 0 0 0
[pid=7078/tid=7092] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7092/stat : 7092 (java) S 7076 7078 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036333 7822630912 20924 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892388785 0 4 0 16800975 18446604471163099968 0 0 -1 5 0 0 0
[pid=7078/tid=7093] ppid=7076 vsize=7639288 CPUtime=0.17 cores=5,7
/proc/7078/task/7093/stat : 7093 (java) S 7076 7078 6092 0 -1 4202560 1725 0 0 0 17 0 0 0 21 0 19 0 568036333 7822630912 20924 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7094] ppid=7076 vsize=7639288 CPUtime=0.32 cores=5,7
/proc/7078/task/7094/stat : 7094 (java) S 7076 7078 6092 0 -1 4202560 1300 0 0 0 32 0 0 0 15 0 19 0 568036333 7822630912 20924 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7095] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7095/stat : 7095 (java) S 7076 7078 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036333 7822630912 20924 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 5 0 0 0
[pid=7078/tid=7096] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7096/stat : 7096 (java) S 7076 7078 6092 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 568036333 7822630912 20924 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381696 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7143] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7143/stat : 7143 (java) S 7076 7078 6092 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 568036367 7822630912 20924 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381696 0 4 0 16800975 18446604471163099968 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 7639288

[startup+6.30076 s]
/proc/loadavg: 3.51 3.89 4.09 5/262 7146
/proc/meminfo: memFree=10709388/32950928 swapFree=67111528/67111528
[pid=7078] ppid=7076 vsize=7639288 CPUtime=7.25 cores=5,7
/proc/7078/stat : 7078 (java) S 7076 7078 6092 0 -1 4202496 47341 0 1 0 720 5 0 0 22 0 19 0 568036327 7822630912 40863 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7078/statm: 1909822 40863 2252 9 0 1900560 0
[pid=7078/tid=7079] ppid=7076 vsize=7639288 CPUtime=6.11 cores=5,7
/proc/7078/task/7079/stat : 7079 (java) R 7076 7078 6092 0 -1 4202560 18256 0 1 0 610 1 0 0 20 0 19 0 568036328 7822630912 40863 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 46912505669376 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7078/tid=7081] ppid=7076 vsize=7639288 CPUtime=0.04 cores=5,7
/proc/7078/task/7081/stat : 7081 (java) S 7076 7078 6092 0 -1 4202560 5056 0 0 0 3 1 0 0 18 0 19 0 568036329 7822630912 40863 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7082] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7082/stat : 7082 (java) S 7076 7078 6092 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 568036329 7822630912 40863 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7083] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7083/stat : 7083 (java) S 7076 7078 6092 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 568036329 7822630912 40863 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7084] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7084/stat : 7084 (java) S 7076 7078 6092 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 568036329 7822630912 40863 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7085] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7085/stat : 7085 (java) S 7076 7078 6092 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 568036329 7822630912 40863 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7086] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7086/stat : 7086 (java) S 7076 7078 6092 0 -1 4202560 43 0 0 0 0 0 0 0 17 0 19 0 568036329 7822630912 40863 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7087] ppid=7076 vsize=7639288 CPUtime=0.04 cores=5,7
/proc/7078/task/7087/stat : 7087 (java) S 7076 7078 6092 0 -1 4202560 3656 0 0 0 4 0 0 0 18 0 19 0 568036329 7822630912 40863 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7088] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7088/stat : 7088 (java) S 7076 7078 6092 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 568036329 7822630912 40863 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7089] ppid=7076 vsize=7639288 CPUtime=0.1 cores=5,7
/proc/7078/task/7089/stat : 7089 (java) S 7076 7078 6092 0 -1 4202560 8740 0 0 0 10 0 0 0 15 0 19 0 568036330 7822630912 40863 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381696 0 0 0 16800975 18446604471163099968 0 0 -1 5 0 0 0
[pid=7078/tid=7090] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7090/stat : 7090 (java) S 7076 7078 6092 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 568036331 7822630912 40863 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7091] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7091/stat : 7091 (java) S 7076 7078 6092 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 568036331 7822630912 40863 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7092] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7092/stat : 7092 (java) S 7076 7078 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036333 7822630912 40863 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892388785 0 4 0 16800975 18446604471163099968 0 0 -1 5 0 0 0
[pid=7078/tid=7093] ppid=7076 vsize=7639288 CPUtime=0.18 cores=5,7
/proc/7078/task/7093/stat : 7093 (java) S 7076 7078 6092 0 -1 4202560 1784 0 0 0 18 0 0 0 16 0 19 0 568036333 7822630912 40863 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7094] ppid=7076 vsize=7639288 CPUtime=0.72 cores=5,7
/proc/7078/task/7094/stat : 7094 (java) S 7076 7078 6092 0 -1 4202560 8651 0 0 0 71 1 0 0 16 0 19 0 568036333 7822630912 40863 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0

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

[pid=7078/tid=7086] ppid=7076 vsize=7639288 CPUtime=0.08 cores=5,7
/proc/7078/task/7086/stat : 7086 (java) S 7076 7078 6092 0 -1 4202560 51 0 0 0 8 0 0 0 15 0 19 0 568036329 7822630912 45357 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7087] ppid=7076 vsize=7639288 CPUtime=0.18 cores=5,7
/proc/7078/task/7087/stat : 7087 (java) S 7076 7078 6092 0 -1 4202560 3662 0 0 0 18 0 0 0 15 0 19 0 568036329 7822630912 45357 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7088] ppid=7076 vsize=7639288 CPUtime=0.08 cores=5,7
/proc/7078/task/7088/stat : 7088 (java) S 7076 7078 6092 0 -1 4202560 122 0 0 0 8 0 0 0 15 0 19 0 568036329 7822630912 45357 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7089] ppid=7076 vsize=7639288 CPUtime=4.15 cores=5,7
/proc/7078/task/7089/stat : 7089 (java) S 7076 7078 6092 0 -1 4202560 13007 0 0 0 414 1 0 0 15 0 19 0 568036330 7822630912 45357 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381696 0 0 0 16800975 18446604471163099968 0 0 -1 5 0 0 0
[pid=7078/tid=7090] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7090/stat : 7090 (java) S 7076 7078 6092 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 568036331 7822630912 45357 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7091] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7091/stat : 7091 (java) S 7076 7078 6092 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 568036331 7822630912 45357 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7092] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7092/stat : 7092 (java) S 7076 7078 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036333 7822630912 45357 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892388785 0 4 0 16800975 18446604471163099968 0 0 -1 5 0 0 0
[pid=7078/tid=7093] ppid=7076 vsize=7639288 CPUtime=0.21 cores=5,7
/proc/7078/task/7093/stat : 7093 (java) S 7076 7078 6092 0 -1 4202560 1787 0 0 0 21 0 0 0 15 0 19 0 568036333 7822630912 45357 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 5 0 0 0
[pid=7078/tid=7094] ppid=7076 vsize=7639288 CPUtime=0.76 cores=5,7
/proc/7078/task/7094/stat : 7094 (java) S 7076 7078 6092 0 -1 4202560 8660 0 0 0 75 1 0 0 15 0 19 0 568036333 7822630912 45357 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7095] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7095/stat : 7095 (java) S 7076 7078 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036333 7822630912 45357 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 5 0 0 0
[pid=7078/tid=7096] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7096/stat : 7096 (java) S 7076 7078 6092 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 568036333 7822630912 45357 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381696 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7143] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7143/stat : 7143 (java) S 7076 7078 6092 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 568036367 7822630912 45357 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381696 0 4 0 16800975 18446604471163099968 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1123.64
Current children cumulated vsize (KiB) 7639288

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 4.01 6/262 7227
/proc/meminfo: memFree=10414936/32950928 swapFree=67111528/67111528
[pid=7078] ppid=7076 vsize=7639288 CPUtime=1183.64 cores=5,7
/proc/7078/stat : 7078 (java) S 7076 7078 6092 0 -1 4202496 51992 0 1 0 118357 7 0 0 22 0 19 0 568036327 7822630912 45357 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7078/statm: 1909822 45357 2254 9 0 1900560 0
[pid=7078/tid=7079] ppid=7076 vsize=7639288 CPUtime=1177.63 cores=5,7
/proc/7078/task/7079/stat : 7079 (java) R 7076 7078 6092 0 -1 4202560 18293 0 1 0 117761 2 0 0 25 0 19 0 568036328 7822630912 45357 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 46912505659279 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7078/tid=7081] ppid=7076 vsize=7639288 CPUtime=0.13 cores=5,7
/proc/7078/task/7081/stat : 7081 (java) S 7076 7078 6092 0 -1 4202560 5065 0 0 0 12 1 0 0 15 0 19 0 568036329 7822630912 45357 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7082] ppid=7076 vsize=7639288 CPUtime=0.09 cores=5,7
/proc/7078/task/7082/stat : 7082 (java) S 7076 7078 6092 0 -1 4202560 84 0 0 0 9 0 0 0 15 0 19 0 568036329 7822630912 45357 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7083] ppid=7076 vsize=7639288 CPUtime=0.1 cores=5,7
/proc/7078/task/7083/stat : 7083 (java) S 7076 7078 6092 0 -1 4202560 27 0 0 0 10 0 0 0 15 0 19 0 568036329 7822630912 45357 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7084] ppid=7076 vsize=7639288 CPUtime=0.08 cores=5,7
/proc/7078/task/7084/stat : 7084 (java) S 7076 7078 6092 0 -1 4202560 9 0 0 0 8 0 0 0 15 0 19 0 568036329 7822630912 45357 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7085] ppid=7076 vsize=7639288 CPUtime=0.06 cores=5,7
/proc/7078/task/7085/stat : 7085 (java) S 7076 7078 6092 0 -1 4202560 7 0 0 0 6 0 0 0 16 0 19 0 568036329 7822630912 45357 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7086] ppid=7076 vsize=7639288 CPUtime=0.08 cores=5,7
/proc/7078/task/7086/stat : 7086 (java) S 7076 7078 6092 0 -1 4202560 51 0 0 0 8 0 0 0 15 0 19 0 568036329 7822630912 45357 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7087] ppid=7076 vsize=7639288 CPUtime=0.18 cores=5,7
/proc/7078/task/7087/stat : 7087 (java) S 7076 7078 6092 0 -1 4202560 3662 0 0 0 18 0 0 0 15 0 19 0 568036329 7822630912 45357 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7088] ppid=7076 vsize=7639288 CPUtime=0.08 cores=5,7
/proc/7078/task/7088/stat : 7088 (java) S 7076 7078 6092 0 -1 4202560 122 0 0 0 8 0 0 0 15 0 19 0 568036329 7822630912 45357 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7089] ppid=7076 vsize=7639288 CPUtime=4.15 cores=5,7
/proc/7078/task/7089/stat : 7089 (java) S 7076 7078 6092 0 -1 4202560 13007 0 0 0 414 1 0 0 15 0 19 0 568036330 7822630912 45357 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381696 0 0 0 16800975 18446604471163099968 0 0 -1 5 0 0 0
[pid=7078/tid=7090] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7090/stat : 7090 (java) S 7076 7078 6092 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 568036331 7822630912 45357 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7091] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7091/stat : 7091 (java) S 7076 7078 6092 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 568036331 7822630912 45357 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7092] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7092/stat : 7092 (java) S 7076 7078 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036333 7822630912 45357 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892388785 0 4 0 16800975 18446604471163099968 0 0 -1 5 0 0 0
[pid=7078/tid=7093] ppid=7076 vsize=7639288 CPUtime=0.21 cores=5,7
/proc/7078/task/7093/stat : 7093 (java) S 7076 7078 6092 0 -1 4202560 1787 0 0 0 21 0 0 0 15 0 19 0 568036333 7822630912 45357 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 5 0 0 0
[pid=7078/tid=7094] ppid=7076 vsize=7639288 CPUtime=0.76 cores=5,7
/proc/7078/task/7094/stat : 7094 (java) S 7076 7078 6092 0 -1 4202560 8660 0 0 0 75 1 0 0 15 0 19 0 568036333 7822630912 45357 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7095] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7095/stat : 7095 (java) S 7076 7078 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036333 7822630912 45357 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 5 0 0 0
[pid=7078/tid=7096] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7096/stat : 7096 (java) S 7076 7078 6092 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 568036333 7822630912 45357 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381696 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7143] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7143/stat : 7143 (java) S 7076 7078 6092 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 568036367 7822630912 45357 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381696 0 4 0 16800975 18446604471163099968 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1183.64
Current children cumulated vsize (KiB) 7639288

[startup+1242.3 s]
/proc/loadavg: 4.05 4.01 4.01 5/262 7228
/proc/meminfo: memFree=10409940/32950928 swapFree=67111528/67111528
[pid=7078] ppid=7076 vsize=7639288 CPUtime=1243.65 cores=5,7
/proc/7078/stat : 7078 (java) S 7076 7078 6092 0 -1 4202496 52899 0 1 0 124358 7 0 0 22 0 19 0 568036327 7822630912 46259 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7078/statm: 1909822 46259 2254 9 0 1900560 0
[pid=7078/tid=7079] ppid=7076 vsize=7639288 CPUtime=1237.5 cores=5,7
/proc/7078/task/7079/stat : 7079 (java) R 7076 7078 6092 0 -1 4202560 18294 0 1 0 123748 2 0 0 25 0 19 0 568036328 7822630912 46259 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 46912505613200 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7078/tid=7081] ppid=7076 vsize=7639288 CPUtime=0.13 cores=5,7
/proc/7078/task/7081/stat : 7081 (java) S 7076 7078 6092 0 -1 4202560 5065 0 0 0 12 1 0 0 15 0 19 0 568036329 7822630912 46259 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7082] ppid=7076 vsize=7639288 CPUtime=0.09 cores=5,7
/proc/7078/task/7082/stat : 7082 (java) S 7076 7078 6092 0 -1 4202560 84 0 0 0 9 0 0 0 15 0 19 0 568036329 7822630912 46259 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7083] ppid=7076 vsize=7639288 CPUtime=0.1 cores=5,7
/proc/7078/task/7083/stat : 7083 (java) S 7076 7078 6092 0 -1 4202560 27 0 0 0 10 0 0 0 16 0 19 0 568036329 7822630912 46259 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7084] ppid=7076 vsize=7639288 CPUtime=0.08 cores=5,7
/proc/7078/task/7084/stat : 7084 (java) S 7076 7078 6092 0 -1 4202560 9 0 0 0 8 0 0 0 15 0 19 0 568036329 7822630912 46259 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7085] ppid=7076 vsize=7639288 CPUtime=0.08 cores=5,7
/proc/7078/task/7085/stat : 7085 (java) S 7076 7078 6092 0 -1 4202560 465 0 0 0 8 0 0 0 15 0 19 0 568036329 7822630912 46259 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7086] ppid=7076 vsize=7639288 CPUtime=0.08 cores=5,7
/proc/7078/task/7086/stat : 7086 (java) S 7076 7078 6092 0 -1 4202560 51 0 0 0 8 0 0 0 15 0 19 0 568036329 7822630912 46259 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7087] ppid=7076 vsize=7639288 CPUtime=0.19 cores=5,7
/proc/7078/task/7087/stat : 7087 (java) S 7076 7078 6092 0 -1 4202560 3949 0 0 0 19 0 0 0 15 0 19 0 568036329 7822630912 46259 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7088] ppid=7076 vsize=7639288 CPUtime=0.08 cores=5,7
/proc/7078/task/7088/stat : 7088 (java) S 7076 7078 6092 0 -1 4202560 122 0 0 0 8 0 0 0 15 0 19 0 568036329 7822630912 46259 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7089] ppid=7076 vsize=7639288 CPUtime=4.27 cores=5,7
/proc/7078/task/7089/stat : 7089 (java) S 7076 7078 6092 0 -1 4202560 13166 0 0 0 426 1 0 0 15 0 19 0 568036330 7822630912 46259 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381696 0 0 0 16800975 18446604471163099968 0 0 -1 5 0 0 0
[pid=7078/tid=7090] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7090/stat : 7090 (java) S 7076 7078 6092 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 568036331 7822630912 46259 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7091] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7091/stat : 7091 (java) S 7076 7078 6092 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 568036331 7822630912 46259 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7092] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7092/stat : 7092 (java) S 7076 7078 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036333 7822630912 46259 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892388785 0 4 0 16800975 18446604471163099968 0 0 -1 5 0 0 0
[pid=7078/tid=7093] ppid=7076 vsize=7639288 CPUtime=0.21 cores=5,7
/proc/7078/task/7093/stat : 7093 (java) S 7076 7078 6092 0 -1 4202560 1787 0 0 0 21 0 0 0 15 0 19 0 568036333 7822630912 46259 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 5 0 0 0
[pid=7078/tid=7094] ppid=7076 vsize=7639288 CPUtime=0.76 cores=5,7
/proc/7078/task/7094/stat : 7094 (java) S 7076 7078 6092 0 -1 4202560 8660 0 0 0 75 1 0 0 15 0 19 0 568036333 7822630912 46259 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7095] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7095/stat : 7095 (java) S 7076 7078 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036333 7822630912 46259 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 5 0 0 0
[pid=7078/tid=7096] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7096/stat : 7096 (java) S 7076 7078 6092 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 568036333 7822630912 46259 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381696 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7143] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7143/stat : 7143 (java) S 7076 7078 6092 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 568036367 7822630912 46259 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381696 0 4 0 16800975 18446604471163099968 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1243.65
Current children cumulated vsize (KiB) 7639288



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.11 4.04 4.01 7/265 7233
/proc/meminfo: memFree=10403692/32950928 swapFree=67111528/67111528
[pid=7078] ppid=7076 vsize=7639288 CPUtime=1301.38 cores=5,7
/proc/7078/stat : 7078 (java) S 7076 7078 6092 0 -1 4202496 53094 0 1 0 130131 7 0 0 22 0 19 0 568036327 7822630912 46447 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7078/statm: 1909822 46447 2254 9 0 1900560 0
[pid=7078/tid=7079] ppid=7076 vsize=7639288 CPUtime=1295.08 cores=5,7
/proc/7078/task/7079/stat : 7079 (java) R 7076 7078 6092 0 -1 4202560 18295 0 1 0 129506 2 0 0 25 0 19 0 568036328 7822630912 46447 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 46912505659420 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7078/tid=7081] ppid=7076 vsize=7639288 CPUtime=0.13 cores=5,7
/proc/7078/task/7081/stat : 7081 (java) S 7076 7078 6092 0 -1 4202560 5065 0 0 0 12 1 0 0 15 0 19 0 568036329 7822630912 46447 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7082] ppid=7076 vsize=7639288 CPUtime=0.09 cores=5,7
/proc/7078/task/7082/stat : 7082 (java) S 7076 7078 6092 0 -1 4202560 84 0 0 0 9 0 0 0 15 0 19 0 568036329 7822630912 46447 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7083] ppid=7076 vsize=7639288 CPUtime=0.11 cores=5,7
/proc/7078/task/7083/stat : 7083 (java) S 7076 7078 6092 0 -1 4202560 30 0 0 0 11 0 0 0 15 0 19 0 568036329 7822630912 46447 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7084] ppid=7076 vsize=7639288 CPUtime=0.09 cores=5,7
/proc/7078/task/7084/stat : 7084 (java) S 7076 7078 6092 0 -1 4202560 9 0 0 0 9 0 0 0 15 0 19 0 568036329 7822630912 46447 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7085] ppid=7076 vsize=7639288 CPUtime=0.08 cores=5,7
/proc/7078/task/7085/stat : 7085 (java) S 7076 7078 6092 0 -1 4202560 465 0 0 0 8 0 0 0 15 0 19 0 568036329 7822630912 46447 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7086] ppid=7076 vsize=7639288 CPUtime=0.09 cores=5,7
/proc/7078/task/7086/stat : 7086 (java) S 7076 7078 6092 0 -1 4202560 54 0 0 0 9 0 0 0 15 0 19 0 568036329 7822630912 46447 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7087] ppid=7076 vsize=7639288 CPUtime=0.19 cores=5,7
/proc/7078/task/7087/stat : 7087 (java) S 7076 7078 6092 0 -1 4202560 3949 0 0 0 19 0 0 0 15 0 19 0 568036329 7822630912 46447 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7088] ppid=7076 vsize=7639288 CPUtime=0.08 cores=5,7
/proc/7078/task/7088/stat : 7088 (java) S 7076 7078 6092 0 -1 4202560 122 0 0 0 8 0 0 0 15 0 19 0 568036329 7822630912 46447 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7089] ppid=7076 vsize=7639288 CPUtime=4.38 cores=5,7
/proc/7078/task/7089/stat : 7089 (java) S 7076 7078 6092 0 -1 4202560 13350 0 0 0 437 1 0 0 15 0 19 0 568036330 7822630912 46447 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381696 0 0 0 16800975 18446604471163099968 0 0 -1 5 0 0 0
[pid=7078/tid=7090] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7090/stat : 7090 (java) S 7076 7078 6092 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 568036331 7822630912 46447 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7091] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7091/stat : 7091 (java) S 7076 7078 6092 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 568036331 7822630912 46447 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7092] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7092/stat : 7092 (java) S 7076 7078 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036333 7822630912 46447 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892388785 0 4 0 16800975 18446604471163099968 0 0 -1 5 0 0 0
[pid=7078/tid=7093] ppid=7076 vsize=7639288 CPUtime=0.21 cores=5,7
/proc/7078/task/7093/stat : 7093 (java) S 7076 7078 6092 0 -1 4202560 1787 0 0 0 21 0 0 0 15 0 19 0 568036333 7822630912 46447 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 5 0 0 0
[pid=7078/tid=7094] ppid=7076 vsize=7639288 CPUtime=0.76 cores=5,7
/proc/7078/task/7094/stat : 7094 (java) S 7076 7078 6092 0 -1 4202560 8660 0 0 0 75 1 0 0 15 0 19 0 568036333 7822630912 46447 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7095] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7095/stat : 7095 (java) S 7076 7078 6092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568036333 7822630912 46447 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381081 0 4 0 16800975 18446604471163099968 0 0 -1 5 0 0 0
[pid=7078/tid=7096] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7096/stat : 7096 (java) S 7076 7078 6092 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 568036333 7822630912 46447 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381696 0 4 0 16800975 18446604471163099968 0 0 -1 7 0 0 0
[pid=7078/tid=7143] ppid=7076 vsize=7639288 CPUtime=0 cores=5,7
/proc/7078/task/7143/stat : 7143 (java) S 7076 7078 6092 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 568036367 7822630912 46447 33554432000 1073741824 1073778376 140733756667312 18446744073709551615 218892381696 0 4 0 16800975 18446604471163099968 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1301.38
Current children cumulated vsize (KiB) 7639288

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.06
CPU time (s): 1301.47
CPU user time (s): 1301.39
CPU system time (s): 0.085986
CPU usage (%): 100.109
Max. virtual memory (cumulated for all children) (KiB): 7639548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.39
system time used= 0.085986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53313
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= 27677
involuntary context switches= 4424

runsolver used 2.08468 second user time and 5.09023 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-26 02:34:17
IDJOB=3287557
IDBENCH=82469
IDSOLVER=1611
FILE ID=node112/3287557-1303778056
RUNJOBID= node112-1303778056-7034
PBS_JOBID= 13157186
Free space on /tmp= 72496 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtpmsns2-tseitin.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-3287557-1303778056/watcher-3287557-1303778056 -o /tmp/evaluation-result-3287557-1303778056/solver-3287557-1303778056 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3287557-1303778056.cnf

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

MD5SUM BENCH= 9059f458d76edcc4dc5681746a6de6e5
RANDOM SEED=1355745640

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11227076 kB
Buffers:       1978568 kB
Cached:       19096052 kB
SwapCached:          0 kB
Active:       10029548 kB
Inactive:     11147060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11227076 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           16616 kB
Writeback:           0 kB
AnonPages:      101428 kB
Mapped:          21096 kB
Slab:           482472 kB
PageTables:       5448 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  7463404 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= 72488 MiB
End job on node112 at 2011-04-26 02:55:59