Trace number 1774557

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) 10000.2 10005.3

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-aes-ee-r3-noholes.cnf
MD5SUM91d125ee3007575f40ddeef126d7f80f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1510.73
Satisfiable
(Un)Satisfiability was proved
Number of variables498723
Number of clauses2928183
Sum of the clauses size7885040
Maximum clause length33
Minimum clause length1
Number of clauses of size 170035
Number of clauses of size 22107033
Number of clauses of size 3609981
Number of clauses of size 419805
Number of clauses of size 50
Number of clauses of size over 5121329

Solver Data

252.17/252.34	c starting MXC with:
252.17/252.34	c cnf_path = HOME/instance-1774557-1241307306.cnf
252.17/252.34	c restart_strategy = auto
252.17/252.34	c sign_strategy = cached
252.17/252.34	c use_preprocessing = -1
252.17/252.34	c output_implicant = 1
252.17/252.34	c timeout_seconds = 0
252.17/252.34	c running SatELite... done
252.17/252.34	c 216325 vars eliminated
252.17/252.34	c received 274412 units and 383744 clauses from SatELite
252.17/252.34	c 490736 assignments made, starting to guess now
252.17/252.34	c ===================================[MXC]=====================================
252.17/252.34	c | Conflicts |                Clause Statistics                   |   Vars   |
252.17/252.34	c |           |    CARD     BIN      O3+      L3+   L3+Lim  Lit/CL |          |
252.17/252.34	c =============================================================================
252.17/252.34	c |         0 |       0    4087   379657        0        0     nan |   498723 |
252.17/252.34	c |       100 |       0    4087   379657      100     1050     8.7 |     7987 |
252.17/252.34	c |       210 |       0    4087   379657      210     1105     8.7 |     7987 |
252.17/252.34	c |       441 |       0    4090   379657      438     1220     9.0 |     7987 |
252.17/252.34	c |       805 |       0    4096   379657      796     1402     9.0 |     7987 |
252.17/252.34	c |      1315 |       0    4101   379657     1301     1657    10.7 |     7987 |
252.17/252.34	c |      1986 |       0    4110   379657     1963     1993    10.7 |     7987 |
252.17/252.34	c |      2834 |       0    4110   379650     1808     2417    10.3 |     7986 |
252.17/252.34	c |      3876 |       0    4110   379643     2845     2938    10.1 |     7985 |
252.17/252.34	c |      5132 |       0    4106   379636     2589     3566     9.9 |     7984 |
252.17/252.34	c |      6623 |       0    4118   379636     4068     4311    10.1 |     7984 |
252.17/252.34	c |      8373 |       0    4120   379636     3556     5186    10.1 |     7983 |
252.17/252.34	c |     10408 |       0    4123   379615     5580     6204    10.1 |     7981 |
252.17/252.34	c |     12756 |       0    4120   379608     4527     7378    12.5 |     7980 |
252.17/252.34	c |     15449 |       0    4128   379608     7212     8724    11.5 |     7980 |
252.17/252.34	c |     18521 |       0    4136   379608     5156    10260    12.4 |     7973 |
252.17/252.34	c |     22010 |       0    4126   379564     8633    12005    14.3 |     7972 |
252.17/252.34	c |     25958 |       0    4130   379536    12551    13979    13.6 |     7968 |
252.17/252.34	c |     30411 |       0    4134   379536     9302    16205    15.8 |     7968 |
252.17/252.34	c |     35419 |       0    4141   379522    14292    18709    17.2 |     7966 |
252.17/252.34	c |     41038 |       0    4156   379515    19890    21519    16.1 |     7965 |
252.17/252.34	c |     47329 |       0    4158   379508    14628    24664    18.3 |     7964 |
252.17/252.34	c |     54360 |       0    4154   379473    21637    28180    19.6 |     7959 |
252.17/252.34	c |     62205 |       0    4154   379431    29460    32102    18.3 |     7954 |
252.17/252.34	c |     70945 |       0    4173   379431    20824    36472    13.9 |     7953 |
252.17/252.34	c |     80669 |       0    4193   379431    30523    41334    15.1 |     7948 |
252.17/252.34	c |     91476 |       0    4172   379382    41312    46738    15.3 |     7947 |
252.17/252.34	c |    103474 |       0    4189   379382    27242    52737    14.6 |     7945 |
252.17/252.34	c |    116782 |       0    4173   379340    40534    59391    15.4 |     7941 |
252.17/252.34	c |    131532 |       0    4183   379340    55274    66766    16.8 |     7941 |
252.17/252.34	c |    147868 |       0    4184   379340    71609    74934    17.9 |     7941 |
252.17/252.34	c |    165948 |       0    4192   379340    50561    83974    17.3 |     7940 |
252.17/252.34	c |    185947 |       0    4193   379333    70555    93973    19.3 |     7940 |
252.17/252.34	c |    208057 |       0    4214   379333    92641   105028    18.9 |     7937 |
252.17/252.34	c |    232489 |       0    4205   379305   117060   117244    20.3 |     7936 |
252.17/252.34	c |    259475 |       0    4211   379305    85365   130737    20.1 |     7936 |
252.17/252.34	c |    289271 |       0    4213   379291   115147   145635    20.8 |     7934 |
252.17/252.34	c |    322158 |       0    4238   379291   148008   162079    19.9 |     7933 |
252.17/252.34	c |    358445 |       0    4258   379291    96316   180222    19.9 |     7933 |
252.17/252.34	c |    398472 |       0    4266   379291   136334   200236    20.6 |     7932 |
252.17/252.34	c |    442613 |       0    4271   379291   180470   222306    26.4 |     7932 |
252.17/252.34	c |    491279 |       0    4280   379263   229118   246639    25.4 |     7931 |
252.17/252.34	c |    544923 |       0    4306   37

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-1774557-1241307306/watcher-1774557-1241307306 -o /tmp/evaluation-result-1774557-1241307306/solver-1774557-1241307306 -C 10000 -W 12000 -M 1800 HOME/mxc-sat09 -i HOME/instance-1774557-1241307306.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 8892
/proc/meminfo: memFree=510512/2055920 swapFree=4191900/4192956
[pid=8892] ppid=8890 vsize=62476 CPUtime=0
/proc/8892/stat : 8892 (mxc-sat09) R 8890 8892 8766 0 -1 4194304 808 0 0 0 0 0 0 0 18 0 1 0 158758198 63975424 794 1992294400 134512640 135192793 4294956224 18446744073709551615 134779278 0 0 4096 0 0 0 0 17 0 0 0
/proc/8892/statm: 15619 801 46 166 0 15450 0

