Trace number 418972

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, and are wall clock time (not CPU 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
Pueblo 1.4SAT 1753.42 1754.22

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
anbulagan/medium-sat/total-5-17-s.opb
MD5SUM90ccb0c7dc7e94c1593330c60222a31c
Bench CategoryPURE-SAT (instances containing only clauses)
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 benchmark393.107
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables265408
Total number of constraints1248556
Number of constraints which are clauses1248556
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint10
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 10
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

Sorry, but this trace is too large and cannot be obtained.

Verifier Data (download as text)

OK	0

Conversion Script Data (download as text)

/tmp/evaluation/418972-1177400544/instance-418972-1177400544.opb is already a linear file

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node74/watcher-418972-1177400544 -o ROOT/results/node74/solver-418972-1177400544 -C 1800 -W 3600 -M 1800 --output-limit 1,15 Pueblo /tmp/evaluation/418972-1177400544/instance-418972-1177400544.opb 

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): 3600 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.85 0.94 0.81 2/66 16221
/proc/meminfo: memFree=1768680/2055920 swapFree=4183092/4192956
[pid=16221] ppid=16219 vsize=18528 CPUtime=0
/proc/16221/stat : 16221 (runsolver) D 16219 16221 16095 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 187969453 18972672 284 18446744073709551615 4194304 4255128 548682069008 18446744073709551615 228774702375 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/16221/statm: 4632 284 249 14 0 2626 0

[startup+0.0819181 s]
/proc/loadavg: 0.85 0.94 0.81 2/66 16221
/proc/meminfo: memFree=1768680/2055920 swapFree=4183092/4192956
[pid=16221] ppid=16219 vsize=18528 CPUtime=0
/proc/16221/stat : 16221 (runsolver) D 16219 16221 16095 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 187969453 18972672 284 18446744073709551615 4194304 4255128 548682069008 18446744073709551615 228774702375 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/16221/statm: 4632 284 249 14 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18528

[startup+0.101915 s]
/proc/loadavg: 0.85 0.94 0.81 2/66 16221
/proc/meminfo: memFree=1768680/2055920 swapFree=4183092/4192956
[pid=16221] ppid=16219 vsize=18528 CPUtime=0
/proc/16221/stat : 16221 (runsolver) D 16219 16221 16095 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 187969453 18972672 284 18446744073709551615 4194304 4255128 548682069008 18446744073709551615 228774702375 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/16221/statm: 4632 284 249 14 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18528

[startup+0.301946 s]
/proc/loadavg: 0.85 0.94 0.81 2/66 16221
/proc/meminfo: memFree=1768680/2055920 swapFree=4183092/4192956
[pid=16221] ppid=16219 vsize=6148 CPUtime=0.12
/proc/16221/stat : 16221 (Pueblo) R 16219 16221 16095 0 -1 4194304 1168 0 4 0 12 0 0 0 18 0 1 0 187969453 6295552 1143 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 10217247 0 0 4096 0 0 0 0 17 0 0 0
/proc/16221/statm: 1537 1143 199 16 0 976 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 6148

[startup+0.70199 s]
/proc/loadavg: 0.85 0.94 0.81 2/66 16221
/proc/meminfo: memFree=1768680/2055920 swapFree=4183092/4192956
[pid=16221] ppid=16219 vsize=11876 CPUtime=0.52
/proc/16221/stat : 16221 (Pueblo) R 16219 16221 16095 0 -1 4194304 2598 0 4 0 51 1 0 0 22 0 1 0 187969453 12161024 2573 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134546743 0 0 4096 0 0 0 0 17 0 0 0
/proc/16221/statm: 2969 2573 199 16 0 2408 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 11876

[startup+1.50108 s]
/proc/loadavg: 0.85 0.94 0.81 2/67 16222
/proc/meminfo: memFree=1754720/2055920 swapFree=4183092/4192956
[pid=16221] ppid=16219 vsize=25196 CPUtime=1.32
/proc/16221/stat : 16221 (Pueblo) R 16219 16221 16095 0 -1 4194304 5920 0 4 0 129 3 0 0 25 0 1 0 187969453 25800704 5895 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16221/statm: 6299 5895 199 16 0 5738 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 25196

