Trace number 3284705

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-06UNSAT 661.425 660.072

General information on the benchmark

Nameapplication/fuhs/
AProVE11/AProVE11-11.cnf
MD5SUM06568f445121c7d3cc3b96042d85c719
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.4614
Satisfiable
(Un)Satisfiability was proved
Number of variables96526
Number of clauses325263
Sum of the clauses size848701
Maximum clause length1316
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2139068
Number of clauses of size 3177302
Number of clauses of size 48172
Number of clauses of size 5192
Number of clauses of size over 5528

Solver Data

0.05/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.08	c no version file found!!!
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.18-164.el5
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		6997539544
0.05/0.08	c Max memory 		7034241024
0.05/0.08	c Total memory 		7034241024
0.05/0.08	c Number of processors 	8
0.09/0.10	c --- Begin Solver configuration ---
0.09/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@2fe4cbc4
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-3284705-1303764065.cnf
0.09/0.10	c reading problem ... 
0.48/0.41	c ... done. Wall clock time 0.315s.
0.48/0.41	c #vars     96526
0.48/0.41	c #constraints  322748
0.48/0.41	c constraints type 
0.48/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 185013
0.48/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 136241
7.96/7.42	c cleaning 2372 clauses out of 4795 with flag 5000/5000
13.57/12.52	c cleaning 4165 clauses out of 8386 with flag 11001/11001
19.18/18.14	c cleaning 5591 clauses out of 11219 with flag 18000/18000
27.49/26.48	c cleaning 6791 clauses out of 13628 with flag 26001/26001
37.20/36.15	c cleaning 7901 clauses out of 15835 with flag 35000/35000
47.11/46.04	c cleaning 8950 clauses out of 17935 with flag 45001/45001
58.91/57.90	c cleaning 9852 clauses out of 19706 with flag 56000/56000
71.32/70.24	c cleaning 10895 clauses out of 21854 with flag 68000/68000
85.93/84.89	c cleaning 11958 clauses out of 23959 with flag 81000/81000
99.63/98.58	c cleaning 12973 clauses out of 26001 with flag 95000/95000
114.64/113.59	c cleaning 13995 clauses out of 28028 with flag 110000/110000
129.65/128.60	c cleaning 15008 clauses out of 30035 with flag 126002/126002
144.26/143.19	c cleaning 15999 clauses out of 32024 with flag 143000/143000
160.27/159.18	c cleaning 16988 clauses out of 34026 with flag 161001/161001
176.28/175.18	c cleaning 17991 clauses out of 36040 with flag 180003/180003
196.79/195.63	c cleaning 19006 clauses out of 38046 with flag 200000/200000
216.10/214.97	c cleaning 20011 clauses out of 40041 with flag 221001/221001
237.31/236.15	c cleaning 21013 clauses out of 42029 with flag 243001/243001
257.72/256.59	c cleaning 22000 clauses out of 44016 with flag 266001/266001
280.33/279.11	c cleaning 22995 clauses out of 46015 with flag 290000/290000
303.64/302.48	c cleaning 24009 clauses out of 48021 with flag 315001/315001
330.15/328.97	c cleaning 25003 clauses out of 50011 with flag 341000/341000
357.56/356.33	c cleaning 25986 clauses out of 52008 with flag 368000/368000
387.07/385.84	c cleaning 26980 clauses out of 54022 with flag 396000/396000
415.88/414.69	c cleaning 27997 clauses out of 56042 with flag 425000/425000
444.99/443.75	c cleaning 29007 clauses out of 58048 with flag 455003/455003
471.20/469.96	c cleaning 30012 clauses out of 60039 with flag 486001/486001
500.30/499.01	c cleaning 30994 clauses out of 62027 with flag 518001/518001
531.01/529.72	c cleaning 32005 clauses out of 64033 with flag 551001/551001
563.33/562.01	c cleaning 33009 clauses out of 66027 with flag 585000/585000
593.73/592.44	c cleaning 28746 clauses out of 57519 with flag 620001/620001
624.84/623.53	c cleaning 32379 clauses out of 64773 with flag 656001/656001
661.36/660.03	c starts		: 1012
661.36/660.03	c conflicts		: 689454
661.36/660.03	c decisions		: 1180537
661.36/660.03	c propagations		: 1471727825
661.36/660.03	c inspects		: 4877375779
661.36/660.03	c shortcuts		: 0
661.36/660.03	c learnt literals	: 59
661.36/660.03	c learnt binary clauses	: 744
661.36/660.03	c learnt ternary clauses	: 1570
661.36/660.03	c learnt constraints	: 689394
661.36/660.03	c ignored constraints	: 0
661.36/660.03	c root simplifications	: 1070
661.36/660.03	c removed literals (reason simplification)	: 39239938
661.36/660.03	c reason swapping (by a shorter reason)	: 0
661.36/660.03	c Calls to reduceDB	: 32
661.36/660.03	c speed (assignments/second)	: 2231195.5552792996
661.36/660.03	c non guided choices	9203
661.36/660.05	c learnt constraints type 
661.36/660.05	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 508
661.36/660.05	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 17045
661.36/660.05	c constraints type 
661.36/660.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 185013
661.36/660.05	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 136241
661.36/660.05	s UNSATISFIABLE
661.36/660.05	c Total wall clock time (in seconds) : 659.931

