Trace number 1513492

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.04 1200.31

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/160/
unif-k7-r85-v160-c13600-S432776913-077.cnf
MD5SUM7added98d83a731c0c62b4e7cbaf3442
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.23305
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of clauses13600
Sum of the clauses size95200
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 513600

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  160                                                  |
0.00/0.00	c |  Number of clauses:    13600                                                |
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:          671841659.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.40	c ============================[ Search Statistics ]==============================
0.39/0.40	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.39/0.40	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.39/0.40	c ===============================================================================
0.39/0.40	c |         0 |     160    13600    95200 |     4533        0    nan |  0.000 % |
0.39/0.45	c |       100 |     160    13600    95200 |     4986      100     47 |  0.004 % |
0.49/0.51	c |       251 |     160    13600    95200 |     5485      251     45 |  0.004 % |
0.49/0.57	c |       477 |     160    13600    95200 |     6033      477     45 |  0.004 % |
0.59/0.64	c |       814 |     160    13600    95200 |     6637      814     46 |  0.004 % |
0.69/0.72	c |      1320 |     160    13600    95200 |     7300     1320     47 |  0.004 % |
0.79/0.82	c |      2079 |     160    13600    95200 |     8031     2079     47 |  0.004 % |
0.89/0.96	c |      3218 |     160    13600    95200 |     8834     3218     48 |  0.004 % |
1.09/1.16	c |      4926 |     160    13600    95200 |     9717     4926     48 |  0.004 % |
1.49/1.50	c |      7489 |     160    13600    95200 |    10689     7489     49 |  0.004 % |
1.99/2.04	c |     11336 |     160    13600    95200 |    11758     5956     48 |  0.004 % |
2.79/2.86	c |     17103 |     160    13600    95200 |    12934    11723     49 |  0.004 % |
4.18/4.21	c |     25752 |     160    13600    95200 |    14227     7367     48 |  0.004 % |
6.18/6.29	c |     38728 |     160    13600    95200 |    15650    13189     49 |  0.004 % |
9.79/9.86	c |     58190 |     160    13600    95200 |    17215     9072     48 |  0.004 % |
15.58/15.60	c |     87382 |     160    13600    95200 |    18936    12342     48 |  0.004 % |
25.28/25.31	c |    131172 |     160    13600    95200 |    20830    18117     49 |  0.004 % |
40.77/40.89	c |    196858 |     160    13600    95200 |    22913    10641     48 |  0.004 % |
65.76/65.88	c |    295385 |     160    13600    95200 |    25204    16878     49 |  0.004 % |
105.06/105.19	c |    443174 |     160    13600    95200 |    27725    20989     48 |  0.004 % |
167.94/168.07	c |    664857 |     160    13600    95200 |    30497    26857     49 |  0.004 % |
270.42/270.52	c |    997383 |     160    13600    95200 |    33547    16507     49 |  0.004 % |
432.49/432.62	c |   1496171 |     160    13600    95200 |    36902    32246     48 |  0.004 % |
695.83/696.01	c |   2244353 |     160    13600    95200 |    40592    13042     47 |  0.004 % |
1117.64/1117.94	c |   3366629 |     160    13600    95200 |    44652    35985     49 |  0.004 % |

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-1513492-1238218553/watcher-1513492-1238218553 -o /tmp/evaluation-result-1513492-1238218553/solver-1513492-1238218553 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=671841659 HOME/instance-1513492-1238218553.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.92 0.98 0.97 3/68 15569
/proc/meminfo: memFree=752936/2055920 swapFree=4177828/4192956
[pid=15569] ppid=15567 vsize=2544 CPUtime=0
/proc/15569/stat : 15569 (varsat-industri) R 15567 15569 13108 0 -1 4194304 318 0 0 0 0 0 0 0 18 0 1 0 1094517356 2605056 303 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/15569/statm: 636 304 87 221 0 412 0

[startup+0.053056 s]
/proc/loadavg: 0.92 0.98 0.97 3/68 15569
/proc/meminfo: memFree=752936/2055920 swapFree=4177828/4192956
[pid=15569] ppid=15567 vsize=5604 CPUtime=0.04
/proc/15569/stat : 15569 (varsat-industri) R 15567 15569 13108 0 -1 4194304 1096 0 0 0 4 0 0 0 18 0 1 0 1094517356 5738496 1081 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/15569/statm: 1401 1081 98 221 0 1177 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5604

