Trace number 1516456

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.41

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/SATISFIABLE/65/
unif-k7-r89-v65-c5785-S1366769180-095.cnf
MD5SUM24a651376c44fe64c4aa5e817f0a506b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.560914
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of clauses5785
Sum of the clauses size40495
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 55785

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  65                                                   |
0.00/0.00	c |  Number of clauses:    5785                                                 |
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:          842599598.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.14	c ============================[ Search Statistics ]==============================
0.09/0.14	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.14	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.14	c ===============================================================================
0.09/0.14	c |         0 |      65     5785    40495 |     1928        0    nan |  0.000 % |
0.09/0.17	c |       100 |      65     5785    40495 |     2121      100     23 |  0.024 % |
0.09/0.19	c |       250 |      65     5785    40495 |     2333      250     23 |  0.024 % |
0.19/0.22	c |       476 |      65     5785    40495 |     2566      476     22 |  0.024 % |
0.19/0.26	c |       813 |      65     5785    40495 |     2823      813     23 |  0.024 % |
0.29/0.30	c |      1319 |      65     5785    40495 |     3105     1319     23 |  0.024 % |
0.29/0.36	c |      2078 |      65     5785    40495 |     3416     2078     22 |  0.024 % |
0.39/0.45	c |      3217 |      65     5785    40495 |     3757     3217     23 |  0.024 % |
0.49/0.56	c |      4925 |      65     5785    40495 |     4133     3031     23 |  0.024 % |
0.69/0.73	c |      7488 |      65     5785    40495 |     4546     3510     23 |  0.024 % |
0.89/0.98	c |     11333 |      65     5785    40495 |     5001     2781     22 |  0.024 % |
1.29/1.35	c |     17100 |      65     5785    40495 |     5501     3516     23 |  0.024 % |
1.89/1.94	c |     25749 |      65     5785    40495 |     6051     3872     22 |  0.024 % |
2.79/2.81	c |     38723 |      65     5785    40495 |     6657     4686     22 |  0.024 % |
4.09/4.18	c |     58186 |      65     5785    40495 |     7322     4095     22 |  0.024 % |
6.19/6.29	c |     87378 |      65     5785    40495 |     8055     3886     21 |  0.024 % |
9.49/9.55	c |    131167 |      65     5785    40495 |     8860     7267     21 |  0.024 % |
14.59/14.64	c |    196851 |      65     5785    40495 |     9746     6292     21 |  0.024 % |
22.69/22.76	c |    295378 |      65     5785    40495 |    10721     7086     22 |  0.024 % |
35.59/35.65	c |    443168 |      65     5785    40495 |    11793     9794     21 |  0.024 % |
56.08/56.16	c |    664851 |      65     5785    40495 |    12972     6928     20 |  0.024 % |
88.66/88.72	c |    997377 |      65     5785    40495 |    14270     8039     21 |  0.024 % |
141.66/141.75	c |   1496166 |      65     5785    40495 |    15697    13634     22 |  0.024 % |
227.43/227.58	c |   2244350 |      65     5785    40495 |    17266    15021     21 |  0.024 % |
367.30/367.50	c |   3366626 |      65     5785    40495 |    18993    13445     22 |  0.024 % |
595.64/595.84	c |   5050037 |      65     5785    40495 |    20892    13804     21 |  0.024 % |
972.83/973.14	c |   7575153 |      65     5785    40495 |    22982    18529     20 |  0.024 % |

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-1516456-1238269836/watcher-1516456-1238269836 -o /tmp/evaluation-result-1516456-1238269836/solver-1516456-1238269836 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=842599598 HOME/instance-1516456-1238269836.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.99 0.97 0.95 3/70 32569
/proc/meminfo: memFree=1585992/2055920 swapFree=4173984/4192956
[pid=32569] ppid=32567 vsize=2676 CPUtime=0
/proc/32569/stat : 32569 (varsat-industri) R 32567 32569 32474 0 -1 4194304 293 0 0 0 0 0 0 0 18 0 1 0 1099648712 2740224 278 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/32569/statm: 669 279 87 221 0 445 0