Verifier Data

No possible verification on an UNSAT instance

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

running on 2 cores: 4,6

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: 1.54 2.49 3.15 5/199 31297
/proc/meminfo: memFree=20485020/32950928 swapFree=67111528/67111528
[pid=31297] ppid=31295 vsize=256 CPUtime=0 cores=4,6
/proc/31297/stat : 31297 (java) R 31295 31297 29940 0 -1 4194304 268 0 0 0 0 0 0 0 23 0 1 0 488003248 262144 32 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254495768199 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/31297/statm: 64 32 24 9 0 23 0

[startup+0.0617841 s]
/proc/loadavg: 1.54 2.49 3.15 5/199 31297
/proc/meminfo: memFree=20485020/32950928 swapFree=67111528/67111528
[pid=31297] ppid=31295 vsize=7569648 CPUtime=0.05 cores=4,6
/proc/31297/stat : 31297 (java) S 31295 31297 29940 0 -1 4202496 9144 0 1 0 4 1 0 0 23 0 18 0 488003248 7751319552 8841 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/31297/statm: 1892412 8841 1730 9 0 1883155 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7569648

[startup+0.100745 s]
/proc/loadavg: 1.54 2.49 3.15 5/199 31297
/proc/meminfo: memFree=20485020/32950928 swapFree=67111528/67111528
[pid=31297] ppid=31295 vsize=7635608 CPUtime=0.09 cores=4,6
/proc/31297/stat : 31297 (java) S 31295 31297 29940 0 -1 4202496 10356 0 1 0 8 1 0 0 23 0 18 0 488003248 7818862592 10053 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/31297/statm: 1908902 10053 2090 9 0 1899640 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7635608

[startup+0.300763 s]
/proc/loadavg: 1.54 2.49 3.15 5/199 31297
/proc/meminfo: memFree=20485020/32950928 swapFree=67111528/67111528
[pid=31297] ppid=31295 vsize=7635608 CPUtime=0.38 cores=4,6
/proc/31297/stat : 31297 (java) S 31295 31297 29940 0 -1 4202496 16549 0 1 0 36 2 0 0 23 0 18 0 488003248 7818862592 16168 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/31297/statm: 1908902 16170 2197 9 0 1899640 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 7635608

[startup+0.700638 s]
/proc/loadavg: 1.54 2.49 3.15 5/199 31297
/proc/meminfo: memFree=20485020/32950928 swapFree=67111528/67111528
[pid=31297] ppid=31295 vsize=7636636 CPUtime=1.06 cores=4,6
/proc/31297/stat : 31297 (java) S 31295 31297 29940 0 -1 4202496 25766 0 1 0 101 5 0 0 23 0 19 0 488003248 7819915264 23363 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/31297/statm: 1909159 23363 2217 9 0 1899897 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 7636636

