Trace number 1513456

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.02 1200.31

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/160/
unif-k7-r85-v160-c13600-S1543261951-042.cnf
MD5SUMf53260962d7c8afd7ae82ca459f22f43
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark151.672
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of clauses13600
Sum of the clauses size95200
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 513600

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  160                                                  |
0.00/0.00	c |  Number of clauses:    13600                                                |
0.00/0.03	c |  Parsing time:         0.02         s                                       |
0.00/0.03	c |  Timeout:              43200 s
0.00/0.03	c |  Random Seed:          541424786.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.39/0.40	c ============================[ Search Statistics ]==============================
0.39/0.40	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.39/0.40	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.39/0.40	c ===============================================================================
0.39/0.40	c |         0 |     160    13600    95200 |     4533        0    nan |  0.000 % |
0.39/0.45	c |       101 |     160    13600    95200 |     4986      101     45 |  0.004 % |
0.49/0.51	c |       251 |     160    13600    95200 |     5485      251     47 |  0.004 % |
0.49/0.57	c |       478 |     160    13600    95200 |     6033      478     47 |  0.004 % |
0.59/0.65	c |       815 |     160    13600    95200 |     6637      815     47 |  0.004 % |
0.69/0.73	c |      1322 |     160    13600    95200 |     7300     1322     47 |  0.004 % |
0.79/0.84	c |      2082 |     160    13600    95200 |     8031     2082     47 |  0.004 % |
0.89/0.98	c |      3221 |     160    13600    95200 |     8834     3221     48 |  0.004 % |
1.10/1.19	c |      4929 |     160    13600    95200 |     9717     4929     48 |  0.004 % |
1.49/1.52	c |      7491 |     160    13600    95200 |    10689     7491     48 |  0.004 % |
1.99/2.09	c |     11336 |     160    13600    95200 |    11758     5951     47 |  0.004 % |
2.79/2.87	c |     17102 |     160    13600    95200 |    12934    11717     48 |  0.004 % |
4.19/4.21	c |     25751 |     160    13600    95200 |    14227     7371     49 |  0.004 % |
6.40/6.45	c |     38725 |     160    13600    95200 |    15650    13194     48 |  0.004 % |
9.89/9.96	c |     58187 |     160    13600    95200 |    17215     9077     48 |  0.004 % |
15.49/15.53	c |     87381 |     160    13600    95200 |    18936    12343     49 |  0.004 % |
25.09/25.11	c |    131171 |     160    13600    95200 |    20830    18116     49 |  0.004 % |
40.79/40.80	c |    196855 |     160    13600    95200 |    22913    10652     46 |  0.004 % |
65.28/65.34	c |    295381 |     160    13600    95200 |    25204    16833     50 |  0.004 % |
105.86/105.99	c |    443172 |     160    13600    95200 |    27725    19813     49 |  0.004 % |
169.55/169.66	c |    664855 |     160    13600    95200 |    30497    25810     49 |  0.004 % |
272.02/272.16	c |    997383 |     160    13600    95200 |    33547    15269     48 |  0.004 % |
434.39/434.57	c |   1496172 |     160    13600    95200 |    36902    14183     48 |  0.004 % |
696.83/697.01	c |   2244354 |     160    13600    95200 |    40592    17452     49 |  0.004 % |
1140.82/1141.18	c |   3366629 |     160    13600    95200 |    44652    40607     49 |  0.004 % |

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-1513456-1238217369/watcher-1513456-1238217369 -o /tmp/evaluation-result-1513456-1238217369/solver-1513456-1238217369 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=541424786 HOME/instance-1513456-1238217369.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: 1.02 1.02 0.93 3/64 15034
/proc/meminfo: memFree=906096/2055920 swapFree=4176996/4192956
[pid=15034] ppid=15032 vsize=2544 CPUtime=0
/proc/15034/stat : 15034 (varsat-industri) R 15032 15034 14209 0 -1 4194304 308 0 0 0 0 0 0 0 18 0 1 0 1094398971 2605056 293 1992294400 4194304 5102648 548682068784 18446744073709551615 4492085 0 0 4096 3 0 0 0 17 1 0 0
/proc/15034/statm: 636 295 87 221 0 412 0

[startup+0.102268 s]
/proc/loadavg: 1.02 1.02 0.93 3/64 15034
/proc/meminfo: memFree=906096/2055920 swapFree=4176996/4192956
[pid=15034] ppid=15032 vsize=5576 CPUtime=0.09
/proc/15034/stat : 15034 (varsat-industri) R 15032 15034 14209 0 -1 4194304 1084 0 0 0 9 0 0 0 18 0 1 0 1094398971 5709824 1069 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/15034/statm: 1394 1069 98 221 0 1170 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5576

