Trace number 1577511

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 560.955 561.173

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L150_coli.sat.cnf
MD5SUMba6884aaa746378e56c38fd8b3d0255e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark200.567
Satisfiable
(Un)Satisfiability was proved
Number of variables486992
Number of clauses2456708
Sum of the clauses size7147094
Maximum clause length11
Minimum clause length1
Number of clauses of size 145577
Number of clauses of size 2599727
Number of clauses of size 31431108
Number of clauses of size 4295435
Number of clauses of size 584412
Number of clauses of size over 5449

Solver Data

450.31/450.50	c starting MXC with:
450.31/450.50	c cnf_path = HOME/instance-1577511-1241001978.cnf
450.31/450.50	c restart_strategy = auto
450.31/450.50	c sign_strategy = cached
450.31/450.50	c use_preprocessing = -1
450.31/450.50	c output_implicant = 1
450.31/450.50	c timeout_seconds = 0
450.31/450.50	c running SatELite... done
450.31/450.50	c 291844 vars eliminated
450.31/450.50	c received 103971 units and 936126 clauses from SatELite
450.31/450.50	c 395814 assignments made, starting to guess now
450.31/450.50	c ===================================[MXC]=====================================
450.31/450.50	c | Conflicts |                Clause Statistics                   |   Vars   |
450.31/450.50	c |           |    CARD     BIN      O3+      L3+   L3+Lim  Lit/CL |          |
450.31/450.50	c =============================================================================
450.31/450.50	c |         0 |       0   72618   863508        0        0     nan |   486992 |
450.31/450.50	c |       100 |       0   72619   863508       99     1050     3.3 |    91178 |
450.31/450.50	c |       210 |       0   72619   863508      209     1105     4.4 |    91178 |
450.31/450.50	c |       441 |       0   72621   863508      438     1220     5.6 |    91178 |
450.31/450.50	c |       805 |       0   72633   863508      790     1402     5.9 |    91178 |
450.31/450.50	c |      1315 |       0   72652   863508     1281     1657     5.9 |    91178 |
450.31/450.50	c |      1986 |       0   72676   863508     1928     1993     6.3 |    91178 |
450.31/450.50	c |      2834 |       0   74780   847315     1282     2417     8.5 |    90976 |
450.31/450.50	c |      3876 |       0   74758   847061     2304     2938    11.0 |    90962 |
450.31/450.50	c |      5132 |       0   78798   823830     2824     3566    10.9 |    90783 |
450.31/450.50	c |      6623 |       0   82822   810034     4103     4311    10.5 |    90651 |
450.31/450.50	c |      8373 |       0   82880   806341     3229     5186    11.1 |    90482 |
450.31/450.50	c |     10408 |       0   82873   806315     5231     6204    12.1 |    90474 |
450.31/450.50	c |     12756 |       0   82908   806315     3940     7378    14.8 |    90474 |
450.31/450.50	c |     15449 |       0   82949   806315     6592     8724    14.9 |    90474 |
450.31/450.50	c |     18521 |       0   82978   806315     9635    10260    15.7 |    90474 |
450.31/450.50	c |     22010 |       0   83012   806315     7644    12005    15.0 |    90474 |
450.31/450.50	c |     25958 |       0   83044   806315    11560    13979    16.4 |    90474 |
450.31/450.50	c |     30411 |       0   83070   806315    15987    16205    17.2 |    90474 |
450.31/450.50	c |     35419 |       0   83099   806289    12757    18709    17.8 |    90471 |
450.31/450.50	c |     41038 |       0   82471   804583    18267    21519    16.8 |    90318 |
450.31/450.50	c |     47329 |       0   80698   792334    24091    24664    17.0 |    89667 |
450.31/450.50	c |     54360 |       0   80714   792308    18483    28180    15.8 |    89664 |
450.31/450.50	c |     62205 |       0   80753   792197    26264    32102    16.9 |    89656 |
450.31/450.50	c |     70945 |       0   80834   792197    34923    36472    18.2 |    89656 |
450.31/450.50	c |     80669 |       0   80893   792197    25573    41334    18.7 |    89656 |
450.31/450.50	c |     91476 |       0   80922   792197    36351    46738    19.7 |    89656 |
450.31/450.50	c |    103474 |       0   80996   792197    48275    52737    20.3 |    89656 |
450.31/450.50	c |    116782 |       0   81045   792197    32923    59391    20.2 |    89656 |
450.31/450.50	c |    131532 |       0   81094   792197    47624    66766    21.7 |    89656 |
450.31/450.50	c |    147868 |       0   81133   792197    63921    74934    22.1 |    89656 |
450.31/450.50	c |    165948 |       0   81178   792197    81956    83974    22.9 |    89656 |
450.31/450.50	c |    185947 |       0   81215   792171    58914    93973    22.0 |    89653 |
450.31/450.50	c |    208057 |       0   81253   792145    80985   105028    23.1 |    89650 |
450.31/450.50	c |    232489 |       0   87475   763970    78498   117244    24.1 |    89352 |
450.31/450.50	c |    259475 |       0   87552   763918   105405   130737    24.5 |    89346 |
450.31/450.50	c |    289271 |       0   87610   763892   135141   145635    26.0 |    89343 |
450.31/450.50	c |    322158 |       0   87667   763892    89900   162079    22.6 |    89343 |
450.31/450.50	c |    358445 |       0   87729   763892   126125   180222    24.4 |    89343 |
450.31/450.50	c |    398472 |       0   89314   756440   149357   200236    26.1 |    89322 |
450.31/450.50	c |    442613 |       0   89361   756414   193450   222306    27.8 |    89319 |
450.31/450.50	c |    491279 |       0   89396   756388   242080   246639    29.0 |    89316 |
450.31/450.50	c |    544923 |       0   89445   756388   170077   273461    26.9 |    89316 |
560.88/561.11	c |    604043 |       0   89499   756388   229143   303021    26.4 |    89316 |
560.88/561.11	c |    624456 |       0   89547   756388   249498   313228    25.9 |    88739 |
560.88/561.11	c ----- stats for thread 0 -----
560.88/561.11	c restarts: 888
560.88/561.11	c decisions: 1085980
560.88/561.11	c propagations: 430636493
560.88/561.11	c conflicts: 624456
560.88/561.11	c 561.044s elapsed
560.88/561.11	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-1577511-1241001978/watcher-1577511-1241001978 -o /tmp/evaluation-result-1577511-1241001978/solver-1577511-1241001978 -C 1200 -W 1800 -M 1800 HOME/mxc-sat09 -i HOME/instance-1577511-1241001978.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 11960
/proc/meminfo: memFree=1152256/2055920 swapFree=4181368/4192956
[pid=11960] ppid=11958 vsize=50184 CPUtime=0
/proc/11960/stat : 11960 (mxc-sat09) R 11958 11960 11605 0 -1 4194304 803 0 0 0 0 0 0 0 19 0 1 0 128228159 51388416 789 1992294400 134512640 135192793 4294956208 18446744073709551615 134779278 0 0 4096 0 0 0 0 17 0 0 0
/proc/11960/statm: 12546 796 46 166 0 12377 0

