Trace number 3743852

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.73 1789.12

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_5_mh.opb
MD5SUM682ced1993335202bf2b9cca6b4feb1c
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark9895127
Best CPU time to get the best result obtained on this benchmark1800.86
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 165469149
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 361320367096
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 165469149
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 361320367096
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.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.03/0.08	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.03/0.08	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.03/0.08	c no version file found!!!
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version	1.6.0_24
0.03/0.08	c os.name	Linux
0.03/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch	amd64
0.03/0.08	c Free memory 1599470296
0.03/0.08	c Max memory 1607860224
0.03/0.08	c Total memory 1607860224
0.03/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-3743852-1338788179.opb
0.08/0.10	c reading problem ... 
122.13/109.92	c ... done. Wall clock time 109.822s.
122.13/109.92	c CPU time (experimental) 25.76s.
122.13/109.92	c #vars     2000400
122.13/109.92	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-3743852-1338788179/watcher-3743852-1338788179 -o /tmp/evaluation-result-3743852-1338788179/solver-3743852-1338788179 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3743852-1338788179.opb 

running on 4 cores: 0,2,4,6

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.18 2.08 2.01 3/192 10960
/proc/meminfo: memFree=25396516/32873852 swapFree=6856/6856
[pid=10960] ppid=10958 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/10960/stat : 10960 (java) D 10958 10960 9704 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 344944371 9515008 175 33554432000 1073741824 1073778376 140735154406976 140735154389704 273448518544 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/10960/statm: 2323 175 133 9 0 71 0

[startup+0.0538501 s]
/proc/loadavg: 2.18 2.08 2.01 3/192 10960
/proc/meminfo: memFree=25396516/32873852 swapFree=6856/6856
[pid=10960] ppid=10958 vsize=2623916 CPUtime=0.03 cores=0,2,4,6
/proc/10960/stat : 10960 (java) S 10958 10960 9704 0 -1 4202496 3944 0 1 0 2 1 0 0 20 0 13 0 344944371 2686889984 5152 33554432000 1073741824 1073778376 140734559607328 140734559598464 273451876413 0 0 0 16800971 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/10960/statm: 655979 5152 1706 9 0 646680 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2623916

[startup+0.100201 s]
/proc/loadavg: 2.18 2.08 2.01 3/192 10960
/proc/meminfo: memFree=25396516/32873852 swapFree=6856/6856
[pid=10960] ppid=10958 vsize=2957856 CPUtime=0.08 cores=0,2,4,6
/proc/10960/stat : 10960 (java) S 10958 10960 9704 0 -1 4202496 4901 0 1 0 7 1 0 0 20 0 18 0 344944371 3028844544 6607 33554432000 1073741824 1073778376 140734559607328 140734559598464 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/10960/statm: 739464 6607 2118 9 0 729885 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2957856

[startup+0.300275 s]
/proc/loadavg: 2.18 2.08 2.01 3/192 10960
/proc/meminfo: memFree=25396516/32873852 swapFree=6856/6856
[pid=10960] ppid=10958 vsize=2957856 CPUtime=0.43 cores=0,2,4,6
/proc/10960/stat : 10960 (java) S 10958 10960 9704 0 -1 4202496 5884 0 1 0 39 4 0 0 20 0 18 0 344944371 3028844544 30272 33554432000 1073741824 1073778376 140734559607328 140734559598464 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/10960/statm: 739464 30272 2233 9 0 729885 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 2957856

[startup+0.700297 s]
/proc/loadavg: 2.18 2.08 2.01 3/192 10960
/proc/meminfo: memFree=25396516/32873852 swapFree=6856/6856
[pid=10960] ppid=10958 vsize=2957856 CPUtime=0.83 cores=0,2,4,6
/proc/10960/stat : 10960 (java) S 10958 10960 9704 0 -1 4202496 5946 0 1 0 77 6 0 0 20 0 18 0 344944371 3028844544 62016 33554432000 1073741824 1073778376 140734559607328 140734559598464 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/10960/statm: 739464 62016 2233 9 0 729885 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 2957856

