Trace number 1797842

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.07 1200.43

General information on the benchmark

Namevange-col-abb313GPIA-9-c.cnf
MD5SUM0baefedb2aaa81442743e253487854d8
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 variables6228
Number of clauses484871
Sum of the clauses size3850952
Maximum clause length8
Minimum clause length1
Number of clauses of size 115
Number of clauses of size 24651
Number of clauses of size 31
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5480204

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:  6228                                                 |
0.00/0.00	|  Number of clauses:    484871                                               |
0.39/0.46	|  Parsing time:         0.42         s                                       |
0.39/0.48	============================[ Search Statistics ]==============================
0.39/0.48	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.39/0.48	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.39/0.48	===============================================================================
0.39/0.48	|         0 |    6212   482558  3828013 |   160852        0    nan |  0.000 % |
0.39/0.48	|       100 |    6212   482558  3828013 |   176937      100     18 |  0.257 % |
0.39/0.48	|       250 |    6212   482558  3828013 |   194631      250     16 |  0.257 % |
0.39/0.49	|       475 |    6212   482558  3828013 |   214094      475     15 |  0.257 % |
0.39/0.50	|       813 |    6212   482558  3828013 |   235504      813     15 |  0.257 % |
0.49/0.51	|      1319 |    6212   482558  3828013 |   259054     1319     15 |  0.257 % |
0.49/0.53	|      2080 |    6212   482558  3828013 |   284960     2080     15 |  0.257 % |
0.49/0.56	|      3220 |    6212   482558  3828013 |   313456     3220     15 |  0.257 % |
0.59/0.60	|      4928 |    6212   482558  3828013 |   344801     4928     16 |  0.257 % |
0.59/0.69	|      7491 |    6212   482558  3828013 |   379282     7491     16 |  0.257 % |
0.79/0.82	|     11335 |    6212   482558  3828013 |   417210    11335     16 |  0.257 % |
1.00/1.02	|     17102 |    6212   482558  3828013 |   458931    17102     16 |  0.257 % |
1.29/1.38	|     25752 |    6212   482558  3828013 |   504824    25752     17 |  0.257 % |
1.99/2.04	|     38726 |    6212   482558  3828013 |   555307    38726     17 |  0.257 % |
3.19/3.24	|     58187 |    6212   482558  3828013 |   610837    58187     19 |  0.257 % |
5.19/5.27	|     87380 |    6212   482558  3828013 |   671921    87380     19 |  0.257 % |
9.09/9.10	|    131169 |    6208   482558  3828013 |   739113   131167     19 |  0.321 % |
16.88/16.98	|    196854 |    6208   482558  3828013 |   813025   196852     19 |  0.321 % |
35.98/36.02	|    295380 |    6208   482558  3828013 |   894327   295378     19 |  0.321 % |
84.56/84.62	|    443169 |    6208   481997  3824699 |   983760   443167     20 |  0.321 % |
160.54/160.61	|    664853 |    6207   481997  3824699 |  1082136   664850     19 |  0.337 % |
421.16/421.36	|    997379 |    6206   481997  3824699 |  1190349   997375     20 |  0.353 % |
755.46/755.70	|   1496167 |    6190   481385  3820459 |  1309384   328845     23 |  0.610 % |

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-1797842-1242078225/watcher-1797842-1242078225 -o /tmp/evaluation-result-1797842-1242078225/solver-1797842-1242078225 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797842-1242078225.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.01 1.01 1.00 3/65 30487
/proc/meminfo: memFree=1434728/2055920 swapFree=4173816/4192956
[pid=30487] ppid=30485 vsize=2344 CPUtime=0
/proc/30487/stat : 30487 (minisat_static) R 30485 30487 30195 0 -1 4194304 452 0 0 0 0 0 0 0 20 0 1 0 235852252 2400256 437 1992294400 134512640 135213614 4294956256 18446744073709551615 134515200 0 0 4096 3 0 0 0 17 1 0 0
/proc/30487/statm: 586 437 58 171 0 412 0

