Trace number 1883786

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) 431.393 433.015

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_5_15.opb
MD5SUMb33a935d423c3fea7f6ee6702f232aa4
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.03469
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)31412
Sum of products size (including duplicates)62824
Number of different products15706
Sum of products size31412

Solver Data

415.38/417.01	------------------------
415.38/417.01	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
415.38/417.01	Size : 0, 1071206, 0, 0, 3520065
415.38/417.01	Count : 0, 32902, 0, 0, 13
415.38/417.01	
415.38/417.01	Command line : minisat tmp.dimacs %var 
415.38/417.01	
415.38/417.01	------------------------
415.38/417.05	This is MiniSat 2.0 beta
415.38/417.05	WARNING: for repeatability, setting FPU to use double precision
415.38/417.05	============================[ Problem Statistics ]=============================
415.38/417.05	|                                                                             |
415.38/417.05	|  Number of variables:  43740                                                |
415.38/417.05	|  Number of clauses:    1710125                                              |
416.77/418.43	|  Parsing time:         1.27         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-1883786-1245214964/watcher-1883786-1245214964 -o /tmp/evaluation-result-1883786-1245214964/solver-1883786-1245214964 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883786-1245214964.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: 1.07 0.99 0.99 3/64 7106
/proc/meminfo: memFree=1855456/2055920 swapFree=4182492/4192956
[pid=7106] ppid=7104 vsize=18576 CPUtime=0
/proc/7106/stat : 7106 (runsolver) D 7104 7106 6868 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 189096444 19021824 284 1992294400 4194304 4302564 548682068448 18446744073709551615 221236489511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/7106/statm: 4644 284 249 26 0 2626 0

[startup+0.0335259 s]
/proc/loadavg: 1.07 0.99 0.99 3/64 7106
/proc/meminfo: memFree=1855456/2055920 swapFree=4182492/4192956
[pid=7106] ppid=7104 vsize=18576 CPUtime=0
/proc/7106/stat : 7106 (runsolver) D 7104 7106 6868 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 189096444 19021824 284 1992294400 4194304 4302564 548682068448 18446744073709551615 221236489511 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/7106/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.101645 s]
/proc/loadavg: 1.07 0.99 0.99 3/64 7106
/proc/meminfo: memFree=1855456/2055920 swapFree=4182492/4192956
[pid=7106] ppid=7104 vsize=10208 CPUtime=0
/proc/7106/stat : 7106 (java) D 7104 7106 6868 0 -1 0 366 0 13 0 0 0 0 0 18 0 1 0 189096444 10452992 166 1992294400 134512640 134550932 4294956032 18446744073709551615 8442887 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/7106/statm: 2552 166 130 9 0 46 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10208

[startup+0.302594 s]
/proc/loadavg: 1.07 0.99 0.99 3/64 7106
/proc/meminfo: memFree=1855456/2055920 swapFree=4182492/4192956
[pid=7106] ppid=7104 vsize=1683848 CPUtime=0.07
/proc/7106/stat : 7106 (java) S 7104 7106 6868 0 -1 0 2000 0 72 0 2 5 0 0 18 0 9 0 189096444 1724260352 1627 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7106/statm: 420962 1627 914 9 0 415877 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1683848

[startup+0.701602 s]
/proc/loadavg: 1.07 0.99 0.99 3/64 7106
/proc/meminfo: memFree=1855456/2055920 swapFree=4182492/4192956
[pid=7106] ppid=7104 vsize=1685476 CPUtime=0.48
/proc/7106/stat : 7106 (java) S 7104 7106 6868 0 -1 0 5223 0 92 0 41 7 0 0 18 0 9 0 189096444 1725927424 4621 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7106/statm: 421369 4621 2154 9 0 416280 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 1685476