[startup+1.50074 s]
/proc/loadavg: 2.18 2.08 2.01 3/210 10978
/proc/meminfo: memFree=25062056/32873852 swapFree=6856/6856
[pid=10960] ppid=10958 vsize=2957856 CPUtime=1.91 cores=0,2,4,6
/proc/10960/stat : 10960 (java) S 10958 10960 9704 0 -1 4202496 6236 0 1 0 175 16 0 0 20 0 18 0 344944371 3028844544 137868 33554432000 1073741824 1073778376 140734559607328 140734559598464 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/10960/statm: 739464 137868 2249 9 0 729885 0
[pid=10960/tid=10962] ppid=10958 vsize=2957856 CPUtime=1.37 cores=0,2,4,6
/proc/10960/task/10962/stat : 10962 (java) R 10958 10960 9704 0 -1 4202560 3224 0 1 0 128 9 0 0 20 0 18 0 344944372 3028844544 137868 33554432000 1073741824 1073778376 140734559607328 139890555821768 139890390346073 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10960/tid=10963] ppid=10958 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/10960/task/10963/stat : 10963 (java) S 10958 10960 9704 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 18 0 344944373 3028844544 137868 33554432000 1073741824 1073778376 140734559607328 139890539248680 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10964] ppid=10958 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/10960/task/10964/stat : 10964 (java) S 10958 10960 9704 0 -1 4202560 27 0 0 0 2 1 0 0 20 0 18 0 344944373 3028844544 137868 33554432000 1073741824 1073778376 140734559607328 139890538195880 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10960/tid=10965] ppid=10958 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/10960/task/10965/stat : 10965 (java) S 10958 10960 9704 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 18 0 344944373 3028844544 137868 33554432000 1073741824 1073778376 140734559607328 139890537143080 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10960/tid=10966] ppid=10958 vsize=2957856 CPUtime=0.08 cores=0,2,4,6
/proc/10960/task/10966/stat : 10966 (java) S 10958 10960 9704 0 -1 4202560 48 0 0 0 7 1 0 0 20 0 18 0 344944373 3028844544 137868 33554432000 1073741824 1073778376 140734559607328 139890536090280 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10967] ppid=10958 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/10960/task/10967/stat : 10967 (java) S 10958 10960 9704 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 344944373 3028844544 137868 33554432000 1073741824 1073778376 140734559607328 139890535037480 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10968] ppid=10958 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/10960/task/10968/stat : 10968 (java) S 10958 10960 9704 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 18 0 344944373 3028844544 137868 33554432000 1073741824 1073778376 140734559607328 139890533984680 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10960/tid=10969] ppid=10958 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/10960/task/10969/stat : 10969 (java) S 10958 10960 9704 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 18 0 344944373 3028844544 137868 33554432000 1073741824 1073778376 140734559607328 139890532931880 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10960/tid=10970] ppid=10958 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/10960/task/10970/stat : 10970 (java) S 10958 10960 9704 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 344944373 3028844544 137868 33554432000 1073741824 1073778376 140734559607328 139890531879080 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10971] ppid=10958 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10960/task/10971/stat : 10971 (java) S 10958 10960 9704 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 344944374 3028844544 137868 33554432000 1073741824 1073778376 140734559607328 139890519469032 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10960/tid=10972] ppid=10958 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10960/task/10972/stat : 10972 (java) S 10958 10960 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 344944375 3028844544 137868 33554432000 1073741824 1073778376 140734559607328 139890518415096 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10973] ppid=10958 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10960/task/10973/stat : 10973 (java) S 10958 10960 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344944375 3028844544 137868 33554432000 1073741824 1073778376 140734559607328 139890517362184 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10974] ppid=10958 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10960/task/10974/stat : 10974 (java) S 10958 10960 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344944377 3028844544 137868 33554432000 1073741824 1073778376 140734559607328 139890516310672 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10975] ppid=10958 vsize=2957856 CPUtime=0.07 cores=0,2,4,6
/proc/10960/task/10975/stat : 10975 (java) S 10958 10960 9704 0 -1 4202560 744 0 0 0 7 0 0 0 20 0 18 0 344944377 3028844544 137868 33554432000 1073741824 1073778376 140734559607328 139890515257784 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10976] ppid=10958 vsize=2957856 CPUtime=0.07 cores=0,2,4,6
/proc/10960/task/10976/stat : 10976 (java) S 10958 10960 9704 0 -1 4202560 890 0 0 0 7 0 0 0 20 0 18 0 344944377 3028844544 137868 33554432000 1073741824 1073778376 140734559607328 139890514204984 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10960/tid=10977] ppid=10958 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10960/task/10977/stat : 10977 (java) S 10958 10960 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344944377 3028844544 137868 33554432000 1073741824 1073778376 140734559607328 139890513152376 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10960/tid=10978] ppid=10958 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10960/task/10978/stat : 10978 (java) S 10958 10960 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344944377 3028844544 137868 33554432000 1073741824 1073778376 140734559607328 139890512099784 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 2957856

