Trace number 318199

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
UnitMarch 2007-02-08? (TO) 1200.07 1200.51

General information on the benchmark

Nameindustrial/babic/dspam/
dspam_dump_vc962.cnf
MD5SUM6ec38fc9ca82d07fdf92336aa2980d6e
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.971851
Satisfiable
(Un)Satisfiability was proved
Number of variables101078
Number of clauses322159
Sum of the clauses size856454
Maximum clause length3
Minimum clause length1
Number of clauses of size 12710
Number of clauses of size 2104603
Number of clauses of size 3214846
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.99/1.09	c UnitMarch starting with seed 1804289383 on /tmp/evaluation/318199-1176314748/instance-318199-1176314748.cnf
1.28/1.31	c found 2710 unit clauses in formula

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node13/watcher-318199-1176314748 -o ROOT/results/node13/solver-318199-1176314748 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/318199-1176314748/UnitMarch_32_bits /tmp/evaluation/318199-1176314748/instance-318199-1176314748.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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.48 0.12 0.04 3/77 28418
/proc/meminfo: memFree=1200072/2055920 swapFree=4192956/4192956
[pid=28418] ppid=28416 vsize=3544 CPUtime=0
/proc/28418/stat : 28418 (UnitMarch_32_bi) R 28416 28418 28268 0 -1 4194304 436 0 0 0 0 0 0 0 18 0 1 0 79392715 3629056 419 18446744073709551615 134512640 135389829 4294956576 18446744073709551615 134990859 0 0 4096 0 0 0 0 17 1 0 0
/proc/28418/statm: 886 422 91 214 0 669 0

[startup+0.036783 s]
/proc/loadavg: 0.48 0.12 0.04 3/77 28418
/proc/meminfo: memFree=1200072/2055920 swapFree=4192956/4192956
[pid=28418] ppid=28416 vsize=9088 CPUtime=0.02
/proc/28418/stat : 28418 (UnitMarch_32_bi) R 28416 28418 28268 0 -1 4194304 2149 0 0 0 2 0 0 0 18 0 1 0 79392715 9306112 2132 18446744073709551615 134512640 135389829 4294956576 18446744073709551615 134990859 0 0 4096 0 0 0 0 17 1 0 0
/proc/28418/statm: 2272 2132 92 214 0 2055 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9088

[startup+0.102797 s]
/proc/loadavg: 0.48 0.12 0.04 3/77 28418
/proc/meminfo: memFree=1200072/2055920 swapFree=4192956/4192956
[pid=28418] ppid=28416 vsize=10180 CPUtime=0.1
/proc/28418/stat : 28418 (UnitMarch_32_bi) R 28416 28418 28268 0 -1 4194304 2401 0 0 0 9 1 0 0 18 0 1 0 79392715 10424320 2384 18446744073709551615 134512640 135389829 4294956576 18446744073709551615 134990859 0 0 4096 0 0 0 0 17 1 0 0
/proc/28418/statm: 2545 2384 92 214 0 2328 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10180

[startup+0.301839 s]
/proc/loadavg: 0.48 0.12 0.04 3/77 28418
/proc/meminfo: memFree=1200072/2055920 swapFree=4192956/4192956
[pid=28418] ppid=28416 vsize=13204 CPUtime=0.29
/proc/28418/stat : 28418 (UnitMarch_32_bi) R 28416 28418 28268 0 -1 4194304 3222 0 0 0 28 1 0 0 20 0 1 0 79392715 13520896 3107 18446744073709551615 134512640 135389829 4294956576 18446744073709551615 134990859 0 0 4096 0 0 0 0 17 1 0 0
/proc/28418/statm: 3301 3108 92 214 0 3084 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13204

[startup+0.701926 s]
/proc/loadavg: 0.48 0.12 0.04 3/77 28418
/proc/meminfo: memFree=1200072/2055920 swapFree=4192956/4192956
[pid=28418] ppid=28416 vsize=18996 CPUtime=0.69
/proc/28418/stat : 28418 (UnitMarch_32_bi) R 28416 28418 28268 0 -1 4194304 4793 0 0 0 67 2 0 0 23 0 1 0 79392715 19451904 4549 18446744073709551615 134512640 135389829 4294956576 18446744073709551615 134990859 0 0 4096 0 0 0 0 17 1 0 0
/proc/28418/statm: 4749 4549 92 214 0 4532 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18996

