Trace number 1515796

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

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/UNKNOWN/60/
unif-k7-r89-v60-c5340-S703461330-034.cnf
MD5SUM5871895160b61e33d95658e3a61619c3
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark747.527
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
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 55340

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  60                                                   |
0.00/0.00	c |  Number of clauses:    5340                                                 |
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:          1967033297.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.13	c ============================[ Search Statistics ]==============================
0.09/0.13	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.13	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.13	c ===============================================================================
0.09/0.13	c |         0 |      60     5340    37380 |     1780        0    nan |  0.000 % |
0.09/0.15	c |       102 |      60     5340    37380 |     1958      102     22 |  0.028 % |
0.09/0.17	c |       252 |      60     5340    37380 |     2153      252     22 |  0.028 % |
0.19/0.20	c |       478 |      60     5340    37380 |     2369      478     21 |  0.028 % |
0.19/0.23	c |       815 |      60     5340    37380 |     2606      815     22 |  0.028 % |
0.19/0.27	c |      1321 |      60     5340    37380 |     2866     1321     22 |  0.028 % |
0.29/0.32	c |      2080 |      60     5340    37380 |     3153     2080     21 |  0.028 % |
0.39/0.40	c |      3221 |      60     5340    37380 |     3468     1631     20 |  0.028 % |
0.49/0.50	c |      4929 |      60     5340    37380 |     3815     3339     21 |  0.028 % |
0.59/0.66	c |      7493 |      60     5340    37380 |     4197     2062     20 |  0.028 % |
0.79/0.88	c |     11338 |      60     5340    37380 |     4616     3794     21 |  0.028 % |
1.19/1.22	c |     17104 |      60     5340    37380 |     5078     2592     20 |  0.028 % |
1.69/1.74	c |     25753 |      60     5340    37380 |     5586     3583     20 |  0.028 % |
2.49/2.55	c |     38728 |      60     5340    37380 |     6145     5331     20 |  0.028 % |
3.79/3.81	c |     58189 |      60     5340    37380 |     6759     3194     20 |  0.028 % |
5.69/5.72	c |     87383 |      60     5340    37380 |     7435     5247     20 |  0.028 % |
8.69/8.71	c |    131172 |      60     5340    37380 |     8179     4270     19 |  0.028 % |
13.28/13.32	c |    196857 |      60     5340    37380 |     8996     4331     20 |  0.028 % |
20.79/20.85	c |    295384 |      60     5340    37380 |     9896     8136     19 |  0.028 % |
32.88/32.91	c |    443173 |      60     5340    37380 |    10886     7118     19 |  0.028 % |
51.77/51.82	c |    664856 |      60     5340    37380 |    11974    10615     19 |  0.028 % |
82.07/82.17	c |    997381 |      60     5340    37380 |    13172     7192     19 |  0.028 % |
130.05/130.12	c |   1496171 |      60     5340    37380 |    14489    11170     19 |  0.028 % |
208.63/208.77	c |   2244353 |      60     5340    37380 |    15938    11988     18 |  0.028 % |
335.67/335.88	c |   3366628 |      60     5340    37380 |    17532     9019     18 |  0.028 % |
541.82/542.01	c |   5050040 |      60     5340    37380 |    19285    16055     19 |  0.028 % |
878.21/878.53	c |   7575158 |      60     5340    37380 |    21214    12007     18 |  0.028 % |

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-1515796-1238259389/watcher-1515796-1238259389 -o /tmp/evaluation-result-1515796-1238259389/solver-1515796-1238259389 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1967033297 HOME/instance-1515796-1238259389.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.10 1.03 1.00 3/76 32021
/proc/meminfo: memFree=1765384/2055920 swapFree=4173572/4192956
[pid=32021] ppid=32019 vsize=2676 CPUtime=0
/proc/32021/stat : 32021 (varsat-industri) R 32019 32021 31737 0 -1 4194304 303 0 0 0 0 0 0 0 18 0 1 0 1098599970 2740224 288 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/32021/statm: 702 295 87 221 0 478 0

