Trace number 1518201

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
MXC 2009-03-10? (TO) 1200.02 1200.31

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/SATISFIABLE/520/
unif-k3-r4.25-v520-c2210-S1161147107-031.cnf
MD5SUM4cc7ee2f20081e6ebd36addd568f2c4e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.010997
Satisfiable
(Un)Satisfiability was proved
Number of variables520
Number of clauses2210
Sum of the clauses size6630
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32210
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

31.28/31.35	c starting MXC with:
31.28/31.35	c cnf_path = HOME/instance-1518201-1238296652.cnf
31.28/31.35	c restart_strategy = auto
31.28/31.35	c sign_strategy = cached
31.28/31.35	c use_preprocessing = -1
31.28/31.35	c output_implicant = 1
31.28/31.35	c timeout_seconds = 0
31.28/31.35	c running SatELite... done
31.28/31.35	c 12 vars eliminated
31.28/31.35	c received 0 units and 2199 clauses from SatELite
31.28/31.35	c 11 assignments made, starting to guess now
31.28/31.35	c ===================================[MXC]=====================================
31.28/31.35	c | Conflicts |                Clause Statistics                   |   Vars   |
31.28/31.35	c |           |    CARD     BIN      O3+      L3+   L3+Lim  Lit/CL |          |
31.28/31.35	c =============================================================================
31.28/31.35	c |         0 |       0       0     2199        0        0     nan |      520 |
31.28/31.35	c |       100 |       0       0     2199      100     1050    21.4 |      509 |
31.28/31.35	c |       210 |       0       0     2199      210     1105    22.9 |      509 |
31.28/31.35	c |       441 |       0       0     2199      441     1220    23.0 |      509 |
31.28/31.35	c |       805 |       0       0     2199      805     1402    23.2 |      509 |
31.28/31.35	c |      1315 |       0       0     2199     1315     1609    23.4 |      509 |
31.28/31.35	c |      1986 |       0       0     2199     1138     1754    22.6 |      509 |
31.28/31.35	c |      2834 |       0       0     2199     1046     1894    20.5 |      509 |
31.28/31.35	c |      3876 |       0       0     2199     1076     2031    20.6 |      509 |
31.28/31.35	c |      5132 |       0       0     2199     1259     2163    19.5 |      509 |
31.28/31.35	c |      6623 |       0       0     2199     1624     2292    21.9 |      509 |
31.28/31.35	c |      8373 |       0       0     2199     2200     2419    22.4 |      509 |
31.28/31.35	c |     10408 |       0       0     2199     1761     2543    25.5 |      509 |
31.28/31.35	c |     12756 |       0       0     2199     1486     2665    22.5 |      509 |
31.28/31.35	c |     15449 |       0       0     2199     1424     2786    23.8 |      509 |
31.28/31.35	c |     18521 |       0       0     2199     1624     2906    20.6 |      509 |
31.28/31.35	c |     22010 |       0       0     2199     2134     3025    23.9 |      509 |
31.28/31.35	c |     25958 |       0       0     2199     3005     3144    23.8 |      509 |
31.28/31.35	c |     30411 |       0       0     2199     2675     3262    21.5 |      509 |
31.28/31.35	c |     35419 |       0       0     2199     2706     3381    24.4 |      509 |
31.28/31.35	c |     41038 |       0       0     2199     3175     3499    24.4 |      509 |
31.28/31.35	c |     47329 |       0       0     2199     2356     3618    23.1 |      509 |
31.28/31.35	c |     54360 |       0       0     2199     2013     3737    23.2 |      509 |
31.28/31.35	c |     62205 |       0       0     2199     2240     3857    20.1 |      509 |
31.28/31.35	c |     70945 |       0       0     2199     3138     3978    20.5 |      509 |
31.28/31.35	c |     80669 |       0       0     2199     2766     4099    24.8 |      509 |
31.28/31.35	c |     91476 |       0       0     2199     3167     4222    24.2 |      509 |
31.28/31.35	c |    103474 |       0       0     2199     2295     4346    25.0 |      509 |
31.28/31.35	c |    116782 |       0       0     2199     2353     4471    22.6 |      509 |
31.28/31.35	c |    131532 |       0       0     2199     3489     4597    22.2 |      509 |
31.28/31.35	c |    147868 |       0       0     2199     3504     4726    22.6 |      509 |
31.28/31.35	c |    165948 |       0       0     2199     4837     4855    22.6 |      509 |
31.28/31.35	c |    185947 |       0       0     2199     2699     4987    23.5 |      509 |
31.28/31.35	c |    208057 |       0       0     2199     4588     5120    24.4 |      509 |
31.28/31.35	c |    232489 |       0       0     2199     3077     5255    21.3 |      509 |
31.28/31.35	c |    259475 |       0       0     2199     3429     5393    19.9 |      509 |
31.28/31.35	c |    289271 |       0       0     2199     3160     5532    20.7 |      509 |
31.28/31.35	c |    322158 |       0       0     2199     5239     5674    22.3 |      509 |
31.28/31.35	c |    358445 |       0       0     2199     4187     5818    19.9 |      509 |
31.28/31.35	c |    398472 |       0       0     2199     5943     5965    23.5 |      509 |
31.28/31.35	c |    442613 |       0       0     2199     4817     6114    22.9 |      509 |
31.28/31.35	c |    491279 |       0       0     2199     3973     6265    23.8 |      509 |
31.28/31.35	c |    544923 |       0       0     2199     3699  

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1518201-1238296652/watcher-1518201-1238296652 -o /tmp/evaluation-result-1518201-1238296652/solver-1518201-1238296652 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/mxc-sat09 -i HOME/instance-1518201-1238296652.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): 1800 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: 1.00 1.00 1.00 3/64 17281
/proc/meminfo: memFree=740168/2055920 swapFree=4167280/4192956
[pid=17281] ppid=17279 vsize=1112 CPUtime=0
/proc/17281/stat : 17281 (mxc-sat09) R 17279 17281 13753 0 -1 4194304 155 0 0 0 0 0 0 0 18 0 1 0 1102330806 1138688 141 1992294400 134512640 135192793 4294956224 18446744073709551615 134563104 0 0 4096 0 0 0 0 17 1 0 0
/proc/17281/statm: 278 141 56 166 0 109 0

