Trace number 1726754

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-industrial 2009-03-22? (TO) 1200.11 1200.41

General information on the benchmark

Namecrafted/Hard/contest04/others/
equilarge_l3.sat05-520.reshuffled-07.cnf
MD5SUM8fc368e9f6ea136e0b6522b198a7a916
Bench CategoryCRAFTED (crafted 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 variables4496
Number of clauses18591
Sum of the clauses size54418
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317236
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  4496                                                 |
0.00/0.00	c |  Number of clauses:    18591                                                |
0.00/0.03	c |  Parsing time:         0.03         s                                       |
0.00/0.03	c |  Timeout:              43200 s
0.00/0.03	c |  Random Seed:          1629519039.000000
0.00/0.03	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.00/0.03	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.03	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.03	c |                                                                             |
0.09/0.13	c ============================[ Search Statistics ]==============================
0.09/0.13	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.13	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.13	c ===============================================================================
0.09/0.13	c |         0 |    2814    18148    66018 |     6049        0    nan |  0.000 % |
0.09/0.19	c |       101 |    2814    18148    66018 |     6654      101     26 |  0.000 % |
0.19/0.25	c |       251 |    2814    18148    66018 |     7319      251     25 |  0.000 % |
0.29/0.31	c |       477 |    2814    18148    66018 |     8051      477     23 |  0.000 % |
0.39/0.40	c |       815 |    2814    18148    66018 |     8856      815     24 |  0.000 % |
0.49/0.50	c |      1323 |    2814    18148    66018 |     9742     1323     24 |  0.000 % |
0.59/0.62	c |      2084 |    2814    18148    66018 |    10716     2084     22 |  0.000 % |
0.79/0.85	c |      3223 |    2814    18148    66018 |    11788     3223     27 |  0.000 % |
1.19/1.21	c |      4932 |    2814    18148    66018 |    12967     4932     29 |  0.000 % |
1.69/1.72	c |      7494 |    2814    18148    66018 |    14264     7494     30 |  0.000 % |
2.49/2.56	c |     11338 |    2814    18148    66018 |    15690    11338     31 |  0.000 % |
3.89/3.91	c |     17105 |    2814    18148    66018 |    17259    17105     32 |  0.000 % |
5.79/5.89	c |     25755 |    2814    18148    66018 |    18985    16272     32 |  0.000 % |
9.29/9.31	c |     38729 |    2814    18148    66018 |    20883    19027     35 |  0.000 % |
15.29/15.34	c |     58191 |    2814    18148    66018 |    22972    15936     32 |  0.000 % |
35.58/35.69	c |     87383 |    2814    18148    66018 |    25269    18769     63 |  0.000 % |
56.08/56.11	c |    131172 |    2814    18148    66018 |    27796    17149     30 |  0.000 % |
92.86/92.98	c |    196856 |    2814    18148    66018 |    30576    16192     45 |  0.000 % |
153.46/153.59	c |    295382 |    2814    18148    66018 |    33633    22695     27 |  0.000 % |
251.23/251.35	c |    443171 |    2814    18148    66018 |    36997    34541     49 |  0.000 % |
350.50/350.62	c |    664854 |    2814    18148    66018 |    40696    18188     28 |  0.000 % |
692.91/693.18	c |    997379 |    2814    18148    66018 |    44766    29014     47 |  0.000 % |
1042.13/1042.49	c |   1496167 |    2814    18148    66018 |    49243    34407     30 |  0.000 % |

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-1726754-1240716463/watcher-1726754-1240716463 -o /tmp/evaluation-result-1726754-1240716463/solver-1726754-1240716463 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1629519039 HOME/instance-1726754-1240716463.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.92 0.98 1.07 3/65 22695
/proc/meminfo: memFree=1591344/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=3304 CPUtime=0
/proc/22695/stat : 22695 (varsat-industri) R 22693 22695 22658 0 -1 4194304 493 0 0 0 0 0 0 0 18 0 1 0 99674043 3383296 478 1992294400 4194304 5102648 548682068784 18446744073709551615 4497397 0 0 4096 3 0 0 0 17 1 0 0
/proc/22695/statm: 826 478 87 221 0 602 0

[startup+0.080789 s]
/proc/loadavg: 0.92 0.98 1.07 3/65 22695
/proc/meminfo: memFree=1591344/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=6956 CPUtime=0.07
/proc/22695/stat : 22695 (varsat-industri) R 22693 22695 22658 0 -1 4194304 1392 0 0 0 7 0 0 0 18 0 1 0 99674043 7122944 1377 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/22695/statm: 1739 1378 100 221 0 1515 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6956

[startup+0.10179 s]
/proc/loadavg: 0.92 0.98 1.07 3/65 22695
/proc/meminfo: memFree=1591344/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=7832 CPUtime=0.09
/proc/22695/stat : 22695 (varsat-industri) R 22693 22695 22658 0 -1 4194304 1605 0 0 0 9 0 0 0 18 0 1 0 99674043 8019968 1590 1992294400 4194304 5102648 548682068784 18446744073709551615 4515739 0 0 4096 3 0 0 0 17 1 0 0
/proc/22695/statm: 1958 1590 100 221 0 1734 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7832

[startup+0.30181 s]
/proc/loadavg: 0.92 0.98 1.07 3/65 22695
/proc/meminfo: memFree=1591344/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=7616 CPUtime=0.29
/proc/22695/stat : 22695 (varsat-industri) R 22693 22695 22658 0 -1 4194304 1659 0 0 0 29 0 0 0 19 0 1 0 99674043 7798784 1545 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/22695/statm: 1904 1545 113 221 0 1680 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7616

[startup+0.701849 s]
/proc/loadavg: 0.92 0.98 1.07 3/65 22695
/proc/meminfo: memFree=1591344/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=7616 CPUtime=0.69
/proc/22695/stat : 22695 (varsat-industri) R 22693 22695 22658 0 -1 4194304 1659 0 0 0 69 0 0 0 22 0 1 0 99674043 7798784 1545 1992294400 4194304 5102648 548682068784 18446744073709551615 4250009 0 0 4096 3 0 0 0 17 1 0 0
/proc/22695/statm: 1904 1545 113 221 0 1680 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7616

[startup+1.50193 s]
/proc/loadavg: 0.93 0.98 1.07 2/66 22696
/proc/meminfo: memFree=1585320/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=7748 CPUtime=1.49
/proc/22695/stat : 22695 (varsat-industri) R 22693 22695 22658 0 -1 4194304 1683 0 0 0 149 0 0 0 25 0 1 0 99674043 7933952 1569 1992294400 4194304 5102648 548682068784 18446744073709551615 4249675 0 0 4096 3 0 0 0 17 1 0 0
/proc/22695/statm: 1937 1569 113 221 0 1713 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7748

[startup+3.10108 s]
/proc/loadavg: 0.93 0.98 1.07 2/66 22696
/proc/meminfo: memFree=1584680/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=9176 CPUtime=3.09
/proc/22695/stat : 22695 (varsat-industri) R 22693 22695 22658 0 -1 4194304 2055 0 0 0 309 0 0 0 25 0 1 0 99674043 9396224 1941 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/22695/statm: 2294 1941 113 221 0 2070 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9176

[startup+6.3014 s]
/proc/loadavg: 0.93 0.98 1.07 2/66 22696
/proc/meminfo: memFree=1582632/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=10312 CPUtime=6.29
/proc/22695/stat : 22695 (varsat-industri) R 22693 22695 22658 0 -1 4194304 2335 0 0 0 628 1 0 0 25 0 1 0 99674043 10559488 2221 1992294400 4194304 5102648 548682068784 18446744073709551615 4249826 0 0 4096 3 0 0 0 17 1 0 0
/proc/22695/statm: 2578 2221 113 221 0 2354 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10312

[startup+12.703 s]
/proc/loadavg: 0.94 0.98 1.07 2/66 22696
/proc/meminfo: memFree=1581160/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=11804 CPUtime=12.69
/proc/22695/stat : 22695 (varsat-industri) R 22693 22695 22658 0 -1 4194304 2690 0 0 0 1268 1 0 0 25 0 1 0 99674043 12087296 2576 1992294400 4194304 5102648 548682068784 18446744073709551615 4249750 0 0 4096 3 0 0 0 17 1 0 0
/proc/22695/statm: 2951 2576 113 221 0 2727 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11804

[startup+25.5013 s]
/proc/loadavg: 0.95 0.98 1.07 2/66 22696
/proc/meminfo: memFree=1579624/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=13344 CPUtime=25.48
/proc/22695/stat : 22695 (varsat-industri) R 22693 22695 22658 0 -1 4194304 3079 0 0 0 2546 2 0 0 25 0 1 0 99674043 13664256 2965 1992294400 4194304 5102648 548682068784 18446744073709551615 4255151 0 0 4096 3 0 0 0 17 1 0 0
/proc/22695/statm: 3336 2965 113 221 0 3112 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 13344

[startup+51.1018 s]
/proc/loadavg: 0.97 0.98 1.07 2/66 22696
/proc/meminfo: memFree=1577192/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=15680 CPUtime=51.08
/proc/22695/stat : 22695 (varsat-industri) R 22693 22695 22658 0 -1 4194304 3648 0 0 0 5105 3 0 0 25 0 1 0 99674043 16056320 3534 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/22695/statm: 3920 3534 113 221 0 3696 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 15680

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 1.06 2/66 22696
/proc/meminfo: memFree=1574952/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=18180 CPUtime=102.27
/proc/22695/stat : 22695 (varsat-industri) R 22693 22695 22658 0 -1 4194304 4205 0 0 0 10223 4 0 0 25 0 1 0 99674043 18616320 4091 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/22695/statm: 4545 4091 113 221 0 4321 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 18180

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 1.06 2/66 22696
/proc/meminfo: memFree=1573224/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=19960 CPUtime=162.25
/proc/22695/stat : 22695 (varsat-industri) R 22693 22695 22658 0 -1 4194304 4633 0 0 0 16220 5 0 0 25 0 1 0 99674043 20439040 4519 1992294400 4194304 5102648 548682068784 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/22695/statm: 4990 4519 113 221 0 4766 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 19960

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 1.05 2/66 22696
/proc/meminfo: memFree=1569704/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=23592 CPUtime=222.23
/proc/22695/stat : 22695 (varsat-industri) R 22693 22695 22658 0 -1 4194304 5507 0 0 0 22218 5 0 0 25 0 1 0 99674043 24158208 5393 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/22695/statm: 5898 5393 113 221 0 5674 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 23592

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 1.05 2/66 22696
/proc/meminfo: memFree=1568552/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=24968 CPUtime=282.22
/proc/22695/stat : 22695 (varsat-industri) R 22693 22695 22658 0 -1 4194304 5816 0 0 0 28217 5 0 0 25 0 1 0 99674043 25567232 5702 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/22695/statm: 6242 5702 113 221 0 6018 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 24968

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 1.04 2/66 22696
/proc/meminfo: memFree=1567784/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=25728 CPUtime=342.2
/proc/22695/stat : 22695 (varsat-industri) R 22693 22695 22658 0 -1 4194304 5984 0 0 0 34215 5 0 0 25 0 1 0 99674043 26345472 5870 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/22695/statm: 6432 5870 113 221 0 6208 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 25728

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 1.03 2/66 22696
/proc/meminfo: memFree=1565928/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=27724 CPUtime=402.18
/proc/22695/stat : 22695 (varsat-industri) R 22693 22695 22658 0 -1 4194304 6429 0 0 0 40213 5 0 0 25 0 1 0 99674043 28389376 6315 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/22695/statm: 6931 6315 113 221 0 6707 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 27724

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 1.03 2/66 22696
/proc/meminfo: memFree=1564968/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=28684 CPUtime=462.17
/proc/22695/stat : 22695 (varsat-industri) R 22693 22695 22658 0 -1 4194304 6686 0 0 0 46211 6 0 0 25 0 1 0 99674043 29372416 6572 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/22695/statm: 7171 6572 113 221 0 6947 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 28684

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 1.02 2/66 22696
/proc/meminfo: memFree=1564392/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=29424 CPUtime=522.16
/proc/22695/stat : 22695 (varsat-industri) R 22693 22695 22658 0 -1 4194304 6833 0 0 0 52210 6 0 0 25 0 1 0 99674043 30130176 6719 1992294400 4194304 5102648 548682068784 18446744073709551615 4250394 0 0 4096 3 0 0 0 17 1 0 0
/proc/22695/statm: 7356 6719 113 221 0 7132 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 29424

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 1.02 2/66 22696
/proc/meminfo: memFree=1564200/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=29588 CPUtime=582.14
/proc/22695/stat : 22695 (varsat-industri) R 22693 22695 22658 0 -1 4194304 6879 0 0 0 58208 6 0 0 25 0 1 0 99674043 30298112 6765 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/22695/statm: 7397 6765 113 221 0 7173 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 29588

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 1.01 2/66 22696
/proc/meminfo: memFree=1564200/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=29588 CPUtime=642.13
/proc/22695/stat : 22695 (varsat-industri) R 22693 22695 22658 0 -1 4194304 6883 0 0 0 64207 6 0 0 25 0 1 0 99674043 30298112 6769 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/22695/statm: 7397 6769 113 221 0 7173 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 29588

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 22698
/proc/meminfo: memFree=1563496/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=30212 CPUtime=702.12
/proc/22695/stat : 22695 (varsat-industri) R 22693 22695 22658 0 -1 4194304 7021 0 0 0 70205 7 0 0 25 0 1 0 99674043 30937088 6907 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/22695/statm: 7553 6907 113 221 0 7329 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 30212

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 22698
/proc/meminfo: memFree=1562792/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=30784 CPUtime=762.11
/proc/22695/stat : 22695 (varsat-industri) R 22693 22695 22658 0 -1 4194304 7179 0 0 0 76204 7 0 0 25 0 1 0 99674043 31522816 7065 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/22695/statm: 7696 7065 113 221 0 7472 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 30784

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 22698
/proc/meminfo: memFree=1562408/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=31400 CPUtime=822.09
/proc/22695/stat : 22695 (varsat-industri) R 22693 22695 22658 0 -1 4194304 7296 0 0 0 82202 7 0 0 25 0 1 0 99674043 32153600 7182 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/22695/statm: 7850 7182 113 221 0 7626 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 31400

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 22698
/proc/meminfo: memFree=1561896/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=31968 CPUtime=882.07
/proc/22695/stat : 22695 (varsat-industri) R 22693 22695 22658 0 -1 4194304 7419 0 0 0 88200 7 0 0 25 0 1 0 99674043 32735232 7305 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/22695/statm: 7992 7305 113 221 0 7768 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 31968

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 22698
/proc/meminfo: memFree=1561704/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=32180 CPUtime=942.05
/proc/22695/stat : 22695 (varsat-industri) R 22693 22695 22658 0 -1 4194304 7464 0 0 0 94198 7 0 0 25 0 1 0 99674043 32952320 7350 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/22695/statm: 8045 7350 113 221 0 7821 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 32180

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 22698
/proc/meminfo: memFree=1561512/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=32512 CPUtime=1002.04
/proc/22695/stat : 22695 (varsat-industri) R 22693 22695 22658 0 -1 4194304 7525 0 0 0 100197 7 0 0 25 0 1 0 99674043 33292288 7411 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/22695/statm: 8128 7411 113 221 0 7904 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 32512

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 22698
/proc/meminfo: memFree=1561192/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=32980 CPUtime=1062.03
/proc/22695/stat : 22695 (varsat-industri) R 22693 22695 22658 0 -1 4194304 7634 0 0 0 106195 8 0 0 25 0 1 0 99674043 33771520 7520 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/22695/statm: 8245 7520 113 221 0 8021 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 32980

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 22698
/proc/meminfo: memFree=1558952/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=34968 CPUtime=1122.01
/proc/22695/stat : 22695 (varsat-industri) R 22693 22695 22658 0 -1 4194304 8152 0 0 0 112193 8 0 0 25 0 1 0 99674043 35807232 8038 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/22695/statm: 8742 8038 113 221 0 8518 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 34968

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 22698
/proc/meminfo: memFree=1558760/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=35128 CPUtime=1181.99
/proc/22695/stat : 22695 (varsat-industri) R 22693 22695 22658 0 -1 4194304 8191 0 0 0 118191 8 0 0 25 0 1 0 99674043 35971072 8077 1992294400 4194304 5102648 548682068784 18446744073709551615 4254520 0 0 4096 3 0 0 0 17 1 0 0
/proc/22695/statm: 8782 8077 113 221 0 8558 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 35128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 22698
/proc/meminfo: memFree=1558568/2055920 swapFree=4192812/4192956
[pid=22695] ppid=22693 vsize=35436 CPUtime=1200.09
/proc/22695/stat : 22695 (varsat-industri) R 22693 22695 22658 0 -1 4194304 8237 0 0 0 120001 8 0 0 25 0 1 0 99674043 36286464 8123 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/22695/statm: 8859 8123 113 221 0 8635 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 35436

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.41
CPU time (s): 1200.11
CPU user time (s): 1200.02
CPU system time (s): 0.094985
CPU usage (%): 99.9749
Max. virtual memory (cumulated for all children) (KiB): 35436

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

runsolver used 1.35079 second user time and 2.97455 second system time

The end

Launcher Data

Begin job on node56 at 2009-04-26 05:27:43
IDJOB=1726754
IDBENCH=24622
IDSOLVER=538
FILE ID=node56/1726754-1240716463
PBS_JOBID= 9186879
Free space on /tmp= 103060 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT07/crafted/Hard/contest04/others/equilarge_l3.sat05-520.reshuffled-07.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1726754-1240716463/watcher-1726754-1240716463 -o /tmp/evaluation-result-1726754-1240716463/solver-1726754-1240716463 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=1629519039 HOME/instance-1726754-1240716463.cnf

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

MD5SUM BENCH= 8fc368e9f6ea136e0b6522b198a7a916
RANDOM SEED=1629519039

node56.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.218
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.218
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:       1591760 kB
Buffers:         62940 kB
Cached:         312548 kB
SwapCached:        144 kB
Active:         188128 kB
Inactive:       201876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1591760 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1576 kB
Writeback:           0 kB
Mapped:          24344 kB
Slab:            60092 kB
Committed_AS:   321740 kB
PageTables:       1468 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103060 MiB
End job on node56 at 2009-04-26 05:47:45