Trace number 3287327

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.23 1300.05

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-ext_con_032_008_0256-tseitin.cnf
MD5SUMee9a3768141236efcc4a858e8f92a7e9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.353945
Satisfiable
(Un)Satisfiability was proved
Number of variables27224
Number of clauses68879
Sum of the clauses size160715
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 245918
Number of clauses of size 322959
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c no version file found!!!
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		6997539544
0.00/0.08	c Max memory 		7034241024
0.00/0.08	c Total memory 		7034241024
0.00/0.08	c Number of processors 	8
0.09/0.10	c --- Begin Solver configuration ---
0.09/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.09/0.10	c Expensive reason simplification
0.09/0.10	c Armin Biere (Picosat) restarts strategy
0.09/0.10	c Glucose learned constraints deletion strategy
0.09/0.10	c timeout=2147483647s
0.09/0.10	c DB Simplification allowed=true
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	c solving HOME/instance-3287327-1307633283.cnf
0.09/0.10	c reading problem ... 
0.29/0.24	c ... done. Wall clock time 0.136s.
0.29/0.24	c #vars     27224
0.29/0.24	c #constraints  68879
0.29/0.24	c constraints type 
0.29/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 22959
0.29/0.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 45918
5.47/4.99	c cleaning 2480 clauses out of 4960 with flag 5000/5000
11.47/10.77	c cleaning 4239 clauses out of 8480 with flag 11000/11000
17.78/17.00	c cleaning 5620 clauses out of 11242 with flag 18001/18001
24.79/24.10	c cleaning 6811 clauses out of 13621 with flag 26000/26000
33.31/32.55	c cleaning 7903 clauses out of 15810 with flag 35000/35000
42.92/42.12	c cleaning 8938 clauses out of 17907 with flag 45000/45000
52.92/52.19	c cleaning 9977 clauses out of 19969 with flag 56000/56000
64.43/63.70	c cleaning 10990 clauses out of 21992 with flag 68000/68000
76.43/75.65	c cleaning 12001 clauses out of 24003 with flag 81001/81001
89.04/88.29	c cleaning 12986 clauses out of 26001 with flag 95000/95000
103.34/102.55	c cleaning 14005 clauses out of 28015 with flag 110000/110000
118.24/117.48	c cleaning 14985 clauses out of 30010 with flag 126000/126000
134.35/133.60	c cleaning 15991 clauses out of 32025 with flag 143000/143000
150.95/150.16	c cleaning 16994 clauses out of 34034 with flag 161000/161000
168.76/167.91	c cleaning 18021 clauses out of 36041 with flag 180001/180001
187.06/186.24	c cleaning 19010 clauses out of 38019 with flag 200000/200000
206.67/205.88	c cleaning 20005 clauses out of 40009 with flag 221000/221000
227.87/227.03	c cleaning 20982 clauses out of 42004 with flag 243000/243000
249.78/248.95	c cleaning 22011 clauses out of 44022 with flag 266000/266000
273.28/272.40	c cleaning 22992 clauses out of 46011 with flag 290000/290000
297.19/296.33	c cleaning 23998 clauses out of 48019 with flag 315000/315000
322.90/322.02	c cleaning 25002 clauses out of 50021 with flag 341000/341000
350.31/349.46	c cleaning 25995 clauses out of 52019 with flag 368000/368000
377.03/376.15	c cleaning 27010 clauses out of 54024 with flag 396000/396000
404.54/403.62	c cleaning 28007 clauses out of 56014 with flag 425000/425000
433.14/432.28	c cleaning 28989 clauses out of 58007 with flag 455000/455000
462.85/461.92	c cleaning 29989 clauses out of 60018 with flag 486000/486000
494.25/493.32	c cleaning 30991 clauses out of 62029 with flag 518000/518000
526.56/525.60	c cleaning 31994 clauses out of 64038 with flag 551000/551000
559.27/558.31	c cleaning 33012 clauses out of 66044 with flag 585000/585000
593.58/592.62	c cleaning 34005 clauses out of 68032 with flag 620000/620000
630.49/629.57	c cleaning 34991 clauses out of 70027 with flag 656000/656000
667.70/666.77	c cleaning 35994 clauses out of 72036 with flag 693000/693000
705.01/704.02	c cleaning 37006 clauses out of 74042 with flag 731000/731000
744.52/743.51	c cleaning 38006 clauses out of 76036 with flag 770000/770000
783.63/782.65	c cleaning 39000 clauses out of 78030 with flag 810000/810000
825.53/824.50	c cleaning 39990 clauses out of 80030 with flag 851000/851000
867.45/866.45	c cleaning 41008 clauses out of 82040 with flag 893000/893000
911.66/910.64	c cleaning 42005 clauses out of 84032 with flag 936000/936000
957.17/956.12	c cleaning 42986 clauses out of 86027 with flag 980000/980000
1004.18/1003.10	c cleaning 43996 clauses out of 88041 with flag 1025000/1025000
1049.49/1048.42	c cleaning 45006 clauses out of 90045 with flag 1071000/1071000
1099.59/1098.56	c cleaning 46018 clauses out of 92039 with flag 1118000/1118000
1149.51/1148.40	c cleaning 46982 clauses out of 94021 with flag 1166000/1166000
1200.62/1199.56	c cleaning 48015 clauses out of 96039 with flag 1215000/1215000
1252.13/1251.00	c cleaning 49010 clauses out of 98024 with flag 1265000/1265000
1301.15/1300.01	c starts		: 1322
1301.15/1300.01	c conflicts		: 1316000
1301.15/1300.01	c decisions		: 464874444
1301.15/1300.01	c propagations		: 2475455151
1301.15/1300.01	c inspects		: 4924288460
1301.15/1300.01	c shortcuts		: 0
1301.15/1300.01	c learnt literals	: 11
1301.15/1300.01	c learnt binary clauses	: 20
1301.15/1300.01	c learnt ternary clauses	: 66
1301.15/1300.01	c learnt constraints	: 1315989
1301.15/1300.01	c ignored constraints	: 0
1301.15/1300.01	c root simplifications	: 1333
1301.15/1300.01	c removed literals (reason simplification)	: 81374033
1301.15/1300.01	c reason swapping (by a shorter reason)	: 0
1301.15/1300.01	c Calls to reduceDB	: 47
1301.15/1300.01	c speed (assignments/second)	: 1904531.760594751
1301.15/1300.01	c non guided choices	9675
1301.15/1300.04	c learnt constraints type 
1301.15/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 100014
1301.15/1300.04	c constraints type 
1301.15/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 22959
1301.15/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 45918
1301.15/1300.04	s UNKNOWN
1301.15/1300.04	c Total wall clock time (in seconds) : 1299.908

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: 977)

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 18086
/proc/meminfo: memFree=32119604/32950904 swapFree=67055440/67111528
[pid=18086] ppid=18084 vsize=23028 CPUtime=0 cores=0,2
/proc/18086/stat : 18086 (java) R 18084 18086 18052 0 -1 4202496 920 0 0 0 0 0 0 0 22 0 1 0 874928121 23580672 663 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237273917205 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/18086/statm: 5757 673 492 9 0 124 0

