Trace number 1563239

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.12 1200.55

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-aes-ee-r2-noholes.cnf
MD5SUM4c8b9603e0c90cfb3c82064eae956799
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark728.775
Satisfiable
(Un)Satisfiability was proved
Number of variables266199
Number of clauses1575975
Sum of the clauses size4240496
Maximum clause length33
Minimum clause length1
Number of clauses of size 139783
Number of clauses of size 21138497
Number of clauses of size 3317809
Number of clauses of size 49949
Number of clauses of size 50
Number of clauses of size over 569937

Solver Data

336.76/336.96	c starting MXC with:
336.76/336.96	c cnf_path = HOME/instance-1563239-1238783599.cnf
336.76/336.96	c restart_strategy = auto
336.76/336.96	c sign_strategy = cached
336.76/336.96	c use_preprocessing = -1
336.76/336.96	c output_implicant = 1
336.76/336.96	c timeout_seconds = 0
336.76/336.96	c running SatELite... done
336.76/336.96	c 119502 vars eliminated
336.76/336.96	c received 142361 units and 209148 clauses from SatELite
336.76/336.96	c 261862 assignments made, starting to guess now
336.76/336.96	c ===================================[MXC]=====================================
336.76/336.96	c | Conflicts |                Clause Statistics                   |   Vars   |
336.76/336.96	c |           |    CARD     BIN      O3+      L3+   L3+Lim  Lit/CL |          |
336.76/336.96	c =============================================================================
336.76/336.96	c |         0 |       0    2202   206946        0        0     nan |   266199 |
336.76/336.96	c |       100 |       0    2202   206946      100     1050     8.6 |     4337 |
336.76/336.96	c |       210 |       0    2202   206946      210     1105     8.7 |     4337 |
336.76/336.96	c |       441 |       0    2202   206946      441     1220     8.9 |     4337 |
336.76/336.96	c |       805 |       0    2204   206946      803     1402     9.1 |     4337 |
336.76/336.96	c |      1315 |       0    2206   206946     1311     1657     9.6 |     4337 |
336.76/336.96	c |      1986 |       0    2207   206946     1981     1993    10.5 |     4337 |
336.76/336.96	c |      2834 |       0    2210   206946     1843     2417    10.7 |     4337 |
336.76/336.96	c |      3876 |       0    2213   206946     2882     2938    10.7 |     4337 |
336.76/336.96	c |      5132 |       0    2213   206939     2638     3566    10.6 |     4336 |
336.76/336.96	c |      6623 |       0    2219   206939     4123     4311    11.8 |     4336 |
336.76/336.96	c |      8373 |       0    2227   206939     3613     5186    13.2 |     4336 |
336.76/336.96	c |     10408 |       0    2228   206939     5647     6204    14.5 |     4336 |
336.76/336.96	c |     12756 |       0    2228   206939     4615     7378    20.0 |     4336 |
336.76/336.96	c |     15449 |       0    2228   206939     7308     8724    20.6 |     4336 |
336.76/336.96	c |     18521 |       0    2228   206939     5310    10260    19.0 |     4336 |
336.76/336.96	c |     22010 |       0    2228   206939     8799    12005    19.8 |     4336 |
336.76/336.96	c |     25958 |       0    2228   206939    12747    13979    20.6 |     4336 |
336.76/336.96	c |     30411 |       0    2228   206939     9596    16205    20.9 |     4336 |
336.76/336.96	c |     35419 |       0    2228   206939    14604    18709    21.6 |     4336 |
336.76/336.96	c |     41038 |       0    2228   206939    20223    21519    22.2 |     4336 |
336.76/336.96	c |     47329 |       0    2228   206939    15109    24664    21.7 |     4336 |
336.76/336.96	c |     54360 |       0    2228   206939    22140    28180    22.5 |     4336 |
336.76/336.96	c |     62205 |       0    2232   206932    29974    32102    21.6 |     4335 |
336.76/336.96	c |     70945 |       0    2235   206932    21600    36472    23.7 |     4335 |
336.76/336.96	c |     80669 |       0    2237   206932    31322    41334    25.9 |     4335 |
336.76/336.96	c |     91476 |       0    2246   206932    42120    46738    25.5 |     4335 |
336.76/336.96	c |    103474 |       0    2263   206932    28410    52737    17.7 |     4332 |
336.76/336.96	c |    116782 |       0    2271   206932    41708    59391    16.9 |     4330 |
336.76/336.96	c |    131532 |       0    2274   206932    56455    66766    17.7 |     4330 |
336.76/336.96	c |    147868 |       0    2282   206932    72782    74934    21.1 |     4329 |
336.76/336.96	c |    165948 |       0    2285   206932    52322    83974    20.7 |     4329 |
336.76/336.96	c |    185947 |       0    2285   206932    72321    93973    21.8 |     4329 |
336.76/336.96	c |    208057 |       0    2297   206932    94419   105028    21.9 |     4329 |
336.76/336.96	c |    232489 |       0    2304   206932    61047   117244    22.4 |     4329 |
336.76/336.96	c |    259475 |       0    2308   206932    88029   130737    23.4 |     4329 |
336.76/336.96	c |    289271 |       0    2312   206932   117820   135933    23.0 |     4328 |
336.76/336.96	c |    322158 |       0    2314   206932    81650   139455    23.4 |     4328 |
336.76/336.96	c |    358445 |       0    2315   206932   117936   143017    26.6 |     4328 |
336.76/336.96	c |    398472 |       0    2315   206932    85198   146619    26.0 |     4328 |
336.76/336.96	c |    442613 |       0    2315   206932   129339   150283    29.8 |     4328 |
336.76/336.96	c |    491279 |       0    2315   206932   101977   154012    28.7 |     4328 |
336.76/336.96	c |    544923 |       0    2315   20

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1563239-1238783599/watcher-1563239-1238783599 -o /tmp/evaluation-result-1563239-1238783599/solver-1563239-1238783599 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/mxc-sat09 -i HOME/instance-1563239-1238783599.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: 0.91 0.95 0.99 3/72 3109
/proc/meminfo: memFree=1787600/2055920 swapFree=4175004/4192956
[pid=3109] ppid=3107 vsize=33156 CPUtime=0
/proc/3109/stat : 3109 (mxc-sat09) R 3107 3109 2778 0 -1 4194304 853 0 0 0 0 0 0 0 18 0 1 0 1151021324 33951744 839 1992294400 134512640 135192793 4294956208 18446744073709551615 134779278 0 0 4096 0 0 0 0 17 1 0 0
/proc/3109/statm: 8289 845 46 166 0 8120 0

