Trace number 1515832

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

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/UNKNOWN/60/
unif-k7-r89-v60-c5340-S1318210982-002.cnf
MD5SUM7e88818ba4d3f0eeeb0b87f01ea89e01
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark769.355
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:          1986260380.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 |       100 |      60     5340    37380 |     1958      100     23 |  0.028 % |
0.09/0.18	c |       250 |      60     5340    37380 |     2153      250     22 |  0.028 % |
0.19/0.20	c |       476 |      60     5340    37380 |     2369      476     22 |  0.028 % |
0.19/0.23	c |       814 |      60     5340    37380 |     2606      814     22 |  0.028 % |
0.19/0.27	c |      1320 |      60     5340    37380 |     2866     1320     22 |  0.028 % |
0.29/0.32	c |      2081 |      60     5340    37380 |     3153     2081     22 |  0.028 % |
0.39/0.40	c |      3220 |      60     5340    37380 |     3468     1629     21 |  0.028 % |
0.49/0.51	c |      4928 |      60     5340    37380 |     3815     3337     21 |  0.028 % |
0.59/0.68	c |      7490 |      60     5340    37380 |     4197     2054     21 |  0.028 % |
0.89/0.90	c |     11334 |      60     5340    37380 |     4616     3786     20 |  0.028 % |
1.19/1.26	c |     17101 |      60     5340    37380 |     5078     2587     20 |  0.028 % |
1.69/1.79	c |     25751 |      60     5340    37380 |     5586     3578     20 |  0.028 % |
2.59/2.60	c |     38726 |      60     5340    37380 |     6145     5328     20 |  0.028 % |
3.79/3.85	c |     58188 |      60     5340    37380 |     6759     3185     20 |  0.028 % |
5.79/5.85	c |     87382 |      60     5340    37380 |     7435     5242     20 |  0.028 % |
8.79/8.86	c |    131172 |      60     5340    37380 |     8179     4258     20 |  0.028 % |
13.58/13.64	c |    196857 |      60     5340    37380 |     8996     4308     20 |  0.028 % |
21.28/21.35	c |    295386 |      60     5340    37380 |     9896     8117     19 |  0.028 % |
33.48/33.59	c |    443177 |      60     5340    37380 |    10886     7107     20 |  0.028 % |
52.97/53.04	c |    664860 |      60     5340    37380 |    11974    10581     19 |  0.028 % |
83.97/84.07	c |    997385 |      60     5340    37380 |    13172     7171     19 |  0.028 % |
133.54/133.66	c |   1496173 |      60     5340    37380 |    14489    11137     18 |  0.028 % |
213.81/213.90	c |   2244356 |      60     5340    37380 |    15938    11967     19 |  0.028 % |
343.87/344.05	c |   3366630 |      60     5340    37380 |    17532     9063     19 |  0.028 % |
557.30/557.52	c |   5050041 |      60     5340    37380 |    19285    16007     20 |  0.028 % |
901.58/901.98	c |   7575158 |      60     5340    37380 |    21214    12016     20 |  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-1515832-1238259888/watcher-1515832-1238259888 -o /tmp/evaluation-result-1515832-1238259888/solver-1515832-1238259888 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1986260380 HOME/instance-1515832-1238259888.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.97 3/72 28607
/proc/meminfo: memFree=1144824/2055920 swapFree=4175896/4192956
[pid=28607] ppid=28605 vsize=2676 CPUtime=0
/proc/28607/stat : 28607 (varsat-industri) R 28605 28607 28246 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 1098650060 2740224 273 1992294400 4194304 5102648 548682068784 18446744073709551615 4198261 0 0 4096 3 0 0 0 17 1 0 0
/proc/28607/statm: 669 273 87 221 0 445 0