[startup+0.020268 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 18086
/proc/meminfo: memFree=32119604/32950904 swapFree=67055440/67111528
[pid=18086] ppid=18084 vsize=7540840 CPUtime=0 cores=0,2
/proc/18086/stat : 18086 (java) S 18084 18086 18052 0 -1 4202496 6293 0 1 0 0 0 0 0 22 0 2 0 874928121 7721820160 5994 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290682341 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/18086/statm: 1885210 6009 919 9 0 1876366 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7540840

[startup+0.104479 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 18086
/proc/meminfo: memFree=32119604/32950904 swapFree=67055440/67111528
[pid=18086] ppid=18084 vsize=7701284 CPUtime=0.09 cores=0,2
/proc/18086/stat : 18086 (java) S 18084 18086 18052 0 -1 4202496 10210 0 1 0 8 1 0 0 22 0 18 0 874928121 7886114816 9906 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18086/statm: 1925321 9906 2086 9 0 1916059 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7701284

[startup+0.317983 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 18086
/proc/meminfo: memFree=32119604/32950904 swapFree=67055440/67111528
[pid=18086] ppid=18084 vsize=7702312 CPUtime=0.47 cores=0,2
/proc/18086/stat : 18086 (java) S 18084 18086 18052 0 -1 4202496 13975 0 1 0 45 2 0 0 22 0 19 0 874928121 7887167488 13329 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18086/statm: 1925578 13329 2208 9 0 1916316 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 7702312

[startup+0.701151 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 18086
/proc/meminfo: memFree=32119604/32950904 swapFree=67055440/67111528
[pid=18086] ppid=18084 vsize=7702312 CPUtime=1.2 cores=0,2
/proc/18086/stat : 18086 (java) S 18084 18086 18052 0 -1 4202496 17755 0 1 0 117 3 0 0 22 0 19 0 874928121 7887167488 14704 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18086/statm: 1925578 14704 2222 9 0 1916316 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 7702312

[startup+1.50108 s]
/proc/loadavg: 0.00 0.00 0.00 2/193 18105
/proc/meminfo: memFree=32068884/32950904 swapFree=67055440/67111528
[pid=18086] ppid=18084 vsize=7702312 CPUtime=2.07 cores=0,2
/proc/18086/stat : 18086 (java) S 18084 18086 18052 0 -1 4202496 18117 0 1 0 204 3 0 0 22 0 19 0 874928121 7887167488 14772 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18086/statm: 1925578 14772 2224 9 0 1916316 0
[pid=18086/tid=18088] ppid=18084 vsize=7702312 CPUtime=1.47 cores=0,2
/proc/18086/task/18088/stat : 18088 (java) R 18084 18086 18052 0 -1 4202560 11407 0 1 0 146 1 0 0 25 0 19 0 874928121 7887167488 14772 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 46912505666613 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18086/tid=18089] ppid=18084 vsize=7702312 CPUtime=0 cores=0,2
/proc/18086/task/18089/stat : 18089 (java) S 18084 18086 18052 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 874928123 7887167488 14772 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18090] ppid=18084 vsize=7702312 CPUtime=0 cores=0,2
/proc/18086/task/18090/stat : 18090 (java) S 18084 18086 18052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928123 7887167488 14772 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18091] ppid=18084 vsize=7702312 CPUtime=0 cores=0,2
/proc/18086/task/18091/stat : 18091 (java) S 18084 18086 18052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928123 7887167488 14772 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18092] ppid=18084 vsize=7702312 CPUtime=0 cores=0,2
/proc/18086/task/18092/stat : 18092 (java) S 18084 18086 18052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928123 7887167488 14772 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18093] ppid=18084 vsize=7702312 CPUtime=0 cores=0,2
/proc/18086/task/18093/stat : 18093 (java) S 18084 18086 18052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928123 7887167488 14772 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18094] ppid=18084 vsize=7702312 CPUtime=0 cores=0,2
/proc/18086/task/18094/stat : 18094 (java) S 18084 18086 18052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928123 7887167488 14772 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18095] ppid=18084 vsize=7702312 CPUtime=0 cores=0,2
/proc/18086/task/18095/stat : 18095 (java) S 18084 18086 18052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928123 7887167488 14772 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18096] ppid=18084 vsize=7702312 CPUtime=0 cores=0,2
/proc/18086/task/18096/stat : 18096 (java) S 18084 18086 18052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928123 7887167488 14772 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18097] ppid=18084 vsize=7702312 CPUtime=0 cores=0,2
/proc/18086/task/18097/stat : 18097 (java) S 18084 18086 18052 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 874928124 7887167488 14772 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290696192 0 0 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18098] ppid=18084 vsize=7702312 CPUtime=0 cores=0,2
/proc/18086/task/18098/stat : 18098 (java) S 18084 18086 18052 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 874928125 7887167488 14772 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18099] ppid=18084 vsize=7702312 CPUtime=0 cores=0,2
/proc/18086/task/18099/stat : 18099 (java) S 18084 18086 18052 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 874928125 7887167488 14772 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18100] ppid=18084 vsize=7702312 CPUtime=0 cores=0,2
/proc/18086/task/18100/stat : 18100 (java) S 18084 18086 18052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928127 7887167488 14772 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290703281 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18101] ppid=18084 vsize=7702312 CPUtime=0.15 cores=0,2
/proc/18086/task/18101/stat : 18101 (java) S 18084 18086 18052 0 -1 4202560 1278 0 0 0 15 0 0 0 21 0 19 0 874928127 7887167488 14772 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18102] ppid=18084 vsize=7702312 CPUtime=0.42 cores=0,2
/proc/18086/task/18102/stat : 18102 (java) S 18084 18086 18052 0 -1 4202560 4270 0 0 0 42 0 0 0 16 0 19 0 874928127 7887167488 14772 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18103] ppid=18084 vsize=7702312 CPUtime=0 cores=0,2
/proc/18086/task/18103/stat : 18103 (java) S 18084 18086 18052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928127 7887167488 14772 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18104] ppid=18084 vsize=7702312 CPUtime=0 cores=0,2
/proc/18086/task/18104/stat : 18104 (java) S 18084 18086 18052 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 874928127 7887167488 14772 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290696192 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18105] ppid=18084 vsize=7702312 CPUtime=0 cores=0,2
/proc/18086/task/18105/stat : 18105 (java) S 18084 18086 18052 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 874928148 7887167488 14772 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290696192 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 7702312

