Trace number 1716963

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.09 1200.41

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-08.cnf
MD5SUM81ed5ec4a2e7c208a4184383f9e53838
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1143.77
Satisfiable
(Un)Satisfiability was proved
Number of variables4614
Number of clauses16637
Sum of the clauses size44007
Maximum clause length97
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 27532
Number of clauses of size 38048
Number of clauses of size 4732
Number of clauses of size 5246
Number of clauses of size over 578

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  4614                                                 |
0.00/0.00	c |  Number of clauses:    16637                                                |
0.00/0.02	c |  Parsing time:         0.02         s                                       |
0.00/0.02	c |  Timeout:              43200 s
0.00/0.02	c |  Random Seed:          560850639.000000
0.00/0.02	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.00/0.02	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.02	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.02	c |                                                                             |
0.00/0.08	c ============================[ Search Statistics ]==============================
0.00/0.08	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.08	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.08	c ===============================================================================
0.00/0.08	c |         0 |    2470    12585    39711 |     4195        0    nan |  0.000 % |
0.09/0.10	c |       100 |    2470    12585    39711 |     4614      100     10 |  2.124 % |
0.09/0.14	c |       252 |    2470    12585    39711 |     5075      252     40 |  2.124 % |
0.09/0.18	c |       477 |    2470    12585    39711 |     5583      477     33 |  2.124 % |
0.19/0.23	c |       814 |    2470    12585    39711 |     6141      814     35 |  2.124 % |
0.29/0.30	c |      1321 |    2470    12585    39711 |     6756     1321     38 |  2.124 % |
0.39/0.40	c |      2083 |    2470    12585    39711 |     7431     2083     42 |  2.124 % |
0.49/0.56	c |      3222 |    2470    12585    39711 |     8174     3222     39 |  2.124 % |
0.79/0.82	c |      4930 |    2470    12585    39711 |     8992     4930     42 |  2.124 % |
1.19/1.23	c |      7492 |    2470    12585    39711 |     9891     7492     41 |  2.124 % |
1.99/2.06	c |     11337 |    2470    12585    39711 |    10880     5999     42 |  2.124 % |
3.30/3.33	c |     17103 |    2470    12585    39711 |    11968     6036     33 |  2.124 % |
4.99/5.06	c |     25755 |    2470    12585    39711 |    13165     8289     42 |  2.124 % |
7.79/7.86	c |     38729 |    2470    12585    39711 |    14482     7458     33 |  2.124 % |
12.09/12.17	c |     58190 |    2470    12585    39711 |    15930    11709     41 |  2.124 % |
18.59/18.61	c |     87383 |    2470    12585    39711 |    17523    16062     39 |  2.124 % |
33.28/33.38	c |    131172 |    2470    12585    39711 |    19275    14655     32 |  2.124 % |
50.88/50.98	c |    196857 |    2470    12585    39711 |    21203    10443     36 |  2.124 % |
82.77/82.88	c |    295384 |    2470    12585    39711 |    23323    21847     40 |  2.124 % |
125.36/125.43	c |    443174 |    2470    12585    39711 |    25656    14297     30 |  2.124 % |
208.44/208.55	c |    664857 |    2470    12585    39711 |    28221    26053     38 |  2.124 % |
344.60/344.72	c |    997382 |    2470    12585    39711 |    31044    14939     25 |  2.124 % |
621.03/621.23	c |   1496171 |    2470    12585    39711 |    34148    26353     36 |  2.124 % |
1061.71/1062.02	c |   2244353 |    2470    12585    39711 |    37563    26273     31 |  2.124 % |

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-1716963-1240622416/watcher-1716963-1240622416 -o /tmp/evaluation-result-1716963-1240622416/solver-1716963-1240622416 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=560850639 HOME/instance-1716963-1240622416.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.12 3/65 32158
/proc/meminfo: memFree=1293376/2055920 swapFree=4192956/4192956
[pid=32158] ppid=32156 vsize=3308 CPUtime=0
/proc/32158/stat : 32158 (varsat-crafted_) R 32156 32158 31914 0 -1 4194304 482 0 0 0 0 0 0 0 20 0 1 0 90270595 3387392 467 1992294400 4194304 5102648 548682068768 18446744073709551615 4498798 0 0 4096 3 0 0 0 17 1 0 0
/proc/32158/statm: 827 467 87 221 0 603 0

