Trace number 1773207

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.1 10003.6

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq1.cnf
MD5SUM9158de01004aff62af67cbb9db5bcbbb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark92.4269
Satisfiable
(Un)Satisfiability was proved
Number of variables24604
Number of clauses261473
Sum of the clauses size744579
Maximum clause length73
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2238933
Number of clauses of size 36442
Number of clauses of size 41972
Number of clauses of size 52972
Number of clauses of size over 511153

Solver Data

121.34/121.43	c starting MXC with:
121.34/121.43	c cnf_path = HOME/instance-1773207-1241298809.cnf
121.34/121.43	c restart_strategy = auto
121.34/121.43	c sign_strategy = cached
121.34/121.43	c use_preprocessing = -1
121.34/121.43	c output_implicant = 1
121.34/121.43	c timeout_seconds = 0
121.34/121.43	c running SatELite... done
121.34/121.43	c 8622 vars eliminated
121.34/121.43	c received 4 units and 237142 clauses from SatELite
121.34/121.43	c 8625 assignments made, starting to guess now
121.34/121.43	c ===================================[MXC]=====================================
121.34/121.43	c | Conflicts |                Clause Statistics                   |   Vars   |
121.34/121.43	c |           |    CARD     BIN      O3+      L3+   L3+Lim  Lit/CL |          |
121.34/121.43	c =============================================================================
121.34/121.43	c |         0 |       0  206361    30781        0        0     nan |    24604 |
121.34/121.43	c |       100 |       0  206363    30781       98     1050    27.7 |    15979 |
121.34/121.43	c |       210 |       0  206363    30781      208     1105    49.4 |    15979 |
121.34/121.43	c |       441 |       0  206363    30781      439     1220    42.2 |    15979 |
121.34/121.43	c |       805 |       0  206364    30781      802     1402    37.8 |    15979 |
121.34/121.43	c |      1315 |       0  206368    30781     1308     1657    38.4 |    15979 |
121.34/121.43	c |      1986 |       0  206368    30781     1979     1993    39.4 |    15979 |
121.34/121.43	c |      2834 |       0  206373    30781     1845     2417    39.9 |    15979 |
121.34/121.43	c |      3876 |       0  206374    30781     2886     2938    39.4 |    15979 |
121.34/121.43	c |      5132 |       0  206380    30781     2677     3566    35.2 |    15979 |
121.34/121.43	c |      6623 |       0  206381    30781     4167     4311    36.8 |    15979 |
121.34/121.43	c |      8373 |       0  206384    30781     3689     5186    36.7 |    15979 |
121.34/121.43	c |     10408 |       0  206385    30781     5723     6204    38.6 |    15979 |
121.34/121.43	c |     12756 |       0  206388    30781     4732     7378    38.8 |    15979 |
121.34/121.43	c |     15449 |       0  206392    30781     7421     8724    40.5 |    15979 |
121.34/121.43	c |     18521 |       0  206393    30781     5489    10260    44.1 |    15979 |
121.34/121.43	c |     22010 |       0  206395    30781     8976    12005    44.6 |    15979 |
121.34/121.43	c |     25958 |       0  206400    30781    12919    13979    46.6 |    15979 |
121.34/121.43	c |     30411 |       0  206430    30781     9835    16205    42.8 |    15979 |
121.34/121.43	c |     35419 |       0  206437    30781    14836    18709    42.4 |    15979 |
121.34/121.43	c |     41038 |       0  206459    30781    20433    21519    43.3 |    15979 |
121.34/121.43	c |     47329 |       0  206475    30781    15427    24664    42.9 |    15979 |
121.34/121.43	c |     54360 |       0  206485    30781    22448    28180    45.0 |    15979 |
121.34/121.43	c |     62205 |       0  206494    30781    30284    32102    46.8 |    15979 |
121.34/121.43	c |     70945 |       0  206546    30781    22033    36472    45.2 |    15979 |
121.34/121.43	c |     80669 |       0  206565    30781    31738    41334    49.7 |    15979 |
121.34/121.43	c |     91476 |       0  206578    30781    42532    46738    53.4 |    15979 |
121.34/121.43	c |    103474 |       0  206583    30781    29060    52737    52.4 |    15979 |
121.34/121.43	c |    116782 |       0  206598    30781    42353    59391    49.9 |    15979 |
121.34/121.43	c |    131532 |       0  206615    30781    57086    66766    46.6 |    15979 |
121.34/121.43	c |    147868 |       0  206621    30781    73416    74934    43.2 |    15979 |
121.34/121.43	c |    165948 |       0  206654    30781    53246    83974    42.6 |    15979 |
121.34/121.43	c |    185947 |       0  206671    30781    73228    93973    46.6 |    15979 |
121.34/121.43	c |    208057 |       0  206689    30781    95320   105028    48.2 |    15979 |
121.34/121.43	c |    232489 |       0  206704    30781    62372   117244    40.9 |    15979 |
121.34/121.43	c |    259475 |       0  206762    30781    89300   130737    44.1 |    15979 |
121.34/121.43	c |    289271 |       0  206811    30781   119047   145635    45.1 |    15979 |
121.34/121.43	c |    322158 |       0  206837    30781   151908   162079    46.3 |    15979 |
121.34/121.43	c |    358445 |       0  206866    30781   102038   180222    47.2 |    15979 |
121.34/121.43	c |    398472 |       0  206924    30781   142007   200236    48.5 |    15979 |
121.34/121.43	c |    442613 |       0  206935    30781   186137   222306    48.6 |    15979 |
121.34/121.43	c |    491279 |       0  206970    30781   234768   246639    48.2 |    15979 |
121.34/121.43	c |    544923 |       0  207008    30781   15

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-1773207-1241298809/watcher-1773207-1241298809 -o /tmp/evaluation-result-1773207-1241298809/solver-1773207-1241298809 -C 10000 -W 12000 -M 1800 HOME/mxc-sat09 -i HOME/instance-1773207-1241298809.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.13 2.60 3.39 3/64 25885
/proc/meminfo: memFree=1931392/2055920 swapFree=4181456/4192956
[pid=25885] ppid=25883 vsize=5620 CPUtime=0
/proc/25885/stat : 25885 (mxc-sat09) R 25883 25885 25794 0 -1 4194304 741 0 0 0 0 0 0 0 18 0 1 0 157913910 5754880 728 1992294400 134512640 135192793 4294956224 18446744073709551615 134779278 0 0 4096 0 0 0 0 17 1 0 0
/proc/25885/statm: 1405 733 46 166 0 1236 0

