Trace number 3259532

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 1300.05

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v945c61409gyes1.cnf
MD5SUM26b9098de258b0434de90e744962df46
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.17352
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c no version file found!!!
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		6997539544
0.00/0.07	c Max memory 		7034241024
0.00/0.07	c Total memory 		7034241024
0.00/0.07	c Number of processors 	8
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Armin Biere (Picosat) restarts strategy
0.00/0.09	c Glucose learned constraints deletion strategy
0.00/0.09	c timeout=2147483647s
0.00/0.09	c DB Simplification allowed=true
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-3259532-1303508334.cnf
0.00/0.09	c reading problem ... 
0.28/0.22	c ... done. Wall clock time 0.125s.
0.28/0.22	c #vars     945
0.28/0.22	c #constraints  61409
0.28/0.22	c constraints type 
0.28/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 45
0.28/0.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 61364
1.39/1.17	c cleaning 2495 clauses out of 5000 with flag 5000/5000
2.81/2.31	c cleaning 4251 clauses out of 8508 with flag 11003/11003
4.22/3.73	c cleaning 5621 clauses out of 11254 with flag 18000/18000
5.94/5.48	c cleaning 6806 clauses out of 13634 with flag 26001/26001
8.05/7.56	c cleaning 7902 clauses out of 15827 with flag 35000/35000
10.65/10.10	c cleaning 8957 clauses out of 17928 with flag 45003/45003
13.66/13.15	c cleaning 9961 clauses out of 19968 with flag 56000/56000
17.07/16.59	c cleaning 10992 clauses out of 22007 with flag 68000/68000
20.96/20.40	c cleaning 11991 clauses out of 24015 with flag 81000/81000
25.27/24.71	c cleaning 13003 clauses out of 26024 with flag 95000/95000
30.37/29.88	c cleaning 14001 clauses out of 28021 with flag 110000/110000
35.97/35.49	c cleaning 14986 clauses out of 30021 with flag 126001/126001
42.18/41.67	c cleaning 16013 clauses out of 32036 with flag 143002/143002
49.08/48.59	c cleaning 17005 clauses out of 34023 with flag 161002/161002
56.28/55.78	c cleaning 17983 clauses out of 36016 with flag 180000/180000
64.39/63.81	c cleaning 18995 clauses out of 38034 with flag 200001/200001
73.29/72.74	c cleaning 19998 clauses out of 40038 with flag 221000/221000
82.89/82.31	c cleaning 20995 clauses out of 42040 with flag 243000/243000
93.60/93.04	c cleaning 22013 clauses out of 44045 with flag 266000/266000
105.11/104.55	c cleaning 22995 clauses out of 46034 with flag 290002/290002
117.62/117.07	c cleaning 24003 clauses out of 48038 with flag 315001/315001
131.43/130.90	c cleaning 25012 clauses out of 50039 with flag 341005/341005
148.03/147.42	c cleaning 26005 clauses out of 52024 with flag 368002/368002
164.03/163.42	c cleaning 26991 clauses out of 54017 with flag 396000/396000
181.14/180.50	c cleaning 27986 clauses out of 56029 with flag 425003/425003
198.94/198.30	c cleaning 29009 clauses out of 58040 with flag 455000/455000
218.65/218.09	c cleaning 30008 clauses out of 60035 with flag 486004/486004
239.86/239.26	c cleaning 30994 clauses out of 62023 with flag 518000/518000
261.57/260.96	c cleaning 32004 clauses out of 64030 with flag 551001/551001
285.77/285.13	c cleaning 33002 clauses out of 66027 with flag 585002/585002
310.98/310.32	c cleaning 33992 clauses out of 68023 with flag 620000/620000
338.29/337.62	c cleaning 35006 clauses out of 70033 with flag 656002/656002
367.49/366.88	c cleaning 35993 clauses out of 72026 with flag 693001/693001
396.90/396.27	c cleaning 37002 clauses out of 74032 with flag 731000/731000
427.42/426.73	c cleaning 37991 clauses out of 76030 with flag 770000/770000
462.22/461.54	c cleaning 39006 clauses out of 78041 with flag 810002/810002
497.73/497.02	c cleaning 39991 clauses out of 80034 with flag 851001/851001
533.74/533.09	c cleaning 41011 clauses out of 82042 with flag 893000/893000
569.55/568.83	c cleaning 41999 clauses out of 84033 with flag 936002/936002
612.36/611.65	c cleaning 42994 clauses out of 86032 with flag 980000/980000
656.86/656.19	c cleaning 43991 clauses out of 88041 with flag 1025003/1025003
699.57/698.89	c cleaning 45009 clauses out of 90048 with flag 1071001/1071001
745.99/745.21	c cleaning 46007 clauses out of 92038 with flag 1118000/1118000
795.50/794.74	c cleaning 46997 clauses out of 94034 with flag 1166003/1166003
846.71/845.91	c cleaning 47995 clauses out of 96035 with flag 1215001/1215001
898.82/898.02	c cleaning 49012 clauses out of 98039 with flag 1265000/1265000
952.13/951.31	c cleaning 49995 clauses out of 100027 with flag 1316000/1316000
1007.85/1007.09	c cleaning 51010 clauses out of 102033 with flag 1368001/1368001
1064.67/1063.89	c cleaning 51999 clauses out of 104024 with flag 1421002/1421002
1128.78/1127.93	c cleaning 52996 clauses out of 106023 with flag 1475000/1475000
1192.29/1191.41	c cleaning 54005 clauses out of 108030 with flag 1530003/1530003
1255.40/1254.54	c cleaning 54998 clauses out of 110022 with flag 1586000/1586000
1300.92/1300.01	c starts		: 1430
1300.92/1300.01	c conflicts		: 1629290
1300.92/1300.01	c decisions		: 2578499
1300.92/1300.01	c propagations		: 174295425
1300.92/1300.01	c inspects		: 14504064172
1300.92/1300.01	c shortcuts		: 0
1300.92/1300.01	c learnt literals	: 0
1300.92/1300.01	c learnt binary clauses	: 0
1300.92/1300.01	c learnt ternary clauses	: 0
1300.92/1300.01	c learnt constraints	: 1629290
1300.92/1300.01	c ignored constraints	: 0
1300.92/1300.01	c root simplifications	: 1430
1300.92/1300.01	c removed literals (reason simplification)	: 58762712
1300.92/1300.01	c reason swapping (by a shorter reason)	: 0
1300.92/1300.01	c Calls to reduceDB	: 52
1300.92/1300.01	c speed (assignments/second)	: 134094.75585727883
1300.92/1300.01	c non guided choices	107
1300.92/1300.04	c learnt constraints type 
1300.92/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 98317
1300.92/1300.04	c constraints type 
1300.92/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 45
1300.92/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 61364
1300.92/1300.04	s UNKNOWN
1300.92/1300.04	c Total wall clock time (in seconds) : 1299.919

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3259532-1303508334/watcher-3259532-1303508334 -o /tmp/evaluation-result-3259532-1303508334/solver-3259532-1303508334 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3259532-1303508334.cnf 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.68 3.94 3.85 4/204 9162
/proc/meminfo: memFree=16861076/32951124 swapFree=67111528/67111528
[pid=9162] ppid=9160 vsize=31604 CPUtime=0 cores=5,7
/proc/9162/stat : 9162 (java) S 9160 9162 8448 0 -1 4202496 1257 0 0 0 0 0 0 0 21 0 2 0 462433819 32362496 975 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458747877 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/9162/statm: 7901 977 748 9 0 386 0
[pid=9162/tid=9165] ppid=9160 vsize=31604 CPUtime=0 cores=5,7
/proc/9162/task/9165/stat : 9165 (java) R 9160 9162 8448 0 -1 4202560 164 0 0 0 0 0 0 0 23 0 2 0 462433819 32362496 996 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244447197497 0 0 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0119079 s]
/proc/loadavg: 3.68 3.94 3.85 4/204 9162
/proc/meminfo: memFree=16861076/32951124 swapFree=67111528/67111528
[pid=9162] ppid=9160 vsize=7540840 CPUtime=0 cores=5,7
/proc/9162/stat : 9162 (java) S 9160 9162 8448 0 -1 4202496 2858 0 1 0 0 0 0 0 21 0 2 0 462433819 7721820160 2559 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458747877 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/9162/statm: 1885210 2578 919 9 0 1876366 0
[pid=9162/tid=9165] ppid=9160 vsize=7540840 CPUtime=0 cores=5,7
/proc/9162/task/9165/stat : 9165 (java) R 9160 9162 8448 0 -1 4202560 1776 0 1 0 0 0 0 0 22 0 2 0 462433819 7721820160 2592 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244446639163 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7540840

