Trace number 1719273

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.13 1200.59

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq3.cnf
MD5SUMba6236c6cc840bb0208f73665843c375
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark430.832
Satisfiable
(Un)Satisfiability was proved
Number of variables69789
Number of clauses968295
Sum of the clauses size2788367
Maximum clause length110
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2899512
Number of clauses of size 316116
Number of clauses of size 43707
Number of clauses of size 56480
Number of clauses of size over 542479

Solver Data

238.18/238.39	c starting MXC with:
238.18/238.39	c cnf_path = HOME/instance-1719273-1240645249.cnf
238.18/238.39	c restart_strategy = auto
238.18/238.39	c sign_strategy = cached
238.18/238.39	c use_preprocessing = -1
238.18/238.39	c output_implicant = 1
238.18/238.39	c timeout_seconds = 0
238.18/238.39	c running SatELite... done
238.18/238.39	c 18643 vars eliminated
238.18/238.39	c received 7 units and 907109 clauses from SatELite
238.18/238.39	c 18649 assignments made, starting to guess now
238.18/238.39	c ===================================[MXC]=====================================
238.18/238.39	c | Conflicts |                Clause Statistics                   |   Vars   |
238.18/238.39	c |           |    CARD     BIN      O3+      L3+   L3+Lim  Lit/CL |          |
238.18/238.39	c =============================================================================
238.18/238.39	c |         0 |       0  804944   102165        0        0     nan |    69789 |
238.18/238.39	c |       100 |       0  804946   102165       98     1050    25.0 |    51140 |
238.18/238.39	c |       210 |       0  804947   102165      207     1105    24.8 |    51140 |
238.18/238.39	c |       441 |       0  804947   102165      438     1220    32.8 |    51140 |
238.18/238.39	c |       805 |       0  804947   102165      802     1402    37.1 |    51140 |
238.18/238.39	c |      1315 |       0  804947   102165     1312     1657    37.5 |    51140 |
238.18/238.39	c |      1986 |       0  804947   102165     1983     1993    39.7 |    51140 |
238.18/238.39	c |      2834 |       0  804947   102165     1832     2417    42.3 |    51140 |
238.18/238.39	c |      3876 |       0  804942   102164     2871     2938    43.7 |    51139 |
238.18/238.39	c |      5132 |       0  804952   102164     2614     3566    40.7 |    51139 |
238.18/238.39	c |      6623 |       0  804957   102164     4100     4311    41.3 |    51139 |
238.18/238.39	c |      8373 |       0  804959   102164     3592     5186    40.5 |    51139 |
238.18/238.39	c |     10408 |       0  804965   102164     5621     6204    42.8 |    51139 |
238.18/238.39	c |     12756 |       0  804965   102164     4589     7378    46.8 |    51139 |
238.18/238.39	c |     15449 |       0  804968   102164     7279     8724    46.4 |    51139 |
238.18/238.39	c |     18521 |       0  804972   102164     5283    10260    41.3 |    51139 |
238.18/238.39	c |     22010 |       0  804983   102164     8761    12005    42.7 |    51139 |
238.18/238.39	c |     25958 |       0  804992   102164    12700    13979    42.7 |    51139 |
238.18/238.39	c |     30411 |       0  804999   102164     9536    16205    42.3 |    51139 |
238.18/238.39	c |     35419 |       0  805002   102164    14541    18709    43.2 |    51139 |
238.18/238.39	c |     41038 |       0  805005   102164    20157    21519    42.5 |    51139 |
238.18/238.39	c |     47329 |       0  805010   102164    15019    24664    38.8 |    51139 |
238.18/238.39	c |     54360 |       0  805015   102164    22045    28180    37.1 |    51139 |
238.18/238.39	c |     62205 |       0  805015   102164    29890    32102    35.5 |    51139 |
238.18/238.39	c |     70945 |       0  805020   102164    21483    36472    37.6 |    51139 |
238.18/238.39	c |     80669 |       0  805036   102164    31191    41334    42.6 |    51139 |
238.18/238.39	c |     91476 |       0  805046   102164    41988    46738    46.7 |    51139 |
238.18/238.39	c |    103474 |       0  805057   102164    28278    52737    53.1 |    51139 |
238.18/238.39	c |    116782 |       0  805062   102164    41581    59391    49.4 |    51139 |
238.18/238.39	c |    131532 |       0  805073   102164    56320    66766    44.0 |    51139 |
238.18/238.39	c |    147868 |       0  805094   102164    72635    74934    47.9 |    51139 |
238.18/238.39	c |    165948 |       0  805107   102164    52106    83974    62.7 |    51139 |
238.18/238.39	c |    185947 |       0  805131   102164    72081    93973    64.1 |    51139 |
238.18/238.39	c |    208057 |       0  805213   102163    94101   105028    63.0 |    51138 |
238.18/238.39	c |    232489 |       0  805247   102163    60556   117244    62.8 |    51138 |
238.18/238.39	c |    259475 |       0  805313   102163    87476   130737    67.4 |    51138 |
238.18/238.39	c |    289271 |       0  805346   102163   117239   145635    73.8 |    51138 |
238.18/238.39	c |    322158 |       0  805410   102163   150062   162079    76.6 |    51138 |
238.18/238.39	c |    358445 |       0  805484   102163    99365   180222    67.9 |    51138 |
238.18/238.39	c |    398472 |       0  805554   102163   139322   200236    70.1 |    51138 |
238.18/238.39	c |    442613 |       0  805626   102163   183391   222306    73.6 |    51138 |
238.18/238.39	c |    491279 |       0  805690   102163   231993   246639    76.6 |    51138 |
238.18/238.39	c |    544923 |       0  805774   102163   

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-1719273-1240645249/watcher-1719273-1240645249 -o /tmp/evaluation-result-1719273-1240645249/solver-1719273-1240645249 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/mxc-sat09 -i HOME/instance-1719273-1240645249.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.12 2/64 17137
/proc/meminfo: memFree=1275576/2055920 swapFree=4124000/4192956
[pid=17137] ppid=17135 vsize=19596 CPUtime=0
/proc/17137/stat : 17137 (mxc-sat09) R 17135 17137 16690 0 -1 4194304 343 0 0 0 0 0 0 0 20 0 1 0 92559105 20066304 329 1992294400 134512640 135192793 4294956208 18446744073709551615 134779278 0 0 4096 0 0 0 0 17 1 0 0
/proc/17137/statm: 4899 335 46 166 0 4730 0

