Trace number 1883842

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
BoolVar 2009-04-26? (MO) 547.714 548.992

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_60_2_15.opb
MD5SUM40a2ba0dbddb74264297ba04f9c13f4e
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2.50762
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)74976
Sum of products size (including duplicates)149952
Number of different products37488
Sum of products size74976

Solver Data

545.21/546.57	------------------------
545.21/546.57	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
545.21/546.57	Size : 0, 263416, 0, 0, 13882615
545.21/546.57	Count : 0, 75476, 0, 0, 1003
545.21/546.57	
545.21/546.57	Command line : minisat tmp.dimacs %var 
545.21/546.57	
545.21/546.57	------------------------
545.31/546.63	This is MiniSat 2.0 beta
545.31/546.63	WARNING: for repeatability, setting FPU to use double precision
545.31/546.63	============================[ Problem Statistics ]=============================
545.31/546.63	|                                                                             |
545.31/546.63	|  Number of variables:  535174                                               |
545.31/546.63	|  Number of clauses:    4906733                                              |

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1883842-1245218502/watcher-1883842-1245218502 -o /tmp/evaluation-result-1883842-1245218502/solver-1883842-1245218502 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883842-1245218502.opb minisat %dimacs %var 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 8123
/proc/meminfo: memFree=1606472/2055920 swapFree=4192812/4192956
[pid=8123] ppid=8121 vsize=1612 CPUtime=0
/proc/8123/stat : 8123 (java) R 8121 8123 7945 0 -1 0 167 0 0 0 0 0 0 0 20 0 1 0 189450063 1650688 140 1992294400 134512640 134550932 4294956192 18446744073709551615 11058400 0 0 4096 0 0 0 0 17 1 0 0
/proc/8123/statm: 403 142 107 9 0 45 0

[startup+0.100967 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 8123
/proc/meminfo: memFree=1606472/2055920 swapFree=4192812/4192956
[pid=8123] ppid=8121 vsize=1685168 CPUtime=0.1
/proc/8123/stat : 8123 (java) S 8121 8123 7945 0 -1 0 3040 0 1 0 8 2 0 0 18 0 9 0 189450063 1725612032 2530 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8123/statm: 421292 2530 1226 9 0 416203 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1685168

[startup+0.202975 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 8123
/proc/meminfo: memFree=1606472/2055920 swapFree=4192812/4192956
[pid=8123] ppid=8121 vsize=1685168 CPUtime=0.23
/proc/8123/stat : 8123 (java) S 8121 8123 7945 0 -1 0 3484 0 1 0 21 2 0 0 18 0 9 0 189450063 1725612032 2968 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8123/statm: 421292 2968 1227 9 0 416203 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1685168

[startup+0.302984 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 8123
/proc/meminfo: memFree=1606472/2055920 swapFree=4192812/4192956
[pid=8123] ppid=8121 vsize=1685168 CPUtime=0.32
/proc/8123/stat : 8123 (java) S 8121 8123 7945 0 -1 0 3836 0 1 0 30 2 0 0 18 0 9 0 189450063 1725612032 3312 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8123/statm: 421292 3312 1227 9 0 416203 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1685168

[startup+0.702021 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 8123
/proc/meminfo: memFree=1606472/2055920 swapFree=4192812/4192956
[pid=8123] ppid=8121 vsize=1685168 CPUtime=0.74
/proc/8123/stat : 8123 (java) S 8121 8123 7945 0 -1 0 6179 0 1 0 71 3 0 0 18 0 9 0 189450063 1725612032 5468 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8123/statm: 421292 5468 2154 9 0 416203 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 1685168

[startup+1.5011 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 8132
/proc/meminfo: memFree=1585920/2055920 swapFree=4192812/4192956
[pid=8123] ppid=8121 vsize=1686268 CPUtime=1.53
/proc/8123/stat : 8123 (java) S 8121 8123 7945 0 -1 0 10141 0 1 0 148 5 0 0 18 0 9 0 189450063 1726738432 9084 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8123/statm: 421567 9084 2154 9 0 416478 0
[pid=8123/tid=8125] ppid=8121 vsize=1686268 CPUtime=1
/proc/8123/task/8125/stat : 8125 (java) S 8121 8123 7945 0 -1 64 2076 0 1 0 99 1 0 0 17 0 9 0 189450064 1726738432 9084 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8126] ppid=8121 vsize=1686268 CPUtime=0.46
/proc/8123/task/8126/stat : 8126 (java) R 8121 8123 7945 0 -1 64 7024 0 0 0 44 2 0 0 17 0 9 0 189450066 1726738432 9084 1992294400 134512640 134550932 4294956032 18446744073709551615 104516113 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8123/tid=8127] ppid=8121 vsize=1686268 CPUtime=0
/proc/8123/task/8127/stat : 8127 (java) S 8121 8123 7945 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 189450066 1726738432 9084 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8128] ppid=8121 vsize=1686268 CPUtime=0
/proc/8123/task/8128/stat : 8128 (java) S 8121 8123 7945 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 189450066 1726738432 9084 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8129] ppid=8121 vsize=1686268 CPUtime=0
/proc/8123/task/8129/stat : 8129 (java) S 8121 8123 7945 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 189450068 1726738432 9084 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8130] ppid=8121 vsize=1686268 CPUtime=0.04
/proc/8123/task/8130/stat : 8130 (java) S 8121 8123 7945 0 -1 64 305 0 0 0 4 0 0 0 15 0 9 0 189450068 1726738432 9084 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8131] ppid=8121 vsize=1686268 CPUtime=0
/proc/8123/task/8131/stat : 8131 (java) S 8121 8123 7945 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 189450068 1726738432 9084 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8132] ppid=8121 vsize=1686268 CPUtime=0
/proc/8123/task/8132/stat : 8132 (java) S 8121 8123 7945 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189450068 1726738432 9084 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 1686268