[startup+3.10074 s]
/proc/loadavg: 2.25 2.10 2.02 4/210 10978
/proc/meminfo: memFree=24854772/32873852 swapFree=6856/6856
[pid=10960] ppid=10958 vsize=2957856 CPUtime=4.06 cores=0,2,4,6
/proc/10960/stat : 10960 (java) S 10958 10960 9704 0 -1 4202496 6788 0 1 0 380 26 0 0 20 0 18 0 344944371 3028844544 179545 33554432000 1073741824 1073778376 140734559607328 140734559598464 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/10960/statm: 739464 179545 2267 9 0 729885 0
[pid=10960/tid=10962] ppid=10958 vsize=2957856 CPUtime=2.83 cores=0,2,4,6
/proc/10960/task/10962/stat : 10962 (java) R 10958 10960 9704 0 -1 4202560 3237 0 1 0 274 9 0 0 20 0 18 0 344944372 3028844544 179545 33554432000 1073741824 1073778376 140734559607328 139890555814096 139890390518217 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10960/tid=10963] ppid=10958 vsize=2957856 CPUtime=0.06 cores=0,2,4,6
/proc/10960/task/10963/stat : 10963 (java) S 10958 10960 9704 0 -1 4202560 41 0 0 0 5 1 0 0 20 0 18 0 344944373 3028844544 179545 33554432000 1073741824 1073778376 140734559607328 139890539248680 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10960/tid=10964] ppid=10958 vsize=2957856 CPUtime=0.1 cores=0,2,4,6
/proc/10960/task/10964/stat : 10964 (java) S 10958 10960 9704 0 -1 4202560 52 0 0 0 7 3 0 0 20 0 18 0 344944373 3028844544 179545 33554432000 1073741824 1073778376 140734559607328 139890538195880 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10960/tid=10965] ppid=10958 vsize=2957856 CPUtime=0.09 cores=0,2,4,6
/proc/10960/task/10965/stat : 10965 (java) S 10958 10960 9704 0 -1 4202560 51 0 0 0 7 2 0 0 20 0 18 0 344944373 3028844544 179545 33554432000 1073741824 1073778376 140734559607328 139890537143080 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10960/tid=10966] ppid=10958 vsize=2957856 CPUtime=0.16 cores=0,2,4,6
/proc/10960/task/10966/stat : 10966 (java) S 10958 10960 9704 0 -1 4202560 87 0 0 0 13 3 0 0 20 0 18 0 344944373 3028844544 179545 33554432000 1073741824 1073778376 140734559607328 139890536090280 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10967] ppid=10958 vsize=2957856 CPUtime=0.06 cores=0,2,4,6
/proc/10960/task/10967/stat : 10967 (java) S 10958 10960 9704 0 -1 4202560 37 0 0 0 5 1 0 0 20 0 18 0 344944373 3028844544 179545 33554432000 1073741824 1073778376 140734559607328 139890535037480 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10960/tid=10968] ppid=10958 vsize=2957856 CPUtime=0.1 cores=0,2,4,6
/proc/10960/task/10968/stat : 10968 (java) S 10958 10960 9704 0 -1 4202560 53 0 0 0 8 2 0 0 20 0 18 0 344944373 3028844544 179545 33554432000 1073741824 1073778376 140734559607328 139890533984680 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10960/tid=10969] ppid=10958 vsize=2957856 CPUtime=0.1 cores=0,2,4,6
/proc/10960/task/10969/stat : 10969 (java) S 10958 10960 9704 0 -1 4202560 48 0 0 0 8 2 0 0 20 0 18 0 344944373 3028844544 179545 33554432000 1073741824 1073778376 140734559607328 139890532931880 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10960/tid=10970] ppid=10958 vsize=2957856 CPUtime=0.1 cores=0,2,4,6
/proc/10960/task/10970/stat : 10970 (java) S 10958 10960 9704 0 -1 4202560 47 0 0 0 9 1 0 0 20 0 18 0 344944373 3028844544 179545 33554432000 1073741824 1073778376 140734559607328 139890531879080 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10960/tid=10971] ppid=10958 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10960/task/10971/stat : 10971 (java) S 10958 10960 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344944374 3028844544 179545 33554432000 1073741824 1073778376 140734559607328 139890519469032 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10960/tid=10972] ppid=10958 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10960/task/10972/stat : 10972 (java) S 10958 10960 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 344944375 3028844544 179545 33554432000 1073741824 1073778376 140734559607328 139890518415096 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10973] ppid=10958 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10960/task/10973/stat : 10973 (java) S 10958 10960 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344944375 3028844544 179545 33554432000 1073741824 1073778376 140734559607328 139890517362184 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10974] ppid=10958 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10960/task/10974/stat : 10974 (java) S 10958 10960 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344944377 3028844544 179545 33554432000 1073741824 1073778376 140734559607328 139890516310672 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10975] ppid=10958 vsize=2957856 CPUtime=0.17 cores=0,2,4,6
/proc/10960/task/10975/stat : 10975 (java) S 10958 10960 9704 0 -1 4202560 1018 0 0 0 17 0 0 0 20 0 18 0 344944377 3028844544 179545 33554432000 1073741824 1073778376 140734559607328 139890515257784 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10976] ppid=10958 vsize=2957856 CPUtime=0.13 cores=0,2,4,6
/proc/10960/task/10976/stat : 10976 (java) S 10958 10960 9704 0 -1 4202560 934 0 0 0 13 0 0 0 20 0 18 0 344944377 3028844544 179545 33554432000 1073741824 1073778376 140734559607328 139890514204984 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10960/tid=10977] ppid=10958 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10960/task/10977/stat : 10977 (java) S 10958 10960 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344944377 3028844544 179545 33554432000 1073741824 1073778376 140734559607328 139890513152376 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10960/tid=10978] ppid=10958 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10960/task/10978/stat : 10978 (java) S 10958 10960 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344944377 3028844544 179545 33554432000 1073741824 1073778376 140734559607328 139890512099784 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 2957856