[startup+3.1008 s]
/proc/loadavg: 0.00 0.00 0.00 2/193 18105
/proc/meminfo: memFree=32068388/32950904 swapFree=67055440/67111528
[pid=18086] ppid=18084 vsize=7702312 CPUtime=3.67 cores=0,2
/proc/18086/stat : 18086 (java) S 18084 18086 18052 0 -1 4202496 18283 0 1 0 364 3 0 0 22 0 19 0 874928121 7887167488 14936 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18086/statm: 1925578 14936 2224 9 0 1916316 0
[pid=18086/tid=18088] ppid=18084 vsize=7702312 CPUtime=3.07 cores=0,2
/proc/18086/task/18088/stat : 18088 (java) R 18084 18086 18052 0 -1 4202560 11573 0 1 0 306 1 0 0 25 0 19 0 874928121 7887167488 14936 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 46912505734378 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18086/tid=18089] ppid=18084 vsize=7702312 CPUtime=0 cores=0,2
/proc/18086/task/18089/stat : 18089 (java) S 18084 18086 18052 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 874928123 7887167488 14936 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18090] ppid=18084 vsize=7702312 CPUtime=0 cores=0,2
/proc/18086/task/18090/stat : 18090 (java) S 18084 18086 18052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928123 7887167488 14936 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18091] ppid=18084 vsize=7702312 CPUtime=0 cores=0,2
/proc/18086/task/18091/stat : 18091 (java) S 18084 18086 18052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928123 7887167488 14936 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18092] ppid=18084 vsize=7702312 CPUtime=0 cores=0,2
/proc/18086/task/18092/stat : 18092 (java) S 18084 18086 18052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928123 7887167488 14936 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18093] ppid=18084 vsize=7702312 CPUtime=0 cores=0,2
/proc/18086/task/18093/stat : 18093 (java) S 18084 18086 18052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928123 7887167488 14936 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18094] ppid=18084 vsize=7702312 CPUtime=0 cores=0,2
/proc/18086/task/18094/stat : 18094 (java) S 18084 18086 18052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928123 7887167488 14936 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18095] ppid=18084 vsize=7702312 CPUtime=0 cores=0,2
/proc/18086/task/18095/stat : 18095 (java) S 18084 18086 18052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928123 7887167488 14936 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18096] ppid=18084 vsize=7702312 CPUtime=0 cores=0,2
/proc/18086/task/18096/stat : 18096 (java) S 18084 18086 18052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928123 7887167488 14936 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18097] ppid=18084 vsize=7702312 CPUtime=0 cores=0,2
/proc/18086/task/18097/stat : 18097 (java) S 18084 18086 18052 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 874928124 7887167488 14936 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290696192 0 0 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18098] ppid=18084 vsize=7702312 CPUtime=0 cores=0,2
/proc/18086/task/18098/stat : 18098 (java) S 18084 18086 18052 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 874928125 7887167488 14936 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18099] ppid=18084 vsize=7702312 CPUtime=0 cores=0,2
/proc/18086/task/18099/stat : 18099 (java) S 18084 18086 18052 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 874928125 7887167488 14936 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18100] ppid=18084 vsize=7702312 CPUtime=0 cores=0,2
/proc/18086/task/18100/stat : 18100 (java) S 18084 18086 18052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928127 7887167488 14936 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290703281 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18101] ppid=18084 vsize=7702312 CPUtime=0.15 cores=0,2
/proc/18086/task/18101/stat : 18101 (java) S 18084 18086 18052 0 -1 4202560 1278 0 0 0 15 0 0 0 21 0 19 0 874928127 7887167488 14936 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18102] ppid=18084 vsize=7702312 CPUtime=0.42 cores=0,2
/proc/18086/task/18102/stat : 18102 (java) S 18084 18086 18052 0 -1 4202560 4270 0 0 0 42 0 0 0 16 0 19 0 874928127 7887167488 14936 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18103] ppid=18084 vsize=7702312 CPUtime=0 cores=0,2
/proc/18086/task/18103/stat : 18103 (java) S 18084 18086 18052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928127 7887167488 14936 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18104] ppid=18084 vsize=7702312 CPUtime=0 cores=0,2
/proc/18086/task/18104/stat : 18104 (java) S 18084 18086 18052 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 874928127 7887167488 14936 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290696192 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18105] ppid=18084 vsize=7702312 CPUtime=0 cores=0,2
/proc/18086/task/18105/stat : 18105 (java) S 18084 18086 18052 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 874928148 7887167488 14936 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290696192 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 7702312