[startup+0.201275 s]
/proc/loadavg: 1.02 1.02 0.93 3/64 15034
/proc/meminfo: memFree=906096/2055920 swapFree=4176996/4192956
[pid=15034] ppid=15032 vsize=5576 CPUtime=0.19
/proc/15034/stat : 15034 (varsat-industri) R 15032 15034 14209 0 -1 4194304 1084 0 0 0 19 0 0 0 19 0 1 0 1094398971 5709824 1069 1992294400 4194304 5102648 548682068784 18446744073709551615 4273265 0 0 4096 3 0 0 0 17 1 0 0
/proc/15034/statm: 1394 1069 98 221 0 1170 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 5576

[startup+0.301284 s]
/proc/loadavg: 1.02 1.02 0.93 3/64 15034
/proc/meminfo: memFree=906096/2055920 swapFree=4176996/4192956
[pid=15034] ppid=15032 vsize=5648 CPUtime=0.29
/proc/15034/stat : 15034 (varsat-industri) R 15032 15034 14209 0 -1 4194304 1111 0 0 0 29 0 0 0 19 0 1 0 1094398971 5783552 1096 1992294400 4194304 5102648 548682068784 18446744073709551615 4273253 0 0 4096 3 0 0 0 17 1 0 0
/proc/15034/statm: 1412 1096 98 221 0 1188 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5648

[startup+0.701319 s]
/proc/loadavg: 1.02 1.02 0.93 3/64 15034
/proc/meminfo: memFree=906096/2055920 swapFree=4176996/4192956
[pid=15034] ppid=15032 vsize=4932 CPUtime=0.69
/proc/15034/stat : 15034 (varsat-industri) R 15032 15034 14209 0 -1 4194304 1123 0 0 0 69 0 0 0 23 0 1 0 1094398971 5050368 937 1992294400 4194304 5102648 548682068784 18446744073709551615 4249867 0 0 4096 3 0 0 0 17 1 0 0
/proc/15034/statm: 1233 937 110 221 0 1009 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4932

[startup+1.50139 s]
/proc/loadavg: 1.02 1.02 0.93 2/65 15035
/proc/meminfo: memFree=902376/2055920 swapFree=4176996/4192956
[pid=15034] ppid=15032 vsize=6120 CPUtime=1.49
/proc/15034/stat : 15034 (varsat-industri) R 15032 15034 14209 0 -1 4194304 1416 0 0 0 149 0 0 0 25 0 1 0 1094398971 6266880 1230 1992294400 4194304 5102648 548682068784 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/15034/statm: 1530 1230 110 221 0 1306 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6120

[startup+3.10253 s]
/proc/loadavg: 1.02 1.02 0.93 2/65 15035
/proc/meminfo: memFree=900520/2055920 swapFree=4176996/4192956
[pid=15034] ppid=15032 vsize=7736 CPUtime=3.09
/proc/15034/stat : 15034 (varsat-industri) R 15032 15034 14209 0 -1 4194304 1797 0 0 0 309 0 0 0 25 0 1 0 1094398971 7921664 1611 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15034/statm: 1934 1611 110 221 0 1710 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7736

[startup+6.30181 s]
/proc/loadavg: 1.02 1.02 0.93 2/65 15035
/proc/meminfo: memFree=899176/2055920 swapFree=4176996/4192956
[pid=15034] ppid=15032 vsize=8396 CPUtime=6.3
/proc/15034/stat : 15034 (varsat-industri) R 15032 15034 14209 0 -1 4194304 1970 0 0 0 629 1 0 0 25 0 1 0 1094398971 8597504 1784 1992294400 4194304 5102648 548682068784 18446744073709551615 4249064 0 0 4096 3 0 0 0 17 1 0 0
/proc/15034/statm: 2099 1784 110 221 0 1875 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 8396

[startup+12.7014 s]
/proc/loadavg: 1.02 1.02 0.93 2/65 15035
/proc/meminfo: memFree=897704/2055920 swapFree=4176996/4192956
[pid=15034] ppid=15032 vsize=9720 CPUtime=12.69
/proc/15034/stat : 15034 (varsat-industri) R 15032 15034 14209 0 -1 4194304 2309 0 0 0 1268 1 0 0 25 0 1 0 1094398971 9953280 2123 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15034/statm: 2430 2123 110 221 0 2206 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9720