[startup+6.30071 s]
/proc/loadavg: 2.25 2.10 2.02 3/210 10978
/proc/meminfo: memFree=24492908/32873852 swapFree=6856/6856
[pid=10960] ppid=10958 vsize=2957856 CPUtime=9.82 cores=0,2,4,6
/proc/10960/stat : 10960 (java) S 10958 10960 9704 0 -1 4202496 15237 0 1 0 923 59 0 0 20 0 18 0 344944371 3028844544 251295 33554432000 1073741824 1073778376 140734559607328 140734559598464 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/10960/statm: 739464 251295 2277 9 0 729885 0
[pid=10960/tid=10962] ppid=10958 vsize=2957856 CPUtime=5.33 cores=0,2,4,6
/proc/10960/task/10962/stat : 10962 (java) R 10958 10960 9704 0 -1 4202560 3242 0 1 0 523 10 0 0 20 0 18 0 344944372 3028844544 251295 33554432000 1073741824 1073778376 140734559607328 139890555821560 139890390424427 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10960/tid=10963] ppid=10958 vsize=2957856 CPUtime=0.49 cores=0,2,4,6
/proc/10960/task/10963/stat : 10963 (java) S 10958 10960 9704 0 -1 4202560 181 0 0 0 42 7 0 0 20 0 18 0 344944373 3028844544 251295 33554432000 1073741824 1073778376 140734559607328 139890539248680 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10960/tid=10964] ppid=10958 vsize=2957856 CPUtime=0.33 cores=0,2,4,6
/proc/10960/task/10964/stat : 10964 (java) S 10958 10960 9704 0 -1 4202560 299 0 0 0 27 6 0 0 20 0 18 0 344944373 3028844544 251295 33554432000 1073741824 1073778376 140734559607328 139890538195880 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10965] ppid=10958 vsize=2957856 CPUtime=0.47 cores=0,2,4,6
/proc/10960/task/10965/stat : 10965 (java) S 10958 10960 9704 0 -1 4202560 186 0 0 0 41 6 0 0 20 0 18 0 344944373 3028844544 251295 33554432000 1073741824 1073778376 140734559607328 139890537143080 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10960/tid=10966] ppid=10958 vsize=2957856 CPUtime=0.57 cores=0,2,4,6
/proc/10960/task/10966/stat : 10966 (java) S 10958 10960 9704 0 -1 4202560 210 0 0 0 48 9 0 0 20 0 18 0 344944373 3028844544 251295 33554432000 1073741824 1073778376 140734559607328 139890536090280 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10967] ppid=10958 vsize=2957856 CPUtime=0.38 cores=0,2,4,6
/proc/10960/task/10967/stat : 10967 (java) S 10958 10960 9704 0 -1 4202560 137 0 0 0 32 6 0 0 20 0 18 0 344944373 3028844544 251295 33554432000 1073741824 1073778376 140734559607328 139890535037480 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10960/tid=10968] ppid=10958 vsize=2957856 CPUtime=0.39 cores=0,2,4,6
/proc/10960/task/10968/stat : 10968 (java) S 10958 10960 9704 0 -1 4202560 138 0 0 0 33 6 0 0 20 0 18 0 344944373 3028844544 251295 33554432000 1073741824 1073778376 140734559607328 139890533984680 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10960/tid=10969] ppid=10958 vsize=2957856 CPUtime=0.48 cores=0,2,4,6
/proc/10960/task/10969/stat : 10969 (java) S 10958 10960 9704 0 -1 4202560 162 0 0 0 42 6 0 0 20 0 18 0 344944373 3028844544 251295 33554432000 1073741824 1073778376 140734559607328 139890532931880 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10960/tid=10970] ppid=10958 vsize=2957856 CPUtime=0.37 cores=0,2,4,6
/proc/10960/task/10970/stat : 10970 (java) S 10958 10960 9704 0 -1 4202560 114 0 0 0 33 4 0 0 20 0 18 0 344944373 3028844544 251295 33554432000 1073741824 1073778376 140734559607328 139890531879080 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10971] ppid=10958 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10960/task/10971/stat : 10971 (java) S 10958 10960 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344944374 3028844544 251295 33554432000 1073741824 1073778376 140734559607328 139890519469032 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10960/tid=10972] ppid=10958 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10960/task/10972/stat : 10972 (java) S 10958 10960 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 344944375 3028844544 251295 33554432000 1073741824 1073778376 140734559607328 139890518415096 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10973] ppid=10958 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10960/task/10973/stat : 10973 (java) S 10958 10960 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344944375 3028844544 251295 33554432000 1073741824 1073778376 140734559607328 139890517362184 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10974] ppid=10958 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10960/task/10974/stat : 10974 (java) S 10958 10960 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344944377 3028844544 251295 33554432000 1073741824 1073778376 140734559607328 139890516310672 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10975] ppid=10958 vsize=2957856 CPUtime=0.49 cores=0,2,4,6
/proc/10960/task/10975/stat : 10975 (java) S 10958 10960 9704 0 -1 4202560 5733 0 0 0 46 3 0 0 20 0 18 0 344944377 3028844544 251295 33554432000 1073741824 1073778376 140734559607328 139890515257784 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10976] ppid=10958 vsize=2957856 CPUtime=0.39 cores=0,2,4,6
/proc/10960/task/10976/stat : 10976 (java) S 10958 10960 9704 0 -1 4202560 3652 0 0 0 39 0 0 0 20 0 18 0 344944377 3028844544 251295 33554432000 1073741824 1073778376 140734559607328 139890514204984 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10960/tid=10977] ppid=10958 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10960/task/10977/stat : 10977 (java) S 10958 10960 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344944377 3028844544 251295 33554432000 1073741824 1073778376 140734559607328 139890513152376 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10960/tid=10978] ppid=10958 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10960/task/10978/stat : 10978 (java) S 10958 10960 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344944377 3028844544 251295 33554432000 1073741824 1073778376 140734559607328 139890512099784 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.82
Current children cumulated vsize (KiB) 2957856

[startup+12.7008 s]
/proc/loadavg: 2.21 2.10 2.02 10/210 10978
/proc/meminfo: memFree=24140248/32873852 swapFree=6856/6856
[pid=10960] ppid=10958 vsize=2957856 CPUtime=20.62 cores=0,2,4,6
/proc/10960/stat : 10960 (java) S 10958 10960 9704 0 -1 4202496 19459 0 1 0 1980 82 0 0 20 0 18 0 344944371 3028844544 320091 33554432000 1073741824 1073778376 140734559607328 140734559598464 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/10960/statm: 739464 320091 2277 9 0 729885 0
[pid=10960/tid=10962] ppid=10958 vsize=2957856 CPUtime=10.2 cores=0,2,4,6

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