[startup+0.0299639 s]
/proc/loadavg: 1.13 2.60 3.39 3/64 25885
/proc/meminfo: memFree=1931392/2055920 swapFree=4181456/4192956
[pid=25885] ppid=25883 vsize=11984 CPUtime=0.02
/proc/25885/stat : 25885 (mxc-sat09) R 25883 25885 25794 0 -1 4194304 2550 0 0 0 1 1 0 0 18 0 1 0 157913910 12271616 2536 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/25885/statm: 2996 2541 54 166 0 2827 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11984

[startup+0.101974 s]
/proc/loadavg: 1.13 2.60 3.39 3/64 25885
/proc/meminfo: memFree=1931392/2055920 swapFree=4181456/4192956
[pid=25885] ppid=25883 vsize=17116 CPUtime=0.09
/proc/25885/stat : 25885 (mxc-sat09) R 25883 25885 25794 0 -1 4194304 3746 0 0 0 7 2 0 0 18 0 1 0 157913910 17526784 3732 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/25885/statm: 4279 3733 54 166 0 4110 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17116

[startup+0.302006 s]
/proc/loadavg: 1.13 2.60 3.39 3/64 25885
/proc/meminfo: memFree=1931392/2055920 swapFree=4181456/4192956
[pid=25885] ppid=25883 vsize=22408 CPUtime=0.29
/proc/25885/stat : 25885 (mxc-sat09) R 25883 25885 25794 0 -1 4194304 6253 0 0 0 26 3 0 0 19 0 1 0 157913910 22945792 5045 1992294400 134512640 135192793 4294956224 18446744073709551615 134567773 0 0 4096 0 0 0 0 17 1 0 0
/proc/25885/statm: 5602 5045 56 166 0 5433 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22408

