Trace number 1513468

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

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/160/
unif-k7-r85-v160-c13600-S592525179-032.cnf
MD5SUM7460bd7d43551ea81285a6734d727c9e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark644.604
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.02	c |  Parsing time:         0.03         s                                       |
0.00/0.02	c |  Timeout:              43200 s
0.00/0.02	c |  Random Seed:          2143247326.000000
0.00/0.02	c |  Heuristic:            EMBP-G, threshold 0.950                              |
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.29/0.37	c ============================[ Search Statistics ]==============================
0.29/0.37	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.29/0.37	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.29/0.37	c ===============================================================================
0.29/0.37	c |         0 |     160    13600    95200 |     4533        0    nan |  0.000 % |
0.39/0.43	c |       101 |     160    13600    95200 |     4986      101     50 |  0.004 % |
0.39/0.48	c |       251 |     160    13600    95200 |     5485      251     47 |  0.004 % |
0.49/0.54	c |       477 |     160    13600    95200 |     6033      477     47 |  0.004 % |
0.59/0.60	c |       814 |     160    13600    95200 |     6637      814     47 |  0.004 % |
0.59/0.68	c |      1320 |     160    13600    95200 |     7300     1320     48 |  0.004 % |
0.69/0.78	c |      2080 |     160    13600    95200 |     8031     2080     48 |  0.004 % |
0.89/0.91	c |      3220 |     160    13600    95200 |     8834     3220     49 |  0.004 % |
1.10/1.11	c |      4930 |     160    13600    95200 |     9717     4930     49 |  0.004 % |
1.39/1.43	c |      7495 |     160    13600    95200 |    10689     7495     49 |  0.004 % |
1.89/1.99	c |     11340 |     160    13600    95200 |    11758     5958     48 |  0.004 % |
2.69/2.71	c |     17107 |     160    13600    95200 |    12934    11725     49 |  0.004 % |
3.99/4.02	c |     25757 |     160    13600    95200 |    14227     7369     50 |  0.004 % |
6.09/6.12	c |     38731 |     160    13600    95200 |    15650    13193     49 |  0.004 % |
9.69/9.72	c |     58192 |     160    13600    95200 |    17215     9064     48 |  0.004 % |
15.29/15.31	c |     87384 |     160    13600    95200 |    18936    12325     49 |  0.004 % |
24.28/24.39	c |    131173 |     160    13600    95200 |    20830    18093     48 |  0.004 % |
39.27/39.39	c |    196857 |     160    13600    95200 |    22913    10619     47 |  0.004 % |
63.37/63.45	c |    295383 |     160    13600    95200 |    25204    16889     48 |  0.004 % |
100.86/101.00	c |    443172 |     160    13600    95200 |    27725    20728     48 |  0.004 % |
163.53/163.68	c |    664855 |     160    13600    95200 |    30497    24132     49 |  0.004 % |
259.10/259.29	c |    997381 |     160    13600    95200 |    33547    15062     48 |  0.004 % |
412.77/412.96	c |   1496169 |     160    13600    95200 |    36902    33336     49 |  0.004 % |
667.89/668.17	c |   2244351 |     160    13600    95200 |    40592    13777     47 |  0.004 % |
1066.69/1067.04	c |   3366626 |     160    13600    95200 |    44652    33631     49 |  0.004 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1513468-1238218546/watcher-1513468-1238218546 -o /tmp/evaluation-result-1513468-1238218546/solver-1513468-1238218546 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=2143247326 HOME/instance-1513468-1238218546.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.98 0.91 3/80 32383
/proc/meminfo: memFree=1867476/2055920 swapFree=4163576/4192956
[pid=32383] ppid=32381 vsize=2676 CPUtime=0
/proc/32383/stat : 32383 (varsat-industri) R 32381 32383 31515 0 -1 4194304 352 0 0 0 0 0 0 0 20 0 1 0 1094518217 2740224 337 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/32383/statm: 669 339 87 221 0 445 0

