Trace number 1513552

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

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/160/
unif-k7-r85-v160-c13600-S566590366-099.cnf
MD5SUMaf242f12cd81864273d9a43871d67b92
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark23.4914
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.03         s                                       |
0.00/0.03	c |  Timeout:              43200 s
0.00/0.03	c |  Random Seed:          1686340228.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.46	c |       100 |     160    13600    95200 |     4986      100     50 |  0.004 % |
0.49/0.51	c |       251 |     160    13600    95200 |     5485      251     49 |  0.004 % |
0.49/0.58	c |       477 |     160    13600    95200 |     6033      477     48 |  0.004 % |
0.59/0.65	c |       814 |     160    13600    95200 |     6637      814     47 |  0.004 % |
0.69/0.73	c |      1323 |     160    13600    95200 |     7300     1323     47 |  0.004 % |
0.79/0.83	c |      2084 |     160    13600    95200 |     8031     2084     47 |  0.004 % |
0.89/0.97	c |      3223 |     160    13600    95200 |     8834     3223     47 |  0.004 % |
1.10/1.18	c |      4932 |     160    13600    95200 |     9717     4932     48 |  0.004 % |
1.49/1.50	c |      7494 |     160    13600    95200 |    10689     7494     48 |  0.004 % |
1.99/2.08	c |     11338 |     160    13600    95200 |    11758     5956     48 |  0.004 % |
2.69/2.91	c |     17104 |     160    13600    95200 |    12934    11722     48 |  0.004 % |
4.29/4.34	c |     25754 |     160    13600    95200 |    14227     7364     47 |  0.004 % |
6.59/6.64	c |     38728 |     160    13600    95200 |    15650    13188     48 |  0.004 % |
10.09/10.15	c |     58190 |     160    13600    95200 |    17215     9063     47 |  0.004 % |
15.59/15.67	c |     87383 |     160    13600    95200 |    18936    12322     48 |  0.004 % |
25.08/25.15	c |    131173 |     160    13600    95200 |    20830    18087     49 |  0.004 % |
40.18/40.25	c |    196858 |     160    13600    95200 |    22913    10615     48 |  0.004 % |
64.67/64.71	c |    295385 |     160    13600    95200 |    25204    16832     47 |  0.004 % |
104.57/104.61	c |    443174 |     160    13600    95200 |    27725    19439     49 |  0.004 % |
167.95/168.10	c |    664858 |     160    13600    95200 |    30497    23879     49 |  0.004 % |
270.22/270.33	c |    997385 |     160    13600    95200 |    33547    13982     46 |  0.004 % |
433.38/433.52	c |   1496173 |     160    13600    95200 |    36902    14779     45 |  0.004 % |
696.80/697.02	c |   2244356 |     160    13600    95200 |    40592    20744     48 |  0.004 % |
1096.80/1097.12	c |   3366632 |     160    13600    95200 |    44652    20294     47 |  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-1513552-1238218576/watcher-1513552-1238218576 -o /tmp/evaluation-result-1513552-1238218576/solver-1513552-1238218576 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1686340228 HOME/instance-1513552-1238218576.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.97 0.99 3/64 27050
/proc/meminfo: memFree=947744/2055920 swapFree=4171920/4192956
[pid=27050] ppid=27048 vsize=2412 CPUtime=0
/proc/27050/stat : 27050 (varsat-industri) R 27048 27050 24591 0 -1 4194304 304 0 0 0 0 0 0 0 18 0 1 0 1094523372 2469888 289 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/27050/statm: 603 290 87 221 0 379 0

