Trace number 1774587

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-10UNSAT 441.305 441.44

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L90_coli.sat.cnf
MD5SUMa9e7651569c1b43a1021c78982fb4e6b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark138.17
Satisfiable
(Un)Satisfiability was proved
Number of variables282842
Number of clauses1350458
Sum of the clauses size3903824
Maximum clause length11
Minimum clause length1
Number of clauses of size 129377
Number of clauses of size 2364467
Number of clauses of size 3730908
Number of clauses of size 4177355
Number of clauses of size 548082
Number of clauses of size over 5269

Solver Data

408.77/408.92	c starting MXC with:
408.77/408.92	c cnf_path = HOME/instance-1774587-1241307375.cnf
408.77/408.92	c restart_strategy = auto
408.77/408.92	c sign_strategy = cached
408.77/408.92	c use_preprocessing = -1
408.77/408.92	c output_implicant = 1
408.77/408.92	c timeout_seconds = 0
408.77/408.92	c running SatELite... done
408.77/408.92	c 174404 vars eliminated
408.77/408.92	c received 67231 units and 428239 clauses from SatELite
408.77/408.92	c 241634 assignments made, starting to guess now
408.77/408.92	c ===================================[MXC]=====================================
408.77/408.92	c | Conflicts |                Clause Statistics                   |   Vars   |
408.77/408.92	c |           |    CARD     BIN      O3+      L3+   L3+Lim  Lit/CL |          |
408.77/408.92	c =============================================================================
408.77/408.92	c |         0 |       0   43669   384570        0        0     nan |   282842 |
408.77/408.92	c |       100 |       0   43675   384570       93     1050     8.4 |    41148 |
408.77/408.92	c |       210 |       0   43792   380595      194     1105    14.5 |    41148 |
408.77/408.92	c |       441 |       0   44369   378744      422     1220    20.1 |    41141 |
408.77/408.92	c |       805 |       0   44386   378744      769     1402    15.7 |    41141 |
408.77/408.92	c |      1315 |       0   46883   363287     1008     1657    10.5 |    40984 |
408.77/408.92	c |      1986 |       0   46352   360368     1599     1993    10.4 |    40795 |
408.77/408.92	c |      2834 |       0   46370   360368     1230     2417    10.0 |    40795 |
408.77/408.92	c |      3876 |       0   46391   360368     2251     2938    11.3 |    40795 |
408.77/408.92	c |      5132 |       0   46370   359860     3486     3566    11.5 |    40781 |
408.77/408.92	c |      6623 |       0   45710   355859     2993     4311    11.7 |    40552 |
408.77/408.92	c |      8373 |       0   45738   355859     4715     5186    12.7 |    40552 |
408.77/408.92	c |     10408 |       0   48172   348929     3903     6204    13.1 |    40523 |
408.77/408.92	c |     12756 |       0   47112   343360     6065     7378    13.1 |    40187 |
408.77/408.92	c |     15449 |       0   47143   343360     4372     8724    13.0 |    40187 |
408.77/408.92	c |     18521 |       0   47156   343360     7431    10260    14.1 |    40187 |
408.77/408.92	c |     22010 |       0   47172   343360    10904    12005    15.4 |    40187 |
408.77/408.92	c |     25958 |       0   45635   333796     8251    13979    14.5 |    39661 |
408.77/408.92	c |     30411 |       0   45666   333796    12673    16205    15.9 |    39661 |
408.77/408.92	c |     35419 |       0   45697   333796    17650    18709    16.4 |    39661 |
408.77/408.92	c |     41038 |       0   45764   333796    13316    21519    15.9 |    39661 |
408.77/408.92	c |     47329 |       0   45794   333796    19577    24664    16.8 |    39661 |
408.77/408.92	c |     54360 |       0   45849   333796    26553    28180    18.3 |    39661 |
408.77/408.92	c |     62205 |       0   45874   333796    19477    32102    18.5 |    39661 |
408.77/408.92	c |     70945 |       0   45905   333796    28186    36472    19.2 |    39661 |
408.77/408.92	c |     80669 |       0   45933   333796    37882    41334    21.1 |    39661 |
408.77/408.92	c |     91476 |       0   45953   333796    26272    46738    19.5 |    39661 |
408.77/408.92	c |    103474 |       0   45994   333770    38229    52737    20.1 |    39658 |
408.77/408.92	c |    116782 |       0   46021   333770    51510    59391    21.8 |    39658 |
408.77/408.92	c |    131532 |       0   46051   333770    66230    66766    23.0 |    39658 |
408.77/408.92	c |    147868 |       0   46090   333718    48875    74934    23.4 |    39652 |
408.77/408.92	c |    165948 |       0   46141   333718    66904    83974    25.0 |    39652 |
408.77/408.92	c |    185947 |       0   46179   333718    86865    93973    25.3 |    39652 |
408.77/408.92	c |    208057 |       0   46206   333692    58412   105028    23.9 |    39649 |
408.77/408.92	c |    232489 |       0   46251   333692    82799   117244    25.9 |    39649 |
408.77/408.92	c |    259475 |       0   46293   333692   109743   130737    27.5 |    39649 |
408.77/408.92	c |    289271 |       0   46322   333692   139510   145635    29.1 |    39649 |
408.77/408.92	c |    322158 |       0   46352   333640    96476   162079    26.7 |    39643 |
408.77/408.92	c |    358445 |       0   46389   333588   132722   180222    27.7 |    39637 |
408.77/408.92	c |    398472 |       0   46415   333432   172715   200236    29.6 |    39619 |
408.77/408.92	c |    442613 |       0   46442   333432   216829   222306    31.0 |    39619 |
408.77/408.92	c |    491279 |       0   46469   333432   151589   246639    28.5 |    39619 |
408.77/408.92	c |    544923 |       0   46516   333406   205185   273461    27.4 |    39616 |
441.25/441.40	c |    575380 |       0   46589   333406   235557   288690    26.6 |    38371 |
441.25/441.40	c ----- stats for thread 0 -----
441.25/441.40	c restarts: 859
441.25/441.40	c decisions: 930375
441.25/441.40	c propagations: 321038346
441.25/441.40	c conflicts: 575380
441.25/441.40	c 441.367s elapsed
441.25/441.40	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1774587-1241307375/watcher-1774587-1241307375 -o /tmp/evaluation-result-1774587-1241307375/solver-1774587-1241307375 -C 10000 -W 12000 -M 1800 HOME/mxc-sat09 -i HOME/instance-1774587-1241307375.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.08 1.06 1.07 3/65 25287
/proc/meminfo: memFree=752064/2055920 swapFree=4191900/4192956
[pid=25287] ppid=25285 vsize=27384 CPUtime=0
/proc/25287/stat : 25287 (mxc-sat09) R 25285 25287 25250 0 -1 4194304 778 0 0 0 0 0 0 0 20 0 1 0 158767108 28041216 765 1992294400 134512640 135192793 4294956224 18446744073709551615 134779278 0 0 4096 0 0 0 0 17 1 0 0
/proc/25287/statm: 6846 771 46 166 0 6677 0

