Trace number 1513408

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

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/180/
unif-k7-r85-v180-c15300-S1845944120-011.cnf
MD5SUMc7e600e65327a74ce4dc4cc40e37ba60
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark178.692
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of clauses15300
Sum of the clauses size107100
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 515300

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  180                                                  |
0.00/0.00	c |  Number of clauses:    15300                                                |
0.00/0.03	c |  Parsing time:         0.02         s                                       |
0.00/0.03	c |  Timeout:              43200 s
0.00/0.03	c |  Random Seed:          504465961.000000
0.00/0.03	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.00/0.03	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.03	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.03	c |                                                                             |
0.39/0.47	c ============================[ Search Statistics ]==============================
0.39/0.47	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.39/0.47	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.39/0.47	c ===============================================================================
0.39/0.47	c |         0 |     180    15300   107100 |     5100        0    nan |  0.000 % |
0.49/0.53	c |       100 |     180    15300   107100 |     5610      100     51 |  0.003 % |
0.59/0.60	c |       251 |     180    15300   107100 |     6171      251     50 |  0.003 % |
0.59/0.67	c |       476 |     180    15300   107100 |     6788      476     51 |  0.003 % |
0.69/0.75	c |       813 |     180    15300   107100 |     7466      813     52 |  0.003 % |
0.79/0.84	c |      1319 |     180    15300   107100 |     8213     1319     52 |  0.003 % |
0.89/0.95	c |      2078 |     180    15300   107100 |     9034     2078     52 |  0.003 % |
0.99/1.10	c |      3217 |     180    15300   107100 |     9938     3217     53 |  0.003 % |
1.29/1.33	c |      4925 |     180    15300   107100 |    10932     4925     53 |  0.003 % |
1.59/1.69	c |      7487 |     180    15300   107100 |    12025     7487     53 |  0.003 % |
2.29/2.36	c |     11331 |     180    15300   107100 |    13228    11331     54 |  0.003 % |
3.30/3.32	c |     17097 |     180    15300   107100 |    14550    10438     54 |  0.003 % |
4.79/4.81	c |     25747 |     180    15300   107100 |    16005    11774     52 |  0.003 % |
7.29/7.31	c |     38721 |     180    15300   107100 |    17606     8662     52 |  0.003 % |
11.19/11.28	c |     58182 |     180    15300   107100 |    19367    10438     54 |  0.003 % |
17.99/18.07	c |     87374 |     180    15300   107100 |    21303    10462     52 |  0.003 % |
28.78/28.80	c |    131163 |     180    15300   107100 |    23434    11484     54 |  0.003 % |
46.68/46.76	c |    196847 |     180    15300   107100 |    25777    17812     53 |  0.003 % |
75.88/75.90	c |    295373 |     180    15300   107100 |    28355    21109     53 |  0.003 % |
122.86/122.92	c |    443163 |     180    15300   107100 |    31191    23471     55 |  0.003 % |
195.65/195.75	c |    664846 |     180    15300   107100 |    34310    20192     53 |  0.003 % |
310.82/310.92	c |    997371 |     180    15300   107100 |    37741    29251     54 |  0.003 % |
501.67/501.83	c |   1496160 |     180    15300   107100 |    41515    31873     53 |  0.003 % |
806.01/806.20	c |   2244343 |     180    15300   107100 |    45666    13768     52 |  0.003 % |

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-1513408-1238217352/watcher-1513408-1238217352 -o /tmp/evaluation-result-1513408-1238217352/solver-1513408-1238217352 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=504465961 HOME/instance-1513408-1238217352.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.97 0.93 2/69 12591
/proc/meminfo: memFree=1138848/2055920 swapFree=4171840/4192956
[pid=12591] ppid=12589 vsize=2544 CPUtime=0
/proc/12591/stat : 12591 (varsat-industri) R 12589 12591 11766 0 -1 4194304 322 0 0 0 0 0 0 0 18 0 1 0 1094396900 2605056 307 1992294400 4194304 5102648 548682068784 18446744073709551615 4262854 0 0 4096 3 0 0 0 17 1 0 0
/proc/12591/statm: 636 308 87 221 0 412 0

