Trace number 1775187

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 10004

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_09_UNKNOWN.cnf
MD5SUM18ad1dee1e9d863458e75a20545ae68a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1430
Number of clauses79453
Sum of the clauses size236162
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22358
Number of clauses of size 377072
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

479.43/479.66	c starting MXC with:
479.43/479.66	c cnf_path = HOME/instance-1775187-1241310293.cnf
479.43/479.66	c restart_strategy = auto
479.43/479.66	c sign_strategy = cached
479.43/479.66	c use_preprocessing = -1
479.43/479.66	c output_implicant = 1
479.43/479.66	c timeout_seconds = 0
479.43/479.66	c running SatELite... done
479.43/479.66	c 560 vars eliminated
479.43/479.66	c received 0 units and 75119 clauses from SatELite
479.43/479.66	c 559 assignments made, starting to guess now
479.43/479.66	c ===================================[MXC]=====================================
479.43/479.66	c | Conflicts |                Clause Statistics                   |   Vars   |
479.43/479.66	c |           |    CARD     BIN      O3+      L3+   L3+Lim  Lit/CL |          |
479.43/479.66	c =============================================================================
479.43/479.66	c |         0 |       0    2065    73054        0        0     nan |     1430 |
479.43/479.66	c |       100 |       0    2065    73054      100     1050    45.5 |      871 |
479.43/479.66	c |       210 |       0    2065    73054      210     1105    44.3 |      871 |
479.43/479.66	c |       441 |       0    2065    73054      441     1220    48.0 |      871 |
479.43/479.66	c |       805 |       0    2065    73054      805     1402    46.2 |      871 |
479.43/479.66	c |      1315 |       0    2065    73054     1315     1657    45.6 |      871 |
479.43/479.66	c |      1986 |       0    2065    73054     1986     1993    43.5 |      871 |
479.43/479.66	c |      2834 |       0    2065    73054     1834     2417    37.8 |      871 |
479.43/479.66	c |      3876 |       0    2065    73054     2876     2938    40.9 |      871 |
479.43/479.66	c |      5132 |       0    2065    73054     2632     3566    47.1 |      871 |
479.43/479.66	c |      6623 |       0    2065    73054     4123     4311    46.5 |      871 |
479.43/479.66	c |      8373 |       0    2065    73054     3623     5186    43.5 |      871 |
479.43/479.66	c |     10408 |       0    2065    73054     5658     6204    42.6 |      871 |
479.43/479.66	c |     12756 |       0    2065    73054     4631     7378    39.6 |      871 |
479.43/479.66	c |     15449 |       0    2065    73054     7324     8724    40.3 |      871 |
479.43/479.66	c |     18521 |       0    2065    73054     5333    10260    40.7 |      871 |
479.43/479.66	c |     22010 |       0    2065    73054     8822    12005    39.9 |      871 |
479.43/479.66	c |     25958 |       0    2065    73054    12770    13979    41.3 |      871 |
479.43/479.66	c |     30411 |       0    2065    73054     9629    16205    44.4 |      871 |
479.43/479.66	c |     35419 |       0    2065    73054    14637    18709    44.9 |      871 |
479.43/479.66	c |     41038 |       0    2065    73054    20256    21519    43.6 |      871 |
479.43/479.66	c |     47329 |       0    2065    73054    15156    24664    41.2 |      871 |
479.43/479.66	c |     54360 |       0    2065    73054    22187    28180    41.1 |      871 |
479.43/479.66	c |     62205 |       0    2065    73054    30032    32102    41.9 |      871 |
479.43/479.66	c |     70945 |       0    2065    73054    21685    36472    42.5 |      871 |
479.43/479.66	c |     80669 |       0    2065    73054    31409    41334    43.6 |      871 |
479.43/479.66	c |     91476 |       0    2065    73054    42216    46738    44.6 |      871 |
479.43/479.66	c |    103474 |       0    2065    73054    28584    51655    43.9 |      871 |
479.43/479.66	c |    116782 |       0    2065    73054    41892    53142    44.1 |      871 |
479.43/479.66	c |    131532 |       0    2065    73054    29427    54647    48.1 |      871 |
479.43/479.66	c |    147868 |       0    2065    73054    45763    56169    47.7 |      871 |
479.43/479.66	c |    165948 |       0    2065    73054    35264    57711    44.1 |      871 |
479.43/479.66	c |    185947 |       0    2065    73054    55263    59274    44.6 |      871 |
479.43/479.66	c |    208057 |       0    2065    73054    47575    60859    47.0 |      871 |
479.43/479.66	c |    232489 |       0    2065    73054    41101    62466    45.4 |      871 |
479.43/479.66	c |    259475 |       0    2065    73054    36161    64098    42.2 |      871 |
479.43/479.66	c |    289271 |       0    2065    73054    33084    65756    43.9 |      871 |
479.43/479.66	c |    322158 |       0    2065    73054    65971    67441    43.7 |      871 |
479.43/479.66	c |    358445 |       0    2065    73054    68499    69153    44.8 |      871 |
479.43/479.66	c |    398472 |       0    2065    73054    38553    70895    41.5 |      871 |
479.43/479.66	c |    442613 |       0    2065    73054    46564    72666    40.2 |      871 |
479.43/479.66	c |    491279 |       0    2065    73054    58385    74470    35.4 |      871 |
479.43/479.66	c |    544923 |       0    2065    73054    7450

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-1775187-1241310293/watcher-1775187-1241310293 -o /tmp/evaluation-result-1775187-1241310293/solver-1775187-1241310293 -C 10000 -W 12000 -M 1800 HOME/mxc-sat09 -i HOME/instance-1775187-1241310293.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: 0.92 0.98 0.99 3/64 27594
/proc/meminfo: memFree=1974848/2055920 swapFree=4179860/4192956
[pid=27594] ppid=27592 vsize=2480 CPUtime=0
/proc/27594/stat : 27594 (mxc-sat09) R 27592 27594 27144 0 -1 4194304 490 0 0 0 0 0 0 0 18 0 1 0 159055509 2539520 476 1992294400 134512640 135192793 4294956224 18446744073709551615 134766703 0 0 4096 0 0 0 0 17 1 0 0
/proc/27594/statm: 620 476 54 166 0 451 0