[startup+1.50109 s]
/proc/loadavg: 0.52 0.14 0.04 2/78 28419
/proc/meminfo: memFree=1177920/2055920 swapFree=4192956/4192956
[pid=28418] ppid=28416 vsize=39380 CPUtime=1.49
/proc/28418/stat : 28418 (UnitMarch_32_bi) R 28416 28418 28268 0 -1 4194304 10372 0 0 0 144 5 0 0 25 0 1 0 79392715 40325120 9510 18446744073709551615 134512640 135389829 4294956576 18446744073709551615 134529605 0 0 4096 0 0 0 0 17 1 0 0
/proc/28418/statm: 9845 9510 97 214 0 9628 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39380

[startup+3.10143 s]
/proc/loadavg: 0.52 0.14 0.04 2/78 28419
/proc/meminfo: memFree=1161728/2055920 swapFree=4192956/4192956
[pid=28418] ppid=28416 vsize=39380 CPUtime=3.09
/proc/28418/stat : 28418 (UnitMarch_32_bi) R 28416 28418 28268 0 -1 4194304 11030 0 0 0 303 6 0 0 25 0 1 0 79392715 40325120 9510 18446744073709551615 134512640 135389829 4294956576 18446744073709551615 134529633 0 0 4096 0 0 0 0 17 1 0 0
/proc/28418/statm: 9845 9510 97 214 0 9628 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39380

[startup+6.30111 s]
/proc/loadavg: 0.52 0.14 0.04 2/78 28419
/proc/meminfo: memFree=1161920/2055920 swapFree=4192956/4192956
[pid=28418] ppid=28416 vsize=39380 CPUtime=6.29
/proc/28418/stat : 28418 (UnitMarch_32_bi) R 28416 28418 28268 0 -1 4194304 13662 0 0 0 622 7 0 0 25 0 1 0 79392715 40325120 9510 18446744073709551615 134512640 135389829 4294956576 18446744073709551615 134529666 0 0 4096 0 0 0 0 17 1 0 0
/proc/28418/statm: 9845 9510 97 214 0 9628 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39380

[startup+12.7015 s]
/proc/loadavg: 0.60 0.16 0.05 2/78 28419
/proc/meminfo: memFree=1161920/2055920 swapFree=4192956/4192956
[pid=28418] ppid=28416 vsize=39380 CPUtime=12.69
/proc/28418/stat : 28418 (UnitMarch_32_bi) R 28416 28418 28268 0 -1 4194304 18926 0 0 0 1260 9 0 0 25 0 1 0 79392715 40325120 9510 18446744073709551615 134512640 135389829 4294956576 18446744073709551615 134529605 0 0 4096 0 0 0 0 17 1 0 0
/proc/28418/statm: 9845 9510 97 214 0 9628 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 39380

[startup+25.5022 s]
/proc/loadavg: 0.66 0.19 0.06 2/78 28419
/proc/meminfo: memFree=1161152/2055920 swapFree=4192956/4192956
[pid=28418] ppid=28416 vsize=39380 CPUtime=25.48
/proc/28418/stat : 28418 (UnitMarch_32_bi) R 28416 28418 28268 0 -1 4194304 28796 0 0 0 2535 13 0 0 25 0 1 0 79392715 40325120 9510 18446744073709551615 134512640 135389829 4294956576 18446744073709551615 134529625 0 0 4096 0 0 0 0 17 1 0 0
/proc/28418/statm: 9845 9510 97 214 0 9628 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 39380

