Trace number 3259488

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v760c43649gyes6.cnf
MD5SUMdc046d6f885b64777ffc1cfc8367a176
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.909861
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c no version file found!!!
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		6997539544
0.05/0.09	c Max memory 		7034241024
0.05/0.09	c Total memory 		7034241024
0.05/0.09	c Number of processors 	8
0.05/0.10	c --- Begin Solver configuration ---
0.05/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.05/0.10	c Learn all clauses as in MiniSAT
0.05/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.05/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.05/0.10	c Expensive reason simplification
0.05/0.10	c Armin Biere (Picosat) restarts strategy
0.05/0.10	c Glucose learned constraints deletion strategy
0.05/0.10	c timeout=2147483647s
0.05/0.10	c DB Simplification allowed=true
0.05/0.10	c --- End Solver configuration ---
0.05/0.10	c solving HOME/instance-3259488-1303508334.cnf
0.05/0.10	c reading problem ... 
0.26/0.24	c ... done. Wall clock time 0.133s.
0.26/0.24	c #vars     760
0.26/0.24	c #constraints  43649
0.26/0.24	c constraints type 
0.26/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40
0.26/0.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 43609
1.46/1.20	c cleaning 2498 clauses out of 5001 with flag 5001/5001
2.82/2.29	c cleaning 4247 clauses out of 8502 with flag 11000/11000
4.32/3.71	c cleaning 5623 clauses out of 11255 with flag 18000/18000
6.03/5.46	c cleaning 6806 clauses out of 13633 with flag 26001/26001
8.25/7.65	c cleaning 7894 clauses out of 15826 with flag 35000/35000
10.84/10.24	c cleaning 8950 clauses out of 17932 with flag 45000/45000
13.85/13.24	c cleaning 9984 clauses out of 19984 with flag 56002/56002
17.45/16.81	c cleaning 10994 clauses out of 21999 with flag 68001/68001
21.35/20.71	c cleaning 11988 clauses out of 24004 with flag 81000/81000
25.66/25.06	c cleaning 13001 clauses out of 26017 with flag 95001/95001
30.86/30.29	c cleaning 13991 clauses out of 28015 with flag 110000/110000
36.66/36.02	c cleaning 15009 clauses out of 30025 with flag 126001/126001
43.07/42.42	c cleaning 15989 clauses out of 32017 with flag 143002/143002
49.77/49.15	c cleaning 16995 clauses out of 34028 with flag 161002/161002
57.57/56.92	c cleaning 18000 clauses out of 36031 with flag 180000/180000
66.47/65.81	c cleaning 19013 clauses out of 38034 with flag 200003/200003
75.99/75.33	c cleaning 20004 clauses out of 40020 with flag 221002/221002
86.89/86.20	c cleaning 21001 clauses out of 42015 with flag 243001/243001
97.99/97.36	c cleaning 21995 clauses out of 44014 with flag 266001/266001
110.20/109.51	c cleaning 22992 clauses out of 46019 with flag 290001/290001
123.91/123.26	c cleaning 23989 clauses out of 48028 with flag 315002/315002
139.11/138.46	c cleaning 25013 clauses out of 50039 with flag 341002/341002
154.31/153.66	c cleaning 26007 clauses out of 52027 with flag 368003/368003
171.52/170.87	c cleaning 26993 clauses out of 54017 with flag 396000/396000
190.03/189.33	c cleaning 27993 clauses out of 56024 with flag 425000/425000
208.94/208.26	c cleaning 29005 clauses out of 58031 with flag 455000/455000
230.84/230.10	c cleaning 29994 clauses out of 60029 with flag 486003/486003
252.75/252.00	c cleaning 31003 clauses out of 62034 with flag 518002/518002
276.45/275.75	c cleaning 32007 clauses out of 64029 with flag 551000/551000
301.76/301.08	c cleaning 33004 clauses out of 66025 with flag 585003/585003
329.47/328.75	c cleaning 33991 clauses out of 68018 with flag 620000/620000
359.57/358.83	c cleaning 34999 clauses out of 70028 with flag 656001/656001
389.78/389.09	c cleaning 35997 clauses out of 72029 with flag 693001/693001
422.29/421.57	c cleaning 37006 clauses out of 74031 with flag 731000/731000
456.20/455.47	c cleaning 38001 clauses out of 76025 with flag 770000/770000
488.91/488.19	c cleaning 39009 clauses out of 78028 with flag 810004/810004
528.31/527.54	c cleaning 39991 clauses out of 80016 with flag 851001/851001
567.02/566.25	c cleaning 40997 clauses out of 82025 with flag 893001/893001
605.84/605.05	c cleaning 42010 clauses out of 84031 with flag 936004/936004
649.85/649.00	c cleaning 42983 clauses out of 86019 with flag 980002/980002
694.96/694.19	c cleaning 43508 clauses out of 87035 with flag 1024001/1024001
739.36/738.52	c cleaning 43748 clauses out of 87527 with flag 1068001/1068001
781.67/780.81	c cleaning 43880 clauses out of 87779 with flag 1112001/1112001
825.28/824.40	c cleaning 43936 clauses out of 87900 with flag 1156002/1156002
868.59/867.75	c cleaning 43964 clauses out of 87962 with flag 1200000/1200000
913.20/912.36	c cleaning 43988 clauses out of 87999 with flag 1244001/1244001
958.01/957.13	c cleaning 43991 clauses out of 88011 with flag 1288001/1288001
1002.31/1001.50	c cleaning 43994 clauses out of 88022 with flag 1332003/1332003
1043.32/1042.40	c cleaning 43994 clauses out of 88026 with flag 1376001/1376001
1085.83/1084.90	c cleaning 44000 clauses out of 88031 with flag 1420000/1420000
1130.04/1129.17	c cleaning 44009 clauses out of 88031 with flag 1464000/1464000
1175.55/1174.68	c cleaning 44000 clauses out of 88024 with flag 1508002/1508002
1220.45/1219.57	c cleaning 43999 clauses out of 88022 with flag 1552000/1552000
1259.96/1259.02	c cleaning 43988 clauses out of 88024 with flag 1596001/1596001
1300.98/1300.01	c starts		: 1430
1300.98/1300.01	c conflicts		: 1638497
1300.98/1300.01	c decisions		: 2423573
1300.98/1300.01	c propagations		: 152653266
1300.98/1300.01	c inspects		: 13879354257
1300.98/1300.01	c shortcuts		: 0
1300.98/1300.01	c learnt literals	: 0
1300.98/1300.01	c learnt binary clauses	: 0
1300.98/1300.01	c learnt ternary clauses	: 0
1300.98/1300.01	c learnt constraints	: 1638497
1300.98/1300.01	c ignored constraints	: 0
1300.98/1300.01	c root simplifications	: 1430
1300.98/1300.01	c removed literals (reason simplification)	: 53506842
1300.98/1300.01	c reason swapping (by a shorter reason)	: 0
1300.98/1300.01	c Calls to reduceDB	: 54
1300.98/1300.01	c speed (assignments/second)	: 117445.91871670097
1300.98/1300.01	c non guided choices	92
1300.98/1300.04	c learnt constraints type 
1300.98/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 86549
1300.98/1300.04	c constraints type 
1300.98/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40
1300.98/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 43609
1300.98/1300.04	s UNKNOWN
1300.98/1300.04	c Total wall clock time (in seconds) : 1299.909

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.68 3.94 3.85 6/181 9135
/proc/meminfo: memFree=16916176/32951124 swapFree=67111528/67111528
[pid=9133] ppid=9129 vsize=9100 CPUtime=0 cores=0,2
/proc/9133/stat : 9133 (java) S 9129 9133 8448 0 -1 4202496 235 0 0 0 0 0 0 0 20 0 1 0 462433815 9318400 170 33554432000 1073741824 1073778376 140735610919456 18446744073709551615 244446941029 0 2147483391 4096 0 18446744071699945619 0 0 17 0 0 0 0
/proc/9133/statm: 2275 170 130 9 0 67 0

