Trace number 1883756

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) 425.247 426.731

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_5_80.opb
MD5SUM611c10fb20bc9774d31ac4d0681f384d
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31412
Sum of products size (including duplicates)62824
Number of different products15706
Sum of products size31412

Solver Data

412.75/414.28	------------------------
412.75/414.28	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
412.75/414.28	Size : 0, 1071206, 0, 0, 3520065
412.75/414.28	Count : 0, 32902, 0, 0, 13
412.75/414.28	
412.75/414.28	Command line : minisat tmp.dimacs %var 
412.75/414.28	
412.75/414.28	------------------------
412.84/414.31	This is MiniSat 2.0 beta
412.84/414.31	WARNING: for repeatability, setting FPU to use double precision
412.84/414.31	============================[ Problem Statistics ]=============================
412.84/414.31	|                                                                             |
412.84/414.31	|  Number of variables:  43740                                                |
412.84/414.31	|  Number of clauses:    1710125                                              |
414.23/415.71	|  Parsing time:         1.24         s                                       |

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-1883756-1245213279/watcher-1883756-1245213279 -o /tmp/evaluation-result-1883756-1245213279/solver-1883756-1245213279 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883756-1245213279.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.92 0.98 0.99 3/64 6139
/proc/meminfo: memFree=1859112/2055920 swapFree=4181368/4192956
[pid=6139] ppid=6137 vsize=1612 CPUtime=0
/proc/6139/stat : 6139 (java) D 6137 6139 5279 0 -1 0 170 0 0 0 0 0 0 0 18 0 1 0 188925336 1650688 142 1992294400 134512640 134550932 4294956192 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/6139/statm: 403 142 107 9 0 45 0

[startup+0.011373 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 6139
/proc/meminfo: memFree=1859112/2055920 swapFree=4181368/4192956
[pid=6139] ppid=6137 vsize=10396 CPUtime=0
/proc/6139/stat : 6139 (java) R 6137 6139 5279 0 -1 0 407 0 0 0 0 0 0 0 18 0 1 0 188925336 10645504 193 1992294400 134512640 134550932 4294956032 18446744073709551615 8893226 0 0 4096 0 0 0 0 17 0 0 0
/proc/6139/statm: 2599 195 148 9 0 1102 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10396

[startup+0.101385 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 6139
/proc/meminfo: memFree=1859112/2055920 swapFree=4181368/4192956
[pid=6139] ppid=6137 vsize=1685156 CPUtime=0.11
/proc/6139/stat : 6139 (java) S 6137 6139 5279 0 -1 0 3016 0 1 0 9 2 0 0 18 0 9 0 188925336 1725599744 2506 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6139/statm: 421289 2506 1226 9 0 416200 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1685156

[startup+0.301405 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 6139
/proc/meminfo: memFree=1859112/2055920 swapFree=4181368/4192956
[pid=6139] ppid=6137 vsize=1685316 CPUtime=0.33
/proc/6139/stat : 6139 (java) S 6137 6139 5279 0 -1 0 3738 0 1 0 31 2 0 0 18 0 9 0 188925336 1725763584 3213 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6139/statm: 421329 3213 1227 9 0 416240 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1685316

[startup+0.701445 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 6139
/proc/meminfo: memFree=1859112/2055920 swapFree=4181368/4192956
[pid=6139] ppid=6137 vsize=1685436 CPUtime=0.74
/proc/6139/stat : 6139 (java) S 6137 6139 5279 0 -1 0 6649 0 1 0 71 3 0 0 18 0 9 0 188925336 1725886464 5841 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6139/statm: 421359 5841 2154 9 0 416270 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 1685436

[startup+1.50153 s]
/proc/loadavg: 0.92 0.98 0.99 3/73 6148
/proc/meminfo: memFree=1838560/2055920 swapFree=4181368/4192956
[pid=6139] ppid=6137 vsize=1685424 CPUtime=1.55
/proc/6139/stat : 6139 (java) S 6137 6139 5279 0 -1 0 8780 0 2 0 152 3 0 0 18 0 9 0 188925336 1725874176 7711 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6139/statm: 421356 7714 2166 9 0 416267 0
[pid=6139/tid=6141] ppid=6137 vsize=1685424 CPUtime=1.14
/proc/6139/task/6141/stat : 6141 (java) S 6137 6139 5279 0 -1 64 2119 0 2 0 113 1 0 0 17 0 9 0 188925338 1725874176 7716 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6139/tid=6142] ppid=6137 vsize=1685424 CPUtime=0.33
/proc/6139/task/6142/stat : 6142 (java) R 6137 6139 5279 0 -1 64 5615 0 0 0 32 1 0 0 15 0 9 0 188925339 1725874176 7718 1992294400 134512640 134550932 4294956032 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6143] ppid=6137 vsize=1685424 CPUtime=0
/proc/6139/task/6143/stat : 6143 (java) S 6137 6139 5279 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 188925339 1725874176 7721 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6139/tid=6144] ppid=6137 vsize=1685424 CPUtime=0
/proc/6139/task/6144/stat : 6144 (java) S 6137 6139 5279 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 188925339 1725874176 7723 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6139/tid=6145] ppid=6137 vsize=1685424 CPUtime=0
/proc/6139/task/6145/stat : 6145 (java) S 6137 6139 5279 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 188925341 1725874176 7726 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6146] ppid=6137 vsize=1685424 CPUtime=0.06
/proc/6139/task/6146/stat : 6146 (java) S 6137 6139 5279 0 -1 64 317 0 0 0 6 0 0 0 16 0 9 0 188925341 1725874176 7728 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6147] ppid=6137 vsize=1685424 CPUtime=0
/proc/6139/task/6147/stat : 6147 (java) S 6137 6139 5279 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 188925341 1725874176 7728 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6148] ppid=6137 vsize=1685424 CPUtime=0
/proc/6139/task/6148/stat : 6148 (java) S 6137 6139 5279 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 188925342 1725874176 7730 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 1685424