/proc/10960/task/10963/stat : 10963 (java) S 10958 10960 9704 0 -1 4202560 476 0 0 0 172 13 0 0 20 0 19 0 344944373 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890539248680 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10964] ppid=10958 vsize=3024420 CPUtime=1.85 cores=0,2,4,6
/proc/10960/task/10964/stat : 10964 (java) S 10958 10960 9704 0 -1 4202560 1050 0 0 0 172 13 0 0 20 0 19 0 344944373 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890538195880 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10960/tid=10965] ppid=10958 vsize=3024420 CPUtime=2.06 cores=0,2,4,6
/proc/10960/task/10965/stat : 10965 (java) S 10958 10960 9704 0 -1 4202560 419 0 0 0 193 13 0 0 20 0 19 0 344944373 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890537143080 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10960/tid=10966] ppid=10958 vsize=3024420 CPUtime=2.14 cores=0,2,4,6
/proc/10960/task/10966/stat : 10966 (java) S 10958 10960 9704 0 -1 4202560 1214 0 0 0 197 17 0 0 20 0 19 0 344944373 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890536090280 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10960/tid=10967] ppid=10958 vsize=3024420 CPUtime=1.83 cores=0,2,4,6
/proc/10960/task/10967/stat : 10967 (java) S 10958 10960 9704 0 -1 4202560 733 0 0 0 172 11 0 0 20 0 19 0 344944373 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890535037480 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10960/tid=10968] ppid=10958 vsize=3024420 CPUtime=1.81 cores=0,2,4,6
/proc/10960/task/10968/stat : 10968 (java) S 10958 10960 9704 0 -1 4202560 951 0 0 0 168 13 0 0 20 0 19 0 344944373 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890533984680 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10960/tid=10969] ppid=10958 vsize=3024420 CPUtime=1.91 cores=0,2,4,6
/proc/10960/task/10969/stat : 10969 (java) S 10958 10960 9704 0 -1 4202560 731 0 0 0 178 13 0 0 20 0 19 0 344944373 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890532931880 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10960/tid=10970] ppid=10958 vsize=3024420 CPUtime=1.7 cores=0,2,4,6
/proc/10960/task/10970/stat : 10970 (java) S 10958 10960 9704 0 -1 4202560 637 0 0 0 159 11 0 0 20 0 19 0 344944373 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890531879080 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10960/tid=10971] ppid=10958 vsize=3024420 CPUtime=1686.36 cores=0,2,4,6
/proc/10960/task/10971/stat : 10971 (java) R 10958 10960 9704 0 -1 4202560 174 0 0 0 168608 28 0 0 20 0 19 0 344944374 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890519469192 139890559959389 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10972] ppid=10958 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10960/task/10972/stat : 10972 (java) S 10958 10960 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 344944375 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890518415096 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10973] ppid=10958 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10960/task/10973/stat : 10973 (java) S 10958 10960 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344944375 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890517362184 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10974] ppid=10958 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10960/task/10974/stat : 10974 (java) S 10958 10960 9704 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 344944377 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890516310216 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10975] ppid=10958 vsize=3024420 CPUtime=0.71 cores=0,2,4,6
/proc/10960/task/10975/stat : 10975 (java) S 10958 10960 9704 0 -1 4202560 5747 0 0 0 68 3 0 0 20 0 19 0 344944377 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890515257784 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10960/tid=10976] ppid=10958 vsize=3024420 CPUtime=0.82 cores=0,2,4,6
/proc/10960/task/10976/stat : 10976 (java) S 10958 10960 9704 0 -1 4202560 3671 0 0 0 82 0 0 0 20 0 19 0 344944377 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890514204984 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10977] ppid=10958 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10960/task/10977/stat : 10977 (java) S 10958 10960 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344944377 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890513152376 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10960/tid=10978] ppid=10958 vsize=3024420 CPUtime=0.81 cores=0,2,4,6
/proc/10960/task/10978/stat : 10978 (java) S 10958 10960 9704 0 -1 4202560 103 0 0 0 39 42 0 0 20 0 19 0 344944377 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890512099784 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10960/tid=10979] ppid=10958 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10960/task/10979/stat : 10979 (java) S 10958 10960 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344958610 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890509899432 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.71
Current children cumulated vsize (KiB) 3024420