[startup+0.067636 s]
/proc/loadavg: 1.01 1.01 1.00 3/65 30487
/proc/meminfo: memFree=1434728/2055920 swapFree=4173816/4192956
[pid=30487] ppid=30485 vsize=6440 CPUtime=0.05
/proc/30487/stat : 30487 (minisat_static) R 30485 30487 30195 0 -1 4194304 1469 0 0 0 5 0 0 0 20 0 1 0 235852252 6594560 1454 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/30487/statm: 1610 1455 58 171 0 1436 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 6440

[startup+0.101638 s]
/proc/loadavg: 1.01 1.01 1.00 3/65 30487
/proc/meminfo: memFree=1434728/2055920 swapFree=4173816/4192956
[pid=30487] ppid=30485 vsize=8732 CPUtime=0.09
/proc/30487/stat : 30487 (minisat_static) R 30485 30487 30195 0 -1 4194304 2016 0 0 0 9 0 0 0 20 0 1 0 235852252 8941568 2001 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/30487/statm: 2183 2001 58 171 0 2009 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8732

[startup+0.30166 s]
/proc/loadavg: 1.01 1.01 1.00 3/65 30487
/proc/meminfo: memFree=1434728/2055920 swapFree=4173816/4192956
[pid=30487] ppid=30485 vsize=22024 CPUtime=0.29
/proc/30487/stat : 30487 (minisat_static) R 30485 30487 30195 0 -1 4194304 5235 0 0 0 27 2 0 0 22 0 1 0 235852252 22552576 5220 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/30487/statm: 5506 5221 58 171 0 5332 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22024

[startup+0.701706 s]
/proc/loadavg: 1.01 1.01 1.00 3/65 30487
/proc/meminfo: memFree=1434728/2055920 swapFree=4173816/4192956
[pid=30487] ppid=30485 vsize=33768 CPUtime=0.69
/proc/30487/stat : 30487 (minisat_static) R 30485 30487 30195 0 -1 4194304 8101 0 0 0 65 4 0 0 25 0 1 0 235852252 34578432 8086 1992294400 134512640 135213614 4294956256 18446744073709551615 134535755 0 0 4096 3 0 0 0 17 1 0 0
/proc/30487/statm: 8442 8086 78 171 0 8268 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33768