[startup+0.10177 s]
/proc/loadavg: 1.08 1.06 1.07 3/65 25287
/proc/meminfo: memFree=752064/2055920 swapFree=4191900/4192956
[pid=25287] ppid=25285 vsize=87228 CPUtime=0.09
/proc/25287/stat : 25287 (mxc-sat09) R 25285 25287 25250 0 -1 4194304 14780 0 0 0 3 6 0 0 20 0 1 0 158767108 89321472 14695 1992294400 134512640 135192793 4294956224 18446744073709551615 134569157 0 0 4096 0 0 0 0 17 1 0 0
/proc/25287/statm: 21807 14699 53 166 0 21638 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 87228

[startup+0.201781 s]
/proc/loadavg: 1.08 1.06 1.07 3/65 25287
/proc/meminfo: memFree=752064/2055920 swapFree=4191900/4192956
[pid=25287] ppid=25285 vsize=109788 CPUtime=0.19
/proc/25287/stat : 25287 (mxc-sat09) R 25285 25287 25250 0 -1 4194304 19790 0 0 0 11 8 0 0 21 0 1 0 158767108 112422912 19613 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/25287/statm: 27447 19614 55 166 0 27278 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 109788

[startup+0.301793 s]
/proc/loadavg: 1.08 1.06 1.07 3/65 25287
/proc/meminfo: memFree=752064/2055920 swapFree=4191900/4192956
[pid=25287] ppid=25285 vsize=117312 CPUtime=0.29
/proc/25287/stat : 25287 (mxc-sat09) R 25285 25287 25250 0 -1 4194304 21581 0 0 0 20 9 0 0 22 0 1 0 158767108 120127488 21404 1992294400 134512640 135192793 4294956224 18446744073709551615 134750359 0 0 4096 0 0 0 0 17 1 0 0
/proc/25287/statm: 29328 21405 55 166 0 29159 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 117312

