Trace number 1797772

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
minisat2-core 070721? (TO) 1200.14 1200.46

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-16.cnf
MD5SUM65057bcebbeecf6a7f3bc3fcfb2de009
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark417.869
Satisfiable
(Un)Satisfiability was proved
Number of variables52382
Number of clauses182485
Sum of the clauses size472601
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 285834
Number of clauses of size 387884
Number of clauses of size 47609
Number of clauses of size 5700
Number of clauses of size over 5457

Solver Data

0.00/0.00	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  52382                                                |
0.00/0.00	|  Number of clauses:    182485                                               |
0.09/0.11	|  Parsing time:         0.10         s                                       |
0.09/0.12	============================[ Search Statistics ]==============================
0.09/0.12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.12	===============================================================================
0.09/0.12	|         0 |   52201   181871   470932 |    60623        0    nan |  0.000 % |
0.18/0.21	|       104 |   52201   181871   470932 |    66686      104     48 |  0.346 % |
0.38/0.42	|       256 |   47164   158164   410720 |    73354      253    117 |  9.961 % |
1.09/1.13	|       481 |   47164   158164   410720 |    80690      478    246 |  9.961 % |
1.78/1.80	|       820 |   47095   157773   409721 |    88759      814    174 | 10.103 % |
2.39/2.49	|      1328 |   47090   157759   409687 |    97635     1321    140 | 10.108 % |
2.69/2.70	|      2087 |   47087   157751   409667 |   107398     2080    132 | 10.108 % |
3.78/3.80	|      3227 |   47082   157743   409647 |   118138     3217    118 | 11.325 % |
6.89/6.92	|      4936 |   46447   155211   403147 |   129952     4686    128 | 11.332 % |
8.89/8.91	|      7498 |   46446   155205   403133 |   142947     7247    119 | 11.336 % |
14.88/15.00	|     11348 |   46437   155179   403071 |   157242    11094    128 | 11.349 % |
23.69/23.73	|     17114 |   46437   155179   403071 |   172966    16860    141 | 11.349 % |
44.08/44.13	|     25767 |   46437   155179   403071 |   190263    25513    135 | 11.349 % |
64.27/64.39	|     38741 |   46432   155167   403043 |   209289    38483    135 | 11.365 % |
87.77/87.83	|     58202 |   46425   155143   402987 |   230218    57941    156 | 11.376 % |
160.45/160.57	|     87397 |   46425   155143   402987 |   253240    87136    178 | 11.376 % |
269.61/269.78	|    131189 |   46415   155113   402917 |   278564   130919    196 | 11.412 % |
495.06/495.25	|    196873 |   45906   151917   395272 |   306420   176304    202 | 12.363 % |
898.55/898.87	|    295401 |   45902   151905   395244 |   337062   274829    222 | 12.375 % |

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-1797772-1242073178/watcher-1797772-1242073178 -o /tmp/evaluation-result-1797772-1242073178/solver-1797772-1242073178 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797772-1242073178.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.02 1.08 1.27 3/64 7376
/proc/meminfo: memFree=1396272/2055920 swapFree=4168768/4192956
[pid=7376] ppid=7374 vsize=1884 CPUtime=0
/proc/7376/stat : 7376 (minisat_static) R 7374 7376 7304 0 -1 4194304 235 0 0 0 0 0 0 0 20 0 1 0 235351713 1929216 220 1992294400 134512640 135213614 4294956256 18446744073709551615 134741438 0 0 4096 3 0 0 0 17 1 0 0
/proc/7376/statm: 471 228 47 171 0 297 0

[startup+0.058277 s]
/proc/loadavg: 1.02 1.08 1.27 3/64 7376
/proc/meminfo: memFree=1396272/2055920 swapFree=4168768/4192956
[pid=7376] ppid=7374 vsize=8304 CPUtime=0.04
/proc/7376/stat : 7376 (minisat_static) R 7374 7376 7304 0 -1 4194304 1793 0 0 0 4 0 0 0 20 0 1 0 235351713 8503296 1770 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/7376/statm: 2076 1771 58 171 0 1902 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8304

