Trace number 1513264

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.11 1200.51

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/200/
unif-k7-r85-v200-c17000-S2140929154-062.cnf
MD5SUMd3e388145b1dc90e0d73a294f0c3ce44
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark811.961
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:          219964527.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.54	c ============================[ Search Statistics ]==============================
0.49/0.54	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.49/0.54	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.49/0.54	c ===============================================================================
0.49/0.54	c |         0 |     200    17000   119000 |     5666        0    nan |  0.000 % |
0.59/0.61	c |       101 |     200    17000   119000 |     6233      101     56 |  0.003 % |
0.59/0.69	c |       251 |     200    17000   119000 |     6856      251     59 |  0.003 % |
0.69/0.77	c |       478 |     200    17000   119000 |     7542      478     58 |  0.003 % |
0.79/0.85	c |       815 |     200    17000   119000 |     8296      815     58 |  0.003 % |
0.89/0.95	c |      1321 |     200    17000   119000 |     9126     1321     58 |  0.003 % |
0.99/1.08	c |      2080 |     200    17000   119000 |    10038     2080     57 |  0.003 % |
1.19/1.25	c |      3219 |     200    17000   119000 |    11042     3219     57 |  0.003 % |
1.49/1.50	c |      4928 |     200    17000   119000 |    12147     4928     57 |  0.003 % |
1.79/1.88	c |      7492 |     200    17000   119000 |    13361     7492     58 |  0.003 % |
2.49/2.54	c |     11336 |     200    17000   119000 |    14697    11336     58 |  0.003 % |
3.69/3.70	c |     17104 |     200    17000   119000 |    16167     9705     58 |  0.003 % |
5.49/5.52	c |     25755 |     200    17000   119000 |    17784    10228     59 |  0.003 % |
8.29/8.35	c |     38730 |     200    17000   119000 |    19562    14266     58 |  0.003 % |
12.99/13.03	c |     58192 |     200    17000   119000 |    21519    14074     59 |  0.003 % |
21.08/21.17	c |     87386 |     200    17000   119000 |    23671    10856     57 |  0.003 % |
33.38/33.47	c |    131175 |     200    17000   119000 |    26038    18270     60 |  0.003 % |
53.97/54.06	c |    196859 |     200    17000   119000 |    28641    13464     56 |  0.003 % |
87.56/87.69	c |    295386 |     200    17000   119000 |    31506    28725     60 |  0.003 % |
138.74/138.84	c |    443176 |     200    17000   119000 |    34656    25632     58 |  0.003 % |
223.02/223.16	c |    664859 |     200    17000   119000 |    38122    28316     60 |  0.003 % |
356.06/356.21	c |    997385 |     200    17000   119000 |    41934    32827     61 |  0.003 % |
568.90/569.14	c |   1496173 |     200    17000   119000 |    46128    41795     60 |  0.003 % |
903.48/903.81	c |   2244356 |     200    17000   119000 |    50741    39143     60 |  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-1513264-1238214959/watcher-1513264-1238214959 -o /tmp/evaluation-result-1513264-1238214959/solver-1513264-1238214959 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=219964527 HOME/instance-1513264-1238214959.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.96 3/64 13585
/proc/meminfo: memFree=887560/2055920 swapFree=4174052/4192956
[pid=13585] ppid=13583 vsize=2412 CPUtime=0
/proc/13585/stat : 13585 (varsat-industri) R 13583 13585 12798 0 -1 4194304 329 0 0 0 0 0 0 0 18 0 1 0 1094161981 2469888 314 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/13585/statm: 603 315 87 221 0 379 0

[startup+0.085758 s]
/proc/loadavg: 1.00 1.00 0.96 3/64 13585
/proc/meminfo: memFree=887560/2055920 swapFree=4174052/4192956
[pid=13585] ppid=13583 vsize=6256 CPUtime=0.07
/proc/13585/stat : 13585 (varsat-industri) R 13583 13585 12798 0 -1 4194304 1280 0 0 0 7 0 0 0 18 0 1 0 1094161981 6406144 1265 1992294400 4194304 5102648 548682068784 18446744073709551615 4273027 0 0 4096 3 0 0 0 17 1 0 0
/proc/13585/statm: 1564 1265 98 221 0 1340 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6256