[startup+0.101058 s]
/proc/loadavg: 0.92 0.98 0.97 3/68 15569
/proc/meminfo: memFree=752936/2055920 swapFree=4177828/4192956
[pid=15569] ppid=15567 vsize=5604 CPUtime=0.09
/proc/15569/stat : 15569 (varsat-industri) R 15567 15569 13108 0 -1 4194304 1096 0 0 0 9 0 0 0 18 0 1 0 1094517356 5738496 1081 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/15569/statm: 1401 1081 98 221 0 1177 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5604

[startup+0.301071 s]
/proc/loadavg: 0.92 0.98 0.97 3/68 15569
/proc/meminfo: memFree=752936/2055920 swapFree=4177828/4192956
[pid=15569] ppid=15567 vsize=5676 CPUtime=0.29
/proc/15569/stat : 15569 (varsat-industri) R 15567 15569 13108 0 -1 4194304 1123 0 0 0 29 0 0 0 19 0 1 0 1094517356 5812224 1108 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/15569/statm: 1419 1108 98 221 0 1195 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5676

[startup+0.701098 s]
/proc/loadavg: 0.92 0.98 0.97 3/68 15569
/proc/meminfo: memFree=752936/2055920 swapFree=4177828/4192956
[pid=15569] ppid=15567 vsize=4992 CPUtime=0.69
/proc/15569/stat : 15569 (varsat-industri) R 15567 15569 13108 0 -1 4194304 1135 0 0 0 69 0 0 0 22 0 1 0 1094517356 5111808 952 1992294400 4194304 5102648 548682068784 18446744073709551615 4249977 0 0 4096 3 0 0 0 17 1 0 0
/proc/15569/statm: 1248 952 110 221 0 1024 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4992

[startup+1.50115 s]
/proc/loadavg: 0.92 0.98 0.97 2/69 15570
/proc/meminfo: memFree=749280/2055920 swapFree=4177828/4192956
[pid=15569] ppid=15567 vsize=6184 CPUtime=1.49
/proc/15569/stat : 15569 (varsat-industri) R 15567 15569 13108 0 -1 4194304 1419 0 0 0 149 0 0 0 25 0 1 0 1094517356 6332416 1236 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15569/statm: 1546 1236 110 221 0 1322 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6184

[startup+3.10126 s]
/proc/loadavg: 0.92 0.98 0.97 2/69 15570
/proc/meminfo: memFree=747360/2055920 swapFree=4177828/4192956
[pid=15569] ppid=15567 vsize=7776 CPUtime=3.08
/proc/15569/stat : 15569 (varsat-industri) R 15567 15569 13108 0 -1 4194304 1809 0 0 0 308 0 0 0 25 0 1 0 1094517356 7962624 1626 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/15569/statm: 1944 1626 110 221 0 1720 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 7776

[startup+6.30148 s]
/proc/loadavg: 0.93 0.98 0.97 2/69 15570
/proc/meminfo: memFree=745952/2055920 swapFree=4177828/4192956
[pid=15569] ppid=15567 vsize=8436 CPUtime=6.28
/proc/15569/stat : 15569 (varsat-industri) R 15567 15569 13108 0 -1 4194304 1968 0 0 0 628 0 0 0 25 0 1 0 1094517356 8638464 1785 1992294400 4194304 5102648 548682068784 18446744073709551615 4213863 0 0 4096 3 0 0 0 17 1 0 0
/proc/15569/statm: 2109 1785 110 221 0 1885 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 8436

[startup+12.7019 s]
/proc/loadavg: 0.93 0.98 0.97 2/69 15571
/proc/meminfo: memFree=744544/2055920 swapFree=4177828/4192956
[pid=15569] ppid=15567 vsize=9800 CPUtime=12.68
/proc/15569/stat : 15569 (varsat-industri) R 15567 15569 13108 0 -1 4194304 2299 0 0 0 1267 1 0 0 25 0 1 0 1094517356 10035200 2116 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/15569/statm: 2450 2116 110 221 0 2226 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9800

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.97 2/69 15572
/proc/meminfo: memFree=743456/2055920 swapFree=4177828/4192956
[pid=15569] ppid=15567 vsize=10964 CPUtime=25.47
/proc/15569/stat : 15569 (varsat-industri) R 15567 15569 13108 0 -1 4194304 2591 0 0 0 2546 1 0 0 25 0 1 0 1094517356 11227136 2408 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15569/statm: 2741 2408 110 221 0 2517 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 10964