[startup+1.50153 s]
/proc/loadavg: 1.54 2.49 3.15 9/260 31362
/proc/meminfo: memFree=20176828/32950928 swapFree=67111528/67111528
[pid=31297] ppid=31295 vsize=7636636 CPUtime=1.98 cores=4,6
/proc/31297/stat : 31297 (java) S 31295 31297 29940 0 -1 4202496 26020 0 1 0 193 5 0 0 23 0 19 0 488003248 7819915264 23584 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/31297/statm: 1909159 23584 2221 9 0 1899897 0
[pid=31297/tid=31299] ppid=31295 vsize=7636636 CPUtime=1.48 cores=4,6
/proc/31297/task/31299/stat : 31299 (java) R 31295 31297 29940 0 -1 4202560 20064 0 1 0 145 3 0 0 20 0 19 0 488003249 7819915264 23584 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 46912505722844 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31297/tid=31306] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31306/stat : 31306 (java) S 31295 31297 29940 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 488003251 7819915264 23584 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31307] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31307/stat : 31307 (java) S 31295 31297 29940 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 488003251 7819915264 23584 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31308] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31308/stat : 31308 (java) S 31295 31297 29940 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 488003251 7819915264 23584 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31309] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31309/stat : 31309 (java) S 31295 31297 29940 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 488003251 7819915264 23584 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31310] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31310/stat : 31310 (java) S 31295 31297 29940 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 488003251 7819915264 23584 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31311] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31311/stat : 31311 (java) S 31295 31297 29940 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 488003251 7819915264 23584 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31312] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31312/stat : 31312 (java) S 31295 31297 29940 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 488003251 7819915264 23584 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31313] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31313/stat : 31313 (java) S 31295 31297 29940 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 488003251 7819915264 23584 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31315] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31315/stat : 31315 (java) S 31295 31297 29940 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 488003252 7819915264 23584 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512508416 0 0 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31324] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31324/stat : 31324 (java) S 31295 31297 29940 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 19 0 488003252 7819915264 23584 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31325] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31325/stat : 31325 (java) S 31295 31297 29940 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 488003252 7819915264 23584 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31329] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31329/stat : 31329 (java) S 31295 31297 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488003254 7819915264 23584 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512515505 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31330] ppid=31295 vsize=7636636 CPUtime=0.2 cores=4,6
/proc/31297/task/31330/stat : 31330 (java) S 31295 31297 29940 0 -1 4202560 1437 0 0 0 20 0 0 0 21 0 19 0 488003254 7819915264 23584 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31331] ppid=31295 vsize=7636636 CPUtime=0.28 cores=4,6
/proc/31297/task/31331/stat : 31331 (java) S 31295 31297 29940 0 -1 4202560 3359 0 0 0 27 1 0 0 19 0 19 0 488003254 7819915264 23584 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31332] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31332/stat : 31332 (java) S 31295 31297 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488003254 7819915264 23584 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31333] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31333/stat : 31333 (java) S 31295 31297 29940 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 488003254 7819915264 23584 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512508416 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31339] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31339/stat : 31339 (java) S 31295 31297 29940 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 488003295 7819915264 23584 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512508416 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 7636636

[startup+3.10121 s]
/proc/loadavg: 1.54 2.49 3.15 7/261 31363
/proc/meminfo: memFree=19991936/32950928 swapFree=67111528/67111528
[pid=31297] ppid=31295 vsize=7636636 CPUtime=3.66 cores=4,6
/proc/31297/stat : 31297 (java) S 31295 31297 29940 0 -1 4202496 26234 0 1 0 361 5 0 0 23 0 19 0 488003248 7819915264 23707 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/31297/statm: 1909159 23707 2225 9 0 1899897 0
[pid=31297/tid=31299] ppid=31295 vsize=7636636 CPUtime=3.07 cores=4,6
/proc/31297/task/31299/stat : 31299 (java) R 31295 31297 29940 0 -1 4202560 20144 0 1 0 304 3 0 0 25 0 19 0 488003249 7819915264 23707 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 46912505722708 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31297/tid=31306] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31306/stat : 31306 (java) S 31295 31297 29940 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 488003251 7819915264 23707 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31307] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31307/stat : 31307 (java) S 31295 31297 29940 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 488003251 7819915264 23707 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31308] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31308/stat : 31308 (java) S 31295 31297 29940 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 488003251 7819915264 23707 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31309] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31309/stat : 31309 (java) S 31295 31297 29940 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 488003251 7819915264 23707 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31310] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31310/stat : 31310 (java) S 31295 31297 29940 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 488003251 7819915264 23707 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31311] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31311/stat : 31311 (java) S 31295 31297 29940 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 488003251 7819915264 23707 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31312] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31312/stat : 31312 (java) S 31295 31297 29940 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 488003251 7819915264 23707 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31313] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31313/stat : 31313 (java) S 31295 31297 29940 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 488003251 7819915264 23707 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31315] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31315/stat : 31315 (java) S 31295 31297 29940 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 488003252 7819915264 23707 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512508416 0 0 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31324] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31324/stat : 31324 (java) S 31295 31297 29940 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 19 0 488003252 7819915264 23707 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31325] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31325/stat : 31325 (java) S 31295 31297 29940 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 488003252 7819915264 23707 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31329] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31329/stat : 31329 (java) S 31295 31297 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488003254 7819915264 23707 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512515505 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31330] ppid=31295 vsize=7636636 CPUtime=0.23 cores=4,6
/proc/31297/task/31330/stat : 31330 (java) S 31295 31297 29940 0 -1 4202560 1443 0 0 0 23 0 0 0 15 0 19 0 488003254 7819915264 23707 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31331] ppid=31295 vsize=7636636 CPUtime=0.32 cores=4,6
/proc/31297/task/31331/stat : 31331 (java) S 31295 31297 29940 0 -1 4202560 3486 0 0 0 31 1 0 0 15 0 19 0 488003254 7819915264 23707 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31332] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31332/stat : 31332 (java) S 31295 31297 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488003254 7819915264 23707 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31333] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31333/stat : 31333 (java) S 31295 31297 29940 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 488003254 7819915264 23707 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512508416 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31339] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31339/stat : 31339 (java) S 31295 31297 29940 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 488003295 7819915264 23707 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512508416 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 7636636