[startup+3.10126 s]
/proc/loadavg: 0.85 0.94 0.81 2/67 16222
/proc/meminfo: memFree=1734368/2055920 swapFree=4183092/4192956
[pid=16221] ppid=16219 vsize=52240 CPUtime=2.92
/proc/16221/stat : 16221 (Pueblo) R 16219 16221 16095 0 -1 4194304 12696 0 4 0 287 5 0 0 25 0 1 0 187969453 53493760 12671 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 10223319 0 0 4096 0 0 0 0 17 1 0 0
/proc/16221/statm: 13060 12671 199 16 0 12499 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 52240

[startup+6.30163 s]
/proc/loadavg: 0.87 0.94 0.81 2/67 16222
/proc/meminfo: memFree=1688928/2055920 swapFree=4183092/4192956
[pid=16221] ppid=16219 vsize=90072 CPUtime=6.11
/proc/16221/stat : 16221 (Pueblo) R 16219 16221 16095 0 -1 4194304 22162 0 4 0 601 10 0 0 25 0 1 0 187969453 92233728 22137 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 9925449 0 0 4096 0 0 0 0 17 1 0 0
/proc/16221/statm: 22518 22137 199 16 0 21957 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 90072

[startup+12.7014 s]
/proc/loadavg: 0.88 0.94 0.81 2/67 16222
/proc/meminfo: memFree=1623392/2055920 swapFree=4183092/4192956
[pid=16221] ppid=16219 vsize=153880 CPUtime=12.51
/proc/16221/stat : 16221 (Pueblo) R 16219 16221 16095 0 -1 4194304 38106 0 4 0 1234 17 0 0 25 0 1 0 187969453 157573120 38081 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 10223319 0 0 4096 0 0 0 0 17 1 0 0
/proc/16221/statm: 38470 38081 199 16 0 37909 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 153880

[startup+25.5018 s]
/proc/loadavg: 0.90 0.94 0.82 2/67 16222
/proc/meminfo: memFree=1564960/2055920 swapFree=4183092/4192956
[pid=16221] ppid=16219 vsize=229612 CPUtime=25.31
/proc/16221/stat : 16221 (Pueblo) R 16219 16221 16095 0 -1 4194304 2090439 0 4 0 1943 588 0 0 25 0 1 0 187969453 235122688 50965 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/16221/statm: 57403 50975 204 16 0 56842 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 229612

[startup+51.1018 s]
/proc/loadavg: 0.93 0.95 0.82 2/67 16222
/proc/meminfo: memFree=1565088/2055920 swapFree=4183092/4192956
[pid=16221] ppid=16219 vsize=229612 CPUtime=50.9
/proc/16221/stat : 16221 (Pueblo) R 16219 16221 16095 0 -1 4194304 7400351 0 4 0 2999 2091 0 0 25 0 1 0 187969453 235122688 50897 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16221/statm: 57403 50897 204 16 0 56842 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 229612

[startup+102.306 s]
/proc/loadavg: 0.97 0.95 0.83 2/67 16222
/proc/meminfo: memFree=1564832/2055920 swapFree=4183092/4192956
[pid=16221] ppid=16219 vsize=230124 CPUtime=102.1
/proc/16221/stat : 16221 (Pueblo) R 16219 16221 16095 0 -1 4194304 18024279 0 4 0 5165 5045 0 0 25 0 1 0 187969453 235646976 50965 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16221/statm: 57531 50969 204 16 0 56970 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 230124

[startup+162.302 s]
/proc/loadavg: 0.99 0.96 0.83 2/67 16222
/proc/meminfo: memFree=1563872/2055920 swapFree=4183092/4192956
[pid=16221] ppid=16219 vsize=230124 CPUtime=162.07
/proc/16221/stat : 16221 (Pueblo) R 16219 16221 16095 0 -1 4194304 30403207 0 4 0 7700 8507 0 0 25 0 1 0 187969453 235646976 51033 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/16221/statm: 57531 51043 204 16 0 56970 0
Current children cumulated CPU time (s) 162.07
Current children cumulated vsize (KiB) 230124

