Trace number 3258608

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) 1302.1 1300.06

General information on the benchmark

NameCRAFTED/rbsat/random/forced/
rbsat-v1375c111739gyes10.cnf
MD5SUMc904604702db7cfabf92e607e197d409
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.17476
Satisfiable
(Un)Satisfiability was proved
Number of variables1375
Number of clauses111739
Sum of the clauses size224743
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2111684
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 555

Solver Data

0.05/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.08	c no version file found!!!
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.18-164.el5
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		6997539544
0.05/0.08	c Max memory 		7034241024
0.05/0.08	c Total memory 		7034241024
0.05/0.08	c Number of processors 	8
0.05/0.09	c --- Begin Solver configuration ---
0.05/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.05/0.09	c Learn all clauses as in MiniSAT
0.05/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.05/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.05/0.09	c Expensive reason simplification
0.05/0.09	c Armin Biere (Picosat) restarts strategy
0.05/0.09	c Glucose learned constraints deletion strategy
0.05/0.09	c timeout=2147483647s
0.05/0.09	c DB Simplification allowed=true
0.05/0.09	c --- End Solver configuration ---
0.05/0.09	c solving HOME/instance-3258608-1303504255.cnf
0.05/0.09	c reading problem ... 
0.27/0.24	c ... done. Wall clock time 0.144s.
0.27/0.24	c #vars     1375
0.27/0.24	c #constraints  111739
0.27/0.24	c constraints type 
0.27/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 55
0.27/0.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 111684
1.70/1.38	c cleaning 2484 clauses out of 5000 with flag 5000/5000
3.22/2.66	c cleaning 4253 clauses out of 8517 with flag 11001/11001
4.82/4.27	c cleaning 5632 clauses out of 11264 with flag 18001/18001
6.83/6.28	c cleaning 6804 clauses out of 13632 with flag 26001/26001
9.13/8.58	c cleaning 7888 clauses out of 15827 with flag 35000/35000
12.03/11.46	c cleaning 8955 clauses out of 17939 with flag 45000/45000
15.34/14.71	c cleaning 9966 clauses out of 19984 with flag 56000/56000
19.14/18.52	c cleaning 10996 clauses out of 22020 with flag 68002/68002
23.44/22.85	c cleaning 11995 clauses out of 24022 with flag 81000/81000
28.25/27.67	c cleaning 12993 clauses out of 26027 with flag 95000/95000
33.86/33.24	c cleaning 13987 clauses out of 28034 with flag 110000/110000
39.86/39.28	c cleaning 15004 clauses out of 30047 with flag 126000/126000
46.66/46.06	c cleaning 15990 clauses out of 32043 with flag 143000/143000
54.17/53.53	c cleaning 17003 clauses out of 34053 with flag 161000/161000
62.38/61.79	c cleaning 17984 clauses out of 36052 with flag 180002/180002
71.88/71.24	c cleaning 19025 clauses out of 38068 with flag 200002/200002
80.98/80.31	c cleaning 19996 clauses out of 40042 with flag 221001/221001
91.39/90.78	c cleaning 21016 clauses out of 42049 with flag 243004/243004
103.99/103.36	c cleaning 22007 clauses out of 44030 with flag 266001/266001
117.09/116.47	c cleaning 22984 clauses out of 46024 with flag 290002/290002
131.30/130.60	c cleaning 23989 clauses out of 48039 with flag 315001/315001
146.80/146.13	c cleaning 25008 clauses out of 50049 with flag 341000/341000
164.11/163.47	c cleaning 25995 clauses out of 52041 with flag 368000/368000
181.63/180.98	c cleaning 26989 clauses out of 54046 with flag 396000/396000
200.04/199.38	c cleaning 28009 clauses out of 56057 with flag 425000/425000
221.94/221.14	c cleaning 28995 clauses out of 58050 with flag 455002/455002
243.40/242.41	c cleaning 29999 clauses out of 60054 with flag 486001/486001
266.84/265.68	c cleaning 31012 clauses out of 62056 with flag 518002/518002
292.05/290.32	c cleaning 32007 clauses out of 64042 with flag 551000/551000
319.25/317.52	c cleaning 32993 clauses out of 66036 with flag 585001/585001
348.06/346.30	c cleaning 33989 clauses out of 68042 with flag 620000/620000
377.27/375.58	c cleaning 35001 clauses out of 70053 with flag 656000/656000
409.27/407.52	c cleaning 35996 clauses out of 72052 with flag 693000/693000
443.28/441.55	c cleaning 37012 clauses out of 74058 with flag 731002/731002
479.60/477.85	c cleaning 37992 clauses out of 76044 with flag 770000/770000
513.41/511.62	c cleaning 38992 clauses out of 78052 with flag 810000/810000
553.02/551.25	c cleaning 40013 clauses out of 80062 with flag 851002/851002
591.72/589.93	c cleaning 41008 clauses out of 82047 with flag 893000/893000
634.73/632.90	c cleaning 41984 clauses out of 84040 with flag 936001/936001
677.84/676.06	c cleaning 42997 clauses out of 86055 with flag 980000/980000
726.06/724.21	c cleaning 44008 clauses out of 88058 with flag 1025000/1025000
776.67/774.88	c cleaning 45017 clauses out of 90053 with flag 1071003/1071003
828.28/826.44	c cleaning 46000 clauses out of 92035 with flag 1118002/1118002
884.39/882.52	c cleaning 46993 clauses out of 94033 with flag 1166000/1166000
938.80/936.98	c cleaning 47996 clauses out of 96040 with flag 1215000/1215000
997.81/995.90	c cleaning 48993 clauses out of 98045 with flag 1265001/1265001
1064.13/1062.28	c cleaning 49997 clauses out of 100053 with flag 1316002/1316002
1128.56/1126.69	c cleaning 51004 clauses out of 102054 with flag 1368000/1368000
1194.97/1193.07	c cleaning 51991 clauses out of 104052 with flag 1421002/1421002
1265.58/1263.64	c cleaning 53014 clauses out of 106061 with flag 1475002/1475002
1302.00/1300.01	c starts		: 1398
1302.00/1300.01	c conflicts		: 1506165
1302.00/1300.01	c decisions		: 2770899
1302.00/1300.01	c propagations		: 233789200
1302.00/1300.01	c inspects		: 13567899342
1302.00/1300.01	c shortcuts		: 0
1302.00/1300.01	c learnt literals	: 0
1302.00/1300.01	c learnt binary clauses	: 3
1302.00/1300.01	c learnt ternary clauses	: 36
1302.00/1300.01	c learnt constraints	: 1506165
1302.00/1300.01	c ignored constraints	: 0
1302.00/1300.01	c root simplifications	: 1398
1302.00/1300.01	c removed literals (reason simplification)	: 63507420
1302.00/1300.01	c reason swapping (by a shorter reason)	: 0
1302.00/1300.01	c Calls to reduceDB	: 50
1302.00/1300.01	c speed (assignments/second)	: 179869.4270995221
1302.00/1300.01	c non guided choices	175
1302.00/1300.04	c learnt constraints type 
1302.00/1300.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
1302.00/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 84231
1302.00/1300.04	c constraints type 
1302.00/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 55
1302.00/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 111684
1302.00/1300.04	s UNKNOWN
1302.00/1300.04	c Total wall clock time (in seconds) : 1299.916

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 4.00 3.96 3.06 6/219 17289
/proc/meminfo: memFree=12848496/32950928 swapFree=67111528/67111528
[pid=17289] ppid=17287 vsize=11800 CPUtime=0 cores=1,3
/proc/17289/stat : 17289 (runsolver) R 17287 17289 16977 0 -1 4202560 43 0 0 0 0 0 0 0 22 0 1 0 462022159 12083200 51 33554432000 4194304 5434984 140733551893664 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 3 0 0 0
/proc/17289/statm: 2950 51 31 303 0 2644 0

