Trace number 1515736

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

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/UNKNOWN/60/
unif-k7-r89-v60-c5340-S1559668863-058.cnf
MD5SUMa3f3fd0be9c576316fd52f2f017266f9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark760.148
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:          1995837285.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 |       101 |      60     5340    37380 |     1958      101     22 |  0.028 % |
0.09/0.17	c |       252 |      60     5340    37380 |     2153      252     23 |  0.028 % |
0.19/0.20	c |       479 |      60     5340    37380 |     2369      479     23 |  0.028 % |
0.19/0.23	c |       816 |      60     5340    37380 |     2606      816     22 |  0.028 % |
0.19/0.27	c |      1322 |      60     5340    37380 |     2866     1322     22 |  0.028 % |
0.29/0.33	c |      2081 |      60     5340    37380 |     3153     2081     22 |  0.028 % |
0.39/0.40	c |      3221 |      60     5340    37380 |     3468     1632     21 |  0.028 % |
0.49/0.51	c |      4930 |      60     5340    37380 |     3815     3341     21 |  0.028 % |
0.59/0.68	c |      7494 |      60     5340    37380 |     4197     2066     20 |  0.028 % |
0.89/0.91	c |     11339 |      60     5340    37380 |     4616     3798     21 |  0.028 % |
1.19/1.27	c |     17105 |      60     5340    37380 |     5078     2603     21 |  0.028 % |
1.79/1.81	c |     25755 |      60     5340    37380 |     5586     3599     20 |  0.028 % |
2.59/2.64	c |     38729 |      60     5340    37380 |     6145     5350     19 |  0.028 % |
3.89/3.92	c |     58190 |      60     5340    37380 |     6759     3219     19 |  0.028 % |
5.78/5.88	c |     87383 |      60     5340    37380 |     7435     5269     20 |  0.028 % |
8.88/8.94	c |    131172 |      60     5340    37380 |     8179     4296     20 |  0.028 % |
13.68/13.73	c |    196857 |      60     5340    37380 |     8996     4346     19 |  0.028 % |
21.18/21.22	c |    295386 |      60     5340    37380 |     9896     8162     20 |  0.028 % |
32.98/33.09	c |    443175 |      60     5340    37380 |    10886     7157     19 |  0.028 % |
51.67/51.78	c |    664859 |      60     5340    37380 |    11974    10673     18 |  0.028 % |
81.76/81.86	c |    997384 |      60     5340    37380 |    13172     7270     20 |  0.028 % |
130.15/130.27	c |   1496173 |      60     5340    37380 |    14489    11274     19 |  0.028 % |
208.32/208.45	c |   2244355 |      60     5340    37380 |    15938    12113     19 |  0.028 % |
334.08/334.26	c |   3366629 |      60     5340    37380 |    17532     9192     20 |  0.028 % |
539.51/539.77	c |   5050041 |      60     5340    37380 |    19285    16195     19 |  0.028 % |
879.80/880.12	c |   7575157 |      60     5340    37380 |    21214    12109     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-1515736-1238258345/watcher-1515736-1238258345 -o /tmp/evaluation-result-1515736-1238258345/solver-1515736-1238258345 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1995837285 HOME/instance-1515736-1238258345.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.92 1.00 0.99 3/64 3363
/proc/meminfo: memFree=825024/2055920 swapFree=4174204/4192956
[pid=3363] ppid=3361 vsize=2544 CPUtime=0
/proc/3363/stat : 3363 (varsat-industri) R 3361 3363 3088 0 -1 4194304 276 0 0 0 0 0 0 0 18 0 1 0 1098500177 2605056 261 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/3363/statm: 636 263 87 221 0 412 0

[startup+0.0476291 s]
/proc/loadavg: 0.92 1.00 0.99 3/64 3363
/proc/meminfo: memFree=825024/2055920 swapFree=4174204/4192956
[pid=3363] ppid=3361 vsize=3356 CPUtime=0.04
/proc/3363/stat : 3363 (varsat-industri) R 3361 3363 3088 0 -1 4194304 488 0 0 0 4 0 0 0 18 0 1 0 1098500177 3436544 473 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/3363/statm: 839 473 98 221 0 615 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3356

