Trace number 1513396

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.05 1200.61

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/180/
unif-k7-r85-v180-c15300-S1802626390-033.cnf
MD5SUM298c47e7c897264ddc867921f7476e46
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark204.688
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of clauses15300
Sum of the clauses size107100
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 515300

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  180                                                  |
0.00/0.00	c |  Number of clauses:    15300                                                |
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:          1483577212.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.43	c ============================[ Search Statistics ]==============================
0.39/0.43	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.39/0.43	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.39/0.43	c ===============================================================================
0.39/0.43	c |         0 |     180    15300   107100 |     5100        0    nan |  0.000 % |
0.39/0.49	c |       102 |     180    15300   107100 |     5610      102     57 |  0.003 % |
0.49/0.55	c |       252 |     180    15300   107100 |     6171      252     53 |  0.003 % |
0.59/0.62	c |       478 |     180    15300   107100 |     6788      478     53 |  0.003 % |
0.59/0.69	c |       815 |     180    15300   107100 |     7466      815     53 |  0.003 % |
0.69/0.78	c |      1322 |     180    15300   107100 |     8213     1322     52 |  0.003 % |
0.79/0.89	c |      2083 |     180    15300   107100 |     9034     2083     52 |  0.003 % |
0.99/1.03	c |      3223 |     180    15300   107100 |     9938     3223     52 |  0.003 % |
1.19/1.23	c |      4932 |     180    15300   107100 |    10932     4932     53 |  0.003 % |
1.49/1.57	c |      7496 |     180    15300   107100 |    12025     7496     53 |  0.003 % |
2.09/2.18	c |     11342 |     180    15300   107100 |    13228    11342     53 |  0.003 % |
3.09/3.10	c |     17108 |     180    15300   107100 |    14550    10460     52 |  0.003 % |
4.49/4.57	c |     25757 |     180    15300   107100 |    16005    11791     53 |  0.003 % |
7.19/7.28	c |     38731 |     180    15300   107100 |    17606     8679     51 |  0.003 % |
11.08/11.18	c |     58194 |     180    15300   107100 |    19367    10454     54 |  0.003 % |
17.77/17.87	c |     87387 |     180    15300   107100 |    21303    10460     52 |  0.003 % |
28.27/28.30	c |    131177 |     180    15300   107100 |    23434    11480     53 |  0.003 % |
46.27/46.35	c |    196861 |     180    15300   107100 |    25777    17441     55 |  0.003 % |
73.56/73.67	c |    295387 |     180    15300   107100 |    28355    20699     54 |  0.003 % |
119.43/119.58	c |    443177 |     180    15300   107100 |    31191    23261     53 |  0.003 % |
189.80/189.99	c |    664861 |     180    15300   107100 |    34310    20221     52 |  0.003 % |
303.74/303.97	c |    997386 |     180    15300   107100 |    37741    28915     55 |  0.003 % |
491.26/491.58	c |   1496176 |     180    15300   107100 |    41515    32897     54 |  0.003 % |
787.42/787.83	c |   2244359 |     180    15300   107100 |    45666    14362     52 |  0.003 % |

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-1513396-1238217349/watcher-1513396-1238217349 -o /tmp/evaluation-result-1513396-1238217349/solver-1513396-1238217349 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1483577212 HOME/instance-1513396-1238217349.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.92 1.98 1.99 4/86 17158
/proc/meminfo: memFree=1798672/2055924 swapFree=4179676/4192956
[pid=17158] ppid=17156 vsize=2676 CPUtime=0
/proc/17158/stat : 17158 (varsat-industri) R 17156 17158 16323 0 -1 4194304 367 0 0 0 0 0 0 0 19 0 1 0 448065368 2740224 352 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 0 0 0
/proc/17158/statm: 669 353 87 221 0 445 0

[startup+0.074422 s]
/proc/loadavg: 1.92 1.98 1.99 4/86 17158
/proc/meminfo: memFree=1798672/2055924 swapFree=4179676/4192956
[pid=17158] ppid=17156 vsize=5812 CPUtime=0.06
/proc/17158/stat : 17158 (varsat-industri) R 17156 17158 16323 0 -1 4194304 1163 0 0 0 6 0 0 0 19 0 1 0 448065368 5951488 1148 1992294400 4194304 5102648 548682068784 18446744073709551615 4272860 0 0 4096 3 0 0 0 17 0 0 0
/proc/17158/statm: 1453 1148 98 221 0 1229 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5812