[startup+0.0472479 s]
/proc/loadavg: 0.99 0.97 0.95 3/70 32569
/proc/meminfo: memFree=1585992/2055920 swapFree=4173984/4192956
[pid=32569] ppid=32567 vsize=3616 CPUtime=0.04
/proc/32569/stat : 32569 (varsat-industri) R 32567 32569 32474 0 -1 4194304 523 0 0 0 4 0 0 0 18 0 1 0 1099648712 3702784 508 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/32569/statm: 904 508 98 221 0 680 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3616

[startup+0.101253 s]
/proc/loadavg: 0.99 0.97 0.95 3/70 32569
/proc/meminfo: memFree=1585992/2055920 swapFree=4173984/4192956
[pid=32569] ppid=32567 vsize=3616 CPUtime=0.09
/proc/32569/stat : 32569 (varsat-industri) R 32567 32569 32474 0 -1 4194304 550 0 0 0 9 0 0 0 18 0 1 0 1099648712 3702784 535 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/32569/statm: 904 535 98 221 0 680 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3616

[startup+0.301277 s]
/proc/loadavg: 0.99 0.97 0.95 3/70 32569
/proc/meminfo: memFree=1585992/2055920 swapFree=4173984/4192956
[pid=32569] ppid=32567 vsize=3616 CPUtime=0.29
/proc/32569/stat : 32569 (varsat-industri) R 32567 32569 32474 0 -1 4194304 563 0 0 0 29 0 0 0 19 0 1 0 1099648712 3702784 548 1992294400 4194304 5102648 548682068784 18446744073709551615 4490270 0 0 4096 3 0 0 0 17 1 0 0
/proc/32569/statm: 904 548 110 221 0 680 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3616

[startup+0.701322 s]
/proc/loadavg: 0.99 0.97 0.95 3/70 32569
/proc/meminfo: memFree=1585992/2055920 swapFree=4173984/4192956
[pid=32569] ppid=32567 vsize=3748 CPUtime=0.69
/proc/32569/stat : 32569 (varsat-industri) R 32567 32569 32474 0 -1 4194304 594 0 0 0 69 0 0 0 22 0 1 0 1099648712 3837952 579 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/32569/statm: 937 579 110 221 0 713 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3748