[startup+0.104897 s]
/proc/loadavg: 3.68 3.94 3.85 4/204 9162
/proc/meminfo: memFree=16861076/32951124 swapFree=67111528/67111528
[pid=9162] ppid=9160 vsize=7637116 CPUtime=0.11 cores=5,7
/proc/9162/stat : 9162 (java) S 9160 9162 8448 0 -1 4202496 10401 0 1 0 9 2 0 0 21 0 18 0 462433819 7820406784 10097 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9162/statm: 1909279 10097 2093 9 0 1900017 0
[pid=9162/tid=9165] ppid=9160 vsize=7637116 CPUtime=0.08 cores=5,7
/proc/9162/task/9165/stat : 9165 (java) R 9160 9162 8448 0 -1 4202560 8664 0 1 0 7 1 0 0 22 0 18 0 462433819 7820406784 10097 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 46912505176688 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 7637116

[startup+0.312515 s]
/proc/loadavg: 3.68 3.94 3.85 4/204 9162
/proc/meminfo: memFree=16861076/32951124 swapFree=67111528/67111528
[pid=9162] ppid=9160 vsize=7642240 CPUtime=0.42 cores=5,7
/proc/9162/stat : 9162 (java) S 9160 9162 8448 0 -1 4202496 13229 0 1 0 40 2 0 0 21 0 19 0 462433819 7825653760 12843 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9162/statm: 1910560 12843 2212 9 0 1901298 0
[pid=9162/tid=9165] ppid=9160 vsize=7642240 CPUtime=0.21 cores=5,7
/proc/9162/task/9165/stat : 9165 (java) R 9160 9162 8448 0 -1 4202560 9746 0 1 0 20 1 0 0 23 0 19 0 462433819 7825653760 12843 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458771125 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 7642240