[startup+1.5018 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 30488
/proc/meminfo: memFree=1401376/2055920 swapFree=4173816/4192956
[pid=30487] ppid=30485 vsize=36440 CPUtime=1.49
/proc/30487/stat : 30487 (minisat_static) R 30485 30487 30195 0 -1 4194304 8771 0 0 0 144 5 0 0 25 0 1 0 235852252 37314560 8756 1992294400 134512640 135213614 4294956256 18446744073709551615 134722751 0 0 4096 3 0 0 0 17 1 0 0
/proc/30487/statm: 9110 8756 78 171 0 8936 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36440

[startup+3.10198 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 30488
/proc/meminfo: memFree=1397536/2055920 swapFree=4173816/4192956
[pid=30487] ppid=30485 vsize=40084 CPUtime=3.09
/proc/30487/stat : 30487 (minisat_static) R 30485 30487 30195 0 -1 4194304 9684 0 0 0 304 5 0 0 25 0 1 0 235852252 41046016 9669 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/30487/statm: 10021 9669 78 171 0 9847 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40084

[startup+6.3042 s]
/proc/loadavg: 1.09 1.02 1.01 2/66 30488
/proc/meminfo: memFree=1391648/2055920 swapFree=4173816/4192956
[pid=30487] ppid=30485 vsize=45532 CPUtime=6.3
/proc/30487/stat : 30487 (minisat_static) R 30485 30487 30195 0 -1 4194304 11024 0 0 0 623 7 0 0 25 0 1 0 235852252 46624768 11009 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/30487/statm: 11383 11009 78 171 0 11209 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 45532

[startup+12.7011 s]
/proc/loadavg: 1.08 1.02 1.00 2/66 30488
/proc/meminfo: memFree=1384992/2055920 swapFree=4173816/4192956
[pid=30487] ppid=30485 vsize=52276 CPUtime=12.69
/proc/30487/stat : 30487 (minisat_static) R 30485 30487 30195 0 -1 4194304 12709 0 0 0 1261 8 0 0 25 0 1 0 235852252 53530624 12694 1992294400 134512640 135213614 4294956256 18446744073709551615 134526764 0 0 4096 3 0 0 0 17 1 0 0
/proc/30487/statm: 13069 12694 78 171 0 12895 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 52276

[startup+25.5015 s]
/proc/loadavg: 1.06 1.02 1.00 2/66 30488
/proc/meminfo: memFree=1375200/2055920 swapFree=4173816/4192956
[pid=30487] ppid=30485 vsize=61700 CPUtime=25.49
/proc/30487/stat : 30487 (minisat_static) R 30485 30487 30195 0 -1 4194304 15031 0 0 0 2539 10 0 0 25 0 1 0 235852252 63180800 15016 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/30487/statm: 15425 15016 78 171 0 15251 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 61700

[startup+51.1014 s]
/proc/loadavg: 1.04 1.02 1.00 2/66 30488
/proc/meminfo: memFree=1363168/2055920 swapFree=4173816/4192956
[pid=30487] ppid=30485 vsize=74124 CPUtime=51.07
/proc/30487/stat : 30487 (minisat_static) R 30485 30487 30195 0 -1 4194304 18074 0 0 0 5093 14 0 0 25 0 1 0 235852252 75902976 18059 1992294400 134512640 135213614 4294956256 18446744073709551615 134526939 0 0 4096 3 0 0 0 17 1 0 0
/proc/30487/statm: 18531 18059 78 171 0 18357 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 74124

[startup+102.305 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 30488
/proc/meminfo: memFree=1344352/2055920 swapFree=4173816/4192956
[pid=30487] ppid=30485 vsize=92868 CPUtime=102.25
/proc/30487/stat : 30487 (minisat_static) R 30485 30487 30195 0 -1 4194304 22667 0 0 0 10207 18 0 0 25 0 1 0 235852252 95096832 22652 1992294400 134512640 135213614 4294956256 18446744073709551615 134526808 0 0 4096 3 0 0 0 17 1 0 0
/proc/30487/statm: 23217 22652 78 171 0 23043 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 92868

[startup+162.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 30488
/proc/meminfo: memFree=1325792/2055920 swapFree=4173816/4192956
[pid=30487] ppid=30485 vsize=111100 CPUtime=162.23
/proc/30487/stat : 30487 (minisat_static) R 30485 30487 30195 0 -1 4194304 27350 0 0 0 16200 23 0 0 25 0 1 0 235852252 113766400 27335 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/30487/statm: 27775 27335 78 171 0 27601 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 111100

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30488
/proc/meminfo: memFree=1314080/2055920 swapFree=4173816/4192956
[pid=30487] ppid=30485 vsize=123760 CPUtime=222.21
/proc/30487/stat : 30487 (minisat_static) R 30485 30487 30195 0 -1 4194304 30217 0 0 0 22195 26 0 0 25 0 1 0 235852252 126730240 30202 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/30487/statm: 30940 30202 78 171 0 30766 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 123760

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30488
/proc/meminfo: memFree=1304032/2055920 swapFree=4173816/4192956
[pid=30487] ppid=30485 vsize=133556 CPUtime=282.19
/proc/30487/stat : 30487 (minisat_static) R 30485 30487 30195 0 -1 4194304 32735 0 0 0 28191 28 0 0 25 0 1 0 235852252 136761344 32720 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/30487/statm: 33389 32720 78 171 0 33215 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 133556

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30488
/proc/meminfo: memFree=1295072/2055920 swapFree=4173816/4192956
[pid=30487] ppid=30485 vsize=142388 CPUtime=342.18
/proc/30487/stat : 30487 (minisat_static) R 30485 30487 30195 0 -1 4194304 34962 0 0 0 34188 30 0 0 25 0 1 0 235852252 145805312 34947 1992294400 134512640 135213614 4294956256 18446744073709551615 134527171 0 0 4096 3 0 0 0 17 1 0 0
/proc/30487/statm: 35597 34947 78 171 0 35423 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 142388

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30488
/proc/meminfo: memFree=1286752/2055920 swapFree=4173816/4192956
[pid=30487] ppid=30485 vsize=150520 CPUtime=402.16
/proc/30487/stat : 30487 (minisat_static) R 30485 30487 30195 0 -1 4194304 37045 0 0 0 40184 32 0 0 25 0 1 0 235852252 154132480 37030 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/30487/statm: 37630 37030 78 171 0 37456 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 150520

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30488
/proc/meminfo: memFree=1277920/2055920 swapFree=4173816/4192956
[pid=30487] ppid=30485 vsize=159328 CPUtime=462.14
/proc/30487/stat : 30487 (minisat_static) R 30485 30487 30195 0 -1 4194304 39263 0 0 0 46180 34 0 0 25 0 1 0 235852252 163151872 39248 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/30487/statm: 39832 39248 78 171 0 39658 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 159328

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30488
/proc/meminfo: memFree=1270816/2055920 swapFree=4173816/4192956
[pid=30487] ppid=30485 vsize=168396 CPUtime=522.13
/proc/30487/stat : 30487 (minisat_static) R 30485 30487 30195 0 -1 4194304 41018 0 0 0 52177 36 0 0 25 0 1 0 235852252 172437504 41003 1992294400 134512640 135213614 4294956256 18446744073709551615 134526792 0 0 4096 3 0 0 0 17 1 0 0
/proc/30487/statm: 42099 41003 78 171 0 41925 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 168396

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30488
/proc/meminfo: memFree=1264544/2055920 swapFree=4173816/4192956
[pid=30487] ppid=30485 vsize=174548 CPUtime=582.11
/proc/30487/stat : 30487 (minisat_static) R 30485 30487 30195 0 -1 4194304 42575 0 0 0 58174 37 0 0 25 0 1 0 235852252 178737152 42560 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/30487/statm: 43637 42560 78 171 0 43463 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 174548

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30488
/proc/meminfo: memFree=1258848/2055920 swapFree=4173816/4192956
[pid=30487] ppid=30485 vsize=180124 CPUtime=642.09
/proc/30487/stat : 30487 (minisat_static) R 30485 30487 30195 0 -1 4194304 43976 0 0 0 64171 38 0 0 25 0 1 0 235852252 184446976 43961 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/30487/statm: 45031 43961 78 171 0 44857 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 180124

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30488
/proc/meminfo: memFree=1258272/2055920 swapFree=4173816/4192956
[pid=30487] ppid=30485 vsize=180860 CPUtime=702.07
/proc/30487/stat : 30487 (minisat_static) R 30485 30487 30195 0 -1 4194304 44125 0 0 0 70169 38 0 0 25 0 1 0 235852252 185200640 44110 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/30487/statm: 45215 44110 78 171 0 45041 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 180860

[startup+762.306 s]
/proc/loadavg: 1.03 1.01 1.00 2/66 30488
/proc/meminfo: memFree=1258208/2055920 swapFree=4173816/4192956
[pid=30487] ppid=30485 vsize=180860 CPUtime=762.06
/proc/30487/stat : 30487 (minisat_static) R 30485 30487 30195 0 -1 4194304 44127 0 0 0 76168 38 0 0 25 0 1 0 235852252 185200640 44112 1992294400 134512640 135213614 4294956256 18446744073709551615 134526951 0 0 4096 3 0 0 0 17 1 0 0
/proc/30487/statm: 45215 44112 78 171 0 45041 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 180860

[startup+822.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 30488
/proc/meminfo: memFree=1258208/2055920 swapFree=4173816/4192956
[pid=30487] ppid=30485 vsize=180860 CPUtime=822.03
/proc/30487/stat : 30487 (minisat_static) R 30485 30487 30195 0 -1 4194304 44131 0 0 0 82165 38 0 0 25 0 1 0 235852252 185200640 44116 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/30487/statm: 45215 44116 78 171 0 45041 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 180860

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30488
/proc/meminfo: memFree=1258144/2055920 swapFree=4173816/4192956
[pid=30487] ppid=30485 vsize=180860 CPUtime=882.02
/proc/30487/stat : 30487 (minisat_static) R 30485 30487 30195 0 -1 4194304 44139 0 0 0 88163 39 0 0 25 0 1 0 235852252 185200640 44124 1992294400 134512640 135213614 4294956256 18446744073709551615 134529494 0 0 4096 3 0 0 0 17 1 0 0
/proc/30487/statm: 45215 44124 78 171 0 45041 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 180860

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30488
/proc/meminfo: memFree=1258144/2055920 swapFree=4173816/4192956
[pid=30487] ppid=30485 vsize=180860 CPUtime=942.01
/proc/30487/stat : 30487 (minisat_static) R 30485 30487 30195 0 -1 4194304 44147 0 0 0 94162 39 0 0 25 0 1 0 235852252 185200640 44132 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/30487/statm: 45215 44132 78 171 0 45041 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 180860

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30488
/proc/meminfo: memFree=1258080/2055920 swapFree=4173816/4192956
[pid=30487] ppid=30485 vsize=180860 CPUtime=1001.99
/proc/30487/stat : 30487 (minisat_static) R 30485 30487 30195 0 -1 4194304 44154 0 0 0 100160 39 0 0 25 0 1 0 235852252 185200640 44139 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/30487/statm: 45215 44139 78 171 0 45041 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 180860

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30494
/proc/meminfo: memFree=1257952/2055920 swapFree=4173816/4192956
[pid=30487] ppid=30485 vsize=180860 CPUtime=1061.96
/proc/30487/stat : 30487 (minisat_static) R 30485 30487 30195 0 -1 4194304 44157 0 0 0 106157 39 0 0 25 0 1 0 235852252 185200640 44142 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/30487/statm: 45215 44142 78 171 0 45041 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 180860

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30494
/proc/meminfo: memFree=1257952/2055920 swapFree=4173816/4192956
[pid=30487] ppid=30485 vsize=180860 CPUtime=1121.94
/proc/30487/stat : 30487 (minisat_static) R 30485 30487 30195 0 -1 4194304 44157 0 0 0 112155 39 0 0 25 0 1 0 235852252 185200640 44142 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/30487/statm: 45215 44142 78 171 0 45041 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 180860

[startup+1182.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/66 30494
/proc/meminfo: memFree=1257952/2055920 swapFree=4173816/4192956
[pid=30487] ppid=30485 vsize=180860 CPUtime=1181.93
/proc/30487/stat : 30487 (minisat_static) R 30485 30487 30195 0 -1 4194304 44159 0 0 0 118154 39 0 0 25 0 1 0 235852252 185200640 44144 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/30487/statm: 45215 44144 78 171 0 45041 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 180860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 30494
/proc/meminfo: memFree=1257952/2055920 swapFree=4173816/4192956
[pid=30487] ppid=30485 vsize=180860 CPUtime=1200.03
/proc/30487/stat : 30487 (minisat_static) R 30485 30487 30195 0 -1 4194304 44162 0 0 0 119964 39 0 0 25 0 1 0 235852252 185200640 44147 1992294400 134512640 135213614 4294956256 18446744073709551615 134526939 0 0 4096 3 0 0 0 17 1 0 0
/proc/30487/statm: 45215 44147 78 171 0 45041 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 180860

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.43
CPU time (s): 1200.07
CPU user time (s): 1199.64
CPU system time (s): 0.423935
CPU usage (%): 99.9694
Max. virtual memory (cumulated for all children) (KiB): 180860

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

runsolver used 1.2958 second user time and 3.08253 second system time

The end

Launcher Data

Begin job on node85 at 2009-05-11 23:43:46
IDJOB=1797842
IDBENCH=69600
IDSOLVER=651
FILE ID=node85/1797842-1242078225
PBS_JOBID= 9277598
Free space on /tmp= 126428 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT_RACE08/cnf/vange-col-abb313GPIA-9-c.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797842-1242078225/watcher-1797842-1242078225 -o /tmp/evaluation-result-1797842-1242078225/solver-1797842-1242078225 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1797842-1242078225.cnf

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

MD5SUM BENCH= 0baefedb2aaa81442743e253487854d8
RANDOM SEED=1054311605

node85.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.238
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.238
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1435208 kB
Buffers:         49016 kB
Cached:         507124 kB
SwapCached:      14244 kB
Active:         196600 kB
Inactive:       375920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1435208 kB
SwapTotal:     4192956 kB
SwapFree:      4173816 kB
Dirty:           21320 kB
Writeback:           0 kB
Mapped:          13704 kB
Slab:            34196 kB
Committed_AS:   753720 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= 126428 MiB
End job on node85 at 2009-05-12 00:03:48