[startup+3.10127 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 8132
/proc/meminfo: memFree=1567104/2055920 swapFree=4192812/4192956
[pid=8123] ppid=8121 vsize=1685296 CPUtime=3.15
/proc/8123/stat : 8123 (java) S 8121 8123 7945 0 -1 0 14314 0 1 0 308 7 0 0 18 0 9 0 189450063 1725743104 12490 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8123/statm: 421324 12490 2163 9 0 416235 0
[pid=8123/tid=8125] ppid=8121 vsize=1685296 CPUtime=2.22
/proc/8123/task/8125/stat : 8125 (java) R 8121 8123 7945 0 -1 64 2306 0 1 0 221 1 0 0 16 0 9 0 189450064 1725743104 12490 1992294400 134512640 134550932 4294956032 18446744073709551615 4126380456 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8126] ppid=8121 vsize=1685296 CPUtime=0.83
/proc/8123/task/8126/stat : 8126 (java) S 8121 8123 7945 0 -1 64 10935 0 0 0 79 4 0 0 17 0 9 0 189450066 1725743104 12490 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8123/tid=8127] ppid=8121 vsize=1685296 CPUtime=0
/proc/8123/task/8127/stat : 8127 (java) S 8121 8123 7945 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189450066 1725743104 12490 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8123/tid=8128] ppid=8121 vsize=1685296 CPUtime=0
/proc/8123/task/8128/stat : 8128 (java) S 8121 8123 7945 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189450066 1725743104 12490 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8123/tid=8129] ppid=8121 vsize=1685296 CPUtime=0
/proc/8123/task/8129/stat : 8129 (java) S 8121 8123 7945 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 189450068 1725743104 12490 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8130] ppid=8121 vsize=1685296 CPUtime=0.07
/proc/8123/task/8130/stat : 8130 (java) S 8121 8123 7945 0 -1 64 337 0 0 0 7 0 0 0 16 0 9 0 189450068 1725743104 12490 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8123/tid=8131] ppid=8121 vsize=1685296 CPUtime=0
/proc/8123/task/8131/stat : 8131 (java) S 8121 8123 7945 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 189450068 1725743104 12490 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8132] ppid=8121 vsize=1685296 CPUtime=0
/proc/8123/task/8132/stat : 8132 (java) S 8121 8123 7945 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189450068 1725743104 12490 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.15
Current children cumulated vsize (KiB) 1685296