[startup+0.0642309 s]
/proc/loadavg: 1.00 1.00 1.12 2/64 17137
/proc/meminfo: memFree=1275576/2055920 swapFree=4124000/4192956
[pid=17137] ppid=17135 vsize=40840 CPUtime=0.05
/proc/17137/stat : 17137 (mxc-sat09) R 17135 17137 16690 0 -1 4194304 7881 0 0 0 2 3 0 0 20 0 1 0 92559105 41820160 7865 1992294400 134512640 135192793 4294956208 18446744073709551615 134539568 0 0 4096 0 0 0 0 17 1 0 0
/proc/17137/statm: 10210 7865 54 166 0 10041 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 40840

[startup+0.101236 s]
/proc/loadavg: 1.00 1.00 1.12 2/64 17137
/proc/meminfo: memFree=1275576/2055920 swapFree=4124000/4192956
[pid=17137] ppid=17135 vsize=43276 CPUtime=0.08
/proc/17137/stat : 17137 (mxc-sat09) R 17135 17137 16690 0 -1 4194304 8444 0 0 0 5 3 0 0 20 0 1 0 92559105 44314624 8428 1992294400 134512640 135192793 4294956208 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/17137/statm: 10819 8429 54 166 0 10650 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 43276

[startup+0.301272 s]
/proc/loadavg: 1.00 1.00 1.12 2/64 17137
/proc/meminfo: memFree=1275576/2055920 swapFree=4124000/4192956
[pid=17137] ppid=17135 vsize=56456 CPUtime=0.29
/proc/17137/stat : 17137 (mxc-sat09) R 17135 17137 16690 0 -1 4194304 11651 0 0 0 24 5 0 0 21 0 1 0 92559105 57810944 11635 1992294400 134512640 135192793 4294956208 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/17137/statm: 14114 11635 54 166 0 13945 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56456

[startup+0.701346 s]
/proc/loadavg: 1.00 1.00 1.12 2/64 17137
/proc/meminfo: memFree=1275576/2055920 swapFree=4124000/4192956
[pid=17137] ppid=17135 vsize=80748 CPUtime=0.68
/proc/17137/stat : 17137 (mxc-sat09) R 17135 17137 16690 0 -1 4194304 17763 0 0 0 61 7 0 0 25 0 1 0 92559105 82685952 17747 1992294400 134512640 135192793 4294956208 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/17137/statm: 20187 17748 54 166 0 20018 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 80748