[startup+1.50288 s]
/proc/loadavg: 1.07 0.99 0.99 2/73 7115
/proc/meminfo: memFree=1821848/2055920 swapFree=4182492/4192956
[pid=7106] ppid=7104 vsize=1685476 CPUtime=1.3
/proc/7106/stat : 7106 (java) S 7104 7106 6868 0 -1 0 8497 0 93 0 121 9 0 0 18 0 9 0 189096444 1725927424 7535 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7106/statm: 421369 7535 2166 9 0 416280 0
[pid=7106/tid=7108] ppid=7104 vsize=1685476 CPUtime=0.87
/proc/7106/task/7108/stat : 7108 (java) R 7104 7106 6868 0 -1 64 2082 0 44 0 83 4 0 0 18 0 9 0 189096458 1725927424 7535 1992294400 134512640 134550932 4294956032 18446744073709551615 4126538111 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7109] ppid=7104 vsize=1685476 CPUtime=0.32
/proc/7106/task/7109/stat : 7109 (java) S 7104 7106 6868 0 -1 64 5413 0 3 0 30 2 0 0 16 0 9 0 189096466 1725927424 7535 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7106/tid=7110] ppid=7104 vsize=1685476 CPUtime=0
/proc/7106/task/7110/stat : 7110 (java) S 7104 7106 6868 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189096468 1725927424 7535 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7106/tid=7111] ppid=7104 vsize=1685476 CPUtime=0
/proc/7106/task/7111/stat : 7111 (java) S 7104 7106 6868 0 -1 64 11 0 1 0 0 0 0 0 16 0 9 0 189096468 1725927424 7535 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7106/tid=7112] ppid=7104 vsize=1685476 CPUtime=0
/proc/7106/task/7112/stat : 7112 (java) S 7104 7106 6868 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 189096473 1725927424 7535 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7113] ppid=7104 vsize=1685476 CPUtime=0.06
/proc/7106/task/7113/stat : 7113 (java) S 7104 7106 6868 0 -1 64 311 0 0 0 6 0 0 0 16 0 9 0 189096473 1725927424 7535 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7106/tid=7114] ppid=7104 vsize=1685476 CPUtime=0
/proc/7106/task/7114/stat : 7114 (java) S 7104 7106 6868 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 189096473 1725927424 7535 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7115] ppid=7104 vsize=1685476 CPUtime=0
/proc/7106/task/7115/stat : 7115 (java) S 7104 7106 6868 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189096473 1725927424 7535 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 1685476

[startup+3.10205 s]
/proc/loadavg: 1.07 0.99 0.99 2/73 7115
/proc/meminfo: memFree=1813336/2055920 swapFree=4182492/4192956
[pid=7106] ppid=7104 vsize=1685476 CPUtime=2.91
/proc/7106/stat : 7106 (java) S 7104 7106 6868 0 -1 0 9304 0 93 0 281 10 0 0 18 0 9 0 189096444 1725927424 8314 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7106/statm: 421369 8314 2166 9 0 416280 0
[pid=7106/tid=7108] ppid=7104 vsize=1685476 CPUtime=2.43
/proc/7106/task/7108/stat : 7108 (java) R 7104 7106 6868 0 -1 64 2110 0 44 0 239 4 0 0 20 0 9 0 189096458 1725927424 8314 1992294400 134512640 134550932 4294956032 18446744073709551615 4126379775 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7109] ppid=7104 vsize=1685476 CPUtime=0.36
/proc/7106/task/7109/stat : 7109 (java) S 7104 7106 6868 0 -1 64 6192 0 3 0 34 2 0 0 15 0 9 0 189096466 1725927424 8314 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7106/tid=7110] ppid=7104 vsize=1685476 CPUtime=0
/proc/7106/task/7110/stat : 7110 (java) S 7104 7106 6868 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189096468 1725927424 8314 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7106/tid=7111] ppid=7104 vsize=1685476 CPUtime=0
/proc/7106/task/7111/stat : 7111 (java) S 7104 7106 6868 0 -1 64 11 0 1 0 0 0 0 0 16 0 9 0 189096468 1725927424 8314 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7106/tid=7112] ppid=7104 vsize=1685476 CPUtime=0
/proc/7106/task/7112/stat : 7112 (java) S 7104 7106 6868 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 189096473 1725927424 8314 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7113] ppid=7104 vsize=1685476 CPUtime=0.06
/proc/7106/task/7113/stat : 7113 (java) S 7104 7106 6868 0 -1 64 311 0 0 0 6 0 0 0 16 0 9 0 189096473 1725927424 8314 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7106/tid=7114] ppid=7104 vsize=1685476 CPUtime=0
/proc/7106/task/7114/stat : 7114 (java) S 7104 7106 6868 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 189096473 1725927424 8314 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7115] ppid=7104 vsize=1685476 CPUtime=0
/proc/7106/task/7115/stat : 7115 (java) S 7104 7106 6868 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189096473 1725927424 8314 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 1685476

