Trace number 1719252

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.35 1200.71

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.79/3.83	c |  Parsing time:         3.28         s                                       |
3.79/3.83	c |  Timeout:              43200 s
3.79/3.83	c |  Random Seed:          1227922983.000000
3.79/3.83	c |  Heuristic:            default                                              |
3.79/3.83	c |                                                                             |
3.99/4.05	c ============================[ Search Statistics ]==============================
3.99/4.05	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.99/4.05	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.99/4.05	c ===============================================================================
3.99/4.05	c |         0 |  306085  6069067 17675665 |  2023022        0    nan |  0.000 % |
4.69/4.74	c |       100 |  306085  6069067 17675665 |  2225324      100     42 |  0.003 % |
5.09/5.15	c |       250 |  306085  6069067 17675665 |  2447857      250     46 |  0.003 % |
5.99/6.03	c |       475 |  306085  6069067 17675665 |  2692642      475     44 |  0.003 % |
6.69/6.73	c |       812 |  306085  6069067 17675665 |  2961906      812     44 |  0.003 % |
7.89/7.92	c |      1318 |  306085  6069067 17675665 |  3258097     1318     45 |  0.003 % |
8.89/8.94	c |      2077 |  306085  6069067 17675665 |  3583907     2077     42 |  0.003 % |
10.38/10.43	c |      3217 |  306085  6069067 17675665 |  3942298     3217     44 |  0.003 % |
13.10/13.17	c |      4925 |  306085  6069067 17675665 |  4336528     4925     48 |  0.003 % |
17.19/17.28	c |      7487 |  306085  6069067 17675665 |  4770180     7487     52 |  0.003 % |
22.89/22.95	c |     11333 |  306085  6069067 17675665 |  5247198    11333     61 |  0.003 % |
27.58/27.61	c |     17099 |  306085  6069067 17675665 |  5771918    17099     60 |  0.003 % |
37.18/37.23	c |     25748 |  306085  6069067 17675665 |  6349110    25748     61 |  0.003 % |
48.48/48.50	c |     38722 |  306085  6069067 17675665 |  6984021    38722     55 |  0.003 % |
69.28/69.31	c |     58183 |  306085  6069067 17675665 |  7682423    58183     51 |  0.003 % |
107.95/108.07	c |     87375 |  306085  6069067 17675665 |  8450666    87375    124 |  0.003 % |
172.45/172.58	c |    131164 |  306085  6069067 17675665 |  9295732   131164    139 |  0.003 % |
300.11/300.23	c |    196848 |  306085  6069067 17675665 | 10225306   196848    356 |  0.003 % |
474.20/474.44	c |    295374 |  306085  6069067 17675665 | 11247836   295374    535 |  0.003 % |
713.64/713.99	c |    443164 |  306085  6069067 17675665 | 12372620   443164    479 |  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-1719252-1240645043/watcher-1719252-1240645043 -o /tmp/evaluation-result-1719252-1240645043/solver-1719252-1240645043 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1227922983 HOME/instance-1719252-1240645043.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.15 1.03 1.01 3/64 16425
/proc/meminfo: memFree=758168/2055920 swapFree=4192956/4192956
[pid=16425] ppid=16423 vsize=2424 CPUtime=0
/proc/16425/stat : 16425 (varsat-industri) R 16423 16425 15891 0 -1 4194304 463 0 0 0 0 0 0 0 18 0 1 0 92539059 2482176 448 1992294400 4194304 5102648 548682068768 18446744073709551615 4245075 0 0 4096 3 0 0 0 17 1 0 0
/proc/16425/statm: 639 455 88 221 0 415 0

[startup+0.0718669 s]
/proc/loadavg: 1.15 1.03 1.01 3/64 16425
/proc/meminfo: memFree=758168/2055920 swapFree=4192956/4192956
[pid=16425] ppid=16423 vsize=10812 CPUtime=0.06
/proc/16425/stat : 16425 (varsat-industri) R 16423 16425 15891 0 -1 4194304 2479 0 0 0 5 1 0 0 18 0 1 0 92539059 11071488 2464 1992294400 4194304 5102648 548682068768 18446744073709551615 4263318 0 0 4096 3 0 0 0 17 1 0 0
/proc/16425/statm: 2703 2464 88 221 0 2479 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10812