[startup+222.302 s]
/proc/loadavg: 0.99 0.96 0.84 2/67 16222
/proc/meminfo: memFree=1564192/2055920 swapFree=4183092/4192956
[pid=16221] ppid=16219 vsize=230636 CPUtime=222.06
/proc/16221/stat : 16221 (Pueblo) R 16219 16221 16095 0 -1 4194304 42794997 0 4 0 10221 11985 0 0 25 0 1 0 187969453 236171264 51223 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/16221/statm: 57659 51233 204 16 0 57098 0
Current children cumulated CPU time (s) 222.06
Current children cumulated vsize (KiB) 230636

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.84 2/67 16222
/proc/meminfo: memFree=1564192/2055920 swapFree=4183092/4192956
[pid=16221] ppid=16219 vsize=230636 CPUtime=282.04
/proc/16221/stat : 16221 (Pueblo) R 16219 16221 16095 0 -1 4194304 55194995 0 4 0 12754 15450 0 0 25 0 1 0 187969453 236171264 51302 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/16221/statm: 57659 51312 204 16 0 57098 0
Current children cumulated CPU time (s) 282.04
Current children cumulated vsize (KiB) 230636

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.85 2/67 16222
/proc/meminfo: memFree=1563808/2055920 swapFree=4183092/4192956
[pid=16221] ppid=16219 vsize=230636 CPUtime=342.01
/proc/16221/stat : 16221 (Pueblo) R 16219 16221 16095 0 -1 4194304 67620938 0 4 0 15270 18931 0 0 25 0 1 0 187969453 236171264 51324 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/16221/statm: 57659 51333 204 16 0 57098 0
Current children cumulated CPU time (s) 342.01
Current children cumulated vsize (KiB) 230636

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.85 2/67 16222
/proc/meminfo: memFree=1562976/2055920 swapFree=4183092/4192956
[pid=16221] ppid=16219 vsize=231660 CPUtime=402
/proc/16221/stat : 16221 (Pueblo) R 16219 16221 16095 0 -1 4194304 80032172 0 4 0 17810 22390 0 0 25 0 1 0 187969453 237219840 51458 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/16221/statm: 57915 51458 204 16 0 57354 0
Current children cumulated CPU time (s) 402
Current children cumulated vsize (KiB) 231660

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.86 2/67 16222
/proc/meminfo: memFree=1563616/2055920 swapFree=4183092/4192956
[pid=16221] ppid=16219 vsize=231660 CPUtime=461.98
/proc/16221/stat : 16221 (Pueblo) R 16219 16221 16095 0 -1 4194304 92420034 0 4 0 20320 25878 0 0 25 0 1 0 187969453 237219840 51360 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/16221/statm: 57915 51370 204 16 0 57354 0
Current children cumulated CPU time (s) 461.98
Current children cumulated vsize (KiB) 231660

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.87 2/67 16222
/proc/meminfo: memFree=1563296/2055920 swapFree=4183092/4192956
[pid=16221] ppid=16219 vsize=231660 CPUtime=521.97
/proc/16221/stat : 16221 (Pueblo) R 16219 16221 16095 0 -1 4194304 104817651 0 4 0 22845 29352 0 0 25 0 1 0 187969453 237219840 51397 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/16221/statm: 57915 51406 204 16 0 57354 0
Current children cumulated CPU time (s) 521.97
Current children cumulated vsize (KiB) 231660

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.87 2/67 16222
/proc/meminfo: memFree=1563168/2055920 swapFree=4183092/4192956
[pid=16221] ppid=16219 vsize=231660 CPUtime=581.95
/proc/16221/stat : 16221 (Pueblo) R 16219 16221 16095 0 -1 4194304 117205292 0 4 0 25374 32821 0 0 25 0 1 0 187969453 237219840 51338 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16221/statm: 57915 51339 204 16 0 57354 0
Current children cumulated CPU time (s) 581.95
Current children cumulated vsize (KiB) 231660

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.88 2/67 16222
/proc/meminfo: memFree=1562592/2055920 swapFree=4183092/4192956
[pid=16221] ppid=16219 vsize=231660 CPUtime=641.93
/proc/16221/stat : 16221 (Pueblo) R 16219 16221 16095 0 -1 4194304 129477990 0 4 0 27893 36300 0 0 25 0 1 0 187969453 237219840 51517 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/16221/statm: 57915 51526 204 16 0 57354 0
Current children cumulated CPU time (s) 641.93
Current children cumulated vsize (KiB) 231660


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