[startup+0.701069 s]
/proc/loadavg: 1.13 2.60 3.39 3/64 25885
/proc/meminfo: memFree=1931392/2055920 swapFree=4181456/4192956
[pid=25885] ppid=25883 vsize=25732 CPUtime=0.69
/proc/25885/stat : 25885 (mxc-sat09) R 25883 25885 25794 0 -1 4194304 7134 0 0 0 66 3 0 0 22 0 1 0 157913910 26349568 5926 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/25885/statm: 6433 5926 56 166 0 6264 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25732

[startup+1.5012 s]
/proc/loadavg: 1.13 2.60 3.39 2/65 25886
/proc/meminfo: memFree=1906232/2055920 swapFree=4181456/4192956
[pid=25885] ppid=25883 vsize=28424 CPUtime=1.49
/proc/25885/stat : 25885 (mxc-sat09) R 25883 25885 25794 0 -1 4194304 7715 0 0 0 146 3 0 0 25 0 1 0 157913910 29106176 6507 1992294400 134512640 135192793 4294956224 18446744073709551615 134573917 0 0 4096 0 0 0 0 17 1 0 0
/proc/25885/statm: 7106 6507 56 166 0 6937 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28424

[startup+3.10145 s]
/proc/loadavg: 1.12 2.57 3.38 2/65 25886
/proc/meminfo: memFree=1905080/2055920 swapFree=4181456/4192956
[pid=25885] ppid=25883 vsize=29484 CPUtime=3.09
/proc/25885/stat : 25885 (mxc-sat09) R 25883 25885 25794 0 -1 4194304 8971 0 0 0 305 4 0 0 25 0 1 0 157913910 30191616 6944 1992294400 134512640 135192793 4294956224 18446744073709551615 134533164 0 0 4096 0 0 0 0 17 1 0 0
/proc/25885/statm: 7371 6944 73 166 0 7202 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29484

[startup+6.30196 s]
/proc/loadavg: 1.12 2.57 3.38 2/65 25886
/proc/meminfo: memFree=1901696/2055920 swapFree=4181456/4192956
[pid=25885] ppid=25883 vsize=32048 CPUtime=6.28
/proc/25885/stat : 25885 (mxc-sat09) R 25883 25885 25794 0 -1 4194304 9631 0 0 0 624 4 0 0 25 0 1 0 157913910 32817152 7604 1992294400 134512640 135192793 4294956224 18446744073709551615 134547941 0 0 4096 0 0 0 0 17 1 0 0
/proc/25885/statm: 8012 7604 73 166 0 7843 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 32048

[startup+12.702 s]
/proc/loadavg: 1.10 2.52 3.35 2/65 25886
/proc/meminfo: memFree=1896320/2055920 swapFree=4181456/4192956
[pid=25885] ppid=25883 vsize=36852 CPUtime=12.69
/proc/25885/stat : 25885 (mxc-sat09) R 25883 25885 25794 0 -1 4194304 10804 0 0 0 1263 6 0 0 25 0 1 0 157913910 37736448 8777 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/25885/statm: 9213 8777 73 166 0 9044 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 36852

[startup+25.502 s]
/proc/loadavg: 1.08 2.47 3.32 2/65 25886
/proc/meminfo: memFree=1884416/2055920 swapFree=4181456/4192956
[pid=25885] ppid=25883 vsize=48812 CPUtime=25.49
/proc/25885/stat : 25885 (mxc-sat09) R 25883 25885 25794 0 -1 4194304 13726 0 0 0 2541 8 0 0 25 0 1 0 157913910 49983488 11699 1992294400 134512640 135192793 4294956224 18446744073709551615 134534170 0 0 4096 0 0 0 0 17 1 0 0
/proc/25885/statm: 12203 11699 73 166 0 12034 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 48812

[startup+51.1011 s]
/proc/loadavg: 1.06 2.35 3.26 2/65 25886
/proc/meminfo: memFree=1863808/2055920 swapFree=4181456/4192956
[pid=25885] ppid=25883 vsize=70720 CPUtime=51.07
/proc/25885/stat : 25885 (mxc-sat09) R 25883 25885 25794 0 -1 4194304 18874 0 0 0 5096 11 0 0 25 0 1 0 157913910 72417280 16847 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/25885/statm: 17680 16847 73 166 0 17511 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 70720