[startup+0.0631759 s]
/proc/loadavg: 4.00 3.96 3.06 6/219 17289
/proc/meminfo: memFree=12848496/32950928 swapFree=67111528/67111528
[pid=17289] ppid=17287 vsize=7569788 CPUtime=0.05 cores=1,3
/proc/17289/stat : 17289 (java) S 17287 17289 16977 0 -1 4202496 9178 0 1 0 4 1 0 0 22 0 18 0 462022159 7751462912 8873 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17289/statm: 1892447 8873 1733 9 0 1883190 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7569788

[startup+0.100168 s]
/proc/loadavg: 4.00 3.96 3.06 6/219 17289
/proc/meminfo: memFree=12848496/32950928 swapFree=67111528/67111528
[pid=17289] ppid=17287 vsize=7569940 CPUtime=0.08 cores=1,3
/proc/17289/stat : 17289 (java) S 17287 17289 16977 0 -1 4202496 9713 0 1 0 7 1 0 0 22 0 18 0 462022159 7751618560 9408 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17289/statm: 1892485 9408 1757 9 0 1883223 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7569940

[startup+0.53097 s]
/proc/loadavg: 4.00 3.96 3.06 6/219 17289
/proc/meminfo: memFree=12848496/32950928 swapFree=67111528/67111528
[pid=17289] ppid=17287 vsize=7642500 CPUtime=0.87 cores=1,3
/proc/17289/stat : 17289 (java) S 17287 17289 16977 0 -1 4202496 14474 0 1 0 85 2 0 0 22 0 19 0 462022159 7825920000 13534 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17289/statm: 1910625 13534 2219 9 0 1901363 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 7642500

[startup+0.701108 s]
/proc/loadavg: 4.00 3.96 3.06 6/219 17289
/proc/meminfo: memFree=12848496/32950928 swapFree=67111528/67111528
[pid=17289] ppid=17287 vsize=7642500 CPUtime=1.07 cores=1,3
/proc/17289/stat : 17289 (java) S 17287 17289 16977 0 -1 4202496 14708 0 1 0 105 2 0 0 22 0 19 0 462022159 7825920000 13764 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17289/statm: 1910625 13764 2219 9 0 1901363 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 7642500