/proc/meminfo: memFree=1544928/2055920 swapFree=4183092/4192956
[pid=16221] ppid=16219 vsize=248492 CPUtime=1121.76
/proc/16221/stat : 16221 (Pueblo) R 16219 16221 16095 0 -1 4194304 227506640 0 4 0 47876 64300 0 0 25 0 1 0 187969453 254455808 55487 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/16221/statm: 62123 55496 204 16 0 61562 0
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (KiB) 248492

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 16420
/proc/meminfo: memFree=1544032/2055920 swapFree=4183092/4192956
[pid=16221] ppid=16219 vsize=250076 CPUtime=1181.67
/proc/16221/stat : 16221 (Pueblo) R 16219 16221 16095 0 -1 4194304 239804870 0 4 0 50377 67790 0 0 25 0 1 0 187969453 256077824 55977 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/16221/statm: 62519 55987 204 16 0 61958 0
Current children cumulated CPU time (s) 1181.67
Current children cumulated vsize (KiB) 250076

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 16420
/proc/meminfo: memFree=1542432/2055920 swapFree=4183092/4192956
[pid=16221] ppid=16219 vsize=251552 CPUtime=1241.65
/proc/16221/stat : 16221 (Pueblo) R 16219 16221 16095 0 -1 4194304 252174913 0 4 0 52895 71270 0 0 25 0 1 0 187969453 257589248 56519 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/16221/statm: 62888 56519 205 16 0 62327 0
Current children cumulated CPU time (s) 1241.65
Current children cumulated vsize (KiB) 251552

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 16420
/proc/meminfo: memFree=1539360/2055920 swapFree=4183092/4192956
[pid=16221] ppid=16219 vsize=254324 CPUtime=1301.63
/proc/16221/stat : 16221 (Pueblo) R 16219 16221 16095 0 -1 4194304 264562067 0 4 0 55405 74758 0 0 25 0 1 0 187969453 260427776 57273 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/16221/statm: 63581 57282 205 16 0 63020 0
Current children cumulated CPU time (s) 1301.63
Current children cumulated vsize (KiB) 254324