[startup+6.3016 s]
/proc/loadavg: 1.97 2.56 3.17 5/241 31368
/proc/meminfo: memFree=20048888/32950928 swapFree=67111528/67111528
[pid=31297] ppid=31295 vsize=7636636 CPUtime=6.85 cores=4,6
/proc/31297/stat : 31297 (java) S 31295 31297 29940 0 -1 4202496 26419 0 1 0 680 5 0 0 23 0 19 0 488003248 7819915264 23688 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/31297/statm: 1909159 23688 2225 9 0 1899897 0
[pid=31297/tid=31299] ppid=31295 vsize=7636636 CPUtime=6.27 cores=4,6
/proc/31297/task/31299/stat : 31299 (java) R 31295 31297 29940 0 -1 4202560 20329 0 1 0 624 3 0 0 25 0 19 0 488003249 7819915264 23688 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 46912505740899 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31297/tid=31306] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31306/stat : 31306 (java) S 31295 31297 29940 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 488003251 7819915264 23688 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31307] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31307/stat : 31307 (java) S 31295 31297 29940 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 488003251 7819915264 23688 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31308] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31308/stat : 31308 (java) S 31295 31297 29940 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 488003251 7819915264 23688 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31309] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31309/stat : 31309 (java) S 31295 31297 29940 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 488003251 7819915264 23688 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31310] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31310/stat : 31310 (java) S 31295 31297 29940 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 488003251 7819915264 23688 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31311] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31311/stat : 31311 (java) S 31295 31297 29940 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 488003251 7819915264 23688 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31312] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31312/stat : 31312 (java) S 31295 31297 29940 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 488003251 7819915264 23688 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31313] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31313/stat : 31313 (java) S 31295 31297 29940 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 488003251 7819915264 23688 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31315] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31315/stat : 31315 (java) S 31295 31297 29940 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 488003252 7819915264 23688 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512508416 0 0 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31324] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31324/stat : 31324 (java) S 31295 31297 29940 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 19 0 488003252 7819915264 23688 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31325] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31325/stat : 31325 (java) S 31295 31297 29940 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 488003252 7819915264 23688 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31329] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31329/stat : 31329 (java) S 31295 31297 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488003254 7819915264 23688 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512515505 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31330] ppid=31295 vsize=7636636 CPUtime=0.23 cores=4,6
/proc/31297/task/31330/stat : 31330 (java) S 31295 31297 29940 0 -1 4202560 1443 0 0 0 23 0 0 0 15 0 19 0 488003254 7819915264 23688 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31331] ppid=31295 vsize=7636636 CPUtime=0.32 cores=4,6
/proc/31297/task/31331/stat : 31331 (java) S 31295 31297 29940 0 -1 4202560 3486 0 0 0 31 1 0 0 15 0 19 0 488003254 7819915264 23688 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31332] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31332/stat : 31332 (java) S 31295 31297 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488003254 7819915264 23688 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31333] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31333/stat : 31333 (java) S 31295 31297 29940 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 488003254 7819915264 23688 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512508416 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31339] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31339/stat : 31339 (java) S 31295 31297 29940 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 488003295 7819915264 23688 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512508416 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.85
Current children cumulated vsize (KiB) 7636636

[startup+12.7013 s]

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