[startup+102.305 s]
/proc/loadavg: 1.02 2.12 3.13 2/65 25886
/proc/meminfo: memFree=1823744/2055920 swapFree=4181456/4192956
[pid=25885] ppid=25883 vsize=111784 CPUtime=102.26
/proc/25885/stat : 25885 (mxc-sat09) R 25883 25885 25794 0 -1 4194304 28916 0 0 0 10206 20 0 0 25 0 1 0 157913910 114466816 26889 1992294400 134512640 135192793 4294956224 18446744073709551615 134551008 0 0 4096 0 0 0 0 17 1 0 0
/proc/25885/statm: 27946 26889 73 166 0 27777 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 111784

[startup+162.302 s]
/proc/loadavg: 1.01 1.93 3.00 2/65 25886
/proc/meminfo: memFree=1793088/2055920 swapFree=4181456/4192956
[pid=25885] ppid=25883 vsize=145604 CPUtime=162.24
/proc/25885/stat : 25885 (mxc-sat09) R 25883 25885 25794 0 -1 4194304 36740 0 0 0 16196 28 0 0 25 0 1 0 157913910 149098496 34713 1992294400 134512640 135192793 4294956224 18446744073709551615 134533900 0 0 4096 0 0 0 0 17 1 0 0
/proc/25885/statm: 36401 34713 74 166 0 36232 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 145604

[startup+222.302 s]
/proc/loadavg: 1.00 1.74 2.86 2/65 25886
/proc/meminfo: memFree=1772096/2055920 swapFree=4181456/4192956
[pid=25885] ppid=25883 vsize=166132 CPUtime=222.22
/proc/25885/stat : 25885 (mxc-sat09) R 25883 25885 25794 0 -1 4194304 41772 0 0 0 22189 33 0 0 25 0 1 0 157913910 170119168 39745 1992294400 134512640 135192793 4294956224 18446744073709551615 134550695 0 0 4096 0 0 0 0 17 1 0 0
/proc/25885/statm: 41533 39745 74 166 0 41364 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 166132

[startup+282.301 s]
/proc/loadavg: 1.00 1.62 2.75 2/65 25886
/proc/meminfo: memFree=1751360/2055920 swapFree=4181456/4192956
[pid=25885] ppid=25883 vsize=190348 CPUtime=282.2
/proc/25885/stat : 25885 (mxc-sat09) R 25883 25885 25794 0 -1 4194304 47131 0 0 0 28181 39 0 0 25 0 1 0 157913910 194916352 45104 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/25885/statm: 47587 45104 74 166 0 47418 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 190348

[startup+342.302 s]
/proc/loadavg: 1.00 1.49 2.63 2/65 25886
/proc/meminfo: memFree=1749440/2055920 swapFree=4181456/4192956
[pid=25885] ppid=25883 vsize=191404 CPUtime=342.18
/proc/25885/stat : 25885 (mxc-sat09) R 25883 25885 25794 0 -1 4194304 47392 0 0 0 34179 39 0 0 25 0 1 0 157913910 195997696 45365 1992294400 134512640 135192793 4294956224 18446744073709551615 134549692 0 0 4096 0 0 0 0 17 1 0 0
/proc/25885/statm: 47851 45365 74 166 0 47682 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 191404

[startup+402.301 s]
/proc/loadavg: 1.00 1.41 2.54 2/65 25886
/proc/meminfo: memFree=1745664/2055920 swapFree=4181456/4192956
[pid=25885] ppid=25883 vsize=196788 CPUtime=402.15
/proc/25885/stat : 25885 (mxc-sat09) R 25883 25885 25794 0 -1 4194304 48343 0 0 0 40176 39 0 0 25 0 1 0 157913910 201510912 46316 1992294400 134512640 135192793 4294956224 18446744073709551615 134550695 0 0 4096 0 0 0 0 17 1 0 0
/proc/25885/statm: 49197 46316 74 166 0 49028 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 196788