[startup+0.0644469 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27594
/proc/meminfo: memFree=1974848/2055920 swapFree=4179860/4192956
[pid=27594] ppid=27592 vsize=5724 CPUtime=0.06
/proc/27594/stat : 27594 (mxc-sat09) R 27592 27594 27144 0 -1 4194304 1579 0 0 0 5 1 0 0 18 0 1 0 159055509 5861376 1260 1992294400 134512640 135192793 4294956224 18446744073709551615 134567928 0 0 4096 0 0 0 0 17 1 0 0
/proc/27594/statm: 1431 1260 56 166 0 1262 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5724

[startup+0.101454 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27594
/proc/meminfo: memFree=1974848/2055920 swapFree=4179860/4192956
[pid=27594] ppid=27592 vsize=5724 CPUtime=0.09
/proc/27594/stat : 27594 (mxc-sat09) R 27592 27594 27144 0 -1 4194304 1579 0 0 0 8 1 0 0 18 0 1 0 159055509 5861376 1260 1992294400 134512640 135192793 4294956224 18446744073709551615 134567928 0 0 4096 0 0 0 0 17 1 0 0
/proc/27594/statm: 1431 1260 56 166 0 1262 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5724

[startup+0.301489 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27594
/proc/meminfo: memFree=1974848/2055920 swapFree=4179860/4192956
[pid=27594] ppid=27592 vsize=5724 CPUtime=0.29
/proc/27594/stat : 27594 (mxc-sat09) R 27592 27594 27144 0 -1 4194304 1579 0 0 0 28 1 0 0 19 0 1 0 159055509 5861376 1260 1992294400 134512640 135192793 4294956224 18446744073709551615 134568024 0 0 4096 0 0 0 0 17 1 0 0
/proc/27594/statm: 1431 1260 56 166 0 1262 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5724

[startup+0.701561 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27594
/proc/meminfo: memFree=1974848/2055920 swapFree=4179860/4192956
[pid=27594] ppid=27592 vsize=8604 CPUtime=0.69
/proc/27594/stat : 27594 (mxc-sat09) R 27592 27594 27144 0 -1 4194304 2255 0 0 0 68 1 0 0 22 0 1 0 159055509 8810496 1936 1992294400 134512640 135192793 4294956224 18446744073709551615 134567775 0 0 4096 0 0 0 0 17 1 0 0
/proc/27594/statm: 2151 1936 56 166 0 1982 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8604

[startup+1.50171 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 27595
/proc/meminfo: memFree=1967288/2055920 swapFree=4179860/4192956
[pid=27594] ppid=27592 vsize=16892 CPUtime=1.49
/proc/27594/stat : 27594 (mxc-sat09) R 27592 27594 27144 0 -1 4194304 4483 0 0 0 147 2 0 0 25 0 1 0 159055509 17297408 3998 1992294400 134512640 135192793 4294956224 18446744073709551615 134553744 0 0 4096 0 0 0 0 17 1 0 0
/proc/27594/statm: 4223 3998 72 166 0 4054 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16892

[startup+3.102 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 27595
/proc/meminfo: memFree=1957880/2055920 swapFree=4179860/4192956
[pid=27594] ppid=27592 vsize=19032 CPUtime=3.09
/proc/27594/stat : 27594 (mxc-sat09) R 27592 27594 27144 0 -1 4194304 5015 0 0 0 307 2 0 0 25 0 1 0 159055509 19488768 4530 1992294400 134512640 135192793 4294956224 18446744073709551615 134533815 0 0 4096 0 0 0 0 17 1 0 0
/proc/27594/statm: 4758 4530 73 166 0 4589 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19032

[startup+6.30158 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 27595
/proc/meminfo: memFree=1954232/2055920 swapFree=4179860/4192956
[pid=27594] ppid=27592 vsize=21896 CPUtime=6.28
/proc/27594/stat : 27594 (mxc-sat09) R 27592 27594 27144 0 -1 4194304 5712 0 0 0 626 2 0 0 25 0 1 0 159055509 22421504 5227 1992294400 134512640 135192793 4294956224 18446744073709551615 134551397 0 0 4096 0 0 0 0 17 1 0 0
/proc/27594/statm: 5474 5227 73 166 0 5305 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 21896

[startup+12.7017 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 27595
/proc/meminfo: memFree=1950784/2055920 swapFree=4179860/4192956
[pid=27594] ppid=27592 vsize=25484 CPUtime=12.68
/proc/27594/stat : 27594 (mxc-sat09) R 27592 27594 27144 0 -1 4194304 6488 0 0 0 1265 3 0 0 25 0 1 0 159055509 26095616 6003 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/27594/statm: 6371 6003 73 166 0 6202 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 25484

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 27595
/proc/meminfo: memFree=1946048/2055920 swapFree=4179860/4192956
[pid=27594] ppid=27592 vsize=30868 CPUtime=25.48
/proc/27594/stat : 27594 (mxc-sat09) R 27592 27594 27144 0 -1 4194304 7705 0 0 0 2544 4 0 0 25 0 1 0 159055509 31608832 7220 1992294400 134512640 135192793 4294956224 18446744073709551615 134533892 0 0 4096 0 0 0 0 17 1 0 0
/proc/27594/statm: 7717 7220 73 166 0 7548 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 30868

[startup+51.1017 s]
/proc/loadavg: 1.03 1.00 1.00 2/65 27595
/proc/meminfo: memFree=1938112/2055920 swapFree=4179860/4192956
[pid=27594] ppid=27592 vsize=39452 CPUtime=51.07
/proc/27594/stat : 27594 (mxc-sat09) R 27592 27594 27144 0 -1 4194304 9672 0 0 0 5102 5 0 0 25 0 1 0 159055509 40398848 9187 1992294400 134512640 135192793 4294956224 18446744073709551615 134533892 0 0 4096 0 0 0 0 17 1 0 0
/proc/27594/statm: 9863 9187 73 166 0 9694 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 39452

[startup+102.306 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 27595
/proc/meminfo: memFree=1931200/2055920 swapFree=4179860/4192956
[pid=27594] ppid=27592 vsize=47588 CPUtime=102.26
/proc/27594/stat : 27594 (mxc-sat09) R 27592 27594 27144 0 -1 4194304 11398 0 0 0 10220 6 0 0 25 0 1 0 159055509 48730112 10913 1992294400 134512640 135192793 4294956224 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/27594/statm: 11897 10913 73 166 0 11728 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 47588

[startup+162.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27595
/proc/meminfo: memFree=1928192/2055920 swapFree=4179860/4192956
[pid=27594] ppid=27592 vsize=51556 CPUtime=162.24
/proc/27594/stat : 27594 (mxc-sat09) R 27592 27594 27144 0 -1 4194304 12146 0 0 0 16217 7 0 0 25 0 1 0 159055509 52793344 11661 1992294400 134512640 135192793 4294956224 18446744073709551615 134534131 0 0 4096 0 0 0 0 17 1 0 0
/proc/27594/statm: 12889 11661 73 166 0 12720 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 51556

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27595
/proc/meminfo: memFree=1927552/2055920 swapFree=4179860/4192956
[pid=27594] ppid=27592 vsize=52068 CPUtime=222.21
/proc/27594/stat : 27594 (mxc-sat09) R 27592 27594 27144 0 -1 4194304 12286 0 0 0 22214 7 0 0 25 0 1 0 159055509 53317632 11801 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/27594/statm: 13017 11801 73 166 0 12848 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 52068

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27595
/proc/meminfo: memFree=1924672/2055920 swapFree=4179860/4192956
[pid=27594] ppid=27592 vsize=55644 CPUtime=282.19
/proc/27594/stat : 27594 (mxc-sat09) R 27592 27594 27144 0 -1 4194304 13002 0 0 0 28211 8 0 0 25 0 1 0 159055509 56979456 12517 1992294400 134512640 135192793 4294956224 18446744073709551615 134534231 0 0 4096 0 0 0 0 17 1 0 0
/proc/27594/statm: 13911 12517 73 166 0 13742 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 55644

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27595
/proc/meminfo: memFree=1920320/2055920 swapFree=4179860/4192956
[pid=27594] ppid=27592 vsize=61268 CPUtime=342.18
/proc/27594/stat : 27594 (mxc-sat09) R 27592 27594 27144 0 -1 4194304 14095 0 0 0 34209 9 0 0 25 0 1 0 159055509 62738432 13610 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/27594/statm: 15317 13610 73 166 0 15148 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 61268

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27595
/proc/meminfo: memFree=1918720/2055920 swapFree=4179860/4192956
[pid=27594] ppid=27592 vsize=63060 CPUtime=402.15
/proc/27594/stat : 27594 (mxc-sat09) R 27592 27594 27144 0 -1 4194304 14486 0 0 0 40206 9 0 0 25 0 1 0 159055509 64573440 14001 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/27594/statm: 15765 14001 73 166 0 15596 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 63060

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27595
/proc/meminfo: memFree=1916160/2055920 swapFree=4179860/4192956
[pid=27594] ppid=27592 vsize=66164 CPUtime=462.14
/proc/27594/stat : 27594 (mxc-sat09) R 27592 27594 27144 0 -1 4194304 15114 0 0 0 46204 10 0 0 25 0 1 0 159055509 67751936 14629 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/27594/statm: 16541 14629 73 166 0 16372 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 66164

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27595
/proc/meminfo: memFree=1913920/2055920 swapFree=4179860/4192956
[pid=27594] ppid=27592 vsize=69300 CPUtime=522.11
/proc/27594/stat : 27594 (mxc-sat09) R 27592 27594 27144 0 -1 4194304 15684 0 0 0 52201 10 0 0 25 0 1 0 159055509 70963200 15199 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/27594/statm: 17325 15199 74 166 0 17156 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 69300

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27595
/proc/meminfo: memFree=1912128/2055920 swapFree=4179860/4192956
[pid=27594] ppid=27592 vsize=71860 CPUtime=582.1
/proc/27594/stat : 27594 (mxc-sat09) R 27592 27594 27144 0 -1 4194304 16117 0 0 0 58199 11 0 0 25 0 1 0 159055509 73584640 15632 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/27594/statm: 17965 15632 74 166 0 17796 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 71860

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27595
/proc/meminfo: memFree=1908800/2055920 swapFree=4179860/4192956
[pid=27594] ppid=27592 vsize=76288 CPUtime=642.08
/proc/27594/stat : 27594 (mxc-sat09) R 27592 27594 27144 0 -1 4194304 16949 0 0 0 64196 12 0 0 25 0 1 0 159055509 78118912 16464 1992294400 134512640 135192793 4294956224 18446744073709551615 134533917 0 0 4096 0 0 0 0 17 1 0 0
/proc/27594/statm: 19072 16464 74 166 0 18903 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 76288

[startup+702.302 s]

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

[startup+9042.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 30703
/proc/meminfo: memFree=1758464/2055920 swapFree=4179860/4192956
[pid=27594] ppid=27592 vsize=165984 CPUtime=9038.66
/proc/27594/stat : 27594 (mxc-sat09) R 27592 27594 27144 0 -1 4194304 34252 0 0 0 903801 65 0 0 25 0 1 0 159055509 169967616 33643 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/27594/statm: 41496 33643 74 166 0 41327 0
Current children cumulated CPU time (s) 9038.66
Current children cumulated vsize (KiB) 165984

[startup+9102.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 30703
/proc/meminfo: memFree=1758336/2055920 swapFree=4179860/4192956
[pid=27594] ppid=27592 vsize=165984 CPUtime=9098.64
/proc/27594/stat : 27594 (mxc-sat09) R 27592 27594 27144 0 -1 4194304 34252 0 0 0 909799 65 0 0 25 0 1 0 159055509 169967616 33643 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/27594/statm: 41496 33643 74 166 0 41327 0
Current children cumulated CPU time (s) 9098.64
Current children cumulated vsize (KiB) 165984

[startup+9162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30703
/proc/meminfo: memFree=1758336/2055920 swapFree=4179860/4192956
[pid=27594] ppid=27592 vsize=165984 CPUtime=9158.62
/proc/27594/stat : 27594 (mxc-sat09) R 27592 27594 27144 0 -1 4194304 34252 0 0 0 915797 65 0 0 25 0 1 0 159055509 169967616 33643 1992294400 134512640 135192793 4294956224 18446744073709551615 134533892 0 0 4096 0 0 0 0 17 1 0 0
/proc/27594/statm: 41496 33643 74 166 0 41327 0
Current children cumulated CPU time (s) 9158.62
Current children cumulated vsize (KiB) 165984

[startup+9222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30703
/proc/meminfo: memFree=1758208/2055920 swapFree=4179860/4192956
[pid=27594] ppid=27592 vsize=165956 CPUtime=9218.6
/proc/27594/stat : 27594 (mxc-sat09) R 27592 27594 27144 0 -1 4194304 34253 0 0 0 921795 65 0 0 25 0 1 0 159055509 169938944 33644 1992294400 134512640 135192793 4294956224 18446744073709551615 134533904 0 0 4096 0 0 0 0 17 1 0 0
/proc/27594/statm: 41489 33644 74 166 0 41320 0
Current children cumulated CPU time (s) 9218.6
Current children cumulated vsize (KiB) 165956

[startup+9282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30703
/proc/meminfo: memFree=1757888/2055920 swapFree=4179860/4192956
[pid=27594] ppid=27592 vsize=166212 CPUtime=9278.59
/proc/27594/stat : 27594 (mxc-sat09) R 27592 27594 27144 0 -1 4194304 34330 0 0 0 927793 66 0 0 25 0 1 0 159055509 170201088 33721 1992294400 134512640 135192793 4294956224 18446744073709551615 134533911 0 0 4096 0 0 0 0 17 1 0 0
/proc/27594/statm: 41553 33721 74 166 0 41384 0
Current children cumulated CPU time (s) 9278.59
Current children cumulated vsize (KiB) 166212

[startup+9342.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30703
/proc/meminfo: memFree=1758144/2055920 swapFree=4179860/4192956
[pid=27594] ppid=27592 vsize=165500 CPUtime=9338.57
/proc/27594/stat : 27594 (mxc-sat09) R 27592 27594 27144 0 -1 4194304 34393 0 0 0 933791 66 0 0 25 0 1 0 159055509 169472000 33626 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/27594/statm: 41375 33626 74 166 0 41206 0
Current children cumulated CPU time (s) 9338.57
Current children cumulated vsize (KiB) 165500

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30709
/proc/meminfo: memFree=1757952/2055920 swapFree=4179860/4192956
[pid=27594] ppid=27592 vsize=166012 CPUtime=9398.54
/proc/27594/stat : 27594 (mxc-sat09) R 27592 27594 27144 0 -1 4194304 34422 0 0 0 939788 66 0 0 25 0 1 0 159055509 169996288 33655 1992294400 134512640 135192793 4294956224 18446744073709551615 134533909 0 0 4096 0 0 0 0 17 1 0 0
/proc/27594/statm: 41503 33655 74 166 0 41334 0
Current children cumulated CPU time (s) 9398.54
Current children cumulated vsize (KiB) 166012

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30709
/proc/meminfo: memFree=1756992/2055920 swapFree=4179860/4192956
[pid=27594] ppid=27592 vsize=167236 CPUtime=9458.51
/proc/27594/stat : 27594 (mxc-sat09) R 27592 27594 27144 0 -1 4194304 34684 0 0 0 945785 66 0 0 25 0 1 0 159055509 171249664 33917 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/27594/statm: 41809 33917 74 166 0 41640 0
Current children cumulated CPU time (s) 9458.51
Current children cumulated vsize (KiB) 167236

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30709
/proc/meminfo: memFree=1756864/2055920 swapFree=4179860/4192956
[pid=27594] ppid=27592 vsize=167236 CPUtime=9518.5
/proc/27594/stat : 27594 (mxc-sat09) R 27592 27594 27144 0 -1 4194304 34714 0 0 0 951783 67 0 0 25 0 1 0 159055509 171249664 33947 1992294400 134512640 135192793 4294956224 18446744073709551615 134534131 0 0 4096 0 0 0 0 17 1 0 0
/proc/27594/statm: 41809 33947 74 166 0 41640 0
Current children cumulated CPU time (s) 9518.5
Current children cumulated vsize (KiB) 167236

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30709
/proc/meminfo: memFree=1756736/2055920 swapFree=4179860/4192956
[pid=27594] ppid=27592 vsize=167236 CPUtime=9578.48
/proc/27594/stat : 27594 (mxc-sat09) R 27592 27594 27144 0 -1 4194304 34747 0 0 0 957781 67 0 0 25 0 1 0 159055509 171249664 33980 1992294400 134512640 135192793 4294956224 18446744073709551615 134534131 0 0 4096 0 0 0 0 17 1 0 0
/proc/27594/statm: 41809 33980 74 166 0 41640 0
Current children cumulated CPU time (s) 9578.48
Current children cumulated vsize (KiB) 167236

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30709
/proc/meminfo: memFree=1756544/2055920 swapFree=4179860/4192956
[pid=27594] ppid=27592 vsize=168260 CPUtime=9638.46
/proc/27594/stat : 27594 (mxc-sat09) R 27592 27594 27144 0 -1 4194304 34787 0 0 0 963779 67 0 0 25 0 1 0 159055509 172298240 34020 1992294400 134512640 135192793 4294956224 18446744073709551615 134533909 0 0 4096 0 0 0 0 17 1 0 0
/proc/27594/statm: 42065 34020 74 166 0 41896 0
Current children cumulated CPU time (s) 9638.46
Current children cumulated vsize (KiB) 168260

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30709
/proc/meminfo: memFree=1756416/2055920 swapFree=4179860/4192956
[pid=27594] ppid=27592 vsize=168260 CPUtime=9698.44
/proc/27594/stat : 27594 (mxc-sat09) R 27592 27594 27144 0 -1 4194304 34809 0 0 0 969777 67 0 0 25 0 1 0 159055509 172298240 34042 1992294400 134512640 135192793 4294956224 18446744073709551615 134534131 0 0 4096 0 0 0 0 17 1 0 0
/proc/27594/statm: 42065 34042 74 166 0 41896 0
Current children cumulated CPU time (s) 9698.44
Current children cumulated vsize (KiB) 168260

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30709
/proc/meminfo: memFree=1755968/2055920 swapFree=4179860/4192956
[pid=27594] ppid=27592 vsize=169284 CPUtime=9758.41
/proc/27594/stat : 27594 (mxc-sat09) R 27592 27594 27144 0 -1 4194304 34898 0 0 0 975774 67 0 0 25 0 1 0 159055509 173346816 34131 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/27594/statm: 42321 34131 74 166 0 42152 0
Current children cumulated CPU time (s) 9758.41
Current children cumulated vsize (KiB) 169284

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30709
/proc/meminfo: memFree=1755904/2055920 swapFree=4179860/4192956
[pid=27594] ppid=27592 vsize=169284 CPUtime=9818.39
/proc/27594/stat : 27594 (mxc-sat09) R 27592 27594 27144 0 -1 4194304 34903 0 0 0 981772 67 0 0 25 0 1 0 159055509 173346816 34136 1992294400 134512640 135192793 4294956224 18446744073709551615 134552346 0 0 4096 0 0 0 0 17 1 0 0
/proc/27594/statm: 42321 34136 74 166 0 42152 0
Current children cumulated CPU time (s) 9818.39
Current children cumulated vsize (KiB) 169284

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30709
/proc/meminfo: memFree=1755904/2055920 swapFree=4179860/4192956
[pid=27594] ppid=27592 vsize=169284 CPUtime=9878.38
/proc/27594/stat : 27594 (mxc-sat09) R 27592 27594 27144 0 -1 4194304 34903 0 0 0 987771 67 0 0 25 0 1 0 159055509 173346816 34136 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/27594/statm: 42321 34136 74 166 0 42152 0
Current children cumulated CPU time (s) 9878.38
Current children cumulated vsize (KiB) 169284

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30709
/proc/meminfo: memFree=1755904/2055920 swapFree=4179860/4192956
[pid=27594] ppid=27592 vsize=169284 CPUtime=9938.35
/proc/27594/stat : 27594 (mxc-sat09) R 27592 27594 27144 0 -1 4194304 34903 0 0 0 993768 67 0 0 25 0 1 0 159055509 173346816 34136 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/27594/statm: 42321 34136 74 166 0 42152 0
Current children cumulated CPU time (s) 9938.35
Current children cumulated vsize (KiB) 169284

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30709
/proc/meminfo: memFree=1755840/2055920 swapFree=4179860/4192956
[pid=27594] ppid=27592 vsize=169284 CPUtime=9998.34
/proc/27594/stat : 27594 (mxc-sat09) R 27592 27594 27144 0 -1 4194304 34917 0 0 0 999766 68 0 0 25 0 1 0 159055509 173346816 34150 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/27594/statm: 42321 34150 74 166 0 42152 0
Current children cumulated CPU time (s) 9998.34
Current children cumulated vsize (KiB) 169284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30709
/proc/meminfo: memFree=1755840/2055920 swapFree=4179860/4192956
[pid=27594] ppid=27592 vsize=169284 CPUtime=10000
/proc/27594/stat : 27594 (mxc-sat09) R 27592 27594 27144 0 -1 4194304 34917 0 0 0 999936 68 0 0 25 0 1 0 159055509 173346816 34150 1992294400 134512640 135192793 4294956224 18446744073709551615 134533892 0 0 4096 0 0 0 0 17 1 0 0
/proc/27594/statm: 42321 34150 74 166 0 42152 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 169284

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 10004
CPU time (s): 10000.1
CPU user time (s): 9999.37
CPU system time (s): 0.705892
CPU usage (%): 99.9605
Max. virtual memory (cumulated for all children) (KiB): 169284

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

runsolver used 8.10077 second user time and 19.85 second system time

The end

Launcher Data

Begin job on node67 at 2009-05-03 02:24:53
IDJOB=1775187
IDBENCH=71098
IDSOLVER=613
FILE ID=node67/1775187-1241310293
PBS_JOBID= 9225225
Free space on /tmp= 66236 MiB

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

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

MD5SUM BENCH= 18ad1dee1e9d863458e75a20545ae68a
RANDOM SEED=13651119

node67.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.277
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.277
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:       1975328 kB
Buffers:          2948 kB
Cached:          17748 kB
SwapCached:       7116 kB
Active:          23284 kB
Inactive:         6040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1975328 kB
SwapTotal:     4192956 kB
SwapFree:      4179860 kB
Dirty:            1908 kB
Writeback:           0 kB
Mapped:          14248 kB
Slab:            37168 kB
Committed_AS:   689764 kB
PageTables:       1444 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= 66236 MiB
End job on node67 at 2009-05-03 05:11:39