Trace number 1797931

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.06 1200.61

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-10.cnf
MD5SUM0260f441a1d07270edb6a85b2fc90d1d
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 variables69503
Number of clauses226618
Sum of the clauses size587302
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292294
Number of clauses of size 3134195
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:  69503                                                |
0.00/0.00	|  Number of clauses:    226618                                               |
0.10/0.13	|  Parsing time:         0.11         s                                       |
0.10/0.14	============================[ Search Statistics ]==============================
0.10/0.14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.10/0.14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.10/0.14	===============================================================================
0.10/0.14	|         0 |   69246   225975   585632 |    75325        0    nan |  0.000 % |
0.19/0.27	|       100 |   69223   225975   585632 |    82857       82      6 |  0.414 % |
0.99/1.01	|       251 |   69204   225765   585119 |    91143      203     53 |  0.430 % |
3.29/3.39	|       476 |   69202   225760   585107 |   100257      426    104 |  0.435 % |
6.99/7.08	|       814 |   69196   225732   585039 |   110283      762    123 |  0.442 % |
11.19/11.24	|      1321 |   69188   225696   584950 |   121311     1264    114 |  0.453 % |
18.88/18.91	|      2080 |   69161   225577   584654 |   133442     2008    126 |  0.492 % |
27.29/27.36	|      3219 |   69159   225570   584635 |   146787     3145    123 |  0.495 % |
48.07/48.12	|      4928 |   69142   225496   584453 |   161465     4848    134 |  0.519 % |
64.96/65.07	|      7491 |   69136   225466   584376 |   177612     7406    119 |  0.528 % |
102.05/102.10	|     11338 |   69134   225459   584358 |   195373    11250    104 |  0.532 % |
158.83/158.90	|     17104 |   69126   225429   584284 |   214911    17012    116 |  0.542 % |
240.38/240.54	|     25754 |   69122   225407   584232 |   236402    25660    105 |  0.548 % |
376.02/376.27	|     38729 |   69117   225384   584174 |   260042    38625    110 |  0.555 % |
684.25/684.62	|     58190 |   69116   225379   584162 |   286046    58085    101 |  0.557 % |
1192.44/1193.05	|     87383 |   69109   225349   584090 |   314651    87276     86 |  0.567 % |

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-1797931-1242080773/watcher-1797931-1242080773 -o /tmp/evaluation-result-1797931-1242080773/solver-1797931-1242080773 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797931-1242080773.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.99 1.00 1.00 3/65 13139
/proc/meminfo: memFree=1567776/2055920 swapFree=4159984/4192956
[pid=13139] ppid=13137 vsize=2952 CPUtime=0
/proc/13139/stat : 13139 (minisat_static) R 13137 13139 12671 0 -1 4194304 576 0 0 0 0 0 0 0 18 0 1 0 236110531 3022848 561 1992294400 134512640 135213614 4294956256 18446744073709551615 134524560 0 0 4096 3 0 0 0 17 0 0 0
/proc/13139/statm: 738 564 58 171 0 564 0

[startup+0.0573949 s]
/proc/loadavg: 0.99 1.00 1.00 3/65 13139
/proc/meminfo: memFree=1567776/2055920 swapFree=4159984/4192956
[pid=13139] ppid=13137 vsize=10584 CPUtime=0.05
/proc/13139/stat : 13139 (minisat_static) R 13137 13139 12671 0 -1 4194304 2204 0 0 0 4 1 0 0 18 0 1 0 236110531 10838016 2172 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 0 0 0
/proc/13139/statm: 2646 2173 58 171 0 2472 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10584

[startup+0.101399 s]
/proc/loadavg: 0.99 1.00 1.00 3/65 13139
/proc/meminfo: memFree=1567776/2055920 swapFree=4159984/4192956
[pid=13139] ppid=13137 vsize=13804 CPUtime=0.1
/proc/13139/stat : 13139 (minisat_static) R 13137 13139 12671 0 -1 4194304 2980 0 0 0 8 2 0 0 18 0 1 0 236110531 14135296 2948 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 0 0 0
/proc/13139/statm: 3451 2948 58 171 0 3277 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13804