[startup+0.0750879 s]
/proc/loadavg: 3.68 3.94 3.85 6/181 9135
/proc/meminfo: memFree=16916176/32951124 swapFree=67111528/67111528
[pid=9133] ppid=9129 vsize=7569808 CPUtime=0.05 cores=0,2
/proc/9133/stat : 9133 (java) S 9129 9133 8448 0 -1 4202496 9247 0 1 0 4 1 0 0 18 0 18 0 462433815 7751483392 8943 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9133/statm: 1892452 8943 1739 9 0 1883190 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7569808

[startup+0.114133 s]
/proc/loadavg: 3.68 3.94 3.85 6/181 9135
/proc/meminfo: memFree=16916176/32951124 swapFree=67111528/67111528
[pid=9133] ppid=9129 vsize=7636408 CPUtime=0.1 cores=0,2
/proc/9133/stat : 9133 (java) S 9129 9133 8448 0 -1 4202496 10471 0 1 0 9 1 0 0 18 0 18 0 462433815 7819681792 10167 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9133/statm: 1909102 10167 2093 9 0 1899840 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7636408

[startup+0.301058 s]
/proc/loadavg: 3.68 3.94 3.85 6/181 9135
/proc/meminfo: memFree=16916176/32951124 swapFree=67111528/67111528
[pid=9133] ppid=9129 vsize=7637820 CPUtime=0.45 cores=0,2
/proc/9133/stat : 9133 (java) S 9129 9133 8448 0 -1 4202496 13023 0 1 0 44 1 0 0 18 0 19 0 462433815 7821127680 12031 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9133/statm: 1909455 12031 2210 9 0 1900193 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 7637820

[startup+0.701008 s]
/proc/loadavg: 3.68 3.94 3.85 6/181 9135
/proc/meminfo: memFree=16916176/32951124 swapFree=67111528/67111528
[pid=9133] ppid=9129 vsize=7638256 CPUtime=1.04 cores=0,2
/proc/9133/stat : 9133 (java) S 9129 9133 8448 0 -1 4202496 13690 0 1 0 102 2 0 0 18 0 19 0 462433815 7821574144 12547 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9133/statm: 1909564 12547 2219 9 0 1900302 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 7638256