[startup+0.058645 s]
/proc/loadavg: 0.91 0.97 0.93 2/69 12591
/proc/meminfo: memFree=1138848/2055920 swapFree=4171840/4192956
[pid=12591] ppid=12589 vsize=5928 CPUtime=0.04
/proc/12591/stat : 12591 (varsat-industri) R 12589 12591 11766 0 -1 4194304 1173 0 0 0 4 0 0 0 18 0 1 0 1094396900 6070272 1158 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/12591/statm: 1482 1158 98 221 0 1258 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5928

[startup+0.101648 s]
/proc/loadavg: 0.91 0.97 0.93 2/69 12591
/proc/meminfo: memFree=1138848/2055920 swapFree=4171840/4192956
[pid=12591] ppid=12589 vsize=5928 CPUtime=0.09
/proc/12591/stat : 12591 (varsat-industri) R 12589 12591 11766 0 -1 4194304 1173 0 0 0 9 0 0 0 18 0 1 0 1094396900 6070272 1158 1992294400 4194304 5102648 548682068784 18446744073709551615 4273022 0 0 4096 3 0 0 0 17 1 0 0
/proc/12591/statm: 1482 1158 98 221 0 1258 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5928

[startup+0.301665 s]
/proc/loadavg: 0.91 0.97 0.93 2/69 12591
/proc/meminfo: memFree=1138848/2055920 swapFree=4171840/4192956
[pid=12591] ppid=12589 vsize=6108 CPUtime=0.29
/proc/12591/stat : 12591 (varsat-industri) R 12589 12591 11766 0 -1 4194304 1203 0 0 0 29 0 0 0 19 0 1 0 1094396900 6254592 1188 1992294400 4194304 5102648 548682068784 18446744073709551615 4273253 0 0 4096 3 0 0 0 17 1 0 0
/proc/12591/statm: 1527 1188 98 221 0 1303 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6108

[startup+0.701701 s]
/proc/loadavg: 0.91 0.97 0.93 2/69 12591
/proc/meminfo: memFree=1138848/2055920 swapFree=4171840/4192956
[pid=12591] ppid=12589 vsize=5300 CPUtime=0.69
/proc/12591/stat : 12591 (varsat-industri) R 12589 12591 11766 0 -1 4194304 1214 0 0 0 69 0 0 0 23 0 1 0 1094396900 5427200 1045 1992294400 4194304 5102648 548682068784 18446744073709551615 4215214 0 0 4096 3 0 0 0 17 1 0 0
/proc/12591/statm: 1325 1045 109 221 0 1101 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5300

[startup+1.50177 s]
/proc/loadavg: 0.91 0.97 0.93 2/70 12592
/proc/meminfo: memFree=1134872/2055920 swapFree=4171840/4192956
[pid=12591] ppid=12589 vsize=6140 CPUtime=1.49
/proc/12591/stat : 12591 (varsat-industri) R 12589 12591 11766 0 -1 4194304 1416 0 0 0 149 0 0 0 25 0 1 0 1094396900 6287360 1247 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/12591/statm: 1535 1247 109 221 0 1311 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6140

[startup+3.10191 s]
/proc/loadavg: 0.91 0.97 0.93 2/70 12592
/proc/meminfo: memFree=1133016/2055920 swapFree=4171840/4192956
[pid=12591] ppid=12589 vsize=8292 CPUtime=3.09
/proc/12591/stat : 12591 (varsat-industri) R 12589 12591 11766 0 -1 4194304 1945 0 0 0 308 1 0 0 25 0 1 0 1094396900 8491008 1776 1992294400 4194304 5102648 548682068784 18446744073709551615 4249741 0 0 4096 3 0 0 0 17 1 0 0
/proc/12591/statm: 2073 1776 109 221 0 1849 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8292

[startup+6.30119 s]
/proc/loadavg: 0.92 0.97 0.93 2/70 12592
/proc/meminfo: memFree=1131288/2055920 swapFree=4171840/4192956
[pid=12591] ppid=12589 vsize=9348 CPUtime=6.29
/proc/12591/stat : 12591 (varsat-industri) R 12589 12591 11766 0 -1 4194304 2203 0 0 0 628 1 0 0 25 0 1 0 1094396900 9572352 2034 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/12591/statm: 2337 2034 109 221 0 2113 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9348

[startup+12.7018 s]
/proc/loadavg: 0.93 0.97 0.93 2/70 12592
/proc/meminfo: memFree=1129752/2055920 swapFree=4171840/4192956
[pid=12591] ppid=12589 vsize=10432 CPUtime=12.69
/proc/12591/stat : 12591 (varsat-industri) R 12589 12591 11766 0 -1 4194304 2474 0 0 0 1267 2 0 0 25 0 1 0 1094396900 10682368 2305 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12591/statm: 2608 2305 109 221 0 2384 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10432