/proc/31297/task/31306/stat : 31306 (java) S 31295 31297 29940 0 -1 4202560 4693 0 0 0 11 0 0 0 15 0 19 0 488003251 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31307] ppid=31295 vsize=7636636 CPUtime=0.08 cores=4,6
/proc/31297/task/31307/stat : 31307 (java) S 31295 31297 29940 0 -1 4202560 1563 0 0 0 8 0 0 0 16 0 19 0 488003251 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31308] ppid=31295 vsize=7636636 CPUtime=0.12 cores=4,6
/proc/31297/task/31308/stat : 31308 (java) S 31295 31297 29940 0 -1 4202560 4137 0 0 0 12 0 0 0 15 0 19 0 488003251 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31309] ppid=31295 vsize=7636636 CPUtime=0.06 cores=4,6
/proc/31297/task/31309/stat : 31309 (java) S 31295 31297 29940 0 -1 4202560 189 0 0 0 6 0 0 0 15 0 19 0 488003251 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31310] ppid=31295 vsize=7636636 CPUtime=0.07 cores=4,6
/proc/31297/task/31310/stat : 31310 (java) S 31295 31297 29940 0 -1 4202560 9 0 0 0 7 0 0 0 15 0 19 0 488003251 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31311] ppid=31295 vsize=7636636 CPUtime=0.08 cores=4,6
/proc/31297/task/31311/stat : 31311 (java) S 31295 31297 29940 0 -1 4202560 39 0 0 0 8 0 0 0 15 0 19 0 488003251 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31312] ppid=31295 vsize=7636636 CPUtime=0.04 cores=4,6
/proc/31297/task/31312/stat : 31312 (java) S 31295 31297 29940 0 -1 4202560 7 0 0 0 4 0 0 0 15 0 19 0 488003251 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31313] ppid=31295 vsize=7636636 CPUtime=0.04 cores=4,6
/proc/31297/task/31313/stat : 31313 (java) S 31295 31297 29940 0 -1 4202560 13 0 0 0 4 0 0 0 15 0 19 0 488003251 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31315] ppid=31295 vsize=7636636 CPUtime=4.19 cores=4,6
/proc/31297/task/31315/stat : 31315 (java) S 31295 31297 29940 0 -1 4202560 14775 0 0 0 417 2 0 0 15 0 19 0 488003252 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512508416 0 0 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31324] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31324/stat : 31324 (java) S 31295 31297 29940 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 488003252 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31325] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31325/stat : 31325 (java) S 31295 31297 29940 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 488003252 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31329] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31329/stat : 31329 (java) S 31295 31297 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488003254 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512515505 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31330] ppid=31295 vsize=7636636 CPUtime=0.28 cores=4,6
/proc/31297/task/31330/stat : 31330 (java) S 31295 31297 29940 0 -1 4202560 1747 0 0 0 28 0 0 0 15 0 19 0 488003254 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31331] ppid=31295 vsize=7636636 CPUtime=0.79 cores=4,6
/proc/31297/task/31331/stat : 31331 (java) S 31295 31297 29940 0 -1 4202560 10598 0 0 0 76 3 0 0 15 0 19 0 488003254 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31332] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31332/stat : 31332 (java) S 31295 31297 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488003254 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31333] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31333/stat : 31333 (java) S 31295 31297 29940 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 19 0 488003254 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512508416 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31339] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31339/stat : 31339 (java) S 31295 31297 29940 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 488003295 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512508416 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 660.45
Current children cumulated vsize (KiB) 7636636