[startup+1.50088 s]
/proc/loadavg: 3.71 3.94 3.85 6/262 9223
/proc/meminfo: memFree=16725276/32951124 swapFree=67111528/67111528
[pid=9133] ppid=9129 vsize=7638256 CPUtime=2.09 cores=0,2
/proc/9133/stat : 9133 (java) S 9129 9133 8448 0 -1 4202496 23894 0 1 0 205 4 0 0 18 0 19 0 462433815 7821574144 19868 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9133/statm: 1909564 19868 2251 9 0 1900302 0
[pid=9133/tid=9140] ppid=9129 vsize=7638256 CPUtime=1.44 cores=0,2
/proc/9133/task/9140/stat : 9140 (java) R 9129 9133 8448 0 -1 4202560 10236 0 1 0 143 1 0 0 20 0 19 0 462433816 7821574144 19868 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 46912505694977 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9133/tid=9142] ppid=9129 vsize=7638256 CPUtime=0 cores=0,2
/proc/9133/task/9142/stat : 9142 (java) S 9129 9133 8448 0 -1 4202560 105 0 0 0 0 0 0 0 17 0 19 0 462433818 7821574144 19868 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9144] ppid=9129 vsize=7638256 CPUtime=0 cores=0,2
/proc/9133/task/9144/stat : 9144 (java) S 9129 9133 8448 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 19 0 462433818 7821574144 19868 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9146] ppid=9129 vsize=7638256 CPUtime=0 cores=0,2
/proc/9133/task/9146/stat : 9146 (java) S 9129 9133 8448 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 19 0 462433818 7821574144 19868 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9148] ppid=9129 vsize=7638256 CPUtime=0 cores=0,2
/proc/9133/task/9148/stat : 9148 (java) S 9129 9133 8448 0 -1 4202560 13 0 0 0 0 0 0 0 17 0 19 0 462433818 7821574144 19868 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9150] ppid=9129 vsize=7638256 CPUtime=0 cores=0,2
/proc/9133/task/9150/stat : 9150 (java) S 9129 9133 8448 0 -1 4202560 653 0 0 0 0 0 0 0 17 0 19 0 462433818 7821574144 19868 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9152] ppid=9129 vsize=7638256 CPUtime=0 cores=0,2
/proc/9133/task/9152/stat : 9152 (java) S 9129 9133 8448 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 19 0 462433818 7821574144 19868 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9154] ppid=9129 vsize=7638256 CPUtime=0 cores=0,2
/proc/9133/task/9154/stat : 9154 (java) S 9129 9133 8448 0 -1 4202560 138 0 0 0 0 0 0 0 17 0 19 0 462433818 7821574144 19868 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9156] ppid=9129 vsize=7638256 CPUtime=0 cores=0,2
/proc/9133/task/9156/stat : 9156 (java) S 9129 9133 8448 0 -1 4202560 25 0 0 0 0 0 0 0 17 0 19 0 462433818 7821574144 19868 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9164] ppid=9129 vsize=7638256 CPUtime=0.02 cores=0,2
/proc/9133/task/9164/stat : 9164 (java) S 9129 9133 8448 0 -1 4202560 940 0 0 0 2 0 0 0 16 0 19 0 462433819 7821574144 19868 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761728 0 0 0 16800975 18446604453878487744 0 0 -1 0 0 0 0
[pid=9133/tid=9169] ppid=9129 vsize=7638256 CPUtime=0 cores=0,2
/proc/9133/task/9169/stat : 9169 (java) S 9129 9133 8448 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462433819 7821574144 19868 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9170] ppid=9129 vsize=7638256 CPUtime=0 cores=0,2
/proc/9133/task/9170/stat : 9170 (java) S 9129 9133 8448 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462433819 7821574144 19868 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9182] ppid=9129 vsize=7638256 CPUtime=0 cores=0,2
/proc/9133/task/9182/stat : 9182 (java) S 9129 9133 8448 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462433822 7821574144 19868 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458768817 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9183] ppid=9129 vsize=7638256 CPUtime=0.14 cores=0,2
/proc/9133/task/9183/stat : 9183 (java) S 9129 9133 8448 0 -1 4202560 587 0 0 0 14 0 0 0 15 0 19 0 462433822 7821574144 19868 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9185] ppid=9129 vsize=7638256 CPUtime=0.45 cores=0,2
/proc/9133/task/9185/stat : 9185 (java) S 9129 9133 8448 0 -1 4202560 10025 0 0 0 44 1 0 0 16 0 19 0 462433822 7821574144 19868 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9187] ppid=9129 vsize=7638256 CPUtime=0 cores=0,2
/proc/9133/task/9187/stat : 9187 (java) S 9129 9133 8448 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462433822 7821574144 19868 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9189] ppid=9129 vsize=7638256 CPUtime=0 cores=0,2
/proc/9133/task/9189/stat : 9189 (java) S 9129 9133 8448 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462433822 7821574144 19868 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761728 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9221] ppid=9129 vsize=7638256 CPUtime=0 cores=0,2
/proc/9133/task/9221/stat : 9221 (java) S 9129 9133 8448 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462433839 7821574144 19868 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761728 0 4 0 16800975 18446604453878487744 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 7638256