[startup+0.701843 s]
/proc/loadavg: 1.08 1.06 1.07 3/65 25287
/proc/meminfo: memFree=752064/2055920 swapFree=4191900/4192956
[pid=25287] ppid=25285 vsize=146172 CPUtime=0.69
/proc/25287/stat : 25287 (mxc-sat09) R 25285 25287 25250 0 -1 4194304 28653 0 0 0 57 12 0 0 25 0 1 0 158767108 149680128 28476 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/25287/statm: 36543 28476 55 166 0 36374 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 146172

[startup+1.50194 s]
/proc/loadavg: 1.08 1.06 1.07 2/66 25288
/proc/meminfo: memFree=609912/2055920 swapFree=4191900/4192956
[pid=25287] ppid=25285 vsize=154992 CPUtime=1.49
/proc/25287/stat : 25287 (mxc-sat09) R 25285 25287 25250 0 -1 4194304 36812 0 0 0 133 16 0 0 25 0 1 0 158767108 158711808 30000 1992294400 134512640 135192793 4294956224 18446744073709551615 134564003 0 0 4096 0 0 0 0 17 1 0 0
/proc/25287/statm: 38748 30000 56 166 0 38579 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 154992

[startup+3.10114 s]
/proc/loadavg: 1.08 1.06 1.07 2/66 25288
/proc/meminfo: memFree=631608/2055920 swapFree=4191900/4192956
[pid=25287] ppid=25285 vsize=154992 CPUtime=3.08
/proc/25287/stat : 25287 (mxc-sat09) R 25285 25287 25250 0 -1 4194304 36812 0 0 0 292 16 0 0 25 0 1 0 158767108 158711808 30000 1992294400 134512640 135192793 4294956224 18446744073709551615 134564003 0 0 4096 0 0 0 0 17 1 0 0
/proc/25287/statm: 38748 30000 56 166 0 38579 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 154992

[startup+6.30154 s]
/proc/loadavg: 1.08 1.06 1.07 2/66 25288
/proc/meminfo: memFree=629896/2055920 swapFree=4191900/4192956
[pid=25287] ppid=25285 vsize=155784 CPUtime=6.29
/proc/25287/stat : 25287 (mxc-sat09) R 25285 25287 25250 0 -1 4194304 37154 0 0 0 611 18 0 0 25 0 1 0 158767108 159522816 30342 1992294400 134512640 135192793 4294956224 18446744073709551615 134565968 0 0 4096 0 0 0 0 17 1 0 0
/proc/25287/statm: 38946 30342 56 166 0 38777 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 155784

[startup+12.7013 s]
/proc/loadavg: 1.14 1.08 1.07 2/66 25288
/proc/meminfo: memFree=585256/2055920 swapFree=4191900/4192956
[pid=25287] ppid=25285 vsize=181160 CPUtime=12.69
/proc/25287/stat : 25287 (mxc-sat09) R 25285 25287 25250 0 -1 4194304 48974 0 0 0 1245 24 0 0 25 0 1 0 158767108 185507840 37610 1992294400 134512640 135192793 4294956224 18446744073709551615 134748366 0 0 4096 0 0 0 0 17 1 0 0
/proc/25287/statm: 45290 37610 56 166 0 45121 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 181160

