Trace number 1513276

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/LARGE/7SAT/UNKNOWN/200/
unif-k7-r85-v200-c17000-S1136894336-075.cnf
MD5SUM95130954abd8400708fa3e3db5d60039
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1154.85
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses17000
Sum of the clauses size119000
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 517000

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  200                                                  |
0.00/0.00	c |  Number of clauses:    17000                                                |
0.00/0.03	c |  Parsing time:         0.03         s                                       |
0.00/0.03	c |  Timeout:              43200 s
0.00/0.03	c |  Random Seed:          1529040648.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.49/0.53	c ============================[ Search Statistics ]==============================
0.49/0.53	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.49/0.53	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.49/0.53	c ===============================================================================
0.49/0.53	c |         0 |     200    17000   119000 |     5666        0    nan |  0.000 % |
0.59/0.60	c |       101 |     200    17000   119000 |     6233      101     56 |  0.003 % |
0.59/0.67	c |       251 |     200    17000   119000 |     6856      251     58 |  0.003 % |
0.69/0.75	c |       477 |     200    17000   119000 |     7542      477     57 |  0.003 % |
0.79/0.84	c |       814 |     200    17000   119000 |     8296      814     58 |  0.003 % |
0.89/0.93	c |      1320 |     200    17000   119000 |     9126     1320     58 |  0.003 % |
1.00/1.06	c |      2081 |     200    17000   119000 |    10038     2081     59 |  0.003 % |
1.19/1.22	c |      3221 |     200    17000   119000 |    11042     3221     59 |  0.003 % |
1.39/1.47	c |      4929 |     200    17000   119000 |    12147     4929     59 |  0.003 % |
1.79/1.84	c |      7491 |     200    17000   119000 |    13361     7491     58 |  0.003 % |
2.49/2.52	c |     11335 |     200    17000   119000 |    14697    11335     58 |  0.003 % |
3.58/3.69	c |     17102 |     200    17000   119000 |    16167     9704     59 |  0.003 % |
5.28/5.38	c |     25751 |     200    17000   119000 |    17784    10223     59 |  0.003 % |
8.18/8.21	c |     38725 |     200    17000   119000 |    19562    14258     58 |  0.003 % |
13.09/13.14	c |     58187 |     200    17000   119000 |    21519    14067     59 |  0.003 % |
21.08/21.16	c |     87379 |     200    17000   119000 |    23671    10852     58 |  0.003 % |
33.88/33.93	c |    131168 |     200    17000   119000 |    26038    18281     58 |  0.003 % |
53.88/53.90	c |    196852 |     200    17000   119000 |    28641    13994     55 |  0.003 % |
85.26/85.39	c |    295378 |     200    17000   119000 |    31506    13265     57 |  0.003 % |
135.74/135.89	c |    443167 |     200    17000   119000 |    34656    26778     60 |  0.003 % |
219.82/219.98	c |    664850 |     200    17000   119000 |    38122    27759     59 |  0.003 % |
355.08/355.26	c |    997376 |     200    17000   119000 |    41934    33498     59 |  0.003 % |
560.51/560.77	c |   1496164 |     200    17000   119000 |    46128    15321     57 |  0.003 % |
898.41/898.79	c |   2244346 |     200    17000   119000 |    50741    41533     61 |  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-1513276-1238214963/watcher-1513276-1238214963 -o /tmp/evaluation-result-1513276-1238214963/solver-1513276-1238214963 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1529040648 HOME/instance-1513276-1238214963.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 0.97 3/64 11032
/proc/meminfo: memFree=980248/2055920 swapFree=4178496/4192956
[pid=11032] ppid=11030 vsize=2412 CPUtime=0
/proc/11032/stat : 11032 (varsat-industri) R 11030 11032 8679 0 -1 4194304 330 0 0 0 0 0 0 0 18 0 1 0 1094163520 2469888 315 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/11032/statm: 603 316 87 221 0 379 0