[startup+0.0745351 s]
/proc/loadavg: 1.10 1.03 1.00 3/76 32021
/proc/meminfo: memFree=1765384/2055920 swapFree=4173572/4192956
[pid=32021] ppid=32019 vsize=3488 CPUtime=0.07
/proc/32021/stat : 32021 (varsat-industri) R 32019 32021 31737 0 -1 4194304 501 0 0 0 7 0 0 0 18 0 1 0 1098599970 3571712 486 1992294400 4194304 5102648 548682068784 18446744073709551615 4283740 0 0 4096 3 0 0 0 17 1 0 0
/proc/32021/statm: 872 486 98 221 0 648 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3488

[startup+0.101538 s]
/proc/loadavg: 1.10 1.03 1.00 3/76 32021
/proc/meminfo: memFree=1765384/2055920 swapFree=4173572/4192956
[pid=32021] ppid=32019 vsize=3488 CPUtime=0.09
/proc/32021/stat : 32021 (varsat-industri) R 32019 32021 31737 0 -1 4194304 522 0 0 0 9 0 0 0 18 0 1 0 1098599970 3571712 507 1992294400 4194304 5102648 548682068784 18446744073709551615 4273072 0 0 4096 3 0 0 0 17 1 0 0
/proc/32021/statm: 872 507 98 221 0 648 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3488

[startup+0.301569 s]
/proc/loadavg: 1.10 1.03 1.00 3/76 32021
/proc/meminfo: memFree=1765384/2055920 swapFree=4173572/4192956
[pid=32021] ppid=32019 vsize=3488 CPUtime=0.29
/proc/32021/stat : 32021 (varsat-industri) R 32019 32021 31737 0 -1 4194304 535 0 0 0 29 0 0 0 19 0 1 0 1098599970 3571712 520 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/32021/statm: 872 520 110 221 0 648 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3488

[startup+0.701634 s]
/proc/loadavg: 1.10 1.03 1.00 3/76 32021
/proc/meminfo: memFree=1765384/2055920 swapFree=4173572/4192956
[pid=32021] ppid=32019 vsize=3620 CPUtime=0.69
/proc/32021/stat : 32021 (varsat-industri) R 32019 32021 31737 0 -1 4194304 569 0 0 0 69 0 0 0 22 0 1 0 1098599970 3706880 554 1992294400 4194304 5102648 548682068784 18446744073709551615 4516087 0 0 4096 3 0 0 0 17 1 0 0
/proc/32021/statm: 905 554 110 221 0 681 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3620

[startup+1.50276 s]
/proc/loadavg: 1.10 1.03 1.00 2/77 32022
/proc/meminfo: memFree=1763392/2055920 swapFree=4173572/4192956
[pid=32021] ppid=32019 vsize=4016 CPUtime=1.49
/proc/32021/stat : 32021 (varsat-industri) R 32019 32021 31737 0 -1 4194304 655 0 0 0 149 0 0 0 25 0 1 0 1098599970 4112384 640 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32021/statm: 1004 640 110 221 0 780 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4016

[startup+3.10202 s]
/proc/loadavg: 1.09 1.03 1.00 2/77 32022
/proc/meminfo: memFree=1762880/2055920 swapFree=4173572/4192956
[pid=32021] ppid=32019 vsize=4428 CPUtime=3.09
/proc/32021/stat : 32021 (varsat-industri) R 32019 32021 31737 0 -1 4194304 761 0 0 0 309 0 0 0 25 0 1 0 1098599970 4534272 746 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/32021/statm: 1107 746 110 221 0 883 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4428

[startup+6.30153 s]
/proc/loadavg: 1.09 1.03 1.00 3/77 32022
/proc/meminfo: memFree=1762240/2055920 swapFree=4173572/4192956
[pid=32021] ppid=32019 vsize=4840 CPUtime=6.29
/proc/32021/stat : 32021 (varsat-industri) R 32019 32021 31737 0 -1 4194304 867 0 0 0 629 0 0 0 25 0 1 0 1098599970 4956160 852 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/32021/statm: 1210 852 110 221 0 986 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4840

[startup+12.7016 s]
/proc/loadavg: 1.08 1.03 1.00 2/77 32022
/proc/meminfo: memFree=1761472/2055920 swapFree=4173572/4192956
[pid=32021] ppid=32019 vsize=5620 CPUtime=12.68
/proc/32021/stat : 32021 (varsat-industri) R 32019 32021 31737 0 -1 4194304 1016 0 0 0 1268 0 0 0 25 0 1 0 1098599970 5754880 1001 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/32021/statm: 1405 1001 110 221 0 1181 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 5620