[startup+0.101636 s]
/proc/loadavg: 0.92 1.00 0.99 3/64 3363
/proc/meminfo: memFree=825024/2055920 swapFree=4174204/4192956
[pid=3363] ppid=3361 vsize=3524 CPUtime=0.09
/proc/3363/stat : 3363 (varsat-industri) R 3361 3363 3088 0 -1 4194304 509 0 0 0 9 0 0 0 18 0 1 0 1098500177 3608576 494 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/3363/statm: 881 494 98 221 0 657 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3524

[startup+0.301665 s]
/proc/loadavg: 0.92 1.00 0.99 3/64 3363
/proc/meminfo: memFree=825024/2055920 swapFree=4174204/4192956
[pid=3363] ppid=3361 vsize=3464 CPUtime=0.29
/proc/3363/stat : 3363 (varsat-industri) R 3361 3363 3088 0 -1 4194304 522 0 0 0 29 0 0 0 19 0 1 0 1098500177 3547136 507 1992294400 4194304 5102648 548682068784 18446744073709551615 4255922 0 0 4096 3 0 0 0 17 1 0 0
/proc/3363/statm: 866 507 110 221 0 642 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3464

[startup+0.701723 s]
/proc/loadavg: 0.92 1.00 0.99 3/64 3363
/proc/meminfo: memFree=825024/2055920 swapFree=4174204/4192956
[pid=3363] ppid=3361 vsize=3596 CPUtime=0.69
/proc/3363/stat : 3363 (varsat-industri) R 3361 3363 3088 0 -1 4194304 562 0 0 0 69 0 0 0 22 0 1 0 1098500177 3682304 547 1992294400 4194304 5102648 548682068784 18446744073709551615 4215244 0 0 4096 3 0 0 0 17 1 0 0
/proc/3363/statm: 899 547 110 221 0 675 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3596

[startup+1.50184 s]
/proc/loadavg: 0.92 1.00 0.99 2/65 3364
/proc/meminfo: memFree=823032/2055920 swapFree=4174204/4192956
[pid=3363] ppid=3361 vsize=3996 CPUtime=1.49
/proc/3363/stat : 3363 (varsat-industri) R 3361 3363 3088 0 -1 4194304 660 0 0 0 149 0 0 0 25 0 1 0 1098500177 4091904 645 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/3363/statm: 999 645 110 221 0 775 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3996

[startup+3.10107 s]
/proc/loadavg: 0.92 1.00 0.99 2/65 3364
/proc/meminfo: memFree=822520/2055920 swapFree=4174204/4192956
[pid=3363] ppid=3361 vsize=4428 CPUtime=3.09
/proc/3363/stat : 3363 (varsat-industri) R 3361 3363 3088 0 -1 4194304 743 0 0 0 309 0 0 0 25 0 1 0 1098500177 4534272 728 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/3363/statm: 1107 728 110 221 0 883 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4428

[startup+6.30253 s]
/proc/loadavg: 0.93 1.00 0.99 2/65 3364
/proc/meminfo: memFree=822072/2055920 swapFree=4174204/4192956
[pid=3363] ppid=3361 vsize=4824 CPUtime=6.28
/proc/3363/stat : 3363 (varsat-industri) R 3361 3363 3088 0 -1 4194304 853 0 0 0 628 0 0 0 25 0 1 0 1098500177 4939776 838 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/3363/statm: 1206 838 110 221 0 982 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 4824

[startup+12.7015 s]
/proc/loadavg: 0.94 1.00 0.99 2/65 3364
/proc/meminfo: memFree=821240/2055920 swapFree=4174204/4192956
[pid=3363] ppid=3361 vsize=5504 CPUtime=12.68
/proc/3363/stat : 3363 (varsat-industri) R 3361 3363 3088 0 -1 4194304 1005 0 0 0 1268 0 0 0 25 0 1 0 1098500177 5636096 990 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/3363/statm: 1376 990 110 221 0 1152 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 5504