[startup+0.0979269 s]
/proc/loadavg: 0.99 0.98 0.91 3/80 32383
/proc/meminfo: memFree=1867476/2055920 swapFree=4163576/4192956
[pid=32383] ppid=32381 vsize=5640 CPUtime=0.09
/proc/32383/stat : 32383 (varsat-industri) R 32381 32383 31515 0 -1 4194304 1087 0 0 0 9 0 0 0 20 0 1 0 1094518217 5775360 1072 1992294400 4194304 5102648 548682068784 18446744073709551615 4272865 0 0 4096 3 0 0 0 17 1 0 0
/proc/32383/statm: 1410 1072 98 221 0 1186 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5640

[startup+0.101927 s]
/proc/loadavg: 0.99 0.98 0.91 3/80 32383
/proc/meminfo: memFree=1867476/2055920 swapFree=4163576/4192956
[pid=32383] ppid=32381 vsize=5640 CPUtime=0.09
/proc/32383/stat : 32383 (varsat-industri) R 32381 32383 31515 0 -1 4194304 1087 0 0 0 9 0 0 0 20 0 1 0 1094518217 5775360 1072 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/32383/statm: 1410 1072 98 221 0 1186 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5640

[startup+0.301947 s]
/proc/loadavg: 0.99 0.98 0.91 3/80 32383
/proc/meminfo: memFree=1867476/2055920 swapFree=4163576/4192956
[pid=32383] ppid=32381 vsize=5712 CPUtime=0.29
/proc/32383/stat : 32383 (varsat-industri) R 32381 32383 31515 0 -1 4194304 1114 0 0 0 29 0 0 0 22 0 1 0 1094518217 5849088 1099 1992294400 4194304 5102648 548682068784 18446744073709551615 4273265 0 0 4096 3 0 0 0 17 1 0 0
/proc/32383/statm: 1428 1099 98 221 0 1204 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5712

[startup+0.701988 s]
/proc/loadavg: 0.99 0.98 0.91 3/80 32383
/proc/meminfo: memFree=1867476/2055920 swapFree=4163576/4192956
[pid=32383] ppid=32381 vsize=4972 CPUtime=0.69
/proc/32383/stat : 32383 (varsat-industri) R 32381 32383 31515 0 -1 4194304 1126 0 0 0 69 0 0 0 25 0 1 0 1094518217 5091328 947 1992294400 4194304 5102648 548682068784 18446744073709551615 4214165 0 0 4096 3 0 0 0 17 1 0 0
/proc/32383/statm: 1243 947 110 221 0 1019 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4972

[startup+1.50107 s]
/proc/loadavg: 0.99 0.98 0.91 2/81 32384
/proc/meminfo: memFree=1863884/2055920 swapFree=4163576/4192956
[pid=32383] ppid=32381 vsize=6336 CPUtime=1.49
/proc/32383/stat : 32383 (varsat-industri) R 32381 32383 31515 0 -1 4194304 1437 0 0 0 149 0 0 0 25 0 1 0 1094518217 6488064 1258 1992294400 4194304 5102648 548682068784 18446744073709551615 4249967 0 0 4096 3 0 0 0 17 1 0 0
/proc/32383/statm: 1584 1258 110 221 0 1360 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6336

[startup+3.10551 s]
/proc/loadavg: 0.99 0.98 0.91 2/81 32384
/proc/meminfo: memFree=1861836/2055920 swapFree=4163576/4192956
[pid=32383] ppid=32381 vsize=7808 CPUtime=3.09
/proc/32383/stat : 32383 (varsat-industri) R 32381 32383 31515 0 -1 4194304 1824 0 0 0 309 0 0 0 25 0 1 0 1094518217 7995392 1645 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/32383/statm: 1952 1645 110 221 0 1728 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7808

[startup+6.30156 s]
/proc/loadavg: 0.99 0.98 0.91 2/81 32384
/proc/meminfo: memFree=1860300/2055920 swapFree=4163576/4192956
[pid=32383] ppid=32381 vsize=8736 CPUtime=6.29
/proc/32383/stat : 32383 (varsat-industri) R 32381 32383 31515 0 -1 4194304 2027 0 0 0 629 0 0 0 25 0 1 0 1094518217 8945664 1848 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32383/statm: 2184 1848 110 221 0 1960 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8736