[startup+0.700782 s]
/proc/loadavg: 3.68 3.94 3.85 4/204 9162
/proc/meminfo: memFree=16861076/32951124 swapFree=67111528/67111528
[pid=9162] ppid=9160 vsize=7642240 CPUtime=0.98 cores=5,7
/proc/9162/stat : 9162 (java) S 9160 9162 8448 0 -1 4202496 13882 0 1 0 96 2 0 0 21 0 19 0 462433819 7825653760 13352 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9162/statm: 1910560 13352 2222 9 0 1901298 0
[pid=9162/tid=9165] ppid=9160 vsize=7642240 CPUtime=0.58 cores=5,7
/proc/9162/task/9165/stat : 9165 (java) R 9160 9162 8448 0 -1 4202560 10169 0 1 0 57 1 0 0 25 0 19 0 462433819 7825653760 13352 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 46912505581420 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 7642240

[startup+1.50065 s]
/proc/loadavg: 3.71 3.94 3.85 5/262 9223
/proc/meminfo: memFree=16723912/32951124 swapFree=67111528/67111528
[pid=9162] ppid=9160 vsize=7663180 CPUtime=1.98 cores=5,7
/proc/9162/stat : 9162 (java) S 9160 9162 8448 0 -1 4202496 23563 0 1 0 195 3 0 0 21 0 19 0 462433819 7847096320 21097 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9162/statm: 1915795 21097 2251 9 0 1906533 0
[pid=9162/tid=9165] ppid=9160 vsize=7663180 CPUtime=1.35 cores=5,7
/proc/9162/task/9165/stat : 9165 (java) R 9160 9162 8448 0 -1 4202560 10645 0 1 0 134 1 0 0 25 0 19 0 462433819 7847096320 21097 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 46912505587650 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9162/tid=9171] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9171/stat : 9171 (java) S 9160 9162 8448 0 -1 4202560 1207 0 0 0 0 0 0 0 17 0 19 0 462433820 7847096320 21097 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9172] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9172/stat : 9172 (java) S 9160 9162 8448 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 462433820 7847096320 21097 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9173] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9173/stat : 9173 (java) S 9160 9162 8448 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 462433820 7847096320 21097 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9174] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9174/stat : 9174 (java) S 9160 9162 8448 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 462433820 7847096320 21097 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9175] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9175/stat : 9175 (java) S 9160 9162 8448 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 462433820 7847096320 21097 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9176] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9176/stat : 9176 (java) S 9160 9162 8448 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 462433820 7847096320 21097 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9177] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9177/stat : 9177 (java) S 9160 9162 8448 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 462433820 7847096320 21097 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9178] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9178/stat : 9178 (java) S 9160 9162 8448 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 462433820 7847096320 21097 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9179] ppid=9160 vsize=7663180 CPUtime=0.02 cores=5,7
/proc/9162/task/9179/stat : 9179 (java) S 9160 9162 8448 0 -1 4202560 1206 0 0 0 2 0 0 0 16 0 19 0 462433821 7847096320 21097 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761728 0 0 0 16800975 18446604459776326592 0 0 -1 5 0 0 0
[pid=9162/tid=9191] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9191/stat : 9191 (java) S 9160 9162 8448 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462433822 7847096320 21097 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 5 0 0 0
[pid=9162/tid=9192] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9192/stat : 9192 (java) S 9160 9162 8448 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 19 0 462433822 7847096320 21097 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 5 0 0 0
[pid=9162/tid=9199] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9199/stat : 9199 (java) S 9160 9162 8448 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462433824 7847096320 21097 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458768817 0 4 0 16800975 18446604459776326592 0 0 -1 5 0 0 0
[pid=9162/tid=9200] ppid=9160 vsize=7663180 CPUtime=0.36 cores=5,7
/proc/9162/task/9200/stat : 9200 (java) S 9160 9162 8448 0 -1 4202560 7554 0 0 0 35 1 0 0 16 0 19 0 462433824 7847096320 21097 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9201] ppid=9160 vsize=7663180 CPUtime=0.22 cores=5,7
/proc/9162/task/9201/stat : 9201 (java) S 9160 9162 8448 0 -1 4202560 1789 0 0 0 22 0 0 0 15 0 19 0 462433824 7847096320 21097 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9202] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9202/stat : 9202 (java) S 9160 9162 8448 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462433824 7847096320 21097 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 5 0 0 0
[pid=9162/tid=9203] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9203/stat : 9203 (java) S 9160 9162 8448 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462433824 7847096320 21097 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761728 0 4 0 16800975 18446604459776326592 0 0 -1 5 0 0 0
[pid=9162/tid=9222] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9222/stat : 9222 (java) S 9160 9162 8448 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 462433841 7847096320 21097 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761728 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 7663180