[startup+25.5016 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 32022
/proc/meminfo: memFree=1760768/2055920 swapFree=4173572/4192956
[pid=32021] ppid=32019 vsize=6372 CPUtime=25.48
/proc/32021/stat : 32021 (varsat-industri) R 32019 32021 31737 0 -1 4194304 1182 0 0 0 2548 0 0 0 25 0 1 0 1098599970 6524928 1167 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/32021/statm: 1593 1167 110 221 0 1369 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6372

[startup+51.1017 s]
/proc/loadavg: 1.04 1.02 1.00 2/77 32022
/proc/meminfo: memFree=1760000/2055920 swapFree=4173572/4192956
[pid=32021] ppid=32019 vsize=7000 CPUtime=51.07
/proc/32021/stat : 32021 (varsat-industri) R 32019 32021 31737 0 -1 4194304 1371 0 0 0 5107 0 0 0 25 0 1 0 1098599970 7168000 1356 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/32021/statm: 1750 1356 110 221 0 1526 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 7000

[startup+102.307 s]
/proc/loadavg: 1.02 1.02 1.00 2/77 32022
/proc/meminfo: memFree=1758912/2055920 swapFree=4173572/4192956
[pid=32021] ppid=32019 vsize=8308 CPUtime=102.26
/proc/32021/stat : 32021 (varsat-industri) R 32019 32021 31737 0 -1 4194304 1639 0 0 0 10225 1 0 0 25 0 1 0 1098599970 8507392 1624 1992294400 4194304 5102648 548682068784 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/32021/statm: 2077 1624 110 221 0 1853 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 8308

[startup+162.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 32022
/proc/meminfo: memFree=1758144/2055920 swapFree=4173572/4192956
[pid=32021] ppid=32019 vsize=8876 CPUtime=162.24
/proc/32021/stat : 32021 (varsat-industri) R 32019 32021 31737 0 -1 4194304 1814 0 0 0 16223 1 0 0 25 0 1 0 1098599970 9089024 1799 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32021/statm: 2219 1799 110 221 0 1995 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 8876

[startup+222.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 32022
/proc/meminfo: memFree=1757568/2055920 swapFree=4173572/4192956
[pid=32021] ppid=32019 vsize=9572 CPUtime=222.22
/proc/32021/stat : 32021 (varsat-industri) R 32019 32021 31737 0 -1 4194304 1960 0 0 0 22220 2 0 0 25 0 1 0 1098599970 9801728 1945 1992294400 4194304 5102648 548682068784 18446744073709551615 4249989 0 0 4096 3 0 0 0 17 1 0 0
/proc/32021/statm: 2393 1945 110 221 0 2169 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 9572

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 32028
/proc/meminfo: memFree=1757112/2055920 swapFree=4173572/4192956
[pid=32021] ppid=32019 vsize=9728 CPUtime=282.2
/proc/32021/stat : 32021 (varsat-industri) R 32019 32021 31737 0 -1 4194304 1998 0 0 0 28218 2 0 0 25 0 1 0 1098599970 9961472 1983 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/32021/statm: 2432 1983 110 221 0 2208 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 9728

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 32028
/proc/meminfo: memFree=1756856/2055920 swapFree=4173572/4192956
[pid=32021] ppid=32019 vsize=10108 CPUtime=342.18
/proc/32021/stat : 32021 (varsat-industri) R 32019 32021 31737 0 -1 4194304 2097 0 0 0 34215 3 0 0 25 0 1 0 1098599970 10350592 2082 1992294400 4194304 5102648 548682068784 18446744073709551615 4249787 0 0 4096 3 0 0 0 17 1 0 0
/proc/32021/statm: 2527 2082 110 221 0 2303 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 10108

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 32028
/proc/meminfo: memFree=1756216/2055920 swapFree=4173572/4192956
[pid=32021] ppid=32019 vsize=10868 CPUtime=402.16
/proc/32021/stat : 32021 (varsat-industri) R 32019 32021 31737 0 -1 4194304 2257 0 0 0 40213 3 0 0 25 0 1 0 1098599970 11128832 2242 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32021/statm: 2717 2242 110 221 0 2493 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 10868

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 32028
/proc/meminfo: memFree=1755896/2055920 swapFree=4173572/4192956
[pid=32021] ppid=32019 vsize=11248 CPUtime=462.14
/proc/32021/stat : 32021 (varsat-industri) R 32019 32021 31737 0 -1 4194304 2326 0 0 0 46211 3 0 0 25 0 1 0 1098599970 11517952 2311 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32021/statm: 2812 2311 110 221 0 2588 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 11248

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 32028
/proc/meminfo: memFree=1755768/2055920 swapFree=4173572/4192956
[pid=32021] ppid=32019 vsize=11248 CPUtime=522.12
/proc/32021/stat : 32021 (varsat-industri) R 32019 32021 31737 0 -1 4194304 2350 0 0 0 52208 4 0 0 25 0 1 0 1098599970 11517952 2335 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32021/statm: 2812 2335 110 221 0 2588 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 11248

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 32028
/proc/meminfo: memFree=1755520/2055920 swapFree=4173572/4192956
[pid=32021] ppid=32019 vsize=11652 CPUtime=582.1
/proc/32021/stat : 32021 (varsat-industri) R 32019 32021 31737 0 -1 4194304 2431 0 0 0 58206 4 0 0 25 0 1 0 1098599970 11931648 2416 1992294400 4194304 5102648 548682068784 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/32021/statm: 2913 2416 110 221 0 2689 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 11652

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 32028
/proc/meminfo: memFree=1754944/2055920 swapFree=4173572/4192956
[pid=32021] ppid=32019 vsize=12220 CPUtime=642.09
/proc/32021/stat : 32021 (varsat-industri) R 32019 32021 31737 0 -1 4194304 2552 0 0 0 64205 4 0 0 25 0 1 0 1098599970 12513280 2537 1992294400 4194304 5102648 548682068784 18446744073709551615 4250276 0 0 4096 3 0 0 0 17 1 0 0
/proc/32021/statm: 3055 2537 110 221 0 2831 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 12220

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 32028
/proc/meminfo: memFree=1754816/2055920 swapFree=4173572/4192956
[pid=32021] ppid=32019 vsize=12412 CPUtime=702.07
/proc/32021/stat : 32021 (varsat-industri) R 32019 32021 31737 0 -1 4194304 2576 0 0 0 70202 5 0 0 25 0 1 0 1098599970 12709888 2561 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/32021/statm: 3103 2561 110 221 0 2879 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 12412

[startup+762.307 s]
/proc/loadavg: 1.05 1.01 1.00 2/77 32028
/proc/meminfo: memFree=1754688/2055920 swapFree=4173572/4192956
[pid=32021] ppid=32019 vsize=12600 CPUtime=762.05
/proc/32021/stat : 32021 (varsat-industri) R 32019 32021 31737 0 -1 4194304 2621 0 0 0 76200 5 0 0 25 0 1 0 1098599970 12902400 2606 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/32021/statm: 3150 2606 110 221 0 2926 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 12600

[startup+822.301 s]
/proc/loadavg: 1.07 1.03 1.00 2/77 32028
/proc/meminfo: memFree=1754624/2055920 swapFree=4173572/4192956
[pid=32021] ppid=32019 vsize=12600 CPUtime=822.03
/proc/32021/stat : 32021 (varsat-industri) R 32019 32021 31737 0 -1 4194304 2635 0 0 0 82198 5 0 0 25 0 1 0 1098599970 12902400 2620 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32021/statm: 3150 2620 110 221 0 2926 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 12600

[startup+882.302 s]
/proc/loadavg: 1.07 1.03 1.00 2/77 32028
/proc/meminfo: memFree=1754560/2055920 swapFree=4173572/4192956
[pid=32021] ppid=32019 vsize=12600 CPUtime=882
/proc/32021/stat : 32021 (varsat-industri) R 32019 32021 31737 0 -1 4194304 2641 0 0 0 88195 5 0 0 25 0 1 0 1098599970 12902400 2626 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32021/statm: 3150 2626 110 221 0 2926 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 12600

[startup+942.301 s]
/proc/loadavg: 1.02 1.03 1.00 2/77 32028
/proc/meminfo: memFree=1754560/2055920 swapFree=4173572/4192956
[pid=32021] ppid=32019 vsize=12600 CPUtime=941.99
/proc/32021/stat : 32021 (varsat-industri) R 32019 32021 31737 0 -1 4194304 2658 0 0 0 94193 6 0 0 25 0 1 0 1098599970 12902400 2643 1992294400 4194304 5102648 548682068784 18446744073709551615 4254517 0 0 4096 3 0 0 0 17 1 0 0
/proc/32021/statm: 3150 2643 110 221 0 2926 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 12600

[startup+1002.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/77 32028
/proc/meminfo: memFree=1754496/2055920 swapFree=4173572/4192956
[pid=32021] ppid=32019 vsize=12600 CPUtime=1001.97
/proc/32021/stat : 32021 (varsat-industri) R 32019 32021 31737 0 -1 4194304 2686 0 0 0 100191 6 0 0 25 0 1 0 1098599970 12902400 2671 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32021/statm: 3150 2671 110 221 0 2926 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 12600

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 32028
/proc/meminfo: memFree=1754368/2055920 swapFree=4173572/4192956
[pid=32021] ppid=32019 vsize=12600 CPUtime=1061.95
/proc/32021/stat : 32021 (varsat-industri) R 32019 32021 31737 0 -1 4194304 2698 0 0 0 106189 6 0 0 25 0 1 0 1098599970 12902400 2683 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/32021/statm: 3150 2683 110 221 0 2926 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 12600

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 32028
/proc/meminfo: memFree=1754240/2055920 swapFree=4173572/4192956
[pid=32021] ppid=32019 vsize=12788 CPUtime=1121.93
/proc/32021/stat : 32021 (varsat-industri) R 32019 32021 31737 0 -1 4194304 2735 0 0 0 112187 6 0 0 25 0 1 0 1098599970 13094912 2720 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/32021/statm: 3197 2720 110 221 0 2973 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 12788

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 32028
/proc/meminfo: memFree=1754176/2055920 swapFree=4173572/4192956
[pid=32021] ppid=32019 vsize=12788 CPUtime=1181.92
/proc/32021/stat : 32021 (varsat-industri) R 32019 32021 31737 0 -1 4194304 2745 0 0 0 118185 7 0 0 25 0 1 0 1098599970 13094912 2730 1992294400 4194304 5102648 548682068784 18446744073709551615 4249881 0 0 4096 3 0 0 0 17 1 0 0
/proc/32021/statm: 3197 2730 110 221 0 2973 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 12788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 32028
/proc/meminfo: memFree=1754176/2055920 swapFree=4173572/4192956
[pid=32021] ppid=32019 vsize=12788 CPUtime=1200.02
/proc/32021/stat : 32021 (varsat-industri) R 32019 32021 31737 0 -1 4194304 2751 0 0 0 119995 7 0 0 25 0 1 0 1098599970 13094912 2736 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32021/statm: 3197 2736 110 221 0 2973 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 12788

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.03
CPU user time (s): 1199.95
CPU system time (s): 0.075988
CPU usage (%): 99.9682
Max. virtual memory (cumulated for all children) (KiB): 12788

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

runsolver used 1.04784 second user time and 3.33449 second system time

The end

Launcher Data

Begin job on node69 at 2009-03-28 17:56:29
IDJOB=1515796
IDBENCH=70459
IDSOLVER=538
FILE ID=node69/1515796-1238259389
PBS_JOBID= 9060745
Free space on /tmp= 65724 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/UNKNOWN/60/unif-k7-r89-v60-c5340-S703461330-034.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1515796-1238259389/watcher-1515796-1238259389 -o /tmp/evaluation-result-1515796-1238259389/solver-1515796-1238259389 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=1967033297 HOME/instance-1515796-1238259389.cnf

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

MD5SUM BENCH= 5871895160b61e33d95658e3a61619c3
RANDOM SEED=1967033297

node69.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.261
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	: 5931.00
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.261
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:       1765864 kB
Buffers:         53048 kB
Cached:         158560 kB
SwapCached:      10072 kB
Active:         115864 kB
Inactive:       107600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1765864 kB
SwapTotal:     4192956 kB
SwapFree:      4173572 kB
Dirty:            1144 kB
Writeback:           0 kB
Mapped:          17640 kB
Slab:            51312 kB
Committed_AS:  3458540 kB
PageTables:       2336 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= 65724 MiB
End job on node69 at 2009-03-28 18:16:31