[startup+25.5019 s]
/proc/loadavg: 0.94 0.97 0.93 2/70 12592
/proc/meminfo: memFree=1127704/2055920 swapFree=4171840/4192956
[pid=12591] ppid=12589 vsize=12604 CPUtime=25.49
/proc/12591/stat : 12591 (varsat-industri) R 12589 12591 11766 0 -1 4194304 2977 0 0 0 2547 2 0 0 25 0 1 0 1094396900 12906496 2808 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12591/statm: 3151 2808 109 221 0 2927 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 12604

[startup+51.1011 s]
/proc/loadavg: 0.96 0.97 0.93 2/70 12592
/proc/meminfo: memFree=1125848/2055920 swapFree=4171840/4192956
[pid=12591] ppid=12589 vsize=14448 CPUtime=51.08
/proc/12591/stat : 12591 (varsat-industri) R 12589 12591 11766 0 -1 4194304 3441 0 0 0 5105 3 0 0 25 0 1 0 1094396900 14794752 3272 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/12591/statm: 3612 3272 109 221 0 3388 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 14448

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.93 2/70 12592
/proc/meminfo: memFree=1123352/2055920 swapFree=4171840/4192956
[pid=12591] ppid=12589 vsize=17260 CPUtime=102.27
/proc/12591/stat : 12591 (varsat-industri) R 12589 12591 11766 0 -1 4194304 4062 0 0 0 10224 3 0 0 25 0 1 0 1094396900 17674240 3893 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12591/statm: 4315 3893 109 221 0 4091 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 17260

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/70 12592
/proc/meminfo: memFree=1121304/2055920 swapFree=4171840/4192956
[pid=12591] ppid=12589 vsize=19304 CPUtime=162.25
/proc/12591/stat : 12591 (varsat-industri) R 12589 12591 11766 0 -1 4194304 4564 0 0 0 16221 4 0 0 25 0 1 0 1094396900 19767296 4395 1992294400 4194304 5102648 548682068784 18446744073709551615 4249855 0 0 4096 3 0 0 0 17 1 0 0
/proc/12591/statm: 4826 4395 109 221 0 4602 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 19304

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/70 12592
/proc/meminfo: memFree=1119768/2055920 swapFree=4171840/4192956
[pid=12591] ppid=12589 vsize=20740 CPUtime=222.23
/proc/12591/stat : 12591 (varsat-industri) R 12589 12591 11766 0 -1 4194304 4936 0 0 0 22219 4 0 0 25 0 1 0 1094396900 21237760 4767 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12591/statm: 5185 4767 109 221 0 4961 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 20740

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/70 12592
/proc/meminfo: memFree=1118936/2055920 swapFree=4171840/4192956
[pid=12591] ppid=12589 vsize=21680 CPUtime=282.23
/proc/12591/stat : 12591 (varsat-industri) R 12589 12591 11766 0 -1 4194304 5138 0 0 0 28218 5 0 0 25 0 1 0 1094396900 22200320 4969 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12591/statm: 5420 4969 109 221 0 5196 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 21680

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/70 12592
/proc/meminfo: memFree=1117272/2055920 swapFree=4171840/4192956
[pid=12591] ppid=12589 vsize=23592 CPUtime=342.21
/proc/12591/stat : 12591 (varsat-industri) R 12589 12591 11766 0 -1 4194304 5541 0 0 0 34216 5 0 0 25 0 1 0 1094396900 24158208 5372 1992294400 4194304 5102648 548682068784 18446744073709551615 4250107 0 0 4096 3 0 0 0 17 1 0 0
/proc/12591/statm: 5898 5372 109 221 0 5674 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 23592

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/70 12592
/proc/meminfo: memFree=1116696/2055920 swapFree=4171840/4192956
[pid=12591] ppid=12589 vsize=24296 CPUtime=402.19
/proc/12591/stat : 12591 (varsat-industri) R 12589 12591 11766 0 -1 4194304 5697 0 0 0 40214 5 0 0 25 0 1 0 1094396900 24879104 5528 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12591/statm: 6074 5528 109 221 0 5850 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 24296

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/70 12592
/proc/meminfo: memFree=1115992/2055920 swapFree=4171840/4192956
[pid=12591] ppid=12589 vsize=24912 CPUtime=462.18
/proc/12591/stat : 12591 (varsat-industri) R 12589 12591 11766 0 -1 4194304 5856 0 0 0 46213 5 0 0 25 0 1 0 1094396900 25509888 5687 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/12591/statm: 6228 5687 109 221 0 6004 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 24912

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/70 12592
/proc/meminfo: memFree=1114392/2055920 swapFree=4171840/4192956
[pid=12591] ppid=12589 vsize=26736 CPUtime=522.16
/proc/12591/stat : 12591 (varsat-industri) R 12589 12591 11766 0 -1 4194304 6254 0 0 0 52211 5 0 0 25 0 1 0 1094396900 27377664 6085 1992294400 4194304 5102648 548682068784 18446744073709551615 4249872 0 0 4096 3 0 0 0 17 1 0 0
/proc/12591/statm: 6684 6085 109 221 0 6460 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 26736

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/70 12592
/proc/meminfo: memFree=1113560/2055920 swapFree=4171840/4192956
[pid=12591] ppid=12589 vsize=27652 CPUtime=582.15
/proc/12591/stat : 12591 (varsat-industri) R 12589 12591 11766 0 -1 4194304 6462 0 0 0 58209 6 0 0 25 0 1 0 1094396900 28315648 6293 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12591/statm: 6913 6293 109 221 0 6689 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 27652

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/70 12592
/proc/meminfo: memFree=1113112/2055920 swapFree=4171840/4192956
[pid=12591] ppid=12589 vsize=28112 CPUtime=642.14
/proc/12591/stat : 12591 (varsat-industri) R 12589 12591 11766 0 -1 4194304 6569 0 0 0 64208 6 0 0 25 0 1 0 1094396900 28786688 6400 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/12591/statm: 7028 6400 109 221 0 6804 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 28112

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/70 12592
/proc/meminfo: memFree=1112600/2055920 swapFree=4171840/4192956
[pid=12591] ppid=12589 vsize=28720 CPUtime=702.12
/proc/12591/stat : 12591 (varsat-industri) R 12589 12591 11766 0 -1 4194304 6715 0 0 0 70206 6 0 0 25 0 1 0 1094396900 29409280 6546 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12591/statm: 7180 6546 109 221 0 6956 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 28720

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.93 2/70 12592
/proc/meminfo: memFree=1111960/2055920 swapFree=4171840/4192956
[pid=12591] ppid=12589 vsize=29496 CPUtime=762.11
/proc/12591/stat : 12591 (varsat-industri) R 12589 12591 11766 0 -1 4194304 6862 0 0 0 76205 6 0 0 25 0 1 0 1094396900 30203904 6693 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12591/statm: 7374 6693 109 221 0 7150 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 29496

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/70 12592
/proc/meminfo: memFree=1111064/2055920 swapFree=4171840/4192956
[pid=12591] ppid=12589 vsize=30348 CPUtime=822.09
/proc/12591/stat : 12591 (varsat-industri) R 12589 12591 11766 0 -1 4194304 7080 0 0 0 82202 7 0 0 25 0 1 0 1094396900 31076352 6911 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12591/statm: 7587 6911 109 221 0 7363 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 30348

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/70 12592
/proc/meminfo: memFree=1110488/2055920 swapFree=4171840/4192956
[pid=12591] ppid=12589 vsize=31000 CPUtime=882.07
/proc/12591/stat : 12591 (varsat-industri) R 12589 12591 11766 0 -1 4194304 7251 0 0 0 88200 7 0 0 25 0 1 0 1094396900 31744000 7082 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/12591/statm: 7750 7082 109 221 0 7526 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 31000

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/70 12592
/proc/meminfo: memFree=1110104/2055920 swapFree=4171840/4192956
[pid=12591] ppid=12589 vsize=31460 CPUtime=942.06
/proc/12591/stat : 12591 (varsat-industri) R 12589 12591 11766 0 -1 4194304 7345 0 0 0 94199 7 0 0 25 0 1 0 1094396900 32215040 7176 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12591/statm: 7865 7176 109 221 0 7641 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 31460

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.93 2/70 12592
/proc/meminfo: memFree=1109656/2055920 swapFree=4171840/4192956
[pid=12591] ppid=12589 vsize=31908 CPUtime=1002.05
/proc/12591/stat : 12591 (varsat-industri) R 12589 12591 11766 0 -1 4194304 7445 0 0 0 100198 7 0 0 25 0 1 0 1094396900 32673792 7276 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/12591/statm: 7977 7276 109 221 0 7753 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 31908

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.93 2/70 12592
/proc/meminfo: memFree=1109208/2055920 swapFree=4171840/4192956
[pid=12591] ppid=12589 vsize=32476 CPUtime=1062.03
/proc/12591/stat : 12591 (varsat-industri) R 12589 12591 11766 0 -1 4194304 7572 0 0 0 106196 7 0 0 25 0 1 0 1094396900 33255424 7403 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12591/statm: 8119 7403 109 221 0 7895 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 32476

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.93 2/70 12592
/proc/meminfo: memFree=1108952/2055920 swapFree=4171840/4192956
[pid=12591] ppid=12589 vsize=32760 CPUtime=1122.02
/proc/12591/stat : 12591 (varsat-industri) R 12589 12591 11766 0 -1 4194304 7632 0 0 0 112195 7 0 0 25 0 1 0 1094396900 33546240 7463 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/12591/statm: 8190 7463 109 221 0 7966 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 32760

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.93 2/70 12592
/proc/meminfo: memFree=1108376/2055920 swapFree=4171840/4192956
[pid=12591] ppid=12589 vsize=33328 CPUtime=1182
/proc/12591/stat : 12591 (varsat-industri) R 12589 12591 11766 0 -1 4194304 7767 0 0 0 118193 7 0 0 25 0 1 0 1094396900 34127872 7598 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/12591/statm: 8332 7598 109 221 0 8108 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 33328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 0.99 0.97 0.93 2/70 12592
/proc/meminfo: memFree=1108248/2055920 swapFree=4171840/4192956
[pid=12591] ppid=12589 vsize=33472 CPUtime=1200
/proc/12591/stat : 12591 (varsat-industri) R 12589 12591 11766 0 -1 4194304 7805 0 0 0 119993 7 0 0 25 0 1 0 1094396900 34275328 7636 1992294400 4194304 5102648 548682068784 18446744073709551615 4255478 0 0 4096 3 0 0 0 17 1 0 0
/proc/12591/statm: 8368 7636 109 221 0 8144 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 33472

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

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