[startup+1.50089 s]
/proc/loadavg: 4.24 4.01 3.08 7/262 17337
/proc/meminfo: memFree=12712904/32950928 swapFree=67111528/67111528
[pid=17289] ppid=17287 vsize=7661600 CPUtime=2.02 cores=1,3
/proc/17289/stat : 17289 (java) S 17287 17289 16977 0 -1 4202496 26044 0 1 0 199 3 0 0 22 0 19 0 462022159 7845478400 22855 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17289/statm: 1915400 22855 2250 9 0 1906138 0
[pid=17289/tid=17292] ppid=17287 vsize=7661600 CPUtime=1.38 cores=1,3
/proc/17289/task/17292/stat : 17292 (java) R 17287 17289 16977 0 -1 4202560 11492 0 1 0 136 2 0 0 25 0 19 0 462022160 7845478400 22855 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 46912505634105 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17289/tid=17293] ppid=17287 vsize=7661600 CPUtime=0.01 cores=1,3
/proc/17289/task/17293/stat : 17293 (java) S 17287 17289 16977 0 -1 4202560 1155 0 0 0 1 0 0 0 18 0 19 0 462022161 7845478400 22855 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17294] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17294/stat : 17294 (java) S 17287 17289 16977 0 -1 4202560 720 0 0 0 0 0 0 0 18 0 19 0 462022161 7845478400 22855 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17295] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17295/stat : 17295 (java) S 17287 17289 16977 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 462022161 7845478400 22855 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17296] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17296/stat : 17296 (java) S 17287 17289 16977 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 462022161 7845478400 22855 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17297] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17297/stat : 17297 (java) S 17287 17289 16977 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 462022161 7845478400 22855 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17298] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17298/stat : 17298 (java) S 17287 17289 16977 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 462022161 7845478400 22855 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17299] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17299/stat : 17299 (java) S 17287 17289 16977 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 462022161 7845478400 22855 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17300] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17300/stat : 17300 (java) S 17287 17289 16977 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 462022161 7845478400 22855 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17301] ppid=17287 vsize=7661600 CPUtime=0.03 cores=1,3
/proc/17289/task/17301/stat : 17301 (java) S 17287 17289 16977 0 -1 4202560 1878 0 0 0 3 0 0 0 16 0 19 0 462022162 7845478400 22855 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512508416 0 0 0 16800975 18446604464438948992 0 0 -1 1 0 0 0
[pid=17289/tid=17302] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17302/stat : 17302 (java) R 17287 17289 16977 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 462022162 7845478400 22855 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 46912505213408 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17289/tid=17303] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17303/stat : 17303 (java) S 17287 17289 16977 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 462022162 7845478400 22855 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17304] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17304/stat : 17304 (java) S 17287 17289 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462022165 7845478400 22855 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512515505 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17305] ppid=17287 vsize=7661600 CPUtime=0.39 cores=1,3
/proc/17289/task/17305/stat : 17305 (java) R 17287 17289 16977 0 -1 4202560 7893 0 0 0 39 0 0 0 16 0 19 0 462022165 7845478400 22855 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 47936529761728 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17289/tid=17306] ppid=17287 vsize=7661600 CPUtime=0.18 cores=1,3
/proc/17289/task/17306/stat : 17306 (java) S 17287 17289 16977 0 -1 4202560 1750 0 0 0 18 0 0 0 17 0 19 0 462022165 7845478400 22855 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 1 0 0 0
[pid=17289/tid=17307] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17307/stat : 17307 (java) S 17287 17289 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462022165 7845478400 22855 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17308] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17308/stat : 17308 (java) S 17287 17289 16977 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 462022165 7845478400 22855 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512508416 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17309] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17309/stat : 17309 (java) S 17287 17289 16977 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 462022183 7845478400 22855 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512508416 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 7661600

