Trace number 3743906

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
PB07: SAT4JPseudoResolution 2007-03-23? (TO) 1802.46 1786.83

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_8_mh.opb
MD5SUMb6af9d5f38ec6e461eecfded04e11783
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark9289758
Best CPU time to get the best result obtained on this benchmark1801.37
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019800
Biggest coefficient in the objective function 170953875
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 375466374216
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 170953875
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 375466374216
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.00/0.08	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.00/0.08	c no version file found!!!
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.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch	amd64
0.00/0.08	c Free memory 1599470296
0.00/0.08	c Max memory 1607860224
0.00/0.08	c Total memory 1607860224
0.00/0.08	c Number of processors 8
0.08/0.10	--- Begin Solver configuration ---
0.08/0.10	c Stops conflict analysis at the first Unique Implication Point
0.08/0.10	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1cb1c5fa
0.08/0.10	c Learn all clauses as in MiniSAT
0.08/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.10	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.10	c No reason simplification
0.08/0.10	c --- End Solver configuration ---
0.08/0.10	c solving HOME/instance-3743906-1338789311.opb
0.08/0.10	c reading problem ... 
133.61/119.69	c ... done. Wall clock time 119.585s.
133.61/119.69	c CPU time (experimental) 25.54s.
133.61/119.69	c #vars     2000400
133.61/119.69	c #constraints  4940608

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3743906-1338789311/watcher-3743906-1338789311 -o /tmp/evaluation-result-3743906-1338789311/solver-3743906-1338789311 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3743906-1338789311.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/192 11026
/proc/meminfo: memFree=25371412/32873852 swapFree=6856/6856
[pid=11026] ppid=11024 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/11026/stat : 11026 (java) D 11024 11026 9704 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 345057585 9515008 183 33554432000 1073741824 1073778376 140737323803968 140737323795000 273448517301 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/11026/statm: 2323 183 140 9 0 71 0

[startup+0.097943 s]
/proc/loadavg: 2.00 2.00 2.00 4/192 11026
/proc/meminfo: memFree=25371412/32873852 swapFree=6856/6856
[pid=11026] ppid=11024 vsize=2957856 CPUtime=0.07 cores=1,3,5,7
/proc/11026/stat : 11026 (java) S 11024 11026 9704 0 -1 4202496 4544 0 1 0 6 1 0 0 20 0 18 0 345057585 3028844544 6261 33554432000 1073741824 1073778376 140736071277728 140736071268864 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11026/statm: 739464 6264 2013 9 0 729885 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2957856

[startup+0.100246 s]
/proc/loadavg: 2.00 2.00 2.00 4/192 11026
/proc/meminfo: memFree=25371412/32873852 swapFree=6856/6856
[pid=11026] ppid=11024 vsize=2957856 CPUtime=0.08 cores=1,3,5,7
/proc/11026/stat : 11026 (java) S 11024 11026 9704 0 -1 4202496 4832 0 1 0 7 1 0 0 20 0 18 0 345057585 3028844544 6547 33554432000 1073741824 1073778376 140736071277728 140736071268864 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11026/statm: 739464 6547 2089 9 0 729885 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2957856

[startup+0.300317 s]
/proc/loadavg: 2.00 2.00 2.00 4/192 11026
/proc/meminfo: memFree=25371412/32873852 swapFree=6856/6856
[pid=11026] ppid=11024 vsize=2957856 CPUtime=0.43 cores=1,3,5,7
/proc/11026/stat : 11026 (java) S 11024 11026 9704 0 -1 4202496 5966 0 1 0 40 3 0 0 20 0 18 0 345057585 3028844544 29668 33554432000 1073741824 1073778376 140736071277728 140736071268864 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11026/statm: 739464 29668 2233 9 0 729885 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 2957856

[startup+0.700321 s]
/proc/loadavg: 2.00 2.00 2.00 4/192 11026
/proc/meminfo: memFree=25371412/32873852 swapFree=6856/6856
[pid=11026] ppid=11024 vsize=2957856 CPUtime=0.84 cores=1,3,5,7
/proc/11026/stat : 11026 (java) S 11024 11026 9704 0 -1 4202496 6028 0 1 0 78 6 0 0 20 0 18 0 345057585 3028844544 61412 33554432000 1073741824 1073778376 140736071277728 140736071268864 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11026/statm: 739464 61412 2233 9 0 729885 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 2957856