[startup+25.5015 s]
/proc/loadavg: 1.01 1.02 0.93 2/65 15035
/proc/meminfo: memFree=896296/2055920 swapFree=4176996/4192956
[pid=15034] ppid=15032 vsize=11260 CPUtime=25.49
/proc/15034/stat : 15034 (varsat-industri) R 15032 15034 14209 0 -1 4194304 2662 0 0 0 2547 2 0 0 25 0 1 0 1094398971 11530240 2476 1992294400 4194304 5102648 548682068784 18446744073709551615 4250181 0 0 4096 3 0 0 0 17 1 0 0
/proc/15034/statm: 2815 2476 110 221 0 2591 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 11260

[startup+51.1018 s]
/proc/loadavg: 1.01 1.01 0.93 2/65 15035
/proc/meminfo: memFree=894184/2055920 swapFree=4176996/4192956
[pid=15034] ppid=15032 vsize=13392 CPUtime=51.08
/proc/15034/stat : 15034 (varsat-industri) R 15032 15034 14209 0 -1 4194304 3168 0 0 0 5106 2 0 0 25 0 1 0 1094398971 13713408 2982 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/15034/statm: 3348 2982 110 221 0 3124 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 13392

[startup+102.301 s]
/proc/loadavg: 1.00 1.01 0.93 2/65 15035
/proc/meminfo: memFree=892264/2055920 swapFree=4176996/4192956
[pid=15034] ppid=15032 vsize=15528 CPUtime=102.27
/proc/15034/stat : 15034 (varsat-industri) R 15032 15034 14209 0 -1 4194304 3660 0 0 0 10225 2 0 0 25 0 1 0 1094398971 15900672 3474 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15034/statm: 3882 3474 110 221 0 3658 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 15528

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 15035
/proc/meminfo: memFree=890344/2055920 swapFree=4176996/4192956
[pid=15034] ppid=15032 vsize=17660 CPUtime=162.26
/proc/15034/stat : 15034 (varsat-industri) R 15032 15034 14209 0 -1 4194304 4125 0 0 0 16223 3 0 0 25 0 1 0 1094398971 18083840 3939 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15034/statm: 4415 3939 110 221 0 4191 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 17660

