Trace number 1516540

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/SATISFIABLE/65/
unif-k7-r89-v65-c5785-S1223878722-065.cnf
MD5SUMba952995d391e0bb1228846b7000ce02
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.331949
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of clauses5785
Sum of the clauses size40495
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 55785

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  65                                                   |
0.00/0.00	c |  Number of clauses:    5785                                                 |
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:          430797735.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.14	c ============================[ Search Statistics ]==============================
0.09/0.14	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.14	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.14	c ===============================================================================
0.09/0.14	c |         0 |      65     5785    40495 |     1928        0    nan |  0.000 % |
0.09/0.17	c |       101 |      65     5785    40495 |     2121      101     22 |  0.024 % |
0.09/0.19	c |       251 |      65     5785    40495 |     2333      251     23 |  0.024 % |
0.19/0.22	c |       476 |      65     5785    40495 |     2566      476     23 |  0.024 % |
0.19/0.25	c |       813 |      65     5785    40495 |     2823      813     23 |  0.024 % |
0.19/0.30	c |      1321 |      65     5785    40495 |     3105     1321     23 |  0.024 % |
0.29/0.35	c |      2081 |      65     5785    40495 |     3416     2081     23 |  0.024 % |
0.39/0.44	c |      3220 |      65     5785    40495 |     3757     3220     23 |  0.024 % |
0.49/0.55	c |      4928 |      65     5785    40495 |     4133     3033     23 |  0.024 % |
0.69/0.72	c |      7492 |      65     5785    40495 |     4546     3518     23 |  0.024 % |
0.89/0.99	c |     11336 |      65     5785    40495 |     5001     2785     22 |  0.024 % |
1.29/1.35	c |     17106 |      65     5785    40495 |     5501     3525     23 |  0.024 % |
1.89/1.92	c |     25757 |      65     5785    40495 |     6051     3882     22 |  0.024 % |
2.79/2.81	c |     38731 |      65     5785    40495 |     6657     4695     22 |  0.024 % |
4.09/4.17	c |     58193 |      65     5785    40495 |     7322     4102     21 |  0.024 % |
6.19/6.26	c |     87386 |      65     5785    40495 |     8055     3893     22 |  0.024 % |
9.49/9.50	c |    131176 |      65     5785    40495 |     8860     7267     22 |  0.024 % |
14.58/14.66	c |    196860 |      65     5785    40495 |     9746     6296     22 |  0.024 % |
22.78/22.88	c |    295389 |      65     5785    40495 |    10721     7096     22 |  0.024 % |
35.78/35.85	c |    443179 |      65     5785    40495 |    11793     9792     21 |  0.024 % |
56.38/56.40	c |    664863 |      65     5785    40495 |    12972     6915     21 |  0.024 % |
89.46/89.52	c |    997388 |      65     5785    40495 |    14270     8004     21 |  0.024 % |
142.34/142.41	c |   1496176 |      65     5785    40495 |    15697    13601     21 |  0.024 % |
229.22/229.37	c |   2244359 |      65     5785    40495 |    17266    14995     21 |  0.024 % |
371.37/371.58	c |   3366633 |      65     5785    40495 |    18993    13383     21 |  0.024 % |
600.50/600.77	c |   5050044 |      65     5785    40495 |    20892    13779     21 |  0.024 % |
977.88/978.25	c |   7575163 |      65     5785    40495 |    22982    18601     19 |  0.024 % |

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-1516540-1238271126/watcher-1516540-1238271126 -o /tmp/evaluation-result-1516540-1238271126/solver-1516540-1238271126 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=430797735 HOME/instance-1516540-1238271126.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.00 1.00 1.00 3/64 12762
/proc/meminfo: memFree=1910304/2055920 swapFree=4178496/4192956
[pid=12762] ppid=12760 vsize=2544 CPUtime=0
/proc/12762/stat : 12762 (varsat-industri) R 12760 12762 12631 0 -1 4194304 265 0 0 0 0 0 0 0 18 0 1 0 1099779900 2605056 250 1992294400 4194304 5102648 548682068800 18446744073709551615 4263318 0 0 4096 3 0 0 0 17 1 0 0
/proc/12762/statm: 636 250 87 221 0 412 0

