Trace number 1805856

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.08 1200.41

General information on the benchmark

Namecrafted/Medium/contest05/jarvisalo/
mod2-rand3bip-sat-250-3.sat05-2220.reshuffled-07.cnf
MD5SUMb79b003513b2a70c9b89188422a831e2
Bench CategoryCRAFTED (crafted 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 variables250
Number of clauses1000
Sum of the clauses size3000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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:  250                                                  |
0.00/0.00	|  Number of clauses:    1000                                                 |
0.00/0.00	|  Parsing time:         0.00         s                                       |
0.00/0.00	============================[ Search Statistics ]==============================
0.00/0.00	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.00	===============================================================================
0.00/0.00	|         0 |     250     1000     3000 |      333        0    nan |  0.000 % |
0.00/0.00	|       100 |     250     1000     3000 |      366      100     25 |  0.002 % |
0.00/0.00	|       250 |     250     1000     3000 |      403      250     23 |  0.002 % |
0.00/0.02	|       476 |     250     1000     3000 |      443      242     27 |  0.002 % |
0.00/0.03	|       814 |     250     1000     3000 |      488      340     22 |  0.002 % |
0.00/0.05	|      1320 |     250     1000     3000 |      536      292     20 |  0.003 % |
0.00/0.08	|      2080 |     250     1000     3000 |      590      470     19 |  0.002 % |
0.10/0.13	|      3219 |     250     1000     3000 |      649      352     14 |  0.002 % |
0.20/0.21	|      4928 |     250     1000     3000 |      714      647     24 |  0.002 % |
0.30/0.31	|      7491 |     250     1000     3000 |      785      563     17 |  0.002 % |
0.40/0.50	|     11335 |     250     1000     3000 |      864      685     19 |  0.002 % |
0.70/0.77	|     17102 |     250     1000     3000 |      951      642     16 |  0.002 % |
1.10/1.18	|     25751 |     250     1000     3000 |     1046      936     20 |  0.002 % |
1.79/1.83	|     38726 |     250     1000     3000 |     1150      921     18 |  0.002 % |
2.79/2.84	|     58187 |     250     1000     3000 |     1265      936     17 |  0.002 % |
4.30/4.37	|     87379 |     250     1000     3000 |     1392      974     18 |  0.002 % |
6.69/6.71	|    131168 |     250     1000     3000 |     1531      863     16 |  0.002 % |
10.29/10.30	|    196853 |     250     1000     3000 |     1684     1289     19 |  0.002 % |
15.59/15.68	|    295379 |     250     1000     3000 |     1853      996     16 |  0.002 % |
24.39/24.44	|    443168 |     250     1000     3000 |     2038     1479     17 |  0.002 % |
37.68/37.75	|    664852 |     250     1000     3000 |     2242     1840     18 |  0.002 % |
59.07/59.13	|    997378 |     250     1000     3000 |     2466     1540     16 |  0.002 % |
89.46/89.50	|   1496166 |     250     1000     3000 |     2713     1501     17 |  0.002 % |
134.86/134.95	|   2244349 |     250     1000     3000 |     2984     2298     16 |  0.002 % |
207.14/207.29	|   3366623 |     250     1000     3000 |     3283     2186     16 |  0.002 % |
315.71/315.89	|   5050034 |     250     1000     3000 |     3611     2895     18 |  0.002 % |
493.56/493.74	|   7575150 |     250     1000     3000 |     3972     2681     17 |  0.002 % |
751.99/752.22	|  11362826 |     250     1000     3000 |     4369     2602     16 |  0.002 % |
1198.47/1198.81	|  17044338 |     250     1000     3000 |     4806     3158     17 |  0.002 % |

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-1805856-1242142297/watcher-1805856-1242142297 -o /tmp/evaluation-result-1805856-1242142297/solver-1805856-1242142297 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1805856-1242142297.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: 0.73 0.33 0.73 3/64 14075
/proc/meminfo: memFree=1099024/2055920 swapFree=4178020/4192956
[pid=14075] ppid=14073 vsize=1892 CPUtime=0
/proc/14075/stat : 14075 (minisat_static) R 14073 14075 14011 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 242262851 1937408 113 1992294400 134512640 135213614 4294956256 18446744073709551615 134741534 0 0 4096 3 0 0 0 17 1 0 0
/proc/14075/statm: 473 113 77 171 0 299 0

[startup+0.093825 s]
/proc/loadavg: 0.73 0.33 0.73 3/64 14075
/proc/meminfo: memFree=1099024/2055920 swapFree=4178020/4192956
[pid=14075] ppid=14073 vsize=2024 CPUtime=0.09
/proc/14075/stat : 14075 (minisat_static) R 14073 14075 14011 0 -1 4194304 149 0 0 0 9 0 0 0 18 0 1 0 242262851 2072576 134 1992294400 134512640 135213614 4294956256 18446744073709551615 134543846 0 0 4096 3 0 0 0 17 1 0 0
/proc/14075/statm: 506 134 77 171 0 332 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2024

[startup+0.101825 s]
/proc/loadavg: 0.73 0.33 0.73 3/64 14075
/proc/meminfo: memFree=1099024/2055920 swapFree=4178020/4192956
[pid=14075] ppid=14073 vsize=2024 CPUtime=0.1
/proc/14075/stat : 14075 (minisat_static) R 14073 14075 14011 0 -1 4194304 149 0 0 0 10 0 0 0 18 0 1 0 242262851 2072576 134 1992294400 134512640 135213614 4294956256 18446744073709551615 134526878 0 0 4096 3 0 0 0 17 1 0 0
/proc/14075/statm: 506 134 77 171 0 332 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2024

[startup+0.301842 s]
/proc/loadavg: 0.73 0.33 0.73 3/64 14075
/proc/meminfo: memFree=1099024/2055920 swapFree=4178020/4192956
[pid=14075] ppid=14073 vsize=2024 CPUtime=0.3
/proc/14075/stat : 14075 (minisat_static) R 14073 14075 14011 0 -1 4194304 159 0 0 0 30 0 0 0 19 0 1 0 242262851 2072576 144 1992294400 134512640 135213614 4294956256 18446744073709551615 134526985 0 0 4096 3 0 0 0 17 1 0 0
/proc/14075/statm: 506 144 77 171 0 332 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 2024

[startup+0.701876 s]
/proc/loadavg: 0.73 0.33 0.73 3/64 14075
/proc/meminfo: memFree=1099024/2055920 swapFree=4178020/4192956
[pid=14075] ppid=14073 vsize=2024 CPUtime=0.7
/proc/14075/stat : 14075 (minisat_static) R 14073 14075 14011 0 -1 4194304 166 0 0 0 70 0 0 0 22 0 1 0 242262851 2072576 151 1992294400 134512640 135213614 4294956256 18446744073709551615 134527139 0 0 4096 3 0 0 0 17 1 0 0
/proc/14075/statm: 506 151 77 171 0 332 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2024

[startup+1.50195 s]
/proc/loadavg: 0.73 0.33 0.73 2/65 14076
/proc/meminfo: memFree=1098632/2055920 swapFree=4178020/4192956
[pid=14075] ppid=14073 vsize=2156 CPUtime=1.49
/proc/14075/stat : 14075 (minisat_static) R 14073 14075 14011 0 -1 4194304 184 0 0 0 149 0 0 0 25 0 1 0 242262851 2207744 169 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/14075/statm: 539 169 77 171 0 365 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2156

[startup+3.10108 s]
/proc/loadavg: 0.76 0.34 0.73 2/65 14076
/proc/meminfo: memFree=1098440/2055920 swapFree=4178020/4192956
[pid=14075] ppid=14073 vsize=2156 CPUtime=3.09
/proc/14075/stat : 14075 (minisat_static) R 14073 14075 14011 0 -1 4194304 199 0 0 0 309 0 0 0 25 0 1 0 242262851 2207744 184 1992294400 134512640 135213614 4294956256 18446744073709551615 134526802 0 0 4096 3 0 0 0 17 1 0 0
/proc/14075/statm: 539 184 77 171 0 365 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2156

[startup+6.30136 s]
/proc/loadavg: 0.76 0.34 0.73 2/65 14076
/proc/meminfo: memFree=1098376/2055920 swapFree=4178020/4192956
[pid=14075] ppid=14073 vsize=2284 CPUtime=6.29
/proc/14075/stat : 14075 (minisat_static) R 14073 14075 14011 0 -1 4194304 214 0 0 0 629 0 0 0 25 0 1 0 242262851 2338816 199 1992294400 134512640 135213614 4294956256 18446744073709551615 134539268 0 0 4096 3 0 0 0 17 1 0 0
/proc/14075/statm: 571 199 77 171 0 397 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2284

[startup+12.7019 s]
/proc/loadavg: 0.79 0.36 0.73 2/65 14076
/proc/meminfo: memFree=1098128/2055920 swapFree=4178020/4192956
[pid=14075] ppid=14073 vsize=2416 CPUtime=12.69
/proc/14075/stat : 14075 (minisat_static) R 14073 14075 14011 0 -1 4194304 247 0 0 0 1269 0 0 0 25 0 1 0 242262851 2473984 232 1992294400 134512640 135213614 4294956256 18446744073709551615 134526755 0 0 4096 3 0 0 0 17 1 0 0
/proc/14075/statm: 604 232 77 171 0 430 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2416

[startup+25.502 s]
/proc/loadavg: 0.82 0.39 0.73 2/65 14076
/proc/meminfo: memFree=1097872/2055920 swapFree=4178020/4192956
[pid=14075] ppid=14073 vsize=2548 CPUtime=25.49
/proc/14075/stat : 14075 (minisat_static) R 14073 14075 14011 0 -1 4194304 294 0 0 0 2549 0 0 0 25 0 1 0 242262851 2609152 279 1992294400 134512640 135213614 4294956256 18446744073709551615 134536745 0 0 4096 3 0 0 0 17 1 0 0
/proc/14075/statm: 637 279 77 171 0 463 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2548

[startup+51.1012 s]
/proc/loadavg: 0.88 0.43 0.74 2/65 14076
/proc/meminfo: memFree=1097680/2055920 swapFree=4178020/4192956
[pid=14075] ppid=14073 vsize=2812 CPUtime=51.07
/proc/14075/stat : 14075 (minisat_static) R 14073 14075 14011 0 -1 4194304 341 0 0 0 5107 0 0 0 25 0 1 0 242262851 2879488 326 1992294400 134512640 135213614 4294956256 18446744073709551615 134526764 0 0 4096 3 0 0 0 17 1 0 0
/proc/14075/statm: 703 326 77 171 0 529 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 2812

[startup+102.306 s]
/proc/loadavg: 0.95 0.53 0.75 2/65 14076
/proc/meminfo: memFree=1097360/2055920 swapFree=4178020/4192956
[pid=14075] ppid=14073 vsize=3080 CPUtime=102.26
/proc/14075/stat : 14075 (minisat_static) R 14073 14075 14011 0 -1 4194304 423 0 0 0 10226 0 0 0 25 0 1 0 242262851 3153920 408 1992294400 134512640 135213614 4294956256 18446744073709551615 134536094 0 0 4096 3 0 0 0 17 1 0 0
/proc/14075/statm: 770 408 77 171 0 596 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 3080

[startup+162.302 s]
/proc/loadavg: 0.98 0.60 0.76 2/65 14076
/proc/meminfo: memFree=1097040/2055920 swapFree=4178020/4192956
[pid=14075] ppid=14073 vsize=3352 CPUtime=162.25
/proc/14075/stat : 14075 (minisat_static) R 14073 14075 14011 0 -1 4194304 491 0 0 0 16224 1 0 0 25 0 1 0 242262851 3432448 476 1992294400 134512640 135213614 4294956256 18446744073709551615 134527171 0 0 4096 3 0 0 0 17 1 0 0
/proc/14075/statm: 838 476 77 171 0 664 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 3352

[startup+222.302 s]
/proc/loadavg: 0.99 0.68 0.77 2/65 14076
/proc/meminfo: memFree=1096848/2055920 swapFree=4178020/4192956
[pid=14075] ppid=14073 vsize=3484 CPUtime=222.24
/proc/14075/stat : 14075 (minisat_static) R 14073 14075 14011 0 -1 4194304 526 0 0 0 22223 1 0 0 25 0 1 0 242262851 3567616 511 1992294400 134512640 135213614 4294956256 18446744073709551615 134530639 0 0 4096 3 0 0 0 17 1 0 0
/proc/14075/statm: 871 511 77 171 0 697 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 3484

[startup+282.301 s]
/proc/loadavg: 0.99 0.73 0.78 2/65 14076
/proc/meminfo: memFree=1096656/2055920 swapFree=4178020/4192956
[pid=14075] ppid=14073 vsize=3616 CPUtime=282.22
/proc/14075/stat : 14075 (minisat_static) R 14073 14075 14011 0 -1 4194304 552 0 0 0 28221 1 0 0 25 0 1 0 242262851 3702784 537 1992294400 134512640 135213614 4294956256 18446744073709551615 134537001 0 0 4096 3 0 0 0 17 1 0 0
/proc/14075/statm: 904 537 77 171 0 730 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 3616

[startup+342.301 s]
/proc/loadavg: 0.99 0.78 0.80 2/65 14076
/proc/meminfo: memFree=1096464/2055920 swapFree=4178020/4192956
[pid=14075] ppid=14073 vsize=3756 CPUtime=342.2
/proc/14075/stat : 14075 (minisat_static) R 14073 14075 14011 0 -1 4194304 592 0 0 0 34219 1 0 0 25 0 1 0 242262851 3846144 577 1992294400 134512640 135213614 4294956256 18446744073709551615 134527188 0 0 4096 3 0 0 0 17 1 0 0
/proc/14075/statm: 939 577 77 171 0 765 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 3756

[startup+402.301 s]
/proc/loadavg: 0.99 0.81 0.81 2/65 14076
/proc/meminfo: memFree=1096272/2055920 swapFree=4178020/4192956
[pid=14075] ppid=14073 vsize=3888 CPUtime=402.18
/proc/14075/stat : 14075 (minisat_static) R 14073 14075 14011 0 -1 4194304 629 0 0 0 40217 1 0 0 25 0 1 0 242262851 3981312 614 1992294400 134512640 135213614 4294956256 18446744073709551615 134527191 0 0 4096 3 0 0 0 17 1 0 0
/proc/14075/statm: 972 614 77 171 0 798 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 3888

[startup+462.302 s]
/proc/loadavg: 0.99 0.85 0.82 2/65 14076
/proc/meminfo: memFree=1096144/2055920 swapFree=4178020/4192956
[pid=14075] ppid=14073 vsize=4024 CPUtime=462.17
/proc/14075/stat : 14075 (minisat_static) R 14073 14075 14011 0 -1 4194304 657 0 0 0 46216 1 0 0 25 0 1 0 242262851 4120576 642 1992294400 134512640 135213614 4294956256 18446744073709551615 134537578 0 0 4096 3 0 0 0 17 1 0 0
/proc/14075/statm: 1006 642 77 171 0 832 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 4024

[startup+522.302 s]
/proc/loadavg: 0.99 0.87 0.82 2/65 14076
/proc/meminfo: memFree=1096080/2055920 swapFree=4178020/4192956
[pid=14075] ppid=14073 vsize=4160 CPUtime=522.15
/proc/14075/stat : 14075 (minisat_static) R 14073 14075 14011 0 -1 4194304 674 0 0 0 52214 1 0 0 25 0 1 0 242262851 4259840 659 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/14075/statm: 1040 659 77 171 0 866 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 4160

[startup+582.302 s]
/proc/loadavg: 0.99 0.89 0.83 2/65 14078
/proc/meminfo: memFree=1095760/2055920 swapFree=4178020/4192956
[pid=14075] ppid=14073 vsize=4160 CPUtime=582.14
/proc/14075/stat : 14075 (minisat_static) R 14073 14075 14011 0 -1 4194304 701 0 0 0 58212 2 0 0 25 0 1 0 242262851 4259840 686 1992294400 134512640 135213614 4294956256 18446744073709551615 134536177 0 0 4096 3 0 0 0 17 1 0 0
/proc/14075/statm: 1040 686 77 171 0 866 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 4160

[startup+642.301 s]
/proc/loadavg: 0.99 0.91 0.84 2/65 14078
/proc/meminfo: memFree=1095824/2055920 swapFree=4178020/4192956
[pid=14075] ppid=14073 vsize=4296 CPUtime=642.13
/proc/14075/stat : 14075 (minisat_static) R 14073 14075 14011 0 -1 4194304 729 0 0 0 64211 2 0 0 25 0 1 0 242262851 4399104 714 1992294400 134512640 135213614 4294956256 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/14075/statm: 1074 714 77 171 0 900 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 4296

[startup+702.301 s]
/proc/loadavg: 0.99 0.92 0.84 2/65 14078
/proc/meminfo: memFree=1095632/2055920 swapFree=4178020/4192956
[pid=14075] ppid=14073 vsize=4436 CPUtime=702.11
/proc/14075/stat : 14075 (minisat_static) R 14073 14075 14011 0 -1 4194304 752 0 0 0 70209 2 0 0 25 0 1 0 242262851 4542464 737 1992294400 134512640 135213614 4294956256 18446744073709551615 134526796 0 0 4096 3 0 0 0 17 1 0 0
/proc/14075/statm: 1109 737 77 171 0 935 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 4436

[startup+762.306 s]
/proc/loadavg: 0.99 0.93 0.85 2/65 14078
/proc/meminfo: memFree=1095632/2055920 swapFree=4178020/4192956
[pid=14075] ppid=14073 vsize=4436 CPUtime=762.09
/proc/14075/stat : 14075 (minisat_static) R 14073 14075 14011 0 -1 4194304 763 0 0 0 76207 2 0 0 25 0 1 0 242262851 4542464 748 1992294400 134512640 135213614 4294956256 18446744073709551615 134526882 0 0 4096 3 0 0 0 17 1 0 0
/proc/14075/statm: 1109 748 77 171 0 935 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 4436

[startup+822.302 s]
/proc/loadavg: 0.99 0.94 0.85 2/65 14078
/proc/meminfo: memFree=1095504/2055920 swapFree=4178020/4192956
[pid=14075] ppid=14073 vsize=4568 CPUtime=822.07
/proc/14075/stat : 14075 (minisat_static) R 14073 14075 14011 0 -1 4194304 791 0 0 0 82205 2 0 0 25 0 1 0 242262851 4677632 776 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/14075/statm: 1142 776 77 171 0 968 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 4568

[startup+882.302 s]
/proc/loadavg: 0.99 0.95 0.86 2/65 14078
/proc/meminfo: memFree=1095376/2055920 swapFree=4178020/4192956
[pid=14075] ppid=14073 vsize=4700 CPUtime=882.06
/proc/14075/stat : 14075 (minisat_static) R 14073 14075 14011 0 -1 4194304 816 0 0 0 88203 3 0 0 25 0 1 0 242262851 4812800 801 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/14075/statm: 1175 801 77 171 0 1001 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 4700

[startup+942.301 s]
/proc/loadavg: 0.99 0.95 0.87 2/65 14078
/proc/meminfo: memFree=1095248/2055920 swapFree=4178020/4192956
[pid=14075] ppid=14073 vsize=4700 CPUtime=942.04
/proc/14075/stat : 14075 (minisat_static) R 14073 14075 14011 0 -1 4194304 839 0 0 0 94201 3 0 0 25 0 1 0 242262851 4812800 824 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/14075/statm: 1175 824 77 171 0 1001 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 4700

[startup+1002.3 s]
/proc/loadavg: 0.99 0.96 0.87 2/65 14078
/proc/meminfo: memFree=1095184/2055920 swapFree=4178020/4192956
[pid=14075] ppid=14073 vsize=4832 CPUtime=1002.02
/proc/14075/stat : 14075 (minisat_static) R 14073 14075 14011 0 -1 4194304 863 0 0 0 100199 3 0 0 25 0 1 0 242262851 4947968 848 1992294400 134512640 135213614 4294956256 18446744073709551615 134526796 0 0 4096 3 0 0 0 17 1 0 0
/proc/14075/statm: 1208 848 77 171 0 1034 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 4832

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 14078
/proc/meminfo: memFree=1095056/2055920 swapFree=4178020/4192956
[pid=14075] ppid=14073 vsize=4976 CPUtime=1062.01
/proc/14075/stat : 14075 (minisat_static) R 14073 14075 14011 0 -1 4194304 884 0 0 0 106198 3 0 0 25 0 1 0 242262851 5095424 869 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 1 0 0
/proc/14075/statm: 1244 869 77 171 0 1070 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 4976

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 14078
/proc/meminfo: memFree=1094992/2055920 swapFree=4178020/4192956
[pid=14075] ppid=14073 vsize=4976 CPUtime=1121.99
/proc/14075/stat : 14075 (minisat_static) R 14073 14075 14011 0 -1 4194304 909 0 0 0 112196 3 0 0 25 0 1 0 242262851 5095424 894 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/14075/statm: 1244 894 77 171 0 1070 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 4976

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.89 2/65 14078
/proc/meminfo: memFree=1094928/2055920 swapFree=4178020/4192956
[pid=14075] ppid=14073 vsize=4976 CPUtime=1181.97
/proc/14075/stat : 14075 (minisat_static) R 14073 14075 14011 0 -1 4194304 909 0 0 0 118194 3 0 0 25 0 1 0 242262851 5095424 894 1992294400 134512640 135213614 4294956256 18446744073709551615 134526871 0 0 4096 3 0 0 0 17 1 0 0
/proc/14075/statm: 1244 894 77 171 0 1070 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 4976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.89 2/65 14078
/proc/meminfo: memFree=1094992/2055920 swapFree=4178020/4192956
[pid=14075] ppid=14073 vsize=4976 CPUtime=1200.07
/proc/14075/stat : 14075 (minisat_static) R 14073 14075 14011 0 -1 4194304 909 0 0 0 120004 3 0 0 25 0 1 0 242262851 5095424 894 1992294400 134512640 135213614 4294956256 18446744073709551615 134537550 0 0 4096 3 0 0 0 17 1 0 0
/proc/14075/statm: 1244 894 77 171 0 1070 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 4976

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.08
CPU user time (s): 1200.05
CPU system time (s): 0.038994
CPU usage (%): 99.9732
Max. virtual memory (cumulated for all children) (KiB): 4976

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

runsolver used 0.974851 second user time and 2.35064 second system time

The end

Launcher Data

Begin job on node31 at 2009-05-12 17:31:37
IDJOB=1805856
IDBENCH=24610
IDSOLVER=651
FILE ID=node31/1805856-1242142297
PBS_JOBID= 9289690
Free space on /tmp= 66276 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT07/crafted/Medium/contest05/jarvisalo/mod2-rand3bip-sat-250-3.sat05-2220.reshuffled-07.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1805856-1242142297/watcher-1805856-1242142297 -o /tmp/evaluation-result-1805856-1242142297/solver-1805856-1242142297 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1805856-1242142297.cnf

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

MD5SUM BENCH= b79b003513b2a70c9b89188422a831e2
RANDOM SEED=1408642006

node31.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.213
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.213
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:       1099504 kB
Buffers:         45664 kB
Cached:         831756 kB
SwapCached:       8008 kB
Active:          46152 kB
Inactive:       841784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1099504 kB
SwapTotal:     4192956 kB
SwapFree:      4178020 kB
Dirty:             800 kB
Writeback:           0 kB
Mapped:          14280 kB
Slab:            54196 kB
Committed_AS:   846076 kB
PageTables:       1464 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 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 node31 at 2009-05-12 17:51:39