[startup+1.50098 s]
/proc/loadavg: 2.00 2.00 2.00 3/210 11044
/proc/meminfo: memFree=25038860/32873852 swapFree=6856/6856
[pid=11026] ppid=11024 vsize=2957856 CPUtime=1.96 cores=1,3,5,7
/proc/11026/stat : 11026 (java) S 11024 11026 9704 0 -1 4202496 6317 0 1 0 174 22 0 0 20 0 18 0 345057585 3028844544 137775 33554432000 1073741824 1073778376 140736071277728 140736071268864 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11026/statm: 739464 137775 2249 9 0 729885 0
[pid=11026/tid=11028] ppid=11024 vsize=2957856 CPUtime=1.35 cores=1,3,5,7
/proc/11026/task/11028/stat : 11028 (java) R 11024 11026 9704 0 -1 4202560 3245 0 1 0 124 11 0 0 20 0 18 0 345057586 3028844544 137775 33554432000 1073741824 1073778376 140736071277728 140229883412056 140229755578309 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11026/tid=11029] ppid=11024 vsize=2957856 CPUtime=0.04 cores=1,3,5,7
/proc/11026/task/11029/stat : 11029 (java) S 11024 11026 9704 0 -1 4202560 25 0 0 0 3 1 0 0 20 0 18 0 345057587 3028844544 137775 33554432000 1073741824 1073778376 140736071277728 140229749365544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11030] ppid=11024 vsize=2957856 CPUtime=0.04 cores=1,3,5,7
/proc/11026/task/11030/stat : 11030 (java) S 11024 11026 9704 0 -1 4202560 21 0 0 0 2 2 0 0 20 0 18 0 345057587 3028844544 137775 33554432000 1073741824 1073778376 140736071277728 140229748312744 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11026/tid=11031] ppid=11024 vsize=2957856 CPUtime=0.04 cores=1,3,5,7
/proc/11026/task/11031/stat : 11031 (java) S 11024 11026 9704 0 -1 4202560 28 0 0 0 2 2 0 0 20 0 18 0 345057587 3028844544 137775 33554432000 1073741824 1073778376 140736071277728 140229747260456 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11026/tid=11032] ppid=11024 vsize=2957856 CPUtime=0.04 cores=1,3,5,7
/proc/11026/task/11032/stat : 11032 (java) S 11024 11026 9704 0 -1 4202560 27 0 0 0 3 1 0 0 20 0 18 0 345057587 3028844544 137775 33554432000 1073741824 1073778376 140736071277728 140229746207656 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11026/tid=11033] ppid=11024 vsize=2957856 CPUtime=0.04 cores=1,3,5,7
/proc/11026/task/11033/stat : 11033 (java) S 11024 11026 9704 0 -1 4202560 22 0 0 0 3 1 0 0 20 0 18 0 345057587 3028844544 137775 33554432000 1073741824 1073778376 140736071277728 140229745154344 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11026/tid=11034] ppid=11024 vsize=2957856 CPUtime=0.04 cores=1,3,5,7
/proc/11026/task/11034/stat : 11034 (java) S 11024 11026 9704 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 18 0 345057588 3028844544 137775 33554432000 1073741824 1073778376 140736071277728 140229744101544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11026/tid=11035] ppid=11024 vsize=2957856 CPUtime=0.04 cores=1,3,5,7
/proc/11026/task/11035/stat : 11035 (java) S 11024 11026 9704 0 -1 4202560 24 0 0 0 2 2 0 0 20 0 18 0 345057588 3028844544 137775 33554432000 1073741824 1073778376 140736071277728 140229407140392 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11026/tid=11036] ppid=11024 vsize=2957856 CPUtime=0.04 cores=1,3,5,7
/proc/11026/task/11036/stat : 11036 (java) S 11024 11026 9704 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 18 0 345057588 3028844544 137775 33554432000 1073741824 1073778376 140736071277728 140229406087592 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11037] ppid=11024 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11026/task/11037/stat : 11037 (java) S 11024 11026 9704 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345057589 3028844544 137775 33554432000 1073741824 1073778376 140736071277728 140229393890024 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11038] ppid=11024 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11026/task/11038/stat : 11038 (java) S 11024 11026 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345057589 3028844544 137775 33554432000 1073741824 1073778376 140736071277728 140229392836088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11039] ppid=11024 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11026/task/11039/stat : 11039 (java) S 11024 11026 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345057589 3028844544 137775 33554432000 1073741824 1073778376 140736071277728 140229391783688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11040] ppid=11024 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11026/task/11040/stat : 11040 (java) S 11024 11026 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345057592 3028844544 137775 33554432000 1073741824 1073778376 140736071277728 140229390732176 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11041] ppid=11024 vsize=2957856 CPUtime=0.07 cores=1,3,5,7
/proc/11026/task/11041/stat : 11041 (java) S 11024 11026 9704 0 -1 4202560 710 0 0 0 7 0 0 0 20 0 18 0 345057592 3028844544 137775 33554432000 1073741824 1073778376 140736071277728 140229389678776 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11042] ppid=11024 vsize=2957856 CPUtime=0.07 cores=1,3,5,7
/proc/11026/task/11042/stat : 11042 (java) S 11024 11026 9704 0 -1 4202560 984 0 0 0 7 0 0 0 20 0 18 0 345057592 3028844544 137775 33554432000 1073741824 1073778376 140736071277728 140229388625976 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11026/tid=11043] ppid=11024 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11026/task/11043/stat : 11043 (java) S 11024 11026 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345057592 3028844544 137775 33554432000 1073741824 1073778376 140736071277728 140229387573880 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11026/tid=11044] ppid=11024 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11026/task/11044/stat : 11044 (java) S 11024 11026 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345057592 3028844544 137775 33554432000 1073741824 1073778376 140736071277728 140229386521288 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 2957856