[startup+1.5015 s]
/proc/loadavg: 1.00 1.00 1.12 2/65 17138
/proc/meminfo: memFree=1205496/2055920 swapFree=4124000/4192956
[pid=17137] ppid=17135 vsize=80136 CPUtime=1.49
/proc/17137/stat : 17137 (mxc-sat09) R 17135 17137 16690 0 -1 4194304 22184 0 0 0 139 10 0 0 25 0 1 0 92559105 82059264 17480 1992294400 134512640 135192793 4294956208 18446744073709551615 134568131 0 0 4096 0 0 0 0 17 0 0 0
/proc/17137/statm: 20034 17480 56 166 0 19865 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 80136

[startup+3.10278 s]
/proc/loadavg: 1.00 1.00 1.12 2/65 17138
/proc/meminfo: memFree=1204600/2055920 swapFree=4124000/4192956
[pid=17137] ppid=17135 vsize=91656 CPUtime=3.08
/proc/17137/stat : 17137 (mxc-sat09) R 17135 17137 16690 0 -1 4194304 24683 0 0 0 297 11 0 0 25 0 1 0 92559105 93855744 19979 1992294400 134512640 135192793 4294956208 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/17137/statm: 22914 19979 56 166 0 22745 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 91656

[startup+6.30137 s]
/proc/loadavg: 1.00 1.00 1.12 2/65 17138
/proc/meminfo: memFree=1191480/2055920 swapFree=4124000/4192956
[pid=17137] ppid=17135 vsize=98372 CPUtime=6.29
/proc/17137/stat : 17137 (mxc-sat09) R 17135 17137 16690 0 -1 4194304 26104 0 0 0 617 12 0 0 25 0 1 0 92559105 100732928 21400 1992294400 134512640 135192793 4294956208 18446744073709551615 134577000 0 0 4096 0 0 0 0 17 1 0 0
/proc/17137/statm: 24593 21400 56 166 0 24424 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 98372

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.12 2/65 17138
/proc/meminfo: memFree=1185720/2055920 swapFree=4124000/4192956
[pid=17137] ppid=17135 vsize=101012 CPUtime=12.67
/proc/17137/stat : 17137 (mxc-sat09) R 17135 17137 16690 0 -1 4194304 30823 0 0 0 1253 14 0 0 25 0 1 0 92559105 103436288 22577 1992294400 134512640 135192793 4294956208 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/17137/statm: 25253 22577 73 166 0 25084 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 101012

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.12 2/65 17138
/proc/meminfo: memFree=1180216/2055920 swapFree=4124000/4192956
[pid=17137] ppid=17135 vsize=106668 CPUtime=25.47
/proc/17137/stat : 17137 (mxc-sat09) R 17135 17137 16690 0 -1 4194304 32185 0 0 0 2531 16 0 0 25 0 1 0 92559105 109228032 23939 1992294400 134512640 135192793 4294956208 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/17137/statm: 26667 23939 73 166 0 26498 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 106668

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.11 2/65 17138
/proc/meminfo: memFree=1166520/2055920 swapFree=4124000/4192956
[pid=17137] ppid=17135 vsize=120704 CPUtime=51.05
/proc/17137/stat : 17137 (mxc-sat09) R 17135 17137 16690 0 -1 4194304 35531 0 0 0 5086 19 0 0 25 0 1 0 92559105 123600896 27285 1992294400 134512640 135192793 4294956208 18446744073709551615 134533294 0 0 4096 0 0 0 0 17 1 0 0
/proc/17137/statm: 30176 27285 73 166 0 30007 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 120704

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 17138
/proc/meminfo: memFree=1136888/2055920 swapFree=4124000/4192956
[pid=17137] ppid=17135 vsize=150980 CPUtime=102.23
/proc/17137/stat : 17137 (mxc-sat09) R 17135 17137 16690 0 -1 4194304 42938 0 0 0 10198 25 0 0 25 0 1 0 92559105 154603520 34692 1992294400 134512640 135192793 4294956208 18446744073709551615 134553437 0 0 4096 0 0 0 0 17 1 0 0
/proc/17137/statm: 37745 34692 73 166 0 37576 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 150980

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 17138
/proc/meminfo: memFree=1103608/2055920 swapFree=4124000/4192956
[pid=17137] ppid=17135 vsize=185196 CPUtime=162.21
/proc/17137/stat : 17137 (mxc-sat09) R 17135 17137 16690 0 -1 4194304 51235 0 0 0 16188 33 0 0 25 0 1 0 92559105 189640704 42989 1992294400 134512640 135192793 4294956208 18446744073709551615 134533892 0 0 4096 0 0 0 0 17 1 0 0
/proc/17137/statm: 46299 42989 73 166 0 46130 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 185196

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 17138
/proc/meminfo: memFree=1069112/2055920 swapFree=4124000/4192956
[pid=17137] ppid=17135 vsize=220060 CPUtime=222.19
/proc/17137/stat : 17137 (mxc-sat09) R 17135 17137 16690 0 -1 4194304 59885 0 0 0 22179 40 0 0 25 0 1 0 92559105 225341440 51639 1992294400 134512640 135192793 4294956208 18446744073709551615 134551016 0 0 4096 0 0 0 0 17 1 0 0
/proc/17137/statm: 55015 51639 73 166 0 54846 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 220060

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 17138
/proc/meminfo: memFree=1063160/2055920 swapFree=4124000/4192956
[pid=17137] ppid=17135 vsize=226348 CPUtime=282.16
/proc/17137/stat : 17137 (mxc-sat09) R 17135 17137 16690 0 -1 4194304 61312 0 0 0 28175 41 0 0 25 0 1 0 92559105 231780352 53066 1992294400 134512640 135192793 4294956208 18446744073709551615 134533783 0 0 4096 0 0 0 0 17 1 0 0
/proc/17137/statm: 56587 53066 74 166 0 56418 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 226348

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 17138
/proc/meminfo: memFree=1008888/2055920 swapFree=4124000/4192956
[pid=17137] ppid=17135 vsize=283828 CPUtime=342.15
/proc/17137/stat : 17137 (mxc-sat09) R 17135 17137 16690 0 -1 4194304 74848 0 0 0 34161 54 0 0 25 0 1 0 92559105 290639872 66602 1992294400 134512640 135192793 4294956208 18446744073709551615 134534101 0 0 4096 0 0 0 0 17 1 0 0
/proc/17137/statm: 70957 66602 74 166 0 70788 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 283828

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 17138
/proc/meminfo: memFree=998712/2055920 swapFree=4124000/4192956
[pid=17137] ppid=17135 vsize=293992 CPUtime=402.12
/proc/17137/stat : 17137 (mxc-sat09) R 17135 17137 16690 0 -1 4194304 77377 0 0 0 40156 56 0 0 25 0 1 0 92559105 301047808 69131 1992294400 134512640 135192793 4294956208 18446744073709551615 134533186 0 0 4096 0 0 0 0 17 1 0 0
/proc/17137/statm: 73498 69131 74 166 0 73329 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 293992

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 17138
/proc/meminfo: memFree=997048/2055920 swapFree=4124000/4192956
[pid=17137] ppid=17135 vsize=295780 CPUtime=462.1
/proc/17137/stat : 17137 (mxc-sat09) R 17135 17137 16690 0 -1 4194304 77796 0 0 0 46154 56 0 0 25 0 1 0 92559105 302878720 69550 1992294400 134512640 135192793 4294956208 18446744073709551615 134533804 0 0 4096 0 0 0 0 17 1 0 0
/proc/17137/statm: 73945 69550 74 166 0 73776 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 295780

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 17138
/proc/meminfo: memFree=959352/2055920 swapFree=4124000/4192956
[pid=17137] ppid=17135 vsize=335584 CPUtime=522.08
/proc/17137/stat : 17137 (mxc-sat09) R 17135 17137 16690 0 -1 4194304 87280 0 0 0 52141 67 0 0 25 0 1 0 92559105 343638016 79034 1992294400 134512640 135192793 4294956208 18446744073709551615 134550695 0 0 4096 0 0 0 0 17 1 0 0
/proc/17137/statm: 83896 79034 74 166 0 83727 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 335584