[startup+0.02114 s]
/proc/loadavg: 0.99 0.97 0.97 3/72 28607
/proc/meminfo: memFree=1144824/2055920 swapFree=4175896/4192956
[pid=28607] ppid=28605 vsize=3368 CPUtime=0.01
/proc/28607/stat : 28607 (varsat-industri) R 28605 28607 28246 0 -1 4194304 493 0 0 0 1 0 0 0 18 0 1 0 1098650060 3448832 478 1992294400 4194304 5102648 548682068784 18446744073709551615 4273013 0 0 4096 3 0 0 0 17 1 0 0
/proc/28607/statm: 842 478 98 221 0 618 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3368

[startup+0.101155 s]
/proc/loadavg: 0.99 0.97 0.97 3/72 28607
/proc/meminfo: memFree=1144824/2055920 swapFree=4175896/4192956
[pid=28607] ppid=28605 vsize=3548 CPUtime=0.09
/proc/28607/stat : 28607 (varsat-industri) R 28605 28607 28246 0 -1 4194304 515 0 0 0 9 0 0 0 18 0 1 0 1098650060 3633152 500 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/28607/statm: 887 500 98 221 0 663 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3548

[startup+0.301195 s]
/proc/loadavg: 0.99 0.97 0.97 3/72 28607
/proc/meminfo: memFree=1144824/2055920 swapFree=4175896/4192956
[pid=28607] ppid=28605 vsize=3484 CPUtime=0.29
/proc/28607/stat : 28607 (varsat-industri) R 28605 28607 28246 0 -1 4194304 528 0 0 0 29 0 0 0 19 0 1 0 1098650060 3567616 513 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/28607/statm: 871 513 110 221 0 647 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3484

[startup+0.701274 s]
/proc/loadavg: 0.99 0.97 0.97 3/72 28607
/proc/meminfo: memFree=1144824/2055920 swapFree=4175896/4192956
[pid=28607] ppid=28605 vsize=3616 CPUtime=0.69
/proc/28607/stat : 28607 (varsat-industri) R 28605 28607 28246 0 -1 4194304 565 0 0 0 69 0 0 0 22 0 1 0 1098650060 3702784 550 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/28607/statm: 904 550 110 221 0 680 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3616