[startup+6.30259 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 8132
/proc/meminfo: memFree=1559936/2055920 swapFree=4192812/4192956
[pid=8123] ppid=8121 vsize=1685296 CPUtime=6.35
/proc/8123/stat : 8123 (java) S 8121 8123 7945 0 -1 0 15639 0 1 0 627 8 0 0 18 0 9 0 189450063 1725743104 13796 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8123/statm: 421324 13796 2163 9 0 416235 0
[pid=8123/tid=8125] ppid=8121 vsize=1685296 CPUtime=5.33
/proc/8123/task/8125/stat : 8125 (java) R 8121 8123 7945 0 -1 64 2565 0 1 0 531 2 0 0 20 0 9 0 189450064 1725743104 13796 1992294400 134512640 134550932 4294956032 18446744073709551615 4126507431 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8126] ppid=8121 vsize=1685296 CPUtime=0.93
/proc/8123/task/8126/stat : 8126 (java) S 8121 8123 7945 0 -1 64 12001 0 0 0 89 4 0 0 16 0 9 0 189450066 1725743104 13796 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8123/tid=8127] ppid=8121 vsize=1685296 CPUtime=0
/proc/8123/task/8127/stat : 8127 (java) S 8121 8123 7945 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189450066 1725743104 13796 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8123/tid=8128] ppid=8121 vsize=1685296 CPUtime=0
/proc/8123/task/8128/stat : 8128 (java) S 8121 8123 7945 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189450066 1725743104 13796 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8123/tid=8129] ppid=8121 vsize=1685296 CPUtime=0
/proc/8123/task/8129/stat : 8129 (java) S 8121 8123 7945 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 189450068 1725743104 13796 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8130] ppid=8121 vsize=1685296 CPUtime=0.07
/proc/8123/task/8130/stat : 8130 (java) S 8121 8123 7945 0 -1 64 337 0 0 0 7 0 0 0 16 0 9 0 189450068 1725743104 13796 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8123/tid=8131] ppid=8121 vsize=1685296 CPUtime=0
/proc/8123/task/8131/stat : 8131 (java) S 8121 8123 7945 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 189450068 1725743104 13796 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8132] ppid=8121 vsize=1685296 CPUtime=0
/proc/8123/task/8132/stat : 8132 (java) S 8121 8123 7945 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189450068 1725743104 13796 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.35
Current children cumulated vsize (KiB) 1685296

[startup+12.7012 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 8132
/proc/meminfo: memFree=1555400/2055920 swapFree=4192812/4192956
[pid=8123] ppid=8121 vsize=1685296 CPUtime=12.72
/proc/8123/stat : 8123 (java) S 8121 8123 7945 0 -1 0 16696 0 1 0 1264 8 0 0 18 0 9 0 189450063 1725743104 14820 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8123/statm: 421324 14820 2163 9 0 416235 0
[pid=8123/tid=8125] ppid=8121 vsize=1685296 CPUtime=11.62
/proc/8123/task/8125/stat : 8125 (java) R 8121 8123 7945 0 -1 64 2598 0 1 0 1160 2 0 0 18 0 9 0 189450064 1725743104 14820 1992294400 134512640 134550932 4294956032 18446744073709551615 4126379760 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8126] ppid=8121 vsize=1685296 CPUtime=1.01
/proc/8123/task/8126/stat : 8126 (java) S 8121 8123 7945 0 -1 64 13025 0 0 0 96 5 0 0 16 0 9 0 189450066 1725743104 14820 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8123/tid=8127] ppid=8121 vsize=1685296 CPUtime=0
/proc/8123/task/8127/stat : 8127 (java) S 8121 8123 7945 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189450066 1725743104 14820 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8123/tid=8128] ppid=8121 vsize=1685296 CPUtime=0
/proc/8123/task/8128/stat : 8128 (java) S 8121 8123 7945 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189450066 1725743104 14820 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8123/tid=8129] ppid=8121 vsize=1685296 CPUtime=0
/proc/8123/task/8129/stat : 8129 (java) S 8121 8123 7945 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 189450068 1725743104 14820 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8130] ppid=8121 vsize=1685296 CPUtime=0.07
/proc/8123/task/8130/stat : 8130 (java) S 8121 8123 7945 0 -1 64 337 0 0 0 7 0 0 0 16 0 9 0 189450068 1725743104 14820 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8123/tid=8131] ppid=8121 vsize=1685296 CPUtime=0
/proc/8123/task/8131/stat : 8131 (java) S 8121 8123 7945 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 189450068 1725743104 14820 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8132] ppid=8121 vsize=1685296 CPUtime=0
/proc/8123/task/8132/stat : 8132 (java) S 8121 8123 7945 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189450068 1725743104 14820 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 1685296

