Trace number 1515760

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.08 1200.51

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/UNKNOWN/60/
unif-k7-r89-v60-c5340-S1703611043-077.cnf
MD5SUM5a3058eca6d17c7e905cfeaf908c8bc0
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark770.615
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55340

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  60                                                   |
0.00/0.00	c |  Number of clauses:    5340                                                 |
0.00/0.01	c |  Parsing time:         0.01         s                                       |
0.00/0.01	c |  Timeout:              43200 s
0.00/0.01	c |  Random Seed:          668970273.000000
0.00/0.01	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.00/0.01	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.01	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.01	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 |      60     5340    37380 |     1780        0    nan |  0.000 % |
0.09/0.15	c |       100 |      60     5340    37380 |     1958      100     22 |  0.028 % |
0.09/0.18	c |       250 |      60     5340    37380 |     2153      250     21 |  0.028 % |
0.19/0.20	c |       477 |      60     5340    37380 |     2369      477     21 |  0.028 % |
0.19/0.23	c |       814 |      60     5340    37380 |     2606      814     21 |  0.028 % |
0.19/0.27	c |      1320 |      60     5340    37380 |     2866     1320     21 |  0.028 % |
0.29/0.33	c |      2079 |      60     5340    37380 |     3153     2079     21 |  0.028 % |
0.40/0.41	c |      3218 |      60     5340    37380 |     3468     1627     21 |  0.028 % |
0.49/0.51	c |      4926 |      60     5340    37380 |     3815     3335     21 |  0.028 % |
0.60/0.66	c |      7488 |      60     5340    37380 |     4197     2055     21 |  0.028 % |
0.79/0.89	c |     11332 |      60     5340    37380 |     4616     3786     21 |  0.028 % |
1.19/1.24	c |     17098 |      60     5340    37380 |     5078     2591     20 |  0.028 % |
1.69/1.78	c |     25749 |      60     5340    37380 |     5586     3586     19 |  0.028 % |
2.49/2.59	c |     38723 |      60     5340    37380 |     6145     5338     20 |  0.028 % |
3.79/3.86	c |     58185 |      60     5340    37380 |     6759     3202     20 |  0.028 % |
5.79/5.82	c |     87377 |      60     5340    37380 |     7435     5255     19 |  0.028 % |
8.89/8.90	c |    131166 |      60     5340    37380 |     8179     4281     19 |  0.028 % |
13.59/13.60	c |    196852 |      60     5340    37380 |     8996     4334     20 |  0.028 % |
20.98/21.03	c |    295379 |      60     5340    37380 |     9896     8156     20 |  0.028 % |
32.88/32.95	c |    443169 |      60     5340    37380 |    10886     7153     19 |  0.028 % |
52.08/52.12	c |    664852 |      60     5340    37380 |    11974    10639     20 |  0.028 % |
82.26/82.31	c |    997378 |      60     5340    37380 |    13172     7241     20 |  0.028 % |
130.94/131.09	c |   1496166 |      60     5340    37380 |    14489    11182     19 |  0.028 % |
209.41/209.56	c |   2244349 |      60     5340    37380 |    15938    12034     18 |  0.028 % |
336.97/337.15	c |   3366623 |      60     5340    37380 |    17532     9128     18 |  0.028 % |
540.20/540.47	c |   5050035 |      60     5340    37380 |    19285    16131     19 |  0.028 % |
880.18/880.54	c |   7575152 |      60     5340    37380 |    21214    12141     19 |  0.028 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1515760-1238258686/watcher-1515760-1238258686 -o /tmp/evaluation-result-1515760-1238258686/solver-1515760-1238258686 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=668970273 HOME/instance-1515760-1238258686.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.91 0.95 0.97 3/72 28571
/proc/meminfo: memFree=1144896/2055920 swapFree=4175896/4192956
[pid=28571] ppid=28569 vsize=2676 CPUtime=0
/proc/28571/stat : 28571 (varsat-industri) R 28569 28571 28246 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 1098529783 2740224 273 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/28571/statm: 669 273 87 221 0 445 0