[startup+659.502 s]
/proc/loadavg: 4.00 3.85 3.59 5/262 31519
/proc/meminfo: memFree=17714292/32950928 swapFree=67111528/67111528
[pid=31297] ppid=31295 vsize=7636636 CPUtime=660.85 cores=4,6
/proc/31297/stat : 31297 (java) S 31295 31297 29940 0 -1 4202496 59388 0 1 0 66073 12 0 0 23 0 19 0 488003248 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/31297/statm: 1909159 50342 2253 9 0 1899897 0
[pid=31297/tid=31299] ppid=31295 vsize=7636636 CPUtime=654.89 cores=4,6
/proc/31297/task/31299/stat : 31299 (java) R 31295 31297 29940 0 -1 4202560 20429 0 1 0 65486 3 0 0 25 0 19 0 488003249 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 46912505744770 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31297/tid=31306] ppid=31295 vsize=7636636 CPUtime=0.11 cores=4,6
/proc/31297/task/31306/stat : 31306 (java) S 31295 31297 29940 0 -1 4202560 4693 0 0 0 11 0 0 0 15 0 19 0 488003251 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31307] ppid=31295 vsize=7636636 CPUtime=0.08 cores=4,6
/proc/31297/task/31307/stat : 31307 (java) S 31295 31297 29940 0 -1 4202560 1563 0 0 0 8 0 0 0 16 0 19 0 488003251 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31308] ppid=31295 vsize=7636636 CPUtime=0.12 cores=4,6
/proc/31297/task/31308/stat : 31308 (java) S 31295 31297 29940 0 -1 4202560 4137 0 0 0 12 0 0 0 15 0 19 0 488003251 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31309] ppid=31295 vsize=7636636 CPUtime=0.06 cores=4,6
/proc/31297/task/31309/stat : 31309 (java) S 31295 31297 29940 0 -1 4202560 189 0 0 0 6 0 0 0 15 0 19 0 488003251 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31310] ppid=31295 vsize=7636636 CPUtime=0.07 cores=4,6
/proc/31297/task/31310/stat : 31310 (java) S 31295 31297 29940 0 -1 4202560 9 0 0 0 7 0 0 0 15 0 19 0 488003251 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31311] ppid=31295 vsize=7636636 CPUtime=0.08 cores=4,6
/proc/31297/task/31311/stat : 31311 (java) S 31295 31297 29940 0 -1 4202560 39 0 0 0 8 0 0 0 15 0 19 0 488003251 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31312] ppid=31295 vsize=7636636 CPUtime=0.04 cores=4,6
/proc/31297/task/31312/stat : 31312 (java) S 31295 31297 29940 0 -1 4202560 7 0 0 0 4 0 0 0 15 0 19 0 488003251 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31313] ppid=31295 vsize=7636636 CPUtime=0.04 cores=4,6
/proc/31297/task/31313/stat : 31313 (java) S 31295 31297 29940 0 -1 4202560 13 0 0 0 4 0 0 0 15 0 19 0 488003251 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31315] ppid=31295 vsize=7636636 CPUtime=4.19 cores=4,6
/proc/31297/task/31315/stat : 31315 (java) S 31295 31297 29940 0 -1 4202560 14775 0 0 0 417 2 0 0 15 0 19 0 488003252 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512508416 0 0 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31324] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31324/stat : 31324 (java) S 31295 31297 29940 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 488003252 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31325] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31325/stat : 31325 (java) S 31295 31297 29940 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 488003252 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31329] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31329/stat : 31329 (java) S 31295 31297 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488003254 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512515505 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31330] ppid=31295 vsize=7636636 CPUtime=0.28 cores=4,6
/proc/31297/task/31330/stat : 31330 (java) S 31295 31297 29940 0 -1 4202560 1747 0 0 0 28 0 0 0 15 0 19 0 488003254 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31331] ppid=31295 vsize=7636636 CPUtime=0.79 cores=4,6
/proc/31297/task/31331/stat : 31331 (java) S 31295 31297 29940 0 -1 4202560 10598 0 0 0 76 3 0 0 15 0 19 0 488003254 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31332] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31332/stat : 31332 (java) S 31295 31297 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488003254 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31333] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31333/stat : 31333 (java) S 31295 31297 29940 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 19 0 488003254 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512508416 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31339] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31339/stat : 31339 (java) S 31295 31297 29940 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 488003295 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512508416 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 660.85
Current children cumulated vsize (KiB) 7636636