[startup+0.10176 s]
/proc/loadavg: 1.00 1.00 0.96 3/64 13585
/proc/meminfo: memFree=887560/2055920 swapFree=4174052/4192956
[pid=13585] ppid=13583 vsize=6256 CPUtime=0.09
/proc/13585/stat : 13585 (varsat-industri) R 13583 13585 12798 0 -1 4194304 1280 0 0 0 9 0 0 0 18 0 1 0 1094161981 6406144 1265 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/13585/statm: 1564 1265 98 221 0 1340 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6256

[startup+0.301797 s]
/proc/loadavg: 1.00 1.00 0.96 3/64 13585
/proc/meminfo: memFree=887560/2055920 swapFree=4174052/4192956
[pid=13585] ppid=13583 vsize=6256 CPUtime=0.29
/proc/13585/stat : 13585 (varsat-industri) R 13583 13585 12798 0 -1 4194304 1280 0 0 0 29 0 0 0 19 0 1 0 1094161981 6406144 1265 1992294400 4194304 5102648 548682068784 18446744073709551615 4283265 0 0 4096 3 0 0 0 17 1 0 0
/proc/13585/statm: 1564 1265 98 221 0 1340 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6256

[startup+0.701869 s]
/proc/loadavg: 1.00 1.00 0.96 3/64 13585
/proc/meminfo: memFree=887560/2055920 swapFree=4174052/4192956
[pid=13585] ppid=13583 vsize=6112 CPUtime=0.69
/proc/13585/stat : 13585 (varsat-industri) R 13583 13585 12798 0 -1 4194304 1325 0 0 0 69 0 0 0 22 0 1 0 1094161981 6258688 1243 1992294400 4194304 5102648 548682068784 18446744073709551615 4214159 0 0 4096 3 0 0 0 17 1 0 0
/proc/13585/statm: 1528 1243 110 221 0 1304 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6112