[startup+0.0594929 s]
/proc/loadavg: 0.91 0.95 0.97 3/72 28571
/proc/meminfo: memFree=1144896/2055920 swapFree=4175896/4192956
[pid=28571] ppid=28569 vsize=3372 CPUtime=0.05
/proc/28571/stat : 28571 (varsat-industri) R 28569 28571 28246 0 -1 4194304 489 0 0 0 5 0 0 0 18 0 1 0 1098529783 3452928 474 1992294400 4194304 5102648 548682068784 18446744073709551615 4273022 0 0 4096 3 0 0 0 17 1 0 0
/proc/28571/statm: 843 474 98 221 0 619 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 3372

[startup+0.1015 s]
/proc/loadavg: 0.91 0.95 0.97 3/72 28571
/proc/meminfo: memFree=1144896/2055920 swapFree=4175896/4192956
[pid=28571] ppid=28569 vsize=3536 CPUtime=0.09
/proc/28571/stat : 28571 (varsat-industri) R 28569 28571 28246 0 -1 4194304 511 0 0 0 9 0 0 0 18 0 1 0 1098529783 3620864 496 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/28571/statm: 884 496 98 221 0 660 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3536

[startup+0.301539 s]
/proc/loadavg: 0.91 0.95 0.97 3/72 28571
/proc/meminfo: memFree=1144896/2055920 swapFree=4175896/4192956
[pid=28571] ppid=28569 vsize=3472 CPUtime=0.29
/proc/28571/stat : 28571 (varsat-industri) R 28569 28571 28246 0 -1 4194304 524 0 0 0 29 0 0 0 19 0 1 0 1098529783 3555328 509 1992294400 4194304 5102648 548682068784 18446744073709551615 4255087 0 0 4096 3 0 0 0 17 1 0 0
/proc/28571/statm: 868 509 110 221 0 644 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3472

[startup+0.702618 s]
/proc/loadavg: 0.91 0.95 0.97 3/72 28571
/proc/meminfo: memFree=1144896/2055920 swapFree=4175896/4192956
[pid=28571] ppid=28569 vsize=3604 CPUtime=0.7
/proc/28571/stat : 28571 (varsat-industri) R 28569 28571 28246 0 -1 4194304 563 0 0 0 70 0 0 0 22 0 1 0 1098529783 3690496 548 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/28571/statm: 901 548 110 221 0 677 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 3604

[startup+1.50178 s]
/proc/loadavg: 0.91 0.95 0.97 2/73 28572
/proc/meminfo: memFree=1142904/2055920 swapFree=4175896/4192956
[pid=28571] ppid=28569 vsize=4004 CPUtime=1.49
/proc/28571/stat : 28571 (varsat-industri) R 28569 28571 28246 0 -1 4194304 656 0 0 0 149 0 0 0 25 0 1 0 1098529783 4100096 641 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28571/statm: 1001 641 110 221 0 777 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4004

[startup+3.10109 s]
/proc/loadavg: 0.91 0.95 0.97 2/73 28572
/proc/meminfo: memFree=1142392/2055920 swapFree=4175896/4192956
[pid=28571] ppid=28569 vsize=4408 CPUtime=3.09
/proc/28571/stat : 28571 (varsat-industri) R 28569 28571 28246 0 -1 4194304 736 0 0 0 309 0 0 0 25 0 1 0 1098529783 4513792 721 1992294400 4194304 5102648 548682068784 18446744073709551615 4249872 0 0 4096 3 0 0 0 17 1 0 0
/proc/28571/statm: 1102 721 110 221 0 878 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4408

[startup+6.30172 s]
/proc/loadavg: 0.92 0.95 0.97 2/73 28572
/proc/meminfo: memFree=1141880/2055920 swapFree=4175896/4192956
[pid=28571] ppid=28569 vsize=4852 CPUtime=6.29
/proc/28571/stat : 28571 (varsat-industri) R 28569 28571 28246 0 -1 4194304 849 0 0 0 629 0 0 0 25 0 1 0 1098529783 4968448 834 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28571/statm: 1213 834 110 221 0 989 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4852

[startup+12.702 s]
/proc/loadavg: 0.93 0.95 0.97 2/73 28572
/proc/meminfo: memFree=1141240/2055920 swapFree=4175896/4192956
[pid=28571] ppid=28569 vsize=5420 CPUtime=12.69
/proc/28571/stat : 28571 (varsat-industri) R 28569 28571 28246 0 -1 4194304 963 0 0 0 1269 0 0 0 25 0 1 0 1098529783 5550080 948 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/28571/statm: 1355 948 110 221 0 1131 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5420