[startup+25.5013 s]
/proc/loadavg: 0.95 1.00 0.99 2/65 3364
/proc/meminfo: memFree=820600/2055920 swapFree=4174204/4192956
[pid=3363] ppid=3361 vsize=6112 CPUtime=25.48
/proc/3363/stat : 3363 (varsat-industri) R 3361 3363 3088 0 -1 4194304 1160 0 0 0 2547 1 0 0 25 0 1 0 1098500177 6258688 1145 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/3363/statm: 1528 1145 110 221 0 1304 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6112

[startup+51.102 s]
/proc/loadavg: 0.97 1.00 0.99 2/65 3364
/proc/meminfo: memFree=819832/2055920 swapFree=4174204/4192956
[pid=3363] ppid=3361 vsize=6976 CPUtime=51.07
/proc/3363/stat : 3363 (varsat-industri) R 3361 3363 3088 0 -1 4194304 1351 0 0 0 5106 1 0 0 25 0 1 0 1098500177 7143424 1336 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/3363/statm: 1744 1336 110 221 0 1520 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 6976

[startup+102.305 s]
/proc/loadavg: 0.98 1.00 0.99 2/65 3364
/proc/meminfo: memFree=818552/2055920 swapFree=4174204/4192956
[pid=3363] ppid=3361 vsize=8344 CPUtime=102.26
/proc/3363/stat : 3363 (varsat-industri) R 3361 3363 3088 0 -1 4194304 1653 0 0 0 10224 2 0 0 25 0 1 0 1098500177 8544256 1638 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/3363/statm: 2086 1638 110 221 0 1862 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 8344