[startup+1362.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 16420
/proc/meminfo: memFree=1536736/2055920 swapFree=4183092/4192956
[pid=16221] ppid=16219 vsize=261324 CPUtime=1361.62
/proc/16221/stat : 16221 (Pueblo) R 16219 16221 16095 0 -1 4194304 276915054 0 4 0 57918 78244 0 0 25 0 1 0 187969453 267595776 57920 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/16221/statm: 65331 57930 205 16 0 64770 0
Current children cumulated CPU time (s) 1361.62
Current children cumulated vsize (KiB) 261324

[startup+1422.31 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 16420
/proc/meminfo: memFree=1534048/2055920 swapFree=4183092/4192956
[pid=16221] ppid=16219 vsize=264096 CPUtime=1421.6
/proc/16221/stat : 16221 (Pueblo) R 16219 16221 16095 0 -1 4194304 289196037 0 4 0 60420 81740 0 0 25 0 1 0 187969453 270434304 58583 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/16221/statm: 66024 58595 205 16 0 65463 0
Current children cumulated CPU time (s) 1421.6
Current children cumulated vsize (KiB) 264096

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 16420
/proc/meminfo: memFree=1531040/2055920 swapFree=4183092/4192956
[pid=16221] ppid=16219 vsize=266604 CPUtime=1481.57
/proc/16221/stat : 16221 (Pueblo) R 16219 16221 16095 0 -1 4194304 301434075 0 4 0 62918 85239 0 0 25 0 1 0 187969453 273002496 59461 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16221/statm: 66651 59201 205 16 0 66090 0
Current children cumulated CPU time (s) 1481.57
Current children cumulated vsize (KiB) 266604

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 16420
/proc/meminfo: memFree=1528288/2055920 swapFree=4183092/4192956
[pid=16221] ppid=16219 vsize=268980 CPUtime=1541.56
/proc/16221/stat : 16221 (Pueblo) R 16219 16221 16095 0 -1 4194304 313730293 0 4 0 65427 88729 0 0 25 0 1 0 187969453 275435520 60019 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/16221/statm: 67245 60030 205 16 0 66684 0
Current children cumulated CPU time (s) 1541.56
Current children cumulated vsize (KiB) 268980

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 16420
/proc/meminfo: memFree=1522912/2055920 swapFree=4183092/4192956
[pid=16221] ppid=16219 vsize=274148 CPUtime=1601.55
/proc/16221/stat : 16221 (Pueblo) R 16219 16221 16095 0 -1 4194304 324686275 0 4 0 68322 91833 0 0 25 0 1 0 187969453 280727552 61389 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134560605 0 0 4096 0 0 0 0 17 1 0 0
/proc/16221/statm: 68537 61389 206 16 0 67976 0
Current children cumulated CPU time (s) 1601.55
Current children cumulated vsize (KiB) 274148

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 16420
/proc/meminfo: memFree=1522848/2055920 swapFree=4183092/4192956
[pid=16221] ppid=16219 vsize=274148 CPUtime=1661.53
/proc/16221/stat : 16221 (Pueblo) R 16219 16221 16095 0 -1 4194304 324686293 0 4 0 74320 91833 0 0 25 0 1 0 187969453 280727552 61407 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134557772 0 0 4096 0 0 0 0 17 1 0 0
/proc/16221/statm: 68537 61407 206 16 0 67976 0
Current children cumulated CPU time (s) 1661.53
Current children cumulated vsize (KiB) 274148

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 16420
/proc/meminfo: memFree=1522784/2055920 swapFree=4183092/4192956
[pid=16221] ppid=16219 vsize=274148 CPUtime=1721.51
/proc/16221/stat : 16221 (Pueblo) R 16219 16221 16095 0 -1 4194304 324686293 0 4 0 80318 91833 0 0 25 0 1 0 187969453 280727552 61407 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134559528 0 0 4096 0 0 0 0 17 1 0 0
/proc/16221/statm: 68537 61407 206 16 0 67976 0
Current children cumulated CPU time (s) 1721.51
Current children cumulated vsize (KiB) 274148

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

[startup+1740.7 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 16420
/proc/meminfo: memFree=1522656/2055920 swapFree=4183092/4192956
[pid=16221] ppid=16219 vsize=274404 CPUtime=1739.9
/proc/16221/stat : 16221 (Pueblo) R 16219 16221 16095 0 -1 4194304 324686334 0 4 0 82157 91833 0 0 25 0 1 0 187969453 280989696 61448 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134517893 0 0 4096 0 0 0 0 17 1 0 0
/proc/16221/statm: 68601 61448 206 16 0 68040 0
Current children cumulated CPU time (s) 1739.9
Current children cumulated vsize (KiB) 274404

[startup+1747.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 16420
/proc/meminfo: memFree=1522656/2055920 swapFree=4183092/4192956
[pid=16221] ppid=16219 vsize=274404 CPUtime=1746.3
/proc/16221/stat : 16221 (Pueblo) R 16219 16221 16095 0 -1 4194304 324686337 0 4 0 82797 91833 0 0 25 0 1 0 187969453 280989696 61451 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/16221/statm: 68601 61451 206 16 0 68040 0
Current children cumulated CPU time (s) 1746.3
Current children cumulated vsize (KiB) 274404

[startup+1750.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 16420
/proc/meminfo: memFree=1522656/2055920 swapFree=4183092/4192956
[pid=16221] ppid=16219 vsize=274404 CPUtime=1749.5
/proc/16221/stat : 16221 (Pueblo) R 16219 16221 16095 0 -1 4194304 324686338 0 4 0 83117 91833 0 0 25 0 1 0 187969453 280989696 61452 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/16221/statm: 68601 61452 206 16 0 68040 0
Current children cumulated CPU time (s) 1749.5
Current children cumulated vsize (KiB) 274404

[startup+1751.9 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 16420
/proc/meminfo: memFree=1522592/2055920 swapFree=4183092/4192956
[pid=16221] ppid=16219 vsize=274404 CPUtime=1751.1
/proc/16221/stat : 16221 (Pueblo) R 16219 16221 16095 0 -1 4194304 324686339 0 4 0 83277 91833 0 0 25 0 1 0 187969453 280989696 61453 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134559161 0 0 4096 0 0 0 0 17 1 0 0
/proc/16221/statm: 68601 61453 206 16 0 68040 0
Current children cumulated CPU time (s) 1751.1
Current children cumulated vsize (KiB) 274404

[startup+1753.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 16420
/proc/meminfo: memFree=1522592/2055920 swapFree=4183092/4192956
[pid=16221] ppid=16219 vsize=274404 CPUtime=1752.7
/proc/16221/stat : 16221 (Pueblo) R 16219 16221 16095 0 -1 4194304 324686340 0 4 0 83437 91833 0 0 25 0 1 0 187969453 280989696 61454 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134559161 0 0 4096 0 0 0 0 17 1 0 0
/proc/16221/statm: 68601 61454 206 16 0 68040 0
Current children cumulated CPU time (s) 1752.7
Current children cumulated vsize (KiB) 274404

[startup+1753.9 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 16420
/proc/meminfo: memFree=1522592/2055920 swapFree=4183092/4192956
[pid=16221] ppid=16219 vsize=274404 CPUtime=1753.1
/proc/16221/stat : 16221 (Pueblo) R 16219 16221 16095 0 -1 4194304 324686340 0 4 0 83477 91833 0 0 25 0 1 0 187969453 280989696 61454 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134517885 0 0 4096 0 0 0 0 17 1 0 0
/proc/16221/statm: 68601 61454 206 16 0 68040 0
Current children cumulated CPU time (s) 1753.1
Current children cumulated vsize (KiB) 274404

[startup+1754.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 16420
/proc/meminfo: memFree=1522592/2055920 swapFree=4183092/4192956
[pid=16221] ppid=16219 vsize=275688 CPUtime=1753.3
/proc/16221/stat : 16221 (Pueblo) R 16219 16221 16095 0 -1 4194304 324686415 0 4 0 83497 91833 0 0 16 0 1 0 187969453 282304512 61529 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16221/statm: 68922 61529 212 16 0 68361 0
Current children cumulated CPU time (s) 1753.3
Current children cumulated vsize (KiB) 275688

[startup+1754.2 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 16420
/proc/meminfo: memFree=1522592/2055920 swapFree=4183092/4192956
[pid=16221] ppid=16219 vsize=0 CPUtime=1753.4
/proc/16221/stat : 16221 (Pueblo) R 16219 16221 16095 0 -1 4194308 324686416 0 4 0 83503 91837 0 0 17 0 1 0 187969453 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/16221/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1753.4
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 1754.22
CPU time (s): 1753.42
CPU user time (s): 835.034
CPU system time (s): 918.385
CPU usage (%): 99.9546
Max. virtual memory (cumulated for all children) (KiB): 275688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 835.034
system time used= 918.385
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 324686416
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36
involuntary context switches= 3551

runsolver used 1.3398 second user time and 3.55546 second system time

The end

Launcher Data (download as text)

Begin job on node74 on Tue Apr 24 07:42:27 UTC 2007

IDJOB= 418972
IDBENCH= 47740
IDSOLVER= 165
FILE ID= node74/418972-1177400544

PBS_JOBID= 4675606

Free space on /tmp= 103165 MiB

SOLVER NAME= Pueblo 1.4
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/anbulagan/medium-sat/total-5-17-s.opb
COMMAND LINE= Pueblo /tmp/evaluation/418972-1177400544/instance-418972-1177400544.opb
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node74/convwatcher-418972-1177400544 -o ROOT/results/node74/conversion-418972-1177400544 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/418972-1177400544/instance-418972-1177400544.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node74/watcher-418972-1177400544 -o ROOT/results/node74/solver-418972-1177400544 -C 1800 -W 3600 -M 1800 --output-limit 1,15  Pueblo /tmp/evaluation/418972-1177400544/instance-418972-1177400544.opb

META MD5SUM SOLVER= 9ebec3e8d890fdeefad01654ad9b68b7
MD5SUM BENCH=  90ccb0c7dc7e94c1593330c60222a31c

RANDOM SEED= 371850923

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

/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.213
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.213
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:       1769088 kB
Buffers:         31692 kB
Cached:         178444 kB
SwapCached:       3248 kB
Active:          73792 kB
Inactive:       146352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1769088 kB
SwapTotal:     4192956 kB
SwapFree:      4183092 kB
Dirty:           41200 kB
Writeback:           0 kB
Mapped:          15848 kB
Slab:            52500 kB
Committed_AS:  3963220 kB
PageTables:       1480 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103165 MiB

End job on node74 on Tue Apr 24 08:11:41 UTC 2007