[startup+3.10081 s]
/proc/loadavg: 2.00 2.00 2.00 5/210 11044
/proc/meminfo: memFree=24828040/32873852 swapFree=6856/6856
[pid=11026] ppid=11024 vsize=2957856 CPUtime=4.2 cores=1,3,5,7
/proc/11026/stat : 11026 (java) S 11024 11026 9704 0 -1 4202496 6974 0 1 0 378 42 0 0 20 0 18 0 345057585 3028844544 179546 33554432000 1073741824 1073778376 140736071277728 140736071268864 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11026/statm: 739464 179546 2267 9 0 729885 0
[pid=11026/tid=11028] ppid=11024 vsize=2957856 CPUtime=2.79 cores=1,3,5,7
/proc/11026/task/11028/stat : 11028 (java) R 11024 11026 9704 0 -1 4202560 3257 0 1 0 268 11 0 0 20 0 18 0 345057586 3028844544 179546 33554432000 1073741824 1073778376 140736071277728 140229883404400 273451902221 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11026/tid=11029] ppid=11024 vsize=2957856 CPUtime=0.2 cores=1,3,5,7
/proc/11026/task/11029/stat : 11029 (java) S 11024 11026 9704 0 -1 4202560 81 0 0 0 14 6 0 0 20 0 18 0 345057587 3028844544 179546 33554432000 1073741824 1073778376 140736071277728 140229749365544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11026/tid=11030] ppid=11024 vsize=2957856 CPUtime=0.09 cores=1,3,5,7
/proc/11026/task/11030/stat : 11030 (java) S 11024 11026 9704 0 -1 4202560 39 0 0 0 6 3 0 0 20 0 18 0 345057587 3028844544 179546 33554432000 1073741824 1073778376 140736071277728 140229748312744 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11031] ppid=11024 vsize=2957856 CPUtime=0.15 cores=1,3,5,7
/proc/11026/task/11031/stat : 11031 (java) S 11024 11026 9704 0 -1 4202560 68 0 0 0 10 5 0 0 20 0 18 0 345057587 3028844544 179546 33554432000 1073741824 1073778376 140736071277728 140229747260456 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11026/tid=11032] ppid=11024 vsize=2957856 CPUtime=0.14 cores=1,3,5,7
/proc/11026/task/11032/stat : 11032 (java) S 11024 11026 9704 0 -1 4202560 57 0 0 0 9 5 0 0 20 0 18 0 345057587 3028844544 179546 33554432000 1073741824 1073778376 140736071277728 140229746207656 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11026/tid=11033] ppid=11024 vsize=2957856 CPUtime=0.09 cores=1,3,5,7
/proc/11026/task/11033/stat : 11033 (java) S 11024 11026 9704 0 -1 4202560 40 0 0 0 6 3 0 0 20 0 18 0 345057587 3028844544 179546 33554432000 1073741824 1073778376 140736071277728 140229745154344 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11026/tid=11034] ppid=11024 vsize=2957856 CPUtime=0.09 cores=1,3,5,7
/proc/11026/task/11034/stat : 11034 (java) S 11024 11026 9704 0 -1 4202560 45 0 0 0 6 3 0 0 20 0 18 0 345057588 3028844544 179546 33554432000 1073741824 1073778376 140736071277728 140229744101544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11026/tid=11035] ppid=11024 vsize=2957856 CPUtime=0.09 cores=1,3,5,7
/proc/11026/task/11035/stat : 11035 (java) S 11024 11026 9704 0 -1 4202560 45 0 0 0 6 3 0 0 20 0 18 0 345057588 3028844544 179546 33554432000 1073741824 1073778376 140736071277728 140229407140392 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11026/tid=11036] ppid=11024 vsize=2957856 CPUtime=0.1 cores=1,3,5,7
/proc/11026/task/11036/stat : 11036 (java) S 11024 11026 9704 0 -1 4202560 45 0 0 0 7 3 0 0 20 0 18 0 345057588 3028844544 179546 33554432000 1073741824 1073778376 140736071277728 140229406087592 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11026/tid=11037] ppid=11024 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11026/task/11037/stat : 11037 (java) S 11024 11026 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345057589 3028844544 179546 33554432000 1073741824 1073778376 140736071277728 140229393890024 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11026/tid=11038] ppid=11024 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11026/task/11038/stat : 11038 (java) S 11024 11026 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345057589 3028844544 179546 33554432000 1073741824 1073778376 140736071277728 140229392836088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11039] ppid=11024 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11026/task/11039/stat : 11039 (java) S 11024 11026 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345057589 3028844544 179546 33554432000 1073741824 1073778376 140736071277728 140229391783688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11040] ppid=11024 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11026/task/11040/stat : 11040 (java) S 11024 11026 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345057592 3028844544 179546 33554432000 1073741824 1073778376 140736071277728 140229390732176 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11041] ppid=11024 vsize=2957856 CPUtime=0.17 cores=1,3,5,7
/proc/11026/task/11041/stat : 11041 (java) S 11024 11026 9704 0 -1 4202560 975 0 0 0 17 0 0 0 20 0 18 0 345057592 3028844544 179546 33554432000 1073741824 1073778376 140736071277728 140229389678776 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11042] ppid=11024 vsize=2957856 CPUtime=0.13 cores=1,3,5,7
/proc/11026/task/11042/stat : 11042 (java) S 11024 11026 9704 0 -1 4202560 1137 0 0 0 13 0 0 0 20 0 18 0 345057592 3028844544 179546 33554432000 1073741824 1073778376 140736071277728 140229388625976 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11026/tid=11043] ppid=11024 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11026/task/11043/stat : 11043 (java) S 11024 11026 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345057592 3028844544 179546 33554432000 1073741824 1073778376 140736071277728 140229387573880 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11026/tid=11044] ppid=11024 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11026/task/11044/stat : 11044 (java) S 11024 11026 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345057592 3028844544 179546 33554432000 1073741824 1073778376 140736071277728 140229386521288 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 2957856