[startup+582.303 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 17138
/proc/meminfo: memFree=926776/2055920 swapFree=4124000/4192956
[pid=17137] ppid=17135 vsize=371208 CPUtime=582.06
/proc/17137/stat : 17137 (mxc-sat09) R 17135 17137 16690 0 -1 4194304 95366 0 0 0 58131 75 0 0 25 0 1 0 92559105 380116992 87120 1992294400 134512640 135192793 4294956208 18446744073709551615 134534086 0 0 4096 0 0 0 0 17 1 0 0
/proc/17137/statm: 92802 87120 74 166 0 92633 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 371208

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 17138
/proc/meminfo: memFree=903096/2055920 swapFree=4124000/4192956
[pid=17137] ppid=17135 vsize=394884 CPUtime=642.04
/proc/17137/stat : 17137 (mxc-sat09) R 17135 17137 16690 0 -1 4194304 101235 0 0 0 64123 81 0 0 25 0 1 0 92559105 404361216 92989 1992294400 134512640 135192793 4294956208 18446744073709551615 134549681 0 0 4096 0 0 0 0 17 1 0 0
/proc/17137/statm: 98721 92989 74 166 0 98552 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 394884

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 17138
/proc/meminfo: memFree=903032/2055920 swapFree=4124000/4192956
[pid=17137] ppid=17135 vsize=394884 CPUtime=702.01
/proc/17137/stat : 17137 (mxc-sat09) R 17135 17137 16690 0 -1 4194304 101246 0 0 0 70120 81 0 0 25 0 1 0 92559105 404361216 93000 1992294400 134512640 135192793 4294956208 18446744073709551615 134553374 0 0 4096 0 0 0 0 17 1 0 0
/proc/17137/statm: 98721 93000 74 166 0 98552 0
Current children cumulated CPU time (s) 702.01
Current children cumulated vsize (KiB) 394884

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 17138
/proc/meminfo: memFree=901112/2055920 swapFree=4124000/4192956
[pid=17137] ppid=17135 vsize=397444 CPUtime=762
/proc/17137/stat : 17137 (mxc-sat09) R 17135 17137 16690 0 -1 4194304 101715 0 0 0 76118 82 0 0 25 0 1 0 92559105 406982656 93469 1992294400 134512640 135192793 4294956208 18446744073709551615 134533818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17137/statm: 99361 93469 74 166 0 99192 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 397444

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 17138
/proc/meminfo: memFree=899320/2055920 swapFree=4124000/4192956
[pid=17137] ppid=17135 vsize=400256 CPUtime=821.97
/proc/17137/stat : 17137 (mxc-sat09) R 17135 17137 16690 0 -1 4194304 102175 0 0 0 82115 82 0 0 25 0 1 0 92559105 409862144 93929 1992294400 134512640 135192793 4294956208 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/17137/statm: 100064 93929 74 166 0 99895 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 400256

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 17138
/proc/meminfo: memFree=895544/2055920 swapFree=4124000/4192956
[pid=17137] ppid=17135 vsize=405992 CPUtime=881.94
/proc/17137/stat : 17137 (mxc-sat09) R 17135 17137 16690 0 -1 4194304 103102 0 0 0 88111 83 0 0 25 0 1 0 92559105 415735808 94856 1992294400 134512640 135192793 4294956208 18446744073709551615 134534170 0 0 4096 0 0 0 0 17 1 0 0
/proc/17137/statm: 101498 94856 74 166 0 101329 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 405992

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 17138
/proc/meminfo: memFree=876600/2055920 swapFree=4124000/4192956
[pid=17137] ppid=17135 vsize=425504 CPUtime=941.92
/proc/17137/stat : 17137 (mxc-sat09) R 17135 17137 16690 0 -1 4194304 107916 0 0 0 94104 88 0 0 25 0 1 0 92559105 435716096 99670 1992294400 134512640 135192793 4294956208 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/17137/statm: 106376 99670 74 166 0 106207 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 425504

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 17138
/proc/meminfo: memFree=843128/2055920 swapFree=4124000/4192956
[pid=17137] ppid=17135 vsize=461396 CPUtime=1001.9
/proc/17137/stat : 17137 (mxc-sat09) R 17135 17137 16690 0 -1 4194304 116186 0 0 0 100092 98 0 0 25 0 1 0 92559105 472469504 107940 1992294400 134512640 135192793 4294956208 18446744073709551615 134532620 0 0 4096 0 0 0 0 17 1 0 0
/proc/17137/statm: 115349 107940 74 166 0 115180 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 461396

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17138
/proc/meminfo: memFree=814776/2055920 swapFree=4124000/4192956
[pid=17137] ppid=17135 vsize=491440 CPUtime=1061.88
/proc/17137/stat : 17137 (mxc-sat09) R 17135 17137 16690 0 -1 4194304 123326 0 0 0 106081 107 0 0 25 0 1 0 92559105 503234560 115080 1992294400 134512640 135192793 4294956208 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/17137/statm: 122860 115080 74 166 0 122691 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 491440

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17138
/proc/meminfo: memFree=789560/2055920 swapFree=4124000/4192956
[pid=17137] ppid=17135 vsize=516860 CPUtime=1121.86
/proc/17137/stat : 17137 (mxc-sat09) R 17135 17137 16690 0 -1 4194304 129557 0 0 0 112070 116 0 0 25 0 1 0 92559105 529264640 121311 1992294400 134512640 135192793 4294956208 18446744073709551615 134533892 0 0 4096 0 0 0 0 17 1 0 0
/proc/17137/statm: 129215 121311 74 166 0 129046 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 516860

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17138
/proc/meminfo: memFree=772344/2055920 swapFree=4124000/4192956
[pid=17137] ppid=17135 vsize=536504 CPUtime=1181.84
/proc/17137/stat : 17137 (mxc-sat09) R 17135 17137 16690 0 -1 4194304 133817 0 0 0 118063 121 0 0 25 0 1 0 92559105 549380096 125571 1992294400 134512640 135192793 4294956208 18446744073709551615 134550428 0 0 4096 0 0 0 0 17 1 0 0
/proc/17137/statm: 134126 125571 74 166 0 133957 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 536504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17138
/proc/meminfo: memFree=772344/2055920 swapFree=4124000/4192956
[pid=17137] ppid=17135 vsize=536504 CPUtime=1200.04
/proc/17137/stat : 17137 (mxc-sat09) R 17135 17137 16690 0 -1 4194304 133817 0 0 0 119883 121 0 0 25 0 1 0 92559105 549380096 125571 1992294400 134512640 135192793 4294956208 18446744073709551615 134549684 0 0 4096 0 0 0 0 17 1 0 0
/proc/17137/statm: 134126 125571 74 166 0 133957 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 536504

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17138
/proc/meminfo: memFree=772344/2055920 swapFree=4124000/4192956
[pid=17137] ppid=17135 vsize=536504 CPUtime=1200.04
/proc/17137/stat : 17137 (mxc-sat09) R 17135 17137 16690 0 -1 4194304 133817 0 0 0 119883 121 0 0 25 0 1 0 92559105 549380096 125571 1992294400 134512640 135192793 4294956208 18446744073709551615 134549684 0 0 4096 0 0 0 0 17 1 0 0
/proc/17137/statm: 134126 125571 74 166 0 133957 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 536504

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.59
CPU time (s): 1200.13
CPU user time (s): 1198.83
CPU system time (s): 1.2958
CPU usage (%): 99.962
Max. virtual memory (cumulated for all children) (KiB): 536504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.83
system time used= 1.2958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133817
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= 1
involuntary context switches= 1865

runsolver used 0.874867 second user time and 2.56061 second system time

The end

Launcher Data

Begin job on node2 at 2009-04-25 09:40:50
IDJOB=1719273
IDBENCH=20581
IDSOLVER=504
FILE ID=node2/1719273-1240645249
PBS_JOBID= 9186405
Free space on /tmp= 66296 MiB

SOLVER NAME= MXC 2009-03-10
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq3.cnf
COMMAND LINE= HOME/mxc-sat09 -i BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1719273-1240645249/watcher-1719273-1240645249 -o /tmp/evaluation-result-1719273-1240645249/solver-1719273-1240645249 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/mxc-sat09 -i HOME/instance-1719273-1240645249.cnf

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

MD5SUM BENCH= ba6236c6cc840bb0208f73665843c375
RANDOM SEED=1440682244

node2.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.265
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.265
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:       1275992 kB
Buffers:         68964 kB
Cached:         569728 kB
SwapCached:      63068 kB
Active:         246072 kB
Inactive:       458228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1275992 kB
SwapTotal:     4192956 kB
SwapFree:      4124000 kB
Dirty:           19436 kB
Writeback:           0 kB
Mapped:          14004 kB
Slab:            61464 kB
Committed_AS:   333492 kB
PageTables:       1468 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= 66296 MiB
End job on node2 at 2009-04-25 10:00:52