[startup+6.30139 s]
/proc/loadavg: 1.06 0.99 0.99 2/73 7115
/proc/meminfo: memFree=1809376/2055920 swapFree=4182492/4192956
[pid=7106] ppid=7104 vsize=1685540 CPUtime=6.1
/proc/7106/stat : 7106 (java) S 7104 7106 6868 0 -1 0 12903 0 93 0 598 12 0 0 18 0 9 0 189096444 1725992960 9147 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7106/statm: 421385 9147 2164 9 0 416296 0
[pid=7106/tid=7108] ppid=7104 vsize=1685540 CPUtime=5.4
/proc/7106/task/7108/stat : 7108 (java) R 7104 7106 6868 0 -1 64 2281 0 44 0 536 4 0 0 19 0 9 0 189096458 1725992960 9147 1992294400 134512640 134550932 4294956032 18446744073709551615 4126536929 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7109] ppid=7104 vsize=1685540 CPUtime=0.58
/proc/7106/task/7109/stat : 7109 (java) S 7104 7106 6868 0 -1 64 9620 0 3 0 54 4 0 0 16 0 9 0 189096466 1725992960 9147 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7106/tid=7110] ppid=7104 vsize=1685540 CPUtime=0
/proc/7106/task/7110/stat : 7110 (java) S 7104 7106 6868 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189096468 1725992960 9147 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7106/tid=7111] ppid=7104 vsize=1685540 CPUtime=0
/proc/7106/task/7111/stat : 7111 (java) S 7104 7106 6868 0 -1 64 11 0 1 0 0 0 0 0 16 0 9 0 189096468 1725992960 9147 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7106/tid=7112] ppid=7104 vsize=1685540 CPUtime=0
/proc/7106/task/7112/stat : 7112 (java) S 7104 7106 6868 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 189096473 1725992960 9147 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7113] ppid=7104 vsize=1685540 CPUtime=0.06
/proc/7106/task/7113/stat : 7113 (java) S 7104 7106 6868 0 -1 64 311 0 0 0 6 0 0 0 16 0 9 0 189096473 1725992960 9147 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7106/tid=7114] ppid=7104 vsize=1685540 CPUtime=0
/proc/7106/task/7114/stat : 7114 (java) S 7104 7106 6868 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 189096473 1725992960 9147 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7115] ppid=7104 vsize=1685540 CPUtime=0
/proc/7106/task/7115/stat : 7115 (java) S 7104 7106 6868 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189096473 1725992960 9147 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 1685540

[startup+12.7021 s]
/proc/loadavg: 1.06 0.99 0.99 2/73 7115
/proc/meminfo: memFree=1805152/2055920 swapFree=4182492/4192956
[pid=7106] ppid=7104 vsize=1685540 CPUtime=12.51
/proc/7106/stat : 7106 (java) S 7104 7106 6868 0 -1 0 14728 0 93 0 1238 13 0 0 18 0 9 0 189096444 1725992960 10909 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7106/statm: 421385 10909 2164 9 0 416296 0
[pid=7106/tid=7108] ppid=7104 vsize=1685540 CPUtime=11.68
/proc/7106/task/7108/stat : 7108 (java) R 7104 7106 6868 0 -1 64 2343 0 44 0 1164 4 0 0 17 0 9 0 189096458 1725992960 10909 1992294400 134512640 134550932 4294956032 18446744073709551615 4126506324 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7109] ppid=7104 vsize=1685540 CPUtime=0.7
/proc/7106/task/7109/stat : 7109 (java) S 7104 7106 6868 0 -1 64 11373 0 3 0 65 5 0 0 16 0 9 0 189096466 1725992960 10909 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7106/tid=7110] ppid=7104 vsize=1685540 CPUtime=0
/proc/7106/task/7110/stat : 7110 (java) S 7104 7106 6868 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189096468 1725992960 10909 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7106/tid=7111] ppid=7104 vsize=1685540 CPUtime=0
/proc/7106/task/7111/stat : 7111 (java) S 7104 7106 6868 0 -1 64 11 0 1 0 0 0 0 0 16 0 9 0 189096468 1725992960 10909 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7106/tid=7112] ppid=7104 vsize=1685540 CPUtime=0
/proc/7106/task/7112/stat : 7112 (java) S 7104 7106 6868 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 189096473 1725992960 10909 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7113] ppid=7104 vsize=1685540 CPUtime=0.07
/proc/7106/task/7113/stat : 7113 (java) S 7104 7106 6868 0 -1 64 321 0 0 0 7 0 0 0 16 0 9 0 189096473 1725992960 10909 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7114] ppid=7104 vsize=1685540 CPUtime=0
/proc/7106/task/7114/stat : 7114 (java) S 7104 7106 6868 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 189096473 1725992960 10909 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7115] ppid=7104 vsize=1685540 CPUtime=0
/proc/7106/task/7115/stat : 7115 (java) S 7104 7106 6868 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189096473 1725992960 10909 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 1685540