[startup+6.30071 s]
/proc/loadavg: 2.48 2.10 2.03 3/209 11044
/proc/meminfo: memFree=24466316/32873852 swapFree=6856/6856
[pid=11026] ppid=11024 vsize=2957856 CPUtime=9.97 cores=1,3,5,7
/proc/11026/stat : 11026 (java) S 11024 11026 9704 0 -1 4202496 15949 0 1 0 913 84 0 0 20 0 18 0 345057585 3028844544 246729 33554432000 1073741824 1073778376 140736071277728 140736071268864 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11026/statm: 739464 246729 2277 9 0 729885 0
[pid=11026/tid=11028] ppid=11024 vsize=2957856 CPUtime=5.29 cores=1,3,5,7
/proc/11026/task/11028/stat : 11028 (java) S 11024 11026 9704 0 -1 4202560 3262 0 1 0 517 12 0 0 20 0 18 0 345057586 3028844544 246729 33554432000 1073741824 1073778376 140736071277728 140229883412216 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11026/tid=11029] ppid=11024 vsize=2957856 CPUtime=0.55 cores=1,3,5,7
/proc/11026/task/11029/stat : 11029 (java) R 11024 11026 9704 0 -1 4202560 191 0 0 0 46 9 0 0 20 0 18 0 345057587 3028844544 246729 33554432000 1073741824 1073778376 140736071277728 140229749365720 140229890311421 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11026/tid=11030] ppid=11024 vsize=2957856 CPUtime=0.42 cores=1,3,5,7
/proc/11026/task/11030/stat : 11030 (java) R 11024 11026 9704 0 -1 4202560 130 0 0 0 35 7 0 0 20 0 18 0 345057587 3028844544 246729 33554432000 1073741824 1073778376 140736071277728 140229748312920 140229887574727 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11031] ppid=11024 vsize=2957856 CPUtime=0.59 cores=1,3,5,7
/proc/11026/task/11031/stat : 11031 (java) R 11024 11026 9704 0 -1 4202560 205 0 0 0 46 13 0 0 20 0 18 0 345057587 3028844544 246729 33554432000 1073741824 1073778376 140736071277728 140229747260632 140229887588527 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=11026/tid=11032] ppid=11024 vsize=2957856 CPUtime=0.41 cores=1,3,5,7
/proc/11026/task/11032/stat : 11032 (java) R 11024 11026 9704 0 -1 4202560 147 0 0 0 33 8 0 0 20 0 18 0 345057587 3028844544 246729 33554432000 1073741824 1073778376 140736071277728 140229746207832 140229887588527 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11033] ppid=11024 vsize=2957856 CPUtime=0.39 cores=1,3,5,7
/proc/11026/task/11033/stat : 11033 (java) R 11024 11026 9704 0 -1 4202560 123 0 0 0 32 7 0 0 20 0 18 0 345057587 3028844544 246729 33554432000 1073741824 1073778376 140736071277728 140229745154520 140229885972407 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11034] ppid=11024 vsize=2957856 CPUtime=0.35 cores=1,3,5,7
/proc/11026/task/11034/stat : 11034 (java) R 11024 11026 9704 0 -1 4202560 139 0 0 0 27 8 0 0 20 0 18 0 345057588 3028844544 246729 33554432000 1073741824 1073778376 140736071277728 140229744101720 140229885972473 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11035] ppid=11024 vsize=2957856 CPUtime=0.37 cores=1,3,5,7
/proc/11026/task/11035/stat : 11035 (java) R 11024 11026 9704 0 -1 4202560 132 0 0 0 30 7 0 0 20 0 18 0 345057588 3028844544 246729 33554432000 1073741824 1073778376 140736071277728 140229407140568 140229890309430 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11026/tid=11036] ppid=11024 vsize=2957856 CPUtime=0.51 cores=1,3,5,7
/proc/11026/task/11036/stat : 11036 (java) R 11024 11026 9704 0 -1 4202560 169 0 0 0 42 9 0 0 20 0 18 0 345057588 3028844544 246729 33554432000 1073741824 1073778376 140736071277728 140229406087592 140229886691228 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11026/tid=11037] ppid=11024 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11026/task/11037/stat : 11037 (java) S 11024 11026 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345057589 3028844544 246729 33554432000 1073741824 1073778376 140736071277728 140229393888904 273451889724 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11026/tid=11038] ppid=11024 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11026/task/11038/stat : 11038 (java) S 11024 11026 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345057589 3028844544 246729 33554432000 1073741824 1073778376 140736071277728 140229392836088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11039] ppid=11024 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11026/task/11039/stat : 11039 (java) S 11024 11026 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345057589 3028844544 246729 33554432000 1073741824 1073778376 140736071277728 140229391783688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11040] ppid=11024 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11026/task/11040/stat : 11040 (java) S 11024 11026 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345057592 3028844544 246729 33554432000 1073741824 1073778376 140736071277728 140229390732176 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11041] ppid=11024 vsize=2957856 CPUtime=0.45 cores=1,3,5,7
/proc/11026/task/11041/stat : 11041 (java) S 11024 11026 9704 0 -1 4202560 4313 0 0 0 43 2 0 0 20 0 18 0 345057592 3028844544 246729 33554432000 1073741824 1073778376 140736071277728 140229389678776 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11026/tid=11042] ppid=11024 vsize=2957856 CPUtime=0.47 cores=1,3,5,7
/proc/11026/task/11042/stat : 11042 (java) S 11024 11026 9704 0 -1 4202560 5953 0 0 0 45 2 0 0 20 0 18 0 345057592 3028844544 246729 33554432000 1073741824 1073778376 140736071277728 140229388625976 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11026/tid=11043] ppid=11024 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11026/task/11043/stat : 11043 (java) S 11024 11026 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345057592 3028844544 246729 33554432000 1073741824 1073778376 140736071277728 140229387573880 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11026/tid=11044] ppid=11024 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11026/task/11044/stat : 11044 (java) S 11024 11026 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345057592 3028844544 246729 33554432000 1073741824 1073778376 140736071277728 140229386521288 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 9.97
Current children cumulated vsize (KiB) 2957856