[startup+0.104829 s]
/proc/loadavg: 0.91 0.95 0.99 3/72 3109
/proc/meminfo: memFree=1787600/2055920 swapFree=4175004/4192956
[pid=3109] ppid=3107 vsize=90364 CPUtime=0.1
/proc/3109/stat : 3109 (mxc-sat09) R 3107 3109 2778 0 -1 4194304 15171 0 0 0 3 7 0 0 18 0 1 0 1151021324 92532736 15125 1992294400 134512640 135192793 4294956208 18446744073709551615 134568414 0 0 4096 0 0 0 0 17 1 0 0
/proc/3109/statm: 22591 15128 53 166 0 22422 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 90364

[startup+0.201845 s]
/proc/loadavg: 0.91 0.95 0.99 3/72 3109
/proc/meminfo: memFree=1787600/2055920 swapFree=4175004/4192956
[pid=3109] ppid=3107 vsize=114940 CPUtime=0.19
/proc/3109/stat : 3109 (mxc-sat09) R 3107 3109 2778 0 -1 4194304 20371 0 0 0 11 8 0 0 18 0 1 0 1151021324 117698560 20194 1992294400 134512640 135192793 4294956208 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/3109/statm: 28735 20195 55 166 0 28566 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 114940

[startup+0.301864 s]
/proc/loadavg: 0.91 0.95 0.99 3/72 3109
/proc/meminfo: memFree=1787600/2055920 swapFree=4175004/4192956
[pid=3109] ppid=3107 vsize=122464 CPUtime=0.29
/proc/3109/stat : 3109 (mxc-sat09) R 3107 3109 2778 0 -1 4194304 22170 0 0 0 20 9 0 0 19 0 1 0 1151021324 125403136 21993 1992294400 134512640 135192793 4294956208 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/3109/statm: 30616 21993 55 166 0 30447 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 122464

