Trace number 1513517

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-random 2009-03-22? (TO) 1200.06 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.03	c |  Parsing time:         0.03         s                                       |
0.00/0.03	c |  Timeout:              43200 s
0.00/0.03	c |  Random Seed:          2087583223.000000
0.00/0.03	c |  Heuristic:            EMSP-G, threshold 0.750                              |
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.41	c ============================[ Search Statistics ]==============================
0.39/0.41	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.39/0.41	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.39/0.41	c ===============================================================================
0.39/0.41	c |         0 |     160    13600    95200 |     4533        0    nan |  0.000 % |
0.39/0.49	c |       101 |     160    13600    95200 |     4986      101     43 |  0.004 % |
0.49/0.58	c |       251 |     160    13600    95200 |     5485      251     44 |  0.004 % |
0.59/0.69	c |       478 |     160    13600    95200 |     6033      478     46 |  0.004 % |
0.69/0.79	c |       815 |     160    13600    95200 |     6637      815     47 |  0.004 % |
0.89/0.90	c |      1321 |     160    13600    95200 |     7300     1321     47 |  0.004 % |
1.00/1.04	c |      2081 |     160    13600    95200 |     8031     2081     47 |  0.004 % |
1.19/1.21	c |      3221 |     160    13600    95200 |     8834     3221     47 |  0.004 % |
1.39/1.45	c |      4931 |     160    13600    95200 |     9717     4931     47 |  0.004 % |
1.79/1.81	c |      7493 |     160    13600    95200 |    10689     7493     48 |  0.004 % |
2.39/2.46	c |     11337 |     160    13600    95200 |    11758     5956     49 |  0.004 % |
3.29/3.32	c |     17103 |     160    13600    95200 |    12934    11722     49 |  0.004 % |
4.79/4.86	c |     25752 |     160    13600    95200 |    14227     7368     47 |  0.004 % |
6.89/6.99	c |     38728 |     160    13600    95200 |    15650    13193     48 |  0.004 % |
10.79/10.88	c |     58189 |     160    13600    95200 |    17215     9076     46 |  0.004 % |
16.79/16.80	c |     87381 |     160    13600    95200 |    18936    12328     48 |  0.004 % |
26.29/26.31	c |    131172 |     160    13600    95200 |    20830    18110     49 |  0.004 % |
41.68/41.78	c |    196856 |     160    13600    95200 |    22913    10631     48 |  0.004 % |
66.67/66.79	c |    295382 |     160    13600    95200 |    25204    16986     47 |  0.004 % |
106.57/106.61	c |    443174 |     160    13600    95200 |    27725    21310     49 |  0.004 % |
171.45/171.54	c |    664857 |     160    13600    95200 |    30497    25784     49 |  0.004 % |
274.71/274.90	c |    997382 |     160    13600    95200 |    33547    15526     48 |  0.004 % |
439.66/439.84	c |   1496170 |     160    13600    95200 |    36902    14875     48 |  0.004 % |
705.38/705.69	c |   2244352 |     160    13600    95200 |    40592    21888     49 |  0.004 % |
1139.26/1139.63	c |   3366627 |     160    13600    95200 |    44652    16643     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-1513517-1238218563/watcher-1513517-1238218563 -o /tmp/evaluation-result-1513517-1238218563/solver-1513517-1238218563 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-random_static -seed=2087583223 HOME/instance-1513517-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.92 0.98 0.99 3/64 2385
/proc/meminfo: memFree=1110344/2055920 swapFree=4179868/4192956
[pid=2385] ppid=2383 vsize=2412 CPUtime=0
/proc/2385/stat : 2385 (varsat-random_s) R 2383 2385 1495 0 -1 4194304 307 0 0 0 0 0 0 0 18 0 1 0 698748726 2469888 292 1992294400 4194304 5102416 548682068800 18446744073709551615 4491479 0 0 4096 3 0 0 0 17 1 0 0
/proc/2385/statm: 603 293 88 221 0 379 0