[startup+1788.61 s]
/proc/loadavg: 2.07 2.03 2.02 3/212 11075
/proc/meminfo: memFree=23692928/32873852 swapFree=6856/6856
[pid=10960] ppid=10958 vsize=3024420 CPUtime=1801.52 cores=0,2,4,6
/proc/10960/stat : 10960 (java) S 10958 10960 9704 0 -1 4202496 20871 0 1 0 180002 150 0 0 20 0 19 0 344944371 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 140734559598464 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/10960/statm: 756105 424657 2306 9 0 746526 0
[pid=10960/tid=10962] ppid=10958 vsize=3024420 CPUtime=97.3 cores=0,2,4,6
/proc/10960/task/10962/stat : 10962 (java) S 10958 10960 9704 0 -1 4202560 3782 0 1 0 9712 18 0 0 20 0 19 0 344944372 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890555821416 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10960/tid=10963] ppid=10958 vsize=3024420 CPUtime=1.85 cores=0,2,4,6
/proc/10960/task/10963/stat : 10963 (java) S 10958 10960 9704 0 -1 4202560 476 0 0 0 172 13 0 0 20 0 19 0 344944373 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890539248680 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10964] ppid=10958 vsize=3024420 CPUtime=1.85 cores=0,2,4,6
/proc/10960/task/10964/stat : 10964 (java) S 10958 10960 9704 0 -1 4202560 1050 0 0 0 172 13 0 0 20 0 19 0 344944373 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890538195880 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10960/tid=10965] ppid=10958 vsize=3024420 CPUtime=2.06 cores=0,2,4,6
/proc/10960/task/10965/stat : 10965 (java) S 10958 10960 9704 0 -1 4202560 419 0 0 0 193 13 0 0 20 0 19 0 344944373 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890537143080 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10960/tid=10966] ppid=10958 vsize=3024420 CPUtime=2.14 cores=0,2,4,6
/proc/10960/task/10966/stat : 10966 (java) S 10958 10960 9704 0 -1 4202560 1214 0 0 0 197 17 0 0 20 0 19 0 344944373 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890536090280 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10960/tid=10967] ppid=10958 vsize=3024420 CPUtime=1.83 cores=0,2,4,6
/proc/10960/task/10967/stat : 10967 (java) S 10958 10960 9704 0 -1 4202560 733 0 0 0 172 11 0 0 20 0 19 0 344944373 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890535037480 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10960/tid=10968] ppid=10958 vsize=3024420 CPUtime=1.81 cores=0,2,4,6
/proc/10960/task/10968/stat : 10968 (java) S 10958 10960 9704 0 -1 4202560 951 0 0 0 168 13 0 0 20 0 19 0 344944373 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890533984680 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10960/tid=10969] ppid=10958 vsize=3024420 CPUtime=1.91 cores=0,2,4,6
/proc/10960/task/10969/stat : 10969 (java) S 10958 10960 9704 0 -1 4202560 731 0 0 0 178 13 0 0 20 0 19 0 344944373 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890532931880 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10960/tid=10970] ppid=10958 vsize=3024420 CPUtime=1.7 cores=0,2,4,6
/proc/10960/task/10970/stat : 10970 (java) S 10958 10960 9704 0 -1 4202560 637 0 0 0 159 11 0 0 20 0 19 0 344944373 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890531879080 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10960/tid=10971] ppid=10958 vsize=3024420 CPUtime=1687.17 cores=0,2,4,6
/proc/10960/task/10971/stat : 10971 (java) R 10958 10960 9704 0 -1 4202560 174 0 0 0 168689 28 0 0 20 0 19 0 344944374 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890519469192 139890561948754 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10972] ppid=10958 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10960/task/10972/stat : 10972 (java) S 10958 10960 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 344944375 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890518415096 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10973] ppid=10958 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10960/task/10973/stat : 10973 (java) S 10958 10960 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344944375 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890517362184 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10974] ppid=10958 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10960/task/10974/stat : 10974 (java) S 10958 10960 9704 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 344944377 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890516310216 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10975] ppid=10958 vsize=3024420 CPUtime=0.71 cores=0,2,4,6
/proc/10960/task/10975/stat : 10975 (java) S 10958 10960 9704 0 -1 4202560 5747 0 0 0 68 3 0 0 20 0 19 0 344944377 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890515257784 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10960/tid=10976] ppid=10958 vsize=3024420 CPUtime=0.82 cores=0,2,4,6
/proc/10960/task/10976/stat : 10976 (java) S 10958 10960 9704 0 -1 4202560 3671 0 0 0 82 0 0 0 20 0 19 0 344944377 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890514204984 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10977] ppid=10958 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10960/task/10977/stat : 10977 (java) S 10958 10960 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344944377 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890513152376 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10960/tid=10978] ppid=10958 vsize=3024420 CPUtime=0.82 cores=0,2,4,6
/proc/10960/task/10978/stat : 10978 (java) S 10958 10960 9704 0 -1 4202560 103 0 0 0 39 43 0 0 20 0 19 0 344944377 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890512099784 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10960/tid=10979] ppid=10958 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10960/task/10979/stat : 10979 (java) S 10958 10960 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344958610 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890509899432 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1801.52
Current children cumulated vsize (KiB) 3024420

