Trace number 419910

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 1698.36 1699

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/
industrial/narain/clauses-4.opb
MD5SUMae115968f17269cfd229cd49ceddac3b
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 benchmark189.053
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 variables267766
Total number of constraints1002957
Number of constraints which are clauses1002957
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 constraint217
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 215
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 432
Number of bits of the biggest sum of numbers9
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/419910-1177415248/instance-419910-1177415248.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/node27/watcher-419910-1177415248 -o ROOT/results/node27/solver-419910-1177415248 -C 1800 -W 3600 -M 1800 --output-limit 1,15 Pueblo /tmp/evaluation/419910-1177415248/instance-419910-1177415248.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.92 0.98 0.99 3/65 6398
/proc/meminfo: memFree=1881064/2055920 swapFree=4182888/4192956
[pid=6398] ppid=6396 vsize=2552 CPUtime=0
/proc/6398/stat : 6398 (Pueblo) R 6396 6398 5996 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 154220925 2613248 234 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 1933015 0 0 4096 0 0 0 0 17 1 0 0
/proc/6398/statm: 638 234 199 16 0 77 0

[startup+0.041262 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 6398
/proc/meminfo: memFree=1881064/2055920 swapFree=4182888/4192956
[pid=6398] ppid=6396 vsize=3084 CPUtime=0.03
/proc/6398/stat : 6398 (Pueblo) R 6396 6398 5996 0 -1 4194304 406 0 0 0 3 0 0 0 18 0 1 0 154220925 3158016 377 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 1635089 0 0 4096 0 0 0 0 17 1 0 0
/proc/6398/statm: 771 377 199 16 0 210 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 3084

[startup+0.101268 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 6398
/proc/meminfo: memFree=1881064/2055920 swapFree=4182888/4192956
[pid=6398] ppid=6396 vsize=4016 CPUtime=0.09
/proc/6398/stat : 6398 (Pueblo) R 6396 6398 5996 0 -1 4194304 647 0 0 0 9 0 0 0 18 0 1 0 154220925 4112384 618 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 1933015 0 0 4096 0 0 0 0 17 1 0 0
/proc/6398/statm: 1004 618 199 16 0 443 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4016

[startup+0.301288 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 6398
/proc/meminfo: memFree=1881064/2055920 swapFree=4182888/4192956
[pid=6398] ppid=6396 vsize=6948 CPUtime=0.29
/proc/6398/stat : 6398 (Pueblo) R 6396 6398 5996 0 -1 4194304 1379 0 0 0 29 0 0 0 19 0 1 0 154220925 7114752 1350 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 1933015 0 0 4096 0 0 0 0 17 1 0 0
/proc/6398/statm: 1737 1350 199 16 0 1176 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6948

[startup+0.701329 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 6398
/proc/meminfo: memFree=1881064/2055920 swapFree=4182888/4192956
[pid=6398] ppid=6396 vsize=12408 CPUtime=0.69
/proc/6398/stat : 6398 (Pueblo) R 6396 6398 5996 0 -1 4194304 2731 0 0 0 68 1 0 0 22 0 1 0 154220925 12705792 2702 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134544647 0 0 4096 0 0 0 0 17 1 0 0
/proc/6398/statm: 3102 2702 199 16 0 2541 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12408

[startup+1.50142 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 6399
/proc/meminfo: memFree=1866784/2055920 swapFree=4182888/4192956
[pid=6398] ppid=6396 vsize=23064 CPUtime=1.49
/proc/6398/stat : 6398 (Pueblo) R 6396 6398 5996 0 -1 4194304 5389 0 0 0 147 2 0 0 25 0 1 0 154220925 23617536 5360 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 1933015 0 0 4096 0 0 0 0 17 1 0 0
/proc/6398/statm: 5766 5362 199 16 0 5205 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23064

[startup+3.10157 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 6399
/proc/meminfo: memFree=1851808/2055920 swapFree=4182888/4192956
[pid=6398] ppid=6396 vsize=42912 CPUtime=3.1
/proc/6398/stat : 6398 (Pueblo) R 6396 6398 5996 0 -1 4194304 10367 0 0 0 305 5 0 0 25 0 1 0 154220925 43941888 10338 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134542672 0 0 4096 0 0 0 0 17 1 0 0
/proc/6398/statm: 10728 10340 199 16 0 10167 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 42912

[startup+6.3019 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 6399
/proc/meminfo: memFree=1814816/2055920 swapFree=4182888/4192956
[pid=6398] ppid=6396 vsize=78480 CPUtime=6.29
/proc/6398/stat : 6398 (Pueblo) R 6396 6398 5996 0 -1 4194304 19265 0 0 0 620 9 0 0 25 0 1 0 154220925 80363520 19236 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6398/statm: 19620 19236 199 16 0 19059 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 78480

[startup+12.7015 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 6399
/proc/meminfo: memFree=1739560/2055920 swapFree=4182888/4192956
[pid=6398] ppid=6396 vsize=152148 CPUtime=12.69
/proc/6398/stat : 6398 (Pueblo) R 6396 6398 5996 0 -1 4194304 37660 0 0 0 1251 18 0 0 25 0 1 0 154220925 155799552 37631 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 1933015 0 0 4096 0 0 0 0 17 1 0 0
/proc/6398/statm: 38037 37631 199 16 0 37476 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 152148

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6399
/proc/meminfo: memFree=1704360/2055920 swapFree=4182888/4192956
[pid=6398] ppid=6396 vsize=202180 CPUtime=25.49
/proc/6398/stat : 6398 (Pueblo) R 6396 6398 5996 0 -1 4194304 2648591 0 0 0 1812 737 0 0 25 0 1 0 154220925 207032320 44275 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/6398/statm: 50545 44285 204 16 0 49984 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 202180

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6399
/proc/meminfo: memFree=1704488/2055920 swapFree=4182888/4192956
[pid=6398] ppid=6396 vsize=202180 CPUtime=51.07
/proc/6398/stat : 6398 (Pueblo) R 6396 6398 5996 0 -1 4194304 7963859 0 0 0 2894 2213 0 0 25 0 1 0 154220925 207032320 44349 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6398/statm: 50545 44087 204 16 0 49984 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 202180

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6399
/proc/meminfo: memFree=1704360/2055920 swapFree=4182888/4192956
[pid=6398] ppid=6396 vsize=202692 CPUtime=102.26
/proc/6398/stat : 6398 (Pueblo) R 6396 6398 5996 0 -1 4194304 18523435 0 0 0 5043 5183 0 0 25 0 1 0 154220925 207556608 44277 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/6398/statm: 50673 44287 204 16 0 50112 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 202692

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6399
/proc/meminfo: memFree=1703912/2055920 swapFree=4182888/4192956
[pid=6398] ppid=6396 vsize=202692 CPUtime=162.24
/proc/6398/stat : 6398 (Pueblo) R 6396 6398 5996 0 -1 4194304 30809308 0 0 0 7559 8665 0 0 25 0 1 0 154220925 207556608 44446 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/6398/statm: 50673 44455 204 16 0 50112 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 202692

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6399
/proc/meminfo: memFree=1704360/2055920 swapFree=4182888/4192956
[pid=6398] ppid=6396 vsize=203204 CPUtime=222.22
/proc/6398/stat : 6398 (Pueblo) R 6396 6398 5996 0 -1 4194304 43081960 0 0 0 10054 12168 0 0 25 0 1 0 154220925 208080896 44494 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/6398/statm: 50801 44503 204 16 0 50240 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 203204

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6399
/proc/meminfo: memFree=1703848/2055920 swapFree=4182888/4192956
[pid=6398] ppid=6396 vsize=203204 CPUtime=282.21
/proc/6398/stat : 6398 (Pueblo) R 6396 6398 5996 0 -1 4194304 55430401 0 0 0 12575 15646 0 0 25 0 1 0 154220925 208080896 44352 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/6398/statm: 50801 44362 204 16 0 50240 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 203204

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6399
/proc/meminfo: memFree=1703784/2055920 swapFree=4182888/4192956
[pid=6398] ppid=6396 vsize=203204 CPUtime=342.19
/proc/6398/stat : 6398 (Pueblo) R 6396 6398 5996 0 -1 4194304 67760432 0 0 0 15090 19129 0 0 25 0 1 0 154220925 208080896 44401 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/6398/statm: 50801 44410 204 16 0 50240 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 203204

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6399
/proc/meminfo: memFree=1703208/2055920 swapFree=4182888/4192956
[pid=6398] ppid=6396 vsize=204228 CPUtime=402.18
/proc/6398/stat : 6398 (Pueblo) R 6396 6398 5996 0 -1 4194304 80112698 0 0 0 17614 22604 0 0 25 0 1 0 154220925 209129472 44414 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/6398/statm: 51057 44425 204 16 0 50496 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 204228

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6399
/proc/meminfo: memFree=1702824/2055920 swapFree=4182888/4192956
[pid=6398] ppid=6396 vsize=204368 CPUtime=462.15
/proc/6398/stat : 6398 (Pueblo) R 6396 6398 5996 0 -1 4194304 92478257 0 0 0 20117 26098 0 0 25 0 1 0 154220925 209272832 44621 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/6398/statm: 51092 44631 205 16 0 50531 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 204368

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6399
/proc/meminfo: memFree=1703144/2055920 swapFree=4182888/4192956
[pid=6398] ppid=6396 vsize=204528 CPUtime=522.14
/proc/6398/stat : 6398 (Pueblo) R 6396 6398 5996 0 -1 4194304 104857874 0 0 0 22639 29575 0 0 25 0 1 0 154220925 209436672 44738 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/6398/statm: 51132 44748 204 16 0 50571 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 204528

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6399
/proc/meminfo: memFree=1701928/2055920 swapFree=4182888/4192956
[pid=6398] ppid=6396 vsize=204832 CPUtime=582.12
/proc/6398/stat : 6398 (Pueblo) R 6396 6398 5996 0 -1 4194304 117206481 0 0 0 25152 33060 0 0 25 0 1 0 154220925 209747968 44762 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/6398/statm: 51208 44771 204 16 0 50647 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 204832

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6399
/proc/meminfo: memFree=1702376/2055920 swapFree=4182888/4192956
[pid=6398] ppid=6396 vsize=204976 CPUtime=642.11
/proc/6398/stat : 6398 (Pueblo) R 6396 6398 5996 0 -1 4194304 129558718 0 0 0 27658 36553 0 0 25 0 1 0 154220925 209895424 44746 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/6398/statm: 51244 44754 204 16 0 50683 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 204976


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

/proc/meminfo: memFree=1677800/2055920 swapFree=4182888/4192956
[pid=6398] ppid=6396 vsize=230188 CPUtime=1061.89
/proc/6398/stat : 6398 (Pueblo) R 6396 6398 5996 0 -1 4194304 215695730 0 0 0 45196 60993 0 0 25 0 1 0 154220925 235712512 51092 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6398/statm: 57547 50830 204 16 0 56986 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 230188

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6597
/proc/meminfo: memFree=1673512/2055920 swapFree=4182888/4192956
[pid=6398] ppid=6396 vsize=234004 CPUtime=1121.87
/proc/6398/stat : 6398 (Pueblo) R 6396 6398 5996 0 -1 4194304 227939899 0 0 0 47681 64506 0 0 25 0 1 0 154220925 239620096 52001 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/6398/statm: 58501 52010 204 16 0 57940 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 234004

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6597
/proc/meminfo: memFree=1669160/2055920 swapFree=4182888/4192956
[pid=6398] ppid=6396 vsize=237696 CPUtime=1181.85
/proc/6398/stat : 6398 (Pueblo) R 6396 6398 5996 0 -1 4194304 240209890 0 0 0 50194 67991 0 0 25 0 1 0 154220925 243400704 53056 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6398/statm: 59424 53056 439 16 0 58863 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 237696

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6597
/proc/meminfo: memFree=1666216/2055920 swapFree=4182888/4192956
[pid=6398] ppid=6396 vsize=240864 CPUtime=1241.84
/proc/6398/stat : 6398 (Pueblo) R 6396 6398 5996 0 -1 4194304 252459212 0 0 0 52685 71499 0 0 25 0 1 0 154220925 246644736 53616 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6398/statm: 60216 53616 204 16 0 59655 0
Current children cumulated CPU time (s) 1241.84
Current children cumulated vsize (KiB) 240864

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6597
/proc/meminfo: memFree=1659048/2055920 swapFree=4182888/4192956
[pid=6398] ppid=6396 vsize=247796 CPUtime=1301.83
/proc/6398/stat : 6398 (Pueblo) R 6396 6398 5996 0 -1 4194304 262830668 0 0 0 55725 74458 0 0 25 0 1 0 154220925 253743104 55552 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/6398/statm: 61949 55552 206 16 0 61388 0
Current children cumulated CPU time (s) 1301.83
Current children cumulated vsize (KiB) 247796

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6597
/proc/meminfo: memFree=1658664/2055920 swapFree=4182888/4192956
[pid=6398] ppid=6396 vsize=247796 CPUtime=1361.8
/proc/6398/stat : 6398 (Pueblo) R 6396 6398 5996 0 -1 4194304 262830743 0 0 0 61722 74458 0 0 25 0 1 0 154220925 253743104 55627 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134559161 0 0 4096 0 0 0 0 17 1 0 0
/proc/6398/statm: 61949 55627 206 16 0 61388 0
Current children cumulated CPU time (s) 1361.8
Current children cumulated vsize (KiB) 247796

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6597
/proc/meminfo: memFree=1658536/2055920 swapFree=4182888/4192956
[pid=6398] ppid=6396 vsize=248820 CPUtime=1421.8
/proc/6398/stat : 6398 (Pueblo) R 6396 6398 5996 0 -1 4194304 262830776 0 0 0 67721 74459 0 0 25 0 1 0 154220925 254791680 55660 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134520065 0 0 4096 0 0 0 0 17 1 0 0
/proc/6398/statm: 62205 55660 206 16 0 61644 0
Current children cumulated CPU time (s) 1421.8
Current children cumulated vsize (KiB) 248820

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6597
/proc/meminfo: memFree=1658344/2055920 swapFree=4182888/4192956
[pid=6398] ppid=6396 vsize=249076 CPUtime=1481.77
/proc/6398/stat : 6398 (Pueblo) R 6396 6398 5996 0 -1 4194304 262830820 0 0 0 73718 74459 0 0 25 0 1 0 154220925 255053824 55704 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134517890 0 0 4096 0 0 0 0 17 1 0 0
/proc/6398/statm: 62269 55704 206 16 0 61708 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 249076

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6597
/proc/meminfo: memFree=1658280/2055920 swapFree=4182888/4192956
[pid=6398] ppid=6396 vsize=249076 CPUtime=1541.75
/proc/6398/stat : 6398 (Pueblo) R 6396 6398 5996 0 -1 4194304 262830834 0 0 0 79716 74459 0 0 25 0 1 0 154220925 255053824 55718 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/6398/statm: 62269 55718 206 16 0 61708 0
Current children cumulated CPU time (s) 1541.75
Current children cumulated vsize (KiB) 249076

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6597
/proc/meminfo: memFree=1658152/2055920 swapFree=4182888/4192956
[pid=6398] ppid=6396 vsize=249332 CPUtime=1601.74
/proc/6398/stat : 6398 (Pueblo) R 6396 6398 5996 0 -1 4194304 262830849 0 0 0 85715 74459 0 0 25 0 1 0 154220925 255315968 55733 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134517933 0 0 4096 0 0 0 0 17 1 0 0
/proc/6398/statm: 62333 55733 206 16 0 61772 0
Current children cumulated CPU time (s) 1601.74
Current children cumulated vsize (KiB) 249332

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6597
/proc/meminfo: memFree=1658152/2055920 swapFree=4182888/4192956
[pid=6398] ppid=6396 vsize=249332 CPUtime=1661.73
/proc/6398/stat : 6398 (Pueblo) R 6396 6398 5996 0 -1 4194304 262830865 0 0 0 91713 74460 0 0 25 0 1 0 154220925 255315968 55749 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134517893 0 0 4096 0 0 0 0 17 1 0 0
/proc/6398/statm: 62333 55749 206 16 0 61772 0
Current children cumulated CPU time (s) 1661.73
Current children cumulated vsize (KiB) 249332

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

[startup+1663.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6597
/proc/meminfo: memFree=1658152/2055920 swapFree=4182888/4192956
[pid=6398] ppid=6396 vsize=249332 CPUtime=1663.32
/proc/6398/stat : 6398 (Pueblo) R 6396 6398 5996 0 -1 4194304 262830865 0 0 0 91872 74460 0 0 25 0 1 0 154220925 255315968 55749 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134517893 0 0 4096 0 0 0 0 17 1 0 0
/proc/6398/statm: 62333 55749 206 16 0 61772 0
Current children cumulated CPU time (s) 1663.32
Current children cumulated vsize (KiB) 249332

[startup+1676.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6597
/proc/meminfo: memFree=1658088/2055920 swapFree=4182888/4192956
[pid=6398] ppid=6396 vsize=249332 CPUtime=1676.12
/proc/6398/stat : 6398 (Pueblo) R 6396 6398 5996 0 -1 4194304 262830867 0 0 0 93152 74460 0 0 25 0 1 0 154220925 255315968 55751 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134517922 0 0 4096 0 0 0 0 17 1 0 0
/proc/6398/statm: 62333 55751 206 16 0 61772 0
Current children cumulated CPU time (s) 1676.12
Current children cumulated vsize (KiB) 249332

[startup+1689.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6597
/proc/meminfo: memFree=1658152/2055920 swapFree=4182888/4192956
[pid=6398] ppid=6396 vsize=249332 CPUtime=1688.92
/proc/6398/stat : 6398 (Pueblo) R 6396 6398 5996 0 -1 4194304 262830870 0 0 0 94432 74460 0 0 25 0 1 0 154220925 255315968 55754 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/6398/statm: 62333 55754 206 16 0 61772 0
Current children cumulated CPU time (s) 1688.92
Current children cumulated vsize (KiB) 249332

[startup+1695.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6597
/proc/meminfo: memFree=1658152/2055920 swapFree=4182888/4192956
[pid=6398] ppid=6396 vsize=249332 CPUtime=1695.31
/proc/6398/stat : 6398 (Pueblo) R 6396 6398 5996 0 -1 4194304 262830871 0 0 0 95071 74460 0 0 25 0 1 0 154220925 255315968 55755 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134558764 0 0 4096 0 0 0 0 17 1 0 0
/proc/6398/statm: 62333 55755 206 16 0 61772 0
Current children cumulated CPU time (s) 1695.31
Current children cumulated vsize (KiB) 249332

[startup+1697.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6597
/proc/meminfo: memFree=1658152/2055920 swapFree=4182888/4192956
[pid=6398] ppid=6396 vsize=249332 CPUtime=1696.91
/proc/6398/stat : 6398 (Pueblo) R 6396 6398 5996 0 -1 4194304 262830871 0 0 0 95231 74460 0 0 25 0 1 0 154220925 255315968 55755 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134519989 0 0 4096 0 0 0 0 17 1 0 0
/proc/6398/statm: 62333 55755 206 16 0 61772 0
Current children cumulated CPU time (s) 1696.91
Current children cumulated vsize (KiB) 249332

[startup+1698.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6597
/proc/meminfo: memFree=1658152/2055920 swapFree=4182888/4192956
[pid=6398] ppid=6396 vsize=249332 CPUtime=1697.72
/proc/6398/stat : 6398 (Pueblo) R 6396 6398 5996 0 -1 4194304 262830871 0 0 0 95312 74460 0 0 25 0 1 0 154220925 255315968 55755 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/6398/statm: 62333 55755 206 16 0 61772 0
Current children cumulated CPU time (s) 1697.72
Current children cumulated vsize (KiB) 249332

[startup+1698.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6597
/proc/meminfo: memFree=1658152/2055920 swapFree=4182888/4192956
[pid=6398] ppid=6396 vsize=249332 CPUtime=1698.11
/proc/6398/stat : 6398 (Pueblo) R 6396 6398 5996 0 -1 4194304 262830872 0 0 0 95351 74460 0 0 25 0 1 0 154220925 255315968 55756 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/6398/statm: 62333 55756 206 16 0 61772 0
Current children cumulated CPU time (s) 1698.11
Current children cumulated vsize (KiB) 249332

[startup+1698.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6597
/proc/meminfo: memFree=1658152/2055920 swapFree=4182888/4192956
[pid=6398] ppid=6396 vsize=249596 CPUtime=1698.31
/proc/6398/stat : 6398 (Pueblo) R 6396 6398 5996 0 -1 4194304 262830943 0 1 0 95371 74460 0 0 17 0 1 0 154220925 255586304 55828 18446744073709551615 134512640 134579096 4294956704 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6398/statm: 62399 55828 212 16 0 61838 0
Current children cumulated CPU time (s) 1698.31
Current children cumulated vsize (KiB) 249596

Child status: 10
Real time (s): 1699
CPU time (s): 1698.36
CPU user time (s): 953.723
CPU system time (s): 744.641
CPU usage (%): 99.9625
Max. virtual memory (cumulated for all children) (KiB): 249596

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

runsolver used 1.2938 second user time and 3.42948 second system time

The end

Launcher Data (download as text)

Begin job on node27 on Tue Apr 24 11:47:30 UTC 2007

IDJOB= 419910
IDBENCH= 47807
IDSOLVER= 165
FILE ID= node27/419910-1177415248

PBS_JOBID= 4675671

Free space on /tmp= 66345 MiB

SOLVER NAME= Pueblo 1.4
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/narain/clauses-4.opb
COMMAND LINE= Pueblo /tmp/evaluation/419910-1177415248/instance-419910-1177415248.opb
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node27/convwatcher-419910-1177415248 -o ROOT/results/node27/conversion-419910-1177415248 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/419910-1177415248/instance-419910-1177415248.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 9ebec3e8d890fdeefad01654ad9b68b7
MD5SUM BENCH=  ae115968f17269cfd229cd49ceddac3b

RANDOM SEED= 906565564

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node27.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	: 5931.00
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:       1881536 kB
Buffers:          4516 kB
Cached:         123848 kB
SwapCached:       4304 kB
Active:          69216 kB
Inactive:        69148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1881536 kB
SwapTotal:     4192956 kB
SwapFree:      4182888 kB
Dirty:           34008 kB
Writeback:           0 kB
Mapped:          15324 kB
Slab:            22048 kB
Committed_AS:  2140324 kB
PageTables:       1412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66345 MiB

End job on node27 on Tue Apr 24 12:15:49 UTC 2007