[startup+0.701939 s]
/proc/loadavg: 0.91 0.95 0.99 3/72 3109
/proc/meminfo: memFree=1787600/2055920 swapFree=4175004/4192956
[pid=3109] ppid=3107 vsize=150248 CPUtime=0.69
/proc/3109/stat : 3109 (mxc-sat09) R 3107 3109 2778 0 -1 4194304 29025 0 0 0 57 12 0 0 22 0 1 0 1151021324 153853952 28848 1992294400 134512640 135192793 4294956208 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/3109/statm: 37562 28848 55 166 0 37393 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 150248

[startup+1.50109 s]
/proc/loadavg: 0.91 0.95 0.99 2/73 3110
/proc/meminfo: memFree=1646984/2055920 swapFree=4175004/4192956
[pid=3109] ppid=3107 vsize=150684 CPUtime=1.49
/proc/3109/stat : 3109 (mxc-sat09) R 3107 3109 2778 0 -1 4194304 36533 0 0 0 133 16 0 0 25 0 1 0 1151021324 154300416 28278 1992294400 134512640 135192793 4294956208 18446744073709551615 134567418 0 0 4096 0 0 0 0 17 1 0 0
/proc/3109/statm: 37671 28278 56 166 0 37502 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 150684

[startup+3.10139 s]
/proc/loadavg: 0.91 0.95 0.99 2/73 3110
/proc/meminfo: memFree=1660360/2055920 swapFree=4175004/4192956
[pid=3109] ppid=3107 vsize=176064 CPUtime=3.09
/proc/3109/stat : 3109 (mxc-sat09) R 3107 3109 2778 0 -1 4194304 43308 0 0 0 290 19 0 0 25 0 1 0 1151021324 180289536 35053 1992294400 134512640 135192793 4294956208 18446744073709551615 134568071 0 0 4096 0 0 0 0 17 1 0 0
/proc/3109/statm: 44016 35053 56 166 0 43847 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 176064

[startup+6.302 s]
/proc/loadavg: 0.92 0.95 0.99 2/73 3110
/proc/meminfo: memFree=1637512/2055920 swapFree=4175004/4192956
[pid=3109] ppid=3107 vsize=190616 CPUtime=6.28
/proc/3109/stat : 3109 (mxc-sat09) R 3107 3109 2778 0 -1 4194304 46393 0 0 0 608 20 0 0 25 0 1 0 1151021324 195190784 38138 1992294400 134512640 135192793 4294956208 18446744073709551615 134567659 0 0 4096 0 0 0 0 17 1 0 0
/proc/3109/statm: 47654 38138 56 166 0 47485 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 190616

[startup+12.7012 s]
/proc/loadavg: 0.93 0.95 0.99 2/73 3110
/proc/meminfo: memFree=1617672/2055920 swapFree=4175004/4192956
[pid=3109] ppid=3107 vsize=208724 CPUtime=12.68
/proc/3109/stat : 3109 (mxc-sat09) R 3107 3109 2778 0 -1 4194304 51147 0 0 0 1246 22 0 0 25 0 1 0 1151021324 213733376 42892 1992294400 134512640 135192793 4294956208 18446744073709551615 134566771 0 0 4096 0 0 0 0 17 1 0 0
/proc/3109/statm: 52181 42892 56 166 0 52012 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 208724

[startup+25.5016 s]
/proc/loadavg: 0.94 0.96 0.99 2/73 3110
/proc/meminfo: memFree=1595080/2055920 swapFree=4175004/4192956
[pid=3109] ppid=3107 vsize=235440 CPUtime=25.48
/proc/3109/stat : 3109 (mxc-sat09) R 3107 3109 2778 0 -1 4194304 56390 0 0 0 2523 25 0 0 25 0 1 0 1151021324 241090560 48135 1992294400 134512640 135192793 4294956208 18446744073709551615 134568071 0 0 4096 0 0 0 0 17 1 0 0
/proc/3109/statm: 58860 48135 56 166 0 58691 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 235440

[startup+51.1015 s]
/proc/loadavg: 0.96 0.96 0.99 2/73 3110
/proc/meminfo: memFree=1609224/2055920 swapFree=4175004/4192956
[pid=3109] ppid=3107 vsize=213880 CPUtime=51.05
/proc/3109/stat : 3109 (mxc-sat09) R 3107 3109 2778 0 -1 4194304 57138 0 0 0 5080 25 0 0 25 0 1 0 1151021324 219013120 44627 1992294400 134512640 135192793 4294956208 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/3109/statm: 53470 44627 73 166 0 53301 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 213880