[startup+51.1015 s]
/proc/loadavg: 0.96 0.98 0.97 2/69 15572
/proc/meminfo: memFree=741344/2055920 swapFree=4177828/4192956
[pid=15569] ppid=15567 vsize=13084 CPUtime=51.07
/proc/15569/stat : 15569 (varsat-industri) R 15567 15569 13108 0 -1 4194304 3106 0 0 0 5105 2 0 0 25 0 1 0 1094517356 13398016 2923 1992294400 4194304 5102648 548682068784 18446744073709551615 4250276 0 0 4096 3 0 0 0 17 1 0 0
/proc/15569/statm: 3271 2923 110 221 0 3047 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 13084

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.97 2/69 15572
/proc/meminfo: memFree=739488/2055920 swapFree=4177828/4192956
[pid=15569] ppid=15567 vsize=15020 CPUtime=102.27
/proc/15569/stat : 15569 (varsat-industri) R 15567 15569 13108 0 -1 4194304 3549 0 0 0 10224 3 0 0 25 0 1 0 1094517356 15380480 3366 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/15569/statm: 3755 3366 110 221 0 3531 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 15020

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.97 2/69 15572
/proc/meminfo: memFree=737696/2055920 swapFree=4177828/4192956
[pid=15569] ppid=15567 vsize=17024 CPUtime=162.25
/proc/15569/stat : 15569 (varsat-industri) R 15567 15569 13108 0 -1 4194304 4011 0 0 0 16222 3 0 0 25 0 1 0 1094517356 17432576 3828 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15569/statm: 4256 3828 110 221 0 4032 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 17024

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.97 2/69 15572
/proc/meminfo: memFree=735712/2055920 swapFree=4177828/4192956
[pid=15569] ppid=15567 vsize=19192 CPUtime=222.23
/proc/15569/stat : 15569 (varsat-industri) R 15567 15569 13108 0 -1 4194304 4474 0 0 0 22219 4 0 0 25 0 1 0 1094517356 19652608 4291 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15569/statm: 4798 4291 110 221 0 4574 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 19192

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.97 2/69 15572
/proc/meminfo: memFree=734688/2055920 swapFree=4177828/4192956
[pid=15569] ppid=15567 vsize=20128 CPUtime=282.22
/proc/15569/stat : 15569 (varsat-industri) R 15567 15569 13108 0 -1 4194304 4729 0 0 0 28218 4 0 0 25 0 1 0 1094517356 20611072 4546 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15569/statm: 5032 4546 110 221 0 4808 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 20128

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.97 2/69 15572
/proc/meminfo: memFree=733792/2055920 swapFree=4177828/4192956
[pid=15569] ppid=15567 vsize=20944 CPUtime=342.21
/proc/15569/stat : 15569 (varsat-industri) R 15567 15569 13108 0 -1 4194304 4934 0 0 0 34216 5 0 0 25 0 1 0 1094517356 21446656 4751 1992294400 4194304 5102648 548682068784 18446744073709551615 4249860 0 0 4096 3 0 0 0 17 1 0 0
/proc/15569/statm: 5236 4751 110 221 0 5012 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 20944

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.97 2/69 15572
/proc/meminfo: memFree=733536/2055920 swapFree=4177828/4192956
[pid=15569] ppid=15567 vsize=21216 CPUtime=402.19
/proc/15569/stat : 15569 (varsat-industri) R 15567 15569 13108 0 -1 4194304 5004 0 0 0 40214 5 0 0 25 0 1 0 1094517356 21725184 4821 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15569/statm: 5304 4821 110 221 0 5080 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 21216

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.97 2/69 15572
/proc/meminfo: memFree=732320/2055920 swapFree=4177828/4192956
[pid=15569] ppid=15567 vsize=22572 CPUtime=462.18
/proc/15569/stat : 15569 (varsat-industri) R 15567 15569 13108 0 -1 4194304 5308 0 0 0 46213 5 0 0 25 0 1 0 1094517356 23113728 5125 1992294400 4194304 5102648 548682068784 18446744073709551615 4250272 0 0 4096 3 0 0 0 17 1 0 0
/proc/15569/statm: 5643 5125 110 221 0 5419 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 22572

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.97 2/69 15572
/proc/meminfo: memFree=731488/2055920 swapFree=4177828/4192956
[pid=15569] ppid=15567 vsize=23480 CPUtime=522.16
/proc/15569/stat : 15569 (varsat-industri) R 15567 15569 13108 0 -1 4194304 5503 0 0 0 52211 5 0 0 25 0 1 0 1094517356 24043520 5320 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15569/statm: 5870 5320 110 221 0 5646 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 23480

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.97 2/69 15572
/proc/meminfo: memFree=731040/2055920 swapFree=4177828/4192956
[pid=15569] ppid=15567 vsize=24100 CPUtime=582.16
/proc/15569/stat : 15569 (varsat-industri) R 15567 15569 13108 0 -1 4194304 5663 0 0 0 58210 6 0 0 25 0 1 0 1094517356 24678400 5480 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15569/statm: 6025 5480 110 221 0 5801 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 24100

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.97 2/69 15572
/proc/meminfo: memFree=730848/2055920 swapFree=4177828/4192956
[pid=15569] ppid=15567 vsize=24288 CPUtime=642.15
/proc/15569/stat : 15569 (varsat-industri) R 15567 15569 13108 0 -1 4194304 5692 0 0 0 64209 6 0 0 25 0 1 0 1094517356 24870912 5509 1992294400 4194304 5102648 548682068784 18446744073709551615 4249872 0 0 4096 3 0 0 0 17 1 0 0
/proc/15569/statm: 6072 5509 110 221 0 5848 0
Current children cumulated CPU time (s) 642.15
Current children cumulated vsize (KiB) 24288

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.97 2/69 15572
/proc/meminfo: memFree=730208/2055920 swapFree=4177828/4192956
[pid=15569] ppid=15567 vsize=24952 CPUtime=702.12
/proc/15569/stat : 15569 (varsat-industri) R 15567 15569 13108 0 -1 4194304 5853 0 0 0 70206 6 0 0 25 0 1 0 1094517356 25550848 5670 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15569/statm: 6238 5670 110 221 0 6014 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 24952

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.97 2/69 15572
/proc/meminfo: memFree=728928/2055920 swapFree=4177828/4192956
[pid=15569] ppid=15567 vsize=26312 CPUtime=762.12
/proc/15569/stat : 15569 (varsat-industri) R 15567 15569 13108 0 -1 4194304 6174 0 0 0 76205 7 0 0 25 0 1 0 1094517356 26943488 5991 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15569/statm: 6578 5991 110 221 0 6354 0
Current children cumulated CPU time (s) 762.12
Current children cumulated vsize (KiB) 26312

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.97 2/69 15572
/proc/meminfo: memFree=728480/2055920 swapFree=4177828/4192956
[pid=15569] ppid=15567 vsize=26836 CPUtime=822.1
/proc/15569/stat : 15569 (varsat-industri) R 15567 15569 13108 0 -1 4194304 6285 0 0 0 82203 7 0 0 25 0 1 0 1094517356 27480064 6102 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/15569/statm: 6709 6102 110 221 0 6485 0
Current children cumulated CPU time (s) 822.1
Current children cumulated vsize (KiB) 26836

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.97 2/69 15572
/proc/meminfo: memFree=728032/2055920 swapFree=4177828/4192956
[pid=15569] ppid=15567 vsize=27308 CPUtime=882.08
/proc/15569/stat : 15569 (varsat-industri) R 15567 15569 13108 0 -1 4194304 6390 0 0 0 88201 7 0 0 25 0 1 0 1094517356 27963392 6207 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15569/statm: 6827 6207 110 221 0 6603 0
Current children cumulated CPU time (s) 882.08
Current children cumulated vsize (KiB) 27308

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.97 2/69 15572
/proc/meminfo: memFree=727648/2055920 swapFree=4177828/4192956
[pid=15569] ppid=15567 vsize=27924 CPUtime=942.08
/proc/15569/stat : 15569 (varsat-industri) R 15567 15569 13108 0 -1 4194304 6495 0 0 0 94200 8 0 0 25 0 1 0 1094517356 28594176 6312 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15569/statm: 6981 6312 110 221 0 6757 0
Current children cumulated CPU time (s) 942.08
Current children cumulated vsize (KiB) 27924

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.97 2/69 15572
/proc/meminfo: memFree=727584/2055920 swapFree=4177828/4192956
[pid=15569] ppid=15567 vsize=27924 CPUtime=1002.06
/proc/15569/stat : 15569 (varsat-industri) R 15567 15569 13108 0 -1 4194304 6496 0 0 0 100198 8 0 0 25 0 1 0 1094517356 28594176 6313 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15569/statm: 6981 6313 110 221 0 6757 0
Current children cumulated CPU time (s) 1002.06
Current children cumulated vsize (KiB) 27924

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.97 2/69 15572
/proc/meminfo: memFree=727264/2055920 swapFree=4177828/4192956
[pid=15569] ppid=15567 vsize=28116 CPUtime=1062.05
/proc/15569/stat : 15569 (varsat-industri) R 15567 15569 13108 0 -1 4194304 6569 0 0 0 106197 8 0 0 25 0 1 0 1094517356 28790784 6386 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15569/statm: 7029 6386 110 221 0 6805 0
Current children cumulated CPU time (s) 1062.05
Current children cumulated vsize (KiB) 28116