[startup+51.1016 s]
/proc/loadavg: 0.77 0.26 0.09 2/78 28419
/proc/meminfo: memFree=1162048/2055920 swapFree=4192956/4192956
[pid=28418] ppid=28416 vsize=39380 CPUtime=51.07
/proc/28418/stat : 28418 (UnitMarch_32_bi) R 28416 28418 28268 0 -1 4194304 49852 0 0 0 5084 23 0 0 25 0 1 0 79392715 40325120 9510 18446744073709551615 134512640 135389829 4294956576 18446744073709551615 134529605 0 0 4096 0 0 0 0 17 1 0 0
/proc/28418/statm: 9845 9510 97 214 0 9628 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 39380

[startup+102.306 s]
/proc/loadavg: 0.91 0.38 0.14 2/78 28419
/proc/meminfo: memFree=1162112/2055920 swapFree=4192956/4192956
[pid=28418] ppid=28416 vsize=39384 CPUtime=102.26
/proc/28418/stat : 28418 (UnitMarch_32_bi) R 28416 28418 28268 0 -1 4194304 89941 0 0 0 10186 40 0 0 25 0 1 0 79392715 40329216 9511 18446744073709551615 134512640 135389829 4294956576 18446744073709551615 134529605 0 0 4096 0 0 0 0 17 1 0 0
/proc/28418/statm: 9846 9511 97 214 0 9629 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 39384

[startup+162.301 s]
/proc/loadavg: 0.96 0.49 0.19 2/78 28419
/proc/meminfo: memFree=1162112/2055920 swapFree=4192956/4192956
[pid=28418] ppid=28416 vsize=39384 CPUtime=162.23
/proc/28418/stat : 28418 (UnitMarch_32_bi) R 28416 28418 28268 0 -1 4194304 138559 0 0 0 16160 63 0 0 25 0 1 0 79392715 40329216 9511 18446744073709551615 134512640 135389829 4294956576 18446744073709551615 134529605 0 0 4096 0 0 0 0 17 1 0 0
/proc/28418/statm: 9846 9511 97 214 0 9629 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 39384

[startup+222.301 s]
/proc/loadavg: 0.98 0.58 0.24 2/78 28419
/proc/meminfo: memFree=1162112/2055920 swapFree=4192956/4192956
[pid=28418] ppid=28416 vsize=39384 CPUtime=222.21
/proc/28418/stat : 28418 (UnitMarch_32_bi) R 28416 28418 28268 0 -1 4194304 186520 0 0 0 22138 83 0 0 25 0 1 0 79392715 40329216 9511 18446744073709551615 134512640 135389829 4294956576 18446744073709551615 134529560 0 0 4096 0 0 0 0 17 1 0 0
/proc/28418/statm: 9846 9511 97 214 0 9629 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 39384

[startup+282.302 s]
/proc/loadavg: 0.99 0.65 0.28 2/78 28419
/proc/meminfo: memFree=1161344/2055920 swapFree=4192956/4192956
[pid=28418] ppid=28416 vsize=40836 CPUtime=282.19
/proc/28418/stat : 28418 (UnitMarch_32_bi) R 28416 28418 28268 0 -1 4194304 235697 0 0 0 28115 104 0 0 25 0 1 0 79392715 41816064 9773 18446744073709551615 134512640 135389829 4294956576 18446744073709551615 134532488 0 0 4096 0 0 0 0 17 1 0 0
/proc/28418/statm: 10209 9773 97 214 0 9992 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 40836

[startup+342.302 s]
/proc/loadavg: 0.99 0.71 0.32 2/78 28419
/proc/meminfo: memFree=1162240/2055920 swapFree=4192956/4192956
[pid=28418] ppid=28416 vsize=40440 CPUtime=342.17
/proc/28418/stat : 28418 (UnitMarch_32_bi) R 28416 28418 28268 0 -1 4194304 284195 0 0 0 34092 125 0 0 25 0 1 0 79392715 41410560 9653 18446744073709551615 134512640 135389829 4294956576 18446744073709551615 134990859 0 0 4096 0 0 0 0 17 1 0 0
/proc/28418/statm: 10143 9655 97 214 0 9926 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 40440