[startup+25.5015 s]
/proc/loadavg: 0.94 0.96 0.97 2/73 28572
/proc/meminfo: memFree=1140408/2055920 swapFree=4175896/4192956
[pid=28571] ppid=28569 vsize=6188 CPUtime=25.48
/proc/28571/stat : 28571 (varsat-industri) R 28569 28571 28246 0 -1 4194304 1147 0 0 0 2548 0 0 0 25 0 1 0 1098529783 6336512 1132 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/28571/statm: 1547 1132 110 221 0 1323 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6188

[startup+51.1016 s]
/proc/loadavg: 0.96 0.96 0.97 2/73 28574
/proc/meminfo: memFree=1139512/2055920 swapFree=4175896/4192956
[pid=28571] ppid=28569 vsize=6976 CPUtime=51.08
/proc/28571/stat : 28571 (varsat-industri) R 28569 28571 28246 0 -1 4194304 1348 0 0 0 5107 1 0 0 25 0 1 0 1098529783 7143424 1333 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28571/statm: 1744 1333 110 221 0 1520 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 6976

[startup+102.307 s]
/proc/loadavg: 0.98 0.96 0.97 2/73 28574
/proc/meminfo: memFree=1138488/2055920 swapFree=4175896/4192956
[pid=28571] ppid=28569 vsize=8172 CPUtime=102.26
/proc/28571/stat : 28571 (varsat-industri) R 28569 28571 28246 0 -1 4194304 1614 0 0 0 10225 1 0 0 25 0 1 0 1098529783 8368128 1599 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/28571/statm: 2043 1599 110 221 0 1819 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 8172

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28574
/proc/meminfo: memFree=1137464/2055920 swapFree=4175896/4192956
[pid=28571] ppid=28569 vsize=9120 CPUtime=162.23
/proc/28571/stat : 28571 (varsat-industri) R 28569 28571 28246 0 -1 4194304 1871 0 0 0 16222 1 0 0 25 0 1 0 1098529783 9338880 1856 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/28571/statm: 2280 1856 110 221 0 2056 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 9120

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28574
/proc/meminfo: memFree=1137144/2055920 swapFree=4175896/4192956
[pid=28571] ppid=28569 vsize=9468 CPUtime=222.21
/proc/28571/stat : 28571 (varsat-industri) R 28569 28571 28246 0 -1 4194304 1958 0 0 0 22219 2 0 0 25 0 1 0 1098529783 9695232 1943 1992294400 4194304 5102648 548682068784 18446744073709551615 4249967 0 0 4096 3 0 0 0 17 1 0 0
/proc/28571/statm: 2367 1943 110 221 0 2143 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 9468

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28574
/proc/meminfo: memFree=1136760/2055920 swapFree=4175896/4192956
[pid=28571] ppid=28569 vsize=9848 CPUtime=282.19
/proc/28571/stat : 28571 (varsat-industri) R 28569 28571 28246 0 -1 4194304 2043 0 0 0 28217 2 0 0 25 0 1 0 1098529783 10084352 2028 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/28571/statm: 2462 2028 110 221 0 2238 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 9848

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28574
/proc/meminfo: memFree=1136504/2055920 swapFree=4175896/4192956
[pid=28571] ppid=28569 vsize=10416 CPUtime=342.16
/proc/28571/stat : 28571 (varsat-industri) R 28569 28571 28246 0 -1 4194304 2147 0 0 0 34214 2 0 0 25 0 1 0 1098529783 10665984 2132 1992294400 4194304 5102648 548682068784 18446744073709551615 4225395 0 0 4096 3 0 0 0 17 1 0 0
/proc/28571/statm: 2604 2132 110 221 0 2380 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 10416

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28574
/proc/meminfo: memFree=1135928/2055920 swapFree=4175896/4192956
[pid=28571] ppid=28569 vsize=10984 CPUtime=402.15
/proc/28571/stat : 28571 (varsat-industri) R 28569 28571 28246 0 -1 4194304 2276 0 0 0 40212 3 0 0 25 0 1 0 1098529783 11247616 2261 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/28571/statm: 2746 2261 110 221 0 2522 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 10984

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28574
/proc/meminfo: memFree=1135416/2055920 swapFree=4175896/4192956
[pid=28571] ppid=28569 vsize=11556 CPUtime=462.13
/proc/28571/stat : 28571 (varsat-industri) R 28569 28571 28246 0 -1 4194304 2381 0 0 0 46210 3 0 0 25 0 1 0 1098529783 11833344 2366 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28571/statm: 2889 2366 110 221 0 2665 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 11556

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28574
/proc/meminfo: memFree=1135224/2055920 swapFree=4175896/4192956
[pid=28571] ppid=28569 vsize=11744 CPUtime=522.1
/proc/28571/stat : 28571 (varsat-industri) R 28569 28571 28246 0 -1 4194304 2439 0 0 0 52207 3 0 0 25 0 1 0 1098529783 12025856 2424 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/28571/statm: 2936 2424 110 221 0 2712 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 11744

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28574
/proc/meminfo: memFree=1134968/2055920 swapFree=4175896/4192956
[pid=28571] ppid=28569 vsize=12196 CPUtime=582.08
/proc/28571/stat : 28571 (varsat-industri) R 28569 28571 28246 0 -1 4194304 2505 0 0 0 58205 3 0 0 25 0 1 0 1098529783 12488704 2490 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/28571/statm: 3049 2490 110 221 0 2825 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 12196

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28574
/proc/meminfo: memFree=1134712/2055920 swapFree=4175896/4192956
[pid=28571] ppid=28569 vsize=12384 CPUtime=642.07
/proc/28571/stat : 28571 (varsat-industri) R 28569 28571 28246 0 -1 4194304 2555 0 0 0 64203 4 0 0 25 0 1 0 1098529783 12681216 2540 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28571/statm: 3096 2540 110 221 0 2872 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 12384

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28574
/proc/meminfo: memFree=1134584/2055920 swapFree=4175896/4192956
[pid=28571] ppid=28569 vsize=12384 CPUtime=702.05
/proc/28571/stat : 28571 (varsat-industri) R 28569 28571 28246 0 -1 4194304 2578 0 0 0 70201 4 0 0 25 0 1 0 1098529783 12681216 2563 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28571/statm: 3096 2563 110 221 0 2872 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 12384

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28574
/proc/meminfo: memFree=1134584/2055920 swapFree=4175896/4192956
[pid=28571] ppid=28569 vsize=12384 CPUtime=762.03
/proc/28571/stat : 28571 (varsat-industri) R 28569 28571 28246 0 -1 4194304 2589 0 0 0 76199 4 0 0 25 0 1 0 1098529783 12681216 2574 1992294400 4194304 5102648 548682068784 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/28571/statm: 3096 2574 110 221 0 2872 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 12384

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28574
/proc/meminfo: memFree=1134584/2055920 swapFree=4175896/4192956
[pid=28571] ppid=28569 vsize=12384 CPUtime=822
/proc/28571/stat : 28571 (varsat-industri) R 28569 28571 28246 0 -1 4194304 2593 0 0 0 82196 4 0 0 25 0 1 0 1098529783 12681216 2578 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/28571/statm: 3096 2578 110 221 0 2872 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 12384

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28574
/proc/meminfo: memFree=1134520/2055920 swapFree=4175896/4192956
[pid=28571] ppid=28569 vsize=12576 CPUtime=881.98
/proc/28571/stat : 28571 (varsat-industri) R 28569 28571 28246 0 -1 4194304 2622 0 0 0 88194 4 0 0 25 0 1 0 1098529783 12877824 2607 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/28571/statm: 3144 2607 110 221 0 2920 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 12576

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28574
/proc/meminfo: memFree=1134392/2055920 swapFree=4175896/4192956
[pid=28571] ppid=28569 vsize=12576 CPUtime=941.96
/proc/28571/stat : 28571 (varsat-industri) R 28569 28571 28246 0 -1 4194304 2655 0 0 0 94192 4 0 0 25 0 1 0 1098529783 12877824 2640 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/28571/statm: 3144 2640 110 221 0 2920 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 12576

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28580
/proc/meminfo: memFree=1134136/2055920 swapFree=4175896/4192956
[pid=28571] ppid=28569 vsize=12764 CPUtime=1001.93
/proc/28571/stat : 28571 (varsat-industri) R 28569 28571 28246 0 -1 4194304 2688 0 0 0 100189 4 0 0 25 0 1 0 1098529783 13070336 2673 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28571/statm: 3191 2673 110 221 0 2967 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 12764

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28580
/proc/meminfo: memFree=1134136/2055920 swapFree=4175896/4192956
[pid=28571] ppid=28569 vsize=12764 CPUtime=1061.91
/proc/28571/stat : 28571 (varsat-industri) R 28569 28571 28246 0 -1 4194304 2700 0 0 0 106187 4 0 0 25 0 1 0 1098529783 13070336 2685 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/28571/statm: 3191 2685 110 221 0 2967 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 12764

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28580
/proc/meminfo: memFree=1134008/2055920 swapFree=4175896/4192956
[pid=28571] ppid=28569 vsize=12764 CPUtime=1121.89
/proc/28571/stat : 28571 (varsat-industri) R 28569 28571 28246 0 -1 4194304 2736 0 0 0 112184 5 0 0 25 0 1 0 1098529783 13070336 2721 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/28571/statm: 3191 2721 110 221 0 2967 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 12764

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28580
/proc/meminfo: memFree=1133752/2055920 swapFree=4175896/4192956
[pid=28571] ppid=28569 vsize=13096 CPUtime=1181.87
/proc/28571/stat : 28571 (varsat-industri) R 28569 28571 28246 0 -1 4194304 2798 0 0 0 118182 5 0 0 25 0 1 0 1098529783 13410304 2783 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28571/statm: 3274 2783 110 221 0 3050 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 13096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28580
/proc/meminfo: memFree=1133688/2055920 swapFree=4175896/4192956
[pid=28571] ppid=28569 vsize=13096 CPUtime=1200.07
/proc/28571/stat : 28571 (varsat-industri) R 28569 28571 28246 0 -1 4194304 2800 0 0 0 120002 5 0 0 25 0 1 0 1098529783 13410304 2785 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28571/statm: 3274 2785 110 221 0 3050 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 13096

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28580
/proc/meminfo: memFree=1133688/2055920 swapFree=4175896/4192956
[pid=28571] ppid=28569 vsize=13096 CPUtime=1200.07
/proc/28571/stat : 28571 (varsat-industri) R 28569 28571 28246 0 -1 4194304 2800 0 0 0 120002 5 0 0 25 0 1 0 1098529783 13410304 2785 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28571/statm: 3274 2785 110 221 0 3050 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 13096

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.08
CPU user time (s): 1200.03
CPU system time (s): 0.055991
CPU usage (%): 99.9644
Max. virtual memory (cumulated for all children) (KiB): 13096

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