[startup+0.00676909 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17281
/proc/meminfo: memFree=740168/2055920 swapFree=4167280/4192956
[pid=17281] ppid=17279 vsize=1244 CPUtime=0
/proc/17281/stat : 17281 (mxc-sat09) R 17279 17281 13753 0 -1 4194304 199 0 0 0 0 0 0 0 18 0 1 0 1102330806 1273856 185 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/17281/statm: 311 188 56 166 0 142 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1244

[startup+0.101776 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17281
/proc/meminfo: memFree=740168/2055920 swapFree=4167280/4192956
[pid=17281] ppid=17279 vsize=1772 CPUtime=0.1
/proc/17281/stat : 17281 (mxc-sat09) R 17279 17281 13753 0 -1 4194304 335 0 0 0 10 0 0 0 18 0 1 0 1102330806 1814528 321 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/17281/statm: 443 321 73 166 0 274 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1772

[startup+0.301792 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17281
/proc/meminfo: memFree=740168/2055920 swapFree=4167280/4192956
[pid=17281] ppid=17279 vsize=2036 CPUtime=0.29
/proc/17281/stat : 17281 (mxc-sat09) R 17279 17281 13753 0 -1 4194304 394 0 0 0 29 0 0 0 19 0 1 0 1102330806 2084864 380 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/17281/statm: 509 380 73 166 0 340 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2036

[startup+0.701827 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17281
/proc/meminfo: memFree=740168/2055920 swapFree=4167280/4192956
[pid=17281] ppid=17279 vsize=2300 CPUtime=0.69
/proc/17281/stat : 17281 (mxc-sat09) R 17279 17281 13753 0 -1 4194304 472 0 0 0 69 0 0 0 22 0 1 0 1102330806 2355200 458 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/17281/statm: 575 458 73 166 0 406 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2300

[startup+1.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17282
/proc/meminfo: memFree=738496/2055920 swapFree=4167280/4192956
[pid=17281] ppid=17279 vsize=2696 CPUtime=1.49
/proc/17281/stat : 17281 (mxc-sat09) R 17279 17281 13753 0 -1 4194304 560 0 0 0 149 0 0 0 25 0 1 0 1102330806 2760704 546 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/17281/statm: 674 546 73 166 0 505 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2696

[startup+3.10104 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17282
/proc/meminfo: memFree=737920/2055920 swapFree=4167280/4192956
[pid=17281] ppid=17279 vsize=3092 CPUtime=3.09
/proc/17281/stat : 17281 (mxc-sat09) R 17279 17281 13753 0 -1 4194304 677 0 0 0 309 0 0 0 25 0 1 0 1102330806 3166208 663 1992294400 134512640 135192793 4294956224 18446744073709551615 134551881 0 0 4096 0 0 0 0 17 1 0 0
/proc/17281/statm: 773 663 73 166 0 604 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3092

[startup+6.30131 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17282
/proc/meminfo: memFree=737024/2055920 swapFree=4167280/4192956
[pid=17281] ppid=17279 vsize=3904 CPUtime=6.29
/proc/17281/stat : 17281 (mxc-sat09) R 17279 17281 13753 0 -1 4194304 855 0 0 0 629 0 0 0 25 0 1 0 1102330806 3997696 841 1992294400 134512640 135192793 4294956224 18446744073709551615 134552707 0 0 4096 0 0 0 0 17 1 0 0
/proc/17281/statm: 976 841 73 166 0 807 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3904

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17282
/proc/meminfo: memFree=736000/2055920 swapFree=4167280/4192956
[pid=17281] ppid=17279 vsize=4848 CPUtime=12.69
/proc/17281/stat : 17281 (mxc-sat09) R 17279 17281 13753 0 -1 4194304 1078 0 0 0 1269 0 0 0 25 0 1 0 1102330806 4964352 1064 1992294400 134512640 135192793 4294956224 18446744073709551615 134552248 0 0 4096 0 0 0 0 17 1 0 0
/proc/17281/statm: 1212 1064 73 166 0 1043 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4848

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17282
/proc/meminfo: memFree=734848/2055920 swapFree=4167280/4192956
[pid=17281] ppid=17279 vsize=5960 CPUtime=25.48
/proc/17281/stat : 17281 (mxc-sat09) R 17279 17281 13753 0 -1 4194304 1354 0 0 0 2548 0 0 0 25 0 1 0 1102330806 6103040 1340 1992294400 134512640 135192793 4294956224 18446744073709551615 134551038 0 0 4096 0 0 0 0 17 1 0 0
/proc/17281/statm: 1490 1340 73 166 0 1321 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 5960

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17282
/proc/meminfo: memFree=733568/2055920 swapFree=4167280/4192956
[pid=17281] ppid=17279 vsize=7508 CPUtime=51.08
/proc/17281/stat : 17281 (mxc-sat09) R 17279 17281 13753 0 -1 4194304 1698 0 0 0 5107 1 0 0 25 0 1 0 1102330806 7688192 1684 1992294400 134512640 135192793 4294956224 18446744073709551615 134551091 0 0 4096 0 0 0 0 17 1 0 0
/proc/17281/statm: 1877 1684 73 166 0 1708 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 7508

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17282
/proc/meminfo: memFree=731328/2055920 swapFree=4167280/4192956
[pid=17281] ppid=17279 vsize=9992 CPUtime=102.27
/proc/17281/stat : 17281 (mxc-sat09) R 17279 17281 13753 0 -1 4194304 2225 0 0 0 10225 2 0 0 25 0 1 0 1102330806 10231808 2211 1992294400 134512640 135192793 4294956224 18446744073709551615 134533920 0 0 4096 0 0 0 0 17 1 0 0
/proc/17281/statm: 2498 2211 73 166 0 2329 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 9992

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17282
/proc/meminfo: memFree=729792/2055920 swapFree=4167280/4192956
[pid=17281] ppid=17279 vsize=11600 CPUtime=162.26
/proc/17281/stat : 17281 (mxc-sat09) R 17279 17281 13753 0 -1 4194304 2603 0 0 0 16223 3 0 0 25 0 1 0 1102330806 11878400 2589 1992294400 134512640 135192793 4294956224 18446744073709551615 134549684 0 0 4096 0 0 0 0 17 1 0 0
/proc/17281/statm: 2900 2589 73 166 0 2731 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 11600

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17282
/proc/meminfo: memFree=728000/2055920 swapFree=4167280/4192956
[pid=17281] ppid=17279 vsize=13708 CPUtime=222.23
/proc/17281/stat : 17281 (mxc-sat09) R 17279 17281 13753 0 -1 4194304 3046 0 0 0 22220 3 0 0 25 0 1 0 1102330806 14036992 3032 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/17281/statm: 3427 3032 73 166 0 3258 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 13708

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17282
/proc/meminfo: memFree=727040/2055920 swapFree=4167280/4192956
[pid=17281] ppid=17279 vsize=14768 CPUtime=282.23
/proc/17281/stat : 17281 (mxc-sat09) R 17279 17281 13753 0 -1 4194304 3277 0 0 0 28219 4 0 0 25 0 1 0 1102330806 15122432 3263 1992294400 134512640 135192793 4294956224 18446744073709551615 134534215 0 0 4096 0 0 0 0 17 1 0 0
/proc/17281/statm: 3692 3263 73 166 0 3523 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 14768

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17282
/proc/meminfo: memFree=725952/2055920 swapFree=4167280/4192956
[pid=17281] ppid=17279 vsize=15948 CPUtime=342.21
/proc/17281/stat : 17281 (mxc-sat09) R 17279 17281 13753 0 -1 4194304 3564 0 0 0 34217 4 0 0 25 0 1 0 1102330806 16330752 3550 1992294400 134512640 135192793 4294956224 18446744073709551615 134533808 0 0 4096 0 0 0 0 17 1 0 0
/proc/17281/statm: 3987 3550 73 166 0 3818 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 15948

[startup+402.301 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 17282
/proc/meminfo: memFree=724928/2055920 swapFree=4167280/4192956
[pid=17281] ppid=17279 vsize=17116 CPUtime=402.19
/proc/17281/stat : 17281 (mxc-sat09) R 17279 17281 13753 0 -1 4194304 3802 0 0 0 40215 4 0 0 25 0 1 0 1102330806 17526784 3788 1992294400 134512640 135192793 4294956224 18446744073709551615 134549684 0 0 4096 0 0 0 0 17 1 0 0
/proc/17281/statm: 4279 3788 73 166 0 4110 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 17116

[startup+462.302 s]
/proc/loadavg: 1.04 1.02 1.00 2/65 17282
/proc/meminfo: memFree=723904/2055920 swapFree=4167280/4192956
[pid=17281] ppid=17279 vsize=18168 CPUtime=462.18
/proc/17281/stat : 17281 (mxc-sat09) R 17279 17281 13753 0 -1 4194304 4048 0 0 0 46213 5 0 0 25 0 1 0 1102330806 18604032 4034 1992294400 134512640 135192793 4294956224 18446744073709551615 134533842 0 0 4096 0 0 0 0 17 1 0 0
/proc/17281/statm: 4542 4034 73 166 0 4373 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 18168

[startup+522.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 17282
/proc/meminfo: memFree=723200/2055920 swapFree=4167280/4192956
[pid=17281] ppid=17279 vsize=18928 CPUtime=522.17
/proc/17281/stat : 17281 (mxc-sat09) R 17279 17281 13753 0 -1 4194304 4244 0 0 0 52212 5 0 0 25 0 1 0 1102330806 19382272 4230 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/17281/statm: 4732 4230 73 166 0 4563 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 18928

[startup+582.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 17282
/proc/meminfo: memFree=722496/2055920 swapFree=4167280/4192956
[pid=17281] ppid=17279 vsize=19748 CPUtime=582.15
/proc/17281/stat : 17281 (mxc-sat09) R 17279 17281 13753 0 -1 4194304 4410 0 0 0 58210 5 0 0 25 0 1 0 1102330806 20221952 4396 1992294400 134512640 135192793 4294956224 18446744073709551615 134534016 0 0 4096 0 0 0 0 17 1 0 0
/proc/17281/statm: 4937 4396 73 166 0 4768 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 19748

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17282
/proc/meminfo: memFree=721600/2055920 swapFree=4167280/4192956
[pid=17281] ppid=17279 vsize=20696 CPUtime=642.14
/proc/17281/stat : 17281 (mxc-sat09) R 17279 17281 13753 0 -1 4194304 4629 0 0 0 64208 6 0 0 25 0 1 0 1102330806 21192704 4615 1992294400 134512640 135192793 4294956224 18446744073709551615 134534215 0 0 4096 0 0 0 0 17 1 0 0
/proc/17281/statm: 5174 4615 73 166 0 5005 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 20696

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17282
/proc/meminfo: memFree=721152/2055920 swapFree=4167280/4192956
[pid=17281] ppid=17279 vsize=21168 CPUtime=702.12
/proc/17281/stat : 17281 (mxc-sat09) R 17279 17281 13753 0 -1 4194304 4747 0 0 0 70206 6 0 0 25 0 1 0 1102330806 21676032 4733 1992294400 134512640 135192793 4294956224 18446744073709551615 134534165 0 0 4096 0 0 0 0 17 1 0 0
/proc/17281/statm: 5292 4733 73 166 0 5123 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 21168

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17282
/proc/meminfo: memFree=720448/2055920 swapFree=4167280/4192956
[pid=17281] ppid=17279 vsize=21808 CPUtime=762.12
/proc/17281/stat : 17281 (mxc-sat09) R 17279 17281 13753 0 -1 4194304 4929 0 0 0 76205 7 0 0 25 0 1 0 1102330806 22331392 4915 1992294400 134512640 135192793 4294956224 18446744073709551615 134533920 0 0 4096 0 0 0 0 17 1 0 0
/proc/17281/statm: 5452 4915 73 166 0 5283 0
Current children cumulated CPU time (s) 762.12
Current children cumulated vsize (KiB) 21808

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17282
/proc/meminfo: memFree=720064/2055920 swapFree=4167280/4192956
[pid=17281] ppid=17279 vsize=22244 CPUtime=822.1
/proc/17281/stat : 17281 (mxc-sat09) R 17279 17281 13753 0 -1 4194304 5026 0 0 0 82203 7 0 0 25 0 1 0 1102330806 22777856 5012 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/17281/statm: 5561 5012 73 166 0 5392 0
Current children cumulated CPU time (s) 822.1
Current children cumulated vsize (KiB) 22244

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17282
/proc/meminfo: memFree=719488/2055920 swapFree=4167280/4192956
[pid=17281] ppid=17279 vsize=23008 CPUtime=882.08
/proc/17281/stat : 17281 (mxc-sat09) R 17279 17281 13753 0 -1 4194304 5164 0 0 0 88201 7 0 0 25 0 1 0 1102330806 23560192 5150 1992294400 134512640 135192793 4294956224 18446744073709551615 134551394 0 0 4096 0 0 0 0 17 1 0 0
/proc/17281/statm: 5752 5150 73 166 0 5583 0
Current children cumulated CPU time (s) 882.08
Current children cumulated vsize (KiB) 23008

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17282
/proc/meminfo: memFree=718912/2055920 swapFree=4167280/4192956
[pid=17281] ppid=17279 vsize=23728 CPUtime=942.07
/proc/17281/stat : 17281 (mxc-sat09) R 17279 17281 13753 0 -1 4194304 5305 0 0 0 94199 8 0 0 25 0 1 0 1102330806 24297472 5291 1992294400 134512640 135192793 4294956224 18446744073709551615 134534131 0 0 4096 0 0 0 0 17 1 0 0
/proc/17281/statm: 5932 5291 73 166 0 5763 0
Current children cumulated CPU time (s) 942.07
Current children cumulated vsize (KiB) 23728

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17282
/proc/meminfo: memFree=718400/2055920 swapFree=4167280/4192956
[pid=17281] ppid=17279 vsize=24208 CPUtime=1002.05
/proc/17281/stat : 17281 (mxc-sat09) R 17279 17281 13753 0 -1 4194304 5446 0 0 0 100197 8 0 0 25 0 1 0 1102330806 24788992 5432 1992294400 134512640 135192793 4294956224 18446744073709551615 134533842 0 0 4096 0 0 0 0 17 1 0 0
/proc/17281/statm: 6052 5432 73 166 0 5883 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 24208

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17282
/proc/meminfo: memFree=718080/2055920 swapFree=4167280/4192956
[pid=17281] ppid=17279 vsize=24696 CPUtime=1062.04
/proc/17281/stat : 17281 (mxc-sat09) R 17279 17281 13753 0 -1 4194304 5524 0 0 0 106196 8 0 0 25 0 1 0 1102330806 25288704 5510 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/17281/statm: 6174 5510 73 166 0 6005 0
Current children cumulated CPU time (s) 1062.04
Current children cumulated vsize (KiB) 24696

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17282
/proc/meminfo: memFree=717504/2055920 swapFree=4167280/4192956
[pid=17281] ppid=17279 vsize=25364 CPUtime=1122.02
/proc/17281/stat : 17281 (mxc-sat09) R 17279 17281 13753 0 -1 4194304 5662 0 0 0 112194 8 0 0 25 0 1 0 1102330806 25972736 5648 1992294400 134512640 135192793 4294956224 18446744073709551615 134549692 0 0 4096 0 0 0 0 17 1 0 0
/proc/17281/statm: 6341 5648 73 166 0 6172 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 25364

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17282
/proc/meminfo: memFree=717120/2055920 swapFree=4167280/4192956
[pid=17281] ppid=17279 vsize=25744 CPUtime=1182.01
/proc/17281/stat : 17281 (mxc-sat09) R 17279 17281 13753 0 -1 4194304 5757 0 0 0 118192 9 0 0 25 0 1 0 1102330806 26361856 5743 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/17281/statm: 6436 5743 73 166 0 6267 0
Current children cumulated CPU time (s) 1182.01
Current children cumulated vsize (KiB) 25744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17282
/proc/meminfo: memFree=716992/2055920 swapFree=4167280/4192956
[pid=17281] ppid=17279 vsize=25892 CPUtime=1200.01
/proc/17281/stat : 17281 (mxc-sat09) R 17279 17281 13753 0 -1 4194304 5779 0 0 0 119992 9 0 0 25 0 1 0 1102330806 26513408 5765 1992294400 134512640 135192793 4294956224 18446744073709551615 134533892 0 0 4096 0 0 0 0 17 1 0 0
/proc/17281/statm: 6473 5765 73 166 0 6304 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 25892

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

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

[startup+1200.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17282
/proc/meminfo: memFree=716992/2055920 swapFree=4167280/4192956
[pid=17281] ppid=17279 vsize=25892 CPUtime=1200.01
/proc/17281/stat : 17281 (mxc-sat09) R 17279 17281 13753 0 -1 4194304 5779 0 0 0 119992 9 0 0 25 0 1 0 1102330806 26513408 5765 1992294400 134512640 135192793 4294956224 18446744073709551615 134533892 0 0 4096 0 0 0 0 17 1 0 0
/proc/17281/statm: 6473 5765 73 166 0 6304 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 25892

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.31
CPU time (s): 1200.02
CPU user time (s): 1199.93
CPU system time (s): 0.096985
CPU usage (%): 99.9761
Max. virtual memory (cumulated for all children) (KiB): 25892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.93
system time used= 0.096985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5779
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= 2
involuntary context switches= 1511

runsolver used 1.15882 second user time and 2.14367 second system time

The end

Launcher Data

Begin job on node31 at 2009-03-29 05:17:32
IDJOB=1518201
IDBENCH=70660
IDSOLVER=504
FILE ID=node31/1518201-1238296652
PBS_JOBID= 9060931
Free space on /tmp= 66424 MiB

SOLVER NAME= MXC 2009-03-10
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/SATISFIABLE/520/unif-k3-r4.25-v520-c2210-S1161147107-031.cnf
COMMAND LINE= HOME/mxc-sat09 -i BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1518201-1238296652/watcher-1518201-1238296652 -o /tmp/evaluation-result-1518201-1238296652/solver-1518201-1238296652 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/mxc-sat09 -i HOME/instance-1518201-1238296652.cnf

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

MD5SUM BENCH= 4cc7ee2f20081e6ebd36addd568f2c4e
RANDOM SEED=163550649

node31.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.214
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.214
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:        740648 kB
Buffers:        111004 kB
Cached:        1084132 kB
SwapCached:      18664 kB
Active:         227960 kB
Inactive:       987392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        740648 kB
SwapTotal:     4192956 kB
SwapFree:      4167280 kB
Dirty:             748 kB
Writeback:           0 kB
Mapped:          17376 kB
Slab:            85680 kB
Committed_AS:  2935468 kB
PageTables:       1472 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= 66424 MiB
End job on node31 at 2009-03-29 05:37:35