Trace number 1516108

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

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/UNKNOWN/75/
unif-k7-r89-v75-c6675-S2073320038-053.cnf
MD5SUM300c8ae729fc4cfef7dfe1b29765ac92
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.77273
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses6675
Sum of the clauses size46725
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 56675

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  75                                                   |
0.00/0.00	c |  Number of clauses:    6675                                                 |
0.01/0.01	c |  Parsing time:         0.01         s                                       |
0.01/0.01	c |  Timeout:              43200 s
0.01/0.01	c |  Random Seed:          1148502958.000000
0.01/0.01	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.01/0.01	c |  Branching Rule:       default (solution-guided)                            |
0.01/0.01	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.01/0.01	c |                                                                             |
0.09/0.17	c ============================[ Search Statistics ]==============================
0.09/0.17	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.17	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.17	c ===============================================================================
0.09/0.17	c |         0 |      75     6675    46725 |     2225        0    nan |  0.000 % |
0.19/0.20	c |       100 |      75     6675    46725 |     2447      100     27 |  0.018 % |
0.19/0.23	c |       250 |      75     6675    46725 |     2692      250     26 |  0.018 % |
0.19/0.26	c |       476 |      75     6675    46725 |     2961      476     26 |  0.018 % |
0.29/0.30	c |       814 |      75     6675    46725 |     3257      814     26 |  0.018 % |
0.29/0.35	c |      1321 |      75     6675    46725 |     3583     1321     26 |  0.018 % |
0.39/0.41	c |      2081 |      75     6675    46725 |     3941     2081     26 |  0.018 % |
0.49/0.50	c |      3220 |      75     6675    46725 |     4335     3220     25 |  0.018 % |
0.59/0.64	c |      4928 |      75     6675    46725 |     4769     2745     24 |  0.018 % |
0.79/0.83	c |      7491 |      75     6675    46725 |     5246     2909     25 |  0.018 % |
1.10/1.11	c |     11335 |      75     6675    46725 |     5771     4112     25 |  0.018 % |
1.49/1.54	c |     17101 |      75     6675    46725 |     6348     4074     25 |  0.018 % |
2.10/2.19	c |     25751 |      75     6675    46725 |     6983     6343     25 |  0.018 % |
3.09/3.17	c |     38726 |      75     6675    46725 |     7681     5280     25 |  0.018 % |
4.69/4.71	c |     58188 |      75     6675    46725 |     8449     5454     24 |  0.018 % |
6.99/7.05	c |     87380 |      75     6675    46725 |     9294     4960     24 |  0.018 % |
10.79/10.82	c |    131169 |      75     6675    46725 |    10223     6775     24 |  0.018 % |
16.78/16.85	c |    196853 |      75     6675    46725 |    11246     5799     24 |  0.018 % |
26.38/26.42	c |    295379 |      75     6675    46725 |    12370     8460     24 |  0.018 % |
41.69/41.71	c |    443171 |      75     6675    46725 |    13607     7427     25 |  0.018 % |
66.17/66.28	c |    664855 |      75     6675    46725 |    14968    10894     24 |  0.018 % |
105.76/105.86	c |    997380 |      75     6675    46725 |    16465    13408     25 |  0.018 % |
170.65/170.74	c |   1496168 |      75     6675    46725 |    18112     9110     24 |  0.018 % |
275.42/275.50	c |   2244350 |      75     6675    46725 |    19923    13470     24 |  0.018 % |
448.18/448.35	c |   3366624 |      75     6675    46725 |    21915    18421     25 |  0.018 % |
733.20/733.40	c |   5050036 |      75     6675    46725 |    24107    12175     23 |  0.018 % |

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-1516108-1238264525/watcher-1516108-1238264525 -o /tmp/evaluation-result-1516108-1238264525/solver-1516108-1238264525 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1148502958 HOME/instance-1516108-1238264525.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 0.98 0.99 3/76 19018
/proc/meminfo: memFree=1349112/2055920 swapFree=4173544/4192956
[pid=19018] ppid=19016 vsize=2676 CPUtime=0
/proc/19018/stat : 19018 (varsat-industri) R 19016 19018 18642 0 -1 4194304 292 0 0 0 0 0 0 0 18 0 1 0 1099113706 2740224 277 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/19018/statm: 669 279 87 221 0 445 0