[startup+25.5025 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 8132
/proc/meminfo: memFree=1538056/2055920 swapFree=4192812/4192956
[pid=8123] ppid=8121 vsize=1688868 CPUtime=25.51
/proc/8123/stat : 8123 (java) S 8121 8123 7945 0 -1 0 22189 0 1 0 2538 13 0 0 18 0 9 0 189450063 1729400832 19460 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8123/statm: 422217 19460 2164 9 0 417128 0
[pid=8123/tid=8125] ppid=8121 vsize=1688868 CPUtime=24.07
/proc/8123/task/8125/stat : 8125 (java) S 8121 8123 7945 0 -1 64 2694 0 1 0 2403 4 0 0 17 0 9 0 189450064 1729400832 19460 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8126] ppid=8121 vsize=1688868 CPUtime=1.32
/proc/8123/task/8126/stat : 8126 (java) R 8121 8123 7945 0 -1 64 18390 0 0 0 125 7 0 0 16 0 9 0 189450066 1729400832 19460 1992294400 134512640 134550932 4294956032 18446744073709551615 103732505 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8123/tid=8127] ppid=8121 vsize=1688868 CPUtime=0
/proc/8123/task/8127/stat : 8127 (java) S 8121 8123 7945 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189450066 1729400832 19460 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8123/tid=8128] ppid=8121 vsize=1688868 CPUtime=0
/proc/8123/task/8128/stat : 8128 (java) S 8121 8123 7945 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189450066 1729400832 19460 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8123/tid=8129] ppid=8121 vsize=1688868 CPUtime=0
/proc/8123/task/8129/stat : 8129 (java) S 8121 8123 7945 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 189450068 1729400832 19460 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8130] ppid=8121 vsize=1688868 CPUtime=0.09
/proc/8123/task/8130/stat : 8130 (java) S 8121 8123 7945 0 -1 64 369 0 0 0 9 0 0 0 16 0 9 0 189450068 1729400832 19460 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8123/tid=8131] ppid=8121 vsize=1688868 CPUtime=0
/proc/8123/task/8131/stat : 8131 (java) S 8121 8123 7945 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 189450068 1729400832 19460 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8132] ppid=8121 vsize=1688868 CPUtime=0
/proc/8123/task/8132/stat : 8132 (java) S 8121 8123 7945 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189450068 1729400832 19460 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 1688868

[startup+51.1023 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 8132
/proc/meminfo: memFree=1472968/2055920 swapFree=4192812/4192956
[pid=8123] ppid=8121 vsize=1685296 CPUtime=51.03
/proc/8123/stat : 8123 (java) S 8121 8123 7945 0 -1 0 39483 0 1 0 5075 28 0 0 18 0 9 0 189450063 1725743104 31361 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8123/statm: 421324 31361 2164 9 0 416235 0
[pid=8123/tid=8125] ppid=8121 vsize=1685296 CPUtime=47.69
/proc/8123/task/8125/stat : 8125 (java) R 8121 8123 7945 0 -1 64 3491 0 1 0 4757 12 0 0 17 0 9 0 189450064 1725743104 31361 1992294400 134512640 134550932 4294956032 18446744073709551615 4126379800 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8123/tid=8126] ppid=8121 vsize=1685296 CPUtime=3.22
/proc/8123/task/8126/stat : 8126 (java) S 8121 8123 7945 0 -1 64 34879 0 0 0 307 15 0 0 15 0 9 0 189450066 1725743104 31361 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8127] ppid=8121 vsize=1685296 CPUtime=0
/proc/8123/task/8127/stat : 8127 (java) S 8121 8123 7945 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189450066 1725743104 31361 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8123/tid=8128] ppid=8121 vsize=1685296 CPUtime=0
/proc/8123/task/8128/stat : 8128 (java) S 8121 8123 7945 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189450066 1725743104 31361 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8123/tid=8129] ppid=8121 vsize=1685296 CPUtime=0
/proc/8123/task/8129/stat : 8129 (java) S 8121 8123 7945 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 189450068 1725743104 31361 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8130] ppid=8121 vsize=1685296 CPUtime=0.1
/proc/8123/task/8130/stat : 8130 (java) S 8121 8123 7945 0 -1 64 377 0 0 0 10 0 0 0 16 0 9 0 189450068 1725743104 31361 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8123/tid=8131] ppid=8121 vsize=1685296 CPUtime=0
/proc/8123/task/8131/stat : 8131 (java) S 8121 8123 7945 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 189450068 1725743104 31361 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=8123/tid=8125] ppid=8121 vsize=1685296 CPUtime=266.85
/proc/8123/task/8125/stat : 8125 (java) R 8121 8123 7945 0 -1 64 8737 0 1 0 26640 45 0 0 18 0 9 0 189450064 1725743104 124038 1992294400 134512640 134550932 4294956032 18446744073709551615 4125903095 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8126] ppid=8121 vsize=1685296 CPUtime=14.58
/proc/8123/task/8126/stat : 8126 (java) S 8121 8123 7945 0 -1 64 130304 0 0 0 1402 56 0 0 16 0 9 0 189450066 1725743104 124038 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8127] ppid=8121 vsize=1685296 CPUtime=0
/proc/8123/task/8127/stat : 8127 (java) S 8121 8123 7945 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189450066 1725743104 124038 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8123/tid=8128] ppid=8121 vsize=1685296 CPUtime=0
/proc/8123/task/8128/stat : 8128 (java) S 8121 8123 7945 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189450066 1725743104 124038 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8123/tid=8129] ppid=8121 vsize=1685296 CPUtime=0
/proc/8123/task/8129/stat : 8129 (java) S 8121 8123 7945 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 189450068 1725743104 124038 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8130] ppid=8121 vsize=1685296 CPUtime=0.1
/proc/8123/task/8130/stat : 8130 (java) S 8121 8123 7945 0 -1 64 385 0 0 0 10 0 0 0 16 0 9 0 189450068 1725743104 124038 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8131] ppid=8121 vsize=1685296 CPUtime=0
/proc/8123/task/8131/stat : 8131 (java) S 8121 8123 7945 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 189450068 1725743104 124038 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8132] ppid=8121 vsize=1685296 CPUtime=0
/proc/8123/task/8132/stat : 8132 (java) S 8121 8123 7945 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189450068 1725743104 124038 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.57
Current children cumulated vsize (KiB) 1685296