[startup+12.7012 s]
/proc/loadavg: 0.99 0.98 0.91 2/81 32384
/proc/meminfo: memFree=1858828/2055920 swapFree=4163576/4192956
[pid=32383] ppid=32381 vsize=10008 CPUtime=12.69
/proc/32383/stat : 32383 (varsat-industri) R 32381 32383 31515 0 -1 4194304 2342 0 0 0 1268 1 0 0 25 0 1 0 1094518217 10248192 2163 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/32383/statm: 2502 2163 110 221 0 2278 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10008

[startup+25.5015 s]
/proc/loadavg: 0.99 0.98 0.91 2/81 32384
/proc/meminfo: memFree=1857100/2055920 swapFree=4163576/4192956
[pid=32383] ppid=32381 vsize=11808 CPUtime=25.48
/proc/32383/stat : 32383 (varsat-industri) R 32381 32383 31515 0 -1 4194304 2772 0 0 0 2547 1 0 0 25 0 1 0 1094518217 12091392 2593 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32383/statm: 2952 2593 110 221 0 2728 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 11808

[startup+51.1012 s]
/proc/loadavg: 0.99 0.98 0.91 2/81 32384
/proc/meminfo: memFree=1855564/2055920 swapFree=4163576/4192956
[pid=32383] ppid=32381 vsize=13472 CPUtime=51.06
/proc/32383/stat : 32383 (varsat-industri) R 32381 32383 31515 0 -1 4194304 3165 0 0 0 5105 1 0 0 25 0 1 0 1094518217 13795328 2986 1992294400 4194304 5102648 548682068784 18446744073709551615 4254824 0 0 4096 3 0 0 0 17 1 0 0
/proc/32383/statm: 3368 2986 110 221 0 3144 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 13472

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.91 2/81 32384
/proc/meminfo: memFree=1853580/2055920 swapFree=4163576/4192956
[pid=32383] ppid=32381 vsize=15368 CPUtime=102.26
/proc/32383/stat : 32383 (varsat-industri) R 32381 32383 31515 0 -1 4194304 3616 0 0 0 10224 2 0 0 25 0 1 0 1094518217 15736832 3437 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32383/statm: 3842 3437 110 221 0 3618 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 15368

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/81 32384
/proc/meminfo: memFree=1851596/2055920 swapFree=4163576/4192956
[pid=32383] ppid=32381 vsize=17588 CPUtime=162.23
/proc/32383/stat : 32383 (varsat-industri) R 32381 32383 31515 0 -1 4194304 4115 0 0 0 16221 2 0 0 25 0 1 0 1094518217 18010112 3936 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32383/statm: 4397 3936 110 221 0 4173 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 17588

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/81 32384
/proc/meminfo: memFree=1850060/2055920 swapFree=4163576/4192956
[pid=32383] ppid=32381 vsize=19024 CPUtime=222.22
/proc/32383/stat : 32383 (varsat-industri) R 32381 32383 31515 0 -1 4194304 4463 0 0 0 22220 2 0 0 25 0 1 0 1094518217 19480576 4284 1992294400 4194304 5102648 548682068784 18446744073709551615 4249872 0 0 4096 3 0 0 0 17 1 0 0
/proc/32383/statm: 4756 4284 110 221 0 4532 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 19024

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/81 32384
/proc/meminfo: memFree=1848716/2055920 swapFree=4163576/4192956
[pid=32383] ppid=32381 vsize=20404 CPUtime=282.2
/proc/32383/stat : 32383 (varsat-industri) R 32381 32383 31515 0 -1 4194304 4793 0 0 0 28218 2 0 0 25 0 1 0 1094518217 20893696 4614 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32383/statm: 5101 4614 110 221 0 4877 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 20404

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/81 32384
/proc/meminfo: memFree=1847948/2055920 swapFree=4163576/4192956
[pid=32383] ppid=32381 vsize=21268 CPUtime=342.19
/proc/32383/stat : 32383 (varsat-industri) R 32381 32383 31515 0 -1 4194304 4975 0 0 0 34216 3 0 0 25 0 1 0 1094518217 21778432 4796 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32383/statm: 5317 4796 110 221 0 5093 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 21268

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/81 32384
/proc/meminfo: memFree=1847372/2055920 swapFree=4163576/4192956
[pid=32383] ppid=32381 vsize=21852 CPUtime=402.17
/proc/32383/stat : 32383 (varsat-industri) R 32381 32383 31515 0 -1 4194304 5109 0 0 0 40214 3 0 0 25 0 1 0 1094518217 22376448 4930 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/32383/statm: 5463 4930 110 221 0 5239 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 21852

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/81 32384
/proc/meminfo: memFree=1845900/2055920 swapFree=4163576/4192956
[pid=32383] ppid=32381 vsize=23296 CPUtime=462.15
/proc/32383/stat : 32383 (varsat-industri) R 32381 32383 31515 0 -1 4194304 5464 0 0 0 46212 3 0 0 25 0 1 0 1094518217 23855104 5285 1992294400 4194304 5102648 548682068784 18446744073709551615 4255087 0 0 4096 3 0 0 0 17 1 0 0
/proc/32383/statm: 5824 5285 110 221 0 5600 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 23296

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/81 32384
/proc/meminfo: memFree=1845644/2055920 swapFree=4163576/4192956
[pid=32383] ppid=32381 vsize=23820 CPUtime=522.14
/proc/32383/stat : 32383 (varsat-industri) R 32381 32383 31515 0 -1 4194304 5580 0 0 0 52211 3 0 0 25 0 1 0 1094518217 24391680 5401 1992294400 4194304 5102648 548682068784 18446744073709551615 4249867 0 0 4096 3 0 0 0 17 1 0 0
/proc/32383/statm: 5955 5401 110 221 0 5731 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 23820

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/81 32384
/proc/meminfo: memFree=1845132/2055920 swapFree=4163576/4192956
[pid=32383] ppid=32381 vsize=24436 CPUtime=582.12
/proc/32383/stat : 32383 (varsat-industri) R 32381 32383 31515 0 -1 4194304 5696 0 0 0 58209 3 0 0 25 0 1 0 1094518217 25022464 5517 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32383/statm: 6109 5517 110 221 0 5885 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 24436

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/81 32384
/proc/meminfo: memFree=1844684/2055920 swapFree=4163576/4192956
[pid=32383] ppid=32381 vsize=24816 CPUtime=642.1
/proc/32383/stat : 32383 (varsat-industri) R 32381 32383 31515 0 -1 4194304 5791 0 0 0 64207 3 0 0 25 0 1 0 1094518217 25411584 5612 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/32383/statm: 6204 5612 110 221 0 5980 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 24816

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/81 32384
/proc/meminfo: memFree=1843596/2055920 swapFree=4163576/4192956
[pid=32383] ppid=32381 vsize=25972 CPUtime=702.09
/proc/32383/stat : 32383 (varsat-industri) R 32381 32383 31515 0 -1 4194304 6093 0 0 0 70205 4 0 0 25 0 1 0 1094518217 26595328 5914 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32383/statm: 6493 5914 110 221 0 6269 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 25972