[startup+12.7009 s]
/proc/loadavg: 3.00 2.21 2.07 3/210 11045
/proc/meminfo: memFree=24126436/32873852 swapFree=6856/6856
[pid=11026] ppid=11024 vsize=2957856 CPUtime=21.38 cores=1,3,5,7
/proc/11026/stat : 11026 (java) S 11024 11026 9704 0 -1 4202496 19728 0 1 0 2023 115 0 0 20 0 18 0 345057585 3028844544 317688 33554432000 1073741824 1073778376 140736071277728 140736071268864 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11026/statm: 739464 317688 2277 9 0 729885 0
[pid=11026/tid=11028] ppid=11024 vsize=2957856 CPUtime=9.96 cores=1,3,5,7

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

/proc/11026/task/11029/stat : 11029 (java) S 11024 11026 9704 0 -1 4202560 627 0 0 0 209 17 0 0 20 0 19 0 345057587 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229749365544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11026/tid=11030] ppid=11024 vsize=3024420 CPUtime=2.01 cores=1,3,5,7
/proc/11026/task/11030/stat : 11030 (java) S 11024 11026 9704 0 -1 4202560 402 0 0 0 185 16 0 0 20 0 19 0 345057587 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229748312744 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11026/tid=11031] ppid=11024 vsize=3024420 CPUtime=2.38 cores=1,3,5,7
/proc/11026/task/11031/stat : 11031 (java) S 11024 11026 9704 0 -1 4202560 1243 0 0 0 216 22 0 0 20 0 19 0 345057587 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229747260456 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11032] ppid=11024 vsize=3024420 CPUtime=2.09 cores=1,3,5,7
/proc/11026/task/11032/stat : 11032 (java) S 11024 11026 9704 0 -1 4202560 1150 0 0 0 190 19 0 0 20 0 19 0 345057587 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229746207656 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11033] ppid=11024 vsize=3024420 CPUtime=1.9 cores=1,3,5,7
/proc/11026/task/11033/stat : 11033 (java) S 11024 11026 9704 0 -1 4202560 715 0 0 0 175 15 0 0 20 0 19 0 345057587 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229745154344 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11026/tid=11034] ppid=11024 vsize=3024420 CPUtime=2.4 cores=1,3,5,7
/proc/11026/task/11034/stat : 11034 (java) S 11024 11026 9704 0 -1 4202560 554 0 0 0 222 18 0 0 20 0 19 0 345057588 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229744101544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11026/tid=11035] ppid=11024 vsize=3024420 CPUtime=2.05 cores=1,3,5,7
/proc/11026/task/11035/stat : 11035 (java) S 11024 11026 9704 0 -1 4202560 485 0 0 0 189 16 0 0 20 0 19 0 345057588 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229407140392 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11026/tid=11036] ppid=11024 vsize=3024420 CPUtime=2.28 cores=1,3,5,7
/proc/11026/task/11036/stat : 11036 (java) S 11024 11026 9704 0 -1 4202560 392 0 0 0 209 19 0 0 20 0 19 0 345057588 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229406087592 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11026/tid=11037] ppid=11024 vsize=3024420 CPUtime=1684.65 cores=1,3,5,7
/proc/11026/task/11037/stat : 11037 (java) R 11024 11026 9704 0 -1 4202560 153 0 0 0 168437 28 0 0 20 0 19 0 345057589 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229393890184 140229889536812 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11038] ppid=11024 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11026/task/11038/stat : 11038 (java) S 11024 11026 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345057589 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229392836088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11039] ppid=11024 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11026/task/11039/stat : 11039 (java) S 11024 11026 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345057589 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229391783688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11040] ppid=11024 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11026/task/11040/stat : 11040 (java) S 11024 11026 9704 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 345057592 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229390731720 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11041] ppid=11024 vsize=3024420 CPUtime=0.85 cores=1,3,5,7
/proc/11026/task/11041/stat : 11041 (java) S 11024 11026 9704 0 -1 4202560 4325 0 0 0 83 2 0 0 20 0 19 0 345057592 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229389678776 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11026/tid=11042] ppid=11024 vsize=3024420 CPUtime=0.77 cores=1,3,5,7
/proc/11026/task/11042/stat : 11042 (java) S 11024 11026 9704 0 -1 4202560 5969 0 0 0 75 2 0 0 20 0 19 0 345057592 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229388625976 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11026/tid=11043] ppid=11024 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11026/task/11043/stat : 11043 (java) S 11024 11026 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345057592 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229387573880 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11026/tid=11044] ppid=11024 vsize=3024420 CPUtime=1.06 cores=1,3,5,7
/proc/11026/task/11044/stat : 11044 (java) S 11024 11026 9704 0 -1 4202560 103 0 0 0 51 55 0 0 20 0 19 0 345057592 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229386521288 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11026/tid=11046] ppid=11024 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11026/task/11046/stat : 11046 (java) S 11024 11026 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345073175 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229384390056 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.68
Current children cumulated vsize (KiB) 3024420