[startup+3.10268 s]
/proc/loadavg: 0.92 0.98 0.99 2/73 6148
/proc/meminfo: memFree=1834784/2055920 swapFree=4181368/4192956
[pid=6139] ppid=6137 vsize=1685424 CPUtime=3.15
/proc/6139/stat : 6139 (java) S 6137 6139 5279 0 -1 0 9446 0 2 0 311 4 0 0 18 0 9 0 188925336 1725874176 8351 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6139/statm: 421356 8351 2166 9 0 416267 0
[pid=6139/tid=6141] ppid=6137 vsize=1685424 CPUtime=2.71
/proc/6139/task/6141/stat : 6141 (java) R 6137 6139 5279 0 -1 64 2145 0 2 0 270 1 0 0 17 0 9 0 188925338 1725874176 8351 1992294400 134512640 134550932 4294956032 18446744073709551615 4125903052 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6139/tid=6142] ppid=6137 vsize=1685424 CPUtime=0.35
/proc/6139/task/6142/stat : 6142 (java) S 6137 6139 5279 0 -1 64 6248 0 0 0 34 1 0 0 15 0 9 0 188925339 1725874176 8351 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6143] ppid=6137 vsize=1685424 CPUtime=0
/proc/6139/task/6143/stat : 6143 (java) S 6137 6139 5279 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 188925339 1725874176 8351 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6139/tid=6144] ppid=6137 vsize=1685424 CPUtime=0
/proc/6139/task/6144/stat : 6144 (java) S 6137 6139 5279 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 188925339 1725874176 8351 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6139/tid=6145] ppid=6137 vsize=1685424 CPUtime=0
/proc/6139/task/6145/stat : 6145 (java) S 6137 6139 5279 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 188925341 1725874176 8351 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6146] ppid=6137 vsize=1685424 CPUtime=0.06
/proc/6139/task/6146/stat : 6146 (java) S 6137 6139 5279 0 -1 64 317 0 0 0 6 0 0 0 16 0 9 0 188925341 1725874176 8351 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6147] ppid=6137 vsize=1685424 CPUtime=0
/proc/6139/task/6147/stat : 6147 (java) S 6137 6139 5279 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 188925341 1725874176 8351 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6148] ppid=6137 vsize=1685424 CPUtime=0
/proc/6139/task/6148/stat : 6148 (java) S 6137 6139 5279 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 188925342 1725874176 8351 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.15
Current children cumulated vsize (KiB) 1685424