[startup+3.10134 s]
/proc/loadavg: 3.71 3.94 3.85 5/262 9223
/proc/meminfo: memFree=16583420/32951124 swapFree=67111528/67111528
[pid=9162] ppid=9160 vsize=7663180 CPUtime=3.62 cores=5,7
/proc/9162/stat : 9162 (java) S 9160 9162 8448 0 -1 4202496 24667 0 1 0 358 4 0 0 21 0 19 0 462433819 7847096320 22199 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9162/statm: 1915795 22199 2253 9 0 1906533 0
[pid=9162/tid=9165] ppid=9160 vsize=7663180 CPUtime=2.92 cores=5,7
/proc/9162/task/9165/stat : 9165 (java) R 9160 9162 8448 0 -1 4202560 10648 0 1 0 291 1 0 0 25 0 19 0 462433819 7847096320 22199 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 46912505581480 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9162/tid=9171] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9171/stat : 9171 (java) S 9160 9162 8448 0 -1 4202560 1207 0 0 0 0 0 0 0 15 0 19 0 462433820 7847096320 22199 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9172] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9172/stat : 9172 (java) S 9160 9162 8448 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 462433820 7847096320 22199 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9173] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9173/stat : 9173 (java) S 9160 9162 8448 0 -1 4202560 468 0 0 0 0 0 0 0 15 0 19 0 462433820 7847096320 22199 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9174] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9174/stat : 9174 (java) S 9160 9162 8448 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462433820 7847096320 22199 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9175] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9175/stat : 9175 (java) S 9160 9162 8448 0 -1 4202560 341 0 0 0 0 0 0 0 15 0 19 0 462433820 7847096320 22199 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 5 0 0 0
[pid=9162/tid=9176] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9176/stat : 9176 (java) S 9160 9162 8448 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462433820 7847096320 22199 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9177] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9177/stat : 9177 (java) S 9160 9162 8448 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462433820 7847096320 22199 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9178] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9178/stat : 9178 (java) S 9160 9162 8448 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462433820 7847096320 22199 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9179] ppid=9160 vsize=7663180 CPUtime=0.03 cores=5,7
/proc/9162/task/9179/stat : 9179 (java) S 9160 9162 8448 0 -1 4202560 1489 0 0 0 3 0 0 0 16 0 19 0 462433821 7847096320 22199 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761728 0 0 0 16800975 18446604459776326592 0 0 -1 5 0 0 0
[pid=9162/tid=9191] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9191/stat : 9191 (java) S 9160 9162 8448 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462433822 7847096320 22199 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 5 0 0 0
[pid=9162/tid=9192] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9192/stat : 9192 (java) S 9160 9162 8448 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 19 0 462433822 7847096320 22199 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 5 0 0 0
[pid=9162/tid=9199] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9199/stat : 9199 (java) S 9160 9162 8448 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462433824 7847096320 22199 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458768817 0 4 0 16800975 18446604459776326592 0 0 -1 5 0 0 0
[pid=9162/tid=9200] ppid=9160 vsize=7663180 CPUtime=0.36 cores=5,7
/proc/9162/task/9200/stat : 9200 (java) S 9160 9162 8448 0 -1 4202560 7554 0 0 0 35 1 0 0 15 0 19 0 462433824 7847096320 22199 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9201] ppid=9160 vsize=7663180 CPUtime=0.25 cores=5,7
/proc/9162/task/9201/stat : 9201 (java) S 9160 9162 8448 0 -1 4202560 1800 0 0 0 25 0 0 0 15 0 19 0 462433824 7847096320 22199 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9202] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9202/stat : 9202 (java) S 9160 9162 8448 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462433824 7847096320 22199 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 5 0 0 0
[pid=9162/tid=9203] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9203/stat : 9203 (java) S 9160 9162 8448 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462433824 7847096320 22199 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761728 0 4 0 16800975 18446604459776326592 0 0 -1 5 0 0 0
[pid=9162/tid=9222] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9222/stat : 9222 (java) S 9160 9162 8448 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 462433841 7847096320 22199 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761728 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 7663180

[startup+6.30074 s]
/proc/loadavg: 3.71 3.94 3.85 5/262 9223
/proc/meminfo: memFree=16566808/32951124 swapFree=67111528/67111528
[pid=9162] ppid=9160 vsize=7663180 CPUtime=6.85 cores=5,7
/proc/9162/stat : 9162 (java) S 9160 9162 8448 0 -1 4202496 25153 0 1 0 681 4 0 0 21 0 19 0 462433819 7847096320 22552 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9162/statm: 1915795 22552 2253 9 0 1906533 0
[pid=9162/tid=9165] ppid=9160 vsize=7663180 CPUtime=6.07 cores=5,7
/proc/9162/task/9165/stat : 9165 (java) R 9160 9162 8448 0 -1 4202560 10651 0 1 0 606 1 0 0 25 0 19 0 462433819 7847096320 22552 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 46912505587696 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9162/tid=9171] ppid=9160 vsize=7663180 CPUtime=0.01 cores=5,7
/proc/9162/task/9171/stat : 9171 (java) S 9160 9162 8448 0 -1 4202560 1256 0 0 0 1 0 0 0 15 0 19 0 462433820 7847096320 22552 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9172] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9172/stat : 9172 (java) S 9160 9162 8448 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462433820 7847096320 22552 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9173] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9173/stat : 9173 (java) S 9160 9162 8448 0 -1 4202560 468 0 0 0 0 0 0 0 15 0 19 0 462433820 7847096320 22552 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9174] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9174/stat : 9174 (java) S 9160 9162 8448 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462433820 7847096320 22552 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 5 0 0 0
[pid=9162/tid=9175] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9175/stat : 9175 (java) S 9160 9162 8448 0 -1 4202560 342 0 0 0 0 0 0 0 15 0 19 0 462433820 7847096320 22552 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9176] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9176/stat : 9176 (java) S 9160 9162 8448 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462433820 7847096320 22552 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9177] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9177/stat : 9177 (java) S 9160 9162 8448 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462433820 7847096320 22552 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9178] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9178/stat : 9178 (java) S 9160 9162 8448 0 -1 4202560 165 0 0 0 0 0 0 0 16 0 19 0 462433820 7847096320 22552 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9179] ppid=9160 vsize=7663180 CPUtime=0.08 cores=5,7
/proc/9162/task/9179/stat : 9179 (java) S 9160 9162 8448 0 -1 4202560 1725 0 0 0 8 0 0 0 16 0 19 0 462433821 7847096320 22552 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761728 0 0 0 16800975 18446604459776326592 0 0 -1 5 0 0 0
[pid=9162/tid=9191] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9191/stat : 9191 (java) S 9160 9162 8448 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462433822 7847096320 22552 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 5 0 0 0
[pid=9162/tid=9192] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9192/stat : 9192 (java) S 9160 9162 8448 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 19 0 462433822 7847096320 22552 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 5 0 0 0
[pid=9162/tid=9199] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9199/stat : 9199 (java) S 9160 9162 8448 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462433824 7847096320 22552 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458768817 0 4 0 16800975 18446604459776326592 0 0 -1 5 0 0 0
[pid=9162/tid=9200] ppid=9160 vsize=7663180 CPUtime=0.37 cores=5,7
/proc/9162/task/9200/stat : 9200 (java) S 9160 9162 8448 0 -1 4202560 7554 0 0 0 36 1 0 0 15 0 19 0 462433824 7847096320 22552 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9201] ppid=9160 vsize=7663180 CPUtime=0.26 cores=5,7
/proc/9162/task/9201/stat : 9201 (java) S 9160 9162 8448 0 -1 4202560 1833 0 0 0 26 0 0 0 15 0 19 0 462433824 7847096320 22552 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0

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