[startup+0.101869 s]
/proc/loadavg: 1.15 1.03 1.01 3/64 16425
/proc/meminfo: memFree=758168/2055920 swapFree=4192956/4192956
[pid=16425] ppid=16423 vsize=14340 CPUtime=0.09
/proc/16425/stat : 16425 (varsat-industri) R 16423 16425 15891 0 -1 4194304 3289 0 0 0 8 1 0 0 18 0 1 0 92539059 14684160 3274 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/16425/statm: 3585 3275 88 221 0 3361 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14340

[startup+0.301885 s]
/proc/loadavg: 1.15 1.03 1.01 3/64 16425
/proc/meminfo: memFree=758168/2055920 swapFree=4192956/4192956
[pid=16425] ppid=16423 vsize=37596 CPUtime=0.29
/proc/16425/stat : 16425 (varsat-industri) R 16423 16425 15891 0 -1 4194304 8713 0 0 0 24 5 0 0 19 0 1 0 92539059 38498304 8698 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/16425/statm: 9399 8699 88 221 0 9175 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37596

[startup+0.701918 s]
/proc/loadavg: 1.15 1.03 1.01 3/64 16425
/proc/meminfo: memFree=758168/2055920 swapFree=4192956/4192956
[pid=16425] ppid=16423 vsize=83872 CPUtime=0.69
/proc/16425/stat : 16425 (varsat-industri) R 16423 16425 15891 0 -1 4194304 19516 0 0 0 59 10 0 0 22 0 1 0 92539059 85884928 19501 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/16425/statm: 20968 19502 88 221 0 20744 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83872

[startup+1.50198 s]
/proc/loadavg: 1.15 1.03 1.01 2/65 16426
/proc/meminfo: memFree=648272/2055920 swapFree=4192956/4192956
[pid=16425] ppid=16423 vsize=174460 CPUtime=1.49
/proc/16425/stat : 16425 (varsat-industri) R 16423 16425 15891 0 -1 4194304 40279 0 0 0 127 22 0 0 25 0 1 0 92539059 178647040 40264 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/16425/statm: 43615 40265 88 221 0 43391 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 174460

[startup+3.10111 s]
/proc/loadavg: 1.14 1.03 1.01 2/65 16426
/proc/meminfo: memFree=534096/2055920 swapFree=4192956/4192956
[pid=16425] ppid=16423 vsize=336144 CPUtime=3.09
/proc/16425/stat : 16425 (varsat-industri) R 16423 16425 15891 0 -1 4194304 81590 0 0 0 265 44 0 0 25 0 1 0 92539059 344211456 81575 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/16425/statm: 84036 81576 88 221 0 83812 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 336144

[startup+6.30137 s]
/proc/loadavg: 1.14 1.03 1.01 2/65 16426
/proc/meminfo: memFree=347344/2055920 swapFree=4192956/4192956
[pid=16425] ppid=16423 vsize=432484 CPUtime=6.29
/proc/16425/stat : 16425 (varsat-industri) R 16423 16425 15891 0 -1 4194304 102871 0 0 0 573 56 0 0 25 0 1 0 92539059 442863616 102856 1992294400 4194304 5102648 548682068768 18446744073709551615 4227911 0 0 4096 3 0 0 0 17 1 0 0
/proc/16425/statm: 108121 102856 110 221 0 107897 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 432484

[startup+12.7019 s]
/proc/loadavg: 1.12 1.03 1.01 2/65 16426
/proc/meminfo: memFree=345232/2055920 swapFree=4192956/4192956
[pid=16425] ppid=16423 vsize=434348 CPUtime=12.69
/proc/16425/stat : 16425 (varsat-industri) R 16423 16425 15891 0 -1 4194304 103347 0 0 0 1212 57 0 0 25 0 1 0 92539059 444772352 103332 1992294400 4194304 5102648 548682068768 18446744073709551615 4249956 0 0 4096 3 0 0 0 17 1 0 0
/proc/16425/statm: 108587 103332 110 221 0 108363 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 434348

[startup+25.5019 s]
/proc/loadavg: 1.10 1.03 1.01 2/65 16426
/proc/meminfo: memFree=341840/2055920 swapFree=4192956/4192956
[pid=16425] ppid=16423 vsize=437984 CPUtime=25.48
/proc/16425/stat : 16425 (varsat-industri) R 16423 16425 15891 0 -1 4194304 104226 0 0 0 2490 58 0 0 25 0 1 0 92539059 448495616 104211 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/16425/statm: 109496 104211 110 221 0 109272 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 437984