[startup+162.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 3364
/proc/meminfo: memFree=817912/2055920 swapFree=4174204/4192956
[pid=3363] ppid=3361 vsize=9072 CPUtime=162.24
/proc/3363/stat : 3363 (varsat-industri) R 3361 3363 3088 0 -1 4194304 1821 0 0 0 16222 2 0 0 25 0 1 0 1098500177 9289728 1806 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/3363/statm: 2268 1806 110 221 0 2044 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 9072

[startup+222.302 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 3364
/proc/meminfo: memFree=817528/2055920 swapFree=4174204/4192956
[pid=3363] ppid=3361 vsize=9420 CPUtime=222.22
/proc/3363/stat : 3363 (varsat-industri) R 3361 3363 3088 0 -1 4194304 1914 0 0 0 22220 2 0 0 25 0 1 0 1098500177 9646080 1899 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/3363/statm: 2355 1899 110 221 0 2131 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 9420

[startup+282.302 s]
/proc/loadavg: 1.09 1.03 1.00 2/65 3364
/proc/meminfo: memFree=817080/2055920 swapFree=4174204/4192956
[pid=3363] ppid=3361 vsize=9768 CPUtime=282.19
/proc/3363/stat : 3363 (varsat-industri) R 3361 3363 3088 0 -1 4194304 2020 0 0 0 28217 2 0 0 25 0 1 0 1098500177 10002432 2005 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/3363/statm: 2442 2005 110 221 0 2218 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 9768

[startup+342.301 s]
/proc/loadavg: 1.03 1.02 1.00 2/65 3364
/proc/meminfo: memFree=816760/2055920 swapFree=4174204/4192956
[pid=3363] ppid=3361 vsize=10148 CPUtime=342.18
/proc/3363/stat : 3363 (varsat-industri) R 3361 3363 3088 0 -1 4194304 2093 0 0 0 34215 3 0 0 25 0 1 0 1098500177 10391552 2078 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/3363/statm: 2537 2078 110 221 0 2313 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 10148

[startup+402.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 3364
/proc/meminfo: memFree=816056/2055920 swapFree=4174204/4192956
[pid=3363] ppid=3361 vsize=10908 CPUtime=402.16
/proc/3363/stat : 3363 (varsat-industri) R 3361 3363 3088 0 -1 4194304 2266 0 0 0 40213 3 0 0 25 0 1 0 1098500177 11169792 2251 1992294400 4194304 5102648 548682068784 18446744073709551615 4249840 0 0 4096 3 0 0 0 17 1 0 0
/proc/3363/statm: 2727 2251 110 221 0 2503 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 10908

[startup+462.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 3364
/proc/meminfo: memFree=815864/2055920 swapFree=4174204/4192956
[pid=3363] ppid=3361 vsize=11284 CPUtime=462.14
/proc/3363/stat : 3363 (varsat-industri) R 3361 3363 3088 0 -1 4194304 2328 0 0 0 46211 3 0 0 25 0 1 0 1098500177 11554816 2313 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/3363/statm: 2821 2313 110 221 0 2597 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 11284

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3364
/proc/meminfo: memFree=815544/2055920 swapFree=4174204/4192956
[pid=3363] ppid=3361 vsize=11664 CPUtime=522.12
/proc/3363/stat : 3363 (varsat-industri) R 3361 3363 3088 0 -1 4194304 2411 0 0 0 52209 3 0 0 25 0 1 0 1098500177 11943936 2396 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/3363/statm: 2916 2396 110 221 0 2692 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 11664

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3364
/proc/meminfo: memFree=815224/2055920 swapFree=4174204/4192956
[pid=3363] ppid=3361 vsize=11928 CPUtime=582.1
/proc/3363/stat : 3363 (varsat-industri) R 3361 3363 3088 0 -1 4194304 2463 0 0 0 58206 4 0 0 25 0 1 0 1098500177 12214272 2448 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/3363/statm: 2982 2448 110 221 0 2758 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 11928

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3364
/proc/meminfo: memFree=815224/2055920 swapFree=4174204/4192956
[pid=3363] ppid=3361 vsize=11928 CPUtime=642.09
/proc/3363/stat : 3363 (varsat-industri) R 3361 3363 3088 0 -1 4194304 2473 0 0 0 64205 4 0 0 25 0 1 0 1098500177 12214272 2458 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/3363/statm: 2982 2458 110 221 0 2758 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 11928

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3364
/proc/meminfo: memFree=814840/2055920 swapFree=4174204/4192956
[pid=3363] ppid=3361 vsize=12304 CPUtime=702.06
/proc/3363/stat : 3363 (varsat-industri) R 3361 3363 3088 0 -1 4194304 2563 0 0 0 70202 4 0 0 25 0 1 0 1098500177 12599296 2548 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/3363/statm: 3076 2548 110 221 0 2852 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 12304

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3364
/proc/meminfo: memFree=814776/2055920 swapFree=4174204/4192956
[pid=3363] ppid=3361 vsize=12304 CPUtime=762.05
/proc/3363/stat : 3363 (varsat-industri) R 3361 3363 3088 0 -1 4194304 2572 0 0 0 76201 4 0 0 25 0 1 0 1098500177 12599296 2557 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/3363/statm: 3076 2557 110 221 0 2852 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 12304

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3364
/proc/meminfo: memFree=814712/2055920 swapFree=4174204/4192956
[pid=3363] ppid=3361 vsize=12304 CPUtime=822.02
/proc/3363/stat : 3363 (varsat-industri) R 3361 3363 3088 0 -1 4194304 2575 0 0 0 82198 4 0 0 25 0 1 0 1098500177 12599296 2560 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/3363/statm: 3076 2560 110 221 0 2852 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 12304

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3364
/proc/meminfo: memFree=814776/2055920 swapFree=4174204/4192956
[pid=3363] ppid=3361 vsize=12304 CPUtime=882
/proc/3363/stat : 3363 (varsat-industri) R 3361 3363 3088 0 -1 4194304 2581 0 0 0 88196 4 0 0 25 0 1 0 1098500177 12599296 2566 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/3363/statm: 3076 2566 110 221 0 2852 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 12304

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3364
/proc/meminfo: memFree=814584/2055920 swapFree=4174204/4192956
[pid=3363] ppid=3361 vsize=12304 CPUtime=941.99
/proc/3363/stat : 3363 (varsat-industri) R 3361 3363 3088 0 -1 4194304 2613 0 0 0 94194 5 0 0 25 0 1 0 1098500177 12599296 2598 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/3363/statm: 3076 2598 110 221 0 2852 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 12304

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3364
/proc/meminfo: memFree=814456/2055920 swapFree=4174204/4192956
[pid=3363] ppid=3361 vsize=12448 CPUtime=1001.97
/proc/3363/stat : 3363 (varsat-industri) R 3361 3363 3088 0 -1 4194304 2657 0 0 0 100192 5 0 0 25 0 1 0 1098500177 12746752 2642 1992294400 4194304 5102648 548682068784 18446744073709551615 4249776 0 0 4096 3 0 0 0 17 1 0 0
/proc/3363/statm: 3112 2642 110 221 0 2888 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 12448

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3364
/proc/meminfo: memFree=814200/2055920 swapFree=4174204/4192956
[pid=3363] ppid=3361 vsize=12640 CPUtime=1061.95
/proc/3363/stat : 3363 (varsat-industri) R 3361 3363 3088 0 -1 4194304 2710 0 0 0 106190 5 0 0 25 0 1 0 1098500177 12943360 2695 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/3363/statm: 3160 2695 110 221 0 2936 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 12640

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3364
/proc/meminfo: memFree=814136/2055920 swapFree=4174204/4192956
[pid=3363] ppid=3361 vsize=12828 CPUtime=1121.93
/proc/3363/stat : 3363 (varsat-industri) R 3361 3363 3088 0 -1 4194304 2732 0 0 0 112188 5 0 0 25 0 1 0 1098500177 13135872 2717 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/3363/statm: 3207 2717 110 221 0 2983 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 12828

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3364
/proc/meminfo: memFree=814008/2055920 swapFree=4174204/4192956
[pid=3363] ppid=3361 vsize=12828 CPUtime=1181.91
/proc/3363/stat : 3363 (varsat-industri) R 3361 3363 3088 0 -1 4194304 2757 0 0 0 118186 5 0 0 25 0 1 0 1098500177 13135872 2742 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/3363/statm: 3207 2742 110 221 0 2983 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 12828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3364
/proc/meminfo: memFree=813944/2055920 swapFree=4174204/4192956
[pid=3363] ppid=3361 vsize=13020 CPUtime=1200
/proc/3363/stat : 3363 (varsat-industri) R 3361 3363 3088 0 -1 4194304 2780 0 0 0 119995 5 0 0 25 0 1 0 1098500177 13332480 2765 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/3363/statm: 3255 2765 110 221 0 3031 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 13020

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.02
CPU user time (s): 1199.96
CPU system time (s): 0.058991
CPU usage (%): 99.9675
Max. virtual memory (cumulated for all children) (KiB): 13020

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

runsolver used 0.965853 second user time and 2.35664 second system time

The end

Launcher Data

Begin job on node22 at 2009-03-28 17:39:05
IDJOB=1515736
IDBENCH=70454
IDSOLVER=538
FILE ID=node22/1515736-1238258345
PBS_JOBID= 9060789
Free space on /tmp= 66328 MiB

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

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

MD5SUM BENCH= a3f3fd0be9c576316fd52f2f017266f9
RANDOM SEED=1995837285

node22.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.279
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.279
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:        825440 kB
Buffers:         99716 kB
Cached:        1020936 kB
SwapCached:      12568 kB
Active:         136388 kB
Inactive:       998460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        825440 kB
SwapTotal:     4192956 kB
SwapFree:      4174204 kB
Dirty:            1144 kB
Writeback:           0 kB
Mapped:          15576 kB
Slab:            81664 kB
Committed_AS:  2881252 kB
PageTables:       1372 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= 66324 MiB
End job on node22 at 2009-03-28 17:59:07