[startup+25.5015 s]
/proc/loadavg: 1.04 0.99 0.99 2/73 7115
/proc/meminfo: memFree=1787360/2055920 swapFree=4182492/4192956
[pid=7106] ppid=7104 vsize=1685348 CPUtime=25.31
/proc/7106/stat : 7106 (java) S 7104 7106 6868 0 -1 0 21162 0 93 0 2512 19 0 0 18 0 9 0 189096444 1725796352 13958 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7106/statm: 421337 13958 2164 9 0 416248 0
[pid=7106/tid=7108] ppid=7104 vsize=1685348 CPUtime=23.69
/proc/7106/task/7108/stat : 7108 (java) R 7104 7106 6868 0 -1 64 2849 0 44 0 2363 6 0 0 17 0 9 0 189096458 1725796352 13958 1992294400 134512640 134550932 4294956032 18446744073709551615 4125903052 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7106/tid=7109] ppid=7104 vsize=1685348 CPUtime=1.48
/proc/7106/task/7109/stat : 7109 (java) S 7104 7106 6868 0 -1 64 17290 0 3 0 139 9 0 0 16 0 9 0 189096466 1725796352 13958 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7110] ppid=7104 vsize=1685348 CPUtime=0
/proc/7106/task/7110/stat : 7110 (java) S 7104 7106 6868 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189096468 1725796352 13958 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7106/tid=7111] ppid=7104 vsize=1685348 CPUtime=0
/proc/7106/task/7111/stat : 7111 (java) S 7104 7106 6868 0 -1 64 11 0 1 0 0 0 0 0 16 0 9 0 189096468 1725796352 13958 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7106/tid=7112] ppid=7104 vsize=1685348 CPUtime=0
/proc/7106/task/7112/stat : 7112 (java) S 7104 7106 6868 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 189096473 1725796352 13958 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7113] ppid=7104 vsize=1685348 CPUtime=0.09
/proc/7106/task/7113/stat : 7113 (java) S 7104 7106 6868 0 -1 64 332 0 0 0 9 0 0 0 16 0 9 0 189096473 1725796352 13958 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7114] ppid=7104 vsize=1685348 CPUtime=0
/proc/7106/task/7114/stat : 7114 (java) S 7104 7106 6868 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 189096473 1725796352 13958 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7115] ppid=7104 vsize=1685348 CPUtime=0
/proc/7106/task/7115/stat : 7115 (java) S 7104 7106 6868 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189096473 1725796352 13958 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 1685348