[startup+3.10159 s]
/proc/loadavg: 3.71 3.94 3.85 6/262 9223
/proc/meminfo: memFree=16583544/32951124 swapFree=67111528/67111528
[pid=9133] ppid=9129 vsize=7638256 CPUtime=3.72 cores=0,2
/proc/9133/stat : 9133 (java) S 9129 9133 8448 0 -1 4202496 24903 0 1 0 368 4 0 0 18 0 19 0 462433815 7821574144 20875 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9133/statm: 1909564 20875 2253 9 0 1900302 0
[pid=9133/tid=9140] ppid=9129 vsize=7638256 CPUtime=3.02 cores=0,2
/proc/9133/task/9140/stat : 9140 (java) R 9129 9133 8448 0 -1 4202560 10239 0 1 0 301 1 0 0 25 0 19 0 462433816 7821574144 20875 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 46912505616814 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9133/tid=9142] ppid=9129 vsize=7638256 CPUtime=0 cores=0,2
/proc/9133/task/9142/stat : 9142 (java) S 9129 9133 8448 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 462433818 7821574144 20875 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9144] ppid=9129 vsize=7638256 CPUtime=0 cores=0,2
/proc/9133/task/9144/stat : 9144 (java) S 9129 9133 8448 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 462433818 7821574144 20875 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9146] ppid=9129 vsize=7638256 CPUtime=0 cores=0,2
/proc/9133/task/9146/stat : 9146 (java) S 9129 9133 8448 0 -1 4202560 416 0 0 0 0 0 0 0 16 0 19 0 462433818 7821574144 20875 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9148] ppid=9129 vsize=7638256 CPUtime=0 cores=0,2
/proc/9133/task/9148/stat : 9148 (java) S 9129 9133 8448 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 462433818 7821574144 20875 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9150] ppid=9129 vsize=7638256 CPUtime=0 cores=0,2
/proc/9133/task/9150/stat : 9150 (java) S 9129 9133 8448 0 -1 4202560 991 0 0 0 0 0 0 0 15 0 19 0 462433818 7821574144 20875 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9152] ppid=9129 vsize=7638256 CPUtime=0 cores=0,2
/proc/9133/task/9152/stat : 9152 (java) S 9129 9133 8448 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 462433818 7821574144 20875 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9154] ppid=9129 vsize=7638256 CPUtime=0 cores=0,2
/proc/9133/task/9154/stat : 9154 (java) S 9129 9133 8448 0 -1 4202560 138 0 0 0 0 0 0 0 15 0 19 0 462433818 7821574144 20875 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9156] ppid=9129 vsize=7638256 CPUtime=0 cores=0,2
/proc/9133/task/9156/stat : 9156 (java) S 9129 9133 8448 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 19 0 462433818 7821574144 20875 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9164] ppid=9129 vsize=7638256 CPUtime=0.03 cores=0,2
/proc/9133/task/9164/stat : 9164 (java) S 9129 9133 8448 0 -1 4202560 1203 0 0 0 3 0 0 0 16 0 19 0 462433819 7821574144 20875 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761728 0 0 0 16800975 18446604453878487744 0 0 -1 0 0 0 0
[pid=9133/tid=9169] ppid=9129 vsize=7638256 CPUtime=0 cores=0,2
/proc/9133/task/9169/stat : 9169 (java) S 9129 9133 8448 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462433819 7821574144 20875 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9170] ppid=9129 vsize=7638256 CPUtime=0 cores=0,2
/proc/9133/task/9170/stat : 9170 (java) S 9129 9133 8448 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462433819 7821574144 20875 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9182] ppid=9129 vsize=7638256 CPUtime=0 cores=0,2
/proc/9133/task/9182/stat : 9182 (java) S 9129 9133 8448 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462433822 7821574144 20875 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458768817 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9183] ppid=9129 vsize=7638256 CPUtime=0.14 cores=0,2
/proc/9133/task/9183/stat : 9183 (java) S 9129 9133 8448 0 -1 4202560 587 0 0 0 14 0 0 0 15 0 19 0 462433822 7821574144 20875 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9185] ppid=9129 vsize=7638256 CPUtime=0.48 cores=0,2
/proc/9133/task/9185/stat : 9185 (java) S 9129 9133 8448 0 -1 4202560 10027 0 0 0 47 1 0 0 15 0 19 0 462433822 7821574144 20875 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9187] ppid=9129 vsize=7638256 CPUtime=0 cores=0,2
/proc/9133/task/9187/stat : 9187 (java) S 9129 9133 8448 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462433822 7821574144 20875 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9189] ppid=9129 vsize=7638256 CPUtime=0 cores=0,2
/proc/9133/task/9189/stat : 9189 (java) S 9129 9133 8448 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462433822 7821574144 20875 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761728 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9221] ppid=9129 vsize=7638256 CPUtime=0 cores=0,2
/proc/9133/task/9221/stat : 9221 (java) S 9129 9133 8448 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462433839 7821574144 20875 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761728 0 4 0 16800975 18446604453878487744 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 7638256

[startup+6.30099 s]
/proc/loadavg: 3.71 3.94 3.85 6/262 9223
/proc/meminfo: memFree=16566808/32951124 swapFree=67111528/67111528
[pid=9133] ppid=9129 vsize=7638464 CPUtime=6.94 cores=0,2
/proc/9133/stat : 9133 (java) S 9129 9133 8448 0 -1 4202496 25353 0 1 0 690 4 0 0 18 0 19 0 462433815 7821787136 20863 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9133/statm: 1909616 20863 2253 9 0 1900354 0
[pid=9133/tid=9140] ppid=9129 vsize=7638464 CPUtime=6.16 cores=0,2
/proc/9133/task/9140/stat : 9140 (java) R 9129 9133 8448 0 -1 4202560 10243 0 1 0 615 1 0 0 25 0 19 0 462433816 7821787136 20863 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 46912505617185 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9133/tid=9142] ppid=9129 vsize=7638464 CPUtime=0 cores=0,2
/proc/9133/task/9142/stat : 9142 (java) S 9129 9133 8448 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 462433818 7821787136 20863 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9144] ppid=9129 vsize=7638464 CPUtime=0 cores=0,2
/proc/9133/task/9144/stat : 9144 (java) S 9129 9133 8448 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 19 0 462433818 7821787136 20863 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9146] ppid=9129 vsize=7638464 CPUtime=0 cores=0,2
/proc/9133/task/9146/stat : 9146 (java) S 9129 9133 8448 0 -1 4202560 416 0 0 0 0 0 0 0 15 0 19 0 462433818 7821787136 20863 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9148] ppid=9129 vsize=7638464 CPUtime=0 cores=0,2
/proc/9133/task/9148/stat : 9148 (java) S 9129 9133 8448 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 19 0 462433818 7821787136 20863 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9150] ppid=9129 vsize=7638464 CPUtime=0 cores=0,2
/proc/9133/task/9150/stat : 9150 (java) S 9129 9133 8448 0 -1 4202560 991 0 0 0 0 0 0 0 15 0 19 0 462433818 7821787136 20863 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 0 0 0 0
[pid=9133/tid=9152] ppid=9129 vsize=7638464 CPUtime=0 cores=0,2
/proc/9133/task/9152/stat : 9152 (java) S 9129 9133 8448 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 462433818 7821787136 20863 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9154] ppid=9129 vsize=7638464 CPUtime=0 cores=0,2
/proc/9133/task/9154/stat : 9154 (java) S 9129 9133 8448 0 -1 4202560 140 0 0 0 0 0 0 0 15 0 19 0 462433818 7821787136 20863 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9156] ppid=9129 vsize=7638464 CPUtime=0 cores=0,2
/proc/9133/task/9156/stat : 9156 (java) S 9129 9133 8448 0 -1 4202560 122 0 0 0 0 0 0 0 15 0 19 0 462433818 7821787136 20863 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9164] ppid=9129 vsize=7638464 CPUtime=0.08 cores=0,2
/proc/9133/task/9164/stat : 9164 (java) S 9129 9133 8448 0 -1 4202560 1420 0 0 0 8 0 0 0 16 0 19 0 462433819 7821787136 20863 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761728 0 0 0 16800975 18446604453878487744 0 0 -1 0 0 0 0
[pid=9133/tid=9169] ppid=9129 vsize=7638464 CPUtime=0 cores=0,2
/proc/9133/task/9169/stat : 9169 (java) S 9129 9133 8448 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462433819 7821787136 20863 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9170] ppid=9129 vsize=7638464 CPUtime=0 cores=0,2
/proc/9133/task/9170/stat : 9170 (java) S 9129 9133 8448 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462433819 7821787136 20863 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9182] ppid=9129 vsize=7638464 CPUtime=0 cores=0,2
/proc/9133/task/9182/stat : 9182 (java) S 9129 9133 8448 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462433822 7821787136 20863 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458768817 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9183] ppid=9129 vsize=7638464 CPUtime=0.16 cores=0,2
/proc/9133/task/9183/stat : 9183 (java) S 9129 9133 8448 0 -1 4202560 627 0 0 0 16 0 0 0 15 0 19 0 462433822 7821787136 20863 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9185] ppid=9129 vsize=7638464 CPUtime=0.48 cores=0,2
/proc/9133/task/9185/stat : 9185 (java) S 9129 9133 8448 0 -1 4202560 10027 0 0 0 47 1 0 0 15 0 19 0 462433822 7821787136 20863 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 0 0 0 0
[pid=9133/tid=9187] ppid=9129 vsize=7638464 CPUtime=0 cores=0,2
/proc/9133/task/9187/stat : 9187 (java) S 9129 9133 8448 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462433822 7821787136 20863 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9189] ppid=9129 vsize=7638464 CPUtime=0 cores=0,2
/proc/9133/task/9189/stat : 9189 (java) S 9129 9133 8448 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462433822 7821787136 20863 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761728 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9221] ppid=9129 vsize=7638464 CPUtime=0 cores=0,2
/proc/9133/task/9221/stat : 9221 (java) S 9129 9133 8448 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462433839 7821787136 20863 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761728 0 4 0 16800975 18446604453878487744 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.94
Current children cumulated vsize (KiB) 7638464