[startup+102.301 s]
/proc/loadavg: 0.98 0.96 0.99 2/73 3110
/proc/meminfo: memFree=1600648/2055920 swapFree=4175004/4192956
[pid=3109] ppid=3107 vsize=223172 CPUtime=102.24
/proc/3109/stat : 3109 (mxc-sat09) R 3107 3109 2778 0 -1 4194304 59285 0 0 0 10197 27 0 0 25 0 1 0 1151021324 228528128 46774 1992294400 134512640 135192793 4294956208 18446744073709551615 134534016 0 0 4096 0 0 0 0 17 1 0 0
/proc/3109/statm: 55793 46774 73 166 0 55624 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 223172

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 3110
/proc/meminfo: memFree=1587912/2055920 swapFree=4175004/4192956
[pid=3109] ppid=3107 vsize=237500 CPUtime=162.22
/proc/3109/stat : 3109 (mxc-sat09) R 3107 3109 2778 0 -1 4194304 62464 0 0 0 16192 30 0 0 25 0 1 0 1151021324 243200000 49953 1992294400 134512640 135192793 4294956208 18446744073709551615 134549774 0 0 4096 0 0 0 0 17 1 0 0
/proc/3109/statm: 59375 49953 73 166 0 59206 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 237500

[startup+222.307 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 3110
/proc/meminfo: memFree=1580360/2055920 swapFree=4175004/4192956
[pid=3109] ppid=3107 vsize=245932 CPUtime=222.2
/proc/3109/stat : 3109 (mxc-sat09) R 3107 3109 2778 0 -1 4194304 64335 0 0 0 22189 31 0 0 25 0 1 0 1151021324 251834368 51824 1992294400 134512640 135192793 4294956208 18446744073709551615 134533824 0 0 4096 0 0 0 0 17 1 0 0
/proc/3109/statm: 61483 51824 73 166 0 61314 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 245932

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 3110
/proc/meminfo: memFree=1575752/2055920 swapFree=4175004/4192956
[pid=3109] ppid=3107 vsize=250952 CPUtime=282.17
/proc/3109/stat : 3109 (mxc-sat09) R 3107 3109 2778 0 -1 4194304 65472 0 0 0 28185 32 0 0 25 0 1 0 1151021324 256974848 52961 1992294400 134512640 135192793 4294956208 18446744073709551615 134533792 0 0 4096 0 0 0 0 17 1 0 0
/proc/3109/statm: 62738 52961 73 166 0 62569 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 250952

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 3110
/proc/meminfo: memFree=1572808/2055920 swapFree=4175004/4192956
[pid=3109] ppid=3107 vsize=254272 CPUtime=342.15
/proc/3109/stat : 3109 (mxc-sat09) R 3107 3109 2778 0 -1 4194304 66201 0 0 0 34182 33 0 0 25 0 1 0 1151021324 260374528 53690 1992294400 134512640 135192793 4294956208 18446744073709551615 134550428 0 0 4096 0 0 0 0 17 1 0 0
/proc/3109/statm: 63568 53690 74 166 0 63399 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 254272

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 3110
/proc/meminfo: memFree=1571848/2055920 swapFree=4175004/4192956
[pid=3109] ppid=3107 vsize=255520 CPUtime=402.14
/proc/3109/stat : 3109 (mxc-sat09) R 3107 3109 2778 0 -1 4194304 66442 0 0 0 40180 34 0 0 25 0 1 0 1151021324 261652480 53931 1992294400 134512640 135192793 4294956208 18446744073709551615 134533920 0 0 4096 0 0 0 0 17 1 0 0
/proc/3109/statm: 63880 53931 74 166 0 63711 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 255520

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 3110
/proc/meminfo: memFree=1567560/2055920 swapFree=4175004/4192956
[pid=3109] ppid=3107 vsize=260740 CPUtime=462.12
/proc/3109/stat : 3109 (mxc-sat09) R 3107 3109 2778 0 -1 4194304 67494 0 0 0 46177 35 0 0 25 0 1 0 1151021324 266997760 54983 1992294400 134512640 135192793 4294956208 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/3109/statm: 65185 54983 74 166 0 65016 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 260740

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 3110
/proc/meminfo: memFree=1562632/2055920 swapFree=4175004/4192956
[pid=3109] ppid=3107 vsize=266956 CPUtime=522.1
/proc/3109/stat : 3109 (mxc-sat09) R 3107 3109 2778 0 -1 4194304 68730 0 0 0 52174 36 0 0 25 0 1 0 1151021324 273362944 56219 1992294400 134512640 135192793 4294956208 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/3109/statm: 66739 56219 74 166 0 66570 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 266956

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 3110
/proc/meminfo: memFree=1556104/2055920 swapFree=4175004/4192956
[pid=3109] ppid=3107 vsize=274872 CPUtime=582.07
/proc/3109/stat : 3109 (mxc-sat09) R 3107 3109 2778 0 -1 4194304 70339 0 0 0 58170 37 0 0 25 0 1 0 1151021324 281468928 57828 1992294400 134512640 135192793 4294956208 18446744073709551615 134534233 0 0 4096 0 0 0 0 17 1 0 0
/proc/3109/statm: 68718 57828 74 166 0 68549 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 274872

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 3110
/proc/meminfo: memFree=1553544/2055920 swapFree=4175004/4192956
[pid=3109] ppid=3107 vsize=278232 CPUtime=642.05
/proc/3109/stat : 3109 (mxc-sat09) R 3107 3109 2778 0 -1 4194304 70984 0 0 0 64167 38 0 0 25 0 1 0 1151021324 284909568 58473 1992294400 134512640 135192793 4294956208 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/3109/statm: 69558 58473 74 166 0 69389 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 278232

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 3110
/proc/meminfo: memFree=1549640/2055920 swapFree=4175004/4192956
[pid=3109] ppid=3107 vsize=282736 CPUtime=702.04
/proc/3109/stat : 3109 (mxc-sat09) R 3107 3109 2778 0 -1 4194304 71946 0 0 0 70164 40 0 0 25 0 1 0 1151021324 289521664 59435 1992294400 134512640 135192793 4294956208 18446744073709551615 134533860 0 0 4096 0 0 0 0 17 1 0 0
/proc/3109/statm: 70684 59435 74 166 0 70515 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 282736

[startup+762.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 3112
/proc/meminfo: memFree=1546568/2055920 swapFree=4175004/4192956
[pid=3109] ppid=3107 vsize=286220 CPUtime=762.02
/proc/3109/stat : 3109 (mxc-sat09) R 3107 3109 2778 0 -1 4194304 72655 0 0 0 76162 40 0 0 25 0 1 0 1151021324 293089280 60144 1992294400 134512640 135192793 4294956208 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/3109/statm: 71555 60144 74 166 0 71386 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 286220

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 3112
/proc/meminfo: memFree=1545352/2055920 swapFree=4175004/4192956
[pid=3109] ppid=3107 vsize=287756 CPUtime=821.99
/proc/3109/stat : 3109 (mxc-sat09) R 3107 3109 2778 0 -1 4194304 72965 0 0 0 82159 40 0 0 25 0 1 0 1151021324 294662144 60454 1992294400 134512640 135192793 4294956208 18446744073709551615 134533892 0 0 4096 0 0 0 0 17 1 0 0
/proc/3109/statm: 71939 60454 74 166 0 71770 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 287756

[startup+882.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 3112
/proc/meminfo: memFree=1544264/2055920 swapFree=4175004/4192956
[pid=3109] ppid=3107 vsize=289128 CPUtime=881.97
/proc/3109/stat : 3109 (mxc-sat09) R 3107 3109 2778 0 -1 4194304 73234 0 0 0 88157 40 0 0 25 0 1 0 1151021324 296067072 60723 1992294400 134512640 135192793 4294956208 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/3109/statm: 72282 60723 74 166 0 72113 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 289128

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 3112
/proc/meminfo: memFree=1543176/2055920 swapFree=4175004/4192956
[pid=3109] ppid=3107 vsize=290376 CPUtime=941.96
/proc/3109/stat : 3109 (mxc-sat09) R 3107 3109 2778 0 -1 4194304 73497 0 0 0 94155 41 0 0 25 0 1 0 1151021324 297345024 60986 1992294400 134512640 135192793 4294956208 18446744073709551615 134533188 0 0 4096 0 0 0 0 17 1 0 0
/proc/3109/statm: 72594 60986 74 166 0 72425 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 290376

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 3112
/proc/meminfo: memFree=1542600/2055920 swapFree=4175004/4192956
[pid=3109] ppid=3107 vsize=291128 CPUtime=1001.93
/proc/3109/stat : 3109 (mxc-sat09) R 3107 3109 2778 0 -1 4194304 73645 0 0 0 100152 41 0 0 25 0 1 0 1151021324 298115072 61134 1992294400 134512640 135192793 4294956208 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/3109/statm: 72782 61134 74 166 0 72613 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 291128

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 3112
/proc/meminfo: memFree=1541768/2055920 swapFree=4175004/4192956
[pid=3109] ppid=3107 vsize=291948 CPUtime=1061.91
/proc/3109/stat : 3109 (mxc-sat09) R 3107 3109 2778 0 -1 4194304 73845 0 0 0 106150 41 0 0 25 0 1 0 1151021324 298954752 61334 1992294400 134512640 135192793 4294956208 18446744073709551615 134534231 0 0 4096 0 0 0 0 17 1 0 0
/proc/3109/statm: 72987 61334 74 166 0 72818 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 291948

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 3112
/proc/meminfo: memFree=1539848/2055920 swapFree=4175004/4192956
[pid=3109] ppid=3107 vsize=294344 CPUtime=1121.89
/proc/3109/stat : 3109 (mxc-sat09) R 3107 3109 2778 0 -1 4194304 74322 0 0 0 112148 41 0 0 25 0 1 0 1151021324 301408256 61811 1992294400 134512640 135192793 4294956208 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/3109/statm: 73586 61811 74 166 0 73417 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 294344

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 3112
/proc/meminfo: memFree=1535176/2055920 swapFree=4175004/4192956
[pid=3109] ppid=3107 vsize=300216 CPUtime=1181.87
/proc/3109/stat : 3109 (mxc-sat09) R 3107 3109 2778 0 -1 4194304 75498 0 0 0 118145 42 0 0 25 0 1 0 1151021324 307421184 62987 1992294400 134512640 135192793 4294956208 18446744073709551615 134533776 0 0 4096 0 0 0 0 17 1 0 0
/proc/3109/statm: 75054 62987 74 166 0 74885 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 300216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 3112
/proc/meminfo: memFree=1532040/2055920 swapFree=4175004/4192956
[pid=3109] ppid=3107 vsize=303668 CPUtime=1200.07
/proc/3109/stat : 3109 (mxc-sat09) R 3107 3109 2778 0 -1 4194304 76274 0 0 0 119964 43 0 0 25 0 1 0 1151021324 310956032 63763 1992294400 134512640 135192793 4294956208 18446744073709551615 134550423 0 0 4096 0 0 0 0 17 1 0 0
/proc/3109/statm: 75917 63763 74 166 0 75748 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 303668

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.55
CPU time (s): 1200.12
CPU user time (s): 1199.65
CPU system time (s): 0.472928
CPU usage (%): 99.9643
Max. virtual memory (cumulated for all children) (KiB): 303668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.65
system time used= 0.472928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76274
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= 2116

runsolver used 1.04084 second user time and 3.33749 second system time

The end

Launcher Data

Begin job on node64 at 2009-04-03 20:33:20
IDJOB=1563239
IDBENCH=70950
IDSOLVER=504
FILE ID=node64/1563239-1238783599
PBS_JOBID= 9085573
Free space on /tmp= 66488 MiB

SOLVER NAME= MXC 2009-03-10
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-cbmc-aes-ee-r2-noholes.cnf
COMMAND LINE= HOME/mxc-sat09 -i BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1563239-1238783599/watcher-1563239-1238783599 -o /tmp/evaluation-result-1563239-1238783599/solver-1563239-1238783599 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/mxc-sat09 -i HOME/instance-1563239-1238783599.cnf

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

MD5SUM BENCH= 4c8b9603e0c90cfb3c82064eae956799
RANDOM SEED=1330630014

node64.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.261
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.261
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:       1788016 kB
Buffers:         26160 kB
Cached:         165020 kB
SwapCached:       8672 kB
Active:          59048 kB
Inactive:       142596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1788016 kB
SwapTotal:     4192956 kB
SwapFree:      4175004 kB
Dirty:           33084 kB
Writeback:           0 kB
Mapped:          16184 kB
Slab:            51136 kB
Committed_AS:  3265336 kB
PageTables:       2000 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= 66488 MiB
End job on node64 at 2009-04-03 20:53:23