[startup+6.303 s]
/proc/loadavg: 0.93 0.98 0.99 2/73 6148
/proc/meminfo: memFree=1825888/2055920 swapFree=4181368/4192956
[pid=6139] ppid=6137 vsize=1685508 CPUtime=6.34
/proc/6139/stat : 6139 (java) S 6137 6139 5279 0 -1 0 12962 0 2 0 628 6 0 0 18 0 9 0 188925336 1725960192 9140 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6139/statm: 421377 9140 2164 9 0 416288 0
[pid=6139/tid=6141] ppid=6137 vsize=1685508 CPUtime=5.69
/proc/6139/task/6141/stat : 6141 (java) R 6137 6139 5279 0 -1 64 2314 0 2 0 568 1 0 0 16 0 9 0 188925338 1725960192 9140 1992294400 134512640 134550932 4294956032 18446744073709551615 4126509218 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6139/tid=6142] ppid=6137 vsize=1685508 CPUtime=0.56
/proc/6139/task/6142/stat : 6142 (java) S 6137 6139 5279 0 -1 64 9595 0 0 0 53 3 0 0 15 0 9 0 188925339 1725960192 9140 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6143] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6143/stat : 6143 (java) S 6137 6139 5279 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 188925339 1725960192 9140 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6139/tid=6144] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6144/stat : 6144 (java) S 6137 6139 5279 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 188925339 1725960192 9140 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6145] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6145/stat : 6145 (java) S 6137 6139 5279 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 188925341 1725960192 9140 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6146] ppid=6137 vsize=1685508 CPUtime=0.06
/proc/6139/task/6146/stat : 6146 (java) S 6137 6139 5279 0 -1 64 317 0 0 0 6 0 0 0 16 0 9 0 188925341 1725960192 9140 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6147] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6147/stat : 6147 (java) S 6137 6139 5279 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 188925341 1725960192 9140 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6148] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6148/stat : 6148 (java) S 6137 6139 5279 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 188925342 1725960192 9140 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.34
Current children cumulated vsize (KiB) 1685508