[startup+0.0821759 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 2385
/proc/meminfo: memFree=1110344/2055920 swapFree=4179868/4192956
[pid=2385] ppid=2383 vsize=5572 CPUtime=0.07
/proc/2385/stat : 2385 (varsat-random_s) R 2383 2385 1495 0 -1 4194304 1084 0 0 0 7 0 0 0 18 0 1 0 698748726 5705728 1069 1992294400 4194304 5102416 548682068800 18446744073709551615 4272801 0 0 4096 3 0 0 0 17 1 0 0
/proc/2385/statm: 1393 1069 97 221 0 1169 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5572

[startup+0.101177 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 2385
/proc/meminfo: memFree=1110344/2055920 swapFree=4179868/4192956
[pid=2385] ppid=2383 vsize=5572 CPUtime=0.09
/proc/2385/stat : 2385 (varsat-random_s) R 2383 2385 1495 0 -1 4194304 1084 0 0 0 9 0 0 0 18 0 1 0 698748726 5705728 1069 1992294400 4194304 5102416 548682068800 18446744073709551615 4272646 0 0 4096 3 0 0 0 17 1 0 0
/proc/2385/statm: 1393 1069 97 221 0 1169 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5572

[startup+0.301205 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 2385
/proc/meminfo: memFree=1110344/2055920 swapFree=4179868/4192956
[pid=2385] ppid=2383 vsize=5644 CPUtime=0.29
/proc/2385/stat : 2385 (varsat-random_s) R 2383 2385 1495 0 -1 4194304 1112 0 0 0 29 0 0 0 19 0 1 0 698748726 5779456 1097 1992294400 4194304 5102416 548682068800 18446744073709551615 4272803 0 0 4096 3 0 0 0 17 1 0 0
/proc/2385/statm: 1411 1097 98 221 0 1187 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5644

[startup+0.701262 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 2385
/proc/meminfo: memFree=1110344/2055920 swapFree=4179868/4192956
[pid=2385] ppid=2383 vsize=4980 CPUtime=0.69
/proc/2385/stat : 2385 (varsat-random_s) R 2383 2385 1495 0 -1 4194304 1126 0 0 0 69 0 0 0 22 0 1 0 698748726 5099520 951 1992294400 4194304 5102416 548682068800 18446744073709551615 4220505 0 0 4096 3 0 0 0 17 1 0 0
/proc/2385/statm: 1245 951 112 221 0 1021 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4980

[startup+1.50137 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 2386
/proc/meminfo: memFree=1106752/2055920 swapFree=4179868/4192956
[pid=2385] ppid=2383 vsize=5508 CPUtime=1.49
/proc/2385/stat : 2385 (varsat-random_s) R 2383 2385 1495 0 -1 4194304 1245 0 0 0 149 0 0 0 25 0 1 0 698748726 5640192 1070 1992294400 4194304 5102416 548682068800 18446744073709551615 4220204 0 0 4096 3 0 0 0 17 1 0 0
/proc/2385/statm: 1377 1070 112 221 0 1153 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5508

[startup+3.1016 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 2386
/proc/meminfo: memFree=1105216/2055920 swapFree=4179868/4192956
[pid=2385] ppid=2383 vsize=7092 CPUtime=3.09
/proc/2385/stat : 2385 (varsat-random_s) R 2383 2385 1495 0 -1 4194304 1646 0 0 0 309 0 0 0 25 0 1 0 698748726 7262208 1471 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/2385/statm: 1773 1471 112 221 0 1549 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7092

[startup+6.30106 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 2386
/proc/meminfo: memFree=1103936/2055920 swapFree=4179868/4192956
[pid=2385] ppid=2383 vsize=8324 CPUtime=6.29
/proc/2385/stat : 2385 (varsat-random_s) R 2383 2385 1495 0 -1 4194304 1955 0 0 0 629 0 0 0 25 0 1 0 698748726 8523776 1780 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/2385/statm: 2081 1780 112 221 0 1857 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8324

[startup+12.702 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 2386
/proc/meminfo: memFree=1102528/2055920 swapFree=4179868/4192956
[pid=2385] ppid=2383 vsize=9688 CPUtime=12.68
/proc/2385/stat : 2385 (varsat-random_s) R 2383 2385 1495 0 -1 4194304 2276 0 0 0 1268 0 0 0 25 0 1 0 698748726 9920512 2101 1992294400 4194304 5102416 548682068800 18446744073709551615 4249671 0 0 4096 3 0 0 0 17 1 0 0
/proc/2385/statm: 2422 2101 112 221 0 2198 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9688

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 2386
/proc/meminfo: memFree=1100928/2055920 swapFree=4179868/4192956
[pid=2385] ppid=2383 vsize=11032 CPUtime=25.49
/proc/2385/stat : 2385 (varsat-random_s) R 2383 2385 1495 0 -1 4194304 2581 0 0 0 2548 1 0 0 25 0 1 0 698748726 11296768 2406 1992294400 4194304 5102416 548682068800 18446744073709551615 4249526 0 0 4096 3 0 0 0 17 1 0 0
/proc/2385/statm: 2758 2406 112 221 0 2534 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 11032

[startup+51.1014 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 2386
/proc/meminfo: memFree=1099008/2055920 swapFree=4179868/4192956
[pid=2385] ppid=2383 vsize=13052 CPUtime=51.07
/proc/2385/stat : 2385 (varsat-random_s) R 2383 2385 1495 0 -1 4194304 3074 0 0 0 5106 1 0 0 25 0 1 0 698748726 13365248 2899 1992294400 4194304 5102416 548682068800 18446744073709551615 4249652 0 0 4096 3 0 0 0 17 1 0 0
/proc/2385/statm: 3263 2899 112 221 0 3039 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 13052

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 2386
/proc/meminfo: memFree=1096832/2055920 swapFree=4179868/4192956
[pid=2385] ppid=2383 vsize=15296 CPUtime=102.27
/proc/2385/stat : 2385 (varsat-random_s) R 2383 2385 1495 0 -1 4194304 3603 0 0 0 10225 2 0 0 25 0 1 0 698748726 15663104 3428 1992294400 4194304 5102416 548682068800 18446744073709551615 4249563 0 0 4096 3 0 0 0 17 1 0 0
/proc/2385/statm: 3824 3428 112 221 0 3600 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 15296

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2386
/proc/meminfo: memFree=1095040/2055920 swapFree=4179868/4192956
[pid=2385] ppid=2383 vsize=17276 CPUtime=162.24
/proc/2385/stat : 2385 (varsat-random_s) R 2383 2385 1495 0 -1 4194304 4055 0 0 0 16222 2 0 0 25 0 1 0 698748726 17690624 3880 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/2385/statm: 4319 3880 112 221 0 4095 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 17276

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2386
/proc/meminfo: memFree=1093440/2055920 swapFree=4179868/4192956
[pid=2385] ppid=2383 vsize=19096 CPUtime=222.22
/proc/2385/stat : 2385 (varsat-random_s) R 2383 2385 1495 0 -1 4194304 4457 0 0 0 22219 3 0 0 25 0 1 0 698748726 19554304 4282 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/2385/statm: 4774 4282 112 221 0 4550 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 19096

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2386
/proc/meminfo: memFree=1092096/2055920 swapFree=4179868/4192956
[pid=2385] ppid=2383 vsize=20404 CPUtime=282.2
/proc/2385/stat : 2385 (varsat-random_s) R 2383 2385 1495 0 -1 4194304 4782 0 0 0 28217 3 0 0 25 0 1 0 698748726 20893696 4607 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/2385/statm: 5101 4607 112 221 0 4877 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 20404

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2386
/proc/meminfo: memFree=1090944/2055920 swapFree=4179868/4192956
[pid=2385] ppid=2383 vsize=21664 CPUtime=342.19
/proc/2385/stat : 2385 (varsat-random_s) R 2383 2385 1495 0 -1 4194304 5071 0 0 0 34215 4 0 0 25 0 1 0 698748726 22183936 4896 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/2385/statm: 5416 4896 112 221 0 5192 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 21664

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2386
/proc/meminfo: memFree=1090240/2055920 swapFree=4179868/4192956
[pid=2385] ppid=2383 vsize=22472 CPUtime=402.17
/proc/2385/stat : 2385 (varsat-random_s) R 2383 2385 1495 0 -1 4194304 5240 0 0 0 40213 4 0 0 25 0 1 0 698748726 23011328 5065 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/2385/statm: 5618 5065 112 221 0 5394 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 22472

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2386
/proc/meminfo: memFree=1088896/2055920 swapFree=4179868/4192956
[pid=2385] ppid=2383 vsize=23840 CPUtime=462.15
/proc/2385/stat : 2385 (varsat-random_s) R 2383 2385 1495 0 -1 4194304 5583 0 0 0 46211 4 0 0 25 0 1 0 698748726 24412160 5408 1992294400 4194304 5102416 548682068800 18446744073709551615 4249573 0 0 4096 3 0 0 0 17 1 0 0
/proc/2385/statm: 5960 5408 112 221 0 5736 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 23840

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2386
/proc/meminfo: memFree=1088128/2055920 swapFree=4179868/4192956
[pid=2385] ppid=2383 vsize=24812 CPUtime=522.13
/proc/2385/stat : 2385 (varsat-random_s) R 2383 2385 1495 0 -1 4194304 5773 0 0 0 52209 4 0 0 25 0 1 0 698748726 25407488 5598 1992294400 4194304 5102416 548682068800 18446744073709551615 4254622 0 0 4096 3 0 0 0 17 1 0 0
/proc/2385/statm: 6203 5598 112 221 0 5979 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 24812

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2386
/proc/meminfo: memFree=1087488/2055920 swapFree=4179868/4192956
[pid=2385] ppid=2383 vsize=25428 CPUtime=582.11
/proc/2385/stat : 2385 (varsat-random_s) R 2383 2385 1495 0 -1 4194304 5920 0 0 0 58207 4 0 0 25 0 1 0 698748726 26038272 5745 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/2385/statm: 6357 5745 112 221 0 6133 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 25428

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2386
/proc/meminfo: memFree=1087168/2055920 swapFree=4179868/4192956
[pid=2385] ppid=2383 vsize=25760 CPUtime=642.11
/proc/2385/stat : 2385 (varsat-random_s) R 2383 2385 1495 0 -1 4194304 5998 0 0 0 64206 5 0 0 25 0 1 0 698748726 26378240 5823 1992294400 4194304 5102416 548682068800 18446744073709551615 4249634 0 0 4096 3 0 0 0 17 1 0 0
/proc/2385/statm: 6440 5823 112 221 0 6216 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 25760

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2386
/proc/meminfo: memFree=1086656/2055920 swapFree=4179868/4192956
[pid=2385] ppid=2383 vsize=26372 CPUtime=702.08
/proc/2385/stat : 2385 (varsat-random_s) R 2383 2385 1495 0 -1 4194304 6123 0 0 0 70203 5 0 0 25 0 1 0 698748726 27004928 5948 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/2385/statm: 6593 5948 112 221 0 6369 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 26372

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2386
/proc/meminfo: memFree=1085760/2055920 swapFree=4179868/4192956
[pid=2385] ppid=2383 vsize=27276 CPUtime=762.07
/proc/2385/stat : 2385 (varsat-random_s) R 2383 2385 1495 0 -1 4194304 6346 0 0 0 76202 5 0 0 25 0 1 0 698748726 27930624 6171 1992294400 4194304 5102416 548682068800 18446744073709551615 4249634 0 0 4096 3 0 0 0 17 1 0 0
/proc/2385/statm: 6819 6171 112 221 0 6595 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 27276

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2386
/proc/meminfo: memFree=1085376/2055920 swapFree=4179868/4192956
[pid=2385] ppid=2383 vsize=27736 CPUtime=822.05
/proc/2385/stat : 2385 (varsat-random_s) R 2383 2385 1495 0 -1 4194304 6453 0 0 0 82200 5 0 0 25 0 1 0 698748726 28401664 6278 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/2385/statm: 6934 6278 112 221 0 6710 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 27736

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2386
/proc/meminfo: memFree=1084864/2055920 swapFree=4179868/4192956
[pid=2385] ppid=2383 vsize=28260 CPUtime=882.03
/proc/2385/stat : 2385 (varsat-random_s) R 2383 2385 1495 0 -1 4194304 6571 0 0 0 88198 5 0 0 25 0 1 0 698748726 28938240 6396 1992294400 4194304 5102416 548682068800 18446744073709551615 4249573 0 0 4096 3 0 0 0 17 1 0 0
/proc/2385/statm: 7065 6396 112 221 0 6841 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 28260

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2386
/proc/meminfo: memFree=1084736/2055920 swapFree=4179868/4192956
[pid=2385] ppid=2383 vsize=28260 CPUtime=942.01
/proc/2385/stat : 2385 (varsat-random_s) R 2383 2385 1495 0 -1 4194304 6599 0 0 0 94196 5 0 0 25 0 1 0 698748726 28938240 6424 1992294400 4194304 5102416 548682068800 18446744073709551615 4249563 0 0 4096 3 0 0 0 17 1 0 0
/proc/2385/statm: 7065 6424 112 221 0 6841 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 28260

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2386
/proc/meminfo: memFree=1084416/2055920 swapFree=4179868/4192956
[pid=2385] ppid=2383 vsize=28780 CPUtime=1002
/proc/2385/stat : 2385 (varsat-random_s) R 2383 2385 1495 0 -1 4194304 6683 0 0 0 100194 6 0 0 25 0 1 0 698748726 29470720 6508 1992294400 4194304 5102416 548682068800 18446744073709551615 4249660 0 0 4096 3 0 0 0 17 1 0 0
/proc/2385/statm: 7195 6508 112 221 0 6971 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 28780

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2386
/proc/meminfo: memFree=1083904/2055920 swapFree=4179868/4192956
[pid=2385] ppid=2383 vsize=29352 CPUtime=1061.98
/proc/2385/stat : 2385 (varsat-random_s) R 2383 2385 1495 0 -1 4194304 6809 0 0 0 106192 6 0 0 25 0 1 0 698748726 30056448 6634 1992294400 4194304 5102416 548682068800 18446744073709551615 4249652 0 0 4096 3 0 0 0 17 1 0 0
/proc/2385/statm: 7338 6634 112 221 0 7114 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 29352

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2386
/proc/meminfo: memFree=1083648/2055920 swapFree=4179868/4192956
[pid=2385] ppid=2383 vsize=29588 CPUtime=1121.96
/proc/2385/stat : 2385 (varsat-random_s) R 2383 2385 1495 0 -1 4194304 6863 0 0 0 112190 6 0 0 25 0 1 0 698748726 30298112 6688 1992294400 4194304 5102416 548682068800 18446744073709551615 4249721 0 0 4096 3 0 0 0 17 1 0 0
/proc/2385/statm: 7397 6688 112 221 0 7173 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 29588

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2386
/proc/meminfo: memFree=1083072/2055920 swapFree=4179868/4192956
[pid=2385] ppid=2383 vsize=30412 CPUtime=1181.94
/proc/2385/stat : 2385 (varsat-random_s) R 2383 2385 1495 0 -1 4194304 7015 0 0 0 118188 6 0 0 25 0 1 0 698748726 31141888 6840 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/2385/statm: 7603 6840 112 221 0 7379 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 30412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2386
/proc/meminfo: memFree=1082880/2055920 swapFree=4179868/4192956
[pid=2385] ppid=2383 vsize=30552 CPUtime=1200.04
/proc/2385/stat : 2385 (varsat-random_s) R 2383 2385 1495 0 -1 4194304 7051 0 0 0 119998 6 0 0 25 0 1 0 698748726 31285248 6876 1992294400 4194304 5102416 548682068800 18446744073709551615 4249643 0 0 4096 3 0 0 0 17 1 0 0
/proc/2385/statm: 7638 6876 112 221 0 7414 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 30552

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.06
CPU user time (s): 1199.98
CPU system time (s): 0.073988
CPU usage (%): 99.9705
Max. virtual memory (cumulated for all children) (KiB): 30552

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

runsolver used 0.798878 second user time and 2.6486 second system time

The end

Launcher Data

Begin job on node49 at 2009-03-28 06:36:03
IDJOB=1513517
IDBENCH=70269
IDSOLVER=539
FILE ID=node49/1513517-1238218563
PBS_JOBID= 9060517
Free space on /tmp= 66388 MiB

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

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

MD5SUM BENCH= fa1c9f583a9135f82181313be8dfbb29
RANDOM SEED=2087583223

node49.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.214
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.214
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:       1110824 kB
Buffers:         91064 kB
Cached:         758468 kB
SwapCached:       6452 kB
Active:         192088 kB
Inactive:       666400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1110824 kB
SwapTotal:     4192956 kB
SwapFree:      4179868 kB
Dirty:            1400 kB
Writeback:           0 kB
Mapped:          14612 kB
Slab:            72488 kB
Committed_AS:  1752900 kB
PageTables:       1384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66384 MiB
End job on node49 at 2009-03-28 06:56:05