Trace number 1513516

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

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/160/
unif-k7-r85-v160-c13600-S91288590-071.cnf
MD5SUMfa1c9f583a9135f82181313be8dfbb29
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark14.0699
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.02	c |  Parsing time:         0.03         s                                       |
0.00/0.02	c |  Timeout:              43200 s
0.00/0.02	c |  Random Seed:          256788984.000000
0.00/0.02	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.00/0.02	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.02	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.02	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 |       250 |     160    13600    95200 |     5485      250     48 |  0.004 % |
0.49/0.57	c |       475 |     160    13600    95200 |     6033      475     48 |  0.004 % |
0.59/0.65	c |       813 |     160    13600    95200 |     6637      813     48 |  0.004 % |
0.69/0.73	c |      1320 |     160    13600    95200 |     7300     1320     49 |  0.004 % |
0.79/0.83	c |      2079 |     160    13600    95200 |     8031     2079     49 |  0.004 % |
0.89/0.97	c |      3218 |     160    13600    95200 |     8834     3218     49 |  0.004 % |
1.09/1.19	c |      4926 |     160    13600    95200 |     9717     4926     48 |  0.004 % |
1.49/1.51	c |      7488 |     160    13600    95200 |    10689     7488     48 |  0.004 % |
1.99/2.09	c |     11334 |     160    13600    95200 |    11758     5949     47 |  0.004 % |
2.89/2.93	c |     17101 |     160    13600    95200 |    12934    11716     48 |  0.004 % |
4.30/4.31	c |     25751 |     160    13600    95200 |    14227     7357     49 |  0.004 % |
6.59/6.61	c |     38726 |     160    13600    95200 |    15650    13186     49 |  0.004 % |
10.29/10.31	c |     58187 |     160    13600    95200 |    17215     9068     48 |  0.004 % |
15.89/15.95	c |     87380 |     160    13600    95200 |    18936    12330     48 |  0.004 % |
25.29/25.31	c |    131170 |     160    13600    95200 |    20830    18099     49 |  0.004 % |
40.37/40.41	c |    196856 |     160    13600    95200 |    22913    10620     46 |  0.004 % |
64.88/64.97	c |    295384 |     160    13600    95200 |    25204    16789     49 |  0.004 % |
106.76/106.82	c |    443173 |     160    13600    95200 |    27725    20260     49 |  0.004 % |
171.13/171.26	c |    664856 |     160    13600    95200 |    30497    24437     49 |  0.004 % |
272.20/272.31	c |    997381 |     160    13600    95200 |    33547    17878     48 |  0.004 % |
438.05/438.29	c |   1496169 |     160    13600    95200 |    36902    15671     47 |  0.004 % |
699.76/700.06	c |   2244352 |     160    13600    95200 |    40592    18210     47 |  0.004 % |
1116.43/1116.87	c |   3366627 |     160    13600    95200 |    44652    40033     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-1513516-1238218563/watcher-1513516-1238218563 -o /tmp/evaluation-result-1513516-1238218563/solver-1513516-1238218563 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=256788984 HOME/instance-1513516-1238218563.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.99 0.98 0.94 3/64 24667
/proc/meminfo: memFree=915648/2055920 swapFree=4175464/4192956
[pid=24667] ppid=24665 vsize=2412 CPUtime=0
/proc/24667/stat : 24667 (varsat-industri) R 24665 24667 23800 0 -1 4194304 307 0 0 0 0 0 0 0 18 0 1 0 1094521469 2469888 292 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/24667/statm: 636 293 87 221 0 412 0

[startup+0.0396521 s]
/proc/loadavg: 0.99 0.98 0.94 3/64 24667
/proc/meminfo: memFree=915648/2055920 swapFree=4175464/4192956
[pid=24667] ppid=24665 vsize=5572 CPUtime=0.03
/proc/24667/stat : 24667 (varsat-industri) R 24665 24667 23800 0 -1 4194304 1085 0 0 0 3 0 0 0 18 0 1 0 1094521469 5705728 1070 1992294400 4194304 5102648 548682068784 18446744073709551615 4273013 0 0 4096 3 0 0 0 17 1 0 0
/proc/24667/statm: 1393 1070 98 221 0 1169 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5572

