Trace number 1516492

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

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/SATISFIABLE/65/
unif-k7-r89-v65-c5785-S1645769281-097.cnf
MD5SUM6923dc5685633b9bbf405cf2133639d1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.295954
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:          1183812829.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.16	c |       100 |      65     5785    40495 |     2121      100     24 |  0.024 % |
0.09/0.19	c |       252 |      65     5785    40495 |     2333      252     24 |  0.024 % |
0.19/0.22	c |       478 |      65     5785    40495 |     2566      478     24 |  0.024 % |
0.19/0.25	c |       816 |      65     5785    40495 |     2823      816     23 |  0.024 % |
0.19/0.29	c |      1322 |      65     5785    40495 |     3105     1322     24 |  0.024 % |
0.29/0.35	c |      2081 |      65     5785    40495 |     3416     2081     23 |  0.024 % |
0.39/0.43	c |      3220 |      65     5785    40495 |     3757     3220     23 |  0.024 % |
0.49/0.54	c |      4929 |      65     5785    40495 |     4133     3036     23 |  0.024 % |
0.69/0.71	c |      7491 |      65     5785    40495 |     4546     3515     23 |  0.024 % |
0.89/0.96	c |     11337 |      65     5785    40495 |     5001     2790     22 |  0.024 % |
1.29/1.31	c |     17103 |      65     5785    40495 |     5501     3522     22 |  0.024 % |
1.79/1.86	c |     25753 |      65     5785    40495 |     6051     3874     22 |  0.024 % |
2.69/2.72	c |     38729 |      65     5785    40495 |     6657     4687     22 |  0.024 % |
3.99/4.09	c |     58190 |      65     5785    40495 |     7322     4088     22 |  0.024 % |
6.19/6.21	c |     87382 |      65     5785    40495 |     8055     3884     21 |  0.024 % |
9.39/9.46	c |    131173 |      65     5785    40495 |     8860     7262     22 |  0.024 % |
14.58/14.61	c |    196857 |      65     5785    40495 |     9746     6285     21 |  0.024 % |
22.59/22.64	c |    295384 |      65     5785    40495 |    10721     7092     20 |  0.024 % |
35.48/35.59	c |    443174 |      65     5785    40495 |    11793     9801     21 |  0.024 % |
55.98/56.07	c |    664859 |      65     5785    40495 |    12972     6912     20 |  0.024 % |
88.66/88.71	c |    997384 |      65     5785    40495 |    14270     8016     21 |  0.024 % |
140.85/140.99	c |   1496173 |      65     5785    40495 |    15697    13596     21 |  0.024 % |
226.72/226.88	c |   2244355 |      65     5785    40495 |    17266    14995     21 |  0.024 % |
366.78/366.98	c |   3366630 |      65     5785    40495 |    18993    13360     20 |  0.024 % |
594.51/594.72	c |   5050041 |      65     5785    40495 |    20892    13749     20 |  0.024 % |
972.50/972.83	c |   7575157 |      65     5785    40495 |    22982    18469     20 |  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-1516492-1238270390/watcher-1516492-1238270390 -o /tmp/evaluation-result-1516492-1238270390/solver-1516492-1238270390 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1183812829 HOME/instance-1516492-1238270390.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.91 0.95 0.98 3/64 31941
/proc/meminfo: memFree=1161080/2055920 swapFree=4173368/4192956
[pid=31941] ppid=31939 vsize=2544 CPUtime=0
/proc/31941/stat : 31941 (varsat-industri) R 31939 31941 31846 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1099704937 2605056 255 1992294400 4194304 5102648 548682068784 18446744073709551615 4279941 0 0 4096 3 0 0 0 17 1 0 0
/proc/31941/statm: 636 256 87 221 0 412 0