[startup+12.7008 s]

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

[pid=9133/tid=9152] ppid=9129 vsize=7638464 CPUtime=0.09 cores=0,2
/proc/9133/task/9152/stat : 9152 (java) S 9129 9133 8448 0 -1 4202560 1273 0 0 0 9 0 0 0 16 0 19 0 462433818 7821787136 33085 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9154] ppid=9129 vsize=7638464 CPUtime=0.04 cores=0,2
/proc/9133/task/9154/stat : 9154 (java) S 9129 9133 8448 0 -1 4202560 395 0 0 0 4 0 0 0 16 0 19 0 462433818 7821787136 33085 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9156] ppid=9129 vsize=7638464 CPUtime=0.03 cores=0,2
/proc/9133/task/9156/stat : 9156 (java) S 9129 9133 8448 0 -1 4202560 177 0 0 0 3 0 0 0 15 0 19 0 462433818 7821787136 33085 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9164] ppid=9129 vsize=7638464 CPUtime=1.64 cores=0,2
/proc/9133/task/9164/stat : 9164 (java) S 9129 9133 8448 0 -1 4202560 5631 0 0 0 164 0 0 0 15 0 19 0 462433819 7821787136 33085 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761728 0 0 0 16800975 18446604453878487744 0 0 -1 0 0 0 0
[pid=9133/tid=9169] ppid=9129 vsize=7638464 CPUtime=0 cores=0,2
/proc/9133/task/9169/stat : 9169 (java) S 9129 9133 8448 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462433819 7821787136 33085 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9170] ppid=9129 vsize=7638464 CPUtime=0 cores=0,2
/proc/9133/task/9170/stat : 9170 (java) S 9129 9133 8448 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462433819 7821787136 33085 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9182] ppid=9129 vsize=7638464 CPUtime=0 cores=0,2
/proc/9133/task/9182/stat : 9182 (java) S 9129 9133 8448 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462433822 7821787136 33085 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458768817 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9183] ppid=9129 vsize=7638464 CPUtime=0.16 cores=0,2
/proc/9133/task/9183/stat : 9183 (java) S 9129 9133 8448 0 -1 4202560 627 0 0 0 16 0 0 0 15 0 19 0 462433822 7821787136 33085 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9185] ppid=9129 vsize=7638464 CPUtime=0.48 cores=0,2
/proc/9133/task/9185/stat : 9185 (java) S 9129 9133 8448 0 -1 4202560 10027 0 0 0 47 1 0 0 15 0 19 0 462433822 7821787136 33085 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 0 0 0 0
[pid=9133/tid=9187] ppid=9129 vsize=7638464 CPUtime=0 cores=0,2
/proc/9133/task/9187/stat : 9187 (java) S 9129 9133 8448 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462433822 7821787136 33085 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9189] ppid=9129 vsize=7638464 CPUtime=0 cores=0,2
/proc/9133/task/9189/stat : 9189 (java) S 9129 9133 8448 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 462433822 7821787136 33085 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761728 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9221] ppid=9129 vsize=7638464 CPUtime=0 cores=0,2
/proc/9133/task/9221/stat : 9221 (java) S 9129 9133 8448 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462433839 7821787136 33085 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761728 0 4 0 16800975 18446604453878487744 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1123.24
Current children cumulated vsize (KiB) 7638464