[startup+0.102426 s]
/proc/loadavg: 1.92 1.98 1.99 4/86 17158
/proc/meminfo: memFree=1798672/2055924 swapFree=4179676/4192956
[pid=17158] ppid=17156 vsize=5812 CPUtime=0.09
/proc/17158/stat : 17158 (varsat-industri) R 17156 17158 16323 0 -1 4194304 1163 0 0 0 9 0 0 0 19 0 1 0 448065368 5951488 1148 1992294400 4194304 5102648 548682068784 18446744073709551615 4273027 0 0 4096 3 0 0 0 17 0 0 0
/proc/17158/statm: 1453 1148 98 221 0 1229 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5812

[startup+0.301462 s]
/proc/loadavg: 1.92 1.98 1.99 4/86 17158
/proc/meminfo: memFree=1798672/2055924 swapFree=4179676/4192956
[pid=17158] ppid=17156 vsize=5992 CPUtime=0.29
/proc/17158/stat : 17158 (varsat-industri) R 17156 17158 16323 0 -1 4194304 1193 0 0 0 29 0 0 0 21 0 1 0 448065368 6135808 1178 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 0 0 0
/proc/17158/statm: 1498 1178 98 221 0 1274 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5992

[startup+0.701583 s]
/proc/loadavg: 1.92 1.98 1.99 4/86 17158
/proc/meminfo: memFree=1798672/2055924 swapFree=4179676/4192956
[pid=17158] ppid=17156 vsize=5264 CPUtime=0.69
/proc/17158/stat : 17158 (varsat-industri) R 17156 17158 16323 0 -1 4194304 1204 0 0 0 69 0 0 0 25 0 1 0 448065368 5390336 1036 1992294400 4194304 5102648 548682068784 18446744073709551615 4213899 0 0 4096 3 0 0 0 17 0 0 0
/proc/17158/statm: 1316 1036 109 221 0 1092 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5264

[startup+1.50172 s]
/proc/loadavg: 1.92 1.98 1.99 3/87 17159
/proc/meminfo: memFree=1794632/2055924 swapFree=4179676/4192956
[pid=17158] ppid=17156 vsize=6452 CPUtime=1.49
/proc/17158/stat : 17158 (varsat-industri) R 17156 17158 16323 0 -1 4194304 1478 0 0 0 149 0 0 0 25 0 1 0 448065368 6606848 1310 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/17158/statm: 1613 1310 109 221 0 1389 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6452

[startup+3.10202 s]
/proc/loadavg: 1.92 1.98 1.99 3/87 17159
/proc/meminfo: memFree=1792456/2055924 swapFree=4179676/4192956
[pid=17158] ppid=17156 vsize=8236 CPUtime=3.09
/proc/17158/stat : 17158 (varsat-industri) R 17156 17158 16323 0 -1 4194304 1926 0 0 0 308 1 0 0 25 0 1 0 448065368 8433664 1758 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 0 0 0
/proc/17158/statm: 2059 1758 109 221 0 1835 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8236

[startup+6.30157 s]
/proc/loadavg: 1.93 1.98 1.99 3/87 17159
/proc/meminfo: memFree=1790728/2055924 swapFree=4179676/4192956
[pid=17158] ppid=17156 vsize=9292 CPUtime=6.29
/proc/17158/stat : 17158 (varsat-industri) R 17156 17158 16323 0 -1 4194304 2209 0 0 0 628 1 0 0 25 0 1 0 448065368 9515008 2041 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/17158/statm: 2323 2041 109 221 0 2099 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9292

[startup+12.7017 s]
/proc/loadavg: 1.93 1.98 1.99 3/87 17159
/proc/meminfo: memFree=1789384/2055924 swapFree=4179676/4192956
[pid=17158] ppid=17156 vsize=10564 CPUtime=12.68
/proc/17158/stat : 17158 (varsat-industri) R 17156 17158 16323 0 -1 4194304 2495 0 0 0 1267 1 0 0 25 0 1 0 448065368 10817536 2327 1992294400 4194304 5102648 548682068784 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 0 0 0
/proc/17158/statm: 2641 2327 109 221 0 2417 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 10564