[pid=9162/tid=9176] ppid=9160 vsize=7663180 CPUtime=0.12 cores=5,7
/proc/9162/task/9176/stat : 9176 (java) S 9160 9162 8448 0 -1 4202560 3142 0 0 0 12 0 0 0 15 0 19 0 462433820 7847096320 42276 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9177] ppid=9160 vsize=7663180 CPUtime=0.04 cores=5,7
/proc/9162/task/9177/stat : 9177 (java) S 9160 9162 8448 0 -1 4202560 483 0 0 0 4 0 0 0 15 0 19 0 462433820 7847096320 42276 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9178] ppid=9160 vsize=7663180 CPUtime=0.09 cores=5,7
/proc/9162/task/9178/stat : 9178 (java) S 9160 9162 8448 0 -1 4202560 1931 0 0 0 9 0 0 0 15 0 19 0 462433820 7847096320 42276 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 5 0 0 0
[pid=9162/tid=9179] ppid=9160 vsize=7663180 CPUtime=1.69 cores=5,7
/proc/9162/task/9179/stat : 9179 (java) S 9160 9162 8448 0 -1 4202560 6549 0 0 0 169 0 0 0 15 0 19 0 462433821 7847096320 42276 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761728 0 0 0 16800975 18446604459776326592 0 0 -1 5 0 0 0
[pid=9162/tid=9191] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9191/stat : 9191 (java) S 9160 9162 8448 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462433822 7847096320 42276 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 5 0 0 0
[pid=9162/tid=9192] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9192/stat : 9192 (java) S 9160 9162 8448 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 19 0 462433822 7847096320 42276 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 5 0 0 0
[pid=9162/tid=9199] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9199/stat : 9199 (java) S 9160 9162 8448 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462433824 7847096320 42276 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458768817 0 4 0 16800975 18446604459776326592 0 0 -1 5 0 0 0
[pid=9162/tid=9200] ppid=9160 vsize=7663180 CPUtime=0.37 cores=5,7
/proc/9162/task/9200/stat : 9200 (java) S 9160 9162 8448 0 -1 4202560 7554 0 0 0 36 1 0 0 15 0 19 0 462433824 7847096320 42276 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9201] ppid=9160 vsize=7663180 CPUtime=0.26 cores=5,7
/proc/9162/task/9201/stat : 9201 (java) S 9160 9162 8448 0 -1 4202560 1833 0 0 0 26 0 0 0 15 0 19 0 462433824 7847096320 42276 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9202] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9202/stat : 9202 (java) S 9160 9162 8448 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462433824 7847096320 42276 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 5 0 0 0
[pid=9162/tid=9203] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9203/stat : 9203 (java) S 9160 9162 8448 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 462433824 7847096320 42276 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761728 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9222] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9222/stat : 9222 (java) S 9160 9162 8448 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 462433841 7847096320 42276 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761728 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1123.18
Current children cumulated vsize (KiB) 7663180