[startup+1.50141 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 32570
/proc/meminfo: memFree=1583872/2055920 swapFree=4173984/4192956
[pid=32569] ppid=32567 vsize=4284 CPUtime=1.49
/proc/32569/stat : 32569 (varsat-industri) R 32567 32569 32474 0 -1 4194304 715 0 0 0 149 0 0 0 25 0 1 0 1099648712 4386816 700 1992294400 4194304 5102648 548682068784 18446744073709551615 4516095 0 0 4096 3 0 0 0 17 1 0 0
/proc/32569/statm: 1071 700 110 221 0 847 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4284

[startup+3.1016 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 32570
/proc/meminfo: memFree=1583232/2055920 swapFree=4173984/4192956
[pid=32569] ppid=32567 vsize=4704 CPUtime=3.09
/proc/32569/stat : 32569 (varsat-industri) R 32567 32569 32474 0 -1 4194304 805 0 0 0 309 0 0 0 25 0 1 0 1099648712 4816896 790 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/32569/statm: 1176 790 110 221 0 952 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4704

[startup+6.30197 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 32570
/proc/meminfo: memFree=1582720/2055920 swapFree=4173984/4192956
[pid=32569] ppid=32567 vsize=4976 CPUtime=6.29
/proc/32569/stat : 32569 (varsat-industri) R 32567 32569 32474 0 -1 4194304 901 0 0 0 629 0 0 0 25 0 1 0 1099648712 5095424 886 1992294400 4194304 5102648 548682068784 18446744073709551615 4213899 0 0 4096 3 0 0 0 17 1 0 0
/proc/32569/statm: 1244 886 110 221 0 1020 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4976

[startup+12.7017 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 32570
/proc/meminfo: memFree=1581824/2055920 swapFree=4173984/4192956
[pid=32569] ppid=32567 vsize=5876 CPUtime=12.69
/proc/32569/stat : 32569 (varsat-industri) R 32567 32569 32474 0 -1 4194304 1076 0 0 0 1269 0 0 0 25 0 1 0 1099648712 6017024 1061 1992294400 4194304 5102648 548682068784 18446744073709551615 4249840 0 0 4096 3 0 0 0 17 1 0 0
/proc/32569/statm: 1469 1061 110 221 0 1245 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5876

[startup+25.5012 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 32570
/proc/meminfo: memFree=1581120/2055920 swapFree=4173984/4192956
[pid=32569] ppid=32567 vsize=6512 CPUtime=25.49
/proc/32569/stat : 32569 (varsat-industri) R 32567 32569 32474 0 -1 4194304 1254 0 0 0 2548 1 0 0 25 0 1 0 1099648712 6668288 1239 1992294400 4194304 5102648 548682068784 18446744073709551615 4249840 0 0 4096 3 0 0 0 17 1 0 0
/proc/32569/statm: 1628 1239 110 221 0 1404 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 6512

[startup+51.1011 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 32570
/proc/meminfo: memFree=1580160/2055920 swapFree=4173984/4192956
[pid=32569] ppid=32567 vsize=7548 CPUtime=51.08
/proc/32569/stat : 32569 (varsat-industri) R 32567 32569 32474 0 -1 4194304 1481 0 0 0 5107 1 0 0 25 0 1 0 1099648712 7729152 1466 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32569/statm: 1887 1466 110 221 0 1663 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 7548

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 32570
/proc/meminfo: memFree=1578944/2055920 swapFree=4173984/4192956
[pid=32569] ppid=32567 vsize=8996 CPUtime=102.27
/proc/32569/stat : 32569 (varsat-industri) R 32567 32569 32474 0 -1 4194304 1787 0 0 0 10225 2 0 0 25 0 1 0 1099648712 9211904 1772 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32569/statm: 2249 1772 110 221 0 2025 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 8996

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 32570
/proc/meminfo: memFree=1578304/2055920 swapFree=4173984/4192956
[pid=32569] ppid=32567 vsize=9600 CPUtime=162.25
/proc/32569/stat : 32569 (varsat-industri) R 32567 32569 32474 0 -1 4194304 1940 0 0 0 16223 2 0 0 25 0 1 0 1099648712 9830400 1925 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/32569/statm: 2400 1925 110 221 0 2176 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 9600

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 32570
/proc/meminfo: memFree=1577600/2055920 swapFree=4173984/4192956
[pid=32569] ppid=32567 vsize=10292 CPUtime=222.24
/proc/32569/stat : 32569 (varsat-industri) R 32567 32569 32474 0 -1 4194304 2104 0 0 0 22222 2 0 0 25 0 1 0 1099648712 10539008 2089 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/32569/statm: 2573 2089 110 221 0 2349 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 10292

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 32570
/proc/meminfo: memFree=1577088/2055920 swapFree=4173984/4192956
[pid=32569] ppid=32567 vsize=10864 CPUtime=282.22
/proc/32569/stat : 32569 (varsat-industri) R 32567 32569 32474 0 -1 4194304 2232 0 0 0 28220 2 0 0 25 0 1 0 1099648712 11124736 2217 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/32569/statm: 2716 2217 110 221 0 2492 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 10864

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 32570
/proc/meminfo: memFree=1576704/2055920 swapFree=4173984/4192956
[pid=32569] ppid=32567 vsize=11432 CPUtime=342.2
/proc/32569/stat : 32569 (varsat-industri) R 32567 32569 32474 0 -1 4194304 2333 0 0 0 34218 2 0 0 25 0 1 0 1099648712 11706368 2318 1992294400 4194304 5102648 548682068784 18446744073709551615 4230001 0 0 4096 3 0 0 0 17 1 0 0
/proc/32569/statm: 2858 2318 110 221 0 2634 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 11432

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 32570
/proc/meminfo: memFree=1576256/2055920 swapFree=4173984/4192956
[pid=32569] ppid=32567 vsize=11884 CPUtime=402.18
/proc/32569/stat : 32569 (varsat-industri) R 32567 32569 32474 0 -1 4194304 2447 0 0 0 40216 2 0 0 25 0 1 0 1099648712 12169216 2432 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32569/statm: 2971 2432 110 221 0 2747 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 11884

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 32570
/proc/meminfo: memFree=1575936/2055920 swapFree=4173984/4192956
[pid=32569] ppid=32567 vsize=12264 CPUtime=462.16
/proc/32569/stat : 32569 (varsat-industri) R 32567 32569 32474 0 -1 4194304 2526 0 0 0 46214 2 0 0 25 0 1 0 1099648712 12558336 2511 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/32569/statm: 3066 2511 110 221 0 2842 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 12264

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 32570
/proc/meminfo: memFree=1575616/2055920 swapFree=4173984/4192956
[pid=32569] ppid=32567 vsize=12452 CPUtime=522.16
/proc/32569/stat : 32569 (varsat-industri) R 32567 32569 32474 0 -1 4194304 2599 0 0 0 52213 3 0 0 25 0 1 0 1099648712 12750848 2584 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32569/statm: 3113 2584 110 221 0 2889 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 12452

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 32570
/proc/meminfo: memFree=1575552/2055920 swapFree=4173984/4192956
[pid=32569] ppid=32567 vsize=12640 CPUtime=582.14
/proc/32569/stat : 32569 (varsat-industri) R 32567 32569 32474 0 -1 4194304 2623 0 0 0 58211 3 0 0 25 0 1 0 1099648712 12943360 2608 1992294400 4194304 5102648 548682068784 18446744073709551615 4225413 0 0 4096 3 0 0 0 17 1 0 0
/proc/32569/statm: 3160 2608 110 221 0 2936 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 12640

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 32576
/proc/meminfo: memFree=1575040/2055920 swapFree=4173984/4192956
[pid=32569] ppid=32567 vsize=12832 CPUtime=642.12
/proc/32569/stat : 32569 (varsat-industri) R 32567 32569 32474 0 -1 4194304 2697 0 0 0 64209 3 0 0 25 0 1 0 1099648712 13139968 2682 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32569/statm: 3208 2682 110 221 0 2984 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 12832

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 32576
/proc/meminfo: memFree=1574912/2055920 swapFree=4173984/4192956
[pid=32569] ppid=32567 vsize=13020 CPUtime=702.1
/proc/32569/stat : 32569 (varsat-industri) R 32567 32569 32474 0 -1 4194304 2748 0 0 0 70207 3 0 0 25 0 1 0 1099648712 13332480 2733 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32569/statm: 3255 2733 110 221 0 3031 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 13020

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 32576
/proc/meminfo: memFree=1574464/2055920 swapFree=4173984/4192956
[pid=32569] ppid=32567 vsize=13588 CPUtime=762.09
/proc/32569/stat : 32569 (varsat-industri) R 32567 32569 32474 0 -1 4194304 2851 0 0 0 76206 3 0 0 25 0 1 0 1099648712 13914112 2836 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/32569/statm: 3397 2836 110 221 0 3173 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 13588

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 32576
/proc/meminfo: memFree=1574400/2055920 swapFree=4173984/4192956
[pid=32569] ppid=32567 vsize=13588 CPUtime=822.07
/proc/32569/stat : 32569 (varsat-industri) R 32567 32569 32474 0 -1 4194304 2875 0 0 0 82204 3 0 0 25 0 1 0 1099648712 13914112 2860 1992294400 4194304 5102648 548682068784 18446744073709551615 4225403 0 0 4096 3 0 0 0 17 1 0 0
/proc/32569/statm: 3397 2860 110 221 0 3173 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 13588

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 32576
/proc/meminfo: memFree=1574208/2055920 swapFree=4173984/4192956
[pid=32569] ppid=32567 vsize=13780 CPUtime=882.05
/proc/32569/stat : 32569 (varsat-industri) R 32567 32569 32474 0 -1 4194304 2917 0 0 0 88202 3 0 0 25 0 1 0 1099648712 14110720 2902 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/32569/statm: 3445 2902 110 221 0 3221 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 13780

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 32576
/proc/meminfo: memFree=1574144/2055920 swapFree=4173984/4192956
[pid=32569] ppid=32567 vsize=13968 CPUtime=942.04
/proc/32569/stat : 32569 (varsat-industri) R 32567 32569 32474 0 -1 4194304 2944 0 0 0 94201 3 0 0 25 0 1 0 1099648712 14303232 2929 1992294400 4194304 5102648 548682068784 18446744073709551615 4225745 0 0 4096 3 0 0 0 17 1 0 0
/proc/32569/statm: 3492 2929 110 221 0 3268 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 13968

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 32576
/proc/meminfo: memFree=1573824/2055920 swapFree=4173984/4192956
[pid=32569] ppid=32567 vsize=14256 CPUtime=1002.02
/proc/32569/stat : 32569 (varsat-industri) R 32567 32569 32474 0 -1 4194304 3014 0 0 0 100199 3 0 0 25 0 1 0 1099648712 14598144 2999 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/32569/statm: 3564 2999 110 221 0 3340 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 14256

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 32576
/proc/meminfo: memFree=1573760/2055920 swapFree=4173984/4192956
[pid=32569] ppid=32567 vsize=14256 CPUtime=1062.01
/proc/32569/stat : 32569 (varsat-industri) R 32567 32569 32474 0 -1 4194304 3031 0 0 0 106198 3 0 0 25 0 1 0 1099648712 14598144 3016 1992294400 4194304 5102648 548682068784 18446744073709551615 4227412 0 0 4096 3 0 0 0 17 1 0 0
/proc/32569/statm: 3564 3016 110 221 0 3340 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 14256

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 32576
/proc/meminfo: memFree=1573760/2055920 swapFree=4173984/4192956
[pid=32569] ppid=32567 vsize=14256 CPUtime=1121.99
/proc/32569/stat : 32569 (varsat-industri) R 32567 32569 32474 0 -1 4194304 3039 0 0 0 112196 3 0 0 25 0 1 0 1099648712 14598144 3024 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32569/statm: 3564 3024 110 221 0 3340 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 14256

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 32576
/proc/meminfo: memFree=1573632/2055920 swapFree=4173984/4192956
[pid=32569] ppid=32567 vsize=14400 CPUtime=1181.97
/proc/32569/stat : 32569 (varsat-industri) R 32567 32569 32474 0 -1 4194304 3070 0 0 0 118194 3 0 0 25 0 1 0 1099648712 14745600 3055 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/32569/statm: 3600 3055 110 221 0 3376 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 14400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 32576
/proc/meminfo: memFree=1573376/2055920 swapFree=4173984/4192956
[pid=32569] ppid=32567 vsize=14688 CPUtime=1200.07
/proc/32569/stat : 32569 (varsat-industri) R 32567 32569 32474 0 -1 4194304 3124 0 0 0 120004 3 0 0 25 0 1 0 1099648712 15040512 3109 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32569/statm: 3672 3109 110 221 0 3448 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 14688

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.08
CPU user time (s): 1200.05
CPU system time (s): 0.035994
CPU usage (%): 99.9729
Max. virtual memory (cumulated for all children) (KiB): 14688

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

runsolver used 1.04984 second user time and 3.32649 second system time

The end

Launcher Data

Begin job on node74 at 2009-03-28 20:50:37
IDJOB=1516456
IDBENCH=70514
IDSOLVER=538
FILE ID=node74/1516456-1238269836
PBS_JOBID= 9060848
Free space on /tmp= 101912 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/SATISFIABLE/65/unif-k7-r89-v65-c5785-S1366769180-095.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1516456-1238269836/watcher-1516456-1238269836 -o /tmp/evaluation-result-1516456-1238269836/solver-1516456-1238269836 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=842599598 HOME/instance-1516456-1238269836.cnf

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

MD5SUM BENCH= 24a651376c44fe64c4aa5e817f0a506b
RANDOM SEED=842599598

node74.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.236
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.236
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:       1586408 kB
Buffers:         61180 kB
Cached:         348588 kB
SwapCached:       7820 kB
Active:         129092 kB
Inactive:       289960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1586408 kB
SwapTotal:     4192956 kB
SwapFree:      4173984 kB
Dirty:            1156 kB
Writeback:           0 kB
Mapped:          14792 kB
Slab:            35704 kB
Committed_AS:  2435880 kB
PageTables:       1852 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= 101912 MiB
End job on node74 at 2009-03-28 21:10:39