[startup+3.10157 s]
/proc/loadavg: 4.24 4.01 3.08 5/262 17337
/proc/meminfo: memFree=12594684/32950928 swapFree=67111528/67111528
[pid=17289] ppid=17287 vsize=7661600 CPUtime=3.73 cores=1,3
/proc/17289/stat : 17289 (java) S 17287 17289 16977 0 -1 4202496 27550 0 1 0 369 4 0 0 22 0 19 0 462022159 7845478400 24352 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17289/statm: 1915400 24352 2253 9 0 1906138 0
[pid=17289/tid=17292] ppid=17287 vsize=7661600 CPUtime=2.93 cores=1,3
/proc/17289/task/17292/stat : 17292 (java) R 17287 17289 16977 0 -1 4202560 11495 0 1 0 291 2 0 0 18 0 19 0 462022160 7845478400 24352 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 46912505633743 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17289/tid=17293] ppid=17287 vsize=7661600 CPUtime=0.01 cores=1,3
/proc/17289/task/17293/stat : 17293 (java) S 17287 17289 16977 0 -1 4202560 1155 0 0 0 1 0 0 0 18 0 19 0 462022161 7845478400 24352 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17294] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17294/stat : 17294 (java) S 17287 17289 16977 0 -1 4202560 720 0 0 0 0 0 0 0 18 0 19 0 462022161 7845478400 24352 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17295] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17295/stat : 17295 (java) S 17287 17289 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462022161 7845478400 24352 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17296] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17296/stat : 17296 (java) S 17287 17289 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462022161 7845478400 24352 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17297] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17297/stat : 17297 (java) S 17287 17289 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462022161 7845478400 24352 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17298] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17298/stat : 17298 (java) S 17287 17289 16977 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 462022161 7845478400 24352 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17299] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17299/stat : 17299 (java) S 17287 17289 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462022161 7845478400 24352 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17300] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17300/stat : 17300 (java) S 17287 17289 16977 0 -1 4202560 826 0 0 0 0 0 0 0 16 0 19 0 462022161 7845478400 24352 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17301] ppid=17287 vsize=7661600 CPUtime=0.05 cores=1,3
/proc/17289/task/17301/stat : 17301 (java) S 17287 17289 16977 0 -1 4202560 2159 0 0 0 5 0 0 0 15 0 19 0 462022162 7845478400 24352 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512508416 0 0 0 16800975 18446604464438948992 0 0 -1 1 0 0 0
[pid=17289/tid=17302] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17302/stat : 17302 (java) S 17287 17289 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462022162 7845478400 24352 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17303] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17303/stat : 17303 (java) S 17287 17289 16977 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462022162 7845478400 24352 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17304] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17304/stat : 17304 (java) S 17287 17289 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462022165 7845478400 24352 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512515505 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17305] ppid=17287 vsize=7661600 CPUtime=0.49 cores=1,3
/proc/17289/task/17305/stat : 17305 (java) S 17287 17289 16977 0 -1 4202560 8225 0 0 0 49 0 0 0 15 0 19 0 462022165 7845478400 24352 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17306] ppid=17287 vsize=7661600 CPUtime=0.2 cores=1,3
/proc/17289/task/17306/stat : 17306 (java) S 17287 17289 16977 0 -1 4202560 1797 0 0 0 20 0 0 0 16 0 19 0 462022165 7845478400 24352 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 1 0 0 0
[pid=17289/tid=17307] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17307/stat : 17307 (java) S 17287 17289 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462022165 7845478400 24352 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17308] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17308/stat : 17308 (java) S 17287 17289 16977 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 462022165 7845478400 24352 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512508416 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17309] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17309/stat : 17309 (java) S 17287 17289 16977 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 462022183 7845478400 24352 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512508416 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.73
Current children cumulated vsize (KiB) 7661600

[startup+6.30503 s]
/proc/loadavg: 4.22 4.01 3.09 5/262 17337
/proc/meminfo: memFree=12517084/32950928 swapFree=67111528/67111528
[pid=17289] ppid=17287 vsize=7661600 CPUtime=6.94 cores=1,3
/proc/17289/stat : 17289 (java) S 17287 17289 16977 0 -1 4202496 28370 0 1 0 690 4 0 0 22 0 19 0 462022159 7845478400 24970 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17289/statm: 1915400 24970 2253 9 0 1906138 0
[pid=17289/tid=17292] ppid=17287 vsize=7661600 CPUtime=6.05 cores=1,3
/proc/17289/task/17292/stat : 17292 (java) S 17287 17289 16977 0 -1 4202560 11495 0 1 0 603 2 0 0 25 0 19 0 462022160 7845478400 24970 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17293] ppid=17287 vsize=7661600 CPUtime=0.01 cores=1,3
/proc/17289/task/17293/stat : 17293 (java) S 17287 17289 16977 0 -1 4202560 1158 0 0 0 1 0 0 0 15 0 19 0 462022161 7845478400 24970 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 1 0 0 0
[pid=17289/tid=17294] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17294/stat : 17294 (java) S 17287 17289 16977 0 -1 4202560 720 0 0 0 0 0 0 0 15 0 19 0 462022161 7845478400 24970 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17295] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17295/stat : 17295 (java) S 17287 17289 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462022161 7845478400 24970 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 1 0 0 0
[pid=17289/tid=17296] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17296/stat : 17296 (java) S 17287 17289 16977 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 19 0 462022161 7845478400 24970 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 1 0 0 0
[pid=17289/tid=17297] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17297/stat : 17297 (java) S 17287 17289 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462022161 7845478400 24970 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17298] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17298/stat : 17298 (java) S 17287 17289 16977 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 462022161 7845478400 24970 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 1 0 0 0
[pid=17289/tid=17299] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17299/stat : 17299 (java) S 17287 17289 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462022161 7845478400 24970 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 1 0 0 0
[pid=17289/tid=17300] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17300/stat : 17300 (java) S 17287 17289 16977 0 -1 4202560 1050 0 0 0 0 0 0 0 16 0 19 0 462022161 7845478400 24970 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 1 0 0 0
[pid=17289/tid=17301] ppid=17287 vsize=7661600 CPUtime=0.1 cores=1,3
/proc/17289/task/17301/stat : 17301 (java) R 17287 17289 16977 0 -1 4202560 2417 0 0 0 10 0 0 0 15 0 19 0 462022162 7845478400 24970 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 47936532976733 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=17289/tid=17302] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17302/stat : 17302 (java) S 17287 17289 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462022162 7845478400 24970 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17303] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17303/stat : 17303 (java) S 17287 17289 16977 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462022162 7845478400 24970 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17304] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17304/stat : 17304 (java) S 17287 17289 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462022165 7845478400 24970 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512515505 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17305] ppid=17287 vsize=7661600 CPUtime=0.49 cores=1,3
/proc/17289/task/17305/stat : 17305 (java) S 17287 17289 16977 0 -1 4202560 8225 0 0 0 49 0 0 0 15 0 19 0 462022165 7845478400 24970 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17306] ppid=17287 vsize=7661600 CPUtime=0.23 cores=1,3
/proc/17289/task/17306/stat : 17306 (java) S 17287 17289 16977 0 -1 4202560 2065 0 0 0 23 0 0 0 15 0 19 0 462022165 7845478400 24970 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 1 0 0 0
[pid=17289/tid=17307] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17307/stat : 17307 (java) S 17287 17289 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462022165 7845478400 24970 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17308] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17308/stat : 17308 (java) S 17287 17289 16977 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 462022165 7845478400 24970 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512508416 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17309] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17309/stat : 17309 (java) S 17287 17289 16977 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 462022183 7845478400 24970 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512508416 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.94
Current children cumulated vsize (KiB) 7661600

