Trace number 1719459

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
VARSAT-crafted 2009-03-22? (TO) 1200.04 1200.42

General information on the benchmark

Namegoldb-heqc-x1mul.cnf
MD5SUMb44e541aede789d4830fa0a3a047fcda
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark100.681
Satisfiable
(Un)Satisfiability was proved
Number of variables8756
Number of clauses55571
Sum of the clauses size187746
Maximum clause length70
Minimum clause length1
Number of clauses of size 128
Number of clauses of size 212786
Number of clauses of size 325852
Number of clauses of size 40
Number of clauses of size 516904
Number of clauses of size over 51

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  8760                                                 |
0.00/0.00	c |  Number of clauses:    55571                                                |
0.00/0.08	c |  Parsing time:         0.07         s                                       |
0.00/0.08	c |  Timeout:              43200 s
0.00/0.08	c |  Random Seed:          1717714701.000000
0.00/0.08	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.00/0.08	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.08	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.08	c |                                                                             |
0.09/0.17	c ============================[ Search Statistics ]==============================
0.09/0.17	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.17	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.17	c ===============================================================================
0.09/0.17	c |         0 |    8603    55158   187052 |    18386        0    nan |  0.000 % |
0.19/0.28	c |       100 |    8603    55158   187052 |    20224      100      5 |  0.479 % |
0.39/0.42	c |       252 |    8603    55158   187052 |    22247      252      6 |  0.479 % |
0.49/0.58	c |       477 |    8602    55149   186802 |    24471      471      7 |  0.491 % |
0.69/0.77	c |       815 |    8601    55149   186802 |    26918      808      7 |  0.502 % |
0.99/1.02	c |      1321 |    8600    55139   186772 |    29610     1309      7 |  0.514 % |
1.29/1.32	c |      2082 |    8600    55139   186772 |    32571     2070      9 |  0.514 % |
1.69/1.76	c |      3222 |    8596    55129   186742 |    35829     3198     11 |  0.559 % |
2.19/2.25	c |      4931 |    8596    55129   186742 |    39412     4907     14 |  0.559 % |
2.99/3.05	c |      7493 |    8594    55114   186698 |    43353     7451     18 |  0.582 % |
4.09/4.14	c |     11337 |    8594    55112   186692 |    47688    11287     26 |  0.582 % |
5.79/5.80	c |     17104 |    8594    55112   186692 |    52457    17054     29 |  0.582 % |
7.99/8.00	c |     25754 |    8591    55108   186680 |    57703    25669     36 |  0.617 % |
13.09/13.19	c |     38728 |    8591    55106   186674 |    63473    38610     43 |  0.616 % |
21.98/22.04	c |     58190 |    8590    55104   186668 |    69820    58065     47 |  0.628 % |
35.08/35.12	c |     87383 |    8589    55102   186662 |    76802    36013     44 |  0.639 % |
69.27/69.36	c |    131173 |    8589    55102   186662 |    84483    79803     51 |  0.639 % |
111.65/111.77	c |    196858 |    8589    55102   186662 |    92931    76737     47 |  0.639 % |
189.73/189.82	c |    295384 |    8589    55102   186662 |   102224    24378     45 |  0.639 % |
289.10/289.24	c |    443174 |    8588    55094   186638 |   112447    86750     51 |  0.651 % |
477.64/477.83	c |    664857 |    8588    55094   186638 |   123691    28852     47 |  0.651 % |
704.17/704.45	c |    997384 |    8588    55094   186638 |   136060    47940     51 |  0.651 % |
1161.03/1161.50	c |   1496172 |    8587    55092   186632 |   149667    83834     46 |  0.662 % |

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-1719459-1240646471/watcher-1719459-1240646471 -o /tmp/evaluation-result-1719459-1240646471/solver-1719459-1240646471 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=1717714701 HOME/instance-1719459-1240646471.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: 0.93 0.98 0.99 3/64 16527
/proc/meminfo: memFree=1812648/2055920 swapFree=4181132/4192956
[pid=16527] ppid=16525 vsize=3352 CPUtime=0
/proc/16527/stat : 16527 (varsat-crafted_) R 16525 16527 16436 0 -1 4194304 661 0 0 0 0 0 0 0 18 0 1 0 92680095 3432448 646 1992294400 4194304 5102648 548682068800 18446744073709551615 4245091 0 0 4096 3 0 0 0 17 1 0 0
/proc/16527/statm: 838 649 81 221 0 614 0