[startup+12.7026 s]
/proc/loadavg: 0.93 0.98 0.99 2/73 6148
/proc/meminfo: memFree=1826784/2055920 swapFree=4181368/4192956
[pid=6139] ppid=6137 vsize=1685508 CPUtime=12.72
/proc/6139/stat : 6139 (java) S 6137 6139 5279 0 -1 0 14688 0 2 0 1266 6 0 0 18 0 9 0 188925336 1725960192 10806 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6139/statm: 421377 10806 2164 9 0 416288 0
[pid=6139/tid=6141] ppid=6137 vsize=1685508 CPUtime=11.96
/proc/6139/task/6141/stat : 6141 (java) R 6137 6139 5279 0 -1 64 2373 0 2 0 1195 1 0 0 16 0 9 0 188925338 1725960192 10806 1992294400 134512640 134550932 4294956032 18446744073709551615 4126539805 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6139/tid=6142] ppid=6137 vsize=1685508 CPUtime=0.67
/proc/6139/task/6142/stat : 6142 (java) S 6137 6139 5279 0 -1 64 11252 0 0 0 63 4 0 0 15 0 9 0 188925339 1725960192 10806 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6143] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6143/stat : 6143 (java) S 6137 6139 5279 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 188925339 1725960192 10806 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6139/tid=6144] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6144/stat : 6144 (java) S 6137 6139 5279 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 188925339 1725960192 10806 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6145] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6145/stat : 6145 (java) S 6137 6139 5279 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 188925341 1725960192 10806 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6146] ppid=6137 vsize=1685508 CPUtime=0.07
/proc/6139/task/6146/stat : 6146 (java) S 6137 6139 5279 0 -1 64 327 0 0 0 7 0 0 0 16 0 9 0 188925341 1725960192 10806 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6139/tid=6147] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6147/stat : 6147 (java) S 6137 6139 5279 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 188925341 1725960192 10806 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6148] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6148/stat : 6148 (java) S 6137 6139 5279 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 188925342 1725960192 10806 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) 1685508

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/73 6148
/proc/meminfo: memFree=1812128/2055920 swapFree=4181368/4192956
[pid=6139] ppid=6137 vsize=1685508 CPUtime=25.49
/proc/6139/stat : 6139 (java) S 6137 6139 5279 0 -1 0 20167 0 2 0 2537 12 0 0 18 0 9 0 188925336 1725960192 12999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6139/statm: 421377 12999 2164 9 0 416288 0
[pid=6139/tid=6141] ppid=6137 vsize=1685508 CPUtime=24.04
/proc/6139/task/6141/stat : 6141 (java) S 6137 6139 5279 0 -1 64 2861 0 2 0 2401 3 0 0 16 0 9 0 188925338 1725960192 12999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6139/tid=6142] ppid=6137 vsize=1685508 CPUtime=1.34
/proc/6139/task/6142/stat : 6142 (java) R 6137 6139 5279 0 -1 64 16231 0 0 0 126 8 0 0 16 0 9 0 188925339 1725960192 12999 1992294400 134512640 134550932 4294956032 18446744073709551615 102759451 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6143] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6143/stat : 6143 (java) S 6137 6139 5279 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 188925339 1725960192 12999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6139/tid=6144] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6144/stat : 6144 (java) S 6137 6139 5279 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 188925339 1725960192 12999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6145] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6145/stat : 6145 (java) S 6137 6139 5279 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 188925341 1725960192 12999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6146] ppid=6137 vsize=1685508 CPUtime=0.09
/proc/6139/task/6146/stat : 6146 (java) S 6137 6139 5279 0 -1 64 339 0 0 0 9 0 0 0 15 0 9 0 188925341 1725960192 12999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6147] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6147/stat : 6147 (java) S 6137 6139 5279 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 188925341 1725960192 12999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6148] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6148/stat : 6148 (java) S 6137 6139 5279 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 188925342 1725960192 12999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1685508