[startup+342.303 s]
/proc/loadavg: 1.23 1.12 1.03 2/73 8132
/proc/meminfo: memFree=1010632/2055920 swapFree=4192812/4192956
[pid=8123] ppid=8121 vsize=1685296 CPUtime=341.45
/proc/8123/stat : 8123 (java) S 8121 8123 7945 0 -1 0 145317 0 1 0 34039 106 0 0 18 0 9 0 189450063 1725743104 129166 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8123/statm: 421324 129166 2164 9 0 416235 0
[pid=8123/tid=8125] ppid=8121 vsize=1685296 CPUtime=326.17
/proc/8123/task/8125/stat : 8125 (java) R 8121 8123 7945 0 -1 64 8764 0 1 0 32572 45 0 0 17 0 9 0 189450064 1725743104 129166 1992294400 134512640 134550932 4294956032 18446744073709551615 4126509266 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8126] ppid=8121 vsize=1685296 CPUtime=15.14
/proc/8123/task/8126/stat : 8126 (java) S 8121 8123 7945 0 -1 64 135432 0 0 0 1455 59 0 0 16 0 9 0 189450066 1725743104 129166 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8127] ppid=8121 vsize=1685296 CPUtime=0
/proc/8123/task/8127/stat : 8127 (java) S 8121 8123 7945 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189450066 1725743104 129166 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8123/tid=8128] ppid=8121 vsize=1685296 CPUtime=0
/proc/8123/task/8128/stat : 8128 (java) S 8121 8123 7945 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189450066 1725743104 129166 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8123/tid=8129] ppid=8121 vsize=1685296 CPUtime=0
/proc/8123/task/8129/stat : 8129 (java) S 8121 8123 7945 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 189450068 1725743104 129166 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8130] ppid=8121 vsize=1685296 CPUtime=0.1
/proc/8123/task/8130/stat : 8130 (java) S 8121 8123 7945 0 -1 64 385 0 0 0 10 0 0 0 16 0 9 0 189450068 1725743104 129166 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8131] ppid=8121 vsize=1685296 CPUtime=0
/proc/8123/task/8131/stat : 8131 (java) S 8121 8123 7945 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 189450068 1725743104 129166 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8132] ppid=8121 vsize=1685296 CPUtime=0
/proc/8123/task/8132/stat : 8132 (java) S 8121 8123 7945 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189450068 1725743104 129166 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.45
Current children cumulated vsize (KiB) 1685296