[startup+25.5011 s]
/proc/loadavg: 1.95 1.98 1.99 3/87 17159
/proc/meminfo: memFree=1787592/2055924 swapFree=4179676/4192956
[pid=17158] ppid=17156 vsize=12396 CPUtime=25.47
/proc/17158/stat : 17158 (varsat-industri) R 17156 17158 16323 0 -1 4194304 2941 0 0 0 2545 2 0 0 25 0 1 0 448065368 12693504 2773 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/17158/statm: 3099 2773 109 221 0 2875 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 12396

[startup+51.1018 s]
/proc/loadavg: 1.96 1.98 1.99 3/87 17159
/proc/meminfo: memFree=1785416/2055924 swapFree=4179676/4192956
[pid=17158] ppid=17156 vsize=14792 CPUtime=51.06
/proc/17158/stat : 17158 (varsat-industri) R 17156 17158 16323 0 -1 4194304 3512 0 0 0 5103 3 0 0 25 0 1 0 448065368 15147008 3344 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/17158/statm: 3698 3344 109 221 0 3474 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 14792

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/87 17159
/proc/meminfo: memFree=1782984/2055924 swapFree=4179676/4192956
[pid=17158] ppid=17156 vsize=17292 CPUtime=102.24
/proc/17158/stat : 17158 (varsat-industri) R 17156 17158 16323 0 -1 4194304 4059 0 0 0 10221 3 0 0 25 0 1 0 448065368 17707008 3891 1992294400 4194304 5102648 548682068784 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 0 0 0
/proc/17158/statm: 4323 3891 109 221 0 4099 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 17292

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 17159
/proc/meminfo: memFree=1780936/2055924 swapFree=4179676/4192956
[pid=17158] ppid=17156 vsize=19376 CPUtime=162.21
/proc/17158/stat : 17158 (varsat-industri) R 17156 17158 16323 0 -1 4194304 4564 0 0 0 16217 4 0 0 25 0 1 0 448065368 19841024 4396 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/17158/statm: 4844 4396 109 221 0 4620 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 19376

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 17159
/proc/meminfo: memFree=1779272/2055924 swapFree=4179676/4192956
[pid=17158] ppid=17156 vsize=21060 CPUtime=222.18
/proc/17158/stat : 17158 (varsat-industri) R 17156 17158 16323 0 -1 4194304 4965 0 0 0 22214 4 0 0 25 0 1 0 448065368 21565440 4797 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/17158/statm: 5265 4797 109 221 0 5041 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 21060

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 17159
/proc/meminfo: memFree=1778568/2055924 swapFree=4179676/4192956
[pid=17158] ppid=17156 vsize=21720 CPUtime=282.15
/proc/17158/stat : 17158 (varsat-industri) R 17156 17158 16323 0 -1 4194304 5142 0 0 0 28211 4 0 0 25 0 1 0 448065368 22241280 4974 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/17158/statm: 5430 4974 109 221 0 5206 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 21720

