Trace number 1716919

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
MiniSat 2.1 (Sat-race'08 Edition)? (TO) 1200.02 1200.41

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-01.cnf
MD5SUMd2f77e32530988f77dca5112174eee00
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 variables7502
Number of clauses28770
Sum of the clauses size76290
Maximum clause length847
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 215814
Number of clauses of size 311119
Number of clauses of size 4733
Number of clauses of size 5172
Number of clauses of size over 5931

Solver Data

0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.02	c |  Number of variables:          7502                                         |
0.00/0.02	c |  Number of clauses:           23237                                         |
0.00/0.02	c |  Parse time:                   0.02 s                                       |
0.09/0.12	c |  Simplification time:          0.09 s                                       |
0.09/0.12	c |                                                                             |
0.09/0.12	c ============================[ Search Statistics ]==============================
0.09/0.12	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.12	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.12	c ===============================================================================
0.09/0.12	c |       100 |    2666    15249    52414 |     5591      100      5 | 11.344 % |
0.09/0.13	c |       250 |    2666    15249    52414 |     6150      250     15 | 11.344 % |
0.09/0.14	c |       475 |    2666    15249    52414 |     6765      475     14 | 11.344 % |
0.09/0.18	c |       812 |    2666    15249    52414 |     7442      812     25 | 11.344 % |
0.19/0.26	c |      1318 |    2666    15249    52414 |     8186     1318     44 | 11.344 % |
0.29/0.34	c |      2077 |    2666    15249    52414 |     9004     2077     43 | 11.344 % |
0.39/0.45	c |      3216 |    2665    15237    52383 |     9905     3215     41 | 11.357 % |
0.49/0.58	c |      4924 |    2665    15237    52383 |    10895     4923     37 | 11.357 % |
0.79/0.84	c |      7486 |    2665    15237    52383 |    11985     7485     36 | 11.357 % |
1.19/1.30	c |     11330 |    2665    15237    52383 |    13183    11329     36 | 11.357 % |
2.19/2.27	c |     17096 |    2665    15237    52383 |    14502     9893     38 | 11.357 % |
3.59/3.64	c |     25745 |    2665    15237    52383 |    15952    10863     33 | 11.357 % |
6.29/6.33	c |     38719 |    2665    15237    52383 |    17547    15435     38 | 11.357 % |
10.29/10.30	c |     58180 |    2665    15237    52383 |    19302    16290     38 | 11.357 % |
15.99/16.08	c |     87372 |    2665    15237    52383 |    21232    14638     43 | 11.357 % |
25.38/25.43	c |    131161 |    2664    15225    52352 |    23356    13664     31 | 11.370 % |
38.88/38.98	c |    196845 |    2664    15225    52352 |    25691    18191     34 | 11.370 % |
62.58/62.61	c |    295371 |    2664    15225    52352 |    28261    23250     34 | 11.370 % |
101.75/101.80	c |    443160 |    2664    15225    52352 |    31087    23922     33 | 11.370 % |
163.14/163.28	c |    664843 |    2663    15213    52321 |    34195    20616     33 | 11.384 % |
256.01/256.14	c |    997368 |    2663    15213    52321 |    37615    34915     49 | 11.384 % |
403.56/403.70	c |   1496156 |    2663    15213    52321 |    41377    29676     38 | 11.384 % |
640.88/641.13	c |   2244338 |    2663    15213    52321 |    45514    25051     46 | 11.384 % |
1001.46/1001.84	c |   3366612 |    2663    15213    52321 |    50066    33032     33 | 11.384 % |

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-1716919-1240621855/watcher-1716919-1240621855 -o /tmp/evaluation-result-1716919-1240621855/solver-1716919-1240621855 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/minisat HOME/instance-1716919-1240621855.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.00 1.00 0.99 3/64 25360
/proc/meminfo: memFree=1164984/2055920 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=8188 CPUtime=0
/proc/25360/stat : 25360 (minisat) R 25358 25360 25289 0 -1 4194304 416 0 0 0 0 0 0 0 18 0 1 0 90213902 8384512 400 1992294400 4194304 5092341 548682068848 18446744073709551615 4209789 0 0 4096 3 0 0 0 17 1 0 0
/proc/25360/statm: 2047 401 62 219 0 1825 0

[startup+0.0125119 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 25360
/proc/meminfo: memFree=1164984/2055920 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=8552 CPUtime=0
/proc/25360/stat : 25360 (minisat) R 25358 25360 25289 0 -1 4194304 528 0 0 0 0 0 0 0 18 0 1 0 90213902 8757248 512 1992294400 4194304 5092341 548682068848 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 1 0 0
/proc/25360/statm: 2138 514 63 219 0 1916 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8552

[startup+0.102524 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 25360
/proc/meminfo: memFree=1164984/2055920 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=9976 CPUtime=0.09
/proc/25360/stat : 25360 (minisat) R 25358 25360 25289 0 -1 4194304 1089 0 0 0 9 0 0 0 18 0 1 0 90213902 10215424 1073 1992294400 4194304 5092341 548682068848 18446744073709551615 4219935 0 0 4096 3 0 0 0 17 1 0 0
/proc/25360/statm: 2494 1073 88 219 0 2272 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9976

[startup+0.302553 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 25360
/proc/meminfo: memFree=1164984/2055920 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=9976 CPUtime=0.29
/proc/25360/stat : 25360 (minisat) R 25358 25360 25289 0 -1 4194304 1256 0 0 0 29 0 0 0 19 0 1 0 90213902 10215424 1015 1992294400 4194304 5092341 548682068848 18446744073709551615 4241418 0 0 4096 3 0 0 0 17 1 0 0
/proc/25360/statm: 2494 1015 102 219 0 2272 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9976

[startup+0.701613 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 25360
/proc/meminfo: memFree=1164984/2055920 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=9976 CPUtime=0.69
/proc/25360/stat : 25360 (minisat) R 25358 25360 25289 0 -1 4194304 1408 0 0 0 69 0 0 0 22 0 1 0 90213902 10215424 1167 1992294400 4194304 5092341 548682068848 18446744073709551615 4250309 0 0 4096 3 0 0 0 17 1 0 0
/proc/25360/statm: 2494 1167 103 219 0 2272 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9976

[startup+1.50173 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 25361
/proc/meminfo: memFree=1160240/2055920 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=9976 CPUtime=1.49
/proc/25360/stat : 25360 (minisat) R 25358 25360 25289 0 -1 4194304 1646 0 0 0 149 0 0 0 25 0 1 0 90213902 10215424 1405 1992294400 4194304 5092341 548682068848 18446744073709551615 4240840 0 0 4096 3 0 0 0 17 1 0 0
/proc/25360/statm: 2494 1405 103 219 0 2272 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9976

[startup+3.10196 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 25361
/proc/meminfo: memFree=1160112/2055920 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=10084 CPUtime=3.09
/proc/25360/stat : 25360 (minisat) R 25358 25360 25289 0 -1 4194304 2397 0 0 0 308 1 0 0 25 0 1 0 90213902 10326016 1546 1992294400 4194304 5092341 548682068848 18446744073709551615 4241380 0 0 4096 3 0 0 0 17 1 0 0
/proc/25360/statm: 2521 1546 103 219 0 2299 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10084

[startup+6.30143 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 25361
/proc/meminfo: memFree=1153712/2055920 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=20464 CPUtime=6.29
/proc/25360/stat : 25360 (minisat) R 25358 25360 25289 0 -1 4194304 3851 0 0 0 627 2 0 0 25 0 1 0 90213902 20955136 3000 1992294400 4194304 5092341 548682068848 18446744073709551615 4249992 0 0 4096 3 0 0 0 17 1 0 0
/proc/25360/statm: 5116 3000 103 219 0 4894 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20464

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 25361
/proc/meminfo: memFree=1150712/2055920 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=20908 CPUtime=12.68
/proc/25360/stat : 25360 (minisat) R 25358 25360 25289 0 -1 4194304 4547 0 0 0 1266 2 0 0 25 0 1 0 90213902 21409792 3696 1992294400 4194304 5092341 548682068848 18446744073709551615 4244024 0 0 4096 3 0 0 0 17 1 0 0
/proc/25360/statm: 5227 3696 103 219 0 5005 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 20908

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 25361
/proc/meminfo: memFree=1149112/2055920 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=20908 CPUtime=25.48
/proc/25360/stat : 25360 (minisat) R 25358 25360 25289 0 -1 4194304 4833 0 0 0 2545 3 0 0 25 0 1 0 90213902 21409792 3982 1992294400 4194304 5092341 548682068848 18446744073709551615 4241107 0 0 4096 3 0 0 0 17 1 0 0
/proc/25360/statm: 5227 3982 103 219 0 5005 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 20908

[startup+51.103 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 25361
/proc/meminfo: memFree=1147640/2055920 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=20908 CPUtime=51.08
/proc/25360/stat : 25360 (minisat) R 25358 25360 25289 0 -1 4194304 5229 0 0 0 5105 3 0 0 25 0 1 0 90213902 21409792 4378 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/25360/statm: 5227 4378 103 219 0 5005 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 20908

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 25361
/proc/meminfo: memFree=1147320/2055920 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=28692 CPUtime=102.26
/proc/25360/stat : 25360 (minisat) R 25358 25360 25289 0 -1 4194304 9185 0 0 0 10221 5 0 0 25 0 1 0 90213902 29380608 4439 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/25360/statm: 7173 4439 103 219 0 6951 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 28692

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 25361
/proc/meminfo: memFree=1144056/2055920 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=28692 CPUtime=162.24
/proc/25360/stat : 25360 (minisat) R 25358 25360 25289 0 -1 4194304 9996 0 0 0 16218 6 0 0 25 0 1 0 90213902 29380608 5250 1992294400 4194304 5092341 548682068848 18446744073709551615 4252136 0 0 4096 3 0 0 0 17 1 0 0
/proc/25360/statm: 7173 5250 103 219 0 6951 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 28692

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 25361
/proc/meminfo: memFree=1143160/2055920 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=28692 CPUtime=222.21
/proc/25360/stat : 25360 (minisat) R 25358 25360 25289 0 -1 4194304 10204 0 0 0 22215 6 0 0 25 0 1 0 90213902 29380608 5458 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/25360/statm: 7173 5458 103 219 0 6951 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 28692

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 25361
/proc/meminfo: memFree=1143480/2055920 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=23504 CPUtime=282.2
/proc/25360/stat : 25360 (minisat) R 25358 25360 25289 0 -1 4194304 15995 0 0 0 28210 10 0 0 25 0 1 0 90213902 24068096 5405 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/25360/statm: 5876 5405 103 219 0 5654 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 23504

[startup+342.302 s]
/proc/loadavg: 1.05 1.01 1.00 2/65 25361
/proc/meminfo: memFree=1142968/2055920 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=23504 CPUtime=342.17
/proc/25360/stat : 25360 (minisat) R 25358 25360 25289 0 -1 4194304 16093 0 0 0 34207 10 0 0 25 0 1 0 90213902 24068096 5503 1992294400 4194304 5092341 548682068848 18446744073709551615 4241447 0 0 4096 3 0 0 0 17 1 0 0
/proc/25360/statm: 5876 5503 103 219 0 5654 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 23504

[startup+402.302 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 25361
/proc/meminfo: memFree=1140920/2055920 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=31288 CPUtime=402.16
/proc/25360/stat : 25360 (minisat) R 25358 25360 25289 0 -1 4194304 16589 0 0 0 40205 11 0 0 25 0 1 0 90213902 32038912 5999 1992294400 4194304 5092341 548682068848 18446744073709551615 4241418 0 0 4096 3 0 0 0 17 1 0 0
/proc/25360/statm: 7822 5999 103 219 0 7600 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 31288

[startup+462.301 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 25361
/proc/meminfo: memFree=1140024/2055920 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=31288 CPUtime=462.14
/proc/25360/stat : 25360 (minisat) R 25358 25360 25289 0 -1 4194304 16851 0 0 0 46202 12 0 0 25 0 1 0 90213902 32038912 6261 1992294400 4194304 5092341 548682068848 18446744073709551615 4249112 0 0 4096 3 0 0 0 17 1 0 0
/proc/25360/statm: 7822 6261 103 219 0 7600 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 31288

[startup+522.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 25361
/proc/meminfo: memFree=1140024/2055920 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=31288 CPUtime=522.13
/proc/25360/stat : 25360 (minisat) R 25358 25360 25289 0 -1 4194304 16851 0 0 0 52201 12 0 0 25 0 1 0 90213902 32038912 6261 1992294400 4194304 5092341 548682068848 18446744073709551615 4240672 0 0 4096 3 0 0 0 17 1 0 0
/proc/25360/statm: 7822 6261 103 219 0 7600 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 31288

[startup+582.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 25361
/proc/meminfo: memFree=1140024/2055920 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=31288 CPUtime=582.11
/proc/25360/stat : 25360 (minisat) R 25358 25360 25289 0 -1 4194304 16854 0 0 0 58199 12 0 0 25 0 1 0 90213902 32038912 6264 1992294400 4194304 5092341 548682068848 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 1 0 0
/proc/25360/statm: 7822 6264 103 219 0 7600 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 31288

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25361
/proc/meminfo: memFree=1138488/2055920 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=31288 CPUtime=642.08
/proc/25360/stat : 25360 (minisat) R 25358 25360 25289 0 -1 4194304 17220 0 0 0 64196 12 0 0 25 0 1 0 90213902 32038912 6630 1992294400 4194304 5092341 548682068848 18446744073709551615 4250107 0 0 4096 3 0 0 0 17 1 0 0
/proc/25360/statm: 7822 6630 103 219 0 7600 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 31288

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25361
/proc/meminfo: memFree=1128632/2055920 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=45972 CPUtime=702.06
/proc/25360/stat : 25360 (minisat) R 25358 25360 25289 0 -1 4194304 19696 0 0 0 70192 14 0 0 25 0 1 0 90213902 47075328 9106 1992294400 4194304 5092341 548682068848 18446744073709551615 4241449 0 0 4096 3 0 0 0 17 1 0 0
/proc/25360/statm: 11493 9106 103 219 0 11271 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 45972

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25361
/proc/meminfo: memFree=1128632/2055920 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=45972 CPUtime=762.05
/proc/25360/stat : 25360 (minisat) R 25358 25360 25289 0 -1 4194304 19696 0 0 0 76191 14 0 0 25 0 1 0 90213902 47075328 9106 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/25360/statm: 11493 9106 103 219 0 11271 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 45972

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25361
/proc/meminfo: memFree=1128568/2055920 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=45972 CPUtime=822.02
/proc/25360/stat : 25360 (minisat) R 25358 25360 25289 0 -1 4194304 19719 0 0 0 82188 14 0 0 25 0 1 0 90213902 47075328 9129 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/25360/statm: 11493 9129 103 219 0 11271 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 45972

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25361
/proc/meminfo: memFree=1128504/2055920 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=45972 CPUtime=882
/proc/25360/stat : 25360 (minisat) R 25358 25360 25289 0 -1 4194304 19724 0 0 0 88186 14 0 0 25 0 1 0 90213902 47075328 9134 1992294400 4194304 5092341 548682068848 18446744073709551615 4241067 0 0 4096 3 0 0 0 17 1 0 0
/proc/25360/statm: 11493 9134 103 219 0 11271 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 45972

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25361
/proc/meminfo: memFree=1128504/2055920 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=45972 CPUtime=941.98
/proc/25360/stat : 25360 (minisat) R 25358 25360 25289 0 -1 4194304 19724 0 0 0 94184 14 0 0 25 0 1 0 90213902 47075328 9134 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/25360/statm: 11493 9134 103 219 0 11271 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 45972

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25361
/proc/meminfo: memFree=1128568/2055920 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=45972 CPUtime=1001.96
/proc/25360/stat : 25360 (minisat) R 25358 25360 25289 0 -1 4194304 19724 0 0 0 100182 14 0 0 25 0 1 0 90213902 47075328 9134 1992294400 4194304 5092341 548682068848 18446744073709551615 4249920 0 0 4096 3 0 0 0 17 1 0 0
/proc/25360/statm: 11493 9134 103 219 0 11271 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 45972

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25361
/proc/meminfo: memFree=1128184/2055920 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=45972 CPUtime=1061.95
/proc/25360/stat : 25360 (minisat) R 25358 25360 25289 0 -1 4194304 19827 0 0 0 106180 15 0 0 25 0 1 0 90213902 47075328 9237 1992294400 4194304 5092341 548682068848 18446744073709551615 4250228 0 0 4096 3 0 0 0 17 1 0 0
/proc/25360/statm: 11493 9237 103 219 0 11271 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 45972

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25361
/proc/meminfo: memFree=1127800/2055920 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=45972 CPUtime=1121.93
/proc/25360/stat : 25360 (minisat) R 25358 25360 25289 0 -1 4194304 19902 0 0 0 112178 15 0 0 25 0 1 0 90213902 47075328 9312 1992294400 4194304 5092341 548682068848 18446744073709551615 4241053 0 0 4096 3 0 0 0 17 1 0 0
/proc/25360/statm: 11493 9312 103 219 0 11271 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 45972

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25361
/proc/meminfo: memFree=1127544/2055920 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=45972 CPUtime=1181.91
/proc/25360/stat : 25360 (minisat) R 25358 25360 25289 0 -1 4194304 19958 0 0 0 118176 15 0 0 25 0 1 0 90213902 47075328 9368 1992294400 4194304 5092341 548682068848 18446744073709551615 4241089 0 0 4096 3 0 0 0 17 1 0 0
/proc/25360/statm: 11493 9368 103 219 0 11271 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 45972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25361
/proc/meminfo: memFree=1127544/2055920 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=45972 CPUtime=1200.01
/proc/25360/stat : 25360 (minisat) R 25358 25360 25289 0 -1 4194304 19958 0 0 0 119986 15 0 0 25 0 1 0 90213902 47075328 9368 1992294400 4194304 5092341 548682068848 18446744073709551615 4240665 0 0 4096 3 0 0 0 17 1 0 0
/proc/25360/statm: 11493 9368 103 219 0 11271 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 45972

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.86
CPU system time (s): 0.158975
CPU usage (%): 99.9676
Max. virtual memory (cumulated for all children) (KiB): 45972

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

runsolver used 1.01585 second user time and 2.29565 second system time

The end

Launcher Data

Begin job on node39 at 2009-04-25 03:10:55
IDJOB=1716919
IDBENCH=20399
IDSOLVER=546
FILE ID=node39/1716919-1240621855
PBS_JOBID= 9186365
Free space on /tmp= 66276 MiB

SOLVER NAME= MiniSat 2.1 (Sat-race'08 Edition)
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-01.cnf
COMMAND LINE= HOME/minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1716919-1240621855/watcher-1716919-1240621855 -o /tmp/evaluation-result-1716919-1240621855/solver-1716919-1240621855 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/minisat HOME/instance-1716919-1240621855.cnf

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

MD5SUM BENCH= d2f77e32530988f77dca5112174eee00
RANDOM SEED=1986084461

node39.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.281
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.281
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:       1165400 kB
Buffers:         97432 kB
Cached:         683480 kB
SwapCached:          0 kB
Active:          35508 kB
Inactive:       759292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1165400 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1368 kB
Writeback:           0 kB
Mapped:          23644 kB
Slab:            81744 kB
Committed_AS:   405832 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= 66276 MiB
End job on node39 at 2009-04-25 03:30:57