[startup+762.307 s]
/proc/loadavg: 0.99 0.98 0.91 2/81 32384
/proc/meminfo: memFree=1842764/2055920 swapFree=4163576/4192956
[pid=32383] ppid=32381 vsize=26676 CPUtime=762.08
/proc/32383/stat : 32383 (varsat-industri) R 32381 32383 31515 0 -1 4194304 6235 0 0 0 76204 4 0 0 25 0 1 0 1094518217 27316224 6056 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/32383/statm: 6669 6056 110 221 0 6445 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 26676

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/81 32384
/proc/meminfo: memFree=1842252/2055920 swapFree=4163576/4192956
[pid=32383] ppid=32381 vsize=27112 CPUtime=822.06
/proc/32383/stat : 32383 (varsat-industri) R 32381 32383 31515 0 -1 4194304 6347 0 0 0 82202 4 0 0 25 0 1 0 1094518217 27762688 6168 1992294400 4194304 5102648 548682068784 18446744073709551615 4249750 0 0 4096 3 0 0 0 17 1 0 0
/proc/32383/statm: 6778 6168 110 221 0 6554 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 27112

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/81 32385
/proc/meminfo: memFree=1841548/2055920 swapFree=4163576/4192956
[pid=32383] ppid=32381 vsize=27900 CPUtime=882.04
/proc/32383/stat : 32383 (varsat-industri) R 32381 32383 31515 0 -1 4194304 6497 0 0 0 88200 4 0 0 25 0 1 0 1094518217 28569600 6318 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32383/statm: 6975 6318 110 221 0 6751 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 27900

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/81 32385
/proc/meminfo: memFree=1841292/2055920 swapFree=4163576/4192956
[pid=32383] ppid=32381 vsize=28184 CPUtime=942.02
/proc/32383/stat : 32383 (varsat-industri) R 32381 32383 31515 0 -1 4194304 6556 0 0 0 94198 4 0 0 25 0 1 0 1094518217 28860416 6377 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32383/statm: 7046 6377 110 221 0 6822 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 28184

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/81 32385
/proc/meminfo: memFree=1841292/2055920 swapFree=4163576/4192956
[pid=32383] ppid=32381 vsize=28328 CPUtime=1002
/proc/32383/stat : 32383 (varsat-industri) R 32381 32383 31515 0 -1 4194304 6590 0 0 0 100196 4 0 0 25 0 1 0 1094518217 29007872 6411 1992294400 4194304 5102648 548682068784 18446744073709551615 4249750 0 0 4096 3 0 0 0 17 1 0 0
/proc/32383/statm: 7082 6411 110 221 0 6858 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 28328

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/81 32385
/proc/meminfo: memFree=1841292/2055920 swapFree=4163576/4192956
[pid=32383] ppid=32381 vsize=28328 CPUtime=1061.99
/proc/32383/stat : 32383 (varsat-industri) R 32381 32383 31515 0 -1 4194304 6596 0 0 0 106195 4 0 0 25 0 1 0 1094518217 29007872 6417 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/32383/statm: 7082 6417 110 221 0 6858 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 28328

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/81 32385
/proc/meminfo: memFree=1840012/2055920 swapFree=4163576/4192956
[pid=32383] ppid=32381 vsize=29836 CPUtime=1121.97
/proc/32383/stat : 32383 (varsat-industri) R 32381 32383 31515 0 -1 4194304 6912 0 0 0 112193 4 0 0 25 0 1 0 1094518217 30552064 6733 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32383/statm: 7459 6733 110 221 0 7235 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 29836

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/81 32385
/proc/meminfo: memFree=1839564/2055920 swapFree=4163576/4192956
[pid=32383] ppid=32381 vsize=30124 CPUtime=1181.95
/proc/32383/stat : 32383 (varsat-industri) R 32381 32383 31515 0 -1 4194304 7018 0 0 0 118191 4 0 0 25 0 1 0 1094518217 30846976 6839 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32383/statm: 7531 6839 110 221 0 7307 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 30124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.91 2/81 32385
/proc/meminfo: memFree=1839372/2055920 swapFree=4163576/4192956
[pid=32383] ppid=32381 vsize=30312 CPUtime=1200.05
/proc/32383/stat : 32383 (varsat-industri) R 32381 32383 31515 0 -1 4194304 7046 0 0 0 120001 4 0 0 25 0 1 0 1094518217 31039488 6867 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32383/statm: 7578 6867 110 221 0 7354 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 30312

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.07
CPU user time (s): 1200.02
CPU system time (s): 0.050992
CPU usage (%): 99.9712
Max. virtual memory (cumulated for all children) (KiB): 30312

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

runsolver used 1.53377 second user time and 3.9694 second system time

The end

Launcher Data

Begin job on node90 at 2009-03-28 06:35:46
IDJOB=1513468
IDBENCH=70265
IDSOLVER=538
FILE ID=node90/1513468-1238218546
PBS_JOBID= 9060477
Free space on /tmp= 66456 MiB

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

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

MD5SUM BENCH= 7460bd7d43551ea81285a6734d727c9e
RANDOM SEED=2143247326

node90.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.234
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.234
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:       1867956 kB
Buffers:         28280 kB
Cached:          88988 kB
SwapCached:      18936 kB
Active:          90392 kB
Inactive:        47296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1867956 kB
SwapTotal:     4192956 kB
SwapFree:      4163576 kB
Dirty:            1392 kB
Writeback:           0 kB
Mapped:          25708 kB
Slab:            34556 kB
Committed_AS:  2500260 kB
PageTables:       2668 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= 66456 MiB
End job on node90 at 2009-03-28 06:55:48