[startup+0.071602 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 31941
/proc/meminfo: memFree=1161080/2055920 swapFree=4173368/4192956
[pid=31941] ppid=31939 vsize=3548 CPUtime=0.06
/proc/31941/stat : 31941 (varsat-industri) R 31939 31941 31846 0 -1 4194304 521 0 0 0 6 0 0 0 18 0 1 0 1099704937 3633152 506 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/31941/statm: 887 506 98 221 0 663 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3548

[startup+0.101604 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 31941
/proc/meminfo: memFree=1161080/2055920 swapFree=4173368/4192956
[pid=31941] ppid=31939 vsize=3712 CPUtime=0.09
/proc/31941/stat : 31941 (varsat-industri) R 31939 31941 31846 0 -1 4194304 548 0 0 0 9 0 0 0 18 0 1 0 1099704937 3801088 533 1992294400 4194304 5102648 548682068784 18446744073709551615 4273033 0 0 4096 3 0 0 0 17 1 0 0
/proc/31941/statm: 928 533 98 221 0 704 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3712

[startup+0.301625 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 31941
/proc/meminfo: memFree=1161080/2055920 swapFree=4173368/4192956
[pid=31941] ppid=31939 vsize=3616 CPUtime=0.29
/proc/31941/stat : 31941 (varsat-industri) R 31939 31941 31846 0 -1 4194304 561 0 0 0 29 0 0 0 19 0 1 0 1099704937 3702784 546 1992294400 4194304 5102648 548682068784 18446744073709551615 4215188 0 0 4096 3 0 0 0 17 1 0 0
/proc/31941/statm: 904 546 110 221 0 680 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3616

[startup+0.701668 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 31941
/proc/meminfo: memFree=1161080/2055920 swapFree=4173368/4192956
[pid=31941] ppid=31939 vsize=3756 CPUtime=0.69
/proc/31941/stat : 31941 (varsat-industri) R 31939 31941 31846 0 -1 4194304 599 0 0 0 69 0 0 0 22 0 1 0 1099704937 3846144 584 1992294400 4194304 5102648 548682068784 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/31941/statm: 939 584 110 221 0 715 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3756

[startup+1.50175 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 31942
/proc/meminfo: memFree=1159024/2055920 swapFree=4173368/4192956
[pid=31941] ppid=31939 vsize=4156 CPUtime=1.49
/proc/31941/stat : 31941 (varsat-industri) R 31939 31941 31846 0 -1 4194304 695 0 0 0 149 0 0 0 25 0 1 0 1099704937 4255744 680 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/31941/statm: 1039 680 110 221 0 815 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4156

[startup+3.10193 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 31942
/proc/meminfo: memFree=1158512/2055920 swapFree=4173368/4192956
[pid=31941] ppid=31939 vsize=4700 CPUtime=3.09
/proc/31941/stat : 31941 (varsat-industri) R 31939 31941 31846 0 -1 4194304 808 0 0 0 309 0 0 0 25 0 1 0 1099704937 4812800 793 1992294400 4194304 5102648 548682068784 18446744073709551615 4249787 0 0 4096 3 0 0 0 17 1 0 0
/proc/31941/statm: 1175 793 110 221 0 951 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4700

[startup+6.30227 s]
/proc/loadavg: 0.92 0.95 0.98 2/65 31942
/proc/meminfo: memFree=1157872/2055920 swapFree=4173368/4192956
[pid=31941] ppid=31939 vsize=5128 CPUtime=6.29
/proc/31941/stat : 31941 (varsat-industri) R 31939 31941 31846 0 -1 4194304 909 0 0 0 629 0 0 0 25 0 1 0 1099704937 5251072 894 1992294400 4194304 5102648 548682068784 18446744073709551615 4249360 0 0 4096 3 0 0 0 17 1 0 0
/proc/31941/statm: 1282 894 110 221 0 1058 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5128

[startup+12.702 s]
/proc/loadavg: 0.93 0.95 0.98 2/65 31942
/proc/meminfo: memFree=1157184/2055920 swapFree=4173368/4192956
[pid=31941] ppid=31939 vsize=5692 CPUtime=12.69
/proc/31941/stat : 31941 (varsat-industri) R 31939 31941 31846 0 -1 4194304 1055 0 0 0 1269 0 0 0 25 0 1 0 1099704937 5828608 1040 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/31941/statm: 1423 1040 110 221 0 1199 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5692

[startup+25.5013 s]
/proc/loadavg: 0.94 0.96 0.98 2/65 31942
/proc/meminfo: memFree=1156352/2055920 swapFree=4173368/4192956
[pid=31941] ppid=31939 vsize=6556 CPUtime=25.49
/proc/31941/stat : 31941 (varsat-industri) R 31939 31941 31846 0 -1 4194304 1255 0 0 0 2548 1 0 0 25 0 1 0 1099704937 6713344 1240 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/31941/statm: 1639 1240 110 221 0 1415 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 6556

[startup+51.1011 s]
/proc/loadavg: 0.96 0.96 0.98 2/65 31942
/proc/meminfo: memFree=1155392/2055920 swapFree=4173368/4192956
[pid=31941] ppid=31939 vsize=7512 CPUtime=51.07
/proc/31941/stat : 31941 (varsat-industri) R 31939 31941 31846 0 -1 4194304 1486 0 0 0 5106 1 0 0 25 0 1 0 1099704937 7692288 1471 1992294400 4194304 5102648 548682068784 18446744073709551615 4254460 0 0 4096 3 0 0 0 17 1 0 0
/proc/31941/statm: 1878 1471 110 221 0 1654 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 7512

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.98 2/65 31948
/proc/meminfo: memFree=1154240/2055920 swapFree=4173368/4192956
[pid=31941] ppid=31939 vsize=8792 CPUtime=102.26
/proc/31941/stat : 31941 (varsat-industri) R 31939 31941 31846 0 -1 4194304 1752 0 0 0 10225 1 0 0 25 0 1 0 1099704937 9003008 1737 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/31941/statm: 2198 1737 110 221 0 1974 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 8792

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 31948
/proc/meminfo: memFree=1153344/2055920 swapFree=4173368/4192956
[pid=31941] ppid=31939 vsize=9744 CPUtime=162.24
/proc/31941/stat : 31941 (varsat-industri) R 31939 31941 31846 0 -1 4194304 1982 0 0 0 16222 2 0 0 25 0 1 0 1099704937 9977856 1967 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/31941/statm: 2436 1967 110 221 0 2212 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 9744

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 31948
/proc/meminfo: memFree=1152832/2055920 swapFree=4173368/4192956
[pid=31941] ppid=31939 vsize=10280 CPUtime=222.22
/proc/31941/stat : 31941 (varsat-industri) R 31939 31941 31846 0 -1 4194304 2102 0 0 0 22220 2 0 0 25 0 1 0 1099704937 10526720 2087 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/31941/statm: 2570 2087 110 221 0 2346 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 10280

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 31948
/proc/meminfo: memFree=1152576/2055920 swapFree=4173368/4192956
[pid=31941] ppid=31939 vsize=10468 CPUtime=282.2
/proc/31941/stat : 31941 (varsat-industri) R 31939 31941 31846 0 -1 4194304 2161 0 0 0 28218 2 0 0 25 0 1 0 1099704937 10719232 2146 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/31941/statm: 2617 2146 110 221 0 2393 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 10468

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 31948
/proc/meminfo: memFree=1152192/2055920 swapFree=4173368/4192956
[pid=31941] ppid=31939 vsize=10848 CPUtime=342.18
/proc/31941/stat : 31941 (varsat-industri) R 31939 31941 31846 0 -1 4194304 2259 0 0 0 34216 2 0 0 25 0 1 0 1099704937 11108352 2244 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/31941/statm: 2712 2244 110 221 0 2488 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 10848

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 31948
/proc/meminfo: memFree=1151488/2055920 swapFree=4173368/4192956
[pid=31941] ppid=31939 vsize=11680 CPUtime=402.17
/proc/31941/stat : 31941 (varsat-industri) R 31939 31941 31846 0 -1 4194304 2423 0 0 0 40214 3 0 0 25 0 1 0 1099704937 11960320 2408 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/31941/statm: 2920 2408 110 221 0 2696 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 11680

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 31948
/proc/meminfo: memFree=1151040/2055920 swapFree=4173368/4192956
[pid=31941] ppid=31939 vsize=12248 CPUtime=462.15
/proc/31941/stat : 31941 (varsat-industri) R 31939 31941 31846 0 -1 4194304 2545 0 0 0 46212 3 0 0 25 0 1 0 1099704937 12541952 2530 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/31941/statm: 3062 2530 110 221 0 2838 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 12248

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 31948
/proc/meminfo: memFree=1150848/2055920 swapFree=4173368/4192956
[pid=31941] ppid=31939 vsize=12628 CPUtime=522.14
/proc/31941/stat : 31941 (varsat-industri) R 31939 31941 31846 0 -1 4194304 2606 0 0 0 52210 4 0 0 25 0 1 0 1099704937 12931072 2591 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/31941/statm: 3157 2591 110 221 0 2933 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 12628

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 31948
/proc/meminfo: memFree=1150656/2055920 swapFree=4173368/4192956
[pid=31941] ppid=31939 vsize=12628 CPUtime=582.12
/proc/31941/stat : 31941 (varsat-industri) R 31939 31941 31846 0 -1 4194304 2643 0 0 0 58208 4 0 0 25 0 1 0 1099704937 12931072 2628 1992294400 4194304 5102648 548682068784 18446744073709551615 4249872 0 0 4096 3 0 0 0 17 1 0 0
/proc/31941/statm: 3157 2628 110 221 0 2933 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 12628

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 31948
/proc/meminfo: memFree=1150528/2055920 swapFree=4173368/4192956
[pid=31941] ppid=31939 vsize=12628 CPUtime=642.1
/proc/31941/stat : 31941 (varsat-industri) R 31939 31941 31846 0 -1 4194304 2664 0 0 0 64206 4 0 0 25 0 1 0 1099704937 12931072 2649 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/31941/statm: 3157 2649 110 221 0 2933 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 12628

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 31948
/proc/meminfo: memFree=1150464/2055920 swapFree=4173368/4192956
[pid=31941] ppid=31939 vsize=12816 CPUtime=702.09
/proc/31941/stat : 31941 (varsat-industri) R 31939 31941 31846 0 -1 4194304 2696 0 0 0 70204 5 0 0 25 0 1 0 1099704937 13123584 2681 1992294400 4194304 5102648 548682068784 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/31941/statm: 3204 2681 110 221 0 2980 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 12816

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 31948
/proc/meminfo: memFree=1150272/2055920 swapFree=4173368/4192956
[pid=31941] ppid=31939 vsize=13008 CPUtime=762.07
/proc/31941/stat : 31941 (varsat-industri) R 31939 31941 31846 0 -1 4194304 2734 0 0 0 76202 5 0 0 25 0 1 0 1099704937 13320192 2719 1992294400 4194304 5102648 548682068784 18446744073709551615 4225745 0 0 4096 3 0 0 0 17 1 0 0
/proc/31941/statm: 3252 2719 110 221 0 3028 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 13008

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 31948
/proc/meminfo: memFree=1150080/2055920 swapFree=4173368/4192956
[pid=31941] ppid=31939 vsize=13196 CPUtime=822.06
/proc/31941/stat : 31941 (varsat-industri) R 31939 31941 31846 0 -1 4194304 2793 0 0 0 82200 6 0 0 25 0 1 0 1099704937 13512704 2778 1992294400 4194304 5102648 548682068784 18446744073709551615 4225745 0 0 4096 3 0 0 0 17 1 0 0
/proc/31941/statm: 3299 2778 110 221 0 3075 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 13196

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 31948
/proc/meminfo: memFree=1150016/2055920 swapFree=4173368/4192956
[pid=31941] ppid=31939 vsize=13196 CPUtime=882.03
/proc/31941/stat : 31941 (varsat-industri) R 31939 31941 31846 0 -1 4194304 2800 0 0 0 88197 6 0 0 25 0 1 0 1099704937 13512704 2785 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/31941/statm: 3299 2785 110 221 0 3075 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 13196

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 31948
/proc/meminfo: memFree=1149952/2055920 swapFree=4173368/4192956
[pid=31941] ppid=31939 vsize=13196 CPUtime=942.01
/proc/31941/stat : 31941 (varsat-industri) R 31939 31941 31846 0 -1 4194304 2805 0 0 0 94195 6 0 0 25 0 1 0 1099704937 13512704 2790 1992294400 4194304 5102648 548682068784 18446744073709551615 4249867 0 0 4096 3 0 0 0 17 1 0 0
/proc/31941/statm: 3299 2790 110 221 0 3075 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 13196

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 31948
/proc/meminfo: memFree=1149696/2055920 swapFree=4173368/4192956
[pid=31941] ppid=31939 vsize=13576 CPUtime=1002
/proc/31941/stat : 31941 (varsat-industri) R 31939 31941 31846 0 -1 4194304 2887 0 0 0 100193 7 0 0 25 0 1 0 1099704937 13901824 2872 1992294400 4194304 5102648 548682068784 18446744073709551615 4249840 0 0 4096 3 0 0 0 17 1 0 0
/proc/31941/statm: 3394 2872 110 221 0 3170 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 13576

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 31948
/proc/meminfo: memFree=1149696/2055920 swapFree=4173368/4192956
[pid=31941] ppid=31939 vsize=13576 CPUtime=1061.98
/proc/31941/stat : 31941 (varsat-industri) R 31939 31941 31846 0 -1 4194304 2895 0 0 0 106191 7 0 0 25 0 1 0 1099704937 13901824 2880 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/31941/statm: 3394 2880 110 221 0 3170 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 13576

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 31948
/proc/meminfo: memFree=1149568/2055920 swapFree=4173368/4192956
[pid=31941] ppid=31939 vsize=13720 CPUtime=1121.96
/proc/31941/stat : 31941 (varsat-industri) R 31939 31941 31846 0 -1 4194304 2922 0 0 0 112189 7 0 0 25 0 1 0 1099704937 14049280 2907 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/31941/statm: 3430 2907 110 221 0 3206 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 13720

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 31948
/proc/meminfo: memFree=1149504/2055920 swapFree=4173368/4192956
[pid=31941] ppid=31939 vsize=13720 CPUtime=1181.95
/proc/31941/stat : 31941 (varsat-industri) R 31939 31941 31846 0 -1 4194304 2930 0 0 0 118187 8 0 0 25 0 1 0 1099704937 14049280 2915 1992294400 4194304 5102648 548682068784 18446744073709551615 4225395 0 0 4096 3 0 0 0 17 1 0 0
/proc/31941/statm: 3430 2915 110 221 0 3206 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 13720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 31948
/proc/meminfo: memFree=1149440/2055920 swapFree=4173368/4192956
[pid=31941] ppid=31939 vsize=13720 CPUtime=1200.05
/proc/31941/stat : 31941 (varsat-industri) R 31939 31941 31846 0 -1 4194304 2930 0 0 0 119997 8 0 0 25 0 1 0 1099704937 14049280 2915 1992294400 4194304 5102648 548682068784 18446744073709551615 4249970 0 0 4096 3 0 0 0 17 1 0 0
/proc/31941/statm: 3430 2915 110 221 0 3206 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 13720

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.06
CPU user time (s): 1199.97
CPU system time (s): 0.084987
CPU usage (%): 99.971
Max. virtual memory (cumulated for all children) (KiB): 13720

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

runsolver used 0.925859 second user time and 2.38864 second system time

The end

Launcher Data

Begin job on node19 at 2009-03-28 20:59:50
IDJOB=1516492
IDBENCH=70517
IDSOLVER=538
FILE ID=node19/1516492-1238270390
PBS_JOBID= 9060891
Free space on /tmp= 66404 MiB

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

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

MD5SUM BENCH= 6923dc5685633b9bbf405cf2133639d1
RANDOM SEED=1183812829

node19.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.235
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.235
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:       1161560 kB
Buffers:         97256 kB
Cached:         690152 kB
SwapCached:      13360 kB
Active:          54200 kB
Inactive:       748260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1161560 kB
SwapTotal:     4192956 kB
SwapFree:      4173368 kB
Dirty:            1156 kB
Writeback:           0 kB
Mapped:          15544 kB
Slab:            77832 kB
Committed_AS:  2939608 kB
PageTables:       1456 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= 66404 MiB
End job on node19 at 2009-03-28 21:19:53