[startup+0.0826711 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 16527
/proc/meminfo: memFree=1812648/2055920 swapFree=4181132/4192956
[pid=16527] ppid=16525 vsize=12148 CPUtime=0.07
/proc/16527/stat : 16527 (varsat-crafted_) R 16525 16527 16436 0 -1 4194304 2801 0 0 0 6 1 0 0 18 0 1 0 92680095 12439552 2786 1992294400 4194304 5102648 548682068800 18446744073709551615 4272886 0 0 4096 3 0 0 0 17 1 0 0
/proc/16527/statm: 3037 2786 99 221 0 2813 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12148

[startup+0.101675 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 16527
/proc/meminfo: memFree=1812648/2055920 swapFree=4181132/4192956
[pid=16527] ppid=16525 vsize=12148 CPUtime=0.09
/proc/16527/stat : 16527 (varsat-crafted_) R 16525 16527 16436 0 -1 4194304 2801 0 0 0 8 1 0 0 18 0 1 0 92680095 12439552 2786 1992294400 4194304 5102648 548682068800 18446744073709551615 4272884 0 0 4096 3 0 0 0 17 1 0 0
/proc/16527/statm: 3037 2786 99 221 0 2813 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12148

[startup+0.301706 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 16527
/proc/meminfo: memFree=1812648/2055920 swapFree=4181132/4192956
[pid=16527] ppid=16525 vsize=11472 CPUtime=0.29
/proc/16527/stat : 16527 (varsat-crafted_) R 16525 16527 16436 0 -1 4194304 2952 0 0 0 28 1 0 0 18 0 1 0 92680095 11747328 2684 1992294400 4194304 5102648 548682068800 18446744073709551615 4214180 0 0 4096 3 0 0 0 17 1 0 0
/proc/16527/statm: 2868 2684 112 221 0 2644 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11472

[startup+0.701769 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 16527
/proc/meminfo: memFree=1812648/2055920 swapFree=4181132/4192956
[pid=16527] ppid=16525 vsize=11472 CPUtime=0.69
/proc/16527/stat : 16527 (varsat-crafted_) R 16525 16527 16436 0 -1 4194304 2952 0 0 0 68 1 0 0 21 0 1 0 92680095 11747328 2684 1992294400 4194304 5102648 548682068800 18446744073709551615 4250288 0 0 4096 3 0 0 0 17 1 0 0
/proc/16527/statm: 2868 2684 112 221 0 2644 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11472

[startup+1.5019 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 16528
/proc/meminfo: memFree=1802080/2055920 swapFree=4181132/4192956
[pid=16527] ppid=16525 vsize=11472 CPUtime=1.49
/proc/16527/stat : 16527 (varsat-crafted_) R 16525 16527 16436 0 -1 4194304 2953 0 0 0 148 1 0 0 25 0 1 0 92680095 11747328 2685 1992294400 4194304 5102648 548682068800 18446744073709551615 4229564 0 0 4096 3 0 0 0 17 1 0 0
/proc/16527/statm: 2868 2685 112 221 0 2644 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11472

[startup+3.10115 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 16528
/proc/meminfo: memFree=1801960/2055920 swapFree=4181132/4192956
[pid=16527] ppid=16525 vsize=11472 CPUtime=3.09
/proc/16527/stat : 16527 (varsat-crafted_) R 16525 16527 16436 0 -1 4194304 2953 0 0 0 308 1 0 0 25 0 1 0 92680095 11747328 2685 1992294400 4194304 5102648 548682068800 18446744073709551615 4213869 0 0 4096 3 0 0 0 17 1 0 0
/proc/16527/statm: 2868 2685 112 221 0 2644 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11472

[startup+6.30166 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 16528
/proc/meminfo: memFree=1800552/2055920 swapFree=4181132/4192956
[pid=16527] ppid=16525 vsize=13780 CPUtime=6.29
/proc/16527/stat : 16527 (varsat-crafted_) R 16525 16527 16436 0 -1 4194304 3484 0 0 0 628 1 0 0 25 0 1 0 92680095 14110720 3216 1992294400 4194304 5102648 548682068800 18446744073709551615 4249977 0 0 4096 3 0 0 0 17 1 0 0
/proc/16527/statm: 3445 3216 112 221 0 3221 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13780

[startup+12.7017 s]
/proc/loadavg: 0.94 0.98 0.99 2/65 16528
/proc/meminfo: memFree=1794736/2055920 swapFree=4181132/4192956
[pid=16527] ppid=16525 vsize=19260 CPUtime=12.68
/proc/16527/stat : 16527 (varsat-crafted_) R 16525 16527 16436 0 -1 4194304 4877 0 0 0 1266 2 0 0 25 0 1 0 92680095 19722240 4609 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/16527/statm: 4815 4609 112 221 0 4591 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 19260

[startup+25.5017 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 16528
/proc/meminfo: memFree=1786288/2055920 swapFree=4181132/4192956
[pid=16527] ppid=16525 vsize=27604 CPUtime=25.49
/proc/16527/stat : 16527 (varsat-crafted_) R 16525 16527 16436 0 -1 4194304 6918 0 0 0 2544 5 0 0 25 0 1 0 92680095 28266496 6650 1992294400 4194304 5102648 548682068800 18446744073709551615 4244853 0 0 4096 3 0 0 0 17 1 0 0
/proc/16527/statm: 6901 6650 112 221 0 6677 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 27604

[startup+51.1018 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 16528
/proc/meminfo: memFree=1784304/2055920 swapFree=4181132/4192956
[pid=16527] ppid=16525 vsize=29652 CPUtime=51.08
/proc/16527/stat : 16527 (varsat-crafted_) R 16525 16527 16436 0 -1 4194304 7403 0 0 0 5103 5 0 0 25 0 1 0 92680095 30363648 7135 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16527/statm: 7413 7135 112 221 0 7189 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 29652

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 16528
/proc/meminfo: memFree=1776176/2055920 swapFree=4181132/4192956
[pid=16527] ppid=16525 vsize=37748 CPUtime=102.26
/proc/16527/stat : 16527 (varsat-crafted_) R 16525 16527 16436 0 -1 4194304 9418 0 0 0 10219 7 0 0 25 0 1 0 92680095 38653952 9150 1992294400 4194304 5102648 548682068800 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/16527/statm: 9437 9150 112 221 0 9213 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 37748

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16528
/proc/meminfo: memFree=1775280/2055920 swapFree=4181132/4192956
[pid=16527] ppid=16525 vsize=38968 CPUtime=162.24
/proc/16527/stat : 16527 (varsat-crafted_) R 16525 16527 16436 0 -1 4194304 9648 0 0 0 16217 7 0 0 25 0 1 0 92680095 39903232 9380 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16527/statm: 9742 9380 112 221 0 9518 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 38968

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16528
/proc/meminfo: memFree=1770864/2055920 swapFree=4181132/4192956
[pid=16527] ppid=16525 vsize=43452 CPUtime=222.22
/proc/16527/stat : 16527 (varsat-crafted_) R 16525 16527 16436 0 -1 4194304 10736 0 0 0 22214 8 0 0 25 0 1 0 92680095 44494848 10468 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16527/statm: 10863 10468 112 221 0 10639 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 43452

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16528
/proc/meminfo: memFree=1767856/2055920 swapFree=4181132/4192956
[pid=16527] ppid=16525 vsize=46276 CPUtime=282.2
/proc/16527/stat : 16527 (varsat-crafted_) R 16525 16527 16436 0 -1 4194304 11476 0 0 0 28211 9 0 0 25 0 1 0 92680095 47386624 11208 1992294400 4194304 5102648 548682068800 18446744073709551615 4249939 0 0 4096 3 0 0 0 17 1 0 0
/proc/16527/statm: 11569 11208 112 221 0 11345 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 46276

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16528
/proc/meminfo: memFree=1766384/2055920 swapFree=4181132/4192956
[pid=16527] ppid=16525 vsize=47780 CPUtime=342.19
/proc/16527/stat : 16527 (varsat-crafted_) R 16525 16527 16436 0 -1 4194304 11838 0 0 0 34209 10 0 0 25 0 1 0 92680095 48926720 11570 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16527/statm: 11945 11570 112 221 0 11721 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 47780

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16528
/proc/meminfo: memFree=1764464/2055920 swapFree=4181132/4192956
[pid=16527] ppid=16525 vsize=50156 CPUtime=402.16
/proc/16527/stat : 16527 (varsat-crafted_) R 16525 16527 16436 0 -1 4194304 12409 0 0 0 40206 10 0 0 25 0 1 0 92680095 51359744 12141 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16527/statm: 12539 12141 112 221 0 12315 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 50156

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16528
/proc/meminfo: memFree=1763696/2055920 swapFree=4181132/4192956
[pid=16527] ppid=16525 vsize=50460 CPUtime=462.15
/proc/16527/stat : 16527 (varsat-crafted_) R 16525 16527 16436 0 -1 4194304 12495 0 0 0 46205 10 0 0 25 0 1 0 92680095 51671040 12227 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16527/statm: 12615 12227 112 221 0 12391 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 50460

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16528
/proc/meminfo: memFree=1763376/2055920 swapFree=4181132/4192956
[pid=16527] ppid=16525 vsize=50836 CPUtime=522.12
/proc/16527/stat : 16527 (varsat-crafted_) R 16525 16527 16436 0 -1 4194304 12574 0 0 0 52202 10 0 0 25 0 1 0 92680095 52056064 12306 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16527/statm: 12709 12306 112 221 0 12485 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 50836

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16528
/proc/meminfo: memFree=1762160/2055920 swapFree=4181132/4192956
[pid=16527] ppid=16525 vsize=52016 CPUtime=582.11
/proc/16527/stat : 16527 (varsat-crafted_) R 16525 16527 16436 0 -1 4194304 12869 0 0 0 58200 11 0 0 25 0 1 0 92680095 53264384 12601 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16527/statm: 13004 12601 112 221 0 12780 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 52016

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16528
/proc/meminfo: memFree=1761136/2055920 swapFree=4181132/4192956
[pid=16527] ppid=16525 vsize=53036 CPUtime=642.09
/proc/16527/stat : 16527 (varsat-crafted_) R 16525 16527 16436 0 -1 4194304 13130 0 0 0 64198 11 0 0 25 0 1 0 92680095 54308864 12862 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16527/statm: 13259 12862 112 221 0 13035 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 53036

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16528
/proc/meminfo: memFree=1759728/2055920 swapFree=4181132/4192956
[pid=16527] ppid=16525 vsize=54612 CPUtime=702.07
/proc/16527/stat : 16527 (varsat-crafted_) R 16525 16527 16436 0 -1 4194304 13470 0 0 0 70195 12 0 0 25 0 1 0 92680095 55922688 13202 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16527/statm: 13653 13202 112 221 0 13429 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 54612

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16528
/proc/meminfo: memFree=1759536/2055920 swapFree=4181132/4192956
[pid=16527] ppid=16525 vsize=54800 CPUtime=762.06
/proc/16527/stat : 16527 (varsat-crafted_) R 16525 16527 16436 0 -1 4194304 13510 0 0 0 76194 12 0 0 25 0 1 0 92680095 56115200 13242 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16527/statm: 13700 13242 112 221 0 13476 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 54800

[startup+822.302 s]
/proc/loadavg: 1.06 1.00 1.00 2/65 16528
/proc/meminfo: memFree=1749104/2055920 swapFree=4181132/4192956
[pid=16527] ppid=16525 vsize=65844 CPUtime=822.04
/proc/16527/stat : 16527 (varsat-crafted_) R 16525 16527 16436 0 -1 4194304 16129 0 0 0 82189 15 0 0 25 0 1 0 92680095 67424256 15861 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16527/statm: 16461 15861 112 221 0 16237 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 65844

[startup+882.302 s]
/proc/loadavg: 1.02 1.00 1.00 2/65 16528
/proc/meminfo: memFree=1749104/2055920 swapFree=4181132/4192956
[pid=16527] ppid=16525 vsize=65844 CPUtime=882.01
/proc/16527/stat : 16527 (varsat-crafted_) R 16525 16527 16436 0 -1 4194304 16129 0 0 0 88186 15 0 0 25 0 1 0 92680095 67424256 15861 1992294400 4194304 5102648 548682068800 18446744073709551615 4249691 0 0 4096 3 0 0 0 17 1 0 0
/proc/16527/statm: 16461 15861 112 221 0 16237 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 65844

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16528
/proc/meminfo: memFree=1748976/2055920 swapFree=4181132/4192956
[pid=16527] ppid=16525 vsize=65976 CPUtime=941.99
/proc/16527/stat : 16527 (varsat-crafted_) R 16525 16527 16436 0 -1 4194304 16159 0 0 0 94184 15 0 0 25 0 1 0 92680095 67559424 15891 1992294400 4194304 5102648 548682068800 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/16527/statm: 16494 15891 112 221 0 16270 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 65976

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16528
/proc/meminfo: memFree=1748272/2055920 swapFree=4181132/4192956
[pid=16527] ppid=16525 vsize=66828 CPUtime=1001.97
/proc/16527/stat : 16527 (varsat-crafted_) R 16525 16527 16436 0 -1 4194304 16338 0 0 0 100182 15 0 0 25 0 1 0 92680095 68431872 16070 1992294400 4194304 5102648 548682068800 18446744073709551615 4249807 0 0 4096 3 0 0 0 17 1 0 0
/proc/16527/statm: 16707 16070 112 221 0 16483 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 66828

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16528
/proc/meminfo: memFree=1747824/2055920 swapFree=4181132/4192956
[pid=16527] ppid=16525 vsize=67256 CPUtime=1061.95
/proc/16527/stat : 16527 (varsat-crafted_) R 16525 16527 16436 0 -1 4194304 16444 0 0 0 106180 15 0 0 25 0 1 0 92680095 68870144 16176 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16527/statm: 16814 16176 112 221 0 16590 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 67256

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16528
/proc/meminfo: memFree=1745456/2055920 swapFree=4181132/4192956
[pid=16527] ppid=16525 vsize=69796 CPUtime=1121.94
/proc/16527/stat : 16527 (varsat-crafted_) R 16525 16527 16436 0 -1 4194304 17020 0 0 0 112178 16 0 0 25 0 1 0 92680095 71471104 16752 1992294400 4194304 5102648 548682068800 18446744073709551615 4250005 0 0 4096 3 0 0 0 17 1 0 0
/proc/16527/statm: 17449 16752 112 221 0 17225 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 69796

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16528
/proc/meminfo: memFree=1745392/2055920 swapFree=4181132/4192956
[pid=16527] ppid=16525 vsize=69796 CPUtime=1181.92
/proc/16527/stat : 16527 (varsat-crafted_) R 16525 16527 16436 0 -1 4194304 17039 0 0 0 118176 16 0 0 25 0 1 0 92680095 71471104 16771 1992294400 4194304 5102648 548682068800 18446744073709551615 4249807 0 0 4096 3 0 0 0 17 1 0 0
/proc/16527/statm: 17449 16771 112 221 0 17225 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 69796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16528
/proc/meminfo: memFree=1745328/2055920 swapFree=4181132/4192956
[pid=16527] ppid=16525 vsize=69796 CPUtime=1200.02
/proc/16527/stat : 16527 (varsat-crafted_) R 16525 16527 16436 0 -1 4194304 17039 0 0 0 119986 16 0 0 25 0 1 0 92680095 71471104 16771 1992294400 4194304 5102648 548682068800 18446744073709551615 4249691 0 0 4096 3 0 0 0 17 1 0 0
/proc/16527/statm: 17449 16771 112 221 0 17225 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 69796

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): 1200.42
CPU time (s): 1200.04
CPU user time (s): 1199.87
CPU system time (s): 0.174973
CPU usage (%): 99.9687
Max. virtual memory (cumulated for all children) (KiB): 69796

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

runsolver used 0.836872 second user time and 2.57161 second system time

The end

Launcher Data

Begin job on node26 at 2009-04-25 10:01:11
IDJOB=1719459
IDBENCH=69560
IDSOLVER=537
FILE ID=node26/1719459-1240646471
PBS_JOBID= 9186474
Free space on /tmp= 66032 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT_RACE08/cnf/goldb-heqc-x1mul.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1719459-1240646471/watcher-1719459-1240646471 -o /tmp/evaluation-result-1719459-1240646471/solver-1719459-1240646471 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=1717714701 HOME/instance-1719459-1240646471.cnf

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

MD5SUM BENCH= b44e541aede789d4830fa0a3a047fcda
RANDOM SEED=1717714701

node26.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1813064 kB
Buffers:         31240 kB
Cached:         140752 kB
SwapCached:       5760 kB
Active:          22080 kB
Inactive:       158120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1813064 kB
SwapTotal:     4192956 kB
SwapFree:      4181132 kB
Dirty:            2208 kB
Writeback:           0 kB
Mapped:          13476 kB
Slab:            48724 kB
Committed_AS:   278392 kB
PageTables:       1368 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66032 MiB
End job on node26 at 2009-04-25 10:21:14