[startup+402.301 s]
/proc/loadavg: 0.99 0.76 0.36 2/78 28419
/proc/meminfo: memFree=1162240/2055920 swapFree=4192956/4192956
[pid=28418] ppid=28416 vsize=39384 CPUtime=402.15
/proc/28418/stat : 28418 (UnitMarch_32_bi) R 28416 28418 28268 0 -1 4194304 332374 0 0 0 40068 147 0 0 25 0 1 0 79392715 40329216 9511 18446744073709551615 134512640 135389829 4294956576 18446744073709551615 134529669 0 0 4096 0 0 0 0 17 1 0 0
/proc/28418/statm: 9846 9511 97 214 0 9629 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 39384

[startup+462.302 s]
/proc/loadavg: 0.99 0.80 0.40 2/78 28419
/proc/meminfo: memFree=1162176/2055920 swapFree=4192956/4192956
[pid=28418] ppid=28416 vsize=40836 CPUtime=462.12
/proc/28418/stat : 28418 (UnitMarch_32_bi) R 28416 28418 28268 0 -1 4194304 380894 0 0 0 46044 168 0 0 25 0 1 0 79392715 41816064 9773 18446744073709551615 134512640 135389829 4294956576 18446744073709551615 134532452 0 0 4096 0 0 0 0 17 1 0 0
/proc/28418/statm: 10209 9773 97 214 0 9992 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 40836

[startup+522.302 s]
/proc/loadavg: 0.99 0.84 0.43 2/78 28419
/proc/meminfo: memFree=1161024/2055920 swapFree=4192956/4192956
[pid=28418] ppid=28416 vsize=39384 CPUtime=522.1
/proc/28418/stat : 28418 (UnitMarch_32_bi) R 28416 28418 28268 0 -1 4194304 428953 0 0 0 52021 189 0 0 25 0 1 0 79392715 40329216 9511 18446744073709551615 134512640 135389829 4294956576 18446744073709551615 134529605 0 0 4096 0 0 0 0 17 1 0 0
/proc/28418/statm: 9846 9511 97 214 0 9629 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 39384

[startup+582.302 s]
/proc/loadavg: 0.99 0.86 0.47 2/78 28419
/proc/meminfo: memFree=1162240/2055920 swapFree=4192956/4192956
[pid=28418] ppid=28416 vsize=39384 CPUtime=582.07
/proc/28418/stat : 28418 (UnitMarch_32_bi) R 28416 28418 28268 0 -1 4194304 478228 0 0 0 57995 212 0 0 25 0 1 0 79392715 40329216 9511 18446744073709551615 134512640 135389829 4294956576 18446744073709551615 134529770 0 0 4096 0 0 0 0 17 1 0 0
/proc/28418/statm: 9846 9511 97 214 0 9629 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 39384

[startup+642.301 s]
/proc/loadavg: 0.99 0.89 0.50 2/78 28419
/proc/meminfo: memFree=1162240/2055920 swapFree=4192956/4192956
[pid=28418] ppid=28416 vsize=39384 CPUtime=642.06
/proc/28418/stat : 28418 (UnitMarch_32_bi) R 28416 28418 28268 0 -1 4194304 525532 0 0 0 63972 234 0 0 25 0 1 0 79392715 40329216 9511 18446744073709551615 134512640 135389829 4294956576 18446744073709551615 134529755 0 0 4096 0 0 0 0 17 1 0 0
/proc/28418/statm: 9846 9511 97 214 0 9629 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 39384

[startup+702.301 s]
/proc/loadavg: 0.99 0.90 0.53 2/78 28419
/proc/meminfo: memFree=1162240/2055920 swapFree=4192956/4192956
[pid=28418] ppid=28416 vsize=40836 CPUtime=702.04
/proc/28418/stat : 28418 (UnitMarch_32_bi) R 28416 28418 28268 0 -1 4194304 574709 0 0 0 69949 255 0 0 25 0 1 0 79392715 41816064 9773 18446744073709551615 134512640 135389829 4294956576 18446744073709551615 134537649 0 0 4096 0 0 0 0 17 1 0 0
/proc/28418/statm: 10209 9773 97 214 0 9992 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 40836