[startup+25.5019 s]
/proc/loadavg: 1.12 1.07 1.07 2/66 25288
/proc/meminfo: memFree=577544/2055920 swapFree=4191900/4192956
[pid=25287] ppid=25285 vsize=205448 CPUtime=25.49
/proc/25287/stat : 25287 (mxc-sat09) R 25285 25287 25250 0 -1 4194304 55454 0 0 0 2521 28 0 0 25 0 1 0 158767108 210378752 43813 1992294400 134512640 135192793 4294956224 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/25287/statm: 51362 43813 73 166 0 51193 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 205448

[startup+51.1011 s]
/proc/loadavg: 1.08 1.07 1.07 2/66 25288
/proc/meminfo: memFree=570312/2055920 swapFree=4191900/4192956
[pid=25287] ppid=25285 vsize=212976 CPUtime=51.07
/proc/25287/stat : 25287 (mxc-sat09) R 25285 25287 25250 0 -1 4194304 57315 0 0 0 5077 30 0 0 25 0 1 0 158767108 218087424 45674 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/25287/statm: 53244 45674 73 166 0 53075 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 212976

[startup+102.302 s]
/proc/loadavg: 1.03 1.05 1.06 2/66 25288
/proc/meminfo: memFree=558344/2055920 swapFree=4191900/4192956
[pid=25287] ppid=25285 vsize=225056 CPUtime=102.26
/proc/25287/stat : 25287 (mxc-sat09) R 25285 25287 25250 0 -1 4194304 60270 0 0 0 10193 33 0 0 25 0 1 0 158767108 230457344 48629 1992294400 134512640 135192793 4294956224 18446744073709551615 134534215 0 0 4096 0 0 0 0 17 1 0 0
/proc/25287/statm: 56264 48629 73 166 0 56095 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 225056

[startup+162.301 s]
/proc/loadavg: 1.01 1.04 1.06 2/66 25288
/proc/meminfo: memFree=545224/2055920 swapFree=4191900/4192956
[pid=25287] ppid=25285 vsize=238992 CPUtime=162.24
/proc/25287/stat : 25287 (mxc-sat09) R 25285 25287 25250 0 -1 4194304 63588 0 0 0 16187 37 0 0 25 0 1 0 158767108 244727808 51947 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/25287/statm: 59748 51947 73 166 0 59579 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 238992

[startup+222.306 s]
/proc/loadavg: 1.00 1.03 1.05 2/66 25288
/proc/meminfo: memFree=543048/2055920 swapFree=4191900/4192956
[pid=25287] ppid=25285 vsize=240996 CPUtime=222.23
/proc/25287/stat : 25287 (mxc-sat09) R 25285 25287 25250 0 -1 4194304 64060 0 0 0 22185 38 0 0 25 0 1 0 158767108 246779904 52419 1992294400 134512640 135192793 4294956224 18446744073709551615 134551982 0 0 4096 0 0 0 0 17 1 0 0
/proc/25287/statm: 60249 52419 73 166 0 60080 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 240996

[startup+282.301 s]
/proc/loadavg: 1.00 1.02 1.05 2/66 25290
/proc/meminfo: memFree=530568/2055920 swapFree=4191900/4192956
[pid=25287] ppid=25285 vsize=254064 CPUtime=282.21
/proc/25287/stat : 25287 (mxc-sat09) R 25285 25287 25250 0 -1 4194304 67184 0 0 0 28179 42 0 0 25 0 1 0 158767108 260161536 55543 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/25287/statm: 63516 55543 73 166 0 63347 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 254064