[startup+51.1015 s]
/proc/loadavg: 0.96 0.98 0.99 2/73 6148
/proc/meminfo: memFree=1714144/2055920 swapFree=4181368/4192956
[pid=6139] ppid=6137 vsize=1685508 CPUtime=51.02
/proc/6139/stat : 6139 (java) S 6137 6139 5279 0 -1 0 45701 0 2 0 5074 28 0 0 18 0 9 0 188925336 1725960192 35593 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6139/statm: 421377 35593 2164 9 0 416288 0
[pid=6139/tid=6141] ppid=6137 vsize=1685508 CPUtime=47.26
/proc/6139/task/6141/stat : 6141 (java) R 6137 6139 5279 0 -1 64 4242 0 2 0 4719 7 0 0 17 0 9 0 188925338 1725960192 35593 1992294400 134512640 134550932 4294956032 18446744073709551615 4126507352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6139/tid=6142] ppid=6137 vsize=1685508 CPUtime=3.62
/proc/6139/task/6142/stat : 6142 (java) S 6137 6139 5279 0 -1 64 40369 0 0 0 343 19 0 0 16 0 9 0 188925339 1725960192 35593 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6143] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6143/stat : 6143 (java) S 6137 6139 5279 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 188925339 1725960192 35593 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6139/tid=6144] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6144/stat : 6144 (java) S 6137 6139 5279 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 188925339 1725960192 35593 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6145] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6145/stat : 6145 (java) S 6137 6139 5279 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 188925341 1725960192 35593 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6146] ppid=6137 vsize=1685508 CPUtime=0.11
/proc/6139/task/6146/stat : 6146 (java) S 6137 6139 5279 0 -1 64 354 0 0 0 11 0 0 0 15 0 9 0 188925341 1725960192 35593 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6147] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6147/stat : 6147 (java) S 6137 6139 5279 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 188925341 1725960192 35593 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=6139/tid=6141] ppid=6137 vsize=1685508 CPUtime=156.39
/proc/6139/task/6141/stat : 6141 (java) R 6137 6139 5279 0 -1 64 4412 0 2 0 15631 8 0 0 17 0 9 0 188925338 1725960192 47148 1992294400 134512640 134550932 4294956032 18446744073709551615 4126379767 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6139/tid=6142] ppid=6137 vsize=1685508 CPUtime=5.3
/proc/6139/task/6142/stat : 6142 (java) S 6137 6139 5279 0 -1 64 52938 0 0 0 504 26 0 0 16 0 9 0 188925339 1725960192 47148 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6143] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6143/stat : 6143 (java) S 6137 6139 5279 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 188925339 1725960192 47148 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6139/tid=6144] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6144/stat : 6144 (java) S 6137 6139 5279 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 188925339 1725960192 47148 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6145] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6145/stat : 6145 (java) S 6137 6139 5279 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 188925341 1725960192 47148 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6146] ppid=6137 vsize=1685508 CPUtime=0.11
/proc/6139/task/6146/stat : 6146 (java) S 6137 6139 5279 0 -1 64 354 0 0 0 11 0 0 0 15 0 9 0 188925341 1725960192 47148 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6147] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6147/stat : 6147 (java) S 6137 6139 5279 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 188925341 1725960192 47148 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6148] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6148/stat : 6148 (java) S 6137 6139 5279 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 188925342 1725960192 47148 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.82
Current children cumulated vsize (KiB) 1685508

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6148
/proc/meminfo: memFree=1667360/2055920 swapFree=4181368/4192956
[pid=6139] ppid=6137 vsize=1685508 CPUtime=221.6
/proc/6139/stat : 6139 (java) S 6137 6139 5279 0 -1 0 58517 0 2 0 22124 36 0 0 18 0 9 0 188925336 1725960192 47148 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6139/statm: 421377 47148 2164 9 0 416288 0
[pid=6139/tid=6141] ppid=6137 vsize=1685508 CPUtime=215.68
/proc/6139/task/6141/stat : 6141 (java) R 6137 6139 5279 0 -1 64 4489 0 2 0 21560 8 0 0 17 0 9 0 188925338 1725960192 47148 1992294400 134512640 134550932 4294956032 18446744073709551615 4126379768 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6142] ppid=6137 vsize=1685508 CPUtime=5.77
/proc/6139/task/6142/stat : 6142 (java) S 6137 6139 5279 0 -1 64 52938 0 0 0 551 26 0 0 15 0 9 0 188925339 1725960192 47148 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6143] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6143/stat : 6143 (java) S 6137 6139 5279 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 188925339 1725960192 47148 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6139/tid=6144] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6144/stat : 6144 (java) S 6137 6139 5279 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 188925339 1725960192 47148 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6145] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6145/stat : 6145 (java) S 6137 6139 5279 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 188925341 1725960192 47148 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6146] ppid=6137 vsize=1685508 CPUtime=0.11
/proc/6139/task/6146/stat : 6146 (java) S 6137 6139 5279 0 -1 64 354 0 0 0 11 0 0 0 15 0 9 0 188925341 1725960192 47148 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6147] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6147/stat : 6147 (java) S 6137 6139 5279 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 188925341 1725960192 47148 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6148] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6148/stat : 6148 (java) S 6137 6139 5279 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 188925342 1725960192 47148 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.6
Current children cumulated vsize (KiB) 1685508