[startup+51.1012 s]
/proc/loadavg: 1.03 0.99 0.99 2/73 7115
/proc/meminfo: memFree=1692704/2055920 swapFree=4182492/4192956
[pid=7106] ppid=7104 vsize=1685380 CPUtime=50.84
/proc/7106/stat : 7106 (java) S 7104 7106 6868 0 -1 0 45768 0 93 0 5050 34 0 0 18 0 9 0 189096444 1725829120 35613 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7106/statm: 421345 35613 2164 9 0 416256 0
[pid=7106/tid=7108] ppid=7104 vsize=1685380 CPUtime=46.87
/proc/7106/task/7108/stat : 7108 (java) R 7104 7106 6868 0 -1 64 4227 0 44 0 4674 13 0 0 17 0 9 0 189096458 1725829120 35613 1992294400 134512640 134550932 4294956032 18446744073709551615 4126506334 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7106/tid=7109] ppid=7104 vsize=1685380 CPUtime=3.81
/proc/7106/task/7109/stat : 7109 (java) S 7104 7106 6868 0 -1 64 40502 0 3 0 363 18 0 0 16 0 9 0 189096466 1725829120 35613 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7110] ppid=7104 vsize=1685380 CPUtime=0
/proc/7106/task/7110/stat : 7110 (java) S 7104 7106 6868 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189096468 1725829120 35613 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7106/tid=7111] ppid=7104 vsize=1685380 CPUtime=0
/proc/7106/task/7111/stat : 7111 (java) S 7104 7106 6868 0 -1 64 11 0 1 0 0 0 0 0 16 0 9 0 189096468 1725829120 35613 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7106/tid=7112] ppid=7104 vsize=1685380 CPUtime=0
/proc/7106/task/7112/stat : 7112 (java) S 7104 7106 6868 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 189096473 1725829120 35613 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7113] ppid=7104 vsize=1685380 CPUtime=0.11
/proc/7106/task/7113/stat : 7113 (java) S 7104 7106 6868 0 -1 64 348 0 0 0 11 0 0 0 15 0 9 0 189096473 1725829120 35613 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7114] ppid=7104 vsize=1685380 CPUtime=0
/proc/7106/task/7114/stat : 7114 (java) S 7104 7106 6868 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 189096473 1725829120 35613 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=7106/tid=7108] ppid=7104 vsize=1685380 CPUtime=155.97
/proc/7106/task/7108/stat : 7108 (java) R 7104 7106 6868 0 -1 64 4395 0 44 0 15584 13 0 0 17 0 9 0 189096458 1725829120 47211 1992294400 134512640 134550932 4294956032 18446744073709551615 102751276 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7106/tid=7109] ppid=7104 vsize=1685380 CPUtime=5.48
/proc/7106/task/7109/stat : 7109 (java) S 7104 7106 6868 0 -1 64 53108 0 3 0 525 23 0 0 16 0 9 0 189096466 1725829120 47211 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7110] ppid=7104 vsize=1685380 CPUtime=0
/proc/7106/task/7110/stat : 7110 (java) S 7104 7106 6868 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189096468 1725829120 47211 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7106/tid=7111] ppid=7104 vsize=1685380 CPUtime=0
/proc/7106/task/7111/stat : 7111 (java) S 7104 7106 6868 0 -1 64 11 0 1 0 0 0 0 0 16 0 9 0 189096468 1725829120 47211 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7106/tid=7112] ppid=7104 vsize=1685380 CPUtime=0
/proc/7106/task/7112/stat : 7112 (java) S 7104 7106 6868 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 189096473 1725829120 47211 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7113] ppid=7104 vsize=1685380 CPUtime=0.11
/proc/7106/task/7113/stat : 7113 (java) S 7104 7106 6868 0 -1 64 348 0 0 0 11 0 0 0 15 0 9 0 189096473 1725829120 47211 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7114] ppid=7104 vsize=1685380 CPUtime=0
/proc/7106/task/7114/stat : 7114 (java) S 7104 7106 6868 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 189096473 1725829120 47211 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7115] ppid=7104 vsize=1685380 CPUtime=0
/proc/7106/task/7115/stat : 7115 (java) S 7104 7106 6868 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189096473 1725829120 47211 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.61
Current children cumulated vsize (KiB) 1685380

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/73 7115
/proc/meminfo: memFree=1645856/2055920 swapFree=4182492/4192956
[pid=7106] ppid=7104 vsize=1685380 CPUtime=221.39
/proc/7106/stat : 7106 (java) S 7104 7106 6868 0 -1 0 58619 0 93 0 22098 41 0 0 18 0 9 0 189096444 1725829120 47211 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7106/statm: 421345 47211 2164 9 0 416256 0
[pid=7106/tid=7108] ppid=7104 vsize=1685380 CPUtime=215.27
/proc/7106/task/7108/stat : 7108 (java) R 7104 7106 6868 0 -1 64 4472 0 44 0 21514 13 0 0 17 0 9 0 189096458 1725829120 47211 1992294400 134512640 134550932 4294956032 18446744073709551615 4126379744 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7109] ppid=7104 vsize=1685380 CPUtime=5.95
/proc/7106/task/7109/stat : 7109 (java) S 7104 7106 6868 0 -1 64 53108 0 3 0 571 24 0 0 16 0 9 0 189096466 1725829120 47211 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7110] ppid=7104 vsize=1685380 CPUtime=0
/proc/7106/task/7110/stat : 7110 (java) S 7104 7106 6868 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189096468 1725829120 47211 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7106/tid=7111] ppid=7104 vsize=1685380 CPUtime=0
/proc/7106/task/7111/stat : 7111 (java) S 7104 7106 6868 0 -1 64 11 0 1 0 0 0 0 0 16 0 9 0 189096468 1725829120 47211 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7106/tid=7112] ppid=7104 vsize=1685380 CPUtime=0
/proc/7106/task/7112/stat : 7112 (java) S 7104 7106 6868 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 189096473 1725829120 47211 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7113] ppid=7104 vsize=1685380 CPUtime=0.11
/proc/7106/task/7113/stat : 7113 (java) S 7104 7106 6868 0 -1 64 348 0 0 0 11 0 0 0 15 0 9 0 189096473 1725829120 47211 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7114] ppid=7104 vsize=1685380 CPUtime=0
/proc/7106/task/7114/stat : 7114 (java) S 7104 7106 6868 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 189096473 1725829120 47211 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7115] ppid=7104 vsize=1685380 CPUtime=0
/proc/7106/task/7115/stat : 7115 (java) S 7104 7106 6868 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189096473 1725829120 47211 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.39
Current children cumulated vsize (KiB) 1685380

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/73 7115
/proc/meminfo: memFree=1617632/2055920 swapFree=4182492/4192956
[pid=7106] ppid=7104 vsize=1685380 CPUtime=281.17
/proc/7106/stat : 7106 (java) S 7104 7106 6868 0 -1 0 63023 0 93 0 28069 48 0 0 18 0 9 0 189096444 1725829120 51506 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7106/statm: 421345 51506 2165 9 0 416256 0
[pid=7106/tid=7108] ppid=7104 vsize=1685380 CPUtime=274.33
/proc/7106/task/7108/stat : 7108 (java) R 7104 7106 6868 0 -1 64 4582 0 44 0 27416 17 0 0 17 0 9 0 189096458 1725829120 51506 1992294400 134512640 134550932 4294956032 18446744073709551615 4126379789 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7106/tid=7109] ppid=7104 vsize=1685380 CPUtime=6.67
/proc/7106/task/7109/stat : 7109 (java) S 7104 7106 6868 0 -1 64 57402 0 3 0 640 27 0 0 16 0 9 0 189096466 1725829120 51506 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7110] ppid=7104 vsize=1685380 CPUtime=0
/proc/7106/task/7110/stat : 7110 (java) S 7104 7106 6868 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189096468 1725829120 51506 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7106/tid=7111] ppid=7104 vsize=1685380 CPUtime=0
/proc/7106/task/7111/stat : 7111 (java) S 7104 7106 6868 0 -1 64 11 0 1 0 0 0 0 0 16 0 9 0 189096468 1725829120 51506 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7106/tid=7112] ppid=7104 vsize=1685380 CPUtime=0
/proc/7106/task/7112/stat : 7112 (java) S 7104 7106 6868 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 189096473 1725829120 51506 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7113] ppid=7104 vsize=1685380 CPUtime=0.11
/proc/7106/task/7113/stat : 7113 (java) S 7104 7106 6868 0 -1 64 348 0 0 0 11 0 0 0 15 0 9 0 189096473 1725829120 51506 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7114] ppid=7104 vsize=1685380 CPUtime=0
/proc/7106/task/7114/stat : 7114 (java) S 7104 7106 6868 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 189096473 1725829120 51506 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7115] ppid=7104 vsize=1685380 CPUtime=0
/proc/7106/task/7115/stat : 7115 (java) S 7104 7106 6868 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189096473 1725829120 51506 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.17
Current children cumulated vsize (KiB) 1685380

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/73 7115
/proc/meminfo: memFree=1598496/2055920 swapFree=4182492/4192956
[pid=7106] ppid=7104 vsize=1685380 CPUtime=340.95
/proc/7106/stat : 7106 (java) S 7104 7106 6868 0 -1 0 70013 0 93 0 34043 52 0 0 18 0 9 0 189096444 1725829120 56235 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7106/statm: 421345 56235 2165 9 0 416256 0
[pid=7106/tid=7108] ppid=7104 vsize=1685380 CPUtime=332.76
/proc/7106/task/7108/stat : 7108 (java) R 7104 7106 6868 0 -1 64 4799 0 44 0 33258 18 0 0 17 0 9 0 189096458 1725829120 56235 1992294400 134512640 134550932 4294956032 18446744073709551615 4126379810 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7106/tid=7109] ppid=7104 vsize=1685380 CPUtime=8.02
/proc/7106/task/7109/stat : 7109 (java) S 7104 7106 6868 0 -1 64 64175 0 3 0 772 30 0 0 16 0 9 0 189096466 1725829120 56235 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7110] ppid=7104 vsize=1685380 CPUtime=0
/proc/7106/task/7110/stat : 7110 (java) S 7104 7106 6868 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189096468 1725829120 56235 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7106/tid=7111] ppid=7104 vsize=1685380 CPUtime=0
/proc/7106/task/7111/stat : 7111 (java) S 7104 7106 6868 0 -1 64 11 0 1 0 0 0 0 0 16 0 9 0 189096468 1725829120 56235 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7106/tid=7112] ppid=7104 vsize=1685380 CPUtime=0
/proc/7106/task/7112/stat : 7112 (java) S 7104 7106 6868 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 189096473 1725829120 56235 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7113] ppid=7104 vsize=1685380 CPUtime=0.11
/proc/7106/task/7113/stat : 7113 (java) S 7104 7106 6868 0 -1 64 348 0 0 0 11 0 0 0 15 0 9 0 189096473 1725829120 56235 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7114] ppid=7104 vsize=1685380 CPUtime=0
/proc/7106/task/7114/stat : 7114 (java) S 7104 7106 6868 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 189096473 1725829120 56235 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7115] ppid=7104 vsize=1685380 CPUtime=0
/proc/7106/task/7115/stat : 7115 (java) S 7104 7106 6868 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189096473 1725829120 56235 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.95
Current children cumulated vsize (KiB) 1685380