[startup+0.00954495 s]
/proc/loadavg: 0.92 0.98 1.12 3/65 32158
/proc/meminfo: memFree=1293376/2055920 swapFree=4192956/4192956
[pid=32158] ppid=32156 vsize=3924 CPUtime=0
/proc/32158/stat : 32158 (varsat-crafted_) R 32156 32158 31914 0 -1 4194304 597 0 0 0 0 0 0 0 20 0 1 0 90270595 4018176 582 1992294400 4194304 5102648 548682068768 18446744073709551615 4263334 0 0 4096 3 0 0 0 17 1 0 0
/proc/32158/statm: 981 582 87 221 0 757 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 3924

[startup+0.101553 s]
/proc/loadavg: 0.92 0.98 1.12 3/65 32158
/proc/meminfo: memFree=1293376/2055920 swapFree=4192956/4192956
[pid=32158] ppid=32156 vsize=6544 CPUtime=0.09
/proc/32158/stat : 32158 (varsat-crafted_) R 32156 32158 31914 0 -1 4194304 1361 0 0 0 9 0 0 0 20 0 1 0 90270595 6701056 1265 1992294400 4194304 5102648 548682068768 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/32158/statm: 1636 1265 103 221 0 1412 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6544

[startup+0.301576 s]
/proc/loadavg: 0.92 0.98 1.12 3/65 32158
/proc/meminfo: memFree=1293376/2055920 swapFree=4192956/4192956
[pid=32158] ppid=32156 vsize=6544 CPUtime=0.29
/proc/32158/stat : 32158 (varsat-crafted_) R 32156 32158 31914 0 -1 4194304 1369 0 0 0 29 0 0 0 22 0 1 0 90270595 6701056 1273 1992294400 4194304 5102648 548682068768 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/32158/statm: 1636 1273 111 221 0 1412 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6544

[startup+0.701621 s]
/proc/loadavg: 0.92 0.98 1.12 3/65 32158
/proc/meminfo: memFree=1293376/2055920 swapFree=4192956/4192956
[pid=32158] ppid=32156 vsize=6544 CPUtime=0.69
/proc/32158/stat : 32158 (varsat-crafted_) R 32156 32158 31914 0 -1 4194304 1391 0 0 0 69 0 0 0 25 0 1 0 90270595 6701056 1295 1992294400 4194304 5102648 548682068768 18446744073709551615 4249033 0 0 4096 3 0 0 0 17 1 0 0
/proc/32158/statm: 1636 1295 111 221 0 1412 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6544

[startup+1.50171 s]
/proc/loadavg: 0.92 0.98 1.12 2/66 32159
/proc/meminfo: memFree=1288248/2055920 swapFree=4192956/4192956
[pid=32158] ppid=32156 vsize=7504 CPUtime=1.49
/proc/32158/stat : 32158 (varsat-crafted_) R 32156 32158 31914 0 -1 4194304 1623 0 0 0 149 0 0 0 25 0 1 0 90270595 7684096 1527 1992294400 4194304 5102648 548682068768 18446744073709551615 4250292 0 0 4096 3 0 0 0 17 1 0 0
/proc/32158/statm: 1876 1527 111 221 0 1652 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7504

[startup+3.10189 s]
/proc/loadavg: 0.92 0.98 1.12 2/66 32159
/proc/meminfo: memFree=1286968/2055920 swapFree=4192956/4192956
[pid=32158] ppid=32156 vsize=8032 CPUtime=3.09
/proc/32158/stat : 32158 (varsat-crafted_) R 32156 32158 31914 0 -1 4194304 1753 0 0 0 308 1 0 0 25 0 1 0 90270595 8224768 1657 1992294400 4194304 5102648 548682068768 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/32158/statm: 2008 1657 111 221 0 1784 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8032

[startup+6.30124 s]
/proc/loadavg: 0.93 0.98 1.12 2/66 32159
/proc/meminfo: memFree=1286392/2055920 swapFree=4192956/4192956
[pid=32158] ppid=32156 vsize=8964 CPUtime=6.29
/proc/32158/stat : 32158 (varsat-crafted_) R 32156 32158 31914 0 -1 4194304 1963 0 0 0 628 1 0 0 25 0 1 0 90270595 9179136 1867 1992294400 4194304 5102648 548682068768 18446744073709551615 4244275 0 0 4096 3 0 0 0 17 1 0 0
/proc/32158/statm: 2241 1867 111 221 0 2017 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8964