[startup+402.302 s]
/proc/loadavg: 1.08 1.09 1.03 2/73 8132
/proc/meminfo: memFree=964488/2055920 swapFree=4192812/4192956
[pid=8123] ppid=8121 vsize=1685296 CPUtime=401.32
/proc/8123/stat : 8123 (java) S 8121 8123 7945 0 -1 0 153655 0 1 0 40017 115 0 0 18 0 9 0 189450063 1725743104 137466 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8123/statm: 421324 137466 2164 9 0 416235 0
[pid=8123/tid=8125] ppid=8121 vsize=1685296 CPUtime=385.21
/proc/8123/task/8125/stat : 8125 (java) R 8121 8123 7945 0 -1 64 8802 0 1 0 38470 51 0 0 18 0 9 0 189450064 1725743104 137466 1992294400 134512640 134550932 4294956032 18446744073709551615 4126379775 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8126] ppid=8121 vsize=1685296 CPUtime=15.97
/proc/8123/task/8126/stat : 8126 (java) S 8121 8123 7945 0 -1 64 143731 0 0 0 1535 62 0 0 16 0 9 0 189450066 1725743104 137466 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8127] ppid=8121 vsize=1685296 CPUtime=0
/proc/8123/task/8127/stat : 8127 (java) S 8121 8123 7945 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189450066 1725743104 137466 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8123/tid=8128] ppid=8121 vsize=1685296 CPUtime=0
/proc/8123/task/8128/stat : 8128 (java) S 8121 8123 7945 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189450066 1725743104 137466 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8123/tid=8129] ppid=8121 vsize=1685296 CPUtime=0
/proc/8123/task/8129/stat : 8129 (java) S 8121 8123 7945 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 189450068 1725743104 137466 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8130] ppid=8121 vsize=1685296 CPUtime=0.11
/proc/8123/task/8130/stat : 8130 (java) S 8121 8123 7945 0 -1 64 386 0 0 0 11 0 0 0 16 0 9 0 189450068 1725743104 137466 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8131] ppid=8121 vsize=1685296 CPUtime=0
/proc/8123/task/8131/stat : 8131 (java) S 8121 8123 7945 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 189450068 1725743104 137466 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8132] ppid=8121 vsize=1685296 CPUtime=0
/proc/8123/task/8132/stat : 8132 (java) S 8121 8123 7945 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189450068 1725743104 137466 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.32
Current children cumulated vsize (KiB) 1685296

[startup+462.302 s]
/proc/loadavg: 1.03 1.07 1.02 2/73 8132
/proc/meminfo: memFree=935752/2055920 swapFree=4192812/4192956
[pid=8123] ppid=8121 vsize=1685296 CPUtime=461.19
/proc/8123/stat : 8123 (java) S 8121 8123 7945 0 -1 0 160879 0 1 0 46001 118 0 0 18 0 9 0 189450063 1725743104 144662 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8123/statm: 421324 144662 2164 9 0 416235 0
[pid=8123/tid=8125] ppid=8121 vsize=1685296 CPUtime=444.38
/proc/8123/task/8125/stat : 8125 (java) R 8121 8123 7945 0 -1 64 8830 0 1 0 44387 51 0 0 18 0 9 0 189450064 1725743104 144662 1992294400 134512640 134550932 4294956032 18446744073709551615 4126379748 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8126] ppid=8121 vsize=1685296 CPUtime=16.67
/proc/8123/task/8126/stat : 8126 (java) S 8121 8123 7945 0 -1 64 150927 0 0 0 1602 65 0 0 16 0 9 0 189450066 1725743104 144662 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8127] ppid=8121 vsize=1685296 CPUtime=0
/proc/8123/task/8127/stat : 8127 (java) S 8121 8123 7945 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189450066 1725743104 144662 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8123/tid=8128] ppid=8121 vsize=1685296 CPUtime=0
/proc/8123/task/8128/stat : 8128 (java) S 8121 8123 7945 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189450066 1725743104 144662 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8123/tid=8129] ppid=8121 vsize=1685296 CPUtime=0
/proc/8123/task/8129/stat : 8129 (java) S 8121 8123 7945 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 189450068 1725743104 144662 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8130] ppid=8121 vsize=1685296 CPUtime=0.11
/proc/8123/task/8130/stat : 8130 (java) S 8121 8123 7945 0 -1 64 386 0 0 0 11 0 0 0 16 0 9 0 189450068 1725743104 144662 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8131] ppid=8121 vsize=1685296 CPUtime=0
/proc/8123/task/8131/stat : 8131 (java) S 8121 8123 7945 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 189450068 1725743104 144662 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8132] ppid=8121 vsize=1685296 CPUtime=0
/proc/8123/task/8132/stat : 8132 (java) S 8121 8123 7945 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189450068 1725743104 144662 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 461.19
Current children cumulated vsize (KiB) 1685296