[startup+0.00696392 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 8892
/proc/meminfo: memFree=510512/2055920 swapFree=4191900/4192956
[pid=8892] ppid=8890 vsize=62476 CPUtime=0
/proc/8892/stat : 8892 (mxc-sat09) R 8890 8892 8766 0 -1 4194304 1114 0 0 0 0 0 0 0 18 0 1 0 158758198 63975424 1100 1992294400 134512640 135192793 4294956224 18446744073709551615 134779278 0 0 4096 0 0 0 0 17 0 0 0
/proc/8892/statm: 15619 1107 46 166 0 15450 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 62476

[startup+0.10198 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 8892
/proc/meminfo: memFree=510512/2055920 swapFree=4191900/4192956
[pid=8892] ppid=8890 vsize=71200 CPUtime=0.09
/proc/8892/stat : 8892 (mxc-sat09) R 8890 8892 8766 0 -1 4194304 17207 0 0 0 0 9 0 0 18 0 1 0 158758198 72908800 17193 1992294400 134512640 135192793 4294956224 18446744073709551615 134527616 0 0 4096 0 0 0 0 17 0 0 0
/proc/8892/statm: 17800 17199 50 166 0 17631 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 71200

[startup+0.302013 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 8892
/proc/meminfo: memFree=510512/2055920 swapFree=4191900/4192956
[pid=8892] ppid=8890 vsize=165036 CPUtime=0.29
/proc/8892/stat : 8892 (mxc-sat09) R 8890 8892 8766 0 -1 4194304 37292 0 0 0 10 19 0 0 20 0 1 0 158758198 168996864 37065 1992294400 134512640 135192793 4294956224 18446744073709551615 134577000 0 0 4096 0 0 0 0 17 0 0 0
/proc/8892/statm: 41259 37066 55 166 0 41090 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 165036

[startup+0.701079 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 8892
/proc/meminfo: memFree=510512/2055920 swapFree=4191900/4192956
[pid=8892] ppid=8890 vsize=196960 CPUtime=0.69
/proc/8892/stat : 8892 (mxc-sat09) R 8890 8892 8766 0 -1 4194304 44917 0 0 0 47 22 0 0 24 0 1 0 158758198 201687040 44690 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 0 0 0
/proc/8892/statm: 49240 44691 55 166 0 49071 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 196960

[startup+1.50121 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8893
/proc/meminfo: memFree=310376/2055920 swapFree=4191900/4192956
[pid=8892] ppid=8890 vsize=250652 CPUtime=1.49
/proc/8892/stat : 8892 (mxc-sat09) R 8890 8892 8766 0 -1 4194304 58435 0 0 0 121 28 0 0 25 0 1 0 158758198 256667648 58208 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 0 0 0
/proc/8892/statm: 62696 58209 55 166 0 62527 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 250652

[startup+3.10148 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8893
/proc/meminfo: memFree=300968/2055920 swapFree=4191900/4192956
[pid=8892] ppid=8890 vsize=240600 CPUtime=3.09
/proc/8892/stat : 8892 (mxc-sat09) R 8890 8892 8766 0 -1 4194304 70228 0 0 0 274 35 0 0 25 0 1 0 158758198 246374400 54593 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 0 0 0
/proc/8892/statm: 60150 54594 56 166 0 59981 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 240600

[startup+6.30202 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8893
/proc/meminfo: memFree=254320/2055920 swapFree=4191900/4192956
[pid=8892] ppid=8890 vsize=280008 CPUtime=6.29
/proc/8892/stat : 8892 (mxc-sat09) R 8890 8892 8766 0 -1 4194304 80704 0 0 0 590 39 0 0 25 0 1 0 158758198 286728192 65069 1992294400 134512640 135192793 4294956224 18446744073709551615 134564096 0 0 4096 0 0 0 0 17 0 0 0
/proc/8892/statm: 70002 65069 56 166 0 69833 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 280008

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8893
/proc/meminfo: memFree=232944/2055920 swapFree=4191900/4192956
[pid=8892] ppid=8890 vsize=303256 CPUtime=12.68
/proc/8892/stat : 8892 (mxc-sat09) R 8890 8892 8766 0 -1 4194304 85714 0 0 0 1228 40 0 0 25 0 1 0 158758198 310534144 70079 1992294400 134512640 135192793 4294956224 18446744073709551615 134575824 0 0 4096 0 0 0 0 17 0 0 0
/proc/8892/statm: 75814 70079 56 166 0 75645 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 303256

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8893
/proc/meminfo: memFree=193200/2055920 swapFree=4191900/4192956
[pid=8892] ppid=8890 vsize=346004 CPUtime=25.49
/proc/8892/stat : 8892 (mxc-sat09) R 8890 8892 8766 0 -1 4194304 95218 0 0 0 2505 44 0 0 25 0 1 0 158758198 354308096 79583 1992294400 134512640 135192793 4294956224 18446744073709551615 134567773 0 0 4096 0 0 0 0 17 0 0 0
/proc/8892/statm: 86501 79583 56 166 0 86332 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 346004

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8893
/proc/meminfo: memFree=159984/2055920 swapFree=4191900/4192956
[pid=8892] ppid=8890 vsize=375868 CPUtime=51.06
/proc/8892/stat : 8892 (mxc-sat09) R 8890 8892 8766 0 -1 4194304 103383 0 0 0 5058 48 0 0 25 0 1 0 158758198 384888832 87748 1992294400 134512640 135192793 4294956224 18446744073709551615 134573666 0 0 4096 0 0 0 0 17 0 0 0
/proc/8892/statm: 93967 87748 56 166 0 93798 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 375868

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8893
/proc/meminfo: memFree=186544/2055920 swapFree=4191900/4192956
[pid=8892] ppid=8890 vsize=339376 CPUtime=102.24
/proc/8892/stat : 8892 (mxc-sat09) R 8890 8892 8766 0 -1 4194304 104642 0 0 0 10175 49 0 0 25 0 1 0 158758198 347521024 81156 1992294400 134512640 135192793 4294956224 18446744073709551615 134551394 0 0 4096 0 0 0 0 17 0 0 0
/proc/8892/statm: 84844 81156 73 166 0 84675 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 339376

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8893
/proc/meminfo: memFree=174384/2055920 swapFree=4191900/4192956
[pid=8892] ppid=8890 vsize=351460 CPUtime=162.2
/proc/8892/stat : 8892 (mxc-sat09) R 8890 8892 8766 0 -1 4194304 107677 0 0 0 16168 52 0 0 25 0 1 0 158758198 359895040 84191 1992294400 134512640 135192793 4294956224 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 0 0 0
/proc/8892/statm: 87865 84191 73 166 0 87696 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 351460

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8893
/proc/meminfo: memFree=158704/2055920 swapFree=4191900/4192956
[pid=8892] ppid=8890 vsize=368584 CPUtime=222.18
/proc/8892/stat : 8892 (mxc-sat09) R 8890 8892 8766 0 -1 4194304 111612 0 0 0 22162 56 0 0 25 0 1 0 158758198 377430016 88126 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 0 0 0
/proc/8892/statm: 92146 88126 73 166 0 91977 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 368584

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8895
/proc/meminfo: memFree=147696/2055920 swapFree=4191900/4192956
[pid=8892] ppid=8890 vsize=380548 CPUtime=282.15
/proc/8892/stat : 8892 (mxc-sat09) R 8890 8892 8766 0 -1 4194304 114288 0 0 0 28157 58 0 0 25 0 1 0 158758198 389681152 90802 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 0 0 0
/proc/8892/statm: 95137 90802 74 166 0 94968 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 380548

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8895
/proc/meminfo: memFree=146864/2055920 swapFree=4191900/4192956
[pid=8892] ppid=8890 vsize=382348 CPUtime=342.12
/proc/8892/stat : 8892 (mxc-sat09) R 8890 8892 8766 0 -1 4194304 114554 0 0 0 34154 58 0 0 25 0 1 0 158758198 391524352 91068 1992294400 134512640 135192793 4294956224 18446744073709551615 134534250 0 0 4096 0 0 0 0 17 0 0 0
/proc/8892/statm: 95587 91068 74 166 0 95418 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 382348

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8895
/proc/meminfo: memFree=137456/2055920 swapFree=4191900/4192956
[pid=8892] ppid=8890 vsize=392828 CPUtime=402.1
/proc/8892/stat : 8892 (mxc-sat09) R 8890 8892 8766 0 -1 4194304 116918 0 0 0 40148 62 0 0 25 0 1 0 158758198 402255872 93432 1992294400 134512640 135192793 4294956224 18446744073709551615 134533920 0 0 4096 0 0 0 0 17 0 0 0
/proc/8892/statm: 98207 93432 74 166 0 98038 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 392828

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8895
/proc/meminfo: memFree=132144/2055920 swapFree=4191900/4192956
[pid=8892] ppid=8890 vsize=398768 CPUtime=462.06
/proc/8892/stat : 8892 (mxc-sat09) R 8890 8892 8766 0 -1 4194304 118263 0 0 0 46143 63 0 0 25 0 1 0 158758198 408338432 94747 1992294400 134512640 135192793 4294956224 18446744073709551615 134549692 0 0 4096 0 0 0 0 17 0 0 0
/proc/8892/statm: 99692 94747 74 166 0 99523 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 398768

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8895
/proc/meminfo: memFree=132080/2055920 swapFree=4191900/4192956
[pid=8892] ppid=8890 vsize=398768 CPUtime=522.03
/proc/8892/stat : 8892 (mxc-sat09) R 8890 8892 8766 0 -1 4194304 118277 0 0 0 52140 63 0 0 25 0 1 0 158758198 408338432 94761 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 0 0 0
/proc/8892/statm: 99692 94761 74 166 0 99523 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 398768

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8895
/proc/meminfo: memFree=131824/2055920 swapFree=4191900/4192956
[pid=8892] ppid=8890 vsize=399012 CPUtime=582
/proc/8892/stat : 8892 (mxc-sat09) R 8890 8892 8766 0 -1 4194304 118342 0 0 0 58137 63 0 0 25 0 1 0 158758198 408588288 94826 1992294400 134512640 135192793 4294956224 18446744073709551615 134534231 0 0 4096 0 0 0 0 17 0 0 0
/proc/8892/statm: 99753 94826 74 166 0 99584 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 399012

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8895
/proc/meminfo: memFree=127728/2055920 swapFree=4191900/4192956
[pid=8892] ppid=8890 vsize=404184 CPUtime=641.97
/proc/8892/stat : 8892 (mxc-sat09) R 8890 8892 8766 0 -1 4194304 119364 0 0 0 64133 64 0 0 25 0 1 0 158758198 413884416 95848 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 0 0 0
/proc/8892/statm: 101046 95848 74 166 0 100877 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 404184

[startup+702.302 s]

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

[startup+9102.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9417
/proc/meminfo: memFree=15016/2055920 swapFree=4191900/4192956
[pid=8892] ppid=8890 vsize=977604 CPUtime=9097.64
/proc/8892/stat : 8892 (mxc-sat09) R 8890 8892 8766 0 -1 4194304 253901 0 0 0 909545 219 0 0 25 0 1 0 158758198 1001066496 230321 1992294400 134512640 135192793 4294956224 18446744073709551615 134533249 0 0 4096 0 0 0 0 17 0 0 0
/proc/8892/statm: 244401 230321 74 166 0 244232 0
Current children cumulated CPU time (s) 9097.64
Current children cumulated vsize (KiB) 977604

[startup+9162.3 s]
/proc/loadavg: 1.08 1.02 1.01 2/65 9417
/proc/meminfo: memFree=15024/2055920 swapFree=4191900/4192956
[pid=8892] ppid=8890 vsize=977604 CPUtime=9157.6
/proc/8892/stat : 8892 (mxc-sat09) R 8890 8892 8766 0 -1 4194304 253901 0 0 0 915541 219 0 0 25 0 1 0 158758198 1001066496 230321 1992294400 134512640 135192793 4294956224 18446744073709551615 134534231 0 0 4096 0 0 0 0 17 0 0 0
/proc/8892/statm: 244401 230321 74 166 0 244232 0
Current children cumulated CPU time (s) 9157.6
Current children cumulated vsize (KiB) 977604

[startup+9222.3 s]
/proc/loadavg: 1.10 1.03 1.00 2/65 9417
/proc/meminfo: memFree=14960/2055920 swapFree=4191900/4192956
[pid=8892] ppid=8890 vsize=977604 CPUtime=9217.58
/proc/8892/stat : 8892 (mxc-sat09) R 8890 8892 8766 0 -1 4194304 253908 0 0 0 921539 219 0 0 25 0 1 0 158758198 1001066496 230328 1992294400 134512640 135192793 4294956224 18446744073709551615 134533186 0 0 4096 0 0 0 0 17 0 0 0
/proc/8892/statm: 244401 230328 74 166 0 244232 0
Current children cumulated CPU time (s) 9217.58
Current children cumulated vsize (KiB) 977604

[startup+9282.3 s]
/proc/loadavg: 1.04 1.02 1.00 2/65 9417
/proc/meminfo: memFree=14960/2055920 swapFree=4191900/4192956
[pid=8892] ppid=8890 vsize=977604 CPUtime=9277.54
/proc/8892/stat : 8892 (mxc-sat09) R 8890 8892 8766 0 -1 4194304 253914 0 0 0 927535 219 0 0 25 0 1 0 158758198 1001066496 230334 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 0 0 0
/proc/8892/statm: 244401 230334 74 166 0 244232 0
Current children cumulated CPU time (s) 9277.54
Current children cumulated vsize (KiB) 977604

[startup+9342.31 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 9417
/proc/meminfo: memFree=14960/2055920 swapFree=4191900/4192956
[pid=8892] ppid=8890 vsize=977604 CPUtime=9337.51
/proc/8892/stat : 8892 (mxc-sat09) R 8890 8892 8766 0 -1 4194304 253926 0 0 0 933532 219 0 0 25 0 1 0 158758198 1001066496 230346 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 0 0 0
/proc/8892/statm: 244401 230346 74 166 0 244232 0
Current children cumulated CPU time (s) 9337.51
Current children cumulated vsize (KiB) 977604

[startup+9402.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 9417
/proc/meminfo: memFree=14832/2055920 swapFree=4191900/4192956
[pid=8892] ppid=8890 vsize=977604 CPUtime=9397.48
/proc/8892/stat : 8892 (mxc-sat09) R 8890 8892 8766 0 -1 4194304 253946 0 0 0 939528 220 0 0 25 0 1 0 158758198 1001066496 230366 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 0 0 0
/proc/8892/statm: 244401 230366 74 166 0 244232 0
Current children cumulated CPU time (s) 9397.48
Current children cumulated vsize (KiB) 977604

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9417
/proc/meminfo: memFree=14832/2055920 swapFree=4191900/4192956
[pid=8892] ppid=8890 vsize=977604 CPUtime=9457.45
/proc/8892/stat : 8892 (mxc-sat09) R 8890 8892 8766 0 -1 4194304 253948 0 0 0 945525 220 0 0 25 0 1 0 158758198 1001066496 230368 1992294400 134512640 135192793 4294956224 18446744073709551615 134551986 0 0 4096 0 0 0 0 17 0 0 0
/proc/8892/statm: 244401 230368 74 166 0 244232 0
Current children cumulated CPU time (s) 9457.45
Current children cumulated vsize (KiB) 977604

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9417
/proc/meminfo: memFree=16240/2055920 swapFree=4191900/4192956
[pid=8892] ppid=8890 vsize=977604 CPUtime=9517.42
/proc/8892/stat : 8892 (mxc-sat09) R 8890 8892 8766 0 -1 4194304 254005 0 0 0 951522 220 0 0 25 0 1 0 158758198 1001066496 230425 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 0 0 0
/proc/8892/statm: 244401 230425 74 166 0 244232 0
Current children cumulated CPU time (s) 9517.42
Current children cumulated vsize (KiB) 977604

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9417
/proc/meminfo: memFree=16176/2055920 swapFree=4191900/4192956
[pid=8892] ppid=8890 vsize=977340 CPUtime=9577.39
/proc/8892/stat : 8892 (mxc-sat09) R 8890 8892 8766 0 -1 4194304 254016 0 0 0 957519 220 0 0 25 0 1 0 158758198 1000796160 230402 1992294400 134512640 135192793 4294956224 18446744073709551615 134549692 0 0 4096 0 0 0 0 17 0 0 0
/proc/8892/statm: 244335 230402 74 166 0 244166 0
Current children cumulated CPU time (s) 9577.39
Current children cumulated vsize (KiB) 977340

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9417
/proc/meminfo: memFree=16176/2055920 swapFree=4191900/4192956
[pid=8892] ppid=8890 vsize=977340 CPUtime=9637.36
/proc/8892/stat : 8892 (mxc-sat09) R 8890 8892 8766 0 -1 4194304 254017 0 0 0 963516 220 0 0 25 0 1 0 158758198 1000796160 230403 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 0 0 0
/proc/8892/statm: 244335 230403 74 166 0 244166 0
Current children cumulated CPU time (s) 9637.36
Current children cumulated vsize (KiB) 977340

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9417
/proc/meminfo: memFree=16048/2055920 swapFree=4191900/4192956
[pid=8892] ppid=8890 vsize=977340 CPUtime=9697.33
/proc/8892/stat : 8892 (mxc-sat09) R 8890 8892 8766 0 -1 4194304 254032 0 0 0 969513 220 0 0 25 0 1 0 158758198 1000796160 230418 1992294400 134512640 135192793 4294956224 18446744073709551615 134534215 0 0 4096 0 0 0 0 17 0 0 0
/proc/8892/statm: 244335 230418 74 166 0 244166 0
Current children cumulated CPU time (s) 9697.33
Current children cumulated vsize (KiB) 977340

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9417
/proc/meminfo: memFree=16048/2055920 swapFree=4191900/4192956
[pid=8892] ppid=8890 vsize=977340 CPUtime=9757.3
/proc/8892/stat : 8892 (mxc-sat09) R 8890 8892 8766 0 -1 4194304 254044 0 0 0 975510 220 0 0 25 0 1 0 158758198 1000796160 230430 1992294400 134512640 135192793 4294956224 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 0 0 0
/proc/8892/statm: 244335 230430 74 166 0 244166 0
Current children cumulated CPU time (s) 9757.3
Current children cumulated vsize (KiB) 977340

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9417
/proc/meminfo: memFree=16048/2055920 swapFree=4191900/4192956
[pid=8892] ppid=8890 vsize=977340 CPUtime=9817.26
/proc/8892/stat : 8892 (mxc-sat09) R 8890 8892 8766 0 -1 4194304 254045 0 0 0 981506 220 0 0 25 0 1 0 158758198 1000796160 230431 1992294400 134512640 135192793 4294956224 18446744073709551615 134534016 0 0 4096 0 0 0 0 17 0 0 0
/proc/8892/statm: 244335 230431 74 166 0 244166 0
Current children cumulated CPU time (s) 9817.26
Current children cumulated vsize (KiB) 977340

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9417
/proc/meminfo: memFree=16048/2055920 swapFree=4191900/4192956
[pid=8892] ppid=8890 vsize=977340 CPUtime=9877.24
/proc/8892/stat : 8892 (mxc-sat09) R 8890 8892 8766 0 -1 4194304 254058 0 0 0 987504 220 0 0 25 0 1 0 158758198 1000796160 230444 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 0 0 0
/proc/8892/statm: 244335 230444 74 166 0 244166 0
Current children cumulated CPU time (s) 9877.24
Current children cumulated vsize (KiB) 977340

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9417
/proc/meminfo: memFree=16048/2055920 swapFree=4191900/4192956
[pid=8892] ppid=8890 vsize=977340 CPUtime=9937.2
/proc/8892/stat : 8892 (mxc-sat09) R 8890 8892 8766 0 -1 4194304 254062 0 0 0 993500 220 0 0 25 0 1 0 158758198 1000796160 230448 1992294400 134512640 135192793 4294956224 18446744073709551615 134533842 0 0 4096 0 0 0 0 17 0 0 0
/proc/8892/statm: 244335 230448 74 166 0 244166 0
Current children cumulated CPU time (s) 9937.2
Current children cumulated vsize (KiB) 977340

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9417
/proc/meminfo: memFree=16048/2055920 swapFree=4191900/4192956
[pid=8892] ppid=8890 vsize=977340 CPUtime=9997.18
/proc/8892/stat : 8892 (mxc-sat09) R 8890 8892 8766 0 -1 4194304 254063 0 0 0 999498 220 0 0 25 0 1 0 158758198 1000796160 230449 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 0 0 0
/proc/8892/statm: 244335 230449 74 166 0 244166 0
Current children cumulated CPU time (s) 9997.18
Current children cumulated vsize (KiB) 977340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10005.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9417
/proc/meminfo: memFree=16048/2055920 swapFree=4191900/4192956
[pid=8892] ppid=8890 vsize=977340 CPUtime=10000.1
/proc/8892/stat : 8892 (mxc-sat09) R 8890 8892 8766 0 -1 4194304 254063 0 0 0 999788 220 0 0 25 0 1 0 158758198 1000796160 230449 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 0 0 0
/proc/8892/statm: 244335 230449 74 166 0 244166 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 977340

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

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

[startup+10005.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9417
/proc/meminfo: memFree=16048/2055920 swapFree=4191900/4192956
[pid=8892] ppid=8890 vsize=0 CPUtime=10000.2
/proc/8892/stat : 8892 (mxc-sat09) R 8890 8892 8766 0 -1 4195332 254063 0 0 0 999788 230 0 0 25 0 1 0 158758198 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/8892/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 10000.2
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 10005.3
CPU time (s): 10000.2
CPU user time (s): 9997.89
CPU system time (s): 2.34764
CPU usage (%): 99.9489
Max. virtual memory (cumulated for all children) (KiB): 977604

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

runsolver used 9.67753 second user time and 26.7169 second system time

The end

Launcher Data

Begin job on node57 at 2009-05-03 01:35:09
IDJOB=1774557
IDBENCH=70959
IDSOLVER=613
FILE ID=node57/1774557-1241307306
PBS_JOBID= 9225201
Free space on /tmp= 66336 MiB

SOLVER NAME= MXC 2009-03-10
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-cbmc-aes-ee-r3-noholes.cnf
COMMAND LINE= HOME/mxc-sat09 -i BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774557-1241307306/watcher-1774557-1241307306 -o /tmp/evaluation-result-1774557-1241307306/solver-1774557-1241307306 -C 10000 -W 12000 -M 1800  HOME/mxc-sat09 -i HOME/instance-1774557-1241307306.cnf

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

MD5SUM BENCH= 91d125ee3007575f40ddeef126d7f80f
RANDOM SEED=70108384

node57.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.256
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.256
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:        510928 kB
Buffers:         87168 kB
Cached:        1337524 kB
SwapCached:        384 kB
Active:         209808 kB
Inactive:      1228320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        510928 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           62316 kB
Writeback:           0 kB
Mapped:          21780 kB
Slab:            92964 kB
Committed_AS:   583272 kB
PageTables:       1388 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= 66336 MiB
End job on node57 at 2009-05-03 04:21:56