[startup+6.30122 s]
/proc/loadavg: 0.08 0.02 0.01 2/193 18105
/proc/meminfo: memFree=32029460/32950904 swapFree=67055440/67111528
[pid=18086] ppid=18084 vsize=7702444 CPUtime=7.05 cores=0,2
/proc/18086/stat : 18086 (java) S 18084 18086 18052 0 -1 4202496 31272 0 1 0 701 4 0 0 22 0 19 0 874928121 7887302656 24519 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18086/statm: 1925611 24519 2251 9 0 1916349 0
[pid=18086/tid=18088] ppid=18084 vsize=7702444 CPUtime=6.12 cores=0,2
/proc/18086/task/18088/stat : 18088 (java) R 18084 18086 18052 0 -1 4202560 11772 0 1 0 610 2 0 0 25 0 19 0 874928121 7887302656 24519 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 46912505594967 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18086/tid=18089] ppid=18084 vsize=7702444 CPUtime=0.01 cores=0,2
/proc/18086/task/18089/stat : 18089 (java) S 18084 18086 18052 0 -1 4202560 87 0 0 0 1 0 0 0 17 0 19 0 874928123 7887302656 24519 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18090] ppid=18084 vsize=7702444 CPUtime=0 cores=0,2
/proc/18086/task/18090/stat : 18090 (java) S 18084 18086 18052 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 19 0 874928123 7887302656 24519 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18091] ppid=18084 vsize=7702444 CPUtime=0.03 cores=0,2
/proc/18086/task/18091/stat : 18091 (java) S 18084 18086 18052 0 -1 4202560 1578 0 0 0 3 0 0 0 18 0 19 0 874928123 7887302656 24519 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18092] ppid=18084 vsize=7702444 CPUtime=0.01 cores=0,2
/proc/18086/task/18092/stat : 18092 (java) S 18084 18086 18052 0 -1 4202560 187 0 0 0 1 0 0 0 17 0 19 0 874928123 7887302656 24519 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18093] ppid=18084 vsize=7702444 CPUtime=0.01 cores=0,2
/proc/18086/task/18093/stat : 18093 (java) S 18084 18086 18052 0 -1 4202560 35 0 0 0 1 0 0 0 17 0 19 0 874928123 7887302656 24519 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18094] ppid=18084 vsize=7702444 CPUtime=0 cores=0,2
/proc/18086/task/18094/stat : 18094 (java) S 18084 18086 18052 0 -1 4202560 30 0 0 0 0 0 0 0 18 0 19 0 874928123 7887302656 24519 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18095] ppid=18084 vsize=7702444 CPUtime=0 cores=0,2
/proc/18086/task/18095/stat : 18095 (java) S 18084 18086 18052 0 -1 4202560 30 0 0 0 0 0 0 0 18 0 19 0 874928123 7887302656 24519 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18096] ppid=18084 vsize=7702444 CPUtime=0.01 cores=0,2
/proc/18086/task/18096/stat : 18096 (java) S 18084 18086 18052 0 -1 4202560 791 0 0 0 1 0 0 0 17 0 19 0 874928123 7887302656 24519 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18097] ppid=18084 vsize=7702444 CPUtime=0.04 cores=0,2
/proc/18086/task/18097/stat : 18097 (java) S 18084 18086 18052 0 -1 4202560 3328 0 0 0 4 0 0 0 15 0 19 0 874928124 7887302656 24519 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290696192 0 0 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18098] ppid=18084 vsize=7702444 CPUtime=0 cores=0,2
/proc/18086/task/18098/stat : 18098 (java) S 18084 18086 18052 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 874928125 7887302656 24519 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18099] ppid=18084 vsize=7702444 CPUtime=0 cores=0,2
/proc/18086/task/18099/stat : 18099 (java) S 18084 18086 18052 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 874928125 7887302656 24519 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18100] ppid=18084 vsize=7702444 CPUtime=0 cores=0,2
/proc/18086/task/18100/stat : 18100 (java) S 18084 18086 18052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928127 7887302656 24519 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290703281 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18101] ppid=18084 vsize=7702444 CPUtime=0.33 cores=0,2
/proc/18086/task/18101/stat : 18101 (java) S 18084 18086 18052 0 -1 4202560 7964 0 0 0 32 1 0 0 15 0 19 0 874928127 7887302656 24519 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18102] ppid=18084 vsize=7702444 CPUtime=0.43 cores=0,2
/proc/18086/task/18102/stat : 18102 (java) S 18084 18086 18052 0 -1 4202560 4270 0 0 0 43 0 0 0 15 0 19 0 874928127 7887302656 24519 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18103] ppid=18084 vsize=7702444 CPUtime=0 cores=0,2
/proc/18086/task/18103/stat : 18103 (java) S 18084 18086 18052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928127 7887302656 24519 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18104] ppid=18084 vsize=7702444 CPUtime=0 cores=0,2
/proc/18086/task/18104/stat : 18104 (java) S 18084 18086 18052 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 874928127 7887302656 24519 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290696192 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18105] ppid=18084 vsize=7702444 CPUtime=0 cores=0,2
/proc/18086/task/18105/stat : 18105 (java) S 18084 18086 18052 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 874928148 7887302656 24519 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290696192 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.05
Current children cumulated vsize (KiB) 7702444