[startup+1789 s]
/proc/loadavg: 2.07 2.03 2.02 3/212 11075
/proc/meminfo: memFree=23692928/32873852 swapFree=6856/6856
[pid=10960] ppid=10958 vsize=3024420 CPUtime=1801.91 cores=0,2,4,6
/proc/10960/stat : 10960 (java) S 10958 10960 9704 0 -1 4202496 20871 0 1 0 180041 150 0 0 20 0 19 0 344944371 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 140734559598464 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/10960/statm: 756105 424657 2306 9 0 746526 0
[pid=10960/tid=10962] ppid=10958 vsize=3024420 CPUtime=97.3 cores=0,2,4,6
/proc/10960/task/10962/stat : 10962 (java) S 10958 10960 9704 0 -1 4202560 3782 0 1 0 9712 18 0 0 20 0 19 0 344944372 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890555821416 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10960/tid=10963] ppid=10958 vsize=3024420 CPUtime=1.85 cores=0,2,4,6
/proc/10960/task/10963/stat : 10963 (java) S 10958 10960 9704 0 -1 4202560 476 0 0 0 172 13 0 0 20 0 19 0 344944373 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890539248680 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10964] ppid=10958 vsize=3024420 CPUtime=1.85 cores=0,2,4,6
/proc/10960/task/10964/stat : 10964 (java) S 10958 10960 9704 0 -1 4202560 1050 0 0 0 172 13 0 0 20 0 19 0 344944373 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890538195880 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10960/tid=10965] ppid=10958 vsize=3024420 CPUtime=2.06 cores=0,2,4,6
/proc/10960/task/10965/stat : 10965 (java) S 10958 10960 9704 0 -1 4202560 419 0 0 0 193 13 0 0 20 0 19 0 344944373 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890537143080 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10960/tid=10966] ppid=10958 vsize=3024420 CPUtime=2.14 cores=0,2,4,6
/proc/10960/task/10966/stat : 10966 (java) S 10958 10960 9704 0 -1 4202560 1214 0 0 0 197 17 0 0 20 0 19 0 344944373 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890536090280 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10960/tid=10967] ppid=10958 vsize=3024420 CPUtime=1.83 cores=0,2,4,6
/proc/10960/task/10967/stat : 10967 (java) S 10958 10960 9704 0 -1 4202560 733 0 0 0 172 11 0 0 20 0 19 0 344944373 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890535037480 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10960/tid=10968] ppid=10958 vsize=3024420 CPUtime=1.81 cores=0,2,4,6
/proc/10960/task/10968/stat : 10968 (java) S 10958 10960 9704 0 -1 4202560 951 0 0 0 168 13 0 0 20 0 19 0 344944373 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890533984680 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10960/tid=10969] ppid=10958 vsize=3024420 CPUtime=1.91 cores=0,2,4,6
/proc/10960/task/10969/stat : 10969 (java) S 10958 10960 9704 0 -1 4202560 731 0 0 0 178 13 0 0 20 0 19 0 344944373 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890532931880 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10960/tid=10970] ppid=10958 vsize=3024420 CPUtime=1.7 cores=0,2,4,6
/proc/10960/task/10970/stat : 10970 (java) S 10958 10960 9704 0 -1 4202560 637 0 0 0 159 11 0 0 20 0 19 0 344944373 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890531879080 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10960/tid=10971] ppid=10958 vsize=3024420 CPUtime=1687.56 cores=0,2,4,6
/proc/10960/task/10971/stat : 10971 (java) R 10958 10960 9704 0 -1 4202560 174 0 0 0 168728 28 0 0 20 0 19 0 344944374 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890519469192 139890562676739 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10972] ppid=10958 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10960/task/10972/stat : 10972 (java) S 10958 10960 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 344944375 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890518415096 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10973] ppid=10958 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10960/task/10973/stat : 10973 (java) S 10958 10960 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344944375 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890517362184 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10974] ppid=10958 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10960/task/10974/stat : 10974 (java) S 10958 10960 9704 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 344944377 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890516310216 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10975] ppid=10958 vsize=3024420 CPUtime=0.71 cores=0,2,4,6
/proc/10960/task/10975/stat : 10975 (java) S 10958 10960 9704 0 -1 4202560 5747 0 0 0 68 3 0 0 20 0 19 0 344944377 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890515257784 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10960/tid=10976] ppid=10958 vsize=3024420 CPUtime=0.82 cores=0,2,4,6
/proc/10960/task/10976/stat : 10976 (java) S 10958 10960 9704 0 -1 4202560 3671 0 0 0 82 0 0 0 20 0 19 0 344944377 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890514204984 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10977] ppid=10958 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10960/task/10977/stat : 10977 (java) S 10958 10960 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344944377 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890513152376 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10960/tid=10978] ppid=10958 vsize=3024420 CPUtime=0.82 cores=0,2,4,6
/proc/10960/task/10978/stat : 10978 (java) S 10958 10960 9704 0 -1 4202560 103 0 0 0 39 43 0 0 20 0 19 0 344944377 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890512099784 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10960/tid=10979] ppid=10958 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10960/task/10979/stat : 10979 (java) S 10958 10960 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344958610 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890509899432 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1801.91
Current children cumulated vsize (KiB) 3024420

