Trace number 1719253

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? (MO) 864.889 865.289

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq7.cnf
MD5SUM0fbc00fde383cec371bb97d621c5e7e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables306095
Number of clauses6069108
Sum of the clauses size17675754
Maximum clause length163
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25745111
Number of clauses of size 366910
Number of clauses of size 44878
Number of clauses of size 518476
Number of clauses of size over 5233732

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  306095                                               |
0.00/0.00	c |  Number of clauses:    6069108                                              |
3.59/3.61	c |  Parsing time:         3.06         s                                       |
3.59/3.61	c |  Timeout:              43200 s
3.59/3.61	c |  Random Seed:          1363142386.000000
3.59/3.61	c |  Heuristic:            default                                              |
3.59/3.61	c |                                                                             |
3.79/3.82	c ============================[ Search Statistics ]==============================
3.79/3.82	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.79/3.82	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.79/3.82	c ===============================================================================
3.79/3.82	c |         0 |  306085  6069067 17675665 |  2023022        0    nan |  0.000 % |
4.39/4.49	c |       100 |  306085  6069067 17675665 |  2225324      100     31 |  0.003 % |
4.79/4.85	c |       251 |  306085  6069067 17675665 |  2447857      251     36 |  0.003 % |
5.49/5.51	c |       478 |  306085  6069067 17675665 |  2692642      478     33 |  0.003 % |
6.39/6.46	c |       815 |  306085  6069067 17675665 |  2961906      815     47 |  0.003 % |
7.69/7.73	c |      1322 |  306085  6069067 17675665 |  3258097     1322     45 |  0.003 % |
8.98/9.04	c |      2081 |  306085  6069067 17675665 |  3583907     2081     45 |  0.003 % |
10.79/10.82	c |      3222 |  306085  6069067 17675665 |  3942298     3222     46 |  0.003 % |
11.79/11.89	c |      4934 |  306085  6069067 17675665 |  4336528     4934     44 |  0.003 % |
19.08/19.19	c |      7496 |  306085  6069067 17675665 |  4770180     7496     56 |  0.003 % |
22.99/23.01	c |     11340 |  306085  6069067 17675665 |  5247198    11340     62 |  0.003 % |
29.28/29.36	c |     17106 |  306085  6069067 17675665 |  5771918    17106     68 |  0.003 % |
37.77/37.85	c |     25756 |  306085  6069067 17675665 |  6349110    25756     71 |  0.003 % |
49.98/50.07	c |     38730 |  306085  6069067 17675665 |  6984021    38730     73 |  0.003 % |
65.47/65.51	c |     58191 |  306085  6069067 17675665 |  7682423    58191     69 |  0.003 % |
92.06/92.15	c |     87384 |  306085  6069067 17675665 |  8450666    87384     68 |  0.003 % |
133.74/133.84	c |    131173 |  306085  6069067 17675665 |  9295732   131173    112 |  0.003 % |
270.17/270.37	c |    196857 |  306085  6069067 17675665 | 10225306   196857    317 |  0.003 % |
442.28/442.51	c |    295383 |  306085  6069067 17675665 | 11247836   295383    494 |  0.003 % |
700.69/701.09	c |    443172 |  306085  6069067 17675665 | 12372620   443172    662 |  0.003 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1719253-1240645047/watcher-1719253-1240645047 -o /tmp/evaluation-result-1719253-1240645047/solver-1719253-1240645047 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-random_static -seed=1363142386 HOME/instance-1719253-1240645047.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.08 1.02 1.01 3/64 12591
/proc/meminfo: memFree=1067776/2055920 swapFree=4192956/4192956
[pid=12591] ppid=12589 vsize=2556 CPUtime=0
/proc/12591/stat : 12591 (varsat-random_s) R 12589 12591 12102 0 -1 4194304 476 0 0 0 0 0 0 0 18 0 1 0 92538224 2617344 461 1992294400 4194304 5102416 548682068784 18446744073709551615 4491479 0 0 4096 3 0 0 0 17 0 0 0
/proc/12591/statm: 639 462 89 221 0 415 0