[startup+12.702 s]
/proc/loadavg: 0.93 0.98 1.12 2/66 32159
/proc/meminfo: memFree=1284736/2055920 swapFree=4192956/4192956
[pid=32158] ppid=32156 vsize=10152 CPUtime=12.69
/proc/32158/stat : 32158 (varsat-crafted_) R 32156 32158 31914 0 -1 4194304 2278 0 0 0 1268 1 0 0 25 0 1 0 90270595 10395648 2182 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/32158/statm: 2538 2182 111 221 0 2314 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10152

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 1.12 2/66 32159
/proc/meminfo: memFree=1284544/2055920 swapFree=4192956/4192956
[pid=32158] ppid=32156 vsize=10304 CPUtime=25.49
/proc/32158/stat : 32158 (varsat-crafted_) R 32156 32158 31914 0 -1 4194304 2318 0 0 0 2548 1 0 0 25 0 1 0 90270595 10551296 2222 1992294400 4194304 5102648 548682068768 18446744073709551615 4249850 0 0 4096 3 0 0 0 17 1 0 0
/proc/32158/statm: 2576 2222 111 221 0 2352 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 10304

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 1.11 2/66 32159
/proc/meminfo: memFree=1283584/2055920 swapFree=4192956/4192956
[pid=32158] ppid=32156 vsize=11460 CPUtime=51.08
/proc/32158/stat : 32158 (varsat-crafted_) R 32156 32158 31914 0 -1 4194304 2593 0 0 0 5107 1 0 0 25 0 1 0 90270595 11735040 2497 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/32158/statm: 2865 2497 111 221 0 2641 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 11460

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 1.10 2/66 32159
/proc/meminfo: memFree=1281536/2055920 swapFree=4192956/4192956
[pid=32158] ppid=32156 vsize=13552 CPUtime=102.27
/proc/32158/stat : 32158 (varsat-crafted_) R 32156 32158 31914 0 -1 4194304 3100 0 0 0 10225 2 0 0 25 0 1 0 90270595 13877248 3004 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/32158/statm: 3388 3004 111 221 0 3164 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 13552