[startup+282.301 s]
/proc/loadavg: 1.03 1.00 1.00 2/73 6148
/proc/meminfo: memFree=1637664/2055920 swapFree=4181368/4192956
[pid=6139] ppid=6137 vsize=1685508 CPUtime=281.35
/proc/6139/stat : 6139 (java) S 6137 6139 5279 0 -1 0 63330 0 2 0 28090 45 0 0 18 0 9 0 188925336 1725960192 51852 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6139/statm: 421377 51852 2165 9 0 416288 0
[pid=6139/tid=6141] ppid=6137 vsize=1685508 CPUtime=274.74
/proc/6139/task/6141/stat : 6141 (java) R 6137 6139 5279 0 -1 64 4599 0 2 0 27459 15 0 0 17 0 9 0 188925338 1725960192 51852 1992294400 134512640 134550932 4294956032 18446744073709551615 4126046720 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6139/tid=6142] ppid=6137 vsize=1685508 CPUtime=6.48
/proc/6139/task/6142/stat : 6142 (java) S 6137 6139 5279 0 -1 64 57641 0 0 0 619 29 0 0 16 0 9 0 188925339 1725960192 51852 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6143] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6143/stat : 6143 (java) S 6137 6139 5279 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 188925339 1725960192 51852 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6139/tid=6144] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6144/stat : 6144 (java) S 6137 6139 5279 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 188925339 1725960192 51852 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6145] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6145/stat : 6145 (java) S 6137 6139 5279 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 188925341 1725960192 51852 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6146] ppid=6137 vsize=1685508 CPUtime=0.11
/proc/6139/task/6146/stat : 6146 (java) S 6137 6139 5279 0 -1 64 354 0 0 0 11 0 0 0 15 0 9 0 188925341 1725960192 51852 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6147] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6147/stat : 6147 (java) S 6137 6139 5279 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 188925341 1725960192 51852 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6148] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6148/stat : 6148 (java) S 6137 6139 5279 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 188925342 1725960192 51852 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.35
Current children cumulated vsize (KiB) 1685508

[startup+342.301 s]
/proc/loadavg: 1.05 1.01 1.00 2/73 6148
/proc/meminfo: memFree=1618784/2055920 swapFree=4181368/4192956
[pid=6139] ppid=6137 vsize=1685508 CPUtime=341.12
/proc/6139/stat : 6139 (java) S 6137 6139 5279 0 -1 0 70278 0 2 0 34063 49 0 0 18 0 9 0 188925336 1725960192 56533 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6139/statm: 421377 56533 2165 9 0 416288 0
[pid=6139/tid=6141] ppid=6137 vsize=1685508 CPUtime=333.13
/proc/6139/task/6141/stat : 6141 (java) R 6137 6139 5279 0 -1 64 4800 0 2 0 33298 15 0 0 17 0 9 0 188925338 1725960192 56533 1992294400 134512640 134550932 4294956032 18446744073709551615 4126380456 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6139/tid=6142] ppid=6137 vsize=1685508 CPUtime=7.85
/proc/6139/task/6142/stat : 6142 (java) S 6137 6139 5279 0 -1 64 64388 0 0 0 753 32 0 0 16 0 9 0 188925339 1725960192 56533 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6143] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6143/stat : 6143 (java) S 6137 6139 5279 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 188925339 1725960192 56533 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6139/tid=6144] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6144/stat : 6144 (java) S 6137 6139 5279 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 188925339 1725960192 56533 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6145] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6145/stat : 6145 (java) S 6137 6139 5279 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 188925341 1725960192 56533 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6146] ppid=6137 vsize=1685508 CPUtime=0.11
/proc/6139/task/6146/stat : 6146 (java) S 6137 6139 5279 0 -1 64 354 0 0 0 11 0 0 0 15 0 9 0 188925341 1725960192 56533 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6147] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6147/stat : 6147 (java) S 6137 6139 5279 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 188925341 1725960192 56533 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6148] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6148/stat : 6148 (java) S 6137 6139 5279 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 188925342 1725960192 56533 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.12
Current children cumulated vsize (KiB) 1685508