[startup+12.7011 s]

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

[pid=18086/tid=18094] ppid=18084 vsize=7702444 CPUtime=0.08 cores=0,2
/proc/18086/task/18094/stat : 18094 (java) S 18084 18086 18052 0 -1 4202560 139 0 0 0 8 0 0 0 15 0 19 0 874928123 7887302656 34285 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18095] ppid=18084 vsize=7702444 CPUtime=0.05 cores=0,2
/proc/18086/task/18095/stat : 18095 (java) S 18084 18086 18052 0 -1 4202560 462 0 0 0 5 0 0 0 16 0 19 0 874928123 7887302656 34285 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18096] ppid=18084 vsize=7702444 CPUtime=0.07 cores=0,2
/proc/18086/task/18096/stat : 18096 (java) S 18084 18086 18052 0 -1 4202560 1103 0 0 0 7 0 0 0 15 0 19 0 874928123 7887302656 34285 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18097] ppid=18084 vsize=7702444 CPUtime=2.25 cores=0,2
/proc/18086/task/18097/stat : 18097 (java) S 18084 18086 18052 0 -1 4202560 11117 0 0 0 224 1 0 0 15 0 19 0 874928124 7887302656 34285 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290696192 0 0 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18098] ppid=18084 vsize=7702444 CPUtime=0 cores=0,2
/proc/18086/task/18098/stat : 18098 (java) S 18084 18086 18052 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 874928125 7887302656 34285 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18099] ppid=18084 vsize=7702444 CPUtime=0 cores=0,2
/proc/18086/task/18099/stat : 18099 (java) S 18084 18086 18052 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 874928125 7887302656 34285 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18100] ppid=18084 vsize=7702444 CPUtime=0 cores=0,2
/proc/18086/task/18100/stat : 18100 (java) S 18084 18086 18052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928127 7887302656 34285 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290703281 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18101] ppid=18084 vsize=7702444 CPUtime=0.37 cores=0,2
/proc/18086/task/18101/stat : 18101 (java) S 18084 18086 18052 0 -1 4202560 7974 0 0 0 36 1 0 0 15 0 19 0 874928127 7887302656 34285 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18102] ppid=18084 vsize=7702444 CPUtime=0.43 cores=0,2
/proc/18086/task/18102/stat : 18102 (java) S 18084 18086 18052 0 -1 4202560 4270 0 0 0 43 0 0 0 15 0 19 0 874928127 7887302656 34285 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18103] ppid=18084 vsize=7702444 CPUtime=0 cores=0,2
/proc/18086/task/18103/stat : 18103 (java) S 18084 18086 18052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928127 7887302656 34285 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18104] ppid=18084 vsize=7702444 CPUtime=0 cores=0,2
/proc/18086/task/18104/stat : 18104 (java) S 18084 18086 18052 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 874928127 7887302656 34285 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290696192 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18105] ppid=18084 vsize=7702444 CPUtime=0 cores=0,2
/proc/18086/task/18105/stat : 18105 (java) S 18084 18086 18052 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 874928148 7887302656 34285 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290696192 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1123.41
Current children cumulated vsize (KiB) 7702444

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.68 2/190 18137
/proc/meminfo: memFree=31990988/32950904 swapFree=67055440/67111528
[pid=18086] ppid=18084 vsize=7702444 CPUtime=1183.42 cores=0,2
/proc/18086/stat : 18086 (java) S 18084 18086 18052 0 -1 4202496 41207 0 1 0 118334 8 0 0 22 0 19 0 874928121 7887302656 34285 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18086/statm: 1925611 34285 2253 9 0 1916349 0
[pid=18086/tid=18088] ppid=18084 vsize=7702444 CPUtime=1179.51 cores=0,2
/proc/18086/task/18088/stat : 18088 (java) R 18084 18086 18052 0 -1 4202560 11816 0 1 0 117948 3 0 0 25 0 19 0 874928121 7887302656 34285 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 46912505628454 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18086/tid=18089] ppid=18084 vsize=7702444 CPUtime=0.11 cores=0,2
/proc/18086/task/18089/stat : 18089 (java) S 18084 18086 18052 0 -1 4202560 358 0 0 0 11 0 0 0 16 0 19 0 874928123 7887302656 34285 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18090] ppid=18084 vsize=7702444 CPUtime=0.08 cores=0,2
/proc/18086/task/18090/stat : 18090 (java) S 18084 18086 18052 0 -1 4202560 215 0 0 0 8 0 0 0 16 0 19 0 874928123 7887302656 34285 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18091] ppid=18084 vsize=7702444 CPUtime=0.11 cores=0,2
/proc/18086/task/18091/stat : 18091 (java) S 18084 18086 18052 0 -1 4202560 1667 0 0 0 11 0 0 0 16 0 19 0 874928123 7887302656 34285 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18092] ppid=18084 vsize=7702444 CPUtime=0.1 cores=0,2
/proc/18086/task/18092/stat : 18092 (java) S 18084 18086 18052 0 -1 4202560 409 0 0 0 10 0 0 0 15 0 19 0 874928123 7887302656 34285 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18093] ppid=18084 vsize=7702444 CPUtime=0.07 cores=0,2
/proc/18086/task/18093/stat : 18093 (java) S 18084 18086 18052 0 -1 4202560 456 0 0 0 7 0 0 0 15 0 19 0 874928123 7887302656 34285 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18094] ppid=18084 vsize=7702444 CPUtime=0.09 cores=0,2
/proc/18086/task/18094/stat : 18094 (java) S 18084 18086 18052 0 -1 4202560 139 0 0 0 9 0 0 0 15 0 19 0 874928123 7887302656 34285 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18095] ppid=18084 vsize=7702444 CPUtime=0.05 cores=0,2
/proc/18086/task/18095/stat : 18095 (java) S 18084 18086 18052 0 -1 4202560 462 0 0 0 5 0 0 0 15 0 19 0 874928123 7887302656 34285 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18096] ppid=18084 vsize=7702444 CPUtime=0.07 cores=0,2
/proc/18086/task/18096/stat : 18096 (java) S 18084 18086 18052 0 -1 4202560 1103 0 0 0 7 0 0 0 15 0 19 0 874928123 7887302656 34285 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18097] ppid=18084 vsize=7702444 CPUtime=2.33 cores=0,2
/proc/18086/task/18097/stat : 18097 (java) S 18084 18086 18052 0 -1 4202560 11119 0 0 0 232 1 0 0 15 0 19 0 874928124 7887302656 34285 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290696192 0 0 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18098] ppid=18084 vsize=7702444 CPUtime=0 cores=0,2
/proc/18086/task/18098/stat : 18098 (java) S 18084 18086 18052 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 874928125 7887302656 34285 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18099] ppid=18084 vsize=7702444 CPUtime=0 cores=0,2
/proc/18086/task/18099/stat : 18099 (java) S 18084 18086 18052 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 874928125 7887302656 34285 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18100] ppid=18084 vsize=7702444 CPUtime=0 cores=0,2
/proc/18086/task/18100/stat : 18100 (java) S 18084 18086 18052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928127 7887302656 34285 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290703281 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18101] ppid=18084 vsize=7702444 CPUtime=0.37 cores=0,2
/proc/18086/task/18101/stat : 18101 (java) S 18084 18086 18052 0 -1 4202560 7974 0 0 0 36 1 0 0 15 0 19 0 874928127 7887302656 34285 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18102] ppid=18084 vsize=7702444 CPUtime=0.43 cores=0,2
/proc/18086/task/18102/stat : 18102 (java) S 18084 18086 18052 0 -1 4202560 4270 0 0 0 43 0 0 0 15 0 19 0 874928127 7887302656 34285 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18103] ppid=18084 vsize=7702444 CPUtime=0 cores=0,2
/proc/18086/task/18103/stat : 18103 (java) S 18084 18086 18052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928127 7887302656 34285 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18104] ppid=18084 vsize=7702444 CPUtime=0 cores=0,2
/proc/18086/task/18104/stat : 18104 (java) S 18084 18086 18052 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 874928127 7887302656 34285 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290696192 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18105] ppid=18084 vsize=7702444 CPUtime=0 cores=0,2
/proc/18086/task/18105/stat : 18105 (java) S 18084 18086 18052 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 874928148 7887302656 34285 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290696192 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1183.42
Current children cumulated vsize (KiB) 7702444

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.70 2/190 18138
/proc/meminfo: memFree=31990188/32950904 swapFree=67055440/67111528
[pid=18086] ppid=18084 vsize=7702444 CPUtime=1243.43 cores=0,2
/proc/18086/stat : 18086 (java) S 18084 18086 18052 0 -1 4202496 41350 0 1 0 124335 8 0 0 22 0 19 0 874928121 7887302656 34421 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18086/statm: 1925611 34421 2253 9 0 1916349 0
[pid=18086/tid=18088] ppid=18084 vsize=7702444 CPUtime=1239.44 cores=0,2
/proc/18086/task/18088/stat : 18088 (java) R 18084 18086 18052 0 -1 4202560 11817 0 1 0 123941 3 0 0 25 0 19 0 874928121 7887302656 34421 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 46912505594928 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18086/tid=18089] ppid=18084 vsize=7702444 CPUtime=0.11 cores=0,2
/proc/18086/task/18089/stat : 18089 (java) S 18084 18086 18052 0 -1 4202560 358 0 0 0 11 0 0 0 15 0 19 0 874928123 7887302656 34421 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18090] ppid=18084 vsize=7702444 CPUtime=0.09 cores=0,2
/proc/18086/task/18090/stat : 18090 (java) S 18084 18086 18052 0 -1 4202560 253 0 0 0 9 0 0 0 16 0 19 0 874928123 7887302656 34421 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18091] ppid=18084 vsize=7702444 CPUtime=0.11 cores=0,2
/proc/18086/task/18091/stat : 18091 (java) S 18084 18086 18052 0 -1 4202560 1667 0 0 0 11 0 0 0 15 0 19 0 874928123 7887302656 34421 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18092] ppid=18084 vsize=7702444 CPUtime=0.1 cores=0,2
/proc/18086/task/18092/stat : 18092 (java) S 18084 18086 18052 0 -1 4202560 409 0 0 0 10 0 0 0 15 0 19 0 874928123 7887302656 34421 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18093] ppid=18084 vsize=7702444 CPUtime=0.07 cores=0,2
/proc/18086/task/18093/stat : 18093 (java) S 18084 18086 18052 0 -1 4202560 456 0 0 0 7 0 0 0 15 0 19 0 874928123 7887302656 34421 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18094] ppid=18084 vsize=7702444 CPUtime=0.09 cores=0,2
/proc/18086/task/18094/stat : 18094 (java) S 18084 18086 18052 0 -1 4202560 139 0 0 0 9 0 0 0 15 0 19 0 874928123 7887302656 34421 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18095] ppid=18084 vsize=7702444 CPUtime=0.05 cores=0,2
/proc/18086/task/18095/stat : 18095 (java) S 18084 18086 18052 0 -1 4202560 462 0 0 0 5 0 0 0 15 0 19 0 874928123 7887302656 34421 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18096] ppid=18084 vsize=7702444 CPUtime=0.09 cores=0,2
/proc/18086/task/18096/stat : 18096 (java) S 18084 18086 18052 0 -1 4202560 1201 0 0 0 9 0 0 0 15 0 19 0 874928123 7887302656 34421 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18097] ppid=18084 vsize=7702444 CPUtime=2.39 cores=0,2
/proc/18086/task/18097/stat : 18097 (java) S 18084 18086 18052 0 -1 4202560 11121 0 0 0 238 1 0 0 15 0 19 0 874928124 7887302656 34421 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290696192 0 0 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18098] ppid=18084 vsize=7702444 CPUtime=0 cores=0,2
/proc/18086/task/18098/stat : 18098 (java) S 18084 18086 18052 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 874928125 7887302656 34421 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18099] ppid=18084 vsize=7702444 CPUtime=0 cores=0,2
/proc/18086/task/18099/stat : 18099 (java) S 18084 18086 18052 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 874928125 7887302656 34421 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18100] ppid=18084 vsize=7702444 CPUtime=0 cores=0,2
/proc/18086/task/18100/stat : 18100 (java) S 18084 18086 18052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928127 7887302656 34421 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290703281 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18101] ppid=18084 vsize=7702444 CPUtime=0.37 cores=0,2
/proc/18086/task/18101/stat : 18101 (java) S 18084 18086 18052 0 -1 4202560 7974 0 0 0 36 1 0 0 15 0 19 0 874928127 7887302656 34421 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18102] ppid=18084 vsize=7702444 CPUtime=0.43 cores=0,2
/proc/18086/task/18102/stat : 18102 (java) S 18084 18086 18052 0 -1 4202560 4270 0 0 0 43 0 0 0 15 0 19 0 874928127 7887302656 34421 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18103] ppid=18084 vsize=7702444 CPUtime=0 cores=0,2
/proc/18086/task/18103/stat : 18103 (java) S 18084 18086 18052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928127 7887302656 34421 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18104] ppid=18084 vsize=7702444 CPUtime=0 cores=0,2
/proc/18086/task/18104/stat : 18104 (java) S 18084 18086 18052 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 874928127 7887302656 34421 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290696192 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18105] ppid=18084 vsize=7702444 CPUtime=0 cores=0,2
/proc/18086/task/18105/stat : 18105 (java) S 18084 18086 18052 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 874928148 7887302656 34421 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290696192 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1243.43
Current children cumulated vsize (KiB) 7702444



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 0.99 0.97 0.72 2/190 18140
/proc/meminfo: memFree=31985792/32950904 swapFree=67055440/67111528
[pid=18086] ppid=18084 vsize=7702444 CPUtime=1301.15 cores=0,2
/proc/18086/stat : 18086 (java) S 18084 18086 18052 0 -1 4202496 42382 0 1 0 130107 8 0 0 22 0 19 0 874928121 7887302656 35445 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18086/statm: 1925611 35445 2253 9 0 1916349 0
[pid=18086/tid=18088] ppid=18084 vsize=7702444 CPUtime=1297.07 cores=0,2
/proc/18086/task/18088/stat : 18088 (java) R 18084 18086 18052 0 -1 4202560 12087 0 1 0 129704 3 0 0 25 0 19 0 874928121 7887302656 35445 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 46912505803728 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18086/tid=18089] ppid=18084 vsize=7702444 CPUtime=0.11 cores=0,2
/proc/18086/task/18089/stat : 18089 (java) S 18084 18086 18052 0 -1 4202560 358 0 0 0 11 0 0 0 15 0 19 0 874928123 7887302656 35445 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18090] ppid=18084 vsize=7702444 CPUtime=0.1 cores=0,2
/proc/18086/task/18090/stat : 18090 (java) S 18084 18086 18052 0 -1 4202560 680 0 0 0 10 0 0 0 16 0 19 0 874928123 7887302656 35445 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18091] ppid=18084 vsize=7702444 CPUtime=0.11 cores=0,2
/proc/18086/task/18091/stat : 18091 (java) S 18084 18086 18052 0 -1 4202560 1667 0 0 0 11 0 0 0 15 0 19 0 874928123 7887302656 35445 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18092] ppid=18084 vsize=7702444 CPUtime=0.1 cores=0,2
/proc/18086/task/18092/stat : 18092 (java) S 18084 18086 18052 0 -1 4202560 409 0 0 0 10 0 0 0 16 0 19 0 874928123 7887302656 35445 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18093] ppid=18084 vsize=7702444 CPUtime=0.07 cores=0,2
/proc/18086/task/18093/stat : 18093 (java) S 18084 18086 18052 0 -1 4202560 456 0 0 0 7 0 0 0 15 0 19 0 874928123 7887302656 35445 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18094] ppid=18084 vsize=7702444 CPUtime=0.09 cores=0,2
/proc/18086/task/18094/stat : 18094 (java) S 18084 18086 18052 0 -1 4202560 139 0 0 0 9 0 0 0 15 0 19 0 874928123 7887302656 35445 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18095] ppid=18084 vsize=7702444 CPUtime=0.06 cores=0,2
/proc/18086/task/18095/stat : 18095 (java) S 18084 18086 18052 0 -1 4202560 791 0 0 0 6 0 0 0 16 0 19 0 874928123 7887302656 35445 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18096] ppid=18084 vsize=7702444 CPUtime=0.09 cores=0,2
/proc/18086/task/18096/stat : 18096 (java) S 18084 18086 18052 0 -1 4202560 1201 0 0 0 9 0 0 0 15 0 19 0 874928123 7887302656 35445 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18097] ppid=18084 vsize=7702444 CPUtime=2.45 cores=0,2
/proc/18086/task/18097/stat : 18097 (java) S 18084 18086 18052 0 -1 4202560 11123 0 0 0 244 1 0 0 15 0 19 0 874928124 7887302656 35445 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290696192 0 0 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18098] ppid=18084 vsize=7702444 CPUtime=0 cores=0,2
/proc/18086/task/18098/stat : 18098 (java) S 18084 18086 18052 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 874928125 7887302656 35445 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18099] ppid=18084 vsize=7702444 CPUtime=0 cores=0,2
/proc/18086/task/18099/stat : 18099 (java) S 18084 18086 18052 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 874928125 7887302656 35445 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18100] ppid=18084 vsize=7702444 CPUtime=0 cores=0,2
/proc/18086/task/18100/stat : 18100 (java) S 18084 18086 18052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928127 7887302656 35445 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290703281 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18101] ppid=18084 vsize=7702444 CPUtime=0.37 cores=0,2
/proc/18086/task/18101/stat : 18101 (java) S 18084 18086 18052 0 -1 4202560 7974 0 0 0 36 1 0 0 15 0 19 0 874928127 7887302656 35445 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18102] ppid=18084 vsize=7702444 CPUtime=0.43 cores=0,2
/proc/18086/task/18102/stat : 18102 (java) S 18084 18086 18052 0 -1 4202560 4270 0 0 0 43 0 0 0 15 0 19 0 874928127 7887302656 35445 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18103] ppid=18084 vsize=7702444 CPUtime=0 cores=0,2
/proc/18086/task/18103/stat : 18103 (java) S 18084 18086 18052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928127 7887302656 35445 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290695577 0 4 0 16800975 18446604453912540992 0 0 -1 0 0 0 0
[pid=18086/tid=18104] ppid=18084 vsize=7702444 CPUtime=0 cores=0,2
/proc/18086/task/18104/stat : 18104 (java) S 18084 18086 18052 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 874928127 7887302656 35445 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290696192 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
[pid=18086/tid=18105] ppid=18084 vsize=7702444 CPUtime=0 cores=0,2
/proc/18086/task/18105/stat : 18105 (java) S 18084 18086 18052 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 874928148 7887302656 35445 33554432000 1073741824 1073778376 140737056675056 18446744073709551615 237290696192 0 4 0 16800975 18446604453912540992 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1301.15
Current children cumulated vsize (KiB) 7702444

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.23
CPU user time (s): 1301.14
CPU system time (s): 0.094985
CPU usage (%): 100.091
Max. virtual memory (cumulated for all children) (KiB): 7704024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.14
system time used= 0.094985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42467
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= 28189
involuntary context switches= 6578