[startup+0.0071431 s]
/proc/loadavg: 1.08 1.02 1.01 3/64 12591
/proc/meminfo: memFree=1067776/2055920 swapFree=4192956/4192956
[pid=12591] ppid=12589 vsize=2948 CPUtime=0
/proc/12591/stat : 12591 (varsat-random_s) R 12589 12591 12102 0 -1 4194304 561 0 0 0 0 0 0 0 18 0 1 0 92538224 3018752 546 1992294400 4194304 5102416 548682068784 18446744073709551615 4515960 0 0 4096 3 0 0 0 17 0 0 0
/proc/12591/statm: 737 546 89 221 0 513 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2948

[startup+0.101149 s]
/proc/loadavg: 1.08 1.02 1.01 3/64 12591
/proc/meminfo: memFree=1067776/2055920 swapFree=4192956/4192956
[pid=12591] ppid=12589 vsize=14472 CPUtime=0.09
/proc/12591/stat : 12591 (varsat-random_s) R 12589 12591 12102 0 -1 4194304 3357 0 0 0 8 1 0 0 18 0 1 0 92538224 14819328 3342 1992294400 4194304 5102416 548682068784 18446744073709551615 4523888 0 0 4096 3 0 0 0 17 0 0 0
/proc/12591/statm: 3618 3342 89 221 0 3394 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14472

[startup+0.301162 s]
/proc/loadavg: 1.08 1.02 1.01 3/64 12591
/proc/meminfo: memFree=1067776/2055920 swapFree=4192956/4192956
[pid=12591] ppid=12589 vsize=38944 CPUtime=0.29
/proc/12591/stat : 12591 (varsat-random_s) R 12589 12591 12102 0 -1 4194304 9133 0 0 0 25 4 0 0 19 0 1 0 92538224 39878656 9118 1992294400 4194304 5102416 548682068784 18446744073709551615 4263094 0 0 4096 3 0 0 0 17 0 0 0
/proc/12591/statm: 9736 9118 89 221 0 9512 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38944

[startup+0.701191 s]
/proc/loadavg: 1.08 1.02 1.01 3/64 12591
/proc/meminfo: memFree=1067776/2055920 swapFree=4192956/4192956
[pid=12591] ppid=12589 vsize=86956 CPUtime=0.69
/proc/12591/stat : 12591 (varsat-random_s) R 12589 12591 12102 0 -1 4194304 20459 0 0 0 58 11 0 0 23 0 1 0 92538224 89042944 20444 1992294400 4194304 5102416 548682068784 18446744073709551615 4491479 0 0 4096 3 0 0 0 17 0 0 0
/proc/12591/statm: 21739 20445 89 221 0 21515 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 86956

[startup+1.50125 s]
/proc/loadavg: 1.08 1.02 1.01 2/65 12592
/proc/meminfo: memFree=952696/2055920 swapFree=4192956/4192956
[pid=12591] ppid=12589 vsize=181432 CPUtime=1.49
/proc/12591/stat : 12591 (varsat-random_s) R 12589 12591 12102 0 -1 4194304 42370 0 0 0 127 22 0 0 25 0 1 0 92538224 185786368 42355 1992294400 4194304 5102416 548682068784 18446744073709551615 4491479 0 0 4096 3 0 0 0 17 0 0 0
/proc/12591/statm: 45358 42356 89 221 0 45134 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 181432

[startup+3.10237 s]
/proc/loadavg: 1.23 1.05 1.02 2/65 12592
/proc/meminfo: memFree=832504/2055920 swapFree=4192956/4192956
[pid=12591] ppid=12589 vsize=352896 CPUtime=3.09
/proc/12591/stat : 12591 (varsat-random_s) R 12589 12591 12102 0 -1 4194304 86542 0 0 0 263 46 0 0 25 0 1 0 92538224 361365504 86527 1992294400 4194304 5102416 548682068784 18446744073709551615 4491479 0 0 4096 3 0 0 0 17 0 0 0
/proc/12591/statm: 88257 86528 89 221 0 88033 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 352896