[startup+0.0136989 s]
/proc/loadavg: 0.92 0.98 0.99 3/76 19018
/proc/meminfo: memFree=1349112/2055920 swapFree=4173544/4192956
[pid=19018] ppid=19016 vsize=3796 CPUtime=0.01
/proc/19018/stat : 19018 (varsat-industri) R 19016 19018 18642 0 -1 4194304 563 0 0 0 1 0 0 0 18 0 1 0 1099113706 3887104 548 1992294400 4194304 5102648 548682068784 18446744073709551615 4263318 0 0 4096 3 0 0 0 17 1 0 0
/proc/19018/statm: 949 548 87 221 0 725 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3796

[startup+0.102705 s]
/proc/loadavg: 0.92 0.98 0.99 3/76 19018
/proc/meminfo: memFree=1349112/2055920 swapFree=4173544/4192956
[pid=19018] ppid=19016 vsize=3928 CPUtime=0.09
/proc/19018/stat : 19018 (varsat-industri) R 19016 19018 18642 0 -1 4194304 615 0 0 0 9 0 0 0 18 0 1 0 1099113706 4022272 600 1992294400 4194304 5102648 548682068784 18446744073709551615 4272865 0 0 4096 3 0 0 0 17 1 0 0
/proc/19018/statm: 982 600 98 221 0 758 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3928

[startup+0.301721 s]
/proc/loadavg: 0.92 0.98 0.99 3/76 19018
/proc/meminfo: memFree=1349112/2055920 swapFree=4173544/4192956
[pid=19018] ppid=19016 vsize=3832 CPUtime=0.29
/proc/19018/stat : 19018 (varsat-industri) R 19016 19018 18642 0 -1 4194304 627 0 0 0 29 0 0 0 19 0 1 0 1099113706 3923968 611 1992294400 4194304 5102648 548682068784 18446744073709551615 4249977 0 0 4096 3 0 0 0 17 1 0 0
/proc/19018/statm: 958 611 110 221 0 734 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3832

[startup+0.702756 s]
/proc/loadavg: 0.92 0.98 0.99 3/76 19018
/proc/meminfo: memFree=1349112/2055920 swapFree=4173544/4192956
[pid=19018] ppid=19016 vsize=3964 CPUtime=0.69
/proc/19018/stat : 19018 (varsat-industri) R 19016 19018 18642 0 -1 4194304 651 0 0 0 69 0 0 0 22 0 1 0 1099113706 4059136 635 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/19018/statm: 991 635 110 221 0 767 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3964