[startup+659.901 s]
/proc/loadavg: 4.00 3.85 3.59 5/262 31519
/proc/meminfo: memFree=17714168/32950928 swapFree=67111528/67111528
[pid=31297] ppid=31295 vsize=7636636 CPUtime=661.25 cores=4,6
/proc/31297/stat : 31297 (java) S 31295 31297 29940 0 -1 4202496 59388 0 1 0 66113 12 0 0 23 0 19 0 488003248 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/31297/statm: 1909159 50342 2253 9 0 1899897 0
[pid=31297/tid=31299] ppid=31295 vsize=7636636 CPUtime=655.3 cores=4,6
/proc/31297/task/31299/stat : 31299 (java) R 31295 31297 29940 0 -1 4202560 20429 0 1 0 65527 3 0 0 25 0 19 0 488003249 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 46912505602664 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31297/tid=31306] ppid=31295 vsize=7636636 CPUtime=0.11 cores=4,6
/proc/31297/task/31306/stat : 31306 (java) S 31295 31297 29940 0 -1 4202560 4693 0 0 0 11 0 0 0 15 0 19 0 488003251 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31307] ppid=31295 vsize=7636636 CPUtime=0.08 cores=4,6
/proc/31297/task/31307/stat : 31307 (java) S 31295 31297 29940 0 -1 4202560 1563 0 0 0 8 0 0 0 16 0 19 0 488003251 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31308] ppid=31295 vsize=7636636 CPUtime=0.12 cores=4,6
/proc/31297/task/31308/stat : 31308 (java) S 31295 31297 29940 0 -1 4202560 4137 0 0 0 12 0 0 0 15 0 19 0 488003251 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31309] ppid=31295 vsize=7636636 CPUtime=0.06 cores=4,6
/proc/31297/task/31309/stat : 31309 (java) S 31295 31297 29940 0 -1 4202560 189 0 0 0 6 0 0 0 15 0 19 0 488003251 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31310] ppid=31295 vsize=7636636 CPUtime=0.07 cores=4,6
/proc/31297/task/31310/stat : 31310 (java) S 31295 31297 29940 0 -1 4202560 9 0 0 0 7 0 0 0 15 0 19 0 488003251 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31311] ppid=31295 vsize=7636636 CPUtime=0.08 cores=4,6
/proc/31297/task/31311/stat : 31311 (java) S 31295 31297 29940 0 -1 4202560 39 0 0 0 8 0 0 0 15 0 19 0 488003251 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31312] ppid=31295 vsize=7636636 CPUtime=0.04 cores=4,6
/proc/31297/task/31312/stat : 31312 (java) S 31295 31297 29940 0 -1 4202560 7 0 0 0 4 0 0 0 15 0 19 0 488003251 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31313] ppid=31295 vsize=7636636 CPUtime=0.04 cores=4,6
/proc/31297/task/31313/stat : 31313 (java) S 31295 31297 29940 0 -1 4202560 13 0 0 0 4 0 0 0 15 0 19 0 488003251 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31315] ppid=31295 vsize=7636636 CPUtime=4.19 cores=4,6
/proc/31297/task/31315/stat : 31315 (java) S 31295 31297 29940 0 -1 4202560 14775 0 0 0 417 2 0 0 15 0 19 0 488003252 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512508416 0 0 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31324] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31324/stat : 31324 (java) S 31295 31297 29940 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 488003252 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31325] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31325/stat : 31325 (java) S 31295 31297 29940 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 488003252 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31329] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31329/stat : 31329 (java) S 31295 31297 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488003254 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512515505 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31330] ppid=31295 vsize=7636636 CPUtime=0.28 cores=4,6
/proc/31297/task/31330/stat : 31330 (java) S 31295 31297 29940 0 -1 4202560 1747 0 0 0 28 0 0 0 15 0 19 0 488003254 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31331] ppid=31295 vsize=7636636 CPUtime=0.79 cores=4,6
/proc/31297/task/31331/stat : 31331 (java) S 31295 31297 29940 0 -1 4202560 10598 0 0 0 76 3 0 0 15 0 19 0 488003254 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31332] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31332/stat : 31332 (java) S 31295 31297 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488003254 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31333] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31333/stat : 31333 (java) S 31295 31297 29940 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 19 0 488003254 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512508416 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31339] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31339/stat : 31339 (java) S 31295 31297 29940 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 488003295 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512508416 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 661.25
Current children cumulated vsize (KiB) 7636636