[startup+0.101288 s]
/proc/loadavg: 1.02 1.08 1.27 3/64 7376
/proc/meminfo: memFree=1396272/2055920 swapFree=4168768/4192956
[pid=7376] ppid=7374 vsize=11524 CPUtime=0.09
/proc/7376/stat : 7376 (minisat_static) R 7374 7376 7304 0 -1 4194304 2566 0 0 0 8 1 0 0 20 0 1 0 235351713 11800576 2543 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/7376/statm: 2881 2544 58 171 0 2707 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11524

[startup+0.30131 s]
/proc/loadavg: 1.02 1.08 1.27 3/64 7376
/proc/meminfo: memFree=1396272/2055920 swapFree=4168768/4192956
[pid=7376] ppid=7374 vsize=13088 CPUtime=0.28
/proc/7376/stat : 7376 (minisat_static) R 7374 7376 7304 0 -1 4194304 3005 0 0 0 27 1 0 0 22 0 1 0 235351713 13402112 2982 1992294400 134512640 135213614 4294956256 18446744073709551615 134526810 0 0 4096 3 0 0 0 17 1 0 0
/proc/7376/statm: 3272 2982 77 171 0 3098 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 13088

[startup+0.701355 s]
/proc/loadavg: 1.02 1.08 1.27 3/64 7376
/proc/meminfo: memFree=1396272/2055920 swapFree=4168768/4192956
[pid=7376] ppid=7374 vsize=13356 CPUtime=0.68
/proc/7376/stat : 7376 (minisat_static) R 7374 7376 7304 0 -1 4194304 3067 0 0 0 67 1 0 0 25 0 1 0 235351713 13676544 3044 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 1 0 0
/proc/7376/statm: 3339 3044 78 171 0 3165 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13356

[startup+1.50144 s]
/proc/loadavg: 1.02 1.08 1.27 2/65 7377
/proc/meminfo: memFree=1384232/2055920 swapFree=4168768/4192956
[pid=7376] ppid=7374 vsize=13620 CPUtime=1.48
/proc/7376/stat : 7376 (minisat_static) R 7374 7376 7304 0 -1 4194304 3127 0 0 0 147 1 0 0 25 0 1 0 235351713 13946880 3104 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/7376/statm: 3405 3104 78 171 0 3231 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 13620

[startup+3.10162 s]
/proc/loadavg: 1.02 1.08 1.27 2/65 7377
/proc/meminfo: memFree=1383848/2055920 swapFree=4168768/4192956
[pid=7376] ppid=7374 vsize=14280 CPUtime=3.09
/proc/7376/stat : 7376 (minisat_static) R 7374 7376 7304 0 -1 4194304 3293 0 0 0 307 2 0 0 25 0 1 0 235351713 14622720 3270 1992294400 134512640 135213614 4294956256 18446744073709551615 134526730 0 0 4096 3 0 0 0 17 1 0 0
/proc/7376/statm: 3570 3270 78 171 0 3396 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14280

[startup+6.30197 s]
/proc/loadavg: 1.02 1.07 1.27 2/65 7377
/proc/meminfo: memFree=1382376/2055920 swapFree=4168768/4192956
[pid=7376] ppid=7374 vsize=15336 CPUtime=6.29
/proc/7376/stat : 7376 (minisat_static) R 7374 7376 7304 0 -1 4194304 3563 0 0 0 626 3 0 0 25 0 1 0 235351713 15704064 3540 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/7376/statm: 3834 3540 78 171 0 3660 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15336

[startup+12.7017 s]
/proc/loadavg: 1.02 1.07 1.27 2/65 7377
/proc/meminfo: memFree=1379632/2055920 swapFree=4168768/4192956
[pid=7376] ppid=7374 vsize=18372 CPUtime=12.68
/proc/7376/stat : 7376 (minisat_static) R 7374 7376 7304 0 -1 4194304 4319 0 0 0 1265 3 0 0 25 0 1 0 235351713 18812928 4296 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/7376/statm: 4593 4296 78 171 0 4419 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 18372