[startup+402.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/73 7115
/proc/meminfo: memFree=1598432/2055920 swapFree=4182492/4192956
[pid=7106] ppid=7104 vsize=1685380 CPUtime=400.72
/proc/7106/stat : 7106 (java) S 7104 7106 6868 0 -1 0 70073 0 93 0 40020 52 0 0 18 0 9 0 189096444 1725829120 56235 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7106/statm: 421345 56235 2165 9 0 416256 0
[pid=7106/tid=7108] ppid=7104 vsize=1685380 CPUtime=392.03
/proc/7106/task/7108/stat : 7108 (java) R 7104 7106 6868 0 -1 64 4859 0 44 0 39185 18 0 0 17 0 9 0 189096458 1725829120 56235 1992294400 134512640 134550932 4294956032 18446744073709551615 4126538126 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7106/tid=7109] ppid=7104 vsize=1685380 CPUtime=8.52
/proc/7106/task/7109/stat : 7109 (java) S 7104 7106 6868 0 -1 64 64175 0 3 0 821 31 0 0 16 0 9 0 189096466 1725829120 56235 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7110] ppid=7104 vsize=1685380 CPUtime=0
/proc/7106/task/7110/stat : 7110 (java) S 7104 7106 6868 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189096468 1725829120 56235 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7106/tid=7111] ppid=7104 vsize=1685380 CPUtime=0
/proc/7106/task/7111/stat : 7111 (java) S 7104 7106 6868 0 -1 64 11 0 1 0 0 0 0 0 16 0 9 0 189096468 1725829120 56235 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7106/tid=7112] ppid=7104 vsize=1685380 CPUtime=0
/proc/7106/task/7112/stat : 7112 (java) S 7104 7106 6868 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 189096473 1725829120 56235 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7113] ppid=7104 vsize=1685380 CPUtime=0.11
/proc/7106/task/7113/stat : 7113 (java) S 7104 7106 6868 0 -1 64 348 0 0 0 11 0 0 0 15 0 9 0 189096473 1725829120 56235 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7114] ppid=7104 vsize=1685380 CPUtime=0
/proc/7106/task/7114/stat : 7114 (java) S 7104 7106 6868 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 189096473 1725829120 56235 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7115] ppid=7104 vsize=1685380 CPUtime=0
/proc/7106/task/7115/stat : 7115 (java) S 7104 7106 6868 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189096473 1725829120 56235 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 400.72
Current children cumulated vsize (KiB) 1685380



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+432.903 s]
/proc/loadavg: 1.00 0.99 0.99 2/77 7119
/proc/meminfo: memFree=1390912/2055920 swapFree=4182492/4192956
[pid=7106] ppid=7104 vsize=1686352 CPUtime=415.41
/proc/7106/stat : 7106 (java) S 7104 7106 6868 0 -1 0 80844 0 94 0 41477 64 0 0 18 0 12 0 189096444 1726824448 66702 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7106/statm: 421588 66702 2168 9 0 416499 0
[pid=7117] ppid=7106 vsize=157084 CPUtime=15.85
/proc/7117/stat : 7117 (minisat) R 7106 7106 6868 0 -1 4194304 38472 0 0 0 1565 20 0 0 25 0 1 0 189138145 160854016 38425 1992294400 134512640 135156773 4294956080 18446744073709551615 134538187 0 4 0 3 0 0 0 17 0 0 0
/proc/7117/statm: 39271 38425 71 157 0 39111 0
[pid=7106/tid=7108] ppid=7104 vsize=1686352 CPUtime=405.92
/proc/7106/task/7108/stat : 7108 (java) S 7104 7106 6868 0 -1 64 5048 0 45 0 40568 24 0 0 17 0 12 0 189096458 1726824448 66702 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7106/tid=7109] ppid=7104 vsize=1686352 CPUtime=9.3
/proc/7106/task/7109/stat : 7109 (java) S 7104 7106 6868 0 -1 64 74624 0 3 0 895 35 0 0 16 0 12 0 189096466 1726824448 66702 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7110] ppid=7104 vsize=1686352 CPUtime=0
/proc/7106/task/7110/stat : 7110 (java) S 7104 7106 6868 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 189096468 1726824448 66702 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7106/tid=7111] ppid=7104 vsize=1686352 CPUtime=0
/proc/7106/task/7111/stat : 7111 (java) S 7104 7106 6868 0 -1 64 11 0 1 0 0 0 0 0 16 0 12 0 189096468 1726824448 66702 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7106/tid=7112] ppid=7104 vsize=1686352 CPUtime=0
/proc/7106/task/7112/stat : 7112 (java) S 7104 7106 6868 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 189096473 1726824448 66702 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7113] ppid=7104 vsize=1686352 CPUtime=0.12
/proc/7106/task/7113/stat : 7113 (java) S 7104 7106 6868 0 -1 64 352 0 0 0 12 0 0 0 16 0 12 0 189096473 1726824448 66702 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7114] ppid=7104 vsize=1686352 CPUtime=0
/proc/7106/task/7114/stat : 7114 (java) S 7104 7106 6868 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 189096473 1726824448 66702 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7106/tid=7115] ppid=7104 vsize=1686352 CPUtime=0
/proc/7106/task/7115/stat : 7115 (java) S 7104 7106 6868 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 189096473 1726824448 66702 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7106/tid=7116] ppid=7104 vsize=1686352 CPUtime=0.01
/proc/7106/task/7116/stat : 7116 (java) S 7104 7106 6868 0 -1 64 73 0 0 0 0 1 0 0 16 0 12 0 189138145 1726824448 66702 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=7106/tid=7118] ppid=7104 vsize=1686352 CPUtime=0
/proc/7106/task/7118/stat : 7118 (java) S 7104 7106 6868 0 -1 64 38 0 0 0 0 0 0 0 16 0 12 0 189138149 1726824448 66702 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=7106/tid=7119] ppid=7104 vsize=1686352 CPUtime=0
/proc/7106/task/7119/stat : 7119 (java) S 7104 7106 6868 0 -1 64 11 0 0 0 0 0 0 0 18 0 12 0 189138149 1726824448 66702 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 431.26
Current children cumulated vsize (KiB) 1843436

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

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