runsolver used 1.19582 second user time and 3.18152 second system time

The end

Launcher Data

Begin job on node66 at 2009-03-28 17:44:46
IDJOB=1515760
IDBENCH=70456
IDSOLVER=538
FILE ID=node66/1515760-1238258686
PBS_JOBID= 9060770
Free space on /tmp= 66544 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/UNKNOWN/60/unif-k7-r89-v60-c5340-S1703611043-077.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1515760-1238258686/watcher-1515760-1238258686 -o /tmp/evaluation-result-1515760-1238258686/solver-1515760-1238258686 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=668970273 HOME/instance-1515760-1238258686.cnf

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

MD5SUM BENCH= 5a3058eca6d17c7e905cfeaf908c8bc0
RANDOM SEED=668970273

node66.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.286
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.286
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:       1145312 kB
Buffers:         88456 kB
Cached:         730008 kB
SwapCached:       8824 kB
Active:         212388 kB
Inactive:       617000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1145312 kB
SwapTotal:     4192956 kB
SwapFree:      4175896 kB
Dirty:            1156 kB
Writeback:           0 kB
Mapped:          16568 kB
Slab:            66388 kB
Committed_AS:  3050336 kB
PageTables:       1976 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= 66544 MiB
End job on node66 at 2009-03-28 18:04:48