[startup+462.302 s]
/proc/loadavg: 1.00 1.33 2.44 2/65 25886
/proc/meminfo: memFree=1737600/2055920 swapFree=4181456/4192956
[pid=25885] ppid=25883 vsize=205676 CPUtime=462.14
/proc/25885/stat : 25885 (mxc-sat09) R 25883 25885 25794 0 -1 4194304 50338 0 0 0 46172 42 0 0 25 0 1 0 157913910 210612224 48311 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/25885/statm: 51419 48311 74 166 0 51250 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 205676

[startup+522.301 s]
/proc/loadavg: 1.00 1.27 2.35 2/65 25886
/proc/meminfo: memFree=1735232/2055920 swapFree=4181456/4192956
[pid=25885] ppid=25883 vsize=208752 CPUtime=522.11
/proc/25885/stat : 25885 (mxc-sat09) R 25883 25885 25794 0 -1 4194304 51004 0 0 0 52169 42 0 0 25 0 1 0 157913910 213762048 48977 1992294400 134512640 135192793 4294956224 18446744073709551615 134533224 0 0 4096 0 0 0 0 17 1 0 0
/proc/25885/statm: 52188 48977 74 166 0 52019 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 208752

[startup+582.302 s]
/proc/loadavg: 1.00 1.22 2.26 2/65 25886
/proc/meminfo: memFree=1729344/2055920 swapFree=4181456/4192956
[pid=25885] ppid=25883 vsize=215856 CPUtime=582.09
/proc/25885/stat : 25885 (mxc-sat09) R 25883 25885 25794 0 -1 4194304 52389 0 0 0 58165 44 0 0 25 0 1 0 157913910 221036544 50362 1992294400 134512640 135192793 4294956224 18446744073709551615 134550388 0 0 4096 0 0 0 0 17 1 0 0
/proc/25885/statm: 53964 50362 74 166 0 53795 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 215856

[startup+642.302 s]
/proc/loadavg: 1.00 1.17 2.17 2/65 25886
/proc/meminfo: memFree=1729280/2055920 swapFree=4181456/4192956
[pid=25885] ppid=25883 vsize=215856 CPUtime=642.08
/proc/25885/stat : 25885 (mxc-sat09) R 25883 25885 25794 0 -1 4194304 52390 0 0 0 64164 44 0 0 25 0 1 0 157913910 221036544 50363 1992294400 134512640 135192793 4294956224 18446744073709551615 134744676 0 0 4096 0 0 0 0 17 1 0 0
/proc/25885/statm: 53964 50363 74 166 0 53795 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 215856

[startup+702.301 s]

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