[startup+0.0129559 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 11032
/proc/meminfo: memFree=980248/2055920 swapFree=4178496/4192956
[pid=11032] ppid=11030 vsize=3392 CPUtime=0
/proc/11032/stat : 11032 (varsat-industri) R 11030 11032 8679 0 -1 4194304 558 0 0 0 0 0 0 0 18 0 1 0 1094163520 3473408 543 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/11032/statm: 848 544 87 221 0 624 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 3392

[startup+0.10197 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 11032
/proc/meminfo: memFree=980248/2055920 swapFree=4178496/4192956
[pid=11032] ppid=11030 vsize=6264 CPUtime=0.09
/proc/11032/stat : 11032 (varsat-industri) R 11030 11032 8679 0 -1 4194304 1279 0 0 0 9 0 0 0 18 0 1 0 1094163520 6414336 1264 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/11032/statm: 1566 1264 98 221 0 1342 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6264

[startup+0.302001 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 11032
/proc/meminfo: memFree=980248/2055920 swapFree=4178496/4192956
[pid=11032] ppid=11030 vsize=6444 CPUtime=0.29
/proc/11032/stat : 11032 (varsat-industri) R 11030 11032 8679 0 -1 4194304 1312 0 0 0 29 0 0 0 19 0 1 0 1094163520 6598656 1297 1992294400 4194304 5102648 548682068784 18446744073709551615 4266490 0 0 4096 3 0 0 0 17 1 0 0
/proc/11032/statm: 1611 1297 98 221 0 1387 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6444

[startup+0.701066 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 11032
/proc/meminfo: memFree=980248/2055920 swapFree=4178496/4192956
[pid=11032] ppid=11030 vsize=6120 CPUtime=0.69
/proc/11032/stat : 11032 (varsat-industri) R 11030 11032 8679 0 -1 4194304 1324 0 0 0 69 0 0 0 22 0 1 0 1094163520 6266880 1242 1992294400 4194304 5102648 548682068784 18446744073709551615 4214176 0 0 4096 3 0 0 0 17 1 0 0
/proc/11032/statm: 1530 1242 110 221 0 1306 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6120

[startup+1.50119 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11033
/proc/meminfo: memFree=975440/2055920 swapFree=4178496/4192956
[pid=11032] ppid=11030 vsize=6252 CPUtime=1.49
/proc/11032/stat : 11032 (varsat-industri) R 11030 11032 8679 0 -1 4194304 1365 0 0 0 149 0 0 0 25 0 1 0 1094163520 6402048 1283 1992294400 4194304 5102648 548682068784 18446744073709551615 4213899 0 0 4096 3 0 0 0 17 1 0 0
/proc/11032/statm: 1563 1283 110 221 0 1339 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6252

[startup+3.10145 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11033
/proc/meminfo: memFree=974224/2055920 swapFree=4178496/4192956
[pid=11032] ppid=11030 vsize=8988 CPUtime=3.09
/proc/11032/stat : 11032 (varsat-industri) R 11030 11032 8679 0 -1 4194304 2034 0 0 0 309 0 0 0 25 0 1 0 1094163520 9203712 1952 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11032/statm: 2247 1952 110 221 0 2023 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8988

[startup+6.30197 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11033
/proc/meminfo: memFree=971728/2055920 swapFree=4178496/4192956
[pid=11032] ppid=11030 vsize=9804 CPUtime=6.28
/proc/11032/stat : 11032 (varsat-industri) R 11030 11032 8679 0 -1 4194304 2262 0 0 0 628 0 0 0 25 0 1 0 1094163520 10039296 2180 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/11032/statm: 2451 2180 110 221 0 2227 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 9804

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11033
/proc/meminfo: memFree=970064/2055920 swapFree=4178496/4192956
[pid=11032] ppid=11030 vsize=11588 CPUtime=12.69
/proc/11032/stat : 11032 (varsat-industri) R 11030 11032 8679 0 -1 4194304 2673 0 0 0 1268 1 0 0 25 0 1 0 1094163520 11866112 2591 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11032/statm: 2897 2591 110 221 0 2673 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11588

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11033
/proc/meminfo: memFree=968208/2055920 swapFree=4178496/4192956
[pid=11032] ppid=11030 vsize=13380 CPUtime=25.48
/proc/11032/stat : 11032 (varsat-industri) R 11030 11032 8679 0 -1 4194304 3121 0 0 0 2547 1 0 0 25 0 1 0 1094163520 13701120 3039 1992294400 4194304 5102648 548682068784 18446744073709551615 4255087 0 0 4096 3 0 0 0 17 1 0 0
/proc/11032/statm: 3345 3039 110 221 0 3121 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 13380

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11033
/proc/meminfo: memFree=966416/2055920 swapFree=4178496/4192956
[pid=11032] ppid=11030 vsize=15296 CPUtime=51.08
/proc/11032/stat : 11032 (varsat-industri) R 11030 11032 8679 0 -1 4194304 3581 0 0 0 5106 2 0 0 25 0 1 0 1094163520 15663104 3499 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/11032/statm: 3824 3499 110 221 0 3600 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 15296

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11035
/proc/meminfo: memFree=963216/2055920 swapFree=4178496/4192956
[pid=11032] ppid=11030 vsize=18428 CPUtime=102.26
/proc/11032/stat : 11032 (varsat-industri) R 11030 11032 8679 0 -1 4194304 4342 0 0 0 10223 3 0 0 25 0 1 0 1094163520 18870272 4260 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11032/statm: 4607 4260 110 221 0 4383 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 18428

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11035
/proc/meminfo: memFree=961232/2055920 swapFree=4178496/4192956
[pid=11032] ppid=11030 vsize=20672 CPUtime=162.24
/proc/11032/stat : 11032 (varsat-industri) R 11030 11032 8679 0 -1 4194304 4854 0 0 0 16220 4 0 0 25 0 1 0 1094163520 21168128 4772 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/11032/statm: 5168 4772 110 221 0 4944 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 20672

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11035
/proc/meminfo: memFree=960272/2055920 swapFree=4178496/4192956
[pid=11032] ppid=11030 vsize=21544 CPUtime=222.22
/proc/11032/stat : 11032 (varsat-industri) R 11030 11032 8679 0 -1 4194304 5072 0 0 0 22218 4 0 0 25 0 1 0 1094163520 22061056 4990 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11032/statm: 5386 4990 110 221 0 5162 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 21544

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11035
/proc/meminfo: memFree=958096/2055920 swapFree=4178496/4192956
[pid=11032] ppid=11030 vsize=23876 CPUtime=282.2
/proc/11032/stat : 11032 (varsat-industri) R 11030 11032 8679 0 -1 4194304 5609 0 0 0 28216 4 0 0 25 0 1 0 1094163520 24449024 5527 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11032/statm: 5969 5527 110 221 0 5745 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 23876

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11035
/proc/meminfo: memFree=957328/2055920 swapFree=4178496/4192956
[pid=11032] ppid=11030 vsize=24584 CPUtime=342.18
/proc/11032/stat : 11032 (varsat-industri) R 11030 11032 8679 0 -1 4194304 5794 0 0 0 34213 5 0 0 25 0 1 0 1094163520 25174016 5712 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11032/statm: 6146 5712 110 221 0 5922 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 24584

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11035
/proc/meminfo: memFree=955408/2055920 swapFree=4178496/4192956
[pid=11032] ppid=11030 vsize=26936 CPUtime=402.17
/proc/11032/stat : 11032 (varsat-industri) R 11030 11032 8679 0 -1 4194304 6262 0 0 0 40211 6 0 0 25 0 1 0 1094163520 27582464 6180 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11032/statm: 6734 6180 110 221 0 6510 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 26936

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11035
/proc/meminfo: memFree=954832/2055920 swapFree=4178496/4192956
[pid=11032] ppid=11030 vsize=27420 CPUtime=462.14
/proc/11032/stat : 11032 (varsat-industri) R 11030 11032 8679 0 -1 4194304 6402 0 0 0 46208 6 0 0 25 0 1 0 1094163520 28078080 6320 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11032/statm: 6855 6320 110 221 0 6631 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 27420

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11035
/proc/meminfo: memFree=954576/2055920 swapFree=4178496/4192956
[pid=11032] ppid=11030 vsize=27784 CPUtime=522.13
/proc/11032/stat : 11032 (varsat-industri) R 11030 11032 8679 0 -1 4194304 6463 0 0 0 52206 7 0 0 25 0 1 0 1094163520 28450816 6381 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11032/statm: 6946 6381 110 221 0 6722 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 27784

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11035
/proc/meminfo: memFree=953040/2055920 swapFree=4178496/4192956
[pid=11032] ppid=11030 vsize=29268 CPUtime=582.1
/proc/11032/stat : 11032 (varsat-industri) R 11030 11032 8679 0 -1 4194304 6843 0 0 0 58203 7 0 0 25 0 1 0 1094163520 29970432 6761 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11032/statm: 7317 6761 110 221 0 7093 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 29268

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11035
/proc/meminfo: memFree=951696/2055920 swapFree=4178496/4192956
[pid=11032] ppid=11030 vsize=30664 CPUtime=642.09
/proc/11032/stat : 11032 (varsat-industri) R 11030 11032 8679 0 -1 4194304 7169 0 0 0 64201 8 0 0 25 0 1 0 1094163520 31399936 7087 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11032/statm: 7666 7087 110 221 0 7442 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 30664

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11035
/proc/meminfo: memFree=950864/2055920 swapFree=4178496/4192956
[pid=11032] ppid=11030 vsize=31636 CPUtime=702.07
/proc/11032/stat : 11032 (varsat-industri) R 11030 11032 8679 0 -1 4194304 7383 0 0 0 70199 8 0 0 25 0 1 0 1094163520 32395264 7301 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/11032/statm: 7909 7301 110 221 0 7685 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 31636

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11035
/proc/meminfo: memFree=950608/2055920 swapFree=4178496/4192956
[pid=11032] ppid=11030 vsize=31968 CPUtime=762.05
/proc/11032/stat : 11032 (varsat-industri) R 11030 11032 8679 0 -1 4194304 7448 0 0 0 76197 8 0 0 25 0 1 0 1094163520 32735232 7366 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11032/statm: 7992 7366 110 221 0 7768 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 31968

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11035
/proc/meminfo: memFree=950096/2055920 swapFree=4178496/4192956
[pid=11032] ppid=11030 vsize=32536 CPUtime=822.03
/proc/11032/stat : 11032 (varsat-industri) R 11030 11032 8679 0 -1 4194304 7559 0 0 0 82195 8 0 0 25 0 1 0 1094163520 33316864 7477 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11032/statm: 8134 7477 110 221 0 7910 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 32536

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11035
/proc/meminfo: memFree=950032/2055920 swapFree=4178496/4192956
[pid=11032] ppid=11030 vsize=32676 CPUtime=882.01
/proc/11032/stat : 11032 (varsat-industri) R 11030 11032 8679 0 -1 4194304 7585 0 0 0 88193 8 0 0 25 0 1 0 1094163520 33460224 7503 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/11032/statm: 8169 7503 110 221 0 7945 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 32676

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11035
/proc/meminfo: memFree=948048/2055920 swapFree=4178496/4192956
[pid=11032] ppid=11030 vsize=34680 CPUtime=941.99
/proc/11032/stat : 11032 (varsat-industri) R 11030 11032 8679 0 -1 4194304 8081 0 0 0 94190 9 0 0 25 0 1 0 1094163520 35512320 7999 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11032/statm: 8670 7999 110 221 0 8446 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 34680

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11035
/proc/meminfo: memFree=947344/2055920 swapFree=4178496/4192956
[pid=11032] ppid=11030 vsize=35652 CPUtime=1001.97
/proc/11032/stat : 11032 (varsat-industri) R 11030 11032 8679 0 -1 4194304 8252 0 0 0 100188 9 0 0 25 0 1 0 1094163520 36507648 8170 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11032/statm: 8913 8170 110 221 0 8689 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 35652

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11035
/proc/meminfo: memFree=946960/2055920 swapFree=4178496/4192956
[pid=11032] ppid=11030 vsize=35888 CPUtime=1061.95
/proc/11032/stat : 11032 (varsat-industri) R 11030 11032 8679 0 -1 4194304 8339 0 0 0 106186 9 0 0 25 0 1 0 1094163520 36749312 8257 1992294400 4194304 5102648 548682068784 18446744073709551615 4249776 0 0 4096 3 0 0 0 17 1 0 0
/proc/11032/statm: 8972 8257 110 221 0 8748 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 35888

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11035
/proc/meminfo: memFree=946384/2055920 swapFree=4178496/4192956
[pid=11032] ppid=11030 vsize=36504 CPUtime=1121.94
/proc/11032/stat : 11032 (varsat-industri) R 11030 11032 8679 0 -1 4194304 8472 0 0 0 112184 10 0 0 25 0 1 0 1094163520 37380096 8390 1992294400 4194304 5102648 548682068784 18446744073709551615 4255155 0 0 4096 3 0 0 0 17 1 0 0
/proc/11032/statm: 9126 8390 110 221 0 8902 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 36504

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11035
/proc/meminfo: memFree=945808/2055920 swapFree=4178496/4192956
[pid=11032] ppid=11030 vsize=37168 CPUtime=1181.92
/proc/11032/stat : 11032 (varsat-industri) R 11030 11032 8679 0 -1 4194304 8613 0 0 0 118182 10 0 0 25 0 1 0 1094163520 38060032 8531 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/11032/statm: 9292 8531 110 221 0 9068 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 37168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11035
/proc/meminfo: memFree=945808/2055920 swapFree=4178496/4192956
[pid=11032] ppid=11030 vsize=37168 CPUtime=1200.02
/proc/11032/stat : 11032 (varsat-industri) R 11030 11032 8679 0 -1 4194304 8613 0 0 0 119992 10 0 0 25 0 1 0 1094163520 38060032 8531 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11032/statm: 9292 8531 110 221 0 9068 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 37168

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.92
CPU system time (s): 0.107983
CPU usage (%): 99.9684
Max. virtual memory (cumulated for all children) (KiB): 37168

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

runsolver used 0.889864 second user time and 2.59061 second system time

The end

Launcher Data

Begin job on node3 at 2009-03-28 05:36:03
IDJOB=1513276
IDBENCH=70249
IDSOLVER=538
FILE ID=node3/1513276-1238214963
PBS_JOBID= 9060561
Free space on /tmp= 65904 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/200/unif-k7-r85-v200-c17000-S1136894336-075.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1513276-1238214963/watcher-1513276-1238214963 -o /tmp/evaluation-result-1513276-1238214963/solver-1513276-1238214963 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=1529040648 HOME/instance-1513276-1238214963.cnf

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

MD5SUM BENCH= 95130954abd8400708fa3e3db5d60039
RANDOM SEED=1529040648

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:        980664 kB
Buffers:         86984 kB
Cached:         890952 kB
SwapCached:       8268 kB
Active:         238080 kB
Inactive:       749780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        980664 kB
SwapTotal:     4192956 kB
SwapFree:      4178496 kB
Dirty:            1508 kB
Writeback:           0 kB
Mapped:          15576 kB
Slab:            73416 kB
Committed_AS:  2678588 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 05:56:05