[startup+402.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/73 6148
/proc/meminfo: memFree=1618784/2055920 swapFree=4181368/4192956
[pid=6139] ppid=6137 vsize=1685508 CPUtime=400.9
/proc/6139/stat : 6139 (java) S 6137 6139 5279 0 -1 0 70343 0 2 0 40040 50 0 0 18 0 9 0 188925336 1725960192 56538 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6139/statm: 421377 56538 2165 9 0 416288 0
[pid=6139/tid=6141] ppid=6137 vsize=1685508 CPUtime=392.42
/proc/6139/task/6141/stat : 6141 (java) R 6137 6139 5279 0 -1 64 4860 0 2 0 39226 16 0 0 17 0 9 0 188925338 1725960192 56538 1992294400 134512640 134550932 4294956032 18446744073709551615 4126507324 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6139/tid=6142] ppid=6137 vsize=1685508 CPUtime=8.35
/proc/6139/task/6142/stat : 6142 (java) S 6137 6139 5279 0 -1 64 64393 0 0 0 802 33 0 0 16 0 9 0 188925339 1725960192 56538 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6143] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6143/stat : 6143 (java) S 6137 6139 5279 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 188925339 1725960192 56538 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6139/tid=6144] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6144/stat : 6144 (java) S 6137 6139 5279 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 188925339 1725960192 56538 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6145] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6145/stat : 6145 (java) S 6137 6139 5279 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 188925341 1725960192 56538 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6146] ppid=6137 vsize=1685508 CPUtime=0.11
/proc/6139/task/6146/stat : 6146 (java) S 6137 6139 5279 0 -1 64 354 0 0 0 11 0 0 0 15 0 9 0 188925341 1725960192 56538 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6147] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6147/stat : 6147 (java) S 6137 6139 5279 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 188925341 1725960192 56538 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6148] ppid=6137 vsize=1685508 CPUtime=0
/proc/6139/task/6148/stat : 6148 (java) S 6137 6139 5279 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 188925342 1725960192 56538 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 400.9
Current children cumulated vsize (KiB) 1685508



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+426.602 s]
/proc/loadavg: 1.01 1.00 1.00 2/77 6152
/proc/meminfo: memFree=1410496/2055920 swapFree=4181368/4192956
[pid=6139] ppid=6137 vsize=1686480 CPUtime=412.84
/proc/6139/stat : 6139 (java) S 6137 6139 5279 0 -1 0 81183 0 2 0 41222 62 0 0 18 0 12 0 188925336 1726955520 67067 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6139/statm: 421620 67067 2168 9 0 416531 0
[pid=6150] ppid=6139 vsize=157172 CPUtime=12.29
/proc/6150/stat : 6150 (minisat) R 6139 6139 5279 0 -1 4194304 38540 0 0 0 1207 22 0 0 25 0 1 0 188966765 160944128 38493 1992294400 134512640 135156773 4294956080 18446744073709551615 134537775 0 4 0 3 0 0 0 17 0 0 0
/proc/6150/statm: 39293 38493 71 157 0 39133 0
[pid=6139/tid=6141] ppid=6137 vsize=1686480 CPUtime=403.54
/proc/6139/task/6141/stat : 6141 (java) S 6137 6139 5279 0 -1 64 5053 0 2 0 40332 22 0 0 16 0 12 0 188925338 1726955520 67067 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6142] ppid=6137 vsize=1686480 CPUtime=9.15
/proc/6139/task/6142/stat : 6142 (java) S 6137 6139 5279 0 -1 64 74908 0 0 0 877 38 0 0 16 0 12 0 188925339 1726955520 67067 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6139/tid=6143] ppid=6137 vsize=1686480 CPUtime=0
/proc/6139/task/6143/stat : 6143 (java) S 6137 6139 5279 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 188925339 1726955520 67067 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6139/tid=6144] ppid=6137 vsize=1686480 CPUtime=0
/proc/6139/task/6144/stat : 6144 (java) S 6137 6139 5279 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 188925339 1726955520 67067 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6145] ppid=6137 vsize=1686480 CPUtime=0
/proc/6139/task/6145/stat : 6145 (java) S 6137 6139 5279 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 188925341 1726955520 67067 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6146] ppid=6137 vsize=1686480 CPUtime=0.12
/proc/6139/task/6146/stat : 6146 (java) S 6137 6139 5279 0 -1 64 359 0 0 0 12 0 0 0 16 0 12 0 188925341 1726955520 67067 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6139/tid=6147] ppid=6137 vsize=1686480 CPUtime=0
/proc/6139/task/6147/stat : 6147 (java) S 6137 6139 5279 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 188925341 1726955520 67067 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6139/tid=6148] ppid=6137 vsize=1686480 CPUtime=0
/proc/6139/task/6148/stat : 6148 (java) S 6137 6139 5279 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 188925342 1726955520 67067 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6139/tid=6149] ppid=6137 vsize=1686480 CPUtime=0.01
/proc/6139/task/6149/stat : 6149 (java) S 6137 6139 5279 0 -1 64 69 0 0 0 0 1 0 0 17 0 12 0 188966765 1726955520 67067 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=6139/tid=6151] ppid=6137 vsize=1686480 CPUtime=0
/proc/6139/task/6151/stat : 6151 (java) S 6137 6139 5279 0 -1 64 38 0 0 0 0 0 0 0 16 0 12 0 188966768 1726955520 67067 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=6139/tid=6152] ppid=6137 vsize=1686480 CPUtime=0
/proc/6139/task/6152/stat : 6152 (java) S 6137 6139 5279 0 -1 64 12 0 0 0 0 0 0 0 17 0 12 0 188966768 1726955520 67067 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 425.13
Current children cumulated vsize (KiB) 1843652

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

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