[startup+1200.3 s]
/proc/loadavg: 0.99 0.97 0.93 2/70 12592
/proc/meminfo: memFree=1108248/2055920 swapFree=4171840/4192956
[pid=12591] ppid=12589 vsize=33472 CPUtime=1200
/proc/12591/stat : 12591 (varsat-industri) R 12589 12591 11766 0 -1 4194304 7805 0 0 0 119993 7 0 0 25 0 1 0 1094396900 34275328 7636 1992294400 4194304 5102648 548682068784 18446744073709551615 4255478 0 0 4096 3 0 0 0 17 1 0 0
/proc/12591/statm: 8368 7636 109 221 0 8144 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 33472

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.31
CPU time (s): 1200.02
CPU user time (s): 1199.94
CPU system time (s): 0.083987
CPU usage (%): 99.9759
Max. virtual memory (cumulated for all children) (KiB): 33472

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

runsolver used 1.17282 second user time and 3.20451 second system time

The end

Launcher Data

Begin job on node58 at 2009-03-28 06:15:52
IDJOB=1513408
IDBENCH=70260
IDSOLVER=538
FILE ID=node58/1513408-1238217352
PBS_JOBID= 9060508
Free space on /tmp= 66400 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/180/unif-k7-r85-v180-c15300-S1845944120-011.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1513408-1238217352/watcher-1513408-1238217352 -o /tmp/evaluation-result-1513408-1238217352/solver-1513408-1238217352 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=504465961 HOME/instance-1513408-1238217352.cnf

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

MD5SUM BENCH= c7e600e65327a74ce4dc4cc40e37ba60
RANDOM SEED=504465961

node58.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.222
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.222
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:       1139264 kB
Buffers:         81684 kB
Cached:         744596 kB
SwapCached:      11412 kB
Active:         166964 kB
Inactive:       672180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1139264 kB
SwapTotal:     4192956 kB
SwapFree:      4171840 kB
Dirty:            1452 kB
Writeback:           0 kB
Mapped:          17372 kB
Slab:            62956 kB
Committed_AS:  2518184 kB
PageTables:       1764 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= 66400 MiB
End job on node58 at 2009-03-28 06:35:54