[startup+1122.3 s]
/proc/loadavg: 1.04 1.00 0.97 2/69 15572
/proc/meminfo: memFree=726816/2055920 swapFree=4177828/4192956
[pid=15569] ppid=15567 vsize=28804 CPUtime=1122.03
/proc/15569/stat : 15569 (varsat-industri) R 15567 15569 13108 0 -1 4194304 6727 0 0 0 112195 8 0 0 25 0 1 0 1094517356 29495296 6544 1992294400 4194304 5102648 548682068784 18446744073709551615 4262554 0 0 4096 3 0 0 0 17 1 0 0
/proc/15569/statm: 7201 6544 110 221 0 6977 0
Current children cumulated CPU time (s) 1122.03
Current children cumulated vsize (KiB) 28804

[startup+1182.3 s]
/proc/loadavg: 1.01 1.00 0.97 2/69 15572
/proc/meminfo: memFree=725984/2055920 swapFree=4177828/4192956
[pid=15569] ppid=15567 vsize=29444 CPUtime=1182.02
/proc/15569/stat : 15569 (varsat-industri) R 15567 15569 13108 0 -1 4194304 6885 0 0 0 118194 8 0 0 25 0 1 0 1094517356 30150656 6702 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15569/statm: 7361 6702 110 221 0 7137 0
Current children cumulated CPU time (s) 1182.02
Current children cumulated vsize (KiB) 29444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 1.01 1.00 0.97 2/69 15572
/proc/meminfo: memFree=725856/2055920 swapFree=4177828/4192956
[pid=15569] ppid=15567 vsize=29684 CPUtime=1200.03
/proc/15569/stat : 15569 (varsat-industri) R 15567 15569 13108 0 -1 4194304 6928 0 0 0 119994 9 0 0 25 0 1 0 1094517356 30396416 6745 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/15569/statm: 7421 6745 110 221 0 7197 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 29684

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: 1.01 1.00 0.97 2/69 15572
/proc/meminfo: memFree=725856/2055920 swapFree=4177828/4192956
[pid=15569] ppid=15567 vsize=29684 CPUtime=1200.03
/proc/15569/stat : 15569 (varsat-industri) R 15567 15569 13108 0 -1 4194304 6928 0 0 0 119994 9 0 0 25 0 1 0 1094517356 30396416 6745 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/15569/statm: 7421 6745 110 221 0 7197 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 29684

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.31
CPU time (s): 1200.04
CPU user time (s): 1199.94
CPU system time (s): 0.095985
CPU usage (%): 99.9772
Max. virtual memory (cumulated for all children) (KiB): 29684

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

runsolver used 1.03984 second user time and 3.34049 second system time

The end

Launcher Data

Begin job on node52 at 2009-03-28 06:35:54
IDJOB=1513492
IDBENCH=70267
IDSOLVER=538
FILE ID=node52/1513492-1238218553
PBS_JOBID= 9060514
Free space on /tmp= 66324 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/160/unif-k7-r85-v160-c13600-S432776913-077.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1513492-1238218553/watcher-1513492-1238218553 -o /tmp/evaluation-result-1513492-1238218553/solver-1513492-1238218553 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=671841659 HOME/instance-1513492-1238218553.cnf

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

MD5SUM BENCH= 7added98d83a731c0c62b4e7cbaf3442
RANDOM SEED=671841659

node52.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.230
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.230
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:        753416 kB
Buffers:         84324 kB
Cached:        1125112 kB
SwapCached:       7968 kB
Active:          97340 kB
Inactive:      1122100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        753416 kB
SwapTotal:     4192956 kB
SwapFree:      4177828 kB
Dirty:            1396 kB
Writeback:           0 kB
Mapped:          15704 kB
Slab:            68612 kB
Committed_AS:  2967656 kB
PageTables:       1736 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= 66324 MiB
End job on node52 at 2009-03-28 06:55:56