[startup+1786.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 11142
/proc/meminfo: memFree=23681120/32873852 swapFree=6856/6856
[pid=11026] ppid=11024 vsize=3024420 CPUtime=1801.48 cores=1,3,5,7
/proc/11026/stat : 11026 (java) S 11024 11026 9704 0 -1 4202496 21053 0 1 0 179922 226 0 0 20 0 19 0 345057585 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140736071268864 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11026/statm: 756105 424781 2306 9 0 746526 0
[pid=11026/tid=11028] ppid=11024 vsize=3024420 CPUtime=96.09 cores=1,3,5,7
/proc/11026/task/11028/stat : 11028 (java) S 11024 11026 9704 0 -1 4202560 3750 0 1 0 9585 24 0 0 20 0 19 0 345057586 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229883411800 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11026/tid=11029] ppid=11024 vsize=3024420 CPUtime=2.26 cores=1,3,5,7
/proc/11026/task/11029/stat : 11029 (java) S 11024 11026 9704 0 -1 4202560 627 0 0 0 209 17 0 0 20 0 19 0 345057587 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229749365544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11026/tid=11030] ppid=11024 vsize=3024420 CPUtime=2.01 cores=1,3,5,7
/proc/11026/task/11030/stat : 11030 (java) S 11024 11026 9704 0 -1 4202560 402 0 0 0 185 16 0 0 20 0 19 0 345057587 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229748312744 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11026/tid=11031] ppid=11024 vsize=3024420 CPUtime=2.38 cores=1,3,5,7
/proc/11026/task/11031/stat : 11031 (java) S 11024 11026 9704 0 -1 4202560 1243 0 0 0 216 22 0 0 20 0 19 0 345057587 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229747260456 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11032] ppid=11024 vsize=3024420 CPUtime=2.09 cores=1,3,5,7
/proc/11026/task/11032/stat : 11032 (java) S 11024 11026 9704 0 -1 4202560 1150 0 0 0 190 19 0 0 20 0 19 0 345057587 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229746207656 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11033] ppid=11024 vsize=3024420 CPUtime=1.9 cores=1,3,5,7
/proc/11026/task/11033/stat : 11033 (java) S 11024 11026 9704 0 -1 4202560 715 0 0 0 175 15 0 0 20 0 19 0 345057587 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229745154344 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11026/tid=11034] ppid=11024 vsize=3024420 CPUtime=2.4 cores=1,3,5,7
/proc/11026/task/11034/stat : 11034 (java) S 11024 11026 9704 0 -1 4202560 554 0 0 0 222 18 0 0 20 0 19 0 345057588 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229744101544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11026/tid=11035] ppid=11024 vsize=3024420 CPUtime=2.05 cores=1,3,5,7
/proc/11026/task/11035/stat : 11035 (java) S 11024 11026 9704 0 -1 4202560 485 0 0 0 189 16 0 0 20 0 19 0 345057588 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229407140392 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11026/tid=11036] ppid=11024 vsize=3024420 CPUtime=2.28 cores=1,3,5,7
/proc/11026/task/11036/stat : 11036 (java) S 11024 11026 9704 0 -1 4202560 392 0 0 0 209 19 0 0 20 0 19 0 345057588 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229406087592 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11026/tid=11037] ppid=11024 vsize=3024420 CPUtime=1685.45 cores=1,3,5,7
/proc/11026/task/11037/stat : 11037 (java) R 11024 11026 9704 0 -1 4202560 153 0 0 0 168517 28 0 0 20 0 19 0 345057589 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229393890184 140229889921096 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11038] ppid=11024 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11026/task/11038/stat : 11038 (java) S 11024 11026 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345057589 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229392836088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11039] ppid=11024 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11026/task/11039/stat : 11039 (java) S 11024 11026 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345057589 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229391783688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11040] ppid=11024 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11026/task/11040/stat : 11040 (java) S 11024 11026 9704 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 345057592 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229390731720 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11041] ppid=11024 vsize=3024420 CPUtime=0.85 cores=1,3,5,7
/proc/11026/task/11041/stat : 11041 (java) S 11024 11026 9704 0 -1 4202560 4325 0 0 0 83 2 0 0 20 0 19 0 345057592 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229389678776 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11026/tid=11042] ppid=11024 vsize=3024420 CPUtime=0.77 cores=1,3,5,7
/proc/11026/task/11042/stat : 11042 (java) S 11024 11026 9704 0 -1 4202560 5969 0 0 0 75 2 0 0 20 0 19 0 345057592 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229388625976 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11026/tid=11043] ppid=11024 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11026/task/11043/stat : 11043 (java) S 11024 11026 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345057592 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229387573880 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11026/tid=11044] ppid=11024 vsize=3024420 CPUtime=1.06 cores=1,3,5,7
/proc/11026/task/11044/stat : 11044 (java) S 11024 11026 9704 0 -1 4202560 103 0 0 0 51 55 0 0 20 0 19 0 345057592 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229386521288 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11026/tid=11046] ppid=11024 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11026/task/11046/stat : 11046 (java) S 11024 11026 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345073175 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229384390056 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1801.48
Current children cumulated vsize (KiB) 3024420