[startup+0.0612479 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 27050
/proc/meminfo: memFree=947744/2055920 swapFree=4171920/4192956
[pid=27050] ppid=27048 vsize=5744 CPUtime=0.05
/proc/27050/stat : 27050 (varsat-industri) R 27048 27050 24591 0 -1 4194304 1102 0 0 0 5 0 0 0 18 0 1 0 1094523372 5881856 1087 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/27050/statm: 1436 1087 98 221 0 1212 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5744

[startup+0.101252 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 27050
/proc/meminfo: memFree=947744/2055920 swapFree=4171920/4192956
[pid=27050] ppid=27048 vsize=5744 CPUtime=0.09
/proc/27050/stat : 27050 (varsat-industri) R 27048 27050 24591 0 -1 4194304 1102 0 0 0 9 0 0 0 18 0 1 0 1094523372 5881856 1087 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/27050/statm: 1436 1087 98 221 0 1212 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5744

[startup+0.301273 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 27050
/proc/meminfo: memFree=947744/2055920 swapFree=4171920/4192956
[pid=27050] ppid=27048 vsize=5816 CPUtime=0.29
/proc/27050/stat : 27050 (varsat-industri) R 27048 27050 24591 0 -1 4194304 1129 0 0 0 29 0 0 0 19 0 1 0 1094523372 5955584 1114 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/27050/statm: 1454 1114 98 221 0 1230 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5816

[startup+0.701319 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 27050
/proc/meminfo: memFree=947744/2055920 swapFree=4171920/4192956
[pid=27050] ppid=27048 vsize=5028 CPUtime=0.69
/proc/27050/stat : 27050 (varsat-industri) R 27048 27050 24591 0 -1 4194304 1141 0 0 0 69 0 0 0 23 0 1 0 1094523372 5148672 961 1992294400 4194304 5102648 548682068784 18446744073709551615 4255949 0 0 4096 3 0 0 0 17 1 0 0
/proc/27050/statm: 1257 961 110 221 0 1033 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5028

[startup+1.50141 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 27051
/proc/meminfo: memFree=944088/2055920 swapFree=4171920/4192956
[pid=27050] ppid=27048 vsize=6216 CPUtime=1.49
/proc/27050/stat : 27050 (varsat-industri) R 27048 27050 24591 0 -1 4194304 1406 0 0 0 149 0 0 0 25 0 1 0 1094523372 6365184 1226 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/27050/statm: 1554 1226 110 221 0 1330 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6216

[startup+3.1146 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 27051
/proc/meminfo: memFree=942232/2055920 swapFree=4171920/4192956
[pid=27050] ppid=27048 vsize=7720 CPUtime=3.11
/proc/27050/stat : 27050 (varsat-industri) R 27048 27050 24591 0 -1 4194304 1777 0 0 0 310 1 0 0 25 0 1 0 1094523372 7905280 1597 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27050/statm: 1930 1597 110 221 0 1706 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 7720

[startup+6.30196 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 27051
/proc/meminfo: memFree=940952/2055920 swapFree=4171920/4192956
[pid=27050] ppid=27048 vsize=8380 CPUtime=6.29
/proc/27050/stat : 27050 (varsat-industri) R 27048 27050 24591 0 -1 4194304 1961 0 0 0 628 1 0 0 25 0 1 0 1094523372 8581120 1781 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27050/statm: 2095 1781 110 221 0 1871 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8380

[startup+12.7017 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 27051
/proc/meminfo: memFree=939608/2055920 swapFree=4171920/4192956
[pid=27050] ppid=27048 vsize=9720 CPUtime=12.69
/proc/27050/stat : 27050 (varsat-industri) R 27048 27050 24591 0 -1 4194304 2282 0 0 0 1268 1 0 0 25 0 1 0 1094523372 9953280 2102 1992294400 4194304 5102648 548682068784 18446744073709551615 4250272 0 0 4096 3 0 0 0 17 1 0 0
/proc/27050/statm: 2430 2102 110 221 0 2206 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9720

[startup+25.5052 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 27051
/proc/meminfo: memFree=938136/2055920 swapFree=4171920/4192956
[pid=27050] ppid=27048 vsize=11272 CPUtime=25.48
/proc/27050/stat : 27050 (varsat-industri) R 27048 27050 24591 0 -1 4194304 2638 0 0 0 2547 1 0 0 25 0 1 0 1094523372 11542528 2458 1992294400 4194304 5102648 548682068784 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/27050/statm: 2818 2458 110 221 0 2594 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 11272

[startup+51.1011 s]
/proc/loadavg: 0.96 0.97 0.99 2/65 27051
/proc/meminfo: memFree=936344/2055920 swapFree=4171920/4192956
[pid=27050] ppid=27048 vsize=13080 CPUtime=51.08
/proc/27050/stat : 27050 (varsat-industri) R 27048 27050 24591 0 -1 4194304 3096 0 0 0 5106 2 0 0 25 0 1 0 1094523372 13393920 2916 1992294400 4194304 5102648 548682068784 18446744073709551615 4249741 0 0 4096 3 0 0 0 17 1 0 0
/proc/27050/statm: 3270 2916 110 221 0 3046 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 13080

[startup+102.302 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 27051
/proc/meminfo: memFree=934296/2055920 swapFree=4171920/4192956
[pid=27050] ppid=27048 vsize=15200 CPUtime=102.26
/proc/27050/stat : 27050 (varsat-industri) R 27048 27050 24591 0 -1 4194304 3592 0 0 0 10224 2 0 0 25 0 1 0 1094523372 15564800 3412 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27050/statm: 3800 3412 110 221 0 3576 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 15200

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 27051
/proc/meminfo: memFree=932504/2055920 swapFree=4171920/4192956
[pid=27050] ppid=27048 vsize=17316 CPUtime=162.25
/proc/27050/stat : 27050 (varsat-industri) R 27048 27050 24591 0 -1 4194304 4040 0 0 0 16222 3 0 0 25 0 1 0 1094523372 17731584 3860 1992294400 4194304 5102648 548682068784 18446744073709551615 4249872 0 0 4096 3 0 0 0 17 1 0 0
/proc/27050/statm: 4329 3860 110 221 0 4105 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 17316

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 27051
/proc/meminfo: memFree=930776/2055920 swapFree=4171920/4192956
[pid=27050] ppid=27048 vsize=19148 CPUtime=222.23
/proc/27050/stat : 27050 (varsat-industri) R 27048 27050 24591 0 -1 4194304 4464 0 0 0 22220 3 0 0 25 0 1 0 1094523372 19607552 4284 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27050/statm: 4787 4284 110 221 0 4563 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 19148

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 27051
/proc/meminfo: memFree=929880/2055920 swapFree=4171920/4192956
[pid=27050] ppid=27048 vsize=20180 CPUtime=282.22
/proc/27050/stat : 27050 (varsat-industri) R 27048 27050 24591 0 -1 4194304 4704 0 0 0 28218 4 0 0 25 0 1 0 1094523372 20664320 4524 1992294400 4194304 5102648 548682068784 18446744073709551615 4249787 0 0 4096 3 0 0 0 17 1 0 0
/proc/27050/statm: 5045 4524 110 221 0 4821 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 20180

[startup+342.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 27051
/proc/meminfo: memFree=928984/2055920 swapFree=4171920/4192956
[pid=27050] ppid=27048 vsize=20864 CPUtime=342.21
/proc/27050/stat : 27050 (varsat-industri) R 27048 27050 24591 0 -1 4194304 4883 0 0 0 34217 4 0 0 25 0 1 0 1094523372 21364736 4703 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/27050/statm: 5216 4703 110 221 0 4992 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 20864

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 27051
/proc/meminfo: memFree=928216/2055920 swapFree=4171920/4192956
[pid=27050] ppid=27048 vsize=21828 CPUtime=402.19
/proc/27050/stat : 27050 (varsat-industri) R 27048 27050 24591 0 -1 4194304 5082 0 0 0 40215 4 0 0 25 0 1 0 1094523372 22351872 4902 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27050/statm: 5457 4902 110 221 0 5233 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 21828

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 27051
/proc/meminfo: memFree=927000/2055920 swapFree=4171920/4192956
[pid=27050] ppid=27048 vsize=22956 CPUtime=462.17
/proc/27050/stat : 27050 (varsat-industri) R 27048 27050 24591 0 -1 4194304 5376 0 0 0 46213 4 0 0 25 0 1 0 1094523372 23506944 5196 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/27050/statm: 5739 5196 110 221 0 5515 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 22956

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 27051
/proc/meminfo: memFree=926552/2055920 swapFree=4171920/4192956
[pid=27050] ppid=27048 vsize=23612 CPUtime=522.15
/proc/27050/stat : 27050 (varsat-industri) R 27048 27050 24591 0 -1 4194304 5499 0 0 0 52211 4 0 0 25 0 1 0 1094523372 24178688 5319 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27050/statm: 5903 5319 110 221 0 5679 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 23612

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 27053
/proc/meminfo: memFree=925976/2055920 swapFree=4171920/4192956
[pid=27050] ppid=27048 vsize=24276 CPUtime=582.14
/proc/27050/stat : 27050 (varsat-industri) R 27048 27050 24591 0 -1 4194304 5647 0 0 0 58210 4 0 0 25 0 1 0 1094523372 24858624 5467 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/27050/statm: 6069 5467 110 221 0 5845 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 24276

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 27053
/proc/meminfo: memFree=925592/2055920 swapFree=4171920/4192956
[pid=27050] ppid=27048 vsize=24684 CPUtime=642.12
/proc/27050/stat : 27050 (varsat-industri) R 27048 27050 24591 0 -1 4194304 5734 0 0 0 64208 4 0 0 25 0 1 0 1094523372 25276416 5554 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27050/statm: 6171 5554 110 221 0 5947 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 24684

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 27053
/proc/meminfo: memFree=925272/2055920 swapFree=4171920/4192956
[pid=27050] ppid=27048 vsize=25064 CPUtime=702.1
/proc/27050/stat : 27050 (varsat-industri) R 27048 27050 24591 0 -1 4194304 5822 0 0 0 70206 4 0 0 25 0 1 0 1094523372 25665536 5642 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/27050/statm: 6266 5642 110 221 0 6042 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 25064

[startup+762.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 27053
/proc/meminfo: memFree=923928/2055920 swapFree=4171920/4192956
[pid=27050] ppid=27048 vsize=26380 CPUtime=762.09
/proc/27050/stat : 27050 (varsat-industri) R 27048 27050 24591 0 -1 4194304 6151 0 0 0 76205 4 0 0 25 0 1 0 1094523372 27013120 5971 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/27050/statm: 6595 5971 110 221 0 6371 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 26380

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 27053
/proc/meminfo: memFree=923736/2055920 swapFree=4171920/4192956
[pid=27050] ppid=27048 vsize=26568 CPUtime=822.07
/proc/27050/stat : 27050 (varsat-industri) R 27048 27050 24591 0 -1 4194304 6192 0 0 0 82203 4 0 0 25 0 1 0 1094523372 27205632 6012 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/27050/statm: 6642 6012 110 221 0 6418 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 26568

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 27053
/proc/meminfo: memFree=923288/2055920 swapFree=4171920/4192956
[pid=27050] ppid=27048 vsize=27136 CPUtime=882.06
/proc/27050/stat : 27050 (varsat-industri) R 27048 27050 24591 0 -1 4194304 6308 0 0 0 88202 4 0 0 25 0 1 0 1094523372 27787264 6128 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27050/statm: 6784 6128 110 221 0 6560 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 27136

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 27053
/proc/meminfo: memFree=922712/2055920 swapFree=4171920/4192956
[pid=27050] ppid=27048 vsize=27700 CPUtime=942.04
/proc/27050/stat : 27050 (varsat-industri) R 27048 27050 24591 0 -1 4194304 6427 0 0 0 94200 4 0 0 25 0 1 0 1094523372 28364800 6247 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/27050/statm: 6925 6247 110 221 0 6701 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 27700

[startup+1002.31 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 27053
/proc/meminfo: memFree=922648/2055920 swapFree=4171920/4192956
[pid=27050] ppid=27048 vsize=27840 CPUtime=1002.02
/proc/27050/stat : 27050 (varsat-industri) R 27048 27050 24591 0 -1 4194304 6454 0 0 0 100198 4 0 0 25 0 1 0 1094523372 28508160 6274 1992294400 4194304 5102648 548682068784 18446744073709551615 4249787 0 0 4096 3 0 0 0 17 1 0 0
/proc/27050/statm: 6960 6274 110 221 0 6736 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 27840

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 27053
/proc/meminfo: memFree=922456/2055920 swapFree=4171920/4192956
[pid=27050] ppid=27048 vsize=28080 CPUtime=1062
/proc/27050/stat : 27050 (varsat-industri) R 27048 27050 24591 0 -1 4194304 6508 0 0 0 106196 4 0 0 25 0 1 0 1094523372 28753920 6328 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27050/statm: 7020 6328 110 221 0 6796 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 28080

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 27053
/proc/meminfo: memFree=921560/2055920 swapFree=4171920/4192956
[pid=27050] ppid=27048 vsize=29128 CPUtime=1121.99
/proc/27050/stat : 27050 (varsat-industri) R 27048 27050 24591 0 -1 4194304 6718 0 0 0 112195 4 0 0 25 0 1 0 1094523372 29827072 6538 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/27050/statm: 7282 6538 110 221 0 7058 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 29128

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 27053
/proc/meminfo: memFree=920920/2055920 swapFree=4171920/4192956
[pid=27050] ppid=27048 vsize=29820 CPUtime=1181.97
/proc/27050/stat : 27050 (varsat-industri) R 27048 27050 24591 0 -1 4194304 6884 0 0 0 118193 4 0 0 25 0 1 0 1094523372 30535680 6704 1992294400 4194304 5102648 548682068784 18446744073709551615 4249849 0 0 4096 3 0 0 0 17 1 0 0
/proc/27050/statm: 7455 6704 110 221 0 7231 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 29820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 27053
/proc/meminfo: memFree=920920/2055920 swapFree=4171920/4192956
[pid=27050] ppid=27048 vsize=29820 CPUtime=1200.07
/proc/27050/stat : 27050 (varsat-industri) R 27048 27050 24591 0 -1 4194304 6884 0 0 0 120003 4 0 0 25 0 1 0 1094523372 30535680 6704 1992294400 4194304 5102648 548682068784 18446744073709551615 4249803 0 0 4096 3 0 0 0 17 1 0 0
/proc/27050/statm: 7455 6704 110 221 0 7231 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 29820

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.03
CPU system time (s): 0.053991
CPU usage (%): 99.9732
Max. virtual memory (cumulated for all children) (KiB): 29820

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

runsolver used 0.843871 second user time and 2.6136 second system time

The end

Launcher Data

Begin job on node28 at 2009-03-28 06:36:17
IDJOB=1513552
IDBENCH=70272
IDSOLVER=538
FILE ID=node28/1513552-1238218576
PBS_JOBID= 9060536
Free space on /tmp= 66172 MiB

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

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

MD5SUM BENCH= af242f12cd81864273d9a43871d67b92
RANDOM SEED=1686340228

node28.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.212
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.212
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:        948160 kB
Buffers:         97196 kB
Cached:         893568 kB
SwapCached:      14208 kB
Active:         294804 kB
Inactive:       719892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        948160 kB
SwapTotal:     4192956 kB
SwapFree:      4171920 kB
Dirty:            1396 kB
Writeback:           0 kB
Mapped:          17872 kB
Slab:            78832 kB
Committed_AS:  2786368 kB
PageTables:       1428 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= 66168 MiB
End job on node28 at 2009-03-28 06:56:19