[startup+426.714 s]
/proc/loadavg: 1.01 1.00 1.00 2/67 6154
/proc/meminfo: memFree=1776760/2055920 swapFree=4181368/4192956
[pid=6139] ppid=6137 vsize=0 CPUtime=425.22
/proc/6139/stat : 6139 (java) Z 6137 6139 5279 0 -1 1036 81747 38540 2 0 41223 67 1207 25 16 0 2 0 188925336 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6139/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 425.22
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 426.731
CPU time (s): 425.247
CPU user time (s): 424.305
CPU system time (s): 0.942856
CPU usage (%): 99.6524
Max. virtual memory (cumulated for all children) (KiB): 1843652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 424.304
system time used= 0.942856
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120287
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14189
involuntary context switches= 10939

runsolver used 0.558915 second user time and 1.15282 second system time

The end

Launcher Data

Begin job on node36 at 2009-06-17 06:34:39
IDJOB=1883756
IDBENCH=48295
IDSOLVER=688
FILE ID=node36/1883756-1245213279
PBS_JOBID= 9368354
Free space on /tmp= 66200 MiB

SOLVER NAME= BoolVar 2009-04-26
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_5_80.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-1883756-1245213279/watcher-1883756-1245213279 -o /tmp/evaluation-result-1883756-1245213279/solver-1883756-1245213279 -C 1800 -W 2000 -M 1800  java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883756-1245213279.opb minisat %dimacs %var

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

MD5SUM BENCH= 611c10fb20bc9774d31ac4d0681f384d
RANDOM SEED=677964669

node36.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		: 3000.230
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	: 5914.62
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		: 3000.230
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:       1860616 kB
Buffers:         23584 kB
Cached:         101408 kB
SwapCached:       6588 kB
Active:           8984 kB
Inactive:       125100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1860616 kB
SwapTotal:     4192956 kB
SwapFree:      4181368 kB
Dirty:            1268 kB
Writeback:           0 kB
Mapped:          13532 kB
Slab:            47292 kB
Committed_AS:   199772 kB
PageTables:       1360 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-1883756-1245213279.opb

Free space on /tmp at the end= 66196 MiB
End job on node36 at 2009-06-17 06:41:49