[startup+1786.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 11142
/proc/meminfo: memFree=23681120/32873852 swapFree=6856/6856
[pid=11026] ppid=11024 vsize=3024420 CPUtime=1801.88 cores=1,3,5,7
/proc/11026/stat : 11026 (java) S 11024 11026 9704 0 -1 4202496 21053 0 1 0 179962 226 0 0 20 0 19 0 345057585 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140736071268864 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11026/statm: 756105 424781 2306 9 0 746526 0
[pid=11026/tid=11028] ppid=11024 vsize=3024420 CPUtime=96.09 cores=1,3,5,7
/proc/11026/task/11028/stat : 11028 (java) S 11024 11026 9704 0 -1 4202560 3750 0 1 0 9585 24 0 0 20 0 19 0 345057586 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229883411800 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11026/tid=11029] ppid=11024 vsize=3024420 CPUtime=2.26 cores=1,3,5,7
/proc/11026/task/11029/stat : 11029 (java) S 11024 11026 9704 0 -1 4202560 627 0 0 0 209 17 0 0 20 0 19 0 345057587 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229749365544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11026/tid=11030] ppid=11024 vsize=3024420 CPUtime=2.01 cores=1,3,5,7
/proc/11026/task/11030/stat : 11030 (java) S 11024 11026 9704 0 -1 4202560 402 0 0 0 185 16 0 0 20 0 19 0 345057587 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229748312744 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11026/tid=11031] ppid=11024 vsize=3024420 CPUtime=2.38 cores=1,3,5,7
/proc/11026/task/11031/stat : 11031 (java) S 11024 11026 9704 0 -1 4202560 1243 0 0 0 216 22 0 0 20 0 19 0 345057587 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229747260456 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11032] ppid=11024 vsize=3024420 CPUtime=2.09 cores=1,3,5,7
/proc/11026/task/11032/stat : 11032 (java) S 11024 11026 9704 0 -1 4202560 1150 0 0 0 190 19 0 0 20 0 19 0 345057587 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229746207656 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11033] ppid=11024 vsize=3024420 CPUtime=1.9 cores=1,3,5,7
/proc/11026/task/11033/stat : 11033 (java) S 11024 11026 9704 0 -1 4202560 715 0 0 0 175 15 0 0 20 0 19 0 345057587 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229745154344 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11026/tid=11034] ppid=11024 vsize=3024420 CPUtime=2.4 cores=1,3,5,7
/proc/11026/task/11034/stat : 11034 (java) S 11024 11026 9704 0 -1 4202560 554 0 0 0 222 18 0 0 20 0 19 0 345057588 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229744101544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11026/tid=11035] ppid=11024 vsize=3024420 CPUtime=2.05 cores=1,3,5,7
/proc/11026/task/11035/stat : 11035 (java) S 11024 11026 9704 0 -1 4202560 485 0 0 0 189 16 0 0 20 0 19 0 345057588 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229407140392 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11026/tid=11036] ppid=11024 vsize=3024420 CPUtime=2.28 cores=1,3,5,7
/proc/11026/task/11036/stat : 11036 (java) S 11024 11026 9704 0 -1 4202560 392 0 0 0 209 19 0 0 20 0 19 0 345057588 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229406087592 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11026/tid=11037] ppid=11024 vsize=3024420 CPUtime=1685.85 cores=1,3,5,7
/proc/11026/task/11037/stat : 11037 (java) R 11024 11026 9704 0 -1 4202560 153 0 0 0 168557 28 0 0 20 0 19 0 345057589 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229393890184 140229889921056 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11038] ppid=11024 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11026/task/11038/stat : 11038 (java) S 11024 11026 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345057589 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229392836088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11039] ppid=11024 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11026/task/11039/stat : 11039 (java) S 11024 11026 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345057589 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229391783688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11040] ppid=11024 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11026/task/11040/stat : 11040 (java) S 11024 11026 9704 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 345057592 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229390731720 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11041] ppid=11024 vsize=3024420 CPUtime=0.85 cores=1,3,5,7
/proc/11026/task/11041/stat : 11041 (java) S 11024 11026 9704 0 -1 4202560 4325 0 0 0 83 2 0 0 20 0 19 0 345057592 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229389678776 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11026/tid=11042] ppid=11024 vsize=3024420 CPUtime=0.77 cores=1,3,5,7
/proc/11026/task/11042/stat : 11042 (java) S 11024 11026 9704 0 -1 4202560 5969 0 0 0 75 2 0 0 20 0 19 0 345057592 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229388625976 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11026/tid=11043] ppid=11024 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11026/task/11043/stat : 11043 (java) S 11024 11026 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345057592 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229387573880 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11026/tid=11044] ppid=11024 vsize=3024420 CPUtime=1.06 cores=1,3,5,7
/proc/11026/task/11044/stat : 11044 (java) S 11024 11026 9704 0 -1 4202560 103 0 0 0 51 55 0 0 20 0 19 0 345057592 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229386521288 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11026/tid=11046] ppid=11024 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11026/task/11046/stat : 11046 (java) S 11024 11026 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345073175 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229384390056 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1801.88
Current children cumulated vsize (KiB) 3024420