[startup+12.7007 s]

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

[pid=17289/tid=17298] ppid=17287 vsize=7661600 CPUtime=0.1 cores=1,3
/proc/17289/task/17298/stat : 17298 (java) S 17287 17289 16977 0 -1 4202560 3019 0 0 0 10 0 0 0 16 0 19 0 462022161 7845478400 47971 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17299] ppid=17287 vsize=7661600 CPUtime=0.03 cores=1,3
/proc/17289/task/17299/stat : 17299 (java) S 17287 17289 16977 0 -1 4202560 5 0 0 0 3 0 0 0 15 0 19 0 462022161 7845478400 47971 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17300] ppid=17287 vsize=7661600 CPUtime=0.06 cores=1,3
/proc/17289/task/17300/stat : 17300 (java) S 17287 17289 16977 0 -1 4202560 1092 0 0 0 6 0 0 0 15 0 19 0 462022161 7845478400 47971 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 1 0 0 0
[pid=17289/tid=17301] ppid=17287 vsize=7661600 CPUtime=2.02 cores=1,3
/proc/17289/task/17301/stat : 17301 (java) S 17287 17289 16977 0 -1 4202560 7521 0 0 0 201 1 0 0 15 0 19 0 462022162 7845478400 47971 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512508416 0 0 0 16800975 18446604464438948992 0 0 -1 1 0 0 0
[pid=17289/tid=17302] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17302/stat : 17302 (java) S 17287 17289 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462022162 7845478400 47971 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17303] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17303/stat : 17303 (java) S 17287 17289 16977 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462022162 7845478400 47971 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17304] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17304/stat : 17304 (java) S 17287 17289 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462022165 7845478400 47971 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512515505 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17305] ppid=17287 vsize=7661600 CPUtime=0.52 cores=1,3
/proc/17289/task/17305/stat : 17305 (java) S 17287 17289 16977 0 -1 4202560 8232 0 0 0 52 0 0 0 15 0 19 0 462022165 7845478400 47971 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 1 0 0 0
[pid=17289/tid=17306] ppid=17287 vsize=7661600 CPUtime=1.39 cores=1,3
/proc/17289/task/17306/stat : 17306 (java) S 17287 17289 16977 0 -1 4202560 16279 0 0 0 137 2 0 0 15 0 19 0 462022165 7845478400 47971 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17307] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17307/stat : 17307 (java) S 17287 17289 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462022165 7845478400 47971 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17308] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17308/stat : 17308 (java) S 17287 17289 16977 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 462022165 7845478400 47971 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512508416 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17309] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17309/stat : 17309 (java) S 17287 17289 16977 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 462022183 7845478400 47971 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512508416 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1124.25
Current children cumulated vsize (KiB) 7661600