[startup+1.50201 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 13586
/proc/meminfo: memFree=882752/2055920 swapFree=4174052/4192956
[pid=13585] ppid=13583 vsize=6244 CPUtime=1.49
/proc/13585/stat : 13585 (varsat-industri) R 13583 13585 12798 0 -1 4194304 1352 0 0 0 149 0 0 0 25 0 1 0 1094161981 6393856 1270 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/13585/statm: 1561 1270 110 221 0 1337 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6244

[startup+3.1013 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 13586
/proc/meminfo: memFree=881600/2055920 swapFree=4174052/4192956
[pid=13585] ppid=13583 vsize=8856 CPUtime=3.09
/proc/13585/stat : 13585 (varsat-industri) R 13583 13585 12798 0 -1 4194304 2016 0 0 0 309 0 0 0 25 0 1 0 1094161981 9068544 1934 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/13585/statm: 2214 1934 110 221 0 1990 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8856

[startup+6.30189 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 13586
/proc/meminfo: memFree=879104/2055920 swapFree=4174052/4192956
[pid=13585] ppid=13583 vsize=9788 CPUtime=6.28
/proc/13585/stat : 13585 (varsat-industri) R 13583 13585 12798 0 -1 4194304 2252 0 0 0 628 0 0 0 25 0 1 0 1094161981 10022912 2170 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/13585/statm: 2447 2170 110 221 0 2223 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 9788

[startup+12.701 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 13586
/proc/meminfo: memFree=877568/2055920 swapFree=4174052/4192956
[pid=13585] ppid=13583 vsize=11456 CPUtime=12.69
/proc/13585/stat : 13585 (varsat-industri) R 13583 13585 12798 0 -1 4194304 2661 0 0 0 1268 1 0 0 25 0 1 0 1094161981 11730944 2579 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/13585/statm: 2864 2579 110 221 0 2640 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11456

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 13586
/proc/meminfo: memFree=875520/2055920 swapFree=4174052/4192956
[pid=13585] ppid=13583 vsize=13432 CPUtime=25.48
/proc/13585/stat : 13585 (varsat-industri) R 13583 13585 12798 0 -1 4194304 3140 0 0 0 2547 1 0 0 25 0 1 0 1094161981 13754368 3058 1992294400 4194304 5102648 548682068784 18446744073709551615 4250276 0 0 4096 3 0 0 0 17 1 0 0
/proc/13585/statm: 3358 3058 110 221 0 3134 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 13432

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 13586
/proc/meminfo: memFree=873920/2055920 swapFree=4174052/4192956
[pid=13585] ppid=13583 vsize=15128 CPUtime=51.07
/proc/13585/stat : 13585 (varsat-industri) R 13583 13585 12798 0 -1 4194304 3549 0 0 0 5105 2 0 0 25 0 1 0 1094161981 15491072 3467 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/13585/statm: 3782 3467 110 221 0 3558 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 15128

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 13586
/proc/meminfo: memFree=870656/2055920 swapFree=4174052/4192956
[pid=13585] ppid=13583 vsize=18624 CPUtime=102.26
/proc/13585/stat : 13585 (varsat-industri) R 13583 13585 12798 0 -1 4194304 4365 0 0 0 10223 3 0 0 25 0 1 0 1094161981 19070976 4283 1992294400 4194304 5102648 548682068784 18446744073709551615 4249064 0 0 4096 3 0 0 0 17 1 0 0
/proc/13585/statm: 4656 4283 110 221 0 4432 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 18624

[startup+162.301 s]
/proc/loadavg: 1.06 1.02 0.96 2/65 13586
/proc/meminfo: memFree=868288/2055920 swapFree=4174052/4192956
[pid=13585] ppid=13583 vsize=21076 CPUtime=162.23
/proc/13585/stat : 13585 (varsat-industri) R 13583 13585 12798 0 -1 4194304 4949 0 0 0 16220 3 0 0 25 0 1 0 1094161981 21581824 4867 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/13585/statm: 5269 4867 110 221 0 5045 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 21076

[startup+222.301 s]
/proc/loadavg: 1.07 1.03 0.97 2/65 13586
/proc/meminfo: memFree=867264/2055920 swapFree=4174052/4192956
[pid=13585] ppid=13583 vsize=22108 CPUtime=222.22
/proc/13585/stat : 13585 (varsat-industri) R 13583 13585 12798 0 -1 4194304 5196 0 0 0 22218 4 0 0 25 0 1 0 1094161981 22638592 5114 1992294400 4194304 5102648 548682068784 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/13585/statm: 5527 5114 110 221 0 5303 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 22108

[startup+282.302 s]
/proc/loadavg: 1.08 1.03 0.97 2/65 13586
/proc/meminfo: memFree=865408/2055920 swapFree=4174052/4192956
[pid=13585] ppid=13583 vsize=23972 CPUtime=282.19
/proc/13585/stat : 13585 (varsat-industri) R 13583 13585 12798 0 -1 4194304 5664 0 0 0 28215 4 0 0 25 0 1 0 1094161981 24547328 5582 1992294400 4194304 5102648 548682068784 18446744073709551615 4249872 0 0 4096 3 0 0 0 17 1 0 0
/proc/13585/statm: 5993 5582 110 221 0 5769 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 23972

[startup+342.302 s]
/proc/loadavg: 1.07 1.04 0.98 2/65 13587
/proc/meminfo: memFree=864512/2055920 swapFree=4174052/4192956
[pid=13585] ppid=13583 vsize=24836 CPUtime=342.17
/proc/13585/stat : 13585 (varsat-industri) R 13583 13585 12798 0 -1 4194304 5851 0 0 0 34213 4 0 0 25 0 1 0 1094161981 25432064 5769 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/13585/statm: 6209 5769 110 221 0 5985 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 24836

[startup+402.303 s]
/proc/loadavg: 1.08 1.04 0.98 2/65 13588
/proc/meminfo: memFree=862912/2055920 swapFree=4174052/4192956
[pid=13585] ppid=13583 vsize=26684 CPUtime=402.16
/proc/13585/stat : 13585 (varsat-industri) R 13583 13585 12798 0 -1 4194304 6262 0 0 0 40211 5 0 0 25 0 1 0 1094161981 27324416 6180 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/13585/statm: 6671 6180 110 221 0 6447 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 26684

[startup+462.302 s]
/proc/loadavg: 1.03 1.03 0.98 2/65 13588
/proc/meminfo: memFree=862144/2055920 swapFree=4174052/4192956
[pid=13585] ppid=13583 vsize=27588 CPUtime=462.13
/proc/13585/stat : 13585 (varsat-industri) R 13583 13585 12798 0 -1 4194304 6440 0 0 0 46208 5 0 0 25 0 1 0 1094161981 28250112 6358 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/13585/statm: 6897 6358 110 221 0 6673 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 27588

[startup+522.301 s]
/proc/loadavg: 1.01 1.02 0.98 2/65 13588
/proc/meminfo: memFree=861824/2055920 swapFree=4174052/4192956
[pid=13585] ppid=13583 vsize=28112 CPUtime=522.11
/proc/13585/stat : 13585 (varsat-industri) R 13583 13585 12798 0 -1 4194304 6563 0 0 0 52206 5 0 0 25 0 1 0 1094161981 28786688 6481 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/13585/statm: 7028 6481 110 221 0 6804 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 28112

[startup+582.301 s]
/proc/loadavg: 1.00 1.02 0.98 2/65 13588
/proc/meminfo: memFree=860288/2055920 swapFree=4174052/4192956
[pid=13585] ppid=13583 vsize=29524 CPUtime=582.09
/proc/13585/stat : 13585 (varsat-industri) R 13583 13585 12798 0 -1 4194304 6933 0 0 0 58204 5 0 0 25 0 1 0 1094161981 30232576 6851 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/13585/statm: 7381 6851 110 221 0 7157 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 29524

[startup+642.301 s]
/proc/loadavg: 1.00 1.01 0.98 2/65 13588
/proc/meminfo: memFree=859456/2055920 swapFree=4174052/4192956
[pid=13585] ppid=13583 vsize=30568 CPUtime=642.08
/proc/13585/stat : 13585 (varsat-industri) R 13583 13585 12798 0 -1 4194304 7146 0 0 0 64202 6 0 0 25 0 1 0 1094161981 31301632 7064 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/13585/statm: 7642 7064 110 221 0 7418 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 30568

[startup+702.301 s]
/proc/loadavg: 1.00 1.01 0.98 2/65 13588
/proc/meminfo: memFree=859008/2055920 swapFree=4174052/4192956
[pid=13585] ppid=13583 vsize=31164 CPUtime=702.06
/proc/13585/stat : 13585 (varsat-industri) R 13583 13585 12798 0 -1 4194304 7255 0 0 0 70200 6 0 0 25 0 1 0 1094161981 31911936 7173 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/13585/statm: 7791 7173 110 221 0 7567 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 31164

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 13588
/proc/meminfo: memFree=858624/2055920 swapFree=4174052/4192956
[pid=13585] ppid=13583 vsize=31448 CPUtime=762.04
/proc/13585/stat : 13585 (varsat-industri) R 13583 13585 12798 0 -1 4194304 7347 0 0 0 76198 6 0 0 25 0 1 0 1094161981 32202752 7265 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/13585/statm: 7862 7265 110 221 0 7638 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 31448

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 13588
/proc/meminfo: memFree=858432/2055920 swapFree=4174052/4192956
[pid=13585] ppid=13583 vsize=31636 CPUtime=822.01
/proc/13585/stat : 13585 (varsat-industri) R 13583 13585 12798 0 -1 4194304 7380 0 0 0 82195 6 0 0 25 0 1 0 1094161981 32395264 7298 1992294400 4194304 5102648 548682068784 18446744073709551615 4249862 0 0 4096 3 0 0 0 17 1 0 0
/proc/13585/statm: 7909 7298 110 221 0 7685 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 31636

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 13588
/proc/meminfo: memFree=858304/2055920 swapFree=4174052/4192956
[pid=13585] ppid=13583 vsize=31828 CPUtime=881.99
/proc/13585/stat : 13585 (varsat-industri) R 13583 13585 12798 0 -1 4194304 7418 0 0 0 88193 6 0 0 25 0 1 0 1094161981 32591872 7336 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/13585/statm: 7957 7336 110 221 0 7733 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 31828

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 13588
/proc/meminfo: memFree=856768/2055920 swapFree=4174052/4192956
[pid=13585] ppid=13583 vsize=33328 CPUtime=941.98
/proc/13585/stat : 13585 (varsat-industri) R 13583 13585 12798 0 -1 4194304 7816 0 0 0 94191 7 0 0 25 0 1 0 1094161981 34127872 7734 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/13585/statm: 8332 7734 110 221 0 8108 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 33328

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 13588
/proc/meminfo: memFree=856064/2055920 swapFree=4174052/4192956
[pid=13585] ppid=13583 vsize=34040 CPUtime=1001.95
/proc/13585/stat : 13585 (varsat-industri) R 13583 13585 12798 0 -1 4194304 7967 0 0 0 100188 7 0 0 25 0 1 0 1094161981 34856960 7885 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/13585/statm: 8510 7885 110 221 0 8286 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 34040

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 13588
/proc/meminfo: memFree=855552/2055920 swapFree=4174052/4192956
[pid=13585] ppid=13583 vsize=34576 CPUtime=1061.93
/proc/13585/stat : 13585 (varsat-industri) R 13583 13585 12798 0 -1 4194304 8091 0 0 0 106186 7 0 0 25 0 1 0 1094161981 35405824 8009 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/13585/statm: 8644 8009 110 221 0 8420 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 34576

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 13588
/proc/meminfo: memFree=855296/2055920 swapFree=4174052/4192956
[pid=13585] ppid=13583 vsize=34860 CPUtime=1121.91
/proc/13585/stat : 13585 (varsat-industri) R 13583 13585 12798 0 -1 4194304 8158 0 0 0 112184 7 0 0 25 0 1 0 1094161981 35696640 8076 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/13585/statm: 8715 8076 110 221 0 8491 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 34860

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 13588
/proc/meminfo: memFree=855104/2055920 swapFree=4174052/4192956
[pid=13585] ppid=13583 vsize=35004 CPUtime=1181.89
/proc/13585/stat : 13585 (varsat-industri) R 13583 13585 12798 0 -1 4194304 8196 0 0 0 118182 7 0 0 25 0 1 0 1094161981 35844096 8114 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/13585/statm: 8751 8114 110 221 0 8527 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 35004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 13588
/proc/meminfo: memFree=854976/2055920 swapFree=4174052/4192956
[pid=13585] ppid=13583 vsize=35144 CPUtime=1200.09
/proc/13585/stat : 13585 (varsat-industri) R 13583 13585 12798 0 -1 4194304 8223 0 0 0 120002 7 0 0 25 0 1 0 1094161981 35987456 8141 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/13585/statm: 8786 8141 110 221 0 8562 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 35144

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 13588
/proc/meminfo: memFree=854976/2055920 swapFree=4174052/4192956
[pid=13585] ppid=13583 vsize=35144 CPUtime=1200.09
/proc/13585/stat : 13585 (varsat-industri) R 13583 13585 12798 0 -1 4194304 8223 0 0 0 120002 7 0 0 25 0 1 0 1094161981 35987456 8141 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/13585/statm: 8786 8141 110 221 0 8562 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 35144

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.11
CPU user time (s): 1200.02
CPU system time (s): 0.081987
CPU usage (%): 99.9663
Max. virtual memory (cumulated for all children) (KiB): 35144

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

runsolver used 0.876866 second user time and 2.52662 second system time

The end

Launcher Data

Begin job on node17 at 2009-03-28 05:36:00
IDJOB=1513264
IDBENCH=70248
IDSOLVER=538
FILE ID=node17/1513264-1238214959
PBS_JOBID= 9060547
Free space on /tmp= 66332 MiB

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

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

MD5SUM BENCH= d3e388145b1dc90e0d73a294f0c3ce44
RANDOM SEED=219964527

node17.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.265
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.265
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:        887976 kB
Buffers:         84224 kB
Cached:         985448 kB
SwapCached:      12684 kB
Active:         161404 kB
Inactive:       922404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        887976 kB
SwapTotal:     4192956 kB
SwapFree:      4174052 kB
Dirty:            1504 kB
Writeback:           0 kB
Mapped:          19752 kB
Slab:            70076 kB
Committed_AS:  2873244 kB
PageTables:       1464 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= 66328 MiB
End job on node17 at 2009-03-28 05:56:02