[startup+0.10166 s]
/proc/loadavg: 0.99 0.98 0.94 3/64 24667
/proc/meminfo: memFree=915648/2055920 swapFree=4175464/4192956
[pid=24667] ppid=24665 vsize=5572 CPUtime=0.09
/proc/24667/stat : 24667 (varsat-industri) R 24665 24667 23800 0 -1 4194304 1085 0 0 0 9 0 0 0 18 0 1 0 1094521469 5705728 1070 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/24667/statm: 1393 1070 98 221 0 1169 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5572

[startup+0.301689 s]
/proc/loadavg: 0.99 0.98 0.94 3/64 24667
/proc/meminfo: memFree=915648/2055920 swapFree=4175464/4192956
[pid=24667] ppid=24665 vsize=5644 CPUtime=0.29
/proc/24667/stat : 24667 (varsat-industri) R 24665 24667 23800 0 -1 4194304 1112 0 0 0 29 0 0 0 19 0 1 0 1094521469 5779456 1097 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/24667/statm: 1411 1097 98 221 0 1187 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5644

[startup+0.701747 s]
/proc/loadavg: 0.99 0.98 0.94 3/64 24667
/proc/meminfo: memFree=915648/2055920 swapFree=4175464/4192956
[pid=24667] ppid=24665 vsize=4980 CPUtime=0.69
/proc/24667/stat : 24667 (varsat-industri) R 24665 24667 23800 0 -1 4194304 1124 0 0 0 69 0 0 0 23 0 1 0 1094521469 5099520 949 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/24667/statm: 1245 949 110 221 0 1021 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4980