[startup+1786.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 11142
/proc/meminfo: memFree=23681120/32873852 swapFree=6856/6856
[pid=11026] ppid=11024 vsize=3024420 CPUtime=1802.08 cores=1,3,5,7
/proc/11026/stat : 11026 (java) S 11024 11026 9704 0 -1 4202496 21053 0 1 0 179982 226 0 0 20 0 19 0 345057585 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140736071268864 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11026/statm: 756105 424781 2306 9 0 746526 0
[pid=11026/tid=11028] ppid=11024 vsize=3024420 CPUtime=96.09 cores=1,3,5,7
/proc/11026/task/11028/stat : 11028 (java) S 11024 11026 9704 0 -1 4202560 3750 0 1 0 9585 24 0 0 20 0 19 0 345057586 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229883411800 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11026/tid=11029] ppid=11024 vsize=3024420 CPUtime=2.26 cores=1,3,5,7
/proc/11026/task/11029/stat : 11029 (java) S 11024 11026 9704 0 -1 4202560 627 0 0 0 209 17 0 0 20 0 19 0 345057587 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229749365544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11026/tid=11030] ppid=11024 vsize=3024420 CPUtime=2.01 cores=1,3,5,7
/proc/11026/task/11030/stat : 11030 (java) S 11024 11026 9704 0 -1 4202560 402 0 0 0 185 16 0 0 20 0 19 0 345057587 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229748312744 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11026/tid=11031] ppid=11024 vsize=3024420 CPUtime=2.38 cores=1,3,5,7
/proc/11026/task/11031/stat : 11031 (java) S 11024 11026 9704 0 -1 4202560 1243 0 0 0 216 22 0 0 20 0 19 0 345057587 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229747260456 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11032] ppid=11024 vsize=3024420 CPUtime=2.09 cores=1,3,5,7
/proc/11026/task/11032/stat : 11032 (java) S 11024 11026 9704 0 -1 4202560 1150 0 0 0 190 19 0 0 20 0 19 0 345057587 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229746207656 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11033] ppid=11024 vsize=3024420 CPUtime=1.9 cores=1,3,5,7
/proc/11026/task/11033/stat : 11033 (java) S 11024 11026 9704 0 -1 4202560 715 0 0 0 175 15 0 0 20 0 19 0 345057587 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229745154344 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11026/tid=11034] ppid=11024 vsize=3024420 CPUtime=2.4 cores=1,3,5,7
/proc/11026/task/11034/stat : 11034 (java) S 11024 11026 9704 0 -1 4202560 554 0 0 0 222 18 0 0 20 0 19 0 345057588 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229744101544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11026/tid=11035] ppid=11024 vsize=3024420 CPUtime=2.05 cores=1,3,5,7
/proc/11026/task/11035/stat : 11035 (java) S 11024 11026 9704 0 -1 4202560 485 0 0 0 189 16 0 0 20 0 19 0 345057588 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229407140392 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11026/tid=11036] ppid=11024 vsize=3024420 CPUtime=2.28 cores=1,3,5,7
/proc/11026/task/11036/stat : 11036 (java) S 11024 11026 9704 0 -1 4202560 392 0 0 0 209 19 0 0 20 0 19 0 345057588 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229406087592 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11026/tid=11037] ppid=11024 vsize=3024420 CPUtime=1686.05 cores=1,3,5,7
/proc/11026/task/11037/stat : 11037 (java) R 11024 11026 9704 0 -1 4202560 153 0 0 0 168577 28 0 0 20 0 19 0 345057589 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229393890184 140229889920784 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11038] ppid=11024 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11026/task/11038/stat : 11038 (java) S 11024 11026 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345057589 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229392836088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11039] ppid=11024 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11026/task/11039/stat : 11039 (java) S 11024 11026 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345057589 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229391783688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11040] ppid=11024 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11026/task/11040/stat : 11040 (java) S 11024 11026 9704 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 345057592 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229390731720 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11026/tid=11041] ppid=11024 vsize=3024420 CPUtime=0.85 cores=1,3,5,7
/proc/11026/task/11041/stat : 11041 (java) S 11024 11026 9704 0 -1 4202560 4325 0 0 0 83 2 0 0 20 0 19 0 345057592 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229389678776 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11026/tid=11042] ppid=11024 vsize=3024420 CPUtime=0.77 cores=1,3,5,7
/proc/11026/task/11042/stat : 11042 (java) S 11024 11026 9704 0 -1 4202560 5969 0 0 0 75 2 0 0 20 0 19 0 345057592 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229388625976 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11026/tid=11043] ppid=11024 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11026/task/11043/stat : 11043 (java) S 11024 11026 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345057592 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229387573880 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11026/tid=11044] ppid=11024 vsize=3024420 CPUtime=1.06 cores=1,3,5,7
/proc/11026/task/11044/stat : 11044 (java) S 11024 11026 9704 0 -1 4202560 103 0 0 0 51 55 0 0 20 0 19 0 345057592 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229386521288 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11026/tid=11046] ppid=11024 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11026/task/11046/stat : 11046 (java) S 11024 11026 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345073175 3097006080 424781 33554432000 1073741824 1073778376 140736071277728 140229384390056 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1802.08
Current children cumulated vsize (KiB) 3024420

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1786.83
CPU time (s): 1802.46
CPU user time (s): 1799.8
CPU system time (s): 2.66259
CPU usage (%): 100.875
Max. virtual memory (cumulated for all children) (KiB): 3024420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.8
system time used= 2.6626
maximum resident set size= 1699124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21053
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38652
involuntary context switches= 19099

runsolver used 7.65684 second user time and 20.4519 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-04 07:55:17
IDJOB=3743906
IDBENCH=92646
IDSOLVER=2319
FILE ID=node128/3743906-1338789311
RUNJOBID= node128-1338773754-9721
PBS_JOBID= 14636825
Free space on /tmp= 69988 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_8_mh.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743906-1338789311/watcher-3743906-1338789311 -o /tmp/evaluation-result-3743906-1338789311/solver-3743906-1338789311 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3743906-1338789311.opb           

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= b6af9d5f38ec6e461eecfded04e11783
RANDOM SEED=232421153

node128.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        25371684 kB
Buffers:          561408 kB
Cached:          4324244 kB
SwapCached:          744 kB
Active:          4181092 kB
Inactive:        2408416 kB
Active(anon):    1694816 kB
Inactive(anon):    11420 kB
Active(file):    2486276 kB
Inactive(file):  2396996 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106656 kB
Dirty:            225544 kB
Writeback:             0 kB
AnonPages:       1709992 kB
Mapped:            22368 kB
Shmem:               200 kB
Slab:             768524 kB
SReclaimable:     206212 kB
SUnreclaim:       562312 kB
KernelStack:        1568 kB
PageTables:         7428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    1825988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1646592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69988 MiB
End job on node128 at 2012-06-04 08:25:04