[startup+342.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 17159
/proc/meminfo: memFree=1776968/2055924 swapFree=4179676/4192956
[pid=17158] ppid=17156 vsize=23308 CPUtime=342.13
/proc/17158/stat : 17158 (varsat-industri) R 17156 17158 16323 0 -1 4194304 5532 0 0 0 34208 5 0 0 25 0 1 0 448065368 23867392 5364 1992294400 4194304 5102648 548682068784 18446744073709551615 4249750 0 0 4096 3 0 0 0 17 0 0 0
/proc/17158/statm: 5827 5364 109 221 0 5603 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 23308

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 17159
/proc/meminfo: memFree=1776392/2055924 swapFree=4179676/4192956
[pid=17158] ppid=17156 vsize=24076 CPUtime=402.1
/proc/17158/stat : 17158 (varsat-industri) R 17156 17158 16323 0 -1 4194304 5681 0 0 0 40205 5 0 0 25 0 1 0 448065368 24653824 5513 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/17158/statm: 6019 5513 109 221 0 5795 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 24076

[startup+462.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 17159
/proc/meminfo: memFree=1775752/2055924 swapFree=4179676/4192956
[pid=17158] ppid=17156 vsize=24800 CPUtime=462.07
/proc/17158/stat : 17158 (varsat-industri) R 17156 17158 16323 0 -1 4194304 5826 0 0 0 46202 5 0 0 25 0 1 0 448065368 25395200 5658 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/17158/statm: 6200 5658 109 221 0 5976 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 24800

[startup+522.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 17159
/proc/meminfo: memFree=1774664/2055924 swapFree=4179676/4192956
[pid=17158] ppid=17156 vsize=26068 CPUtime=522.04
/proc/17158/stat : 17158 (varsat-industri) R 17156 17158 16323 0 -1 4194304 6108 0 0 0 52199 5 0 0 25 0 1 0 448065368 26693632 5940 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/17158/statm: 6517 5940 109 221 0 6293 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 26068

[startup+582.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 17159
/proc/meminfo: memFree=1774152/2055924 swapFree=4179676/4192956
[pid=17158] ppid=17156 vsize=26608 CPUtime=582.01
/proc/17158/stat : 17158 (varsat-industri) R 17156 17158 16323 0 -1 4194304 6233 0 0 0 58196 5 0 0 25 0 1 0 448065368 27246592 6065 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/17158/statm: 6652 6065 109 221 0 6428 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 26608

[startup+642.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 17159
/proc/meminfo: memFree=1773384/2055924 swapFree=4179676/4192956
[pid=17158] ppid=17156 vsize=27428 CPUtime=641.99
/proc/17158/stat : 17158 (varsat-industri) R 17156 17158 16323 0 -1 4194304 6424 0 0 0 64193 6 0 0 25 0 1 0 448065368 28086272 6256 1992294400 4194304 5102648 548682068784 18446744073709551615 4225745 0 0 4096 3 0 0 0 17 0 0 0
/proc/17158/statm: 6857 6256 109 221 0 6633 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 27428

[startup+702.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 17159
/proc/meminfo: memFree=1772808/2055924 swapFree=4179676/4192956
[pid=17158] ppid=17156 vsize=28092 CPUtime=701.96
/proc/17158/stat : 17158 (varsat-industri) R 17156 17158 16323 0 -1 4194304 6558 0 0 0 70190 6 0 0 25 0 1 0 448065368 28766208 6390 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/17158/statm: 7023 6390 109 221 0 6799 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 28092

[startup+762.308 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 17159
/proc/meminfo: memFree=1772552/2055924 swapFree=4179676/4192956
[pid=17158] ppid=17156 vsize=28280 CPUtime=761.94
/proc/17158/stat : 17158 (varsat-industri) R 17156 17158 16323 0 -1 4194304 6609 0 0 0 76188 6 0 0 25 0 1 0 448065368 28958720 6441 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 0 0 0
/proc/17158/statm: 7070 6441 109 221 0 6846 0
Current children cumulated CPU time (s) 761.94
Current children cumulated vsize (KiB) 28280

[startup+822.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 17159
/proc/meminfo: memFree=1770824/2055924 swapFree=4179676/4192956
[pid=17158] ppid=17156 vsize=30048 CPUtime=821.9
/proc/17158/stat : 17158 (varsat-industri) R 17156 17158 16323 0 -1 4194304 7047 0 0 0 82184 6 0 0 25 0 1 0 448065368 30769152 6879 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/17158/statm: 7512 6879 109 221 0 7288 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 30048

[startup+882.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 17159
/proc/meminfo: memFree=1770120/2055924 swapFree=4179676/4192956
[pid=17158] ppid=17156 vsize=30856 CPUtime=881.87
/proc/17158/stat : 17158 (varsat-industri) R 17156 17158 16323 0 -1 4194304 7219 0 0 0 88181 6 0 0 25 0 1 0 448065368 31596544 7051 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/17158/statm: 7714 7051 109 221 0 7490 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 30856

[startup+942.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 17159
/proc/meminfo: memFree=1769672/2055924 swapFree=4179676/4192956
[pid=17158] ppid=17156 vsize=31424 CPUtime=941.84
/proc/17158/stat : 17158 (varsat-industri) R 17156 17158 16323 0 -1 4194304 7327 0 0 0 94178 6 0 0 25 0 1 0 448065368 32178176 7159 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/17158/statm: 7856 7159 109 221 0 7632 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 31424

[startup+1002.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 17159
/proc/meminfo: memFree=1769480/2055924 swapFree=4179676/4192956
[pid=17158] ppid=17156 vsize=31424 CPUtime=1001.82
/proc/17158/stat : 17158 (varsat-industri) R 17156 17158 16323 0 -1 4194304 7363 0 0 0 100175 7 0 0 25 0 1 0 448065368 32178176 7195 1992294400 4194304 5102648 548682068784 18446744073709551615 4255060 0 0 4096 3 0 0 0 17 0 0 0
/proc/17158/statm: 7856 7195 109 221 0 7632 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 31424

[startup+1062.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 17159
/proc/meminfo: memFree=1769032/2055924 swapFree=4179676/4192956
[pid=17158] ppid=17156 vsize=32088 CPUtime=1061.79
/proc/17158/stat : 17158 (varsat-industri) R 17156 17158 16323 0 -1 4194304 7483 0 0 0 106172 7 0 0 25 0 1 0 448065368 32858112 7315 1992294400 4194304 5102648 548682068784 18446744073709551615 4262539 0 0 4096 3 0 0 0 17 0 0 0
/proc/17158/statm: 8022 7315 109 221 0 7798 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 32088

[startup+1122.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 17159
/proc/meminfo: memFree=1768776/2055924 swapFree=4179676/4192956
[pid=17158] ppid=17156 vsize=32372 CPUtime=1121.76
/proc/17158/stat : 17158 (varsat-industri) R 17156 17158 16323 0 -1 4194304 7541 0 0 0 112169 7 0 0 25 0 1 0 448065368 33148928 7373 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/17158/statm: 8093 7373 109 221 0 7869 0
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (KiB) 32372

[startup+1182.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 17159
/proc/meminfo: memFree=1768584/2055924 swapFree=4179676/4192956
[pid=17158] ppid=17156 vsize=32512 CPUtime=1181.73
/proc/17158/stat : 17158 (varsat-industri) R 17156 17158 16323 0 -1 4194304 7571 0 0 0 118166 7 0 0 25 0 1 0 448065368 33292288 7403 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/17158/statm: 8128 7403 109 221 0 7904 0
Current children cumulated CPU time (s) 1181.73
Current children cumulated vsize (KiB) 32512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 17159
/proc/meminfo: memFree=1768584/2055924 swapFree=4179676/4192956
[pid=17158] ppid=17156 vsize=32512 CPUtime=1200.03
/proc/17158/stat : 17158 (varsat-industri) R 17156 17158 16323 0 -1 4194304 7571 0 0 0 119996 7 0 0 25 0 1 0 448065368 33292288 7403 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 0 0 0
/proc/17158/statm: 8128 7403 109 221 0 7904 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 32512

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.61
CPU time (s): 1200.05
CPU user time (s): 1199.96
CPU system time (s): 0.082987
CPU usage (%): 99.9528
Max. virtual memory (cumulated for all children) (KiB): 32512

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

runsolver used 1.3118 second user time and 4.16337 second system time

The end

Launcher Data

Begin job on node83 at 2009-03-28 06:15:49
IDJOB=1513396
IDBENCH=70259
IDSOLVER=538
FILE ID=node83/1513396-1238217349
PBS_JOBID= 9060484
Free space on /tmp= 66480 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/180/unif-k7-r85-v180-c15300-S1802626390-033.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1513396-1238217349/watcher-1513396-1238217349 -o /tmp/evaluation-result-1513396-1238217349/solver-1513396-1238217349 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=1483577212 HOME/instance-1513396-1238217349.cnf

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

MD5SUM BENCH= 298c47e7c897264ddc867921f7476e46
RANDOM SEED=1483577212

node83.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.268
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.268
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:      2055924 kB
MemFree:       1799160 kB
Buffers:         36272 kB
Cached:         132292 kB
SwapCached:       7488 kB
Active:          80108 kB
Inactive:       106904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1799160 kB
SwapTotal:     4192956 kB
SwapFree:      4179676 kB
Dirty:            1452 kB
Writeback:           0 kB
Mapped:          25972 kB
Slab:            53836 kB
Committed_AS:   996820 kB
PageTables:       2680 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= 66480 MiB
End job on node83 at 2009-03-28 06:35:52