[startup+342.302 s]
/proc/loadavg: 1.00 1.02 1.04 2/66 25290
/proc/meminfo: memFree=521872/2055920 swapFree=4191900/4192956
[pid=25287] ppid=25285 vsize=262876 CPUtime=342.19
/proc/25287/stat : 25287 (mxc-sat09) R 25285 25287 25250 0 -1 4194304 69336 0 0 0 34175 44 0 0 25 0 1 0 158767108 269185024 57695 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/25287/statm: 65719 57695 73 166 0 65550 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 262876

[startup+402.301 s]
/proc/loadavg: 1.00 1.01 1.03 2/66 25290
/proc/meminfo: memFree=521168/2055920 swapFree=4191900/4192956
[pid=25287] ppid=25285 vsize=263452 CPUtime=402.17
/proc/25287/stat : 25287 (mxc-sat09) R 25285 25287 25250 0 -1 4194304 69509 0 0 0 40173 44 0 0 25 0 1 0 158767108 269774848 57868 1992294400 134512640 135192793 4294956224 18446744073709551615 134532620 0 0 4096 0 0 0 0 17 1 0 0
/proc/25287/statm: 65863 57868 73 166 0 65694 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 263452

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

[startup+409.602 s]
/proc/loadavg: 1.00 1.01 1.03 2/66 25290
/proc/meminfo: memFree=521168/2055920 swapFree=4191900/4192956
[pid=25287] ppid=25285 vsize=263452 CPUtime=409.47
/proc/25287/stat : 25287 (mxc-sat09) R 25285 25287 25250 0 -1 4194304 69514 0 0 0 40903 44 0 0 25 0 1 0 158767108 269774848 57873 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/25287/statm: 65863 57873 74 166 0 65694 0
Current children cumulated CPU time (s) 409.47
Current children cumulated vsize (KiB) 263452

[startup+422.402 s]
/proc/loadavg: 1.00 1.01 1.03 2/66 25290
/proc/meminfo: memFree=520656/2055920 swapFree=4191900/4192956
[pid=25287] ppid=25285 vsize=263964 CPUtime=422.26
/proc/25287/stat : 25287 (mxc-sat09) R 25285 25287 25250 0 -1 4194304 69632 0 0 0 42182 44 0 0 25 0 1 0 158767108 270299136 57991 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/25287/statm: 65991 57991 74 166 0 65822 0
Current children cumulated CPU time (s) 422.26
Current children cumulated vsize (KiB) 263964

[startup+435.201 s]
/proc/loadavg: 1.00 1.01 1.03 2/66 25290
/proc/meminfo: memFree=520592/2055920 swapFree=4191900/4192956
[pid=25287] ppid=25285 vsize=263964 CPUtime=435.06
/proc/25287/stat : 25287 (mxc-sat09) R 25285 25287 25250 0 -1 4194304 69652 0 0 0 43462 44 0 0 25 0 1 0 158767108 270299136 58011 1992294400 134512640 135192793 4294956224 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/25287/statm: 65991 58011 74 166 0 65822 0
Current children cumulated CPU time (s) 435.06
Current children cumulated vsize (KiB) 263964

[startup+438.403 s]
/proc/loadavg: 1.00 1.01 1.03 2/66 25290
/proc/meminfo: memFree=520336/2055920 swapFree=4191900/4192956
[pid=25287] ppid=25285 vsize=264348 CPUtime=438.26
/proc/25287/stat : 25287 (mxc-sat09) R 25285 25287 25250 0 -1 4194304 69707 0 0 0 43782 44 0 0 25 0 1 0 158767108 270692352 58066 1992294400 134512640 135192793 4294956224 18446744073709551615 134534231 0 0 4096 0 0 0 0 17 1 0 0
/proc/25287/statm: 66087 58066 74 166 0 65918 0
Current children cumulated CPU time (s) 438.26
Current children cumulated vsize (KiB) 264348

[startup+440.002 s]
/proc/loadavg: 1.00 1.01 1.03 2/66 25290
/proc/meminfo: memFree=520272/2055920 swapFree=4191900/4192956
[pid=25287] ppid=25285 vsize=264348 CPUtime=439.86
/proc/25287/stat : 25287 (mxc-sat09) R 25285 25287 25250 0 -1 4194304 69722 0 0 0 43942 44 0 0 25 0 1 0 158767108 270692352 58081 1992294400 134512640 135192793 4294956224 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/25287/statm: 66087 58081 74 166 0 65918 0
Current children cumulated CPU time (s) 439.86
Current children cumulated vsize (KiB) 264348