[startup+433.014 s]
/proc/loadavg: 1.00 0.99 0.99 2/77 7119
/proc/meminfo: memFree=1390912/2055920 swapFree=4182492/4192956
[pid=7106] ppid=7104 vsize=0 CPUtime=431.36
/proc/7106/stat : 7106 (java) Z 7104 7106 6868 0 -1 1036 81358 38473 147 0 41477 70 1565 24 16 0 2 0 189096444 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7106/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 431.36
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 433.015
CPU time (s): 431.393
CPU user time (s): 430.436
CPU system time (s): 0.957854
CPU usage (%): 99.6255
Max. virtual memory (cumulated for all children) (KiB): 1843436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 430.436
system time used= 0.957854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119831
page faults= 147
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14089
involuntary context switches= 10744

runsolver used 0.530919 second user time and 1.21781 second system time

The end

Launcher Data

Begin job on node21 at 2009-06-17 07:02:44
IDJOB=1883786
IDBENCH=48325
IDSOLVER=688
FILE ID=node21/1883786-1245214964
PBS_JOBID= 9368419
Free space on /tmp= 66092 MiB

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

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

MD5SUM BENCH= b33a935d423c3fea7f6ee6702f232aa4
RANDOM SEED=1365116508

node21.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.239
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.239
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:       1856832 kB
Buffers:         47844 kB
Cached:          75536 kB
SwapCached:       4256 kB
Active:          23168 kB
Inactive:       107632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1856832 kB
SwapTotal:     4192956 kB
SwapFree:      4182492 kB
Dirty:            1580 kB
Writeback:           0 kB
Mapped:          13420 kB
Slab:            54288 kB
Committed_AS:   185144 kB
PageTables:       1384 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-1883786-1245214964.opb

Free space on /tmp at the end= 66088 MiB
End job on node21 at 2009-06-17 07:09:59