[startup+522.302 s]
/proc/loadavg: 1.01 1.06 1.01 2/73 8132
/proc/meminfo: memFree=905224/2055920 swapFree=4192812/4192956
[pid=8123] ppid=8121 vsize=1689300 CPUtime=521.06
/proc/8123/stat : 8123 (java) S 8121 8123 7945 0 -1 0 169414 0 1 0 51984 122 0 0 18 0 9 0 189450063 1729843200 152214 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8123/statm: 422325 152214 2164 9 0 417236 0
[pid=8123/tid=8125] ppid=8121 vsize=1689300 CPUtime=502.28
/proc/8123/task/8125/stat : 8125 (java) S 8121 8123 7945 0 -1 64 8857 0 1 0 50177 51 0 0 20 0 9 0 189450064 1729843200 152214 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8123/tid=8126] ppid=8121 vsize=1689300 CPUtime=18.64
/proc/8123/task/8126/stat : 8126 (java) R 8121 8123 7945 0 -1 64 159435 0 0 0 1795 69 0 0 17 0 9 0 189450066 1729843200 152214 1992294400 134512640 134550932 4294956032 18446744073709551615 104188664 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8127] ppid=8121 vsize=1689300 CPUtime=0
/proc/8123/task/8127/stat : 8127 (java) S 8121 8123 7945 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189450066 1729843200 152214 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8123/tid=8128] ppid=8121 vsize=1689300 CPUtime=0
/proc/8123/task/8128/stat : 8128 (java) S 8121 8123 7945 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189450066 1729843200 152214 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8123/tid=8129] ppid=8121 vsize=1689300 CPUtime=0
/proc/8123/task/8129/stat : 8129 (java) S 8121 8123 7945 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 189450068 1729843200 152214 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8130] ppid=8121 vsize=1689300 CPUtime=0.11
/proc/8123/task/8130/stat : 8130 (java) S 8121 8123 7945 0 -1 64 386 0 0 0 11 0 0 0 16 0 9 0 189450068 1729843200 152214 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8131] ppid=8121 vsize=1689300 CPUtime=0
/proc/8123/task/8131/stat : 8131 (java) S 8121 8123 7945 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 189450068 1729843200 152214 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8132] ppid=8121 vsize=1689300 CPUtime=0
/proc/8123/task/8132/stat : 8132 (java) S 8121 8123 7945 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189450068 1729843200 152214 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.06
Current children cumulated vsize (KiB) 1689300



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+548.802 s]
/proc/loadavg: 1.08 1.07 1.02 2/77 8136
/proc/meminfo: memFree=710120/2055920 swapFree=4192812/4192956
[pid=8123] ppid=8121 vsize=1686268 CPUtime=545.31
/proc/8123/stat : 8123 (java) S 8121 8123 7945 0 -1 0 176428 0 1 0 54397 134 0 0 18 0 12 0 189450063 1726738432 157946 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8123/statm: 421567 157946 2167 9 0 416478 0
[pid=8134] ppid=8123 vsize=166544 CPUtime=2.2
/proc/8134/stat : 8134 (minisat) R 8123 8123 7945 0 -1 4194304 39486 0 0 0 194 26 0 0 25 0 1 0 189504721 170541056 39464 1992294400 134512640 135156773 4294956080 18446744073709551615 134710443 0 4 0 3 0 0 0 17 0 0 0
/proc/8134/statm: 41636 39464 59 157 0 41476 0
[pid=8123/tid=8125] ppid=8121 vsize=1686268 CPUtime=523.91
/proc/8123/task/8125/stat : 8125 (java) S 8121 8123 7945 0 -1 64 10232 0 1 0 52333 58 0 0 17 0 12 0 189450064 1726738432 157946 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8123/tid=8126] ppid=8121 vsize=1686268 CPUtime=21.22
/proc/8123/task/8126/stat : 8126 (java) S 8121 8123 7945 0 -1 64 164944 0 0 0 2051 71 0 0 16 0 12 0 189450066 1726738432 157946 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8127] ppid=8121 vsize=1686268 CPUtime=0
/proc/8123/task/8127/stat : 8127 (java) S 8121 8123 7945 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 189450066 1726738432 157946 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8123/tid=8128] ppid=8121 vsize=1686268 CPUtime=0
/proc/8123/task/8128/stat : 8128 (java) S 8121 8123 7945 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 189450066 1726738432 157946 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8123/tid=8129] ppid=8121 vsize=1686268 CPUtime=0
/proc/8123/task/8129/stat : 8129 (java) S 8121 8123 7945 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 189450068 1726738432 157946 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8130] ppid=8121 vsize=1686268 CPUtime=0.12
/proc/8123/task/8130/stat : 8130 (java) S 8121 8123 7945 0 -1 64 394 0 0 0 12 0 0 0 15 0 12 0 189450068 1726738432 157946 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8131] ppid=8121 vsize=1686268 CPUtime=0
/proc/8123/task/8131/stat : 8131 (java) S 8121 8123 7945 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 189450068 1726738432 157946 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8123/tid=8132] ppid=8121 vsize=1686268 CPUtime=0
/proc/8123/task/8132/stat : 8132 (java) S 8121 8123 7945 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 189450068 1726738432 157946 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8123/tid=8133] ppid=8121 vsize=1686268 CPUtime=0.02
/proc/8123/task/8133/stat : 8133 (java) S 8121 8123 7945 0 -1 64 69 0 0 0 0 2 0 0 18 0 12 0 189504721 1726738432 157946 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=8123/tid=8135] ppid=8121 vsize=1686268 CPUtime=0
/proc/8123/task/8135/stat : 8135 (java) S 8121 8123 7945 0 -1 64 35 0 0 0 0 0 0 0 17 0 12 0 189504727 1726738432 157946 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=8123/tid=8136] ppid=8121 vsize=1686268 CPUtime=0
/proc/8123/task/8136/stat : 8136 (java) S 8121 8123 7945 0 -1 64 11 0 0 0 0 0 0 0 18 0 12 0 189504727 1726738432 157946 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 547.51
Current children cumulated vsize (KiB) 1852812

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+548.914 s]
/proc/loadavg: 1.08 1.07 1.02 2/67 8138
/proc/meminfo: memFree=1100136/2055920 swapFree=4192812/4192956
[pid=8123] ppid=8121 vsize=0 CPUtime=547.62
/proc/8123/stat : 8123 (java) Z 8121 8123 7945 0 -1 1036 176990 39509 1 0 54397 136 194 35 15 0 2 0 189450063 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8123/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 547.62
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 548.992
CPU time (s): 547.714
CPU user time (s): 545.922
CPU system time (s): 1.79173
CPU usage (%): 99.7672
Max. virtual memory (cumulated for all children) (KiB): 1852812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 545.922
system time used= 1.79173
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 216499
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16112
involuntary context switches= 12025