[startup+1.50186 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 24668
/proc/meminfo: memFree=912056/2055920 swapFree=4175464/4192956
[pid=24667] ppid=24665 vsize=6204 CPUtime=1.49
/proc/24667/stat : 24667 (varsat-industri) R 24665 24667 23800 0 -1 4194304 1407 0 0 0 149 0 0 0 25 0 1 0 1094521469 6352896 1232 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/24667/statm: 1551 1232 110 221 0 1327 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6204

[startup+3.10109 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 24668
/proc/meminfo: memFree=910136/2055920 swapFree=4175464/4192956
[pid=24667] ppid=24665 vsize=7776 CPUtime=3.09
/proc/24667/stat : 24667 (varsat-industri) R 24665 24667 23800 0 -1 4194304 1781 0 0 0 308 1 0 0 25 0 1 0 1094521469 7962624 1606 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24667/statm: 1944 1606 110 221 0 1720 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7776

[startup+6.30156 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 24668
/proc/meminfo: memFree=908856/2055920 swapFree=4175464/4192956
[pid=24667] ppid=24665 vsize=8604 CPUtime=6.29
/proc/24667/stat : 24667 (varsat-industri) R 24665 24667 23800 0 -1 4194304 1981 0 0 0 628 1 0 0 25 0 1 0 1094521469 8810496 1806 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/24667/statm: 2151 1806 110 221 0 1927 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8604

[startup+12.7015 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 24668
/proc/meminfo: memFree=907256/2055920 swapFree=4175464/4192956
[pid=24667] ppid=24665 vsize=9808 CPUtime=12.68
/proc/24667/stat : 24667 (varsat-industri) R 24665 24667 23800 0 -1 4194304 2317 0 0 0 1267 1 0 0 25 0 1 0 1094521469 10043392 2142 1992294400 4194304 5102648 548682068784 18446744073709551615 4249840 0 0 4096 3 0 0 0 17 1 0 0
/proc/24667/statm: 2452 2142 110 221 0 2228 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9808

[startup+25.5013 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 24668
/proc/meminfo: memFree=905912/2055920 swapFree=4175464/4192956
[pid=24667] ppid=24665 vsize=11336 CPUtime=25.48
/proc/24667/stat : 24667 (varsat-industri) R 24665 24667 23800 0 -1 4194304 2664 0 0 0 2546 2 0 0 25 0 1 0 1094521469 11608064 2489 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24667/statm: 2834 2489 110 221 0 2610 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 11336

[startup+51.1011 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 24668
/proc/meminfo: memFree=903928/2055920 swapFree=4175464/4192956
[pid=24667] ppid=24665 vsize=13412 CPUtime=51.08
/proc/24667/stat : 24667 (varsat-industri) R 24665 24667 23800 0 -1 4194304 3147 0 0 0 5105 3 0 0 25 0 1 0 1094521469 13733888 2972 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24667/statm: 3353 2972 110 221 0 3129 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 13412

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 24668
/proc/meminfo: memFree=902136/2055920 swapFree=4175464/4192956
[pid=24667] ppid=24665 vsize=15132 CPUtime=102.26
/proc/24667/stat : 24667 (varsat-industri) R 24665 24667 23800 0 -1 4194304 3572 0 0 0 10223 3 0 0 25 0 1 0 1094521469 15495168 3397 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/24667/statm: 3783 3397 110 221 0 3559 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 15132

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 24668
/proc/meminfo: memFree=900472/2055920 swapFree=4175464/4192956
[pid=24667] ppid=24665 vsize=17008 CPUtime=162.23
/proc/24667/stat : 24667 (varsat-industri) R 24665 24667 23800 0 -1 4194304 3985 0 0 0 16220 3 0 0 25 0 1 0 1094521469 17416192 3810 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24667/statm: 4252 3810 110 221 0 4028 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 17008

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 24668
/proc/meminfo: memFree=898552/2055920 swapFree=4175464/4192956
[pid=24667] ppid=24665 vsize=19004 CPUtime=222.22
/proc/24667/stat : 24667 (varsat-industri) R 24665 24667 23800 0 -1 4194304 4451 0 0 0 22218 4 0 0 25 0 1 0 1094521469 19460096 4276 1992294400 4194304 5102648 548682068784 18446744073709551615 4225732 0 0 4096 3 0 0 0 17 1 0 0
/proc/24667/statm: 4751 4276 110 221 0 4527 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 19004

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 24668
/proc/meminfo: memFree=897592/2055920 swapFree=4175464/4192956
[pid=24667] ppid=24665 vsize=19852 CPUtime=282.2
/proc/24667/stat : 24667 (varsat-industri) R 24665 24667 23800 0 -1 4194304 4676 0 0 0 28216 4 0 0 25 0 1 0 1094521469 20328448 4501 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/24667/statm: 4963 4501 110 221 0 4739 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 19852

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 24668
/proc/meminfo: memFree=896696/2055920 swapFree=4175464/4192956
[pid=24667] ppid=24665 vsize=20932 CPUtime=342.18
/proc/24667/stat : 24667 (varsat-industri) R 24665 24667 23800 0 -1 4194304 4891 0 0 0 34214 4 0 0 25 0 1 0 1094521469 21434368 4716 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24667/statm: 5233 4716 110 221 0 5009 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 20932

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 24668
/proc/meminfo: memFree=896184/2055920 swapFree=4175464/4192956
[pid=24667] ppid=24665 vsize=21472 CPUtime=402.16
/proc/24667/stat : 24667 (varsat-industri) R 24665 24667 23800 0 -1 4194304 5032 0 0 0 40211 5 0 0 25 0 1 0 1094521469 21987328 4857 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24667/statm: 5368 4857 110 221 0 5144 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 21472

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 24668
/proc/meminfo: memFree=894840/2055920 swapFree=4175464/4192956
[pid=24667] ppid=24665 vsize=22852 CPUtime=462.14
/proc/24667/stat : 24667 (varsat-industri) R 24665 24667 23800 0 -1 4194304 5350 0 0 0 46209 5 0 0 25 0 1 0 1094521469 23400448 5175 1992294400 4194304 5102648 548682068784 18446744073709551615 4225406 0 0 4096 3 0 0 0 17 1 0 0
/proc/24667/statm: 5713 5175 110 221 0 5489 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 22852

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 24668
/proc/meminfo: memFree=894392/2055920 swapFree=4175464/4192956
[pid=24667] ppid=24665 vsize=23216 CPUtime=522.12
/proc/24667/stat : 24667 (varsat-industri) R 24665 24667 23800 0 -1 4194304 5468 0 0 0 52206 6 0 0 25 0 1 0 1094521469 23773184 5293 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24667/statm: 5804 5293 110 221 0 5580 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 23216

[startup+582.301 s]
/proc/loadavg: 1.07 1.00 0.95 2/65 24668
/proc/meminfo: memFree=893880/2055920 swapFree=4175464/4192956
[pid=24667] ppid=24665 vsize=23896 CPUtime=582.1
/proc/24667/stat : 24667 (varsat-industri) R 24665 24667 23800 0 -1 4194304 5604 0 0 0 58204 6 0 0 25 0 1 0 1094521469 24469504 5429 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/24667/statm: 5974 5429 110 221 0 5750 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 23896

[startup+642.302 s]
/proc/loadavg: 1.10 1.02 0.95 2/65 24668
/proc/meminfo: memFree=893624/2055920 swapFree=4175464/4192956
[pid=24667] ppid=24665 vsize=24136 CPUtime=642.08
/proc/24667/stat : 24667 (varsat-industri) R 24665 24667 23800 0 -1 4194304 5651 0 0 0 64202 6 0 0 25 0 1 0 1094521469 24715264 5476 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24667/statm: 6034 5476 110 221 0 5810 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 24136

[startup+702.302 s]
/proc/loadavg: 1.03 1.01 0.95 2/65 24668
/proc/meminfo: memFree=893496/2055920 swapFree=4175464/4192956
[pid=24667] ppid=24665 vsize=24276 CPUtime=702.06
/proc/24667/stat : 24667 (varsat-industri) R 24665 24667 23800 0 -1 4194304 5686 0 0 0 70200 6 0 0 25 0 1 0 1094521469 24858624 5511 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/24667/statm: 6069 5511 110 221 0 5845 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 24276

[startup+762.305 s]
/proc/loadavg: 1.01 1.00 0.95 2/65 24668
/proc/meminfo: memFree=892152/2055920 swapFree=4175464/4192956
[pid=24667] ppid=24665 vsize=25708 CPUtime=762.05
/proc/24667/stat : 24667 (varsat-industri) R 24665 24667 23800 0 -1 4194304 6024 0 0 0 76198 7 0 0 25 0 1 0 1094521469 26324992 5849 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/24667/statm: 6427 5849 110 221 0 6203 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 25708

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 24668
/proc/meminfo: memFree=891576/2055920 swapFree=4175464/4192956
[pid=24667] ppid=24665 vsize=26288 CPUtime=822.03
/proc/24667/stat : 24667 (varsat-industri) R 24665 24667 23800 0 -1 4194304 6154 0 0 0 82196 7 0 0 25 0 1 0 1094521469 26918912 5979 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24667/statm: 6572 5979 110 221 0 6348 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 26288

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 24668
/proc/meminfo: memFree=891192/2055920 swapFree=4175464/4192956
[pid=24667] ppid=24665 vsize=26668 CPUtime=882
/proc/24667/stat : 24667 (varsat-industri) R 24665 24667 23800 0 -1 4194304 6243 0 0 0 88193 7 0 0 25 0 1 0 1094521469 27308032 6068 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24667/statm: 6667 6068 110 221 0 6443 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 26668

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 24668
/proc/meminfo: memFree=891064/2055920 swapFree=4175464/4192956
[pid=24667] ppid=24665 vsize=26856 CPUtime=941.98
/proc/24667/stat : 24667 (varsat-industri) R 24665 24667 23800 0 -1 4194304 6284 0 0 0 94191 7 0 0 25 0 1 0 1094521469 27500544 6109 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24667/statm: 6714 6109 110 221 0 6490 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 26856

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 24668
/proc/meminfo: memFree=890680/2055920 swapFree=4175464/4192956
[pid=24667] ppid=24665 vsize=27252 CPUtime=1001.96
/proc/24667/stat : 24667 (varsat-industri) R 24665 24667 23800 0 -1 4194304 6383 0 0 0 100189 7 0 0 25 0 1 0 1094521469 27906048 6208 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24667/statm: 6813 6208 110 221 0 6589 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 27252

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 24668
/proc/meminfo: memFree=890424/2055920 swapFree=4175464/4192956
[pid=24667] ppid=24665 vsize=27552 CPUtime=1061.94
/proc/24667/stat : 24667 (varsat-industri) R 24665 24667 23800 0 -1 4194304 6453 0 0 0 106187 7 0 0 25 0 1 0 1094521469 28213248 6278 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/24667/statm: 6888 6278 110 221 0 6664 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 27552

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 24668
/proc/meminfo: memFree=889656/2055920 swapFree=4175464/4192956
[pid=24667] ppid=24665 vsize=28460 CPUtime=1121.92
/proc/24667/stat : 24667 (varsat-industri) R 24665 24667 23800 0 -1 4194304 6632 0 0 0 112184 8 0 0 25 0 1 0 1094521469 29143040 6457 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24667/statm: 7115 6457 110 221 0 6891 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 28460

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 24668
/proc/meminfo: memFree=888824/2055920 swapFree=4175464/4192956
[pid=24667] ppid=24665 vsize=29364 CPUtime=1181.9
/proc/24667/stat : 24667 (varsat-industri) R 24665 24667 23800 0 -1 4194304 6836 0 0 0 118182 8 0 0 25 0 1 0 1094521469 30068736 6661 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/24667/statm: 7341 6661 110 221 0 7117 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 29364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 24668
/proc/meminfo: memFree=888696/2055920 swapFree=4175464/4192956
[pid=24667] ppid=24665 vsize=29584 CPUtime=1200
/proc/24667/stat : 24667 (varsat-industri) R 24665 24667 23800 0 -1 4194304 6873 0 0 0 119992 8 0 0 25 0 1 0 1094521469 30294016 6698 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24667/statm: 7396 6698 110 221 0 7172 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 29584

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.02
CPU user time (s): 1199.92
CPU system time (s): 0.093985
CPU usage (%): 99.9673
Max. virtual memory (cumulated for all children) (KiB): 29584

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

runsolver used 0.957854 second user time and 2.43463 second system time

The end

Launcher Data

Begin job on node30 at 2009-03-28 06:36:03
IDJOB=1513516
IDBENCH=70269
IDSOLVER=538
FILE ID=node30/1513516-1238218563
PBS_JOBID= 9060534
Free space on /tmp= 66316 MiB

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

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

MD5SUM BENCH= fa1c9f583a9135f82181313be8dfbb29
RANDOM SEED=256788984

node30.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.260
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	: 5931.00
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.260
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:        916128 kB
Buffers:         77536 kB
Cached:         973020 kB
SwapCached:      11400 kB
Active:          92620 kB
Inactive:       971312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        916128 kB
SwapTotal:     4192956 kB
SwapFree:      4175464 kB
Dirty:            1392 kB
Writeback:           0 kB
Mapped:          18748 kB
Slab:            61972 kB
Committed_AS:  2986484 kB
PageTables:       1368 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= 66316 MiB
End job on node30 at 2009-03-28 06:56:05