[startup+762.306 s]
/proc/loadavg: 0.99 0.92 0.55 2/78 28419
/proc/meminfo: memFree=1162304/2055920 swapFree=4192956/4192956
[pid=28418] ppid=28416 vsize=39384 CPUtime=762.02
/proc/28418/stat : 28418 (UnitMarch_32_bi) R 28416 28418 28268 0 -1 4194304 622768 0 0 0 75928 274 0 0 25 0 1 0 79392715 40329216 9511 18446744073709551615 134512640 135389829 4294956576 18446744073709551615 134529770 0 0 4096 0 0 0 0 17 1 0 0
/proc/28418/statm: 9846 9511 97 214 0 9629 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 39384

[startup+822.302 s]
/proc/loadavg: 0.99 0.93 0.58 2/78 28419
/proc/meminfo: memFree=1162304/2055920 swapFree=4192956/4192956
[pid=28418] ppid=28416 vsize=39384 CPUtime=821.99
/proc/28418/stat : 28418 (UnitMarch_32_bi) R 28416 28418 28268 0 -1 4194304 671386 0 0 0 81904 295 0 0 25 0 1 0 79392715 40329216 9511 18446744073709551615 134512640 135389829 4294956576 18446744073709551615 134529605 0 0 4096 0 0 0 0 17 1 0 0
/proc/28418/statm: 9846 9511 97 214 0 9629 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 39384

[startup+882.302 s]
/proc/loadavg: 0.99 0.94 0.60 2/78 28419
/proc/meminfo: memFree=1161472/2055920 swapFree=4192956/4192956
[pid=28418] ppid=28416 vsize=39384 CPUtime=881.97
/proc/28418/stat : 28418 (UnitMarch_32_bi) R 28416 28418 28268 0 -1 4194304 720004 0 0 0 87883 314 0 0 25 0 1 0 79392715 40329216 9511 18446744073709551615 134512640 135389829 4294956576 18446744073709551615 134529680 0 0 4096 0 0 0 0 17 1 0 0
/proc/28418/statm: 9846 9511 97 214 0 9629 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 39384

[startup+942.301 s]
/proc/loadavg: 0.99 0.95 0.62 2/78 28419
/proc/meminfo: memFree=1162240/2055920 swapFree=4192956/4192956
[pid=28418] ppid=28416 vsize=39384 CPUtime=941.94
/proc/28418/stat : 28418 (UnitMarch_32_bi) R 28416 28418 28268 0 -1 4194304 768622 0 0 0 93859 335 0 0 25 0 1 0 79392715 40329216 9511 18446744073709551615 134512640 135389829 4294956576 18446744073709551615 134529563 0 0 4096 0 0 0 0 17 1 0 0
/proc/28418/statm: 9846 9511 97 214 0 9629 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 39384

[startup+1002.3 s]
/proc/loadavg: 0.99 0.95 0.64 2/78 28419
/proc/meminfo: memFree=1162304/2055920 swapFree=4192956/4192956
[pid=28418] ppid=28416 vsize=39384 CPUtime=1001.92
/proc/28418/stat : 28418 (UnitMarch_32_bi) R 28416 28418 28268 0 -1 4194304 817240 0 0 0 99838 354 0 0 25 0 1 0 79392715 40329216 9511 18446744073709551615 134512640 135389829 4294956576 18446744073709551615 134529683 0 0 4096 0 0 0 0 17 1 0 0
/proc/28418/statm: 9846 9511 97 214 0 9629 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 39384

[startup+1062.3 s]
/proc/loadavg: 0.99 0.96 0.66 2/78 28419
/proc/meminfo: memFree=1162304/2055920 swapFree=4192956/4192956
[pid=28418] ppid=28416 vsize=39384 CPUtime=1061.91
/proc/28418/stat : 28418 (UnitMarch_32_bi) R 28416 28418 28268 0 -1 4194304 865858 0 0 0 105816 375 0 0 25 0 1 0 79392715 40329216 9511 18446744073709551615 134512640 135389829 4294956576 18446744073709551615 134529605 0 0 4096 0 0 0 0 17 1 0 0
/proc/28418/statm: 9846 9511 97 214 0 9629 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 39384