[startup+25.5011 s]
/proc/loadavg: 1.01 1.07 1.27 2/65 7377
/proc/meminfo: memFree=1374064/2055920 swapFree=4168768/4192956
[pid=7376] ppid=7374 vsize=23392 CPUtime=25.48
/proc/7376/stat : 7376 (minisat_static) R 7374 7376 7304 0 -1 4194304 5579 0 0 0 2543 5 0 0 25 0 1 0 235351713 23953408 5556 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 1 0 0
/proc/7376/statm: 5848 5556 78 171 0 5674 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 23392

[startup+51.102 s]
/proc/loadavg: 1.01 1.06 1.26 2/65 7377
/proc/meminfo: memFree=1367088/2055920 swapFree=4168768/4192956
[pid=7376] ppid=7374 vsize=30760 CPUtime=51.08
/proc/7376/stat : 7376 (minisat_static) R 7374 7376 7304 0 -1 4194304 7411 0 0 0 5101 7 0 0 25 0 1 0 235351713 31498240 7388 1992294400 134512640 135213614 4294956256 18446744073709551615 134527168 0 0 4096 3 0 0 0 17 1 0 0
/proc/7376/statm: 7690 7388 78 171 0 7516 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 30760

[startup+102.306 s]
/proc/loadavg: 1.00 1.05 1.24 2/65 7377
/proc/meminfo: memFree=1340976/2055920 swapFree=4168768/4192956
[pid=7376] ppid=7374 vsize=56624 CPUtime=102.27
/proc/7376/stat : 7376 (minisat_static) R 7374 7376 7304 0 -1 4194304 13859 0 0 0 10214 13 0 0 25 0 1 0 235351713 57982976 13836 1992294400 134512640 135213614 4294956256 18446744073709551615 134529600 0 0 4096 3 0 0 0 17 1 0 0
/proc/7376/statm: 14156 13836 78 171 0 13982 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 56624

[startup+162.301 s]
/proc/loadavg: 1.00 1.04 1.23 2/65 7377
/proc/meminfo: memFree=1319856/2055920 swapFree=4168768/4192956
[pid=7376] ppid=7374 vsize=77676 CPUtime=162.25
/proc/7376/stat : 7376 (minisat_static) R 7374 7376 7304 0 -1 4194304 19150 0 0 0 16206 19 0 0 25 0 1 0 235351713 79540224 19127 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 1 0 0
/proc/7376/statm: 19419 19127 78 171 0 19245 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 77676

[startup+222.301 s]
/proc/loadavg: 1.00 1.03 1.21 2/65 7377
/proc/meminfo: memFree=1297648/2055920 swapFree=4168768/4192956
[pid=7376] ppid=7374 vsize=100072 CPUtime=222.23
/proc/7376/stat : 7376 (minisat_static) R 7374 7376 7304 0 -1 4194304 24676 0 0 0 22198 25 0 0 25 0 1 0 235351713 102473728 24653 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/7376/statm: 25018 24653 78 171 0 24844 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 100072

[startup+282.302 s]
/proc/loadavg: 1.00 1.02 1.19 2/65 7377
/proc/meminfo: memFree=1275888/2055920 swapFree=4168768/4192956
[pid=7376] ppid=7374 vsize=121824 CPUtime=282.21
/proc/7376/stat : 7376 (minisat_static) R 7374 7376 7304 0 -1 4194304 30131 0 0 0 28190 31 0 0 25 0 1 0 235351713 124747776 30108 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/7376/statm: 30456 30108 78 171 0 30282 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 121824

[startup+342.302 s]
/proc/loadavg: 1.00 1.02 1.18 2/65 7377
/proc/meminfo: memFree=1266928/2055920 swapFree=4168768/4192956
[pid=7376] ppid=7374 vsize=130800 CPUtime=342.2
/proc/7376/stat : 7376 (minisat_static) R 7374 7376 7304 0 -1 4194304 32326 0 0 0 34186 34 0 0 25 0 1 0 235351713 133939200 32303 1992294400 134512640 135213614 4294956256 18446744073709551615 134536513 0 0 4096 3 0 0 0 17 1 0 0
/proc/7376/statm: 32700 32303 78 171 0 32526 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 130800