[startup+660.007 s]
/proc/loadavg: 4.00 3.85 3.59 5/262 31519
/proc/meminfo: memFree=17714168/32950928 swapFree=67111528/67111528
[pid=31297] ppid=31295 vsize=7636636 CPUtime=661.36 cores=4,6
/proc/31297/stat : 31297 (java) S 31295 31297 29940 0 -1 4202496 59388 0 1 0 66124 12 0 0 23 0 19 0 488003248 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/31297/statm: 1909159 50342 2253 9 0 1899897 0
[pid=31297/tid=31299] ppid=31295 vsize=7636636 CPUtime=655.4 cores=4,6
/proc/31297/task/31299/stat : 31299 (java) R 31295 31297 29940 0 -1 4202560 20429 0 1 0 65537 3 0 0 25 0 19 0 488003249 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 46912505740904 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31297/tid=31306] ppid=31295 vsize=7636636 CPUtime=0.11 cores=4,6
/proc/31297/task/31306/stat : 31306 (java) S 31295 31297 29940 0 -1 4202560 4693 0 0 0 11 0 0 0 15 0 19 0 488003251 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31307] ppid=31295 vsize=7636636 CPUtime=0.08 cores=4,6
/proc/31297/task/31307/stat : 31307 (java) S 31295 31297 29940 0 -1 4202560 1563 0 0 0 8 0 0 0 16 0 19 0 488003251 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31308] ppid=31295 vsize=7636636 CPUtime=0.12 cores=4,6
/proc/31297/task/31308/stat : 31308 (java) S 31295 31297 29940 0 -1 4202560 4137 0 0 0 12 0 0 0 15 0 19 0 488003251 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31309] ppid=31295 vsize=7636636 CPUtime=0.06 cores=4,6
/proc/31297/task/31309/stat : 31309 (java) S 31295 31297 29940 0 -1 4202560 189 0 0 0 6 0 0 0 15 0 19 0 488003251 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31310] ppid=31295 vsize=7636636 CPUtime=0.07 cores=4,6
/proc/31297/task/31310/stat : 31310 (java) S 31295 31297 29940 0 -1 4202560 9 0 0 0 7 0 0 0 15 0 19 0 488003251 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31311] ppid=31295 vsize=7636636 CPUtime=0.08 cores=4,6
/proc/31297/task/31311/stat : 31311 (java) S 31295 31297 29940 0 -1 4202560 39 0 0 0 8 0 0 0 15 0 19 0 488003251 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31312] ppid=31295 vsize=7636636 CPUtime=0.04 cores=4,6
/proc/31297/task/31312/stat : 31312 (java) S 31295 31297 29940 0 -1 4202560 7 0 0 0 4 0 0 0 15 0 19 0 488003251 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31313] ppid=31295 vsize=7636636 CPUtime=0.04 cores=4,6
/proc/31297/task/31313/stat : 31313 (java) S 31295 31297 29940 0 -1 4202560 13 0 0 0 4 0 0 0 15 0 19 0 488003251 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31315] ppid=31295 vsize=7636636 CPUtime=4.19 cores=4,6
/proc/31297/task/31315/stat : 31315 (java) S 31295 31297 29940 0 -1 4202560 14775 0 0 0 417 2 0 0 15 0 19 0 488003252 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512508416 0 0 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31324] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31324/stat : 31324 (java) S 31295 31297 29940 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 488003252 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31325] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31325/stat : 31325 (java) S 31295 31297 29940 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 488003252 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31329] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31329/stat : 31329 (java) S 31295 31297 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488003254 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512515505 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31330] ppid=31295 vsize=7636636 CPUtime=0.28 cores=4,6
/proc/31297/task/31330/stat : 31330 (java) S 31295 31297 29940 0 -1 4202560 1747 0 0 0 28 0 0 0 15 0 19 0 488003254 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31331] ppid=31295 vsize=7636636 CPUtime=0.79 cores=4,6
/proc/31297/task/31331/stat : 31331 (java) S 31295 31297 29940 0 -1 4202560 10598 0 0 0 76 3 0 0 15 0 19 0 488003254 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31332] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31332/stat : 31332 (java) S 31295 31297 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488003254 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512507801 0 4 0 16800975 18446604453906375808 0 0 -1 4 0 0 0
[pid=31297/tid=31333] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31333/stat : 31333 (java) S 31295 31297 29940 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 19 0 488003254 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512508416 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
[pid=31297/tid=31339] ppid=31295 vsize=7636636 CPUtime=0 cores=4,6
/proc/31297/task/31339/stat : 31339 (java) S 31295 31297 29940 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 488003295 7819915264 50342 33554432000 1073741824 1073778376 140736752219968 18446744073709551615 254512508416 0 4 0 16800975 18446604453906375808 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 661.36
Current children cumulated vsize (KiB) 7636636

Child status: 20
Real time (s): 660.072
CPU time (s): 661.425
CPU user time (s): 661.291
CPU system time (s): 0.133979
CPU usage (%): 100.205
Max. virtual memory (cumulated for all children) (KiB): 7636984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 661.291
system time used= 0.133979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59396
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= 14567
involuntary context switches= 2755

runsolver used 1.18082 second user time and 2.43963 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-25 22:41:06
IDJOB=3284705
IDBENCH=82357
IDSOLVER=1611
FILE ID=node149/3284705-1303764065
RUNJOBID= node149-1303764057-31111
PBS_JOBID= 13157116
Free space on /tmp= 72132 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/application/fuhs/AProVE11/AProVE11-11.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-3284705-1303764065/watcher-3284705-1303764065 -o /tmp/evaluation-result-3284705-1303764065/solver-3284705-1303764065 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3284705-1303764065.cnf

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

MD5SUM BENCH= 06568f445121c7d3cc3b96042d85c719
RANDOM SEED=993022474

node149.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20485176 kB
Buffers:       2169664 kB
Cached:        9532120 kB
SwapCached:          0 kB
Active:        1521240 kB
Inactive:     10404552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20485176 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           56708 kB
Writeback:           0 kB
AnonPages:      223364 kB
Mapped:          23260 kB
Slab:           473648 kB
PageTables:       5512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  7470580 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= 71948 MiB
End job on node149 at 2011-04-25 22:52:06