[startup+6.3016 s]
/proc/loadavg: 1.23 1.05 1.02 2/65 12592
/proc/meminfo: memFree=657656/2055920 swapFree=4192956/4192956
[pid=12591] ppid=12589 vsize=432428 CPUtime=6.29
/proc/12591/stat : 12591 (varsat-random_s) R 12589 12591 12102 0 -1 4194304 102909 0 0 0 573 56 0 0 25 0 1 0 92538224 442806272 102894 1992294400 4194304 5102416 548682068784 18446744073709551615 4249648 0 0 4096 3 0 0 0 17 0 0 0
/proc/12591/statm: 108107 102894 111 221 0 107883 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 432428

[startup+12.7011 s]
/proc/loadavg: 1.29 1.06 1.02 2/65 12592
/proc/meminfo: memFree=658360/2055920 swapFree=4192956/4192956
[pid=12591] ppid=12589 vsize=434572 CPUtime=12.69
/proc/12591/stat : 12591 (varsat-random_s) R 12589 12591 12102 0 -1 4194304 103408 0 0 0 1212 57 0 0 25 0 1 0 92538224 445001728 103393 1992294400 4194304 5102416 548682068784 18446744073709551615 4249508 0 0 4096 3 0 0 0 17 0 0 0
/proc/12591/statm: 108643 103393 111 221 0 108419 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 434572

[startup+25.502 s]
/proc/loadavg: 1.23 1.06 1.02 2/65 12592
/proc/meminfo: memFree=652536/2055920 swapFree=4192956/4192956
[pid=12591] ppid=12589 vsize=440936 CPUtime=25.48
/proc/12591/stat : 12591 (varsat-random_s) R 12589 12591 12102 0 -1 4194304 104945 0 0 0 2490 58 0 0 25 0 1 0 92538224 451518464 104930 1992294400 4194304 5102416 548682068784 18446744073709551615 4248793 0 0 4096 3 0 0 0 17 0 0 0
/proc/12591/statm: 110234 104930 111 221 0 110010 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 440936

[startup+51.1019 s]
/proc/loadavg: 1.15 1.05 1.02 2/65 12592
/proc/meminfo: memFree=643064/2055920 swapFree=4192956/4192956
[pid=12591] ppid=12589 vsize=450908 CPUtime=51.08
/proc/12591/stat : 12591 (varsat-random_s) R 12589 12591 12102 0 -1 4194304 107429 0 0 0 5047 61 0 0 25 0 1 0 92538224 461729792 107414 1992294400 4194304 5102416 548682068784 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 0 0 0
/proc/12591/statm: 112727 107414 111 221 0 112503 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 450908

[startup+102.306 s]
/proc/loadavg: 1.06 1.04 1.01 2/65 12592
/proc/meminfo: memFree=624440/2055920 swapFree=4192956/4192956
[pid=12591] ppid=12589 vsize=469608 CPUtime=102.26
/proc/12591/stat : 12591 (varsat-random_s) R 12589 12591 12102 0 -1 4194304 112003 0 0 0 10161 65 0 0 25 0 1 0 92538224 480878592 111988 1992294400 4194304 5102416 548682068784 18446744073709551615 4249508 0 0 4096 3 0 0 0 17 0 0 0
/proc/12591/statm: 117402 111988 111 221 0 117178 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 469608

[startup+162.301 s]
/proc/loadavg: 1.02 1.03 1.01 2/65 12592
/proc/meminfo: memFree=559800/2055920 swapFree=4192956/4192956
[pid=12591] ppid=12589 vsize=535160 CPUtime=162.22
/proc/12591/stat : 12591 (varsat-random_s) R 12589 12591 12102 0 -1 4194304 128317 0 0 0 16145 77 0 0 25 0 1 0 92538224 548003840 128302 1992294400 4194304 5102416 548682068784 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 0 0 0
/proc/12591/statm: 133790 128302 111 221 0 133566 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 535160