[startup+0.301422 s]
/proc/loadavg: 0.99 1.00 1.00 3/65 13139
/proc/meminfo: memFree=1567776/2055920 swapFree=4159984/4192956
[pid=13139] ppid=13137 vsize=17284 CPUtime=0.29
/proc/13139/stat : 13139 (minisat_static) R 13137 13139 12671 0 -1 4194304 3803 0 0 0 27 2 0 0 19 0 1 0 236110531 17698816 3771 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 0 0 0
/proc/13139/statm: 4321 3771 77 171 0 4147 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17284

[startup+0.701466 s]
/proc/loadavg: 0.99 1.00 1.00 3/65 13139
/proc/meminfo: memFree=1567776/2055920 swapFree=4159984/4192956
[pid=13139] ppid=13137 vsize=17536 CPUtime=0.69
/proc/13139/stat : 13139 (minisat_static) R 13137 13139 12671 0 -1 4194304 3851 0 0 0 67 2 0 0 23 0 1 0 236110531 17956864 3819 1992294400 134512640 135213614 4294956256 18446744073709551615 134527171 0 0 4096 3 0 0 0 17 0 0 0
/proc/13139/statm: 4384 3819 77 171 0 4210 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17536

[startup+1.50156 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 13140
/proc/meminfo: memFree=1552728/2055920 swapFree=4159984/4192956
[pid=13139] ppid=13137 vsize=17668 CPUtime=1.49
/proc/13139/stat : 13139 (minisat_static) R 13137 13139 12671 0 -1 4194304 3886 0 0 0 147 2 0 0 25 0 1 0 236110531 18092032 3854 1992294400 134512640 135213614 4294956256 18446744073709551615 134536745 0 0 4096 3 0 0 0 17 0 0 0
/proc/13139/statm: 4417 3854 77 171 0 4243 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17668

[startup+3.10274 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 13140
/proc/meminfo: memFree=1552408/2055920 swapFree=4159984/4192956
[pid=13139] ppid=13137 vsize=17800 CPUtime=3.09
/proc/13139/stat : 13139 (minisat_static) R 13137 13139 12671 0 -1 4194304 3911 0 0 0 307 2 0 0 25 0 1 0 236110531 18227200 3879 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 0 0 0
/proc/13139/statm: 4450 3879 77 171 0 4276 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17800

[startup+6.3011 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 13140
/proc/meminfo: memFree=1552032/2055920 swapFree=4159984/4192956
[pid=13139] ppid=13137 vsize=17932 CPUtime=6.29
/proc/13139/stat : 13139 (minisat_static) R 13137 13139 12671 0 -1 4194304 3959 0 0 0 627 2 0 0 25 0 1 0 236110531 18362368 3927 1992294400 134512640 135213614 4294956256 18446744073709551615 134526789 0 0 4096 3 0 0 0 17 0 0 0
/proc/13139/statm: 4483 3927 77 171 0 4309 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17932

[startup+12.7018 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 13140
/proc/meminfo: memFree=1551776/2055920 swapFree=4159984/4192956
[pid=13139] ppid=13137 vsize=18328 CPUtime=12.68
/proc/13139/stat : 13139 (minisat_static) R 13137 13139 12671 0 -1 4194304 4050 0 0 0 1266 2 0 0 25 0 1 0 236110531 18767872 4018 1992294400 134512640 135213614 4294956256 18446744073709551615 134536495 0 0 4096 3 0 0 0 17 0 0 0
/proc/13139/statm: 4582 4018 77 171 0 4408 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 18328

[startup+25.5013 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 13140
/proc/meminfo: memFree=1551008/2055920 swapFree=4159984/4192956
[pid=13139] ppid=13137 vsize=19120 CPUtime=25.49
/proc/13139/stat : 13139 (minisat_static) R 13137 13139 12671 0 -1 4194304 4252 0 0 0 2546 3 0 0 25 0 1 0 236110531 19578880 4220 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 0 0 0
/proc/13139/statm: 4780 4220 77 171 0 4606 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 19120

[startup+51.1012 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 13140
/proc/meminfo: memFree=1549728/2055920 swapFree=4159984/4192956
[pid=13139] ppid=13137 vsize=20440 CPUtime=51.07
/proc/13139/stat : 13139 (minisat_static) R 13137 13139 12671 0 -1 4194304 4575 0 0 0 5104 3 0 0 25 0 1 0 236110531 20930560 4543 1992294400 134512640 135213614 4294956256 18446744073709551615 134536581 0 0 4096 3 0 0 0 17 0 0 0
/proc/13139/statm: 5110 4543 77 171 0 4936 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 20440

[startup+102.306 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 13140
/proc/meminfo: memFree=1547296/2055920 swapFree=4159984/4192956
[pid=13139] ppid=13137 vsize=22728 CPUtime=102.25
/proc/13139/stat : 13139 (minisat_static) R 13137 13139 12671 0 -1 4194304 5154 0 0 0 10221 4 0 0 25 0 1 0 236110531 23273472 5122 1992294400 134512640 135213614 4294956256 18446744073709551615 134527139 0 0 4096 3 0 0 0 17 0 0 0
/proc/13139/statm: 5682 5122 77 171 0 5508 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 22728

[startup+162.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 13140
/proc/meminfo: memFree=1543776/2055920 swapFree=4159984/4192956
[pid=13139] ppid=13137 vsize=26180 CPUtime=162.23
/proc/13139/stat : 13139 (minisat_static) R 13137 13139 12671 0 -1 4194304 6033 0 0 0 16217 6 0 0 25 0 1 0 236110531 26808320 6001 1992294400 134512640 135213614 4294956256 18446744073709551615 134535853 0 0 4096 3 0 0 0 17 0 0 0
/proc/13139/statm: 6545 6001 77 171 0 6371 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 26180

[startup+222.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 13140
/proc/meminfo: memFree=1541344/2055920 swapFree=4159984/4192956
[pid=13139] ppid=13137 vsize=28620 CPUtime=222.19
/proc/13139/stat : 13139 (minisat_static) R 13137 13139 12671 0 -1 4194304 6639 0 0 0 22212 7 0 0 25 0 1 0 236110531 29306880 6607 1992294400 134512640 135213614 4294956256 18446744073709551615 134529623 0 0 4096 3 0 0 0 17 0 0 0
/proc/13139/statm: 7155 6607 77 171 0 6981 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 28620

[startup+282.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 13140
/proc/meminfo: memFree=1538272/2055920 swapFree=4159984/4192956
[pid=13139] ppid=13137 vsize=31820 CPUtime=282.16
/proc/13139/stat : 13139 (minisat_static) R 13137 13139 12671 0 -1 4194304 7403 0 0 0 28208 8 0 0 25 0 1 0 236110531 32583680 7371 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/13139/statm: 7955 7371 77 171 0 7781 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 31820

[startup+342.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 13140
/proc/meminfo: memFree=1535648/2055920 swapFree=4159984/4192956
[pid=13139] ppid=13137 vsize=34332 CPUtime=342.13
/proc/13139/stat : 13139 (minisat_static) R 13137 13139 12671 0 -1 4194304 8057 0 0 0 34205 8 0 0 25 0 1 0 236110531 35155968 8025 1992294400 134512640 135213614 4294956256 18446744073709551615 134527179 0 0 4096 3 0 0 0 17 0 0 0
/proc/13139/statm: 8583 8025 77 171 0 8409 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 34332

[startup+402.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 13140
/proc/meminfo: memFree=1532320/2055920 swapFree=4159984/4192956
[pid=13139] ppid=13137 vsize=37712 CPUtime=402.1
/proc/13139/stat : 13139 (minisat_static) R 13137 13139 12671 0 -1 4194304 8887 0 0 0 40201 9 0 0 25 0 1 0 236110531 38617088 8855 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 0 0 0
/proc/13139/statm: 9428 8855 77 171 0 9254 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 37712

[startup+462.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 13140
/proc/meminfo: memFree=1531680/2055920 swapFree=4159984/4192956
[pid=13139] ppid=13137 vsize=38396 CPUtime=462.07
/proc/13139/stat : 13139 (minisat_static) R 13137 13139 12671 0 -1 4194304 9041 0 0 0 46198 9 0 0 25 0 1 0 236110531 39317504 9009 1992294400 134512640 135213614 4294956256 18446744073709551615 134526985 0 0 4096 3 0 0 0 17 0 0 0
/proc/13139/statm: 9599 9009 77 171 0 9425 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 38396

[startup+522.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 13140
/proc/meminfo: memFree=1529952/2055920 swapFree=4159984/4192956
[pid=13139] ppid=13137 vsize=40120 CPUtime=522.05
/proc/13139/stat : 13139 (minisat_static) R 13137 13139 12671 0 -1 4194304 9472 0 0 0 52195 10 0 0 25 0 1 0 236110531 41082880 9440 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 0 0 0
/proc/13139/statm: 10030 9440 77 171 0 9856 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 40120

[startup+582.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 13140
/proc/meminfo: memFree=1528352/2055920 swapFree=4159984/4192956
[pid=13139] ppid=13137 vsize=41588 CPUtime=582
/proc/13139/stat : 13139 (minisat_static) R 13137 13139 12671 0 -1 4194304 9874 0 0 0 58189 11 0 0 25 0 1 0 236110531 42586112 9842 1992294400 134512640 135213614 4294956256 18446744073709551615 134527157 0 0 4096 3 0 0 0 17 0 0 0
/proc/13139/statm: 10397 9842 77 171 0 10223 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 41588

[startup+642.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 13140
/proc/meminfo: memFree=1527456/2055920 swapFree=4159984/4192956
[pid=13139] ppid=13137 vsize=42512 CPUtime=641.98
/proc/13139/stat : 13139 (minisat_static) R 13137 13139 12671 0 -1 4194304 10098 0 0 0 64187 11 0 0 25 0 1 0 236110531 43532288 10066 1992294400 134512640 135213614 4294956256 18446744073709551615 134527139 0 0 4096 3 0 0 0 17 0 0 0
/proc/13139/statm: 10628 10066 77 171 0 10454 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 42512

[startup+702.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 13140
/proc/meminfo: memFree=1525792/2055920 swapFree=4159984/4192956
[pid=13139] ppid=13137 vsize=44112 CPUtime=701.96
/proc/13139/stat : 13139 (minisat_static) R 13137 13139 12671 0 -1 4194304 10486 0 0 0 70184 12 0 0 25 0 1 0 236110531 45170688 10454 1992294400 134512640 135213614 4294956256 18446744073709551615 134536740 0 0 4096 3 0 0 0 17 0 0 0
/proc/13139/statm: 11028 10454 77 171 0 10854 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 44112

[startup+762.306 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 13140
/proc/meminfo: memFree=1525216/2055920 swapFree=4159984/4192956
[pid=13139] ppid=13137 vsize=44760 CPUtime=761.93
/proc/13139/stat : 13139 (minisat_static) R 13137 13139 12671 0 -1 4194304 10625 0 0 0 76181 12 0 0 25 0 1 0 236110531 45834240 10593 1992294400 134512640 135213614 4294956256 18446744073709551615 134536517 0 0 4096 3 0 0 0 17 0 0 0
/proc/13139/statm: 11190 10593 77 171 0 11016 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 44760

[startup+822.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 13140
/proc/meminfo: memFree=1523168/2055920 swapFree=4159984/4192956
[pid=13139] ppid=13137 vsize=46752 CPUtime=821.9
/proc/13139/stat : 13139 (minisat_static) R 13137 13139 12671 0 -1 4194304 11146 0 0 0 82177 13 0 0 25 0 1 0 236110531 47874048 11114 1992294400 134512640 135213614 4294956256 18446744073709551615 134526890 0 0 4096 3 0 0 0 17 0 0 0
/proc/13139/statm: 11688 11114 77 171 0 11514 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 46752

[startup+882.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 13140
/proc/meminfo: memFree=1522720/2055920 swapFree=4159984/4192956
[pid=13139] ppid=13137 vsize=47280 CPUtime=881.88
/proc/13139/stat : 13139 (minisat_static) R 13137 13139 12671 0 -1 4194304 11266 0 0 0 88175 13 0 0 25 0 1 0 236110531 48414720 11234 1992294400 134512640 135213614 4294956256 18446744073709551615 134536186 0 0 4096 3 0 0 0 17 0 0 0
/proc/13139/statm: 11820 11234 77 171 0 11646 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 47280

[startup+942.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 13142
/proc/meminfo: memFree=1521632/2055920 swapFree=4159984/4192956
[pid=13139] ppid=13137 vsize=48224 CPUtime=941.85
/proc/13139/stat : 13139 (minisat_static) R 13137 13139 12671 0 -1 4194304 11491 0 0 0 94172 13 0 0 25 0 1 0 236110531 49381376 11459 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/13139/statm: 12056 11459 77 171 0 11882 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 48224

[startup+1002.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 13142
/proc/meminfo: memFree=1520608/2055920 swapFree=4159984/4192956
[pid=13139] ppid=13137 vsize=49280 CPUtime=1001.83
/proc/13139/stat : 13139 (minisat_static) R 13137 13139 12671 0 -1 4194304 11753 0 0 0 100169 14 0 0 25 0 1 0 236110531 50462720 11721 1992294400 134512640 135213614 4294956256 18446744073709551615 134535853 0 0 4096 3 0 0 0 17 0 0 0
/proc/13139/statm: 12320 11721 77 171 0 12146 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 49280

[startup+1062.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 13142
/proc/meminfo: memFree=1520160/2055920 swapFree=4159984/4192956
[pid=13139] ppid=13137 vsize=49676 CPUtime=1061.8
/proc/13139/stat : 13139 (minisat_static) R 13137 13139 12671 0 -1 4194304 11872 0 0 0 106166 14 0 0 25 0 1 0 236110531 50868224 11840 1992294400 134512640 135213614 4294956256 18446744073709551615 134527168 0 0 4096 3 0 0 0 17 0 0 0
/proc/13139/statm: 12419 11840 77 171 0 12245 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 49676

[startup+1122.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 13142
/proc/meminfo: memFree=1519584/2055920 swapFree=4159984/4192956
[pid=13139] ppid=13137 vsize=50204 CPUtime=1121.77
/proc/13139/stat : 13139 (minisat_static) R 13137 13139 12671 0 -1 4194304 12022 0 0 0 112163 14 0 0 25 0 1 0 236110531 51408896 11990 1992294400 134512640 135213614 4294956256 18446744073709551615 134526796 0 0 4096 3 0 0 0 17 0 0 0
/proc/13139/statm: 12551 11990 77 171 0 12377 0
Current children cumulated CPU time (s) 1121.77
Current children cumulated vsize (KiB) 50204

[startup+1182.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 13142
/proc/meminfo: memFree=1519008/2055920 swapFree=4159984/4192956
[pid=13139] ppid=13137 vsize=50908 CPUtime=1181.75
/proc/13139/stat : 13139 (minisat_static) R 13137 13139 12671 0 -1 4194304 12177 0 0 0 118161 14 0 0 25 0 1 0 236110531 52129792 12145 1992294400 134512640 135213614 4294956256 18446744073709551615 134535853 0 0 4096 3 0 0 0 17 0 0 0
/proc/13139/statm: 12727 12145 77 171 0 12553 0
Current children cumulated CPU time (s) 1181.75
Current children cumulated vsize (KiB) 50908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 13142
/proc/meminfo: memFree=1518176/2055920 swapFree=4159984/4192956
[pid=13139] ppid=13137 vsize=51724 CPUtime=1200.03
/proc/13139/stat : 13139 (minisat_static) R 13137 13139 12671 0 -1 4194304 12373 0 0 0 119989 14 0 0 25 0 1 0 236110531 52965376 12341 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/13139/statm: 12931 12341 77 171 0 12757 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 51724

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.61
CPU time (s): 1200.06
CPU user time (s): 1199.9
CPU system time (s): 0.155976
CPU usage (%): 99.9535
Max. virtual memory (cumulated for all children) (KiB): 51724

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

runsolver used 0.948855 second user time and 3.42848 second system time

The end

Launcher Data

Begin job on node32 at 2009-05-12 00:26:14
IDJOB=1797931
IDBENCH=70821
IDSOLVER=651
FILE ID=node32/1797931-1242080773
PBS_JOBID= 9277596
Free space on /tmp= 66032 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-10.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797931-1242080773/watcher-1797931-1242080773 -o /tmp/evaluation-result-1797931-1242080773/solver-1797931-1242080773 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1797931-1242080773.cnf

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

MD5SUM BENCH= 0260f441a1d07270edb6a85b2fc90d1d
RANDOM SEED=980226636

node32.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.216
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.216
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:       1568192 kB
Buffers:         52280 kB
Cached:         347452 kB
SwapCached:      26560 kB
Active:          28352 kB
Inactive:       399400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1568192 kB
SwapTotal:     4192956 kB
SwapFree:      4159984 kB
Dirty:            4876 kB
Writeback:           0 kB
Mapped:          14292 kB
Slab:            45636 kB
Committed_AS:   849532 kB
PageTables:       1504 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= 66028 MiB
End job on node32 at 2009-05-12 00:46:16