[startup+402.301 s]
/proc/loadavg: 1.00 1.01 1.16 2/65 7377
/proc/meminfo: memFree=1250480/2055920 swapFree=4168768/4192956
[pid=7376] ppid=7374 vsize=147176 CPUtime=402.18
/proc/7376/stat : 7376 (minisat_static) R 7374 7376 7304 0 -1 4194304 36420 0 0 0 40179 39 0 0 25 0 1 0 235351713 150708224 36397 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/7376/statm: 36794 36397 78 171 0 36620 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 147176

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.15 2/65 7377
/proc/meminfo: memFree=1242224/2055920 swapFree=4168768/4192956
[pid=7376] ppid=7374 vsize=155336 CPUtime=462.17
/proc/7376/stat : 7376 (minisat_static) R 7374 7376 7304 0 -1 4194304 38463 0 0 0 46175 42 0 0 25 0 1 0 235351713 159064064 38440 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/7376/statm: 38834 38440 78 171 0 38660 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 155336

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.14 2/65 7377
/proc/meminfo: memFree=1233136/2055920 swapFree=4168768/4192956
[pid=7376] ppid=7374 vsize=164656 CPUtime=522.15
/proc/7376/stat : 7376 (minisat_static) R 7374 7376 7304 0 -1 4194304 40770 0 0 0 52170 45 0 0 25 0 1 0 235351713 168607744 40747 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/7376/statm: 41164 40747 78 171 0 40990 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 164656

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.13 2/65 7377
/proc/meminfo: memFree=1214384/2055920 swapFree=4168768/4192956
[pid=7376] ppid=7374 vsize=183256 CPUtime=582.14
/proc/7376/stat : 7376 (minisat_static) R 7374 7376 7304 0 -1 4194304 45446 0 0 0 58163 51 0 0 25 0 1 0 235351713 187654144 45423 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/7376/statm: 45814 45423 78 171 0 45640 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 183256

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.12 2/65 7377
/proc/meminfo: memFree=1196976/2055920 swapFree=4168768/4192956
[pid=7376] ppid=7374 vsize=200852 CPUtime=642.12
/proc/7376/stat : 7376 (minisat_static) R 7374 7376 7304 0 -1 4194304 49749 0 0 0 64157 55 0 0 25 0 1 0 235351713 205672448 49726 1992294400 134512640 135213614 4294956256 18446744073709551615 134535853 0 0 4096 3 0 0 0 17 1 0 0
/proc/7376/statm: 50213 49726 78 171 0 50039 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 200852

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.11 2/65 7377
/proc/meminfo: memFree=1181168/2055920 swapFree=4168768/4192956
[pid=7376] ppid=7374 vsize=216828 CPUtime=702.1
/proc/7376/stat : 7376 (minisat_static) R 7374 7376 7304 0 -1 4194304 53749 0 0 0 70151 59 0 0 25 0 1 0 235351713 222031872 53726 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/7376/statm: 54207 53726 78 171 0 54033 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 216828

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 7377
/proc/meminfo: memFree=1168432/2055920 swapFree=4168768/4192956
[pid=7376] ppid=7374 vsize=229472 CPUtime=762.09
/proc/7376/stat : 7376 (minisat_static) R 7374 7376 7304 0 -1 4194304 56880 0 0 0 76145 64 0 0 25 0 1 0 235351713 234979328 56857 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/7376/statm: 57368 56857 78 171 0 57194 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 229472

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 7377
/proc/meminfo: memFree=1152816/2055920 swapFree=4168768/4192956
[pid=7376] ppid=7374 vsize=245016 CPUtime=822.07
/proc/7376/stat : 7376 (minisat_static) R 7374 7376 7304 0 -1 4194304 60772 0 0 0 82139 68 0 0 25 0 1 0 235351713 250896384 60749 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/7376/statm: 61254 60749 78 171 0 61080 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 245016

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 7377
/proc/meminfo: memFree=1137648/2055920 swapFree=4168768/4192956
[pid=7376] ppid=7374 vsize=260180 CPUtime=882.06
/proc/7376/stat : 7376 (minisat_static) R 7374 7376 7304 0 -1 4194304 64572 0 0 0 88134 72 0 0 25 0 1 0 235351713 266424320 64549 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/7376/statm: 65045 64549 78 171 0 64871 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 260180

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 7377
/proc/meminfo: memFree=1130416/2055920 swapFree=4168768/4192956
[pid=7376] ppid=7374 vsize=267584 CPUtime=942.04
/proc/7376/stat : 7376 (minisat_static) R 7374 7376 7304 0 -1 4194304 66388 0 0 0 94129 75 0 0 25 0 1 0 235351713 274006016 66365 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/7376/statm: 66896 66365 78 171 0 66722 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 267584

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 7377
/proc/meminfo: memFree=1113840/2055920 swapFree=4168768/4192956
[pid=7376] ppid=7374 vsize=283980 CPUtime=1002.03
/proc/7376/stat : 7376 (minisat_static) R 7374 7376 7304 0 -1 4194304 70522 0 0 0 100123 80 0 0 25 0 1 0 235351713 290795520 70499 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/7376/statm: 70995 70499 78 171 0 70821 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 283980

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 7377
/proc/meminfo: memFree=1096560/2055920 swapFree=4168768/4192956
[pid=7376] ppid=7374 vsize=301392 CPUtime=1062.01
/proc/7376/stat : 7376 (minisat_static) R 7374 7376 7304 0 -1 4194304 74871 0 0 0 106117 84 0 0 25 0 1 0 235351713 308625408 74848 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/7376/statm: 75348 74848 78 171 0 75174 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 301392

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 7377
/proc/meminfo: memFree=1083184/2055920 swapFree=4168768/4192956
[pid=7376] ppid=7374 vsize=315372 CPUtime=1121.99
/proc/7376/stat : 7376 (minisat_static) R 7374 7376 7304 0 -1 4194304 78171 0 0 0 112112 87 0 0 25 0 1 0 235351713 322940928 78148 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/7376/statm: 78843 78148 78 171 0 78669 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 315372

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 7377
/proc/meminfo: memFree=1064880/2055920 swapFree=4168768/4192956
[pid=7376] ppid=7374 vsize=333640 CPUtime=1181.97
/proc/7376/stat : 7376 (minisat_static) R 7374 7376 7304 0 -1 4194304 82788 0 0 0 118105 92 0 0 25 0 1 0 235351713 341647360 82765 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 1 0 0
/proc/7376/statm: 83410 82765 78 171 0 83236 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 333640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 7377
/proc/meminfo: memFree=1059504/2055920 swapFree=4168768/4192956
[pid=7376] ppid=7374 vsize=338704 CPUtime=1200.07
/proc/7376/stat : 7376 (minisat_static) R 7374 7376 7304 0 -1 4194304 84049 0 0 0 119914 93 0 0 25 0 1 0 235351713 346832896 84026 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/7376/statm: 84676 84026 78 171 0 84502 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 338704

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.46
CPU time (s): 1200.14
CPU user time (s): 1199.15
CPU system time (s): 0.991849
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 338704

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

runsolver used 0.91486 second user time and 2.5956 second system time

The end

Launcher Data

Begin job on node5 at 2009-05-11 22:19:38
IDJOB=1797772
IDBENCH=20398
IDSOLVER=651
FILE ID=node5/1797772-1242073178
PBS_JOBID= 9277665
Free space on /tmp= 66292 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT07/industrial/fuhs/medium/AProVE07-16.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797772-1242073178/watcher-1797772-1242073178 -o /tmp/evaluation-result-1797772-1242073178/solver-1797772-1242073178 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1797772-1242073178.cnf

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

MD5SUM BENCH= 65057bcebbeecf6a7f3bc3fcfb2de009
RANDOM SEED=661789693

node5.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:       1396752 kB
Buffers:         78640 kB
Cached:         475616 kB
SwapCached:      18984 kB
Active:         155312 kB
Inactive:       419396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1396752 kB
SwapTotal:     4192956 kB
SwapFree:      4168768 kB
Dirty:            3992 kB
Writeback:           0 kB
Mapped:          13484 kB
Slab:            70480 kB
Committed_AS:   860760 kB
PageTables:       1388 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= 66292 MiB
End job on node5 at 2009-05-11 22:39:40