[startup+1.50182 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 19019
/proc/meminfo: memFree=1346800/2055920 swapFree=4173544/4192956
[pid=19018] ppid=19016 vsize=4500 CPUtime=1.49
/proc/19018/stat : 19018 (varsat-industri) R 19016 19018 18642 0 -1 4194304 765 0 0 0 149 0 0 0 25 0 1 0 1099113706 4608000 749 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/19018/statm: 1125 749 110 221 0 901 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4500

[startup+3.10195 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 19019
/proc/meminfo: memFree=1346160/2055920 swapFree=4173544/4192956
[pid=19018] ppid=19016 vsize=5032 CPUtime=3.09
/proc/19018/stat : 19018 (varsat-industri) R 19016 19018 18642 0 -1 4194304 895 0 0 0 309 0 0 0 25 0 1 0 1099113706 5152768 879 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/19018/statm: 1258 879 110 221 0 1034 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5032

[startup+6.30122 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 19019
/proc/meminfo: memFree=1345264/2055920 swapFree=4173544/4192956
[pid=19018] ppid=19016 vsize=5600 CPUtime=6.29
/proc/19018/stat : 19018 (varsat-industri) R 19016 19018 18642 0 -1 4194304 1035 0 0 0 629 0 0 0 25 0 1 0 1099113706 5734400 1019 1992294400 4194304 5102648 548682068784 18446744073709551615 4250272 0 0 4096 3 0 0 0 17 1 0 0
/proc/19018/statm: 1400 1019 110 221 0 1176 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5600

[startup+12.7018 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 19019
/proc/meminfo: memFree=1344496/2055920 swapFree=4173544/4192956
[pid=19018] ppid=19016 vsize=6304 CPUtime=12.69
/proc/19018/stat : 19018 (varsat-industri) R 19016 19018 18642 0 -1 4194304 1204 0 0 0 1269 0 0 0 25 0 1 0 1099113706 6455296 1188 1992294400 4194304 5102648 548682068784 18446744073709551615 4249932 0 0 4096 3 0 0 0 17 1 0 0
/proc/19018/statm: 1576 1188 110 221 0 1352 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 6304

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.99 2/77 19019
/proc/meminfo: memFree=1343792/2055920 swapFree=4173544/4192956
[pid=19018] ppid=19016 vsize=7052 CPUtime=25.48
/proc/19018/stat : 19018 (varsat-industri) R 19016 19018 18642 0 -1 4194304 1384 0 0 0 2548 0 0 0 25 0 1 0 1099113706 7221248 1368 1992294400 4194304 5102648 548682068784 18446744073709551615 4250272 0 0 4096 3 0 0 0 17 1 0 0
/proc/19018/statm: 1763 1368 110 221 0 1539 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 7052

[startup+51.1019 s]
/proc/loadavg: 1.04 1.00 1.00 2/77 19019
/proc/meminfo: memFree=1342704/2055920 swapFree=4173544/4192956
[pid=19018] ppid=19016 vsize=8208 CPUtime=51.08
/proc/19018/stat : 19018 (varsat-industri) R 19016 19018 18642 0 -1 4194304 1651 0 0 0 5107 1 0 0 25 0 1 0 1099113706 8404992 1635 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/19018/statm: 2052 1635 110 221 0 1828 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 8208

[startup+102.306 s]
/proc/loadavg: 1.02 1.00 1.00 2/77 19019
/proc/meminfo: memFree=1341552/2055920 swapFree=4173544/4192956
[pid=19018] ppid=19016 vsize=9432 CPUtime=102.27
/proc/19018/stat : 19018 (varsat-industri) R 19016 19018 18642 0 -1 4194304 1912 0 0 0 10226 1 0 0 25 0 1 0 1099113706 9658368 1896 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/19018/statm: 2358 1896 110 221 0 2134 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 9432

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19019
/proc/meminfo: memFree=1340528/2055920 swapFree=4173544/4192956
[pid=19018] ppid=19016 vsize=10540 CPUtime=162.25
/proc/19018/stat : 19018 (varsat-industri) R 19016 19018 18642 0 -1 4194304 2178 0 0 0 16223 2 0 0 25 0 1 0 1099113706 10792960 2162 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/19018/statm: 2635 2162 110 221 0 2411 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 10540

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19019
/proc/meminfo: memFree=1339440/2055920 swapFree=4173544/4192956
[pid=19018] ppid=19016 vsize=11488 CPUtime=222.24
/proc/19018/stat : 19018 (varsat-industri) R 19016 19018 18642 0 -1 4194304 2418 0 0 0 22221 3 0 0 25 0 1 0 1099113706 11763712 2402 1992294400 4194304 5102648 548682068784 18446744073709551615 4250288 0 0 4096 3 0 0 0 17 1 0 0
/proc/19018/statm: 2872 2402 110 221 0 2648 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 11488

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19019
/proc/meminfo: memFree=1339184/2055920 swapFree=4173544/4192956
[pid=19018] ppid=19016 vsize=11748 CPUtime=282.22
/proc/19018/stat : 19018 (varsat-industri) R 19016 19018 18642 0 -1 4194304 2474 0 0 0 28219 3 0 0 25 0 1 0 1099113706 12029952 2458 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/19018/statm: 2937 2458 110 221 0 2713 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 11748

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19019
/proc/meminfo: memFree=1338736/2055920 swapFree=4173544/4192956
[pid=19018] ppid=19016 vsize=12316 CPUtime=342.2
/proc/19018/stat : 19018 (varsat-industri) R 19016 19018 18642 0 -1 4194304 2578 0 0 0 34217 3 0 0 25 0 1 0 1099113706 12611584 2562 1992294400 4194304 5102648 548682068784 18446744073709551615 4225745 0 0 4096 3 0 0 0 17 1 0 0
/proc/19018/statm: 3079 2562 110 221 0 2855 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 12316

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19019
/proc/meminfo: memFree=1338160/2055920 swapFree=4173544/4192956
[pid=19018] ppid=19016 vsize=12888 CPUtime=402.19
/proc/19018/stat : 19018 (varsat-industri) R 19016 19018 18642 0 -1 4194304 2727 0 0 0 40215 4 0 0 25 0 1 0 1099113706 13197312 2711 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/19018/statm: 3222 2711 110 221 0 2998 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 12888

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19019
/proc/meminfo: memFree=1337776/2055920 swapFree=4173544/4192956
[pid=19018] ppid=19016 vsize=13264 CPUtime=462.17
/proc/19018/stat : 19018 (varsat-industri) R 19016 19018 18642 0 -1 4194304 2795 0 0 0 46213 4 0 0 25 0 1 0 1099113706 13582336 2779 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/19018/statm: 3316 2779 110 221 0 3092 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 13264

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19019
/proc/meminfo: memFree=1337008/2055920 swapFree=4173544/4192956
[pid=19018] ppid=19016 vsize=14024 CPUtime=522.15
/proc/19018/stat : 19018 (varsat-industri) R 19016 19018 18642 0 -1 4194304 2979 0 0 0 52211 4 0 0 25 0 1 0 1099113706 14360576 2963 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/19018/statm: 3506 2963 110 221 0 3282 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 14024

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19019
/proc/meminfo: memFree=1336304/2055920 swapFree=4173544/4192956
[pid=19018] ppid=19016 vsize=14784 CPUtime=582.14
/proc/19018/stat : 19018 (varsat-industri) R 19016 19018 18642 0 -1 4194304 3145 0 0 0 58210 4 0 0 25 0 1 0 1099113706 15138816 3129 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/19018/statm: 3696 3129 110 221 0 3472 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 14784

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19019
/proc/meminfo: memFree=1336112/2055920 swapFree=4173544/4192956
[pid=19018] ppid=19016 vsize=14972 CPUtime=642.12
/proc/19018/stat : 19018 (varsat-industri) R 19016 19018 18642 0 -1 4194304 3196 0 0 0 64208 4 0 0 25 0 1 0 1099113706 15331328 3180 1992294400 4194304 5102648 548682068784 18446744073709551615 4249750 0 0 4096 3 0 0 0 17 1 0 0
/proc/19018/statm: 3743 3180 110 221 0 3519 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 14972

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19019
/proc/meminfo: memFree=1335856/2055920 swapFree=4173544/4192956
[pid=19018] ppid=19016 vsize=15352 CPUtime=702.11
/proc/19018/stat : 19018 (varsat-industri) R 19016 19018 18642 0 -1 4194304 3255 0 0 0 70206 5 0 0 25 0 1 0 1099113706 15720448 3239 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/19018/statm: 3838 3239 110 221 0 3614 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 15352

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19019
/proc/meminfo: memFree=1335728/2055920 swapFree=4173544/4192956
[pid=19018] ppid=19016 vsize=15352 CPUtime=762.1
/proc/19018/stat : 19018 (varsat-industri) R 19016 19018 18642 0 -1 4194304 3297 0 0 0 76205 5 0 0 25 0 1 0 1099113706 15720448 3281 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/19018/statm: 3838 3281 110 221 0 3614 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 15352

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19019
/proc/meminfo: memFree=1335664/2055920 swapFree=4173544/4192956
[pid=19018] ppid=19016 vsize=15352 CPUtime=822.08
/proc/19018/stat : 19018 (varsat-industri) R 19016 19018 18642 0 -1 4194304 3305 0 0 0 82203 5 0 0 25 0 1 0 1099113706 15720448 3289 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/19018/statm: 3838 3289 110 221 0 3614 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 15352

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19019
/proc/meminfo: memFree=1335600/2055920 swapFree=4173544/4192956
[pid=19018] ppid=19016 vsize=15352 CPUtime=882.06
/proc/19018/stat : 19018 (varsat-industri) R 19016 19018 18642 0 -1 4194304 3319 0 0 0 88201 5 0 0 25 0 1 0 1099113706 15720448 3303 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/19018/statm: 3838 3303 110 221 0 3614 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 15352

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19019
/proc/meminfo: memFree=1335280/2055920 swapFree=4173544/4192956
[pid=19018] ppid=19016 vsize=15640 CPUtime=942.04
/proc/19018/stat : 19018 (varsat-industri) R 19016 19018 18642 0 -1 4194304 3383 0 0 0 94199 5 0 0 25 0 1 0 1099113706 16015360 3367 1992294400 4194304 5102648 548682068784 18446744073709551615 4250281 0 0 4096 3 0 0 0 17 1 0 0
/proc/19018/statm: 3910 3367 110 221 0 3686 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 15640

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19019
/proc/meminfo: memFree=1335088/2055920 swapFree=4173544/4192956
[pid=19018] ppid=19016 vsize=15928 CPUtime=1002.03
/proc/19018/stat : 19018 (varsat-industri) R 19016 19018 18642 0 -1 4194304 3443 0 0 0 100197 6 0 0 25 0 1 0 1099113706 16310272 3427 1992294400 4194304 5102648 548682068784 18446744073709551615 4254938 0 0 4096 3 0 0 0 17 1 0 0
/proc/19018/statm: 3982 3427 110 221 0 3758 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 15928

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19021
/proc/meminfo: memFree=1334704/2055920 swapFree=4173544/4192956
[pid=19018] ppid=19016 vsize=16072 CPUtime=1062.01
/proc/19018/stat : 19018 (varsat-industri) R 19016 19018 18642 0 -1 4194304 3478 0 0 0 106195 6 0 0 25 0 1 0 1099113706 16457728 3462 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/19018/statm: 4018 3462 110 221 0 3794 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 16072

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19021
/proc/meminfo: memFree=1334768/2055920 swapFree=4173544/4192956
[pid=19018] ppid=19016 vsize=16216 CPUtime=1122
/proc/19018/stat : 19018 (varsat-industri) R 19016 19018 18642 0 -1 4194304 3505 0 0 0 112194 6 0 0 25 0 1 0 1099113706 16605184 3489 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/19018/statm: 4054 3489 110 221 0 3830 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 16216

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19021
/proc/meminfo: memFree=1334640/2055920 swapFree=4173544/4192956
[pid=19018] ppid=19016 vsize=16360 CPUtime=1181.98
/proc/19018/stat : 19018 (varsat-industri) R 19016 19018 18642 0 -1 4194304 3537 0 0 0 118192 6 0 0 25 0 1 0 1099113706 16752640 3521 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/19018/statm: 4090 3521 110 221 0 3866 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 16360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19021
/proc/meminfo: memFree=1334640/2055920 swapFree=4173544/4192956
[pid=19018] ppid=19016 vsize=16360 CPUtime=1200.08
/proc/19018/stat : 19018 (varsat-industri) R 19016 19018 18642 0 -1 4194304 3537 0 0 0 120002 6 0 0 25 0 1 0 1099113706 16752640 3521 1992294400 4194304 5102648 548682068784 18446744073709551615 4249956 0 0 4096 3 0 0 0 17 1 0 0
/proc/19018/statm: 4090 3521 110 221 0 3866 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 16360

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.09
CPU user time (s): 1200.02
CPU system time (s): 0.071989
CPU usage (%): 99.9738
Max. virtual memory (cumulated for all children) (KiB): 16360

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

runsolver used 1.01885 second user time and 3.36249 second system time

The end

Launcher Data

Begin job on node65 at 2009-03-28 19:22:05
IDJOB=1516108
IDBENCH=70485
IDSOLVER=538
FILE ID=node65/1516108-1238264525
PBS_JOBID= 9060744
Free space on /tmp= 66268 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/UNKNOWN/75/unif-k7-r89-v75-c6675-S2073320038-053.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1516108-1238264525/watcher-1516108-1238264525 -o /tmp/evaluation-result-1516108-1238264525/solver-1516108-1238264525 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=1148502958 HOME/instance-1516108-1238264525.cnf

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

MD5SUM BENCH= 300c8ae729fc4cfef7dfe1b29765ac92
RANDOM SEED=1148502958

node65.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.231
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.231
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:       1349592 kB
Buffers:         77240 kB
Cached:         533028 kB
SwapCached:      10232 kB
Active:         114724 kB
Inactive:       507328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1349592 kB
SwapTotal:     4192956 kB
SwapFree:      4173544 kB
Dirty:            1180 kB
Writeback:           0 kB
Mapped:          16948 kB
Slab:            69012 kB
Committed_AS:  3271840 kB
PageTables:       2316 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= 66268 MiB
End job on node65 at 2009-03-28 19:42:08