[startup+1122.3 s]
/proc/loadavg: 0.99 0.96 0.68 2/78 28419
/proc/meminfo: memFree=1161408/2055920 swapFree=4192956/4192956
[pid=28418] ppid=28416 vsize=39384 CPUtime=1121.88
/proc/28418/stat : 28418 (UnitMarch_32_bi) R 28416 28418 28268 0 -1 4194304 914476 0 0 0 111795 393 0 0 25 0 1 0 79392715 40329216 9511 18446744073709551615 134512640 135389829 4294956576 18446744073709551615 134529560 0 0 4096 0 0 0 0 17 1 0 0
/proc/28418/statm: 9846 9511 97 214 0 9629 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 39384

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.70 2/78 28419
/proc/meminfo: memFree=1162240/2055920 swapFree=4192956/4192956
[pid=28418] ppid=28416 vsize=39384 CPUtime=1181.86
/proc/28418/stat : 28418 (UnitMarch_32_bi) R 28416 28418 28268 0 -1 4194304 963094 0 0 0 117772 414 0 0 25 0 1 0 79392715 40329216 9511 18446744073709551615 134512640 135389829 4294956576 18446744073709551615 134529609 0 0 4096 0 0 0 0 17 1 0 0
/proc/28418/statm: 9846 9511 97 214 0 9629 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 39384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.70 2/78 28419
/proc/meminfo: memFree=1162240/2055920 swapFree=4192956/4192956
[pid=28418] ppid=28416 vsize=39384 CPUtime=1200.06
/proc/28418/stat : 28418 (UnitMarch_32_bi) R 28416 28418 28268 0 -1 4194304 977548 0 0 0 119585 421 0 0 25 0 1 0 79392715 40329216 9511 18446744073709551615 134512640 135389829 4294956576 18446744073709551615 134529605 0 0 4096 0 0 0 0 17 1 0 0
/proc/28418/statm: 9846 9511 97 214 0 9629 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 39384

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.70 2/78 28419
/proc/meminfo: memFree=1162240/2055920 swapFree=4192956/4192956
[pid=28418] ppid=28416 vsize=39384 CPUtime=1200.06
/proc/28418/stat : 28418 (UnitMarch_32_bi) R 28416 28418 28268 0 -1 4194304 977548 0 0 0 119585 421 0 0 25 0 1 0 79392715 40329216 9511 18446744073709551615 134512640 135389829 4294956576 18446744073709551615 134529605 0 0 4096 0 0 0 0 17 1 0 0
/proc/28418/statm: 9846 9511 97 214 0 9629 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 39384

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.07
CPU user time (s): 1195.86
CPU system time (s): 4.21836
CPU usage (%): 99.9634
Max. virtual memory (cumulated for all children) (KiB): 40840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1195.86
system time used= 4.21836
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 977548
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 11224

runsolver used 1.41078 second user time and 2.95455 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Wed Apr 11 18:05:49 UTC 2007

IDJOB= 318199
IDBENCH= 20449
IDSOLVER= 97
FILE ID= node13/318199-1176314748

PBS_JOBID= 4516495

Free space on /tmp= 66518 MiB

SOLVER NAME= UnitMarch 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/babic/dspam/dspam_dump_vc962.cnf
COMMAND LINE= /tmp/evaluation/318199-1176314748/UnitMarch_32_bits /tmp/evaluation/318199-1176314748/instance-318199-1176314748.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-318199-1176314748 -o ROOT/results/node13/solver-318199-1176314748 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/318199-1176314748/UnitMarch_32_bits /tmp/evaluation/318199-1176314748/instance-318199-1176314748.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  6ec38fc9ca82d07fdf92336aa2980d6e

RANDOM SEED= 152436861

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.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.259
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.259
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:       1200544 kB
Buffers:         38312 kB
Cached:         704520 kB
SwapCached:          0 kB
Active:         229588 kB
Inactive:       556816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1200544 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            8352 kB
Writeback:           0 kB
Mapped:          62424 kB
Slab:            54364 kB
Committed_AS:  4574728 kB
PageTables:       1872 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= 66518 MiB

End job on node13 on Wed Apr 11 18:25:51 UTC 2007