[startup+1.50143 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28608
/proc/meminfo: memFree=1142768/2055920 swapFree=4175896/4192956
[pid=28607] ppid=28605 vsize=4016 CPUtime=1.49
/proc/28607/stat : 28607 (varsat-industri) R 28605 28607 28246 0 -1 4194304 647 0 0 0 149 0 0 0 25 0 1 0 1098650060 4112384 632 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/28607/statm: 1004 632 110 221 0 780 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4016

[startup+3.10175 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28608
/proc/meminfo: memFree=1142320/2055920 swapFree=4175896/4192956
[pid=28607] ppid=28605 vsize=4340 CPUtime=3.09
/proc/28607/stat : 28607 (varsat-industri) R 28605 28607 28246 0 -1 4194304 739 0 0 0 309 0 0 0 25 0 1 0 1098650060 4444160 724 1992294400 4194304 5102648 548682068784 18446744073709551615 4249840 0 0 4096 3 0 0 0 17 1 0 0
/proc/28607/statm: 1085 724 110 221 0 861 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4340

[startup+6.30138 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28608
/proc/meminfo: memFree=1141744/2055920 swapFree=4175896/4192956
[pid=28607] ppid=28605 vsize=4768 CPUtime=6.29
/proc/28607/stat : 28607 (varsat-industri) R 28605 28607 28246 0 -1 4194304 850 0 0 0 629 0 0 0 25 0 1 0 1098650060 4882432 835 1992294400 4194304 5102648 548682068784 18446744073709551615 4249967 0 0 4096 3 0 0 0 17 1 0 0
/proc/28607/statm: 1192 835 110 221 0 968 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4768

[startup+12.7016 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28608
/proc/meminfo: memFree=1141112/2055920 swapFree=4175896/4192956
[pid=28607] ppid=28605 vsize=5408 CPUtime=12.69
/proc/28607/stat : 28607 (varsat-industri) R 28605 28607 28246 0 -1 4194304 972 0 0 0 1269 0 0 0 25 0 1 0 1098650060 5537792 957 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28607/statm: 1352 957 110 221 0 1128 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5408

[startup+25.5012 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28608
/proc/meminfo: memFree=1140216/2055920 swapFree=4175896/4192956
[pid=28607] ppid=28605 vsize=6160 CPUtime=25.48
/proc/28607/stat : 28607 (varsat-industri) R 28605 28607 28246 0 -1 4194304 1181 0 0 0 2548 0 0 0 25 0 1 0 1098650060 6307840 1166 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28607/statm: 1540 1166 110 221 0 1316 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6160

[startup+51.1012 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28608
/proc/meminfo: memFree=1139384/2055920 swapFree=4175896/4192956
[pid=28607] ppid=28605 vsize=7172 CPUtime=51.07
/proc/28607/stat : 28607 (varsat-industri) R 28605 28607 28246 0 -1 4194304 1391 0 0 0 5107 0 0 0 25 0 1 0 1098650060 7344128 1376 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/28607/statm: 1793 1376 110 221 0 1569 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 7172

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28608
/proc/meminfo: memFree=1138232/2055920 swapFree=4175896/4192956
[pid=28607] ppid=28605 vsize=8372 CPUtime=102.26
/proc/28607/stat : 28607 (varsat-industri) R 28605 28607 28246 0 -1 4194304 1658 0 0 0 10225 1 0 0 25 0 1 0 1098650060 8572928 1643 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/28607/statm: 2093 1643 110 221 0 1869 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 8372

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28608
/proc/meminfo: memFree=1137656/2055920 swapFree=4175896/4192956
[pid=28607] ppid=28605 vsize=8940 CPUtime=162.23
/proc/28607/stat : 28607 (varsat-industri) R 28605 28607 28246 0 -1 4194304 1804 0 0 0 16222 1 0 0 25 0 1 0 1098650060 9154560 1789 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/28607/statm: 2235 1789 110 221 0 2011 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 8940

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28608
/proc/meminfo: memFree=1137208/2055920 swapFree=4175896/4192956
[pid=28607] ppid=28605 vsize=9352 CPUtime=222.22
/proc/28607/stat : 28607 (varsat-industri) R 28605 28607 28246 0 -1 4194304 1919 0 0 0 22220 2 0 0 25 0 1 0 1098650060 9576448 1904 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28607/statm: 2338 1904 110 221 0 2114 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 9352

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28608
/proc/meminfo: memFree=1136760/2055920 swapFree=4175896/4192956
[pid=28607] ppid=28605 vsize=9920 CPUtime=282.19
/proc/28607/stat : 28607 (varsat-industri) R 28605 28607 28246 0 -1 4194304 2046 0 0 0 28217 2 0 0 25 0 1 0 1098650060 10158080 2031 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/28607/statm: 2480 2031 110 221 0 2256 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 9920

[startup+342.303 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28608
/proc/meminfo: memFree=1136376/2055920 swapFree=4175896/4192956
[pid=28607] ppid=28605 vsize=10300 CPUtime=342.17
/proc/28607/stat : 28607 (varsat-industri) R 28605 28607 28246 0 -1 4194304 2127 0 0 0 34215 2 0 0 25 0 1 0 1098650060 10547200 2112 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28607/statm: 2575 2112 110 221 0 2351 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 10300

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28608
/proc/meminfo: memFree=1135736/2055920 swapFree=4175896/4192956
[pid=28607] ppid=28605 vsize=11248 CPUtime=402.15
/proc/28607/stat : 28607 (varsat-industri) R 28605 28607 28246 0 -1 4194304 2299 0 0 0 40213 2 0 0 25 0 1 0 1098650060 11517952 2284 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28607/statm: 2812 2284 110 221 0 2588 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 11248

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28608
/proc/meminfo: memFree=1135480/2055920 swapFree=4175896/4192956
[pid=28607] ppid=28605 vsize=11436 CPUtime=462.13
/proc/28607/stat : 28607 (varsat-industri) R 28605 28607 28246 0 -1 4194304 2364 0 0 0 46211 2 0 0 25 0 1 0 1098650060 11710464 2349 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28607/statm: 2859 2349 110 221 0 2635 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 11436

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28608
/proc/meminfo: memFree=1135288/2055920 swapFree=4175896/4192956
[pid=28607] ppid=28605 vsize=11628 CPUtime=522.1
/proc/28607/stat : 28607 (varsat-industri) R 28605 28607 28246 0 -1 4194304 2406 0 0 0 52208 2 0 0 25 0 1 0 1098650060 11907072 2391 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28607/statm: 2907 2391 110 221 0 2683 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 11628

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28608
/proc/meminfo: memFree=1134968/2055920 swapFree=4175896/4192956
[pid=28607] ppid=28605 vsize=12080 CPUtime=582.09
/proc/28607/stat : 28607 (varsat-industri) R 28605 28607 28246 0 -1 4194304 2490 0 0 0 58206 3 0 0 25 0 1 0 1098650060 12369920 2475 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28607/statm: 3020 2475 110 221 0 2796 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 12080

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28608
/proc/meminfo: memFree=1134712/2055920 swapFree=4175896/4192956
[pid=28607] ppid=28605 vsize=12268 CPUtime=642.07
/proc/28607/stat : 28607 (varsat-industri) R 28605 28607 28246 0 -1 4194304 2539 0 0 0 64204 3 0 0 25 0 1 0 1098650060 12562432 2524 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/28607/statm: 3067 2524 110 221 0 2843 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 12268

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28608
/proc/meminfo: memFree=1134648/2055920 swapFree=4175896/4192956
[pid=28607] ppid=28605 vsize=12456 CPUtime=702.05
/proc/28607/stat : 28607 (varsat-industri) R 28605 28607 28246 0 -1 4194304 2564 0 0 0 70201 4 0 0 25 0 1 0 1098650060 12754944 2549 1992294400 4194304 5102648 548682068784 18446744073709551615 4225406 0 0 4096 3 0 0 0 17 1 0 0
/proc/28607/statm: 3114 2549 110 221 0 2890 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 12456

[startup+762.307 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28608
/proc/meminfo: memFree=1134392/2055920 swapFree=4175896/4192956
[pid=28607] ppid=28605 vsize=12648 CPUtime=762.03
/proc/28607/stat : 28607 (varsat-industri) R 28605 28607 28246 0 -1 4194304 2616 0 0 0 76199 4 0 0 25 0 1 0 1098650060 12951552 2601 1992294400 4194304 5102648 548682068784 18446744073709551615 4249741 0 0 4096 3 0 0 0 17 1 0 0
/proc/28607/statm: 3162 2601 110 221 0 2938 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 12648

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28608
/proc/meminfo: memFree=1134392/2055920 swapFree=4175896/4192956
[pid=28607] ppid=28605 vsize=12648 CPUtime=822.01
/proc/28607/stat : 28607 (varsat-industri) R 28605 28607 28246 0 -1 4194304 2622 0 0 0 82197 4 0 0 25 0 1 0 1098650060 12951552 2607 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28607/statm: 3162 2607 110 221 0 2938 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 12648

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28608
/proc/meminfo: memFree=1134456/2055920 swapFree=4175896/4192956
[pid=28607] ppid=28605 vsize=12648 CPUtime=881.98
/proc/28607/stat : 28607 (varsat-industri) R 28605 28607 28246 0 -1 4194304 2626 0 0 0 88194 4 0 0 25 0 1 0 1098650060 12951552 2611 1992294400 4194304 5102648 548682068784 18446744073709551615 4262422 0 0 4096 3 0 0 0 17 1 0 0
/proc/28607/statm: 3162 2611 110 221 0 2938 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 12648

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28608
/proc/meminfo: memFree=1134264/2055920 swapFree=4175896/4192956
[pid=28607] ppid=28605 vsize=12648 CPUtime=941.96
/proc/28607/stat : 28607 (varsat-industri) R 28605 28607 28246 0 -1 4194304 2663 0 0 0 94192 4 0 0 25 0 1 0 1098650060 12951552 2648 1992294400 4194304 5102648 548682068784 18446744073709551615 4249932 0 0 4096 3 0 0 0 17 1 0 0
/proc/28607/statm: 3162 2648 110 221 0 2938 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 12648

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28608
/proc/meminfo: memFree=1134072/2055920 swapFree=4175896/4192956
[pid=28607] ppid=28605 vsize=12836 CPUtime=1001.94
/proc/28607/stat : 28607 (varsat-industri) R 28605 28607 28246 0 -1 4194304 2706 0 0 0 100189 5 0 0 25 0 1 0 1098650060 13144064 2691 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28607/statm: 3209 2691 110 221 0 2985 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 12836

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28608
/proc/meminfo: memFree=1134008/2055920 swapFree=4175896/4192956
[pid=28607] ppid=28605 vsize=12836 CPUtime=1061.92
/proc/28607/stat : 28607 (varsat-industri) R 28605 28607 28246 0 -1 4194304 2715 0 0 0 106187 5 0 0 25 0 1 0 1098650060 13144064 2700 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28607/statm: 3209 2700 110 221 0 2985 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 12836

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28608
/proc/meminfo: memFree=1133944/2055920 swapFree=4175896/4192956
[pid=28607] ppid=28605 vsize=12836 CPUtime=1121.9
/proc/28607/stat : 28607 (varsat-industri) R 28605 28607 28246 0 -1 4194304 2721 0 0 0 112185 5 0 0 25 0 1 0 1098650060 13144064 2706 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/28607/statm: 3209 2706 110 221 0 2985 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 12836

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28608
/proc/meminfo: memFree=1133880/2055920 swapFree=4175896/4192956
[pid=28607] ppid=28605 vsize=12836 CPUtime=1181.88
/proc/28607/stat : 28607 (varsat-industri) R 28605 28607 28246 0 -1 4194304 2734 0 0 0 118183 5 0 0 25 0 1 0 1098650060 13144064 2719 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/28607/statm: 3209 2719 110 221 0 2985 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 12836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28608
/proc/meminfo: memFree=1133880/2055920 swapFree=4175896/4192956
[pid=28607] ppid=28605 vsize=12836 CPUtime=1200.07
/proc/28607/stat : 28607 (varsat-industri) R 28605 28607 28246 0 -1 4194304 2734 0 0 0 120002 5 0 0 25 0 1 0 1098650060 13144064 2719 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28607/statm: 3209 2719 110 221 0 2985 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 12836

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.97 2/73 28608
/proc/meminfo: memFree=1133880/2055920 swapFree=4175896/4192956
[pid=28607] ppid=28605 vsize=12836 CPUtime=1200.07
/proc/28607/stat : 28607 (varsat-industri) R 28605 28607 28246 0 -1 4194304 2734 0 0 0 120002 5 0 0 25 0 1 0 1098650060 13144064 2719 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28607/statm: 3209 2719 110 221 0 2985 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 12836

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.09
CPU user time (s): 1200.03
CPU system time (s): 0.05999
CPU usage (%): 99.965
Max. virtual memory (cumulated for all children) (KiB): 12836

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

runsolver used 1.12883 second user time and 3.24951 second system time

The end

Launcher Data

Begin job on node66 at 2009-03-28 18:04:48
IDJOB=1515832
IDBENCH=70462
IDSOLVER=538
FILE ID=node66/1515832-1238259888
PBS_JOBID= 9060770
Free space on /tmp= 66544 MiB

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

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

MD5SUM BENCH= 7e88818ba4d3f0eeeb0b87f01ea89e01
RANDOM SEED=1986260380

node66.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.286
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.286
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:       1145240 kB
Buffers:         88516 kB
Cached:         730084 kB
SwapCached:       8824 kB
Active:         212620 kB
Inactive:       616884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1145240 kB
SwapTotal:     4192956 kB
SwapFree:      4175896 kB
Dirty:            1148 kB
Writeback:           0 kB
Mapped:          16568 kB
Slab:            66408 kB
Committed_AS:  3050344 kB
PageTables:       1976 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= 66544 MiB
End job on node66 at 2009-03-28 18:24:51