[startup+1789.1 s]
/proc/loadavg: 2.07 2.03 2.02 3/212 11075
/proc/meminfo: memFree=23692928/32873852 swapFree=6856/6856
[pid=10960] ppid=10958 vsize=3024420 CPUtime=1802.01 cores=0,2,4,6
/proc/10960/stat : 10960 (java) S 10958 10960 9704 0 -1 4202496 20871 0 1 0 180051 150 0 0 20 0 19 0 344944371 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 140734559598464 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/10960/statm: 756105 424657 2306 9 0 746526 0
[pid=10960/tid=10962] ppid=10958 vsize=3024420 CPUtime=97.3 cores=0,2,4,6
/proc/10960/task/10962/stat : 10962 (java) S 10958 10960 9704 0 -1 4202560 3782 0 1 0 9712 18 0 0 20 0 19 0 344944372 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890555821416 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10960/tid=10963] ppid=10958 vsize=3024420 CPUtime=1.85 cores=0,2,4,6
/proc/10960/task/10963/stat : 10963 (java) S 10958 10960 9704 0 -1 4202560 476 0 0 0 172 13 0 0 20 0 19 0 344944373 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890539248680 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10964] ppid=10958 vsize=3024420 CPUtime=1.85 cores=0,2,4,6
/proc/10960/task/10964/stat : 10964 (java) S 10958 10960 9704 0 -1 4202560 1050 0 0 0 172 13 0 0 20 0 19 0 344944373 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890538195880 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10960/tid=10965] ppid=10958 vsize=3024420 CPUtime=2.06 cores=0,2,4,6
/proc/10960/task/10965/stat : 10965 (java) S 10958 10960 9704 0 -1 4202560 419 0 0 0 193 13 0 0 20 0 19 0 344944373 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890537143080 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10960/tid=10966] ppid=10958 vsize=3024420 CPUtime=2.14 cores=0,2,4,6
/proc/10960/task/10966/stat : 10966 (java) S 10958 10960 9704 0 -1 4202560 1214 0 0 0 197 17 0 0 20 0 19 0 344944373 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890536090280 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10960/tid=10967] ppid=10958 vsize=3024420 CPUtime=1.83 cores=0,2,4,6
/proc/10960/task/10967/stat : 10967 (java) S 10958 10960 9704 0 -1 4202560 733 0 0 0 172 11 0 0 20 0 19 0 344944373 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890535037480 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10960/tid=10968] ppid=10958 vsize=3024420 CPUtime=1.81 cores=0,2,4,6
/proc/10960/task/10968/stat : 10968 (java) S 10958 10960 9704 0 -1 4202560 951 0 0 0 168 13 0 0 20 0 19 0 344944373 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890533984680 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10960/tid=10969] ppid=10958 vsize=3024420 CPUtime=1.91 cores=0,2,4,6
/proc/10960/task/10969/stat : 10969 (java) S 10958 10960 9704 0 -1 4202560 731 0 0 0 178 13 0 0 20 0 19 0 344944373 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890532931880 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10960/tid=10970] ppid=10958 vsize=3024420 CPUtime=1.7 cores=0,2,4,6
/proc/10960/task/10970/stat : 10970 (java) S 10958 10960 9704 0 -1 4202560 637 0 0 0 159 11 0 0 20 0 19 0 344944373 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890531879080 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10960/tid=10971] ppid=10958 vsize=3024420 CPUtime=1687.66 cores=0,2,4,6
/proc/10960/task/10971/stat : 10971 (java) R 10958 10960 9704 0 -1 4202560 174 0 0 0 168738 28 0 0 20 0 19 0 344944374 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890519469192 139890559983990 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10972] ppid=10958 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10960/task/10972/stat : 10972 (java) S 10958 10960 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 344944375 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890518415096 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10973] ppid=10958 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10960/task/10973/stat : 10973 (java) S 10958 10960 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344944375 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890517362184 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10974] ppid=10958 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10960/task/10974/stat : 10974 (java) S 10958 10960 9704 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 344944377 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890516310216 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10975] ppid=10958 vsize=3024420 CPUtime=0.71 cores=0,2,4,6
/proc/10960/task/10975/stat : 10975 (java) S 10958 10960 9704 0 -1 4202560 5747 0 0 0 68 3 0 0 20 0 19 0 344944377 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890515257784 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10960/tid=10976] ppid=10958 vsize=3024420 CPUtime=0.82 cores=0,2,4,6
/proc/10960/task/10976/stat : 10976 (java) S 10958 10960 9704 0 -1 4202560 3671 0 0 0 82 0 0 0 20 0 19 0 344944377 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890514204984 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10960/tid=10977] ppid=10958 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10960/task/10977/stat : 10977 (java) S 10958 10960 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344944377 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890513152376 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10960/tid=10978] ppid=10958 vsize=3024420 CPUtime=0.82 cores=0,2,4,6
/proc/10960/task/10978/stat : 10978 (java) S 10958 10960 9704 0 -1 4202560 103 0 0 0 39 43 0 0 20 0 19 0 344944377 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890512099784 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10960/tid=10979] ppid=10958 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10960/task/10979/stat : 10979 (java) S 10958 10960 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344958610 3097006080 424657 33554432000 1073741824 1073778376 140734559607328 139890509899432 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1802.01
Current children cumulated vsize (KiB) 3024420

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1789.12
CPU time (s): 1802.73
CPU user time (s): 1800.64
CPU system time (s): 2.09268
CPU usage (%): 100.76
Max. virtual memory (cumulated for all children) (KiB): 3024420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.64
system time used= 2.09268
maximum resident set size= 1698636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20871
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38605
involuntary context switches= 16910

runsolver used 7.40887 second user time and 19.573 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-04 07:36:25
IDJOB=3743852
IDBENCH=92637
IDSOLVER=2319
FILE ID=node128/3743852-1338788179
RUNJOBID= node128-1338773754-9720
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_5_mh.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743852-1338788179/watcher-3743852-1338788179 -o /tmp/evaluation-result-3743852-1338788179/solver-3743852-1338788179 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3743852-1338788179.opb           

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

MD5SUM BENCH= 682ced1993335202bf2b9cca6b4feb1c
RANDOM SEED=1420074554

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:        25396524 kB
Buffers:          561080 kB
Cached:          4308516 kB
SwapCached:          744 kB
Active:          4174172 kB
Inactive:        2392828 kB
Active(anon):    1688520 kB
Inactive(anon):    11420 kB
Active(file):    2485652 kB
Inactive(file):  2381408 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106656 kB
Dirty:            225368 kB
Writeback:             0 kB
AnonPages:       1703872 kB
Mapped:            22424 kB
Shmem:               200 kB
Slab:             768200 kB
SReclaimable:     206032 kB
SUnreclaim:       562168 kB
KernelStack:        1576 kB
PageTables:         7476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    1824908 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:06:14