[startup+0.0814189 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 11960
/proc/meminfo: memFree=1152256/2055920 swapFree=4181368/4192956
[pid=11960] ppid=11958 vsize=56856 CPUtime=0.07
/proc/11960/stat : 11960 (mxc-sat09) R 11958 11960 11605 0 -1 4194304 13752 0 0 0 0 7 0 0 19 0 1 0 128228159 58220544 13738 1992294400 134512640 135192793 4294956208 18446744073709551615 134527560 0 0 4096 0 0 0 0 17 0 0 0
/proc/11960/statm: 14214 13742 50 166 0 14045 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 56856

[startup+0.101421 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 11960
/proc/meminfo: memFree=1152256/2055920 swapFree=4181368/4192956
[pid=11960] ppid=11958 vsize=84004 CPUtime=0.09
/proc/11960/stat : 11960 (mxc-sat09) R 11958 11960 11605 0 -1 4194304 16900 0 0 0 1 8 0 0 19 0 1 0 128228159 86020096 16886 1992294400 134512640 135192793 4294956208 18446744073709551615 134527814 0 0 4096 0 0 0 0 17 0 0 0
/proc/11960/statm: 21001 16893 50 166 0 20832 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84004

[startup+0.301441 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 11960
/proc/meminfo: memFree=1152256/2055920 swapFree=4181368/4192956
[pid=11960] ppid=11958 vsize=153868 CPUtime=0.29
/proc/11960/stat : 11960 (mxc-sat09) R 11958 11960 11605 0 -1 4194304 33979 0 0 0 15 14 0 0 21 0 1 0 128228159 157560832 33752 1992294400 134512640 135192793 4294956208 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 0 0 0
/proc/11960/statm: 38467 33753 55 166 0 38298 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 153868

[startup+0.701483 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 11960
/proc/meminfo: memFree=1152256/2055920 swapFree=4181368/4192956
[pid=11960] ppid=11958 vsize=184736 CPUtime=0.69
/proc/11960/stat : 11960 (mxc-sat09) R 11958 11960 11605 0 -1 4194304 41269 0 0 0 51 18 0 0 25 0 1 0 128228159 189169664 41042 1992294400 134512640 135192793 4294956208 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 0 0 0
/proc/11960/statm: 46184 41043 55 166 0 46015 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 184736

[startup+1.50258 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11961
/proc/meminfo: memFree=966200/2055920 swapFree=4181368/4192956
[pid=11960] ppid=11958 vsize=241604 CPUtime=1.49
/proc/11960/stat : 11960 (mxc-sat09) R 11958 11960 11605 0 -1 4194304 55520 0 0 0 124 25 0 0 25 0 1 0 128228159 247402496 55293 1992294400 134512640 135192793 4294956208 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 0 0 0
/proc/11960/statm: 60401 55293 55 166 0 60232 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 241604

[startup+3.10173 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11961
/proc/meminfo: memFree=888568/2055920 swapFree=4181368/4192956
[pid=11960] ppid=11958 vsize=236480 CPUtime=3.09
/proc/11960/stat : 11960 (mxc-sat09) R 11958 11960 11605 0 -1 4194304 66208 0 0 0 280 29 0 0 25 0 1 0 128228159 242155520 53646 1992294400 134512640 135192793 4294956208 18446744073709551615 134563892 0 0 4096 0 0 0 0 17 0 0 0
/proc/11960/statm: 59120 53646 56 166 0 58951 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 236480

[startup+6.30107 s]
/proc/loadavg: 1.16 1.03 1.01 2/66 11961
/proc/meminfo: memFree=937464/2055920 swapFree=4181368/4192956
[pid=11960] ppid=11958 vsize=236480 CPUtime=6.29
/proc/11960/stat : 11960 (mxc-sat09) R 11958 11960 11605 0 -1 4194304 66208 0 0 0 599 30 0 0 25 0 1 0 128228159 242155520 53646 1992294400 134512640 135192793 4294956208 18446744073709551615 134563899 0 0 4096 0 0 0 0 17 0 0 0
/proc/11960/statm: 59120 53646 56 166 0 58951 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 236480

[startup+12.7017 s]
/proc/loadavg: 1.23 1.05 1.02 2/66 11961
/proc/meminfo: memFree=936568/2055920 swapFree=4181368/4192956
[pid=11960] ppid=11958 vsize=237800 CPUtime=12.69
/proc/11960/stat : 11960 (mxc-sat09) R 11958 11960 11605 0 -1 4194304 66715 0 0 0 1239 30 0 0 25 0 1 0 128228159 243507200 54153 1992294400 134512640 135192793 4294956208 18446744073709551615 134566018 0 0 4096 0 0 0 0 17 0 0 0
/proc/11960/statm: 59450 54153 56 166 0 59281 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 237800

[startup+25.5011 s]
/proc/loadavg: 1.24 1.06 1.02 2/66 11961
/proc/meminfo: memFree=936568/2055920 swapFree=4181368/4192956
[pid=11960] ppid=11958 vsize=242680 CPUtime=25.48
/proc/11960/stat : 11960 (mxc-sat09) R 11958 11960 11605 0 -1 4194304 67081 0 0 0 2518 30 0 0 25 0 1 0 128228159 248504320 54519 1992294400 134512640 135192793 4294956208 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 0 0 0
/proc/11960/statm: 60670 54519 56 166 0 60501 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 242680

[startup+51.1017 s]
/proc/loadavg: 1.16 1.06 1.02 2/66 11961
/proc/meminfo: memFree=818936/2055920 swapFree=4181368/4192956
[pid=11960] ppid=11958 vsize=353192 CPUtime=51.07
/proc/11960/stat : 11960 (mxc-sat09) R 11958 11960 11605 0 -1 4194304 105311 0 0 0 5061 46 0 0 25 0 1 0 128228159 361668608 83857 1992294400 134512640 135192793 4294956208 18446744073709551615 134534170 0 0 4096 0 0 0 0 17 0 0 0
/proc/11960/statm: 88298 83857 73 166 0 88129 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 353192

[startup+102.305 s]
/proc/loadavg: 1.07 1.05 1.01 2/66 11961
/proc/meminfo: memFree=805688/2055920 swapFree=4181368/4192956
[pid=11960] ppid=11958 vsize=366756 CPUtime=102.26
/proc/11960/stat : 11960 (mxc-sat09) R 11958 11960 11605 0 -1 4194304 108639 0 0 0 10176 50 0 0 25 0 1 0 128228159 375558144 87185 1992294400 134512640 135192793 4294956208 18446744073709551615 134533186 0 0 4096 0 0 0 0 17 0 0 0
/proc/11960/statm: 91689 87185 73 166 0 91520 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 366756

[startup+162.301 s]
/proc/loadavg: 1.02 1.03 1.01 2/66 11961
/proc/meminfo: memFree=798328/2055920 swapFree=4181368/4192956
[pid=11960] ppid=11958 vsize=374408 CPUtime=162.23
/proc/11960/stat : 11960 (mxc-sat09) R 11958 11960 11605 0 -1 4194304 110541 0 0 0 16171 52 0 0 25 0 1 0 128228159 383393792 89087 1992294400 134512640 135192793 4294956208 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 0 0 0
/proc/11960/statm: 93602 89087 73 166 0 93433 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 374408

[startup+222.302 s]
/proc/loadavg: 1.01 1.03 1.00 2/66 11961
/proc/meminfo: memFree=790264/2055920 swapFree=4181368/4192956
[pid=11960] ppid=11958 vsize=382752 CPUtime=222.2
/proc/11960/stat : 11960 (mxc-sat09) R 11958 11960 11605 0 -1 4194304 112479 0 0 0 22167 53 0 0 25 0 1 0 128228159 391938048 91025 1992294400 134512640 135192793 4294956208 18446744073709551615 134534215 0 0 4096 0 0 0 0 17 0 0 0
/proc/11960/statm: 95688 91025 73 166 0 95519 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 382752

[startup+282.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 11961
/proc/meminfo: memFree=784120/2055920 swapFree=4181368/4192956
[pid=11960] ppid=11958 vsize=389056 CPUtime=282.19
/proc/11960/stat : 11960 (mxc-sat09) R 11958 11960 11605 0 -1 4194304 114046 0 0 0 28163 56 0 0 25 0 1 0 128228159 398393344 92592 1992294400 134512640 135192793 4294956208 18446744073709551615 134533186 0 0 4096 0 0 0 0 17 0 0 0
/proc/11960/statm: 97264 92592 73 166 0 97095 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 389056

[startup+342.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 11961
/proc/meminfo: memFree=772472/2055920 swapFree=4181368/4192956
[pid=11960] ppid=11958 vsize=400720 CPUtime=342.16
/proc/11960/stat : 11960 (mxc-sat09) R 11958 11960 11605 0 -1 4194304 116947 0 0 0 34157 59 0 0 25 0 1 0 128228159 410337280 95493 1992294400 134512640 135192793 4294956208 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 0 0 0
/proc/11960/statm: 100180 95493 73 166 0 100011 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 400720

[startup+402.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 11961
/proc/meminfo: memFree=764728/2055920 swapFree=4181368/4192956
[pid=11960] ppid=11958 vsize=408640 CPUtime=402.13
/proc/11960/stat : 11960 (mxc-sat09) R 11958 11960 11605 0 -1 4194304 118854 0 0 0 40152 61 0 0 25 0 1 0 128228159 418447360 97400 1992294400 134512640 135192793 4294956208 18446744073709551615 134534170 0 0 4096 0 0 0 0 17 0 0 0
/proc/11960/statm: 102160 97400 73 166 0 101991 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 408640

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11961
/proc/meminfo: memFree=764408/2055920 swapFree=4181368/4192956
[pid=11960] ppid=11958 vsize=409256 CPUtime=462.11
/proc/11960/stat : 11960 (mxc-sat09) R 11958 11960 11605 0 -1 4194304 118949 0 0 0 46150 61 0 0 25 0 1 0 128228159 419078144 97495 1992294400 134512640 135192793 4294956208 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 0 0 0
/proc/11960/statm: 102314 97495 74 166 0 102145 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 409256

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11961
/proc/meminfo: memFree=763000/2055920 swapFree=4181368/4192956
[pid=11960] ppid=11958 vsize=410760 CPUtime=522.1
/proc/11960/stat : 11960 (mxc-sat09) R 11958 11960 11605 0 -1 4194304 119299 0 0 0 52148 62 0 0 25 0 1 0 128228159 420618240 97845 1992294400 134512640 135192793 4294956208 18446744073709551615 134533866 0 0 4096 0 0 0 0 17 0 0 0
/proc/11960/statm: 102690 97845 74 166 0 102521 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 410760

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

[startup+537.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11961
/proc/meminfo: memFree=763000/2055920 swapFree=4181368/4192956
[pid=11960] ppid=11958 vsize=410760 CPUtime=537.28
/proc/11960/stat : 11960 (mxc-sat09) R 11958 11960 11605 0 -1 4194304 119299 0 0 0 53666 62 0 0 25 0 1 0 128228159 420618240 97845 1992294400 134512640 135192793 4294956208 18446744073709551615 134533139 0 0 4096 0 0 0 0 17 0 0 0
/proc/11960/statm: 102690 97845 74 166 0 102521 0
Current children cumulated CPU time (s) 537.28
Current children cumulated vsize (KiB) 410760

[startup+550.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11961
/proc/meminfo: memFree=763000/2055920 swapFree=4181368/4192956
[pid=11960] ppid=11958 vsize=410760 CPUtime=550.08
/proc/11960/stat : 11960 (mxc-sat09) R 11958 11960 11605 0 -1 4194304 119301 0 0 0 54946 62 0 0 25 0 1 0 128228159 420618240 97847 1992294400 134512640 135192793 4294956208 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 0 0 0
/proc/11960/statm: 102690 97847 74 166 0 102521 0
Current children cumulated CPU time (s) 550.08
Current children cumulated vsize (KiB) 410760

[startup+556.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11961
/proc/meminfo: memFree=762936/2055920 swapFree=4181368/4192956
[pid=11960] ppid=11958 vsize=410760 CPUtime=556.48
/proc/11960/stat : 11960 (mxc-sat09) R 11958 11960 11605 0 -1 4194304 119318 0 0 0 55586 62 0 0 25 0 1 0 128228159 420618240 97864 1992294400 134512640 135192793 4294956208 18446744073709551615 134533336 0 0 4096 0 0 0 0 17 0 0 0
/proc/11960/statm: 102690 97864 74 166 0 102521 0
Current children cumulated CPU time (s) 556.48
Current children cumulated vsize (KiB) 410760

[startup+558.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11961
/proc/meminfo: memFree=762936/2055920 swapFree=4181368/4192956
[pid=11960] ppid=11958 vsize=410760 CPUtime=558.08
/proc/11960/stat : 11960 (mxc-sat09) R 11958 11960 11605 0 -1 4194304 119318 0 0 0 55746 62 0 0 25 0 1 0 128228159 420618240 97864 1992294400 134512640 135192793 4294956208 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 0 0 0
/proc/11960/statm: 102690 97864 74 166 0 102521 0
Current children cumulated CPU time (s) 558.08
Current children cumulated vsize (KiB) 410760

[startup+559.906 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11961
/proc/meminfo: memFree=762936/2055920 swapFree=4181368/4192956
[pid=11960] ppid=11958 vsize=410760 CPUtime=559.68
/proc/11960/stat : 11960 (mxc-sat09) R 11958 11960 11605 0 -1 4194304 119318 0 0 0 55906 62 0 0 25 0 1 0 128228159 420618240 97864 1992294400 134512640 135192793 4294956208 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 0 0 0
/proc/11960/statm: 102690 97864 74 166 0 102521 0
Current children cumulated CPU time (s) 559.68
Current children cumulated vsize (KiB) 410760

[startup+560.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11961
/proc/meminfo: memFree=762936/2055920 swapFree=4181368/4192956
[pid=11960] ppid=11958 vsize=410760 CPUtime=560.48
/proc/11960/stat : 11960 (mxc-sat09) R 11958 11960 11605 0 -1 4194304 119318 0 0 0 55986 62 0 0 25 0 1 0 128228159 420618240 97864 1992294400 134512640 135192793 4294956208 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 0 0 0
/proc/11960/statm: 102690 97864 74 166 0 102521 0
Current children cumulated CPU time (s) 560.48
Current children cumulated vsize (KiB) 410760

[startup+561.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11961
/proc/meminfo: memFree=762936/2055920 swapFree=4181368/4192956
[pid=11960] ppid=11958 vsize=410760 CPUtime=560.88
/proc/11960/stat : 11960 (mxc-sat09) R 11958 11960 11605 0 -1 4194304 119318 0 0 0 56026 62 0 0 25 0 1 0 128228159 420618240 97864 1992294400 134512640 135192793 4294956208 18446744073709551615 134534180 0 0 4096 0 0 0 0 17 0 0 0
/proc/11960/statm: 102690 97864 74 166 0 102521 0
Current children cumulated CPU time (s) 560.88
Current children cumulated vsize (KiB) 410760

Child status: 20
Real time (s): 561.173
CPU time (s): 560.955
CPU user time (s): 560.274
CPU system time (s): 0.680896
CPU usage (%): 99.961
Max. virtual memory (cumulated for all children) (KiB): 410760

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

runsolver used 0.672897 second user time and 1.27281 second system time

The end

Launcher Data

Begin job on node79 at 2009-04-29 12:46:22
IDJOB=1577511
IDBENCH=70961
IDSOLVER=504
FILE ID=node79/1577511-1241001978
PBS_JOBID= 9204793
Free space on /tmp= 65948 MiB

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

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

MD5SUM BENCH= ba6884aaa746378e56c38fd8b3d0255e
RANDOM SEED=966677148

node79.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.220
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.220
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:       1152672 kB
Buffers:         60468 kB
Cached:         745428 kB
SwapCached:       5480 kB
Active:         148460 kB
Inactive:       665792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1152672 kB
SwapTotal:     4192956 kB
SwapFree:      4181368 kB
Dirty:           50028 kB
Writeback:           0 kB
Mapped:          14080 kB
Slab:            74936 kB
Committed_AS:   563216 kB
PageTables:       1384 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= 65944 MiB
End job on node79 at 2009-04-29 12:55:43