[startup+1182.3 s]
/proc/loadavg: 4.04 4.02 3.94 6/262 9254
/proc/meminfo: memFree=16262004/32951124 swapFree=67111528/67111528
[pid=9162] ppid=9160 vsize=7663180 CPUtime=1183.19 cores=5,7
/proc/9162/stat : 9162 (java) S 9160 9162 8448 0 -1 4202496 46197 0 1 0 118310 9 0 0 21 0 19 0 462433819 7847096320 43405 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9162/statm: 1915795 43405 2253 9 0 1906533 0
[pid=9162/tid=9165] ppid=9160 vsize=7663180 CPUtime=1180.1 cores=5,7
/proc/9162/task/9165/stat : 9165 (java) R 9160 9162 8448 0 -1 4202560 16294 0 1 0 118006 4 0 0 25 0 19 0 462433819 7847096320 43405 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 46912505587696 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9162/tid=9171] ppid=9160 vsize=7663180 CPUtime=0.07 cores=5,7
/proc/9162/task/9171/stat : 9171 (java) S 9160 9162 8448 0 -1 4202560 2383 0 0 0 7 0 0 0 15 0 19 0 462433820 7847096320 43405 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9172] ppid=9160 vsize=7663180 CPUtime=0.09 cores=5,7
/proc/9162/task/9172/stat : 9172 (java) S 9160 9162 8448 0 -1 4202560 1631 0 0 0 9 0 0 0 15 0 19 0 462433820 7847096320 43405 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9173] ppid=9160 vsize=7663180 CPUtime=0.1 cores=5,7
/proc/9162/task/9173/stat : 9173 (java) S 9160 9162 8448 0 -1 4202560 1630 0 0 0 10 0 0 0 15 0 19 0 462433820 7847096320 43405 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9174] ppid=9160 vsize=7663180 CPUtime=0.06 cores=5,7
/proc/9162/task/9174/stat : 9174 (java) S 9160 9162 8448 0 -1 4202560 674 0 0 0 6 0 0 0 15 0 19 0 462433820 7847096320 43405 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9175] ppid=9160 vsize=7663180 CPUtime=0.04 cores=5,7
/proc/9162/task/9175/stat : 9175 (java) S 9160 9162 8448 0 -1 4202560 412 0 0 0 4 0 0 0 15 0 19 0 462433820 7847096320 43405 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9176] ppid=9160 vsize=7663180 CPUtime=0.12 cores=5,7
/proc/9162/task/9176/stat : 9176 (java) S 9160 9162 8448 0 -1 4202560 3142 0 0 0 12 0 0 0 15 0 19 0 462433820 7847096320 43405 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9177] ppid=9160 vsize=7663180 CPUtime=0.04 cores=5,7
/proc/9162/task/9177/stat : 9177 (java) S 9160 9162 8448 0 -1 4202560 542 0 0 0 4 0 0 0 15 0 19 0 462433820 7847096320 43405 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9178] ppid=9160 vsize=7663180 CPUtime=0.11 cores=5,7
/proc/9162/task/9178/stat : 9178 (java) S 9160 9162 8448 0 -1 4202560 2205 0 0 0 11 0 0 0 16 0 19 0 462433820 7847096320 43405 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9179] ppid=9160 vsize=7663180 CPUtime=1.73 cores=5,7
/proc/9162/task/9179/stat : 9179 (java) S 9160 9162 8448 0 -1 4202560 6674 0 0 0 173 0 0 0 15 0 19 0 462433821 7847096320 43405 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761728 0 0 0 16800975 18446604459776326592 0 0 -1 5 0 0 0
[pid=9162/tid=9191] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9191/stat : 9191 (java) S 9160 9162 8448 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462433822 7847096320 43405 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 5 0 0 0
[pid=9162/tid=9192] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9192/stat : 9192 (java) S 9160 9162 8448 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 19 0 462433822 7847096320 43405 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 5 0 0 0
[pid=9162/tid=9199] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9199/stat : 9199 (java) S 9160 9162 8448 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462433824 7847096320 43405 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458768817 0 4 0 16800975 18446604459776326592 0 0 -1 5 0 0 0
[pid=9162/tid=9200] ppid=9160 vsize=7663180 CPUtime=0.37 cores=5,7
/proc/9162/task/9200/stat : 9200 (java) S 9160 9162 8448 0 -1 4202560 7554 0 0 0 36 1 0 0 15 0 19 0 462433824 7847096320 43405 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9201] ppid=9160 vsize=7663180 CPUtime=0.26 cores=5,7
/proc/9162/task/9201/stat : 9201 (java) S 9160 9162 8448 0 -1 4202560 1833 0 0 0 26 0 0 0 15 0 19 0 462433824 7847096320 43405 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9202] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9202/stat : 9202 (java) S 9160 9162 8448 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462433824 7847096320 43405 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 5 0 0 0
[pid=9162/tid=9203] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9203/stat : 9203 (java) S 9160 9162 8448 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 462433824 7847096320 43405 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761728 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9222] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9222/stat : 9222 (java) S 9160 9162 8448 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 462433841 7847096320 43405 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761728 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1183.19
Current children cumulated vsize (KiB) 7663180