[startup+51.101 s]
/proc/loadavg: 1.06 1.03 1.00 2/65 16426
/proc/meminfo: memFree=334736/2055920 swapFree=4192956/4192956
[pid=16425] ppid=16423 vsize=445360 CPUtime=51.08
/proc/16425/stat : 16425 (varsat-industri) R 16423 16425 15891 0 -1 4194304 106071 0 0 0 5048 60 0 0 25 0 1 0 92539059 456048640 106056 1992294400 4194304 5102648 548682068768 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/16425/statm: 111340 106056 110 221 0 111116 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 445360

[startup+102.305 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 16426
/proc/meminfo: memFree=302992/2055920 swapFree=4192956/4192956
[pid=16425] ppid=16423 vsize=477376 CPUtime=102.27
/proc/16425/stat : 16425 (varsat-industri) R 16423 16425 15891 0 -1 4194304 114000 0 0 0 10160 67 0 0 25 0 1 0 92539059 488833024 113985 1992294400 4194304 5102648 548682068768 18446744073709551615 4249017 0 0 4096 3 0 0 0 17 1 0 0
/proc/16425/statm: 119344 113985 110 221 0 119120 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 477376

[startup+162.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 16426
/proc/meminfo: memFree=265744/2055920 swapFree=4192956/4192956
[pid=16425] ppid=16423 vsize=514780 CPUtime=162.25
/proc/16425/stat : 16425 (varsat-industri) R 16423 16425 15891 0 -1 4194304 123332 0 0 0 16149 76 0 0 25 0 1 0 92539059 527134720 123317 1992294400 4194304 5102648 548682068768 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/16425/statm: 128695 123317 110 221 0 128471 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 514780

[startup+222.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 16426
/proc/meminfo: memFree=192016/2055920 swapFree=4192956/4192956
[pid=16425] ppid=16423 vsize=588876 CPUtime=222.24
/proc/16425/stat : 16425 (varsat-industri) R 16423 16425 15891 0 -1 4194304 141700 0 0 0 22137 87 0 0 25 0 1 0 92539059 603009024 141685 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/16425/statm: 147219 141685 110 221 0 146995 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 588876

[startup+282.302 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 16426
/proc/meminfo: memFree=87632/2055920 swapFree=4192956/4192956
[pid=16425] ppid=16423 vsize=694304 CPUtime=282.22
/proc/16425/stat : 16425 (varsat-industri) R 16423 16425 15891 0 -1 4194304 168088 0 0 0 28118 104 0 0 25 0 1 0 92539059 710967296 168073 1992294400 4194304 5102648 548682068768 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/16425/statm: 173576 168073 110 221 0 173352 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 694304

[startup+342.302 s]
/proc/loadavg: 1.08 1.03 1.00 2/65 16426
/proc/meminfo: memFree=15696/2055920 swapFree=4192956/4192956
[pid=16425] ppid=16423 vsize=820452 CPUtime=342.13
/proc/16425/stat : 16425 (varsat-industri) R 16423 16425 15891 0 -1 4194304 199483 0 0 0 34090 123 0 0 25 0 1 0 92539059 840142848 199468 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/16425/statm: 205113 199468 110 221 0 204889 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 820452

[startup+402.302 s]
/proc/loadavg: 1.07 1.04 1.00 2/65 16426
/proc/meminfo: memFree=15056/2055920 swapFree=4192956/4192956
[pid=16425] ppid=16423 vsize=941240 CPUtime=402.11
/proc/16425/stat : 16425 (varsat-industri) R 16423 16425 15891 0 -1 4194304 229707 0 0 0 40072 139 0 0 25 0 1 0 92539059 963829760 229692 1992294400 4194304 5102648 548682068768 18446744073709551615 4249787 0 0 4096 3 0 0 0 17 1 0 0
/proc/16425/statm: 235310 229692 110 221 0 235086 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 941240

[startup+462.302 s]
/proc/loadavg: 1.02 1.03 1.00 2/65 16426
/proc/meminfo: memFree=15952/2055920 swapFree=4192956/4192956
[pid=16425] ppid=16423 vsize=1056820 CPUtime=462.1
/proc/16425/stat : 16425 (varsat-industri) R 16423 16425 15891 0 -1 4194304 258655 0 0 0 46055 155 0 0 25 0 1 0 92539059 1082183680 258640 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/16425/statm: 264205 258640 110 221 0 263981 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 1056820

[startup+522.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 16426
/proc/meminfo: memFree=15888/2055920 swapFree=4192956/4192956
[pid=16425] ppid=16423 vsize=1140892 CPUtime=522.08
/proc/16425/stat : 16425 (varsat-industri) R 16423 16425 15891 0 -1 4194304 279432 0 0 0 52037 171 0 0 25 0 1 0 92539059 1168273408 279417 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/16425/statm: 285223 279417 110 221 0 284999 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 1140892

[startup+582.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 16426
/proc/meminfo: memFree=15440/2055920 swapFree=4192956/4192956
[pid=16425] ppid=16423 vsize=1190940 CPUtime=582.07
/proc/16425/stat : 16425 (varsat-industri) R 16423 16425 15891 0 -1 4194304 291880 0 0 0 58025 182 0 0 25 0 1 0 92539059 1219522560 291865 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/16425/statm: 297735 291865 110 221 0 297511 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 1190940

[startup+642.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 16426
/proc/meminfo: memFree=15568/2055920 swapFree=4192812/4192956
[pid=16425] ppid=16423 vsize=1234052 CPUtime=642.06
/proc/16425/stat : 16425 (varsat-industri) R 16423 16425 15891 0 -1 4194304 302659 0 0 0 64015 191 0 0 25 0 1 0 92539059 1263669248 302644 1992294400 4194304 5102648 548682068768 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/16425/statm: 308513 302644 110 221 0 308289 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 1234052

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16426
/proc/meminfo: memFree=15632/2055920 swapFree=4192812/4192956
[pid=16425] ppid=16423 vsize=1293868 CPUtime=702.05
/proc/16425/stat : 16425 (varsat-industri) R 16423 16425 15891 0 -1 4194304 317574 0 0 0 69999 206 0 0 25 0 1 0 92539059 1324920832 317559 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/16425/statm: 323467 317559 110 221 0 323243 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 1293868

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16426
/proc/meminfo: memFree=14992/2055920 swapFree=4192812/4192956
[pid=16425] ppid=16423 vsize=1334208 CPUtime=762.03
/proc/16425/stat : 16425 (varsat-industri) R 16423 16425 15891 0 -1 4194304 327672 0 0 0 75989 214 0 0 25 0 1 0 92539059 1366228992 327657 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/16425/statm: 333552 327657 110 221 0 333328 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 1334208

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16426
/proc/meminfo: memFree=15184/2055920 swapFree=4192812/4192956
[pid=16425] ppid=16423 vsize=1386340 CPUtime=822.02
/proc/16425/stat : 16425 (varsat-industri) R 16423 16425 15891 0 -1 4194304 340310 0 0 0 81977 225 0 0 25 0 1 0 92539059 1419612160 340295 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/16425/statm: 346585 340295 110 221 0 346361 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 1386340

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16426
/proc/meminfo: memFree=15120/2055920 swapFree=4192812/4192956
[pid=16425] ppid=16423 vsize=1445164 CPUtime=882.01
/proc/16425/stat : 16425 (varsat-industri) R 16423 16425 15891 0 -1 4194304 355043 0 0 0 87963 238 0 0 25 0 1 0 92539059 1479847936 355028 1992294400 4194304 5102648 548682068768 18446744073709551615 4249192 0 0 4096 3 0 0 0 17 1 0 0
/proc/16425/statm: 361291 355028 110 221 0 361067 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 1445164

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16426
/proc/meminfo: memFree=14864/2055920 swapFree=4192812/4192956
[pid=16425] ppid=16423 vsize=1494260 CPUtime=941.99
/proc/16425/stat : 16425 (varsat-industri) R 16423 16425 15891 0 -1 4194304 367397 0 0 0 93954 245 0 0 25 0 1 0 92539059 1530122240 367382 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/16425/statm: 373565 367382 110 221 0 373341 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 1494260

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16426
/proc/meminfo: memFree=16016/2055920 swapFree=4192812/4192956
[pid=16425] ppid=16423 vsize=1562208 CPUtime=1001.98
/proc/16425/stat : 16425 (varsat-industri) R 16423 16425 15891 0 -1 4194304 384391 0 0 0 99940 258 0 0 25 0 1 0 92539059 1599700992 384376 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/16425/statm: 390552 384376 110 221 0 390328 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 1562208

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16426
/proc/meminfo: memFree=14928/2055920 swapFree=4192812/4192956
[pid=16425] ppid=16423 vsize=1632012 CPUtime=1061.96
/proc/16425/stat : 16425 (varsat-industri) R 16423 16425 15891 0 -1 4194304 401897 0 0 0 105927 269 0 0 25 0 1 0 92539059 1671180288 401882 1992294400 4194304 5102648 548682068768 18446744073709551615 4254567 0 0 4096 3 0 0 0 17 1 0 0
/proc/16425/statm: 408003 401882 110 221 0 407779 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 1632012

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16426
/proc/meminfo: memFree=15760/2055920 swapFree=4192812/4192956
[pid=16425] ppid=16423 vsize=1697136 CPUtime=1121.95
/proc/16425/stat : 16425 (varsat-industri) R 16423 16425 15891 0 -1 4194304 418223 0 0 0 111913 282 0 0 25 0 1 0 92539059 1737867264 418208 1992294400 4194304 5102648 548682068768 18446744073709551615 4254144 0 0 4096 3 0 0 0 17 1 0 0
/proc/16425/statm: 424284 418208 110 221 0 424060 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 1697136

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16426
/proc/meminfo: memFree=15824/2055920 swapFree=4192812/4192956
[pid=16425] ppid=16423 vsize=1771160 CPUtime=1181.94
/proc/16425/stat : 16425 (varsat-industri) R 16423 16425 15891 0 -1 4194304 436733 0 0 0 117897 297 0 0 25 0 1 0 92539059 1813667840 436718 1992294400 4194304 5102648 548682068768 18446744073709551615 4249017 0 0 4096 3 0 0 0 17 1 0 0
/proc/16425/statm: 442790 436718 110 221 0 442566 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 1771160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16426
/proc/meminfo: memFree=15248/2055920 swapFree=4192812/4192956
[pid=16425] ppid=16423 vsize=1798200 CPUtime=1200.03
/proc/16425/stat : 16425 (varsat-industri) R 16423 16425 15891 0 -1 4194304 443486 0 0 0 119702 301 0 0 25 0 1 0 92539059 1841356800 443471 1992294400 4194304 5102648 548682068768 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/16425/statm: 449550 443471 110 221 0 449326 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 1798200

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

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

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16426
/proc/meminfo: memFree=15248/2055920 swapFree=4192812/4192956
[pid=16425] ppid=16423 vsize=0 CPUtime=1200.23
/proc/16425/stat : 16425 (varsat-industri) R 16423 16425 15891 0 -1 4195332 443486 0 0 0 119702 321 0 0 25 0 1 0 92539059 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/16425/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.23
Current children cumulated vsize (KiB) 0

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16426
/proc/meminfo: memFree=15248/2055920 swapFree=4192812/4192956
[pid=16425] ppid=16423 vsize=0 CPUtime=1200.33
/proc/16425/stat : 16425 (varsat-industri) R 16423 16425 15891 0 -1 4195332 443486 0 0 0 119702 331 0 0 25 0 1 0 92539059 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/16425/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.33
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.71
CPU time (s): 1200.35
CPU user time (s): 1197.03
CPU system time (s): 3.3185
CPU usage (%): 99.9698
Max. virtual memory (cumulated for all children) (KiB): 1798200

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

runsolver used 1.18582 second user time and 2.6586 second system time

The end

Launcher Data

Begin job on node3 at 2009-04-25 09:37:30
IDJOB=1719252
IDBENCH=20580
IDSOLVER=538
FILE ID=node3/1719252-1240645043
PBS_JOBID= 9186444
Free space on /tmp= 65940 MiB

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

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

MD5SUM BENCH= 0fbc00fde383cec371bb97d621c5e7e5
RANDOM SEED=1227922983

node3.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.212
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.212
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:        758648 kB
Buffers:         78472 kB
Cached:        1116764 kB
SwapCached:          0 kB
Active:         308436 kB
Inactive:       901700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        758648 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:          133032 kB
Writeback:           0 kB
Mapped:          23640 kB
Slab:            73180 kB
Committed_AS:   321968 kB
PageTables:       1372 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= 65940 MiB
End job on node3 at 2009-04-25 09:57:33