[startup+1182.3 s]
/proc/loadavg: 4.04 4.02 3.94 6/262 9254
/proc/meminfo: memFree=16262004/32951124 swapFree=67111528/67111528
[pid=9133] ppid=9129 vsize=7638464 CPUtime=1183.25 cores=0,2
/proc/9133/stat : 9133 (java) S 9129 9133 8448 0 -1 4202496 37753 0 1 0 118316 9 0 0 18 0 19 0 462433815 7821787136 33086 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9133/statm: 1909616 33086 2253 9 0 1900354 0
[pid=9133/tid=9140] ppid=9129 vsize=7638464 CPUtime=1180.23 cores=0,2
/proc/9133/task/9140/stat : 9140 (java) R 9129 9133 8448 0 -1 4202560 13723 0 1 0 118018 5 0 0 25 0 19 0 462433816 7821787136 33086 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 46912505694707 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9133/tid=9142] ppid=9129 vsize=7638464 CPUtime=0.09 cores=0,2
/proc/9133/task/9142/stat : 9142 (java) S 9129 9133 8448 0 -1 4202560 573 0 0 0 9 0 0 0 15 0 19 0 462433818 7821787136 33086 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9144] ppid=9129 vsize=7638464 CPUtime=0.08 cores=0,2
/proc/9133/task/9144/stat : 9144 (java) S 9129 9133 8448 0 -1 4202560 617 0 0 0 8 0 0 0 15 0 19 0 462433818 7821787136 33086 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9146] ppid=9129 vsize=7638464 CPUtime=0.07 cores=0,2
/proc/9133/task/9146/stat : 9146 (java) S 9129 9133 8448 0 -1 4202560 842 0 0 0 7 0 0 0 15 0 19 0 462433818 7821787136 33086 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9148] ppid=9129 vsize=7638464 CPUtime=0.09 cores=0,2
/proc/9133/task/9148/stat : 9148 (java) S 9129 9133 8448 0 -1 4202560 874 0 0 0 9 0 0 0 16 0 19 0 462433818 7821787136 33086 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9150] ppid=9129 vsize=7638464 CPUtime=0.07 cores=0,2
/proc/9133/task/9150/stat : 9150 (java) S 9129 9133 8448 0 -1 4202560 1771 0 0 0 7 0 0 0 15 0 19 0 462433818 7821787136 33086 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9152] ppid=9129 vsize=7638464 CPUtime=0.09 cores=0,2
/proc/9133/task/9152/stat : 9152 (java) S 9129 9133 8448 0 -1 4202560 1273 0 0 0 9 0 0 0 15 0 19 0 462433818 7821787136 33086 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9154] ppid=9129 vsize=7638464 CPUtime=0.04 cores=0,2
/proc/9133/task/9154/stat : 9154 (java) S 9129 9133 8448 0 -1 4202560 395 0 0 0 4 0 0 0 15 0 19 0 462433818 7821787136 33086 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9156] ppid=9129 vsize=7638464 CPUtime=0.03 cores=0,2
/proc/9133/task/9156/stat : 9156 (java) S 9129 9133 8448 0 -1 4202560 177 0 0 0 3 0 0 0 15 0 19 0 462433818 7821787136 33086 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9164] ppid=9129 vsize=7638464 CPUtime=1.72 cores=0,2
/proc/9133/task/9164/stat : 9164 (java) S 9129 9133 8448 0 -1 4202560 5635 0 0 0 172 0 0 0 15 0 19 0 462433819 7821787136 33086 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761728 0 0 0 16800975 18446604453878487744 0 0 -1 0 0 0 0
[pid=9133/tid=9169] ppid=9129 vsize=7638464 CPUtime=0 cores=0,2
/proc/9133/task/9169/stat : 9169 (java) S 9129 9133 8448 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462433819 7821787136 33086 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9170] ppid=9129 vsize=7638464 CPUtime=0 cores=0,2
/proc/9133/task/9170/stat : 9170 (java) S 9129 9133 8448 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462433819 7821787136 33086 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9182] ppid=9129 vsize=7638464 CPUtime=0 cores=0,2
/proc/9133/task/9182/stat : 9182 (java) S 9129 9133 8448 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462433822 7821787136 33086 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458768817 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9183] ppid=9129 vsize=7638464 CPUtime=0.16 cores=0,2
/proc/9133/task/9183/stat : 9183 (java) S 9129 9133 8448 0 -1 4202560 627 0 0 0 16 0 0 0 15 0 19 0 462433822 7821787136 33086 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9185] ppid=9129 vsize=7638464 CPUtime=0.48 cores=0,2
/proc/9133/task/9185/stat : 9185 (java) S 9129 9133 8448 0 -1 4202560 10027 0 0 0 47 1 0 0 15 0 19 0 462433822 7821787136 33086 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 0 0 0 0
[pid=9133/tid=9187] ppid=9129 vsize=7638464 CPUtime=0 cores=0,2
/proc/9133/task/9187/stat : 9187 (java) S 9129 9133 8448 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462433822 7821787136 33086 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9189] ppid=9129 vsize=7638464 CPUtime=0 cores=0,2
/proc/9133/task/9189/stat : 9189 (java) S 9129 9133 8448 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 462433822 7821787136 33086 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761728 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9221] ppid=9129 vsize=7638464 CPUtime=0 cores=0,2
/proc/9133/task/9221/stat : 9221 (java) S 9129 9133 8448 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462433839 7821787136 33086 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761728 0 4 0 16800975 18446604453878487744 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1183.25
Current children cumulated vsize (KiB) 7638464