[startup+222.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 12592
/proc/meminfo: memFree=476216/2055920 swapFree=4192956/4192956
[pid=12591] ppid=12589 vsize=618004 CPUtime=222.18
/proc/12591/stat : 12591 (varsat-random_s) R 12589 12591 12102 0 -1 4194304 149089 0 0 0 22128 90 0 0 25 0 1 0 92538224 632836096 149074 1992294400 4194304 5102416 548682068784 18446744073709551615 4249563 0 0 4096 3 0 0 0 17 0 0 0
/proc/12591/statm: 154501 149074 111 221 0 154277 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 618004

[startup+282.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 12592
/proc/meminfo: memFree=391928/2055920 swapFree=4192956/4192956
[pid=12591] ppid=12589 vsize=703552 CPUtime=282.15
/proc/12591/stat : 12591 (varsat-random_s) R 12589 12591 12102 0 -1 4194304 170476 0 0 0 28112 103 0 0 25 0 1 0 92538224 720437248 170461 1992294400 4194304 5102416 548682068784 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 0 0 0
/proc/12591/statm: 175888 170461 111 221 0 175664 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 703552

[startup+342.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 12592
/proc/meminfo: memFree=248248/2055920 swapFree=4192956/4192956
[pid=12591] ppid=12589 vsize=845684 CPUtime=342.12
/proc/12591/stat : 12591 (varsat-random_s) R 12589 12591 12102 0 -1 4194304 205886 0 0 0 34089 123 0 0 25 0 1 0 92538224 865980416 205871 1992294400 4194304 5102416 548682068784 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 0 0 0
/proc/12591/statm: 211421 205871 111 221 0 211197 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 845684

[startup+402.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 12592
/proc/meminfo: memFree=143224/2055920 swapFree=4192956/4192956
[pid=12591] ppid=12589 vsize=951824 CPUtime=402.1
/proc/12591/stat : 12591 (varsat-random_s) R 12589 12591 12102 0 -1 4194304 232395 0 0 0 40069 141 0 0 25 0 1 0 92538224 974667776 232380 1992294400 4194304 5102416 548682068784 18446744073709551615 4249160 0 0 4096 3 0 0 0 17 0 0 0
/proc/12591/statm: 237956 232380 111 221 0 237732 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 951824

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12592
/proc/meminfo: memFree=30520/2055920 swapFree=4192956/4192956
[pid=12591] ppid=12589 vsize=1062836 CPUtime=462.08
/proc/12591/stat : 12591 (varsat-random_s) R 12589 12591 12102 0 -1 4194304 260218 0 0 0 46051 157 0 0 25 0 1 0 92538224 1088344064 260203 1992294400 4194304 5102416 548682068784 18446744073709551615 4230759 0 0 4096 3 0 0 0 17 0 0 0
/proc/12591/statm: 265709 260203 111 221 0 265485 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 1062836

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12592
/proc/meminfo: memFree=14904/2055920 swapFree=4192956/4192956
[pid=12591] ppid=12589 vsize=1212644 CPUtime=522.05
/proc/12591/stat : 12591 (varsat-random_s) R 12589 12591 12102 0 -1 4194304 297432 0 0 0 52026 179 0 0 25 0 1 0 92538224 1241747456 297417 1992294400 4194304 5102416 548682068784 18446744073709551615 4249652 0 0 4096 3 0 0 0 17 0 0 0
/proc/12591/statm: 303161 297417 111 221 0 302937 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 1212644

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12592
/proc/meminfo: memFree=16248/2055920 swapFree=4192812/4192956
[pid=12591] ppid=12589 vsize=1343908 CPUtime=582.04
/proc/12591/stat : 12591 (varsat-random_s) R 12589 12591 12102 0 -1 4194304 330243 0 0 0 58005 199 0 0 25 0 1 0 92538224 1376161792 330228 1992294400 4194304 5102416 548682068784 18446744073709551615 4249648 0 0 4096 3 0 0 0 17 0 0 0
/proc/12591/statm: 335977 330228 111 221 0 335753 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 1343908

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12592
/proc/meminfo: memFree=15608/2055920 swapFree=4192812/4192956
[pid=12591] ppid=12589 vsize=1498320 CPUtime=642.02
/proc/12591/stat : 12591 (varsat-random_s) R 12589 12591 12102 0 -1 4194304 368850 0 0 0 63984 218 0 0 25 0 1 0 92538224 1534279680 368835 1992294400 4194304 5102416 548682068784 18446744073709551615 4248809 0 0 4096 3 0 0 0 17 0 0 0
/proc/12591/statm: 374580 368835 111 221 0 374356 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 1498320

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12592
/proc/meminfo: memFree=15352/2055920 swapFree=4192812/4192956
[pid=12591] ppid=12589 vsize=1627268 CPUtime=701.99
/proc/12591/stat : 12591 (varsat-random_s) R 12589 12591 12102 0 -1 4194304 401192 0 0 0 69960 239 0 0 25 0 1 0 92538224 1666322432 401177 1992294400 4194304 5102416 548682068784 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 0 0 0
/proc/12591/statm: 406817 401177 111 221 0 406593 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 1627268

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12592
/proc/meminfo: memFree=15608/2055920 swapFree=4192812/4192956
[pid=12591] ppid=12589 vsize=1700284 CPUtime=761.93
/proc/12591/stat : 12591 (varsat-random_s) R 12589 12591 12102 0 -1 4194304 419014 0 0 0 75939 254 0 0 25 0 1 0 92538224 1741090816 418999 1992294400 4194304 5102416 548682068784 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 0 0 0
/proc/12591/statm: 425071 418999 111 221 0 424847 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 1700284

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12592
/proc/meminfo: memFree=14840/2055920 swapFree=4192812/4192956
[pid=12591] ppid=12589 vsize=1780608 CPUtime=821.91
/proc/12591/stat : 12591 (varsat-random_s) R 12589 12591 12102 0 -1 4194304 439077 0 0 0 81921 270 0 0 25 0 1 0 92538224 1823342592 439062 1992294400 4194304 5102416 548682068784 18446744073709551615 4249634 0 0 4096 3 0 0 0 17 1 0 0
/proc/12591/statm: 445152 439062 111 221 0 444928 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 1780608



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+865.002 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12592
/proc/meminfo: memFree=14840/2055920 swapFree=4192812/4192956
[pid=12591] ppid=12589 vsize=1843248 CPUtime=864.59
/proc/12591/stat : 12591 (varsat-random_s) R 12589 12591 12102 0 -1 4194304 454765 0 0 0 86177 282 0 0 25 0 1 0 92538224 1887485952 454750 1992294400 4194304 5102416 548682068784 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 0 0 0
/proc/12591/statm: 460812 454750 111 221 0 460588 0
Current children cumulated CPU time (s) 864.59
Current children cumulated vsize (KiB) 1843248

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

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

[startup+865.202 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12592
/proc/meminfo: memFree=14840/2055920 swapFree=4192812/4192956
[pid=12591] ppid=12589 vsize=0 CPUtime=864.79
/proc/12591/stat : 12591 (varsat-random_s) R 12589 12591 12102 0 -1 4195332 454765 0 0 0 86177 302 0 0 25 0 1 0 92538224 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/12591/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 864.79
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 865.289
CPU time (s): 864.889
CPU user time (s): 861.776
CPU system time (s): 3.11253
CPU usage (%): 99.9537
Max. virtual memory (cumulated for all children) (KiB): 1843248

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

runsolver used 0.878866 second user time and 2.27965 second system time

The end

Launcher Data

Begin job on node34 at 2009-04-25 09:37:36
IDJOB=1719253
IDBENCH=20580
IDSOLVER=539
FILE ID=node34/1719253-1240645047
PBS_JOBID= 9186403
Free space on /tmp= 66240 MiB

SOLVER NAME= VARSAT-random 2009-03-22
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq7.cnf
COMMAND LINE= HOME/varsat-random_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1719253-1240645047/watcher-1719253-1240645047 -o /tmp/evaluation-result-1719253-1240645047/solver-1719253-1240645047 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-random_static -seed=1363142386 HOME/instance-1719253-1240645047.cnf

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

MD5SUM BENCH= 0fbc00fde383cec371bb97d621c5e7e5
RANDOM SEED=1363142386

node34.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	: 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.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:       1068192 kB
Buffers:         85360 kB
Cached:         794628 kB
SwapCached:          0 kB
Active:         370252 kB
Inactive:       523632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1068192 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:          132820 kB
Writeback:           0 kB
Mapped:          23652 kB
Slab:            79860 kB
Committed_AS:   315664 kB
PageTables:       1380 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= 66240 MiB
End job on node34 at 2009-04-25 09:52:03