[startup+440.802 s]
/proc/loadavg: 1.00 1.01 1.03 2/66 25290
/proc/meminfo: memFree=520272/2055920 swapFree=4191900/4192956
[pid=25287] ppid=25285 vsize=264348 CPUtime=440.66
/proc/25287/stat : 25287 (mxc-sat09) R 25285 25287 25250 0 -1 4194304 69730 0 0 0 44022 44 0 0 25 0 1 0 158767108 270692352 58089 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/25287/statm: 66087 58089 74 166 0 65918 0
Current children cumulated CPU time (s) 440.66
Current children cumulated vsize (KiB) 264348

[startup+441.206 s]
/proc/loadavg: 1.00 1.01 1.03 2/66 25290
/proc/meminfo: memFree=520272/2055920 swapFree=4191900/4192956
[pid=25287] ppid=25285 vsize=264348 CPUtime=441.06
/proc/25287/stat : 25287 (mxc-sat09) R 25285 25287 25250 0 -1 4194304 69733 0 0 0 44062 44 0 0 25 0 1 0 158767108 270692352 58092 1992294400 134512640 135192793 4294956224 18446744073709551615 134533792 0 0 4096 0 0 0 0 17 1 0 0
/proc/25287/statm: 66087 58092 74 166 0 65918 0
Current children cumulated CPU time (s) 441.06
Current children cumulated vsize (KiB) 264348

[startup+441.402 s]
/proc/loadavg: 1.00 1.01 1.03 2/66 25290
/proc/meminfo: memFree=520272/2055920 swapFree=4191900/4192956
[pid=25287] ppid=25285 vsize=264348 CPUtime=441.25
/proc/25287/stat : 25287 (mxc-sat09) R 25285 25287 25250 0 -1 4194304 69735 0 0 0 44081 44 0 0 25 0 1 0 158767108 270692352 58094 1992294400 134512640 135192793 4294956224 18446744073709551615 134534250 0 0 4096 0 0 0 0 17 1 0 0
/proc/25287/statm: 66087 58094 74 166 0 65918 0
Current children cumulated CPU time (s) 441.25
Current children cumulated vsize (KiB) 264348

Child status: 20
Real time (s): 441.44
CPU time (s): 441.305
CPU user time (s): 440.824
CPU system time (s): 0.480926
CPU usage (%): 99.9694
Max. virtual memory (cumulated for all children) (KiB): 264348

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

runsolver used 0.52192 second user time and 1.08384 second system time

The end

Launcher Data

Begin job on node92 at 2009-05-03 01:36:17
IDJOB=1774587
IDBENCH=70962
IDSOLVER=613
FILE ID=node92/1774587-1241307375
PBS_JOBID= 9225238
Free space on /tmp= 66240 MiB

SOLVER NAME= MXC 2009-03-10
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L90_coli.sat.cnf
COMMAND LINE= HOME/mxc-sat09 -i BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774587-1241307375/watcher-1774587-1241307375 -o /tmp/evaluation-result-1774587-1241307375/solver-1774587-1241307375 -C 10000 -W 12000 -M 1800  HOME/mxc-sat09 -i HOME/instance-1774587-1241307375.cnf

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

MD5SUM BENCH= a9e7651569c1b43a1021c78982fb4e6b
RANDOM SEED=1353590870

node92.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.245
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.245
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        752608 kB
Buffers:         76428 kB
Cached:        1109788 kB
SwapCached:        384 kB
Active:         479500 kB
Inactive:       720480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        752608 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           27468 kB
Writeback:           0 kB
Mapped:          22076 kB
Slab:            89244 kB
Committed_AS:   489228 kB
PageTables:       1460 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= 66240 MiB
End job on node92 at 2009-05-03 01:43:39