[startup+162.303 s]
/proc/loadavg: 0.99 0.98 1.09 2/66 32159
/proc/meminfo: memFree=1280704/2055920 swapFree=4192956/4192956
[pid=32158] ppid=32156 vsize=14220 CPUtime=162.25
/proc/32158/stat : 32158 (varsat-crafted_) R 32156 32158 31914 0 -1 4194304 3285 0 0 0 16223 2 0 0 25 0 1 0 90270595 14561280 3189 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/32158/statm: 3555 3189 111 221 0 3331 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 14220

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 1.09 2/66 32159
/proc/meminfo: memFree=1279360/2055920 swapFree=4192956/4192956
[pid=32158] ppid=32156 vsize=15784 CPUtime=222.23
/proc/32158/stat : 32158 (varsat-crafted_) R 32156 32158 31914 0 -1 4194304 3622 0 0 0 22221 2 0 0 25 0 1 0 90270595 16162816 3526 1992294400 4194304 5102648 548682068768 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/32158/statm: 3946 3526 111 221 0 3722 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 15784

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 1.08 2/66 32159
/proc/meminfo: memFree=1278656/2055920 swapFree=4192956/4192956
[pid=32158] ppid=32156 vsize=16536 CPUtime=282.22
/proc/32158/stat : 32158 (varsat-crafted_) R 32156 32158 31914 0 -1 4194304 3788 0 0 0 28220 2 0 0 25 0 1 0 90270595 16932864 3692 1992294400 4194304 5102648 548682068768 18446744073709551615 4249795 0 0 4096 3 0 0 0 17 1 0 0
/proc/32158/statm: 4134 3692 111 221 0 3910 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 16536

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 1.07 2/66 32159
/proc/meminfo: memFree=1277760/2055920 swapFree=4192956/4192956
[pid=32158] ppid=32156 vsize=17424 CPUtime=342.2
/proc/32158/stat : 32158 (varsat-crafted_) R 32156 32158 31914 0 -1 4194304 4015 0 0 0 34218 2 0 0 25 0 1 0 90270595 17842176 3919 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/32158/statm: 4356 3919 111 221 0 4132 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 17424

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 1.07 2/66 32159
/proc/meminfo: memFree=1276672/2055920 swapFree=4192956/4192956
[pid=32158] ppid=32156 vsize=18576 CPUtime=402.18
/proc/32158/stat : 32158 (varsat-crafted_) R 32156 32158 31914 0 -1 4194304 4278 0 0 0 40216 2 0 0 25 0 1 0 90270595 19021824 4182 1992294400 4194304 5102648 548682068768 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/32158/statm: 4644 4182 111 221 0 4420 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 18576

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 1.06 2/66 32159
/proc/meminfo: memFree=1276352/2055920 swapFree=4192956/4192956
[pid=32158] ppid=32156 vsize=18860 CPUtime=462.17
/proc/32158/stat : 32158 (varsat-crafted_) R 32156 32158 31914 0 -1 4194304 4352 0 0 0 46214 3 0 0 25 0 1 0 90270595 19312640 4256 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/32158/statm: 4715 4256 111 221 0 4491 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 18860

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 1.06 2/66 32159
/proc/meminfo: memFree=1276288/2055920 swapFree=4192956/4192956
[pid=32158] ppid=32156 vsize=18860 CPUtime=522.16
/proc/32158/stat : 32158 (varsat-crafted_) R 32156 32158 31914 0 -1 4194304 4381 0 0 0 52213 3 0 0 25 0 1 0 90270595 19312640 4285 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/32158/statm: 4715 4285 111 221 0 4491 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 18860

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 1.05 2/66 32159
/proc/meminfo: memFree=1275840/2055920 swapFree=4192956/4192956
[pid=32158] ppid=32156 vsize=19276 CPUtime=582.14
/proc/32158/stat : 32158 (varsat-crafted_) R 32156 32158 31914 0 -1 4194304 4477 0 0 0 58211 3 0 0 25 0 1 0 90270595 19738624 4381 1992294400 4194304 5102648 548682068768 18446744073709551615 4249648 0 0 4096 3 0 0 0 17 1 0 0
/proc/32158/statm: 4819 4381 111 221 0 4595 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 19276

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 1.04 2/66 32159
/proc/meminfo: memFree=1275136/2055920 swapFree=4192956/4192956
[pid=32158] ppid=32156 vsize=20116 CPUtime=642.13
/proc/32158/stat : 32158 (varsat-crafted_) R 32156 32158 31914 0 -1 4194304 4658 0 0 0 64210 3 0 0 25 0 1 0 90270595 20598784 4562 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/32158/statm: 5029 4562 111 221 0 4805 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 20116

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 1.04 2/66 32159
/proc/meminfo: memFree=1274112/2055920 swapFree=4192956/4192956
[pid=32158] ppid=32156 vsize=21040 CPUtime=702.1
/proc/32158/stat : 32158 (varsat-crafted_) R 32156 32158 31914 0 -1 4194304 4914 0 0 0 70207 3 0 0 25 0 1 0 90270595 21544960 4818 1992294400 4194304 5102648 548682068768 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/32158/statm: 5260 4818 111 221 0 5036 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 21040

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 1.03 2/66 32159
/proc/meminfo: memFree=1273920/2055920 swapFree=4192956/4192956
[pid=32158] ppid=32156 vsize=21400 CPUtime=762.09
/proc/32158/stat : 32158 (varsat-crafted_) R 32156 32158 31914 0 -1 4194304 4977 0 0 0 76206 3 0 0 25 0 1 0 90270595 21913600 4881 1992294400 4194304 5102648 548682068768 18446744073709551615 4227386 0 0 4096 3 0 0 0 17 1 0 0
/proc/32158/statm: 5350 4881 111 221 0 5126 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 21400

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 1.03 2/66 32159
/proc/meminfo: memFree=1273664/2055920 swapFree=4192956/4192956
[pid=32158] ppid=32156 vsize=21716 CPUtime=822.07
/proc/32158/stat : 32158 (varsat-crafted_) R 32156 32158 31914 0 -1 4194304 5037 0 0 0 82204 3 0 0 25 0 1 0 90270595 22237184 4941 1992294400 4194304 5102648 548682068768 18446744073709551615 4249052 0 0 4096 3 0 0 0 17 1 0 0
/proc/32158/statm: 5429 4941 111 221 0 5205 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 21716

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 1.02 2/66 32159
/proc/meminfo: memFree=1273536/2055920 swapFree=4192956/4192956
[pid=32158] ppid=32156 vsize=21716 CPUtime=882.06
/proc/32158/stat : 32158 (varsat-crafted_) R 32156 32158 31914 0 -1 4194304 5061 0 0 0 88203 3 0 0 25 0 1 0 90270595 22237184 4965 1992294400 4194304 5102648 548682068768 18446744073709551615 4249939 0 0 4096 3 0 0 0 17 1 0 0
/proc/32158/statm: 5429 4965 111 221 0 5205 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 21716

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 1.02 2/66 32159
/proc/meminfo: memFree=1273408/2055920 swapFree=4192956/4192956
[pid=32158] ppid=32156 vsize=21908 CPUtime=942.04
/proc/32158/stat : 32158 (varsat-crafted_) R 32156 32158 31914 0 -1 4194304 5106 0 0 0 94201 3 0 0 25 0 1 0 90270595 22433792 5010 1992294400 4194304 5102648 548682068768 18446744073709551615 4225744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32158/statm: 5477 5010 111 221 0 5253 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 21908

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 1.01 2/66 32159
/proc/meminfo: memFree=1273344/2055920 swapFree=4192956/4192956
[pid=32158] ppid=32156 vsize=22064 CPUtime=1002.02
/proc/32158/stat : 32158 (varsat-crafted_) R 32156 32158 31914 0 -1 4194304 5120 0 0 0 100199 3 0 0 25 0 1 0 90270595 22593536 5024 1992294400 4194304 5102648 548682068768 18446744073709551615 4256018 0 0 4096 3 0 0 0 17 1 0 0
/proc/32158/statm: 5516 5024 111 221 0 5292 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 22064

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 32159
/proc/meminfo: memFree=1273216/2055920 swapFree=4192956/4192956
[pid=32158] ppid=32156 vsize=22252 CPUtime=1062.01
/proc/32158/stat : 32158 (varsat-crafted_) R 32156 32158 31914 0 -1 4194304 5166 0 0 0 106198 3 0 0 25 0 1 0 90270595 22786048 5070 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/32158/statm: 5563 5070 111 221 0 5339 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 22252

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 32161
/proc/meminfo: memFree=1272320/2055920 swapFree=4192956/4192956
[pid=32158] ppid=32156 vsize=23044 CPUtime=1121.99
/proc/32158/stat : 32158 (varsat-crafted_) R 32156 32158 31914 0 -1 4194304 5380 0 0 0 112195 4 0 0 25 0 1 0 90270595 23597056 5284 1992294400 4194304 5102648 548682068768 18446744073709551615 4250292 0 0 4096 3 0 0 0 17 1 0 0
/proc/32158/statm: 5761 5284 111 221 0 5537 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 23044

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 32161
/proc/meminfo: memFree=1272320/2055920 swapFree=4192956/4192956
[pid=32158] ppid=32156 vsize=23252 CPUtime=1181.98
/proc/32158/stat : 32158 (varsat-crafted_) R 32156 32158 31914 0 -1 4194304 5420 0 0 0 118194 4 0 0 25 0 1 0 90270595 23810048 5324 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/32158/statm: 5813 5324 111 221 0 5589 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 23252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 32161
/proc/meminfo: memFree=1272256/2055920 swapFree=4192956/4192956
[pid=32158] ppid=32156 vsize=23252 CPUtime=1200.08
/proc/32158/stat : 32158 (varsat-crafted_) R 32156 32158 31914 0 -1 4194304 5420 0 0 0 120004 4 0 0 25 0 1 0 90270595 23810048 5324 1992294400 4194304 5102648 548682068768 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/32158/statm: 5813 5324 111 221 0 5589 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 23252

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.09
CPU user time (s): 1200.04
CPU system time (s): 0.045993
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 23252

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

runsolver used 1.25181 second user time and 2.78758 second system time

The end

Launcher Data

Begin job on node91 at 2009-04-25 03:20:16
IDJOB=1716963
IDBENCH=20400
IDSOLVER=537
FILE ID=node91/1716963-1240622416
PBS_JOBID= 9186323
Free space on /tmp= 66520 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-08.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1716963-1240622416/watcher-1716963-1240622416 -o /tmp/evaluation-result-1716963-1240622416/solver-1716963-1240622416 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=560850639 HOME/instance-1716963-1240622416.cnf

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

MD5SUM BENCH= 81ed5ec4a2e7c208a4184383f9e53838
RANDOM SEED=560850639

node91.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.241
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.241
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1293792 kB
Buffers:         85284 kB
Cached:         580436 kB
SwapCached:          0 kB
Active:         271232 kB
Inactive:       409016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1293792 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1268 kB
Writeback:           0 kB
Mapped:          24256 kB
Slab:            67788 kB
Committed_AS:   182228 kB
PageTables:       1356 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66520 MiB
End job on node91 at 2009-04-25 03:40:18