[startup+9102.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25904
/proc/meminfo: memFree=1599808/2055920 swapFree=4181456/4192956
[pid=25885] ppid=25883 vsize=351064 CPUtime=9099.18
/proc/25885/stat : 25885 (mxc-sat09) R 25883 25885 25794 0 -1 4194304 83644 0 0 0 909826 92 0 0 25 0 1 0 157913910 359489536 81617 1992294400 134512640 135192793 4294956224 18446744073709551615 134533294 0 0 4096 0 0 0 0 17 1 0 0
/proc/25885/statm: 87766 81617 74 166 0 87597 0
Current children cumulated CPU time (s) 9099.18
Current children cumulated vsize (KiB) 351064

[startup+9162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25904
/proc/meminfo: memFree=1599744/2055920 swapFree=4181456/4192956
[pid=25885] ppid=25883 vsize=351064 CPUtime=9159.16
/proc/25885/stat : 25885 (mxc-sat09) R 25883 25885 25794 0 -1 4194304 83649 0 0 0 915824 92 0 0 25 0 1 0 157913910 359489536 81622 1992294400 134512640 135192793 4294956224 18446744073709551615 134549771 0 0 4096 0 0 0 0 17 1 0 0
/proc/25885/statm: 87766 81622 74 166 0 87597 0
Current children cumulated CPU time (s) 9159.16
Current children cumulated vsize (KiB) 351064

[startup+9222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25904
/proc/meminfo: memFree=1599744/2055920 swapFree=4181456/4192956
[pid=25885] ppid=25883 vsize=351064 CPUtime=9219.14
/proc/25885/stat : 25885 (mxc-sat09) R 25883 25885 25794 0 -1 4194304 83649 0 0 0 921822 92 0 0 25 0 1 0 157913910 359489536 81622 1992294400 134512640 135192793 4294956224 18446744073709551615 134549695 0 0 4096 0 0 0 0 17 1 0 0
/proc/25885/statm: 87766 81622 74 166 0 87597 0
Current children cumulated CPU time (s) 9219.14
Current children cumulated vsize (KiB) 351064

[startup+9282.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 25904
/proc/meminfo: memFree=1599680/2055920 swapFree=4181456/4192956
[pid=25885] ppid=25883 vsize=351064 CPUtime=9279.11
/proc/25885/stat : 25885 (mxc-sat09) R 25883 25885 25794 0 -1 4194304 83649 0 0 0 927819 92 0 0 25 0 1 0 157913910 359489536 81622 1992294400 134512640 135192793 4294956224 18446744073709551615 134552442 0 0 4096 0 0 0 0 17 1 0 0
/proc/25885/statm: 87766 81622 74 166 0 87597 0
Current children cumulated CPU time (s) 9279.11
Current children cumulated vsize (KiB) 351064

[startup+9342.31 s]
/proc/loadavg: 1.05 1.02 1.00 2/65 25904
/proc/meminfo: memFree=1599552/2055920 swapFree=4181456/4192956
[pid=25885] ppid=25883 vsize=351064 CPUtime=9339.1
/proc/25885/stat : 25885 (mxc-sat09) R 25883 25885 25794 0 -1 4194304 83667 0 0 0 933818 92 0 0 25 0 1 0 157913910 359489536 81640 1992294400 134512640 135192793 4294956224 18446744073709551615 134534233 0 0 4096 0 0 0 0 17 1 0 0
/proc/25885/statm: 87766 81640 74 166 0 87597 0
Current children cumulated CPU time (s) 9339.1
Current children cumulated vsize (KiB) 351064

[startup+9402.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 25904
/proc/meminfo: memFree=1597696/2055920 swapFree=4181456/4192956
[pid=25885] ppid=25883 vsize=352648 CPUtime=9399.07
/proc/25885/stat : 25885 (mxc-sat09) R 25883 25885 25794 0 -1 4194304 84130 0 0 0 939814 93 0 0 25 0 1 0 157913910 361111552 82103 1992294400 134512640 135192793 4294956224 18446744073709551615 134549692 0 0 4096 0 0 0 0 17 1 0 0
/proc/25885/statm: 88162 82103 74 166 0 87993 0
Current children cumulated CPU time (s) 9399.07
Current children cumulated vsize (KiB) 352648

[startup+9462.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 25904
/proc/meminfo: memFree=1597632/2055920 swapFree=4181456/4192956
[pid=25885] ppid=25883 vsize=352648 CPUtime=9459.05
/proc/25885/stat : 25885 (mxc-sat09) R 25883 25885 25794 0 -1 4194304 84130 0 0 0 945812 93 0 0 25 0 1 0 157913910 361111552 82103 1992294400 134512640 135192793 4294956224 18446744073709551615 134549692 0 0 4096 0 0 0 0 17 1 0 0
/proc/25885/statm: 88162 82103 74 166 0 87993 0
Current children cumulated CPU time (s) 9459.05
Current children cumulated vsize (KiB) 352648

[startup+9522.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 25904
/proc/meminfo: memFree=1597632/2055920 swapFree=4181456/4192956
[pid=25885] ppid=25883 vsize=352648 CPUtime=9519.03
/proc/25885/stat : 25885 (mxc-sat09) R 25883 25885 25794 0 -1 4194304 84130 0 0 0 951810 93 0 0 25 0 1 0 157913910 361111552 82103 1992294400 134512640 135192793 4294956224 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/25885/statm: 88162 82103 74 166 0 87993 0
Current children cumulated CPU time (s) 9519.03
Current children cumulated vsize (KiB) 352648

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25904
/proc/meminfo: memFree=1597184/2055920 swapFree=4181456/4192956
[pid=25885] ppid=25883 vsize=353292 CPUtime=9579.02
/proc/25885/stat : 25885 (mxc-sat09) R 25883 25885 25794 0 -1 4194304 84230 0 0 0 957808 94 0 0 25 0 1 0 157913910 361771008 82203 1992294400 134512640 135192793 4294956224 18446744073709551615 134534243 0 0 4096 0 0 0 0 17 1 0 0
/proc/25885/statm: 88323 82203 74 166 0 88154 0
Current children cumulated CPU time (s) 9579.02
Current children cumulated vsize (KiB) 353292

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25904
/proc/meminfo: memFree=1597120/2055920 swapFree=4181456/4192956
[pid=25885] ppid=25883 vsize=353292 CPUtime=9638.99
/proc/25885/stat : 25885 (mxc-sat09) R 25883 25885 25794 0 -1 4194304 84236 0 0 0 963805 94 0 0 25 0 1 0 157913910 361771008 82209 1992294400 134512640 135192793 4294956224 18446744073709551615 134549684 0 0 4096 0 0 0 0 17 1 0 0
/proc/25885/statm: 88323 82209 74 166 0 88154 0
Current children cumulated CPU time (s) 9638.99
Current children cumulated vsize (KiB) 353292

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25904
/proc/meminfo: memFree=1597120/2055920 swapFree=4181456/4192956
[pid=25885] ppid=25883 vsize=353292 CPUtime=9698.97
/proc/25885/stat : 25885 (mxc-sat09) R 25883 25885 25794 0 -1 4194304 84236 0 0 0 969803 94 0 0 25 0 1 0 157913910 361771008 82209 1992294400 134512640 135192793 4294956224 18446744073709551615 134549692 0 0 4096 0 0 0 0 17 1 0 0
/proc/25885/statm: 88323 82209 74 166 0 88154 0
Current children cumulated CPU time (s) 9698.97
Current children cumulated vsize (KiB) 353292

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25904
/proc/meminfo: memFree=1597056/2055920 swapFree=4181456/4192956
[pid=25885] ppid=25883 vsize=353292 CPUtime=9758.95
/proc/25885/stat : 25885 (mxc-sat09) R 25883 25885 25794 0 -1 4194304 84236 0 0 0 975801 94 0 0 25 0 1 0 157913910 361771008 82209 1992294400 134512640 135192793 4294956224 18446744073709551615 134534148 0 0 4096 0 0 0 0 17 1 0 0
/proc/25885/statm: 88323 82209 74 166 0 88154 0
Current children cumulated CPU time (s) 9758.95
Current children cumulated vsize (KiB) 353292

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25904
/proc/meminfo: memFree=1596928/2055920 swapFree=4181456/4192956
[pid=25885] ppid=25883 vsize=353292 CPUtime=9818.93
/proc/25885/stat : 25885 (mxc-sat09) R 25883 25885 25794 0 -1 4194304 84252 0 0 0 981799 94 0 0 25 0 1 0 157913910 361771008 82225 1992294400 134512640 135192793 4294956224 18446744073709551615 134533297 0 0 4096 0 0 0 0 17 1 0 0
/proc/25885/statm: 88323 82225 74 166 0 88154 0
Current children cumulated CPU time (s) 9818.93
Current children cumulated vsize (KiB) 353292

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25904
/proc/meminfo: memFree=1596864/2055920 swapFree=4181456/4192956
[pid=25885] ppid=25883 vsize=353292 CPUtime=9878.91
/proc/25885/stat : 25885 (mxc-sat09) R 25883 25885 25794 0 -1 4194304 84257 0 0 0 987797 94 0 0 25 0 1 0 157913910 361771008 82230 1992294400 134512640 135192793 4294956224 18446744073709551615 134549692 0 0 4096 0 0 0 0 17 1 0 0
/proc/25885/statm: 88323 82230 74 166 0 88154 0
Current children cumulated CPU time (s) 9878.91
Current children cumulated vsize (KiB) 353292

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25904
/proc/meminfo: memFree=1596864/2055920 swapFree=4181456/4192956
[pid=25885] ppid=25883 vsize=353292 CPUtime=9938.89
/proc/25885/stat : 25885 (mxc-sat09) R 25883 25885 25794 0 -1 4194304 84257 0 0 0 993795 94 0 0 25 0 1 0 157913910 361771008 82230 1992294400 134512640 135192793 4294956224 18446744073709551615 134550388 0 0 4096 0 0 0 0 17 1 0 0
/proc/25885/statm: 88323 82230 74 166 0 88154 0
Current children cumulated CPU time (s) 9938.89
Current children cumulated vsize (KiB) 353292

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25904
/proc/meminfo: memFree=1596800/2055920 swapFree=4181456/4192956
[pid=25885] ppid=25883 vsize=353292 CPUtime=9998.88
/proc/25885/stat : 25885 (mxc-sat09) R 25883 25885 25794 0 -1 4194304 84257 0 0 0 999793 95 0 0 25 0 1 0 157913910 361771008 82230 1992294400 134512640 135192793 4294956224 18446744073709551615 134550401 0 0 4096 0 0 0 0 17 1 0 0
/proc/25885/statm: 88323 82230 74 166 0 88154 0
Current children cumulated CPU time (s) 9998.88
Current children cumulated vsize (KiB) 353292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10003.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25904
/proc/meminfo: memFree=1596800/2055920 swapFree=4181456/4192956
[pid=25885] ppid=25883 vsize=353292 CPUtime=10000.1
/proc/25885/stat : 25885 (mxc-sat09) R 25883 25885 25794 0 -1 4194304 84257 0 0 0 999913 95 0 0 25 0 1 0 157913910 361771008 82230 1992294400 134512640 135192793 4294956224 18446744073709551615 134533309 0 0 4096 0 0 0 0 17 1 0 0
/proc/25885/statm: 88323 82230 74 166 0 88154 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 353292

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

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

[startup+10003.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25904
/proc/meminfo: memFree=1596800/2055920 swapFree=4181456/4192956
[pid=25885] ppid=25883 vsize=353292 CPUtime=10000.1
/proc/25885/stat : 25885 (mxc-sat09) R 25883 25885 25794 0 -1 4194304 84257 0 0 0 999913 95 0 0 25 0 1 0 157913910 361771008 82230 1992294400 134512640 135192793 4294956224 18446744073709551615 134533309 0 0 4096 0 0 0 0 17 1 0 0
/proc/25885/statm: 88323 82230 74 166 0 88154 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 353292

Child ended because it received signal 15 (SIGTERM)
Real time (s): 10003.6
CPU time (s): 10000.1
CPU user time (s): 9999.13
CPU system time (s): 1.00485
CPU usage (%): 99.9658
Max. virtual memory (cumulated for all children) (KiB): 353292

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

runsolver used 7.80981 second user time and 21.4507 second system time

The end

Launcher Data

Begin job on node26 at 2009-05-02 23:13:29
IDJOB=1773207
IDBENCH=20573
IDSOLVER=613
FILE ID=node26/1773207-1241298809
PBS_JOBID= 9225187
Free space on /tmp= 66504 MiB

SOLVER NAME= MXC 2009-03-10
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq1.cnf
COMMAND LINE= HOME/mxc-sat09 -i BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773207-1241298809/watcher-1773207-1241298809 -o /tmp/evaluation-result-1773207-1241298809/solver-1773207-1241298809 -C 10000 -W 12000 -M 1800  HOME/mxc-sat09 -i HOME/instance-1773207-1241298809.cnf

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

MD5SUM BENCH= 9158de01004aff62af67cbb9db5bcbbb
RANDOM SEED=609130181

node26.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:       1931808 kB
Buffers:         12284 kB
Cached:          45540 kB
SwapCached:       5144 kB
Active:          30432 kB
Inactive:        35028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1931808 kB
SwapTotal:     4192956 kB
SwapFree:      4181456 kB
Dirty:            5472 kB
Writeback:           0 kB
Mapped:          13544 kB
Slab:            44680 kB
Committed_AS:   666796 kB
PageTables:       1368 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= 66504 MiB
End job on node26 at 2009-05-03 02:00:15