[startup+1182.3 s]
/proc/loadavg: 4.00 4.02 3.74 5/262 17369
/proc/meminfo: memFree=12073060/32950928 swapFree=67111528/67111528
[pid=17289] ppid=17287 vsize=7661600 CPUtime=1184.27 cores=1,3
/proc/17289/stat : 17289 (java) S 17287 17289 16977 0 -1 4202496 64469 0 1 0 118415 12 0 0 22 0 19 0 462022159 7845478400 49843 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17289/statm: 1915400 49843 2254 9 0 1906138 0
[pid=17289/tid=17292] ppid=17287 vsize=7661600 CPUtime=1179.54 cores=1,3
/proc/17289/task/17292/stat : 17292 (java) R 17287 17289 16977 0 -1 4202560 16902 0 1 0 117950 4 0 0 25 0 19 0 462022160 7845478400 49843 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 46912505919702 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17289/tid=17293] ppid=17287 vsize=7661600 CPUtime=0.08 cores=1,3
/proc/17289/task/17293/stat : 17293 (java) S 17287 17289 16977 0 -1 4202560 1721 0 0 0 8 0 0 0 15 0 19 0 462022161 7845478400 49843 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17294] ppid=17287 vsize=7661600 CPUtime=0.09 cores=1,3
/proc/17289/task/17294/stat : 17294 (java) S 17287 17289 16977 0 -1 4202560 1599 0 0 0 9 0 0 0 15 0 19 0 462022161 7845478400 49843 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17295] ppid=17287 vsize=7661600 CPUtime=0.04 cores=1,3
/proc/17289/task/17295/stat : 17295 (java) S 17287 17289 16977 0 -1 4202560 2176 0 0 0 4 0 0 0 15 0 19 0 462022161 7845478400 49843 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17296] ppid=17287 vsize=7661600 CPUtime=0.07 cores=1,3
/proc/17289/task/17296/stat : 17296 (java) S 17287 17289 16977 0 -1 4202560 1014 0 0 0 7 0 0 0 16 0 19 0 462022161 7845478400 49843 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17297] ppid=17287 vsize=7661600 CPUtime=0.11 cores=1,3
/proc/17289/task/17297/stat : 17297 (java) S 17287 17289 16977 0 -1 4202560 2190 0 0 0 11 0 0 0 15 0 19 0 462022161 7845478400 49843 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17298] ppid=17287 vsize=7661600 CPUtime=0.1 cores=1,3
/proc/17289/task/17298/stat : 17298 (java) S 17287 17289 16977 0 -1 4202560 3019 0 0 0 10 0 0 0 15 0 19 0 462022161 7845478400 49843 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17299] ppid=17287 vsize=7661600 CPUtime=0.04 cores=1,3
/proc/17289/task/17299/stat : 17299 (java) S 17287 17289 16977 0 -1 4202560 534 0 0 0 4 0 0 0 16 0 19 0 462022161 7845478400 49843 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17300] ppid=17287 vsize=7661600 CPUtime=0.07 cores=1,3
/proc/17289/task/17300/stat : 17300 (java) S 17287 17289 16977 0 -1 4202560 2058 0 0 0 7 0 0 0 16 0 19 0 462022161 7845478400 49843 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17301] ppid=17287 vsize=7661600 CPUtime=2.09 cores=1,3
/proc/17289/task/17301/stat : 17301 (java) S 17287 17289 16977 0 -1 4202560 7523 0 0 0 208 1 0 0 15 0 19 0 462022162 7845478400 49843 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512508416 0 0 0 16800975 18446604464438948992 0 0 -1 1 0 0 0
[pid=17289/tid=17302] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17302/stat : 17302 (java) S 17287 17289 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462022162 7845478400 49843 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17303] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17303/stat : 17303 (java) S 17287 17289 16977 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462022162 7845478400 49843 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17304] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17304/stat : 17304 (java) S 17287 17289 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462022165 7845478400 49843 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512515505 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17305] ppid=17287 vsize=7661600 CPUtime=0.52 cores=1,3
/proc/17289/task/17305/stat : 17305 (java) S 17287 17289 16977 0 -1 4202560 8232 0 0 0 52 0 0 0 15 0 19 0 462022165 7845478400 49843 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 1 0 0 0
[pid=17289/tid=17306] ppid=17287 vsize=7661600 CPUtime=1.39 cores=1,3
/proc/17289/task/17306/stat : 17306 (java) S 17287 17289 16977 0 -1 4202560 16279 0 0 0 137 2 0 0 15 0 19 0 462022165 7845478400 49843 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17307] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17307/stat : 17307 (java) S 17287 17289 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462022165 7845478400 49843 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17308] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17308/stat : 17308 (java) S 17287 17289 16977 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 462022165 7845478400 49843 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512508416 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17309] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17309/stat : 17309 (java) S 17287 17289 16977 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 462022183 7845478400 49843 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512508416 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1184.27
Current children cumulated vsize (KiB) 7661600

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 3.75 5/262 17370
/proc/meminfo: memFree=12060620/32950928 swapFree=67111528/67111528
[pid=17289] ppid=17287 vsize=7661600 CPUtime=1244.28 cores=1,3
/proc/17289/stat : 17289 (java) S 17287 17289 16977 0 -1 4202496 64477 0 1 0 124416 12 0 0 22 0 19 0 462022159 7845478400 49844 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17289/statm: 1915400 49844 2254 9 0 1906138 0
[pid=17289/tid=17292] ppid=17287 vsize=7661600 CPUtime=1239.48 cores=1,3
/proc/17289/task/17292/stat : 17292 (java) R 17287 17289 16977 0 -1 4202560 16903 0 1 0 123944 4 0 0 25 0 19 0 462022160 7845478400 49844 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 46912505634173 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17289/tid=17293] ppid=17287 vsize=7661600 CPUtime=0.09 cores=1,3
/proc/17289/task/17293/stat : 17293 (java) S 17287 17289 16977 0 -1 4202560 1722 0 0 0 9 0 0 0 16 0 19 0 462022161 7845478400 49844 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17294] ppid=17287 vsize=7661600 CPUtime=0.09 cores=1,3
/proc/17289/task/17294/stat : 17294 (java) S 17287 17289 16977 0 -1 4202560 1599 0 0 0 9 0 0 0 15 0 19 0 462022161 7845478400 49844 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17295] ppid=17287 vsize=7661600 CPUtime=0.04 cores=1,3
/proc/17289/task/17295/stat : 17295 (java) S 17287 17289 16977 0 -1 4202560 2176 0 0 0 4 0 0 0 15 0 19 0 462022161 7845478400 49844 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17296] ppid=17287 vsize=7661600 CPUtime=0.07 cores=1,3
/proc/17289/task/17296/stat : 17296 (java) S 17287 17289 16977 0 -1 4202560 1014 0 0 0 7 0 0 0 15 0 19 0 462022161 7845478400 49844 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17297] ppid=17287 vsize=7661600 CPUtime=0.11 cores=1,3
/proc/17289/task/17297/stat : 17297 (java) S 17287 17289 16977 0 -1 4202560 2190 0 0 0 11 0 0 0 15 0 19 0 462022161 7845478400 49844 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17298] ppid=17287 vsize=7661600 CPUtime=0.1 cores=1,3
/proc/17289/task/17298/stat : 17298 (java) S 17287 17289 16977 0 -1 4202560 3019 0 0 0 10 0 0 0 15 0 19 0 462022161 7845478400 49844 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17299] ppid=17287 vsize=7661600 CPUtime=0.04 cores=1,3
/proc/17289/task/17299/stat : 17299 (java) S 17287 17289 16977 0 -1 4202560 534 0 0 0 4 0 0 0 15 0 19 0 462022161 7845478400 49844 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17300] ppid=17287 vsize=7661600 CPUtime=0.08 cores=1,3
/proc/17289/task/17300/stat : 17300 (java) S 17287 17289 16977 0 -1 4202560 2058 0 0 0 8 0 0 0 16 0 19 0 462022161 7845478400 49844 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17301] ppid=17287 vsize=7661600 CPUtime=2.14 cores=1,3
/proc/17289/task/17301/stat : 17301 (java) S 17287 17289 16977 0 -1 4202560 7525 0 0 0 213 1 0 0 15 0 19 0 462022162 7845478400 49844 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512508416 0 0 0 16800975 18446604464438948992 0 0 -1 1 0 0 0
[pid=17289/tid=17302] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17302/stat : 17302 (java) S 17287 17289 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462022162 7845478400 49844 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17303] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17303/stat : 17303 (java) S 17287 17289 16977 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462022162 7845478400 49844 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17304] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17304/stat : 17304 (java) S 17287 17289 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462022165 7845478400 49844 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512515505 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17305] ppid=17287 vsize=7661600 CPUtime=0.52 cores=1,3
/proc/17289/task/17305/stat : 17305 (java) S 17287 17289 16977 0 -1 4202560 8232 0 0 0 52 0 0 0 15 0 19 0 462022165 7845478400 49844 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 1 0 0 0
[pid=17289/tid=17306] ppid=17287 vsize=7661600 CPUtime=1.39 cores=1,3
/proc/17289/task/17306/stat : 17306 (java) S 17287 17289 16977 0 -1 4202560 16279 0 0 0 137 2 0 0 15 0 19 0 462022165 7845478400 49844 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17307] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17307/stat : 17307 (java) S 17287 17289 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462022165 7845478400 49844 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17308] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17308/stat : 17308 (java) S 17287 17289 16977 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 462022165 7845478400 49844 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512508416 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17309] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17309/stat : 17309 (java) S 17287 17289 16977 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 462022183 7845478400 49844 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512508416 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1244.28
Current children cumulated vsize (KiB) 7661600



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.01 3.76 3/222 17378
/proc/meminfo: memFree=12508304/32950928 swapFree=67111528/67111528
[pid=17289] ppid=17287 vsize=7661600 CPUtime=1302 cores=1,3
/proc/17289/stat : 17289 (java) S 17287 17289 16977 0 -1 4202496 64819 0 1 0 130188 12 0 0 22 0 19 0 462022159 7845478400 50179 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17289/statm: 1915400 50179 2254 9 0 1906138 0
[pid=17289/tid=17292] ppid=17287 vsize=7661600 CPUtime=1297.13 cores=1,3
/proc/17289/task/17292/stat : 17292 (java) R 17287 17289 16977 0 -1 4202560 16904 0 1 0 129709 4 0 0 25 0 19 0 462022160 7845478400 50179 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 46912505580911 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17289/tid=17293] ppid=17287 vsize=7661600 CPUtime=0.09 cores=1,3
/proc/17289/task/17293/stat : 17293 (java) S 17287 17289 16977 0 -1 4202560 1722 0 0 0 9 0 0 0 15 0 19 0 462022161 7845478400 50179 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17294] ppid=17287 vsize=7661600 CPUtime=0.09 cores=1,3
/proc/17289/task/17294/stat : 17294 (java) S 17287 17289 16977 0 -1 4202560 1599 0 0 0 9 0 0 0 16 0 19 0 462022161 7845478400 50179 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17295] ppid=17287 vsize=7661600 CPUtime=0.04 cores=1,3
/proc/17289/task/17295/stat : 17295 (java) S 17287 17289 16977 0 -1 4202560 2176 0 0 0 4 0 0 0 15 0 19 0 462022161 7845478400 50179 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17296] ppid=17287 vsize=7661600 CPUtime=0.09 cores=1,3
/proc/17289/task/17296/stat : 17296 (java) S 17287 17289 16977 0 -1 4202560 1020 0 0 0 9 0 0 0 15 0 19 0 462022161 7845478400 50179 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17297] ppid=17287 vsize=7661600 CPUtime=0.11 cores=1,3
/proc/17289/task/17297/stat : 17297 (java) S 17287 17289 16977 0 -1 4202560 2190 0 0 0 11 0 0 0 15 0 19 0 462022161 7845478400 50179 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17298] ppid=17287 vsize=7661600 CPUtime=0.11 cores=1,3
/proc/17289/task/17298/stat : 17298 (java) S 17287 17289 16977 0 -1 4202560 3019 0 0 0 11 0 0 0 15 0 19 0 462022161 7845478400 50179 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17299] ppid=17287 vsize=7661600 CPUtime=0.04 cores=1,3
/proc/17289/task/17299/stat : 17299 (java) S 17287 17289 16977 0 -1 4202560 534 0 0 0 4 0 0 0 15 0 19 0 462022161 7845478400 50179 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17300] ppid=17287 vsize=7661600 CPUtime=0.08 cores=1,3
/proc/17289/task/17300/stat : 17300 (java) S 17287 17289 16977 0 -1 4202560 2058 0 0 0 8 0 0 0 15 0 19 0 462022161 7845478400 50179 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17301] ppid=17287 vsize=7661600 CPUtime=2.19 cores=1,3
/proc/17289/task/17301/stat : 17301 (java) S 17287 17289 16977 0 -1 4202560 7856 0 0 0 218 1 0 0 15 0 19 0 462022162 7845478400 50179 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512508416 0 0 0 16800975 18446604464438948992 0 0 -1 1 0 0 0
[pid=17289/tid=17302] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17302/stat : 17302 (java) S 17287 17289 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462022162 7845478400 50179 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17303] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17303/stat : 17303 (java) S 17287 17289 16977 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462022162 7845478400 50179 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17304] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17304/stat : 17304 (java) S 17287 17289 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462022165 7845478400 50179 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512515505 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17305] ppid=17287 vsize=7661600 CPUtime=0.52 cores=1,3
/proc/17289/task/17305/stat : 17305 (java) S 17287 17289 16977 0 -1 4202560 8232 0 0 0 52 0 0 0 15 0 19 0 462022165 7845478400 50179 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 1 0 0 0
[pid=17289/tid=17306] ppid=17287 vsize=7661600 CPUtime=1.39 cores=1,3
/proc/17289/task/17306/stat : 17306 (java) S 17287 17289 16977 0 -1 4202560 16279 0 0 0 137 2 0 0 15 0 19 0 462022165 7845478400 50179 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17307] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17307/stat : 17307 (java) S 17287 17289 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462022165 7845478400 50179 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512507801 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
[pid=17289/tid=17308] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17308/stat : 17308 (java) R 17287 17289 16977 0 -1 4202560 79 0 0 0 0 0 0 0 15 0 19 0 462022165 7845478400 50179 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512508416 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17289/tid=17309] ppid=17287 vsize=7661600 CPUtime=0 cores=1,3
/proc/17289/task/17309/stat : 17309 (java) S 17287 17289 16977 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 462022183 7845478400 50179 33554432000 1073741824 1073778376 140733338809440 18446744073709551615 254512508416 0 4 0 16800975 18446604464438948992 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 7661600

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): 1302.1
CPU user time (s): 1301.96
CPU system time (s): 0.138978
CPU usage (%): 100.157
Max. virtual memory (cumulated for all children) (KiB): 7661600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.96
system time used= 0.138978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64854
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= 27976
involuntary context switches= 5364

runsolver used 2.08168 second user time and 5.05423 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-22 22:30:55
IDJOB=3258608
IDBENCH=71397
IDSOLVER=1611
FILE ID=node149/3258608-1303504255
RUNJOBID= node149-1303502950-16997
PBS_JOBID= 13134233
Free space on /tmp= 72136 MiB

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

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

MD5SUM BENCH= c904604702db7cfabf92e607e197d409
RANDOM SEED=1073997848

node149.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.806
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.61
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.806
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.806
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.83
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.806
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.73
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.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
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.806
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.75
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.806
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.806
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:     32950928 kB
MemFree:      12849644 kB
Buffers:       1795324 kB
Cached:       17594948 kB
SwapCached:          0 kB
Active:        9406252 kB
Inactive:     10158244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12849644 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7932 kB
Writeback:           0 kB
AnonPages:      173224 kB
Mapped:          23168 kB
Slab:           472676 kB
PageTables:       5392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 14737068 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= 72136 MiB
End job on node149 at 2011-04-22 22:52:37