[startup+1242.3 s]
/proc/loadavg: 4.08 4.03 3.94 5/262 9255
/proc/meminfo: memFree=16259480/32951124 swapFree=67111528/67111528
[pid=9162] ppid=9160 vsize=7663180 CPUtime=1243.2 cores=5,7
/proc/9162/stat : 9162 (java) S 9160 9162 8448 0 -1 4202496 46473 0 1 0 124311 9 0 0 21 0 19 0 462433819 7847096320 43674 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9162/statm: 1915795 43674 2253 9 0 1906533 0
[pid=9162/tid=9165] ppid=9160 vsize=7663180 CPUtime=1240.05 cores=5,7
/proc/9162/task/9165/stat : 9165 (java) R 9160 9162 8448 0 -1 4202560 16339 0 1 0 124001 4 0 0 25 0 19 0 462433819 7847096320 43674 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 46912505587696 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9162/tid=9171] ppid=9160 vsize=7663180 CPUtime=0.07 cores=5,7
/proc/9162/task/9171/stat : 9171 (java) S 9160 9162 8448 0 -1 4202560 2383 0 0 0 7 0 0 0 15 0 19 0 462433820 7847096320 43674 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9172] ppid=9160 vsize=7663180 CPUtime=0.09 cores=5,7
/proc/9162/task/9172/stat : 9172 (java) S 9160 9162 8448 0 -1 4202560 1631 0 0 0 9 0 0 0 15 0 19 0 462433820 7847096320 43674 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9173] ppid=9160 vsize=7663180 CPUtime=0.11 cores=5,7
/proc/9162/task/9173/stat : 9173 (java) S 9160 9162 8448 0 -1 4202560 1630 0 0 0 11 0 0 0 15 0 19 0 462433820 7847096320 43674 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9174] ppid=9160 vsize=7663180 CPUtime=0.07 cores=5,7
/proc/9162/task/9174/stat : 9174 (java) S 9160 9162 8448 0 -1 4202560 674 0 0 0 7 0 0 0 15 0 19 0 462433820 7847096320 43674 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9175] ppid=9160 vsize=7663180 CPUtime=0.04 cores=5,7
/proc/9162/task/9175/stat : 9175 (java) S 9160 9162 8448 0 -1 4202560 412 0 0 0 4 0 0 0 15 0 19 0 462433820 7847096320 43674 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9176] ppid=9160 vsize=7663180 CPUtime=0.12 cores=5,7
/proc/9162/task/9176/stat : 9176 (java) S 9160 9162 8448 0 -1 4202560 3142 0 0 0 12 0 0 0 15 0 19 0 462433820 7847096320 43674 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9177] ppid=9160 vsize=7663180 CPUtime=0.04 cores=5,7
/proc/9162/task/9177/stat : 9177 (java) S 9160 9162 8448 0 -1 4202560 542 0 0 0 4 0 0 0 15 0 19 0 462433820 7847096320 43674 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9178] ppid=9160 vsize=7663180 CPUtime=0.11 cores=5,7
/proc/9162/task/9178/stat : 9178 (java) S 9160 9162 8448 0 -1 4202560 2205 0 0 0 11 0 0 0 15 0 19 0 462433820 7847096320 43674 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9179] ppid=9160 vsize=7663180 CPUtime=1.78 cores=5,7
/proc/9162/task/9179/stat : 9179 (java) S 9160 9162 8448 0 -1 4202560 6901 0 0 0 178 0 0 0 15 0 19 0 462433821 7847096320 43674 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761728 0 0 0 16800975 18446604459776326592 0 0 -1 5 0 0 0
[pid=9162/tid=9191] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9191/stat : 9191 (java) S 9160 9162 8448 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462433822 7847096320 43674 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 5 0 0 0
[pid=9162/tid=9192] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9192/stat : 9192 (java) S 9160 9162 8448 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 19 0 462433822 7847096320 43674 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 5 0 0 0
[pid=9162/tid=9199] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9199/stat : 9199 (java) S 9160 9162 8448 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462433824 7847096320 43674 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458768817 0 4 0 16800975 18446604459776326592 0 0 -1 5 0 0 0
[pid=9162/tid=9200] ppid=9160 vsize=7663180 CPUtime=0.37 cores=5,7
/proc/9162/task/9200/stat : 9200 (java) S 9160 9162 8448 0 -1 4202560 7554 0 0 0 36 1 0 0 15 0 19 0 462433824 7847096320 43674 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9201] ppid=9160 vsize=7663180 CPUtime=0.26 cores=5,7
/proc/9162/task/9201/stat : 9201 (java) S 9160 9162 8448 0 -1 4202560 1833 0 0 0 26 0 0 0 15 0 19 0 462433824 7847096320 43674 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9202] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9202/stat : 9202 (java) S 9160 9162 8448 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462433824 7847096320 43674 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 5 0 0 0
[pid=9162/tid=9203] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9203/stat : 9203 (java) S 9160 9162 8448 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 462433824 7847096320 43674 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761728 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9222] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9222/stat : 9222 (java) S 9160 9162 8448 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 462433841 7847096320 43674 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761728 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1243.2
Current children cumulated vsize (KiB) 7663180



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.03 3.94 10/268 9263
/proc/meminfo: memFree=16252696/32951124 swapFree=67111528/67111528
[pid=9162] ppid=9160 vsize=7663180 CPUtime=1300.92 cores=5,7
/proc/9162/stat : 9162 (java) S 9160 9162 8448 0 -1 4202496 46481 0 1 0 130083 9 0 0 21 0 19 0 462433819 7847096320 43675 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9162/statm: 1915795 43675 2253 9 0 1906533 0
[pid=9162/tid=9165] ppid=9160 vsize=7663180 CPUtime=1297.69 cores=5,7
/proc/9162/task/9165/stat : 9165 (java) R 9160 9162 8448 0 -1 4202560 16340 0 1 0 129765 4 0 0 25 0 19 0 462433819 7847096320 43675 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 46912505587696 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9162/tid=9171] ppid=9160 vsize=7663180 CPUtime=0.07 cores=5,7
/proc/9162/task/9171/stat : 9171 (java) S 9160 9162 8448 0 -1 4202560 2383 0 0 0 7 0 0 0 15 0 19 0 462433820 7847096320 43675 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9172] ppid=9160 vsize=7663180 CPUtime=0.09 cores=5,7
/proc/9162/task/9172/stat : 9172 (java) S 9160 9162 8448 0 -1 4202560 1631 0 0 0 9 0 0 0 15 0 19 0 462433820 7847096320 43675 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9173] ppid=9160 vsize=7663180 CPUtime=0.11 cores=5,7
/proc/9162/task/9173/stat : 9173 (java) S 9160 9162 8448 0 -1 4202560 1630 0 0 0 11 0 0 0 15 0 19 0 462433820 7847096320 43675 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9174] ppid=9160 vsize=7663180 CPUtime=0.07 cores=5,7
/proc/9162/task/9174/stat : 9174 (java) S 9160 9162 8448 0 -1 4202560 674 0 0 0 7 0 0 0 15 0 19 0 462433820 7847096320 43675 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9175] ppid=9160 vsize=7663180 CPUtime=0.04 cores=5,7
/proc/9162/task/9175/stat : 9175 (java) S 9160 9162 8448 0 -1 4202560 412 0 0 0 4 0 0 0 15 0 19 0 462433820 7847096320 43675 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9176] ppid=9160 vsize=7663180 CPUtime=0.12 cores=5,7
/proc/9162/task/9176/stat : 9176 (java) S 9160 9162 8448 0 -1 4202560 3142 0 0 0 12 0 0 0 15 0 19 0 462433820 7847096320 43675 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9177] ppid=9160 vsize=7663180 CPUtime=0.05 cores=5,7
/proc/9162/task/9177/stat : 9177 (java) S 9160 9162 8448 0 -1 4202560 542 0 0 0 5 0 0 0 15 0 19 0 462433820 7847096320 43675 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9178] ppid=9160 vsize=7663180 CPUtime=0.11 cores=5,7
/proc/9162/task/9178/stat : 9178 (java) S 9160 9162 8448 0 -1 4202560 2206 0 0 0 11 0 0 0 15 0 19 0 462433820 7847096320 43675 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9179] ppid=9160 vsize=7663180 CPUtime=1.84 cores=5,7
/proc/9162/task/9179/stat : 9179 (java) S 9160 9162 8448 0 -1 4202560 6903 0 0 0 184 0 0 0 15 0 19 0 462433821 7847096320 43675 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761728 0 0 0 16800975 18446604459776326592 0 0 -1 5 0 0 0
[pid=9162/tid=9191] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9191/stat : 9191 (java) S 9160 9162 8448 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462433822 7847096320 43675 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 5 0 0 0
[pid=9162/tid=9192] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9192/stat : 9192 (java) S 9160 9162 8448 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 19 0 462433822 7847096320 43675 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 5 0 0 0
[pid=9162/tid=9199] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9199/stat : 9199 (java) S 9160 9162 8448 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462433824 7847096320 43675 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458768817 0 4 0 16800975 18446604459776326592 0 0 -1 5 0 0 0
[pid=9162/tid=9200] ppid=9160 vsize=7663180 CPUtime=0.37 cores=5,7
/proc/9162/task/9200/stat : 9200 (java) S 9160 9162 8448 0 -1 4202560 7554 0 0 0 36 1 0 0 15 0 19 0 462433824 7847096320 43675 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9201] ppid=9160 vsize=7663180 CPUtime=0.26 cores=5,7
/proc/9162/task/9201/stat : 9201 (java) S 9160 9162 8448 0 -1 4202560 1833 0 0 0 26 0 0 0 15 0 19 0 462433824 7847096320 43675 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9202] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9202/stat : 9202 (java) S 9160 9162 8448 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462433824 7847096320 43675 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761113 0 4 0 16800975 18446604459776326592 0 0 -1 5 0 0 0
[pid=9162/tid=9203] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9203/stat : 9203 (java) S 9160 9162 8448 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 462433824 7847096320 43675 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761728 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
[pid=9162/tid=9222] ppid=9160 vsize=7663180 CPUtime=0 cores=5,7
/proc/9162/task/9222/stat : 9222 (java) S 9160 9162 8448 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 462433841 7847096320 43675 33554432000 1073741824 1073778376 140734255715680 18446744073709551615 244458761728 0 4 0 16800975 18446604459776326592 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1300.92
Current children cumulated vsize (KiB) 7663180

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.05
CPU time (s): 1301
CPU user time (s): 1300.9
CPU system time (s): 0.105983
CPU usage (%): 100.073
Max. virtual memory (cumulated for all children) (KiB): 7663180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.9
system time used= 0.105983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46849
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= 28045
involuntary context switches= 8891

runsolver used 2.02869 second user time and 5.12922 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-22 23:38:54
IDJOB=3259532
IDBENCH=71583
IDSOLVER=1611
FILE ID=node105/3259532-1303508334
RUNJOBID= node105-1303508334-9111
PBS_JOBID= 13134228
Free space on /tmp= 71556 MiB

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

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

MD5SUM BENCH= 26b9098de258b0434de90e744962df46
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:      16861728 kB
Buffers:       1835060 kB
Cached:       13574772 kB
SwapCached:          0 kB
Active:        7854320 kB
Inactive:      7675360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16861728 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3580 kB
Writeback:           0 kB
AnonPages:      119236 kB
Mapped:          20312 kB
Slab:           494852 kB
PageTables:       5812 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 14687952 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