runsolver used 2.42463 second user time and 4.66129 second system time

The end

Launcher Data

Begin job on node121 at 2011-06-09 17:28:04
IDJOB=3287327
IDBENCH=82463
IDSOLVER=1611
FILE ID=node121/3287327-1307633283
RUNJOBID= node121-1307633277-18070
PBS_JOBID= 13549370
Free space on /tmp= 74184 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-ext_con_032_008_0256-tseitin.cnf
COMMAND LINE= java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3287327-1307633283/watcher-3287327-1307633283 -o /tmp/evaluation-result-3287327-1307633283/solver-3287327-1307633283 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3287327-1307633283.cnf

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

MD5SUM BENCH= ee9a3768141236efcc4a858e8f92a7e9
RANDOM SEED=112978684

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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:     32950904 kB
MemFree:      32120024 kB
Buffers:        224228 kB
Cached:         388236 kB
SwapCached:       9940 kB
Active:         326604 kB
Inactive:       305140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      32120024 kB
SwapTotal:    67111528 kB
SwapFree:     67055440 kB
Dirty:            1440 kB
Writeback:           0 kB
AnonPages:       16808 kB
Mapped:          12320 kB
Slab:           133564 kB
PageTables:       4796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   188548 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= 74184 MiB
End job on node121 at 2011-06-09 17:49:46