[startup+0.00886793 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12762
/proc/meminfo: memFree=1910304/2055920 swapFree=4178496/4192956
[pid=12762] ppid=12760 vsize=3088 CPUtime=0
/proc/12762/stat : 12762 (varsat-industri) R 12760 12762 12631 0 -1 4194304 401 0 0 0 0 0 0 0 18 0 1 0 1099779900 3162112 386 1992294400 4194304 5102648 548682068800 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/12762/statm: 772 389 87 221 0 548 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 3088

[startup+0.102882 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12762
/proc/meminfo: memFree=1910304/2055920 swapFree=4178496/4192956
[pid=12762] ppid=12760 vsize=3640 CPUtime=0.09
/proc/12762/stat : 12762 (varsat-industri) R 12760 12762 12631 0 -1 4194304 538 0 0 0 9 0 0 0 18 0 1 0 1099779900 3727360 523 1992294400 4194304 5102648 548682068800 18446744073709551615 4272856 0 0 4096 3 0 0 0 17 1 0 0
/proc/12762/statm: 910 523 98 221 0 686 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3640

[startup+0.302914 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12762
/proc/meminfo: memFree=1910304/2055920 swapFree=4178496/4192956
[pid=12762] ppid=12760 vsize=3580 CPUtime=0.29
/proc/12762/stat : 12762 (varsat-industri) R 12760 12762 12631 0 -1 4194304 551 0 0 0 29 0 0 0 19 0 1 0 1099779900 3665920 536 1992294400 4194304 5102648 548682068800 18446744073709551615 4214159 0 0 4096 3 0 0 0 17 1 0 0
/proc/12762/statm: 895 536 110 221 0 671 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3580

[startup+0.701978 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12762
/proc/meminfo: memFree=1910304/2055920 swapFree=4178496/4192956
[pid=12762] ppid=12760 vsize=3844 CPUtime=0.69
/proc/12762/stat : 12762 (varsat-industri) R 12760 12762 12631 0 -1 4194304 601 0 0 0 69 0 0 0 22 0 1 0 1099779900 3936256 586 1992294400 4194304 5102648 548682068800 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/12762/statm: 961 586 110 221 0 737 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3844

[startup+1.50111 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12763
/proc/meminfo: memFree=1908184/2055920 swapFree=4178496/4192956
[pid=12762] ppid=12760 vsize=4240 CPUtime=1.49
/proc/12762/stat : 12762 (varsat-industri) R 12760 12762 12631 0 -1 4194304 703 0 0 0 149 0 0 0 25 0 1 0 1099779900 4341760 688 1992294400 4194304 5102648 548682068800 18446744073709551615 4227467 0 0 4096 3 0 0 0 17 1 0 0
/proc/12762/statm: 1060 688 110 221 0 836 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4240

[startup+3.10137 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12763
/proc/meminfo: memFree=1907672/2055920 swapFree=4178496/4192956
[pid=12762] ppid=12760 vsize=4644 CPUtime=3.09
/proc/12762/stat : 12762 (varsat-industri) R 12760 12762 12631 0 -1 4194304 803 0 0 0 309 0 0 0 25 0 1 0 1099779900 4755456 788 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12762/statm: 1161 788 110 221 0 937 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4644

[startup+6.30189 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12763
/proc/meminfo: memFree=1906968/2055920 swapFree=4178496/4192956
[pid=12762] ppid=12760 vsize=5196 CPUtime=6.29
/proc/12762/stat : 12762 (varsat-industri) R 12760 12762 12631 0 -1 4194304 927 0 0 0 629 0 0 0 25 0 1 0 1099779900 5320704 912 1992294400 4194304 5102648 548682068800 18446744073709551615 4249967 0 0 4096 3 0 0 0 17 1 0 0
/proc/12762/statm: 1299 912 110 221 0 1075 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5196

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12763
/proc/meminfo: memFree=1906136/2055920 swapFree=4178496/4192956
[pid=12762] ppid=12760 vsize=5832 CPUtime=12.69
/proc/12762/stat : 12762 (varsat-industri) R 12760 12762 12631 0 -1 4194304 1088 0 0 0 1269 0 0 0 25 0 1 0 1099779900 5971968 1073 1992294400 4194304 5102648 548682068800 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/12762/statm: 1458 1073 110 221 0 1234 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5832

[startup+25.503 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12763
/proc/meminfo: memFree=1905560/2055920 swapFree=4178496/4192956
[pid=12762] ppid=12760 vsize=6476 CPUtime=25.48
/proc/12762/stat : 12762 (varsat-industri) R 12760 12762 12631 0 -1 4194304 1224 0 0 0 2548 0 0 0 25 0 1 0 1099779900 6631424 1209 1992294400 4194304 5102648 548682068800 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/12762/statm: 1619 1209 110 221 0 1395 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6476

[startup+51.1021 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12763
/proc/meminfo: memFree=1904600/2055920 swapFree=4178496/4192956
[pid=12762] ppid=12760 vsize=7396 CPUtime=51.08
/proc/12762/stat : 12762 (varsat-industri) R 12760 12762 12631 0 -1 4194304 1455 0 0 0 5107 1 0 0 25 0 1 0 1099779900 7573504 1440 1992294400 4194304 5102648 548682068800 18446744073709551615 4255071 0 0 4096 3 0 0 0 17 1 0 0
/proc/12762/statm: 1849 1440 110 221 0 1625 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 7396

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12763
/proc/meminfo: memFree=1903704/2055920 swapFree=4178496/4192956
[pid=12762] ppid=12760 vsize=8448 CPUtime=102.26
/proc/12762/stat : 12762 (varsat-industri) R 12760 12762 12631 0 -1 4194304 1679 0 0 0 10225 1 0 0 25 0 1 0 1099779900 8650752 1664 1992294400 4194304 5102648 548682068800 18446744073709551615 4249772 0 0 4096 3 0 0 0 17 1 0 0
/proc/12762/statm: 2112 1664 110 221 0 1888 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 8448

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12763
/proc/meminfo: memFree=1902872/2055920 swapFree=4178496/4192956
[pid=12762] ppid=12760 vsize=9176 CPUtime=162.24
/proc/12762/stat : 12762 (varsat-industri) R 12760 12762 12631 0 -1 4194304 1867 0 0 0 16222 2 0 0 25 0 1 0 1099779900 9396224 1852 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12762/statm: 2294 1852 110 221 0 2070 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 9176

[startup+222.302 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 12763
/proc/meminfo: memFree=1902232/2055920 swapFree=4178496/4192956
[pid=12762] ppid=12760 vsize=9900 CPUtime=222.22
/proc/12762/stat : 12762 (varsat-industri) R 12760 12762 12631 0 -1 4194304 2015 0 0 0 22220 2 0 0 25 0 1 0 1099779900 10137600 2000 1992294400 4194304 5102648 548682068800 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/12762/statm: 2475 2000 110 221 0 2251 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 9900

[startup+282.302 s]
/proc/loadavg: 1.10 1.03 1.00 2/65 12763
/proc/meminfo: memFree=1901720/2055920 swapFree=4178496/4192956
[pid=12762] ppid=12760 vsize=10500 CPUtime=282.2
/proc/12762/stat : 12762 (varsat-industri) R 12760 12762 12631 0 -1 4194304 2148 0 0 0 28218 2 0 0 25 0 1 0 1099779900 10752000 2133 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12762/statm: 2625 2133 110 221 0 2401 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 10500

[startup+342.301 s]
/proc/loadavg: 1.03 1.02 1.00 2/65 12763
/proc/meminfo: memFree=1901272/2055920 swapFree=4178496/4192956
[pid=12762] ppid=12760 vsize=10880 CPUtime=342.18
/proc/12762/stat : 12762 (varsat-industri) R 12760 12762 12631 0 -1 4194304 2251 0 0 0 34216 2 0 0 25 0 1 0 1099779900 11141120 2236 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12762/statm: 2720 2236 110 221 0 2496 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 10880

[startup+402.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 12763
/proc/meminfo: memFree=1900888/2055920 swapFree=4178496/4192956
[pid=12762] ppid=12760 vsize=11524 CPUtime=402.17
/proc/12762/stat : 12762 (varsat-industri) R 12760 12762 12631 0 -1 4194304 2358 0 0 0 40214 3 0 0 25 0 1 0 1099779900 11800576 2343 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12762/statm: 2881 2343 110 221 0 2657 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 11524

[startup+462.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 12763
/proc/meminfo: memFree=1900312/2055920 swapFree=4178496/4192956
[pid=12762] ppid=12760 vsize=12092 CPUtime=462.15
/proc/12762/stat : 12762 (varsat-industri) R 12760 12762 12631 0 -1 4194304 2482 0 0 0 46212 3 0 0 25 0 1 0 1099779900 12382208 2467 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/12762/statm: 3023 2467 110 221 0 2799 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 12092

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12763
/proc/meminfo: memFree=1900248/2055920 swapFree=4178496/4192956
[pid=12762] ppid=12760 vsize=12092 CPUtime=522.13
/proc/12762/stat : 12762 (varsat-industri) R 12760 12762 12631 0 -1 4194304 2491 0 0 0 52210 3 0 0 25 0 1 0 1099779900 12382208 2476 1992294400 4194304 5102648 548682068800 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/12762/statm: 3023 2476 110 221 0 2799 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 12092

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12763
/proc/meminfo: memFree=1899928/2055920 swapFree=4178496/4192956
[pid=12762] ppid=12760 vsize=12280 CPUtime=582.11
/proc/12762/stat : 12762 (varsat-industri) R 12760 12762 12631 0 -1 4194304 2559 0 0 0 58208 3 0 0 25 0 1 0 1099779900 12574720 2544 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12762/statm: 3070 2544 110 221 0 2846 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 12280

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12763
/proc/meminfo: memFree=1899416/2055920 swapFree=4178496/4192956
[pid=12762] ppid=12760 vsize=12848 CPUtime=642.09
/proc/12762/stat : 12762 (varsat-industri) R 12760 12762 12631 0 -1 4194304 2667 0 0 0 64206 3 0 0 25 0 1 0 1099779900 13156352 2652 1992294400 4194304 5102648 548682068800 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/12762/statm: 3212 2652 110 221 0 2988 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 12848

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12763
/proc/meminfo: memFree=1899096/2055920 swapFree=4178496/4192956
[pid=12762] ppid=12760 vsize=13040 CPUtime=702.07
/proc/12762/stat : 12762 (varsat-industri) R 12760 12762 12631 0 -1 4194304 2738 0 0 0 70204 3 0 0 25 0 1 0 1099779900 13352960 2723 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12762/statm: 3260 2723 110 221 0 3036 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 13040

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12763
/proc/meminfo: memFree=1898776/2055920 swapFree=4178496/4192956
[pid=12762] ppid=12760 vsize=13420 CPUtime=762.06
/proc/12762/stat : 12762 (varsat-industri) R 12760 12762 12631 0 -1 4194304 2808 0 0 0 76202 4 0 0 25 0 1 0 1099779900 13742080 2793 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12762/statm: 3355 2793 110 221 0 3131 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 13420

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12763
/proc/meminfo: memFree=1898648/2055920 swapFree=4178496/4192956
[pid=12762] ppid=12760 vsize=13420 CPUtime=822.03
/proc/12762/stat : 12762 (varsat-industri) R 12760 12762 12631 0 -1 4194304 2824 0 0 0 82199 4 0 0 25 0 1 0 1099779900 13742080 2809 1992294400 4194304 5102648 548682068800 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/12762/statm: 3355 2809 110 221 0 3131 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 13420

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12763
/proc/meminfo: memFree=1898648/2055920 swapFree=4178496/4192956
[pid=12762] ppid=12760 vsize=13420 CPUtime=882.01
/proc/12762/stat : 12762 (varsat-industri) R 12760 12762 12631 0 -1 4194304 2831 0 0 0 88197 4 0 0 25 0 1 0 1099779900 13742080 2816 1992294400 4194304 5102648 548682068800 18446744073709551615 4250281 0 0 4096 3 0 0 0 17 1 0 0
/proc/12762/statm: 3355 2816 110 221 0 3131 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 13420

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12763
/proc/meminfo: memFree=1898520/2055920 swapFree=4178496/4192956
[pid=12762] ppid=12760 vsize=13420 CPUtime=941.99
/proc/12762/stat : 12762 (varsat-industri) R 12760 12762 12631 0 -1 4194304 2839 0 0 0 94195 4 0 0 25 0 1 0 1099779900 13742080 2824 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12762/statm: 3355 2824 110 221 0 3131 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 13420

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12763
/proc/meminfo: memFree=1898456/2055920 swapFree=4178496/4192956
[pid=12762] ppid=12760 vsize=13420 CPUtime=1001.97
/proc/12762/stat : 12762 (varsat-industri) R 12760 12762 12631 0 -1 4194304 2861 0 0 0 100193 4 0 0 25 0 1 0 1099779900 13742080 2846 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12762/statm: 3355 2846 110 221 0 3131 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 13420

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12763
/proc/meminfo: memFree=1898136/2055920 swapFree=4178496/4192956
[pid=12762] ppid=12760 vsize=13708 CPUtime=1061.96
/proc/12762/stat : 12762 (varsat-industri) R 12760 12762 12631 0 -1 4194304 2920 0 0 0 106191 5 0 0 25 0 1 0 1099779900 14036992 2905 1992294400 4194304 5102648 548682068800 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/12762/statm: 3427 2905 110 221 0 3203 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 13708

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12763
/proc/meminfo: memFree=1898072/2055920 swapFree=4178496/4192956
[pid=12762] ppid=12760 vsize=13708 CPUtime=1121.94
/proc/12762/stat : 12762 (varsat-industri) R 12760 12762 12631 0 -1 4194304 2938 0 0 0 112189 5 0 0 25 0 1 0 1099779900 14036992 2923 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12762/statm: 3427 2923 110 221 0 3203 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 13708

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12763
/proc/meminfo: memFree=1897944/2055920 swapFree=4178496/4192956
[pid=12762] ppid=12760 vsize=13852 CPUtime=1181.92
/proc/12762/stat : 12762 (varsat-industri) R 12760 12762 12631 0 -1 4194304 2966 0 0 0 118187 5 0 0 25 0 1 0 1099779900 14184448 2951 1992294400 4194304 5102648 548682068800 18446744073709551615 4225413 0 0 4096 3 0 0 0 17 1 0 0
/proc/12762/statm: 3463 2951 110 221 0 3239 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 13852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12763
/proc/meminfo: memFree=1897880/2055920 swapFree=4178496/4192956
[pid=12762] ppid=12760 vsize=13852 CPUtime=1200.02
/proc/12762/stat : 12762 (varsat-industri) R 12760 12762 12631 0 -1 4194304 2968 0 0 0 119997 5 0 0 25 0 1 0 1099779900 14184448 2953 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12762/statm: 3463 2953 110 221 0 3239 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 13852

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.97
CPU system time (s): 0.057991
CPU usage (%): 99.9686
Max. virtual memory (cumulated for all children) (KiB): 13852

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

runsolver used 0.78588 second user time and 2.57561 second system time

The end

Launcher Data

Begin job on node3 at 2009-03-28 21:12:06
IDJOB=1516540
IDBENCH=70521
IDSOLVER=538
FILE ID=node3/1516540-1238271126
PBS_JOBID= 9060854
Free space on /tmp= 65904 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/SATISFIABLE/65/unif-k7-r89-v65-c5785-S1223878722-065.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1516540-1238271126/watcher-1516540-1238271126 -o /tmp/evaluation-result-1516540-1238271126/solver-1516540-1238271126 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=430797735 HOME/instance-1516540-1238271126.cnf

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

MD5SUM BENCH= ba952995d391e0bb1228846b7000ce02
RANDOM SEED=430797735

node3.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.275
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.275
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:       1910720 kB
Buffers:         30180 kB
Cached:          48796 kB
SwapCached:       8268 kB
Active:          46452 kB
Inactive:        42436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1910720 kB
SwapTotal:     4192956 kB
SwapFree:      4178496 kB
Dirty:            1156 kB
Writeback:           0 kB
Mapped:          15572 kB
Slab:            42280 kB
Committed_AS:  2682208 kB
PageTables:       1376 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= 65904 MiB
End job on node3 at 2009-03-28 21:32:09