[startup+222.306 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 15035
/proc/meminfo: memFree=888744/2055920 swapFree=4176996/4192956
[pid=15034] ppid=15032 vsize=19316 CPUtime=222.24
/proc/15034/stat : 15034 (varsat-industri) R 15032 15034 14209 0 -1 4194304 4527 0 0 0 22221 3 0 0 25 0 1 0 1094398971 19779584 4341 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15034/statm: 4829 4341 110 221 0 4605 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 19316

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 15035
/proc/meminfo: memFree=887528/2055920 swapFree=4176996/4192956
[pid=15034] ppid=15032 vsize=20628 CPUtime=282.22
/proc/15034/stat : 15034 (varsat-industri) R 15032 15034 14209 0 -1 4194304 4837 0 0 0 28219 3 0 0 25 0 1 0 1094398971 21123072 4651 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15034/statm: 5157 4651 110 221 0 4933 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 20628

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 15035
/proc/meminfo: memFree=886376/2055920 swapFree=4176996/4192956
[pid=15034] ppid=15032 vsize=21700 CPUtime=342.21
/proc/15034/stat : 15034 (varsat-industri) R 15032 15034 14209 0 -1 4194304 5089 0 0 0 34217 4 0 0 25 0 1 0 1094398971 22220800 4903 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15034/statm: 5425 4903 110 221 0 5201 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 21700

[startup+402.302 s]
/proc/loadavg: 1.04 1.01 0.94 2/65 15035
/proc/meminfo: memFree=885864/2055920 swapFree=4176996/4192956
[pid=15034] ppid=15032 vsize=22300 CPUtime=402.2
/proc/15034/stat : 15034 (varsat-industri) R 15032 15034 14209 0 -1 4194304 5218 0 0 0 40216 4 0 0 25 0 1 0 1094398971 22835200 5032 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/15034/statm: 5575 5032 110 221 0 5351 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 22300

[startup+462.302 s]
/proc/loadavg: 1.04 1.02 0.94 2/65 15035
/proc/meminfo: memFree=884712/2055920 swapFree=4176996/4192956
[pid=15034] ppid=15032 vsize=23320 CPUtime=462.18
/proc/15034/stat : 15034 (varsat-industri) R 15032 15034 14209 0 -1 4194304 5508 0 0 0 46214 4 0 0 25 0 1 0 1094398971 23879680 5322 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15034/statm: 5830 5322 110 221 0 5606 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 23320

[startup+522.301 s]
/proc/loadavg: 1.02 1.02 0.94 2/65 15035
/proc/meminfo: memFree=884200/2055920 swapFree=4176996/4192956
[pid=15034] ppid=15032 vsize=23844 CPUtime=522.16
/proc/15034/stat : 15034 (varsat-industri) R 15032 15034 14209 0 -1 4194304 5620 0 0 0 52212 4 0 0 25 0 1 0 1094398971 24416256 5434 1992294400 4194304 5102648 548682068784 18446744073709551615 4249872 0 0 4096 3 0 0 0 17 1 0 0
/proc/15034/statm: 5961 5434 110 221 0 5737 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 23844

[startup+582.301 s]
/proc/loadavg: 1.00 1.01 0.94 2/65 15035
/proc/meminfo: memFree=883496/2055920 swapFree=4176996/4192956
[pid=15034] ppid=15032 vsize=24648 CPUtime=582.16
/proc/15034/stat : 15034 (varsat-industri) R 15032 15034 14209 0 -1 4194304 5808 0 0 0 58211 5 0 0 25 0 1 0 1094398971 25239552 5622 1992294400 4194304 5102648 548682068784 18446744073709551615 4249783 0 0 4096 3 0 0 0 17 1 0 0
/proc/15034/statm: 6162 5622 110 221 0 5938 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 24648

[startup+642.302 s]
/proc/loadavg: 1.00 1.01 0.94 2/65 15035
/proc/meminfo: memFree=882984/2055920 swapFree=4176996/4192956
[pid=15034] ppid=15032 vsize=25312 CPUtime=642.14
/proc/15034/stat : 15034 (varsat-industri) R 15032 15034 14209 0 -1 4194304 5934 0 0 0 64209 5 0 0 25 0 1 0 1094398971 25919488 5748 1992294400 4194304 5102648 548682068784 18446744073709551615 4249956 0 0 4096 3 0 0 0 17 1 0 0
/proc/15034/statm: 6328 5748 110 221 0 6104 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 25312

[startup+702.301 s]
/proc/loadavg: 1.04 1.02 0.95 2/65 15035
/proc/meminfo: memFree=882664/2055920 swapFree=4176996/4192956
[pid=15034] ppid=15032 vsize=25644 CPUtime=702.12
/proc/15034/stat : 15034 (varsat-industri) R 15032 15034 14209 0 -1 4194304 6003 0 0 0 70207 5 0 0 25 0 1 0 1094398971 26259456 5817 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15034/statm: 6411 5817 110 221 0 6187 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 25644

[startup+762.301 s]
/proc/loadavg: 1.13 1.04 0.96 2/65 15035
/proc/meminfo: memFree=881320/2055920 swapFree=4176996/4192956
[pid=15034] ppid=15032 vsize=26996 CPUtime=762.11
/proc/15034/stat : 15034 (varsat-industri) R 15032 15034 14209 0 -1 4194304 6340 0 0 0 76206 5 0 0 25 0 1 0 1094398971 27643904 6154 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15034/statm: 6749 6154 110 221 0 6525 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 26996

[startup+822.302 s]
/proc/loadavg: 1.12 1.06 0.97 2/65 15035
/proc/meminfo: memFree=880744/2055920 swapFree=4176996/4192956
[pid=15034] ppid=15032 vsize=27568 CPUtime=822.09
/proc/15034/stat : 15034 (varsat-industri) R 15032 15034 14209 0 -1 4194304 6485 0 0 0 82204 5 0 0 25 0 1 0 1094398971 28229632 6299 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15034/statm: 6892 6299 110 221 0 6668 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 27568

[startup+882.306 s]
/proc/loadavg: 1.04 1.05 0.97 2/65 15035
/proc/meminfo: memFree=880552/2055920 swapFree=4176996/4192956
[pid=15034] ppid=15032 vsize=27804 CPUtime=882.09
/proc/15034/stat : 15034 (varsat-industri) R 15032 15034 14209 0 -1 4194304 6517 0 0 0 88203 6 0 0 25 0 1 0 1094398971 28471296 6331 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/15034/statm: 6951 6331 110 221 0 6727 0
Current children cumulated CPU time (s) 882.09
Current children cumulated vsize (KiB) 27804

[startup+942.301 s]
/proc/loadavg: 1.01 1.04 0.97 2/65 15035
/proc/meminfo: memFree=880168/2055920 swapFree=4176996/4192956
[pid=15034] ppid=15032 vsize=28388 CPUtime=942.07
/proc/15034/stat : 15034 (varsat-industri) R 15032 15034 14209 0 -1 4194304 6644 0 0 0 94201 6 0 0 25 0 1 0 1094398971 29069312 6458 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15034/statm: 7097 6458 110 221 0 6873 0
Current children cumulated CPU time (s) 942.07
Current children cumulated vsize (KiB) 28388

[startup+1002.3 s]
/proc/loadavg: 1.00 1.03 0.97 2/65 15035
/proc/meminfo: memFree=879720/2055920 swapFree=4176996/4192956
[pid=15034] ppid=15032 vsize=28956 CPUtime=1002.05
/proc/15034/stat : 15034 (varsat-industri) R 15032 15034 14209 0 -1 4194304 6728 0 0 0 100199 6 0 0 25 0 1 0 1094398971 29650944 6542 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/15034/statm: 7239 6542 110 221 0 7015 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 28956

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 0.97 2/65 15035
/proc/meminfo: memFree=879592/2055920 swapFree=4176996/4192956
[pid=15034] ppid=15032 vsize=28956 CPUtime=1062.04
/proc/15034/stat : 15034 (varsat-industri) R 15032 15034 14209 0 -1 4194304 6769 0 0 0 106198 6 0 0 25 0 1 0 1094398971 29650944 6583 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15034/statm: 7239 6583 110 221 0 7015 0
Current children cumulated CPU time (s) 1062.04
Current children cumulated vsize (KiB) 28956

[startup+1122.3 s]
/proc/loadavg: 1.00 1.02 0.97 2/65 15035
/proc/meminfo: memFree=879400/2055920 swapFree=4176996/4192956
[pid=15034] ppid=15032 vsize=29148 CPUtime=1122.02
/proc/15034/stat : 15034 (varsat-industri) R 15032 15034 14209 0 -1 4194304 6800 0 0 0 112196 6 0 0 25 0 1 0 1094398971 29847552 6614 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15034/statm: 7287 6614 110 221 0 7063 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 29148

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 0.97 2/65 15035
/proc/meminfo: memFree=878184/2055920 swapFree=4176996/4192956
[pid=15034] ppid=15032 vsize=30600 CPUtime=1182
/proc/15034/stat : 15034 (varsat-industri) R 15032 15034 14209 0 -1 4194304 7109 0 0 0 118194 6 0 0 25 0 1 0 1094398971 31334400 6923 1992294400 4194304 5102648 548682068784 18446744073709551615 4250276 0 0 4096 3 0 0 0 17 1 0 0
/proc/15034/statm: 7650 6923 110 221 0 7426 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 30600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 1.00 1.01 0.97 2/65 15035
/proc/meminfo: memFree=878056/2055920 swapFree=4176996/4192956
[pid=15034] ppid=15032 vsize=30600 CPUtime=1200
/proc/15034/stat : 15034 (varsat-industri) R 15032 15034 14209 0 -1 4194304 7141 0 0 0 119994 6 0 0 25 0 1 0 1094398971 31334400 6955 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15034/statm: 7650 6955 110 221 0 7426 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 30600

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.31
CPU time (s): 1200.02
CPU user time (s): 1199.95
CPU system time (s): 0.074988
CPU usage (%): 99.976
Max. virtual memory (cumulated for all children) (KiB): 30600

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

runsolver used 0.912861 second user time and 2.58461 second system time

The end

Launcher Data

Begin job on node50 at 2009-03-28 06:16:09
IDJOB=1513456
IDBENCH=70264
IDSOLVER=538
FILE ID=node50/1513456-1238217369
PBS_JOBID= 9060516
Free space on /tmp= 64164 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/160/unif-k7-r85-v160-c13600-S1543261951-042.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1513456-1238217369/watcher-1513456-1238217369 -o /tmp/evaluation-result-1513456-1238217369/solver-1513456-1238217369 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=541424786 HOME/instance-1513456-1238217369.cnf

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

MD5SUM BENCH= f53260962d7c8afd7ae82ca459f22f43
RANDOM SEED=541424786

node50.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.238
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.238
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:        906512 kB
Buffers:         83536 kB
Cached:         975912 kB
SwapCached:       9920 kB
Active:         141388 kB
Inactive:       929632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        906512 kB
SwapTotal:     4192956 kB
SwapFree:      4176996 kB
Dirty:            1396 kB
Writeback:           0 kB
Mapped:          17268 kB
Slab:            64308 kB
Committed_AS:  2963860 kB
PageTables:       1456 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= 64164 MiB
End job on node50 at 2009-03-28 06:36:11