runsolver used 0.649901 second user time and 1.59376 second system time

The end

Launcher Data

Begin job on node27 at 2009-06-17 08:01:42
IDJOB=1883842
IDBENCH=48381
IDSOLVER=688
FILE ID=node27/1883842-1245218502
PBS_JOBID= 9368424
Free space on /tmp= 66288 MiB

SOLVER NAME= BoolVar 2009-04-26
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_60_2_15.opb
COMMAND LINE= java -Xmx1500m -jar pb2cnfsolver.jar 6 BENCHNAME minisat %dimacs %var
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1883842-1245218502/watcher-1883842-1245218502 -o /tmp/evaluation-result-1883842-1245218502/solver-1883842-1245218502 -C 1800 -W 2000 -M 1800  java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883842-1245218502.opb minisat %dimacs %var

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 40a2ba0dbddb74264297ba04f9c13f4e
RANDOM SEED=914406396

node27.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 2800.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5521.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 2800.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1609256 kB
Buffers:         74064 kB
Cached:         279196 kB
SwapCached:          0 kB
Active:          99832 kB
Inactive:       267800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1609256 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2004 kB
Writeback:           0 kB
Mapped:          24176 kB
Slab:            64992 kB
Committed_AS:   186816 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-1883842-1245218502.opb

Free space on /tmp at the end= 66284 MiB
End job on node27 at 2009-06-17 08:10:55