[startup+1242.3 s]
/proc/loadavg: 4.08 4.03 3.94 6/262 9255
/proc/meminfo: memFree=16259480/32951124 swapFree=67111528/67111528
[pid=9133] ppid=9129 vsize=7638464 CPUtime=1243.26 cores=0,2
/proc/9133/stat : 9133 (java) S 9129 9133 8448 0 -1 4202496 37761 0 1 0 124317 9 0 0 18 0 19 0 462433815 7821787136 33087 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9133/statm: 1909616 33087 2253 9 0 1900354 0
[pid=9133/tid=9140] ppid=9129 vsize=7638464 CPUtime=1240.19 cores=0,2
/proc/9133/task/9140/stat : 9140 (java) R 9129 9133 8448 0 -1 4202560 13724 0 1 0 124014 5 0 0 25 0 19 0 462433816 7821787136 33087 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 46912505694849 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9133/tid=9142] ppid=9129 vsize=7638464 CPUtime=0.09 cores=0,2
/proc/9133/task/9142/stat : 9142 (java) S 9129 9133 8448 0 -1 4202560 573 0 0 0 9 0 0 0 15 0 19 0 462433818 7821787136 33087 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9144] ppid=9129 vsize=7638464 CPUtime=0.08 cores=0,2
/proc/9133/task/9144/stat : 9144 (java) S 9129 9133 8448 0 -1 4202560 618 0 0 0 8 0 0 0 16 0 19 0 462433818 7821787136 33087 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9146] ppid=9129 vsize=7638464 CPUtime=0.08 cores=0,2
/proc/9133/task/9146/stat : 9146 (java) S 9129 9133 8448 0 -1 4202560 842 0 0 0 8 0 0 0 15 0 19 0 462433818 7821787136 33087 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9148] ppid=9129 vsize=7638464 CPUtime=0.09 cores=0,2
/proc/9133/task/9148/stat : 9148 (java) S 9129 9133 8448 0 -1 4202560 874 0 0 0 9 0 0 0 15 0 19 0 462433818 7821787136 33087 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9150] ppid=9129 vsize=7638464 CPUtime=0.07 cores=0,2
/proc/9133/task/9150/stat : 9150 (java) S 9129 9133 8448 0 -1 4202560 1771 0 0 0 7 0 0 0 15 0 19 0 462433818 7821787136 33087 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9152] ppid=9129 vsize=7638464 CPUtime=0.09 cores=0,2
/proc/9133/task/9152/stat : 9152 (java) S 9129 9133 8448 0 -1 4202560 1273 0 0 0 9 0 0 0 15 0 19 0 462433818 7821787136 33087 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9154] ppid=9129 vsize=7638464 CPUtime=0.04 cores=0,2
/proc/9133/task/9154/stat : 9154 (java) S 9129 9133 8448 0 -1 4202560 395 0 0 0 4 0 0 0 15 0 19 0 462433818 7821787136 33087 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9156] ppid=9129 vsize=7638464 CPUtime=0.03 cores=0,2
/proc/9133/task/9156/stat : 9156 (java) S 9129 9133 8448 0 -1 4202560 177 0 0 0 3 0 0 0 15 0 19 0 462433818 7821787136 33087 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9164] ppid=9129 vsize=7638464 CPUtime=1.76 cores=0,2
/proc/9133/task/9164/stat : 9164 (java) S 9129 9133 8448 0 -1 4202560 5637 0 0 0 176 0 0 0 15 0 19 0 462433819 7821787136 33087 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761728 0 0 0 16800975 18446604453878487744 0 0 -1 0 0 0 0
[pid=9133/tid=9169] ppid=9129 vsize=7638464 CPUtime=0 cores=0,2
/proc/9133/task/9169/stat : 9169 (java) S 9129 9133 8448 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462433819 7821787136 33087 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9170] ppid=9129 vsize=7638464 CPUtime=0 cores=0,2
/proc/9133/task/9170/stat : 9170 (java) S 9129 9133 8448 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462433819 7821787136 33087 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9182] ppid=9129 vsize=7638464 CPUtime=0 cores=0,2
/proc/9133/task/9182/stat : 9182 (java) S 9129 9133 8448 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462433822 7821787136 33087 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458768817 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9183] ppid=9129 vsize=7638464 CPUtime=0.16 cores=0,2
/proc/9133/task/9183/stat : 9183 (java) S 9129 9133 8448 0 -1 4202560 627 0 0 0 16 0 0 0 15 0 19 0 462433822 7821787136 33087 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9185] ppid=9129 vsize=7638464 CPUtime=0.48 cores=0,2
/proc/9133/task/9185/stat : 9185 (java) S 9129 9133 8448 0 -1 4202560 10027 0 0 0 47 1 0 0 15 0 19 0 462433822 7821787136 33087 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 0 0 0 0
[pid=9133/tid=9187] ppid=9129 vsize=7638464 CPUtime=0 cores=0,2
/proc/9133/task/9187/stat : 9187 (java) S 9129 9133 8448 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462433822 7821787136 33087 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9189] ppid=9129 vsize=7638464 CPUtime=0 cores=0,2
/proc/9133/task/9189/stat : 9189 (java) S 9129 9133 8448 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 462433822 7821787136 33087 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761728 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9221] ppid=9129 vsize=7638464 CPUtime=0 cores=0,2
/proc/9133/task/9221/stat : 9221 (java) S 9129 9133 8448 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462433839 7821787136 33087 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761728 0 4 0 16800975 18446604453878487744 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1243.26
Current children cumulated vsize (KiB) 7638464



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.03 3.94 6/262 9257
/proc/meminfo: memFree=16253984/32951124 swapFree=67111528/67111528
[pid=9133] ppid=9129 vsize=7638464 CPUtime=1300.98 cores=0,2
/proc/9133/stat : 9133 (java) S 9129 9133 8448 0 -1 4202496 37768 0 1 0 130089 9 0 0 18 0 19 0 462433815 7821787136 33087 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9133/statm: 1909616 33087 2253 9 0 1900354 0
[pid=9133/tid=9140] ppid=9129 vsize=7638464 CPUtime=1297.85 cores=0,2
/proc/9133/task/9140/stat : 9140 (java) R 9129 9133 8448 0 -1 4202560 13725 0 1 0 129780 5 0 0 25 0 19 0 462433816 7821787136 33087 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 46912505695286 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9133/tid=9142] ppid=9129 vsize=7638464 CPUtime=0.1 cores=0,2
/proc/9133/task/9142/stat : 9142 (java) S 9129 9133 8448 0 -1 4202560 573 0 0 0 10 0 0 0 15 0 19 0 462433818 7821787136 33087 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9144] ppid=9129 vsize=7638464 CPUtime=0.08 cores=0,2
/proc/9133/task/9144/stat : 9144 (java) S 9129 9133 8448 0 -1 4202560 618 0 0 0 8 0 0 0 15 0 19 0 462433818 7821787136 33087 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9146] ppid=9129 vsize=7638464 CPUtime=0.08 cores=0,2
/proc/9133/task/9146/stat : 9146 (java) S 9129 9133 8448 0 -1 4202560 842 0 0 0 8 0 0 0 15 0 19 0 462433818 7821787136 33087 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9148] ppid=9129 vsize=7638464 CPUtime=0.09 cores=0,2
/proc/9133/task/9148/stat : 9148 (java) S 9129 9133 8448 0 -1 4202560 874 0 0 0 9 0 0 0 15 0 19 0 462433818 7821787136 33087 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9150] ppid=9129 vsize=7638464 CPUtime=0.07 cores=0,2
/proc/9133/task/9150/stat : 9150 (java) S 9129 9133 8448 0 -1 4202560 1771 0 0 0 7 0 0 0 15 0 19 0 462433818 7821787136 33087 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9152] ppid=9129 vsize=7638464 CPUtime=0.09 cores=0,2
/proc/9133/task/9152/stat : 9152 (java) S 9129 9133 8448 0 -1 4202560 1273 0 0 0 9 0 0 0 15 0 19 0 462433818 7821787136 33087 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9154] ppid=9129 vsize=7638464 CPUtime=0.05 cores=0,2
/proc/9133/task/9154/stat : 9154 (java) S 9129 9133 8448 0 -1 4202560 395 0 0 0 5 0 0 0 16 0 19 0 462433818 7821787136 33087 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9156] ppid=9129 vsize=7638464 CPUtime=0.03 cores=0,2
/proc/9133/task/9156/stat : 9156 (java) S 9129 9133 8448 0 -1 4202560 177 0 0 0 3 0 0 0 15 0 19 0 462433818 7821787136 33087 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9164] ppid=9129 vsize=7638464 CPUtime=1.8 cores=0,2
/proc/9133/task/9164/stat : 9164 (java) S 9129 9133 8448 0 -1 4202560 5639 0 0 0 180 0 0 0 15 0 19 0 462433819 7821787136 33087 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761728 0 0 0 16800975 18446604453878487744 0 0 -1 0 0 0 0
[pid=9133/tid=9169] ppid=9129 vsize=7638464 CPUtime=0 cores=0,2
/proc/9133/task/9169/stat : 9169 (java) S 9129 9133 8448 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462433819 7821787136 33087 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9170] ppid=9129 vsize=7638464 CPUtime=0 cores=0,2
/proc/9133/task/9170/stat : 9170 (java) S 9129 9133 8448 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462433819 7821787136 33087 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9182] ppid=9129 vsize=7638464 CPUtime=0 cores=0,2
/proc/9133/task/9182/stat : 9182 (java) S 9129 9133 8448 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462433822 7821787136 33087 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458768817 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9183] ppid=9129 vsize=7638464 CPUtime=0.16 cores=0,2
/proc/9133/task/9183/stat : 9183 (java) S 9129 9133 8448 0 -1 4202560 627 0 0 0 16 0 0 0 15 0 19 0 462433822 7821787136 33087 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9185] ppid=9129 vsize=7638464 CPUtime=0.48 cores=0,2
/proc/9133/task/9185/stat : 9185 (java) S 9129 9133 8448 0 -1 4202560 10027 0 0 0 47 1 0 0 15 0 19 0 462433822 7821787136 33087 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 0 0 0 0
[pid=9133/tid=9187] ppid=9129 vsize=7638464 CPUtime=0 cores=0,2
/proc/9133/task/9187/stat : 9187 (java) S 9129 9133 8448 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462433822 7821787136 33087 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761113 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9189] ppid=9129 vsize=7638464 CPUtime=0 cores=0,2
/proc/9133/task/9189/stat : 9189 (java) S 9129 9133 8448 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 462433822 7821787136 33087 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761728 0 4 0 16800975 18446604453878487744 0 0 -1 2 0 0 0
[pid=9133/tid=9221] ppid=9129 vsize=7638464 CPUtime=0 cores=0,2
/proc/9133/task/9221/stat : 9221 (java) S 9129 9133 8448 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462433839 7821787136 33087 33554432000 1073741824 1073778376 140734829125504 18446744073709551615 244458761728 0 4 0 16800975 18446604453878487744 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1300.98
Current children cumulated vsize (KiB) 7638464

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.06
CPU user time (s): 1300.97
CPU system time (s): 0.097985
CPU usage (%): 100.078
Max. virtual memory (cumulated for all children) (KiB): 7638584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.97
system time used= 0.097985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38080
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= 28475
involuntary context switches= 5659

runsolver used 2.49162 second user time and 5.18621 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-22 23:38:54
IDJOB=3259488
IDBENCH=71576
IDSOLVER=1611
FILE ID=node105/3259488-1303508334
RUNJOBID= node105-1303508334-9108
PBS_JOBID= 13134228
Free space on /tmp= 71560 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v760c43649gyes6.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-3259488-1303508334/watcher-3259488-1303508334 -o /tmp/evaluation-result-3259488-1303508334/solver-3259488-1303508334 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3259488-1303508334.cnf

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

MD5SUM BENCH= dc046d6f885b64777ffc1cfc8367a176
RANDOM SEED=1589344328

node105.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.825
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.825
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.825
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.82
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.825
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.75
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.825
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	: 5410.70
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.825
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.74
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.825
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.82
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.825
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16916604 kB
Buffers:       1835056 kB
Cached:       13572448 kB
SwapCached:          0 kB
Active:        7800804 kB
Inactive:      7674068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16916604 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1640 kB
Writeback:           0 kB
AnonPages:       67632 kB
Mapped:          14492 kB
Slab:           494852 kB
PageTables:       5812 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188612 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= 71556 MiB
End job on node105 at 2011-04-23 00:00:36