Trace number 1797935

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.42

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-15.cnf
MD5SUMc8a05d1e76535706c430a6b42d191d4b
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 variables69695
Number of clauses227171
Sum of the clauses size588683
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292572
Number of clauses of size 3134470
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:  69695                                                |
0.00/0.00	|  Number of clauses:    227171                                               |
0.09/0.13	|  Parsing time:         0.12         s                                       |
0.09/0.14	============================[ Search Statistics ]==============================
0.09/0.14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.14	===============================================================================
0.09/0.14	|         0 |   69438   226528   587013 |    75509        0    nan |  0.000 % |
0.19/0.28	|       100 |   69416   226528   587013 |    83060       83     16 |  0.415 % |
0.19/0.29	|       252 |   69416   226528   587013 |    91366      235      9 |  0.415 % |
2.49/2.51	|       478 |   69413   226528   587013 |   100502      460     78 |  0.419 % |
6.39/6.49	|       816 |   69402   226352   586589 |   110553      791    116 |  0.420 % |
11.89/12.00	|      1322 |   69402   226347   586577 |   121608     1297    126 |  0.420 % |
18.78/18.86	|      2081 |   69391   226317   586504 |   133769     2050    101 |  0.436 % |
24.78/24.85	|      3220 |   69391   226317   586504 |   147146     3189     73 |  0.436 % |
35.68/35.73	|      4928 |   69391   226293   586447 |   161860     4897     92 |  0.436 % |
52.37/52.46	|      7490 |   69381   226247   586335 |   178047     7454     99 |  0.451 % |
86.96/87.03	|     11335 |   69379   226241   586321 |   195851    11298    116 |  0.453 % |
124.85/124.96	|     17102 |   69378   226236   586309 |   215436    17064    119 |  0.455 % |
187.34/187.46	|     25751 |   69369   226197   586210 |   236980    25705    125 |  0.468 % |
290.00/290.17	|     38726 |   69369   226197   586210 |   260678    38680    129 |  0.468 % |
483.05/483.24	|     58187 |   69367   226192   586198 |   286746    58139    141 |  0.472 % |
735.48/735.77	|     87380 |   69357   226150   586090 |   315421    87306    143 |  0.485 % |
1175.25/1175.64	|    131170 |   69357   226150   586090 |   346963   131096    152 |  0.485 % |

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-1797935-1242080635/watcher-1797935-1242080635 -o /tmp/evaluation-result-1797935-1242080635/solver-1797935-1242080635 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797935-1242080635.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.92 0.98 0.99 3/65 30552
/proc/meminfo: memFree=1445288/2055920 swapFree=4173816/4192956
[pid=30552] ppid=30550 vsize=2952 CPUtime=0
/proc/30552/stat : 30552 (minisat_static) R 30550 30552 30195 0 -1 4194304 570 0 0 0 0 0 0 0 20 0 1 0 236093219 3022848 555 1992294400 134512640 135213614 4294956256 18446744073709551615 134736207 0 0 4096 3 0 0 0 17 1 0 0
/proc/30552/statm: 738 558 58 171 0 564 0

[startup+0.0401341 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 30552
/proc/meminfo: memFree=1445288/2055920 swapFree=4173816/4192956
[pid=30552] ppid=30550 vsize=9280 CPUtime=0.03
/proc/30552/stat : 30552 (minisat_static) R 30550 30552 30195 0 -1 4194304 1862 0 0 0 3 0 0 0 20 0 1 0 236093219 9502720 1830 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/30552/statm: 2320 1832 58 171 0 2146 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9280

[startup+0.10114 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 30552
/proc/meminfo: memFree=1445288/2055920 swapFree=4173816/4192956
[pid=30552] ppid=30550 vsize=13808 CPUtime=0.09
/proc/30552/stat : 30552 (minisat_static) R 30550 30552 30195 0 -1 4194304 2985 0 0 0 8 1 0 0 20 0 1 0 236093219 14139392 2953 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/30552/statm: 3452 2953 58 171 0 3278 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13808

[startup+0.301162 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 30552
/proc/meminfo: memFree=1445288/2055920 swapFree=4173816/4192956
[pid=30552] ppid=30550 vsize=17412 CPUtime=0.29
/proc/30552/stat : 30552 (minisat_static) R 30550 30552 30195 0 -1 4194304 3822 0 0 0 27 2 0 0 22 0 1 0 236093219 17829888 3790 1992294400 134512640 135213614 4294956256 18446744073709551615 134530573 0 0 4096 3 0 0 0 17 1 0 0
/proc/30552/statm: 4353 3790 78 171 0 4179 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17412

[startup+0.701207 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 30552
/proc/meminfo: memFree=1445288/2055920 swapFree=4173816/4192956
[pid=30552] ppid=30550 vsize=17544 CPUtime=0.69
/proc/30552/stat : 30552 (minisat_static) R 30550 30552 30195 0 -1 4194304 3874 0 0 0 67 2 0 0 25 0 1 0 236093219 17965056 3842 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/30552/statm: 4386 3842 78 171 0 4212 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17544

[startup+1.5013 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 30553
/proc/meminfo: memFree=1430112/2055920 swapFree=4173816/4192956
[pid=30552] ppid=30550 vsize=17676 CPUtime=1.49
/proc/30552/stat : 30552 (minisat_static) R 30550 30552 30195 0 -1 4194304 3890 0 0 0 147 2 0 0 25 0 1 0 236093219 18100224 3858 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/30552/statm: 4419 3858 78 171 0 4245 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17676

[startup+3.10148 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 30553
/proc/meminfo: memFree=1429920/2055920 swapFree=4173816/4192956
[pid=30552] ppid=30550 vsize=17808 CPUtime=3.09
/proc/30552/stat : 30552 (minisat_static) R 30550 30552 30195 0 -1 4194304 3926 0 0 0 307 2 0 0 25 0 1 0 236093219 18235392 3894 1992294400 134512640 135213614 4294956256 18446744073709551615 134529626 0 0 4096 3 0 0 0 17 1 0 0
/proc/30552/statm: 4452 3894 78 171 0 4278 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17808

[startup+6.30184 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 30553
/proc/meminfo: memFree=1429472/2055920 swapFree=4173816/4192956
[pid=30552] ppid=30550 vsize=17940 CPUtime=6.29
/proc/30552/stat : 30552 (minisat_static) R 30550 30552 30195 0 -1 4194304 3975 0 0 0 627 2 0 0 25 0 1 0 236093219 18370560 3943 1992294400 134512640 135213614 4294956256 18446744073709551615 134529552 0 0 4096 3 0 0 0 17 1 0 0
/proc/30552/statm: 4485 3943 78 171 0 4311 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17940

[startup+12.7016 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 30553
/proc/meminfo: memFree=1429152/2055920 swapFree=4173816/4192956
[pid=30552] ppid=30550 vsize=18336 CPUtime=12.69
/proc/30552/stat : 30552 (minisat_static) R 30550 30552 30195 0 -1 4194304 4059 0 0 0 1267 2 0 0 25 0 1 0 236093219 18776064 4027 1992294400 134512640 135213614 4294956256 18446744073709551615 134526796 0 0 4096 3 0 0 0 17 1 0 0
/proc/30552/statm: 4584 4027 78 171 0 4410 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 18336

[startup+25.502 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 30553
/proc/meminfo: memFree=1428768/2055920 swapFree=4173816/4192956
[pid=30552] ppid=30550 vsize=18732 CPUtime=25.48
/proc/30552/stat : 30552 (minisat_static) R 30550 30552 30195 0 -1 4194304 4166 0 0 0 2546 2 0 0 25 0 1 0 236093219 19181568 4134 1992294400 134512640 135213614 4294956256 18446744073709551615 134535853 0 0 4096 3 0 0 0 17 1 0 0
/proc/30552/statm: 4683 4134 78 171 0 4509 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 18732

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30553
/proc/meminfo: memFree=1426912/2055920 swapFree=4173816/4192956
[pid=30552] ppid=30550 vsize=20712 CPUtime=51.07
/proc/30552/stat : 30552 (minisat_static) R 30550 30552 30195 0 -1 4194304 4650 0 0 0 5104 3 0 0 25 0 1 0 236093219 21209088 4618 1992294400 134512640 135213614 4294956256 18446744073709551615 134535853 0 0 4096 3 0 0 0 17 1 0 0
/proc/30552/statm: 5178 4618 78 171 0 5004 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 20712

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30553
/proc/meminfo: memFree=1422880/2055920 swapFree=4173816/4192956
[pid=30552] ppid=30550 vsize=24688 CPUtime=102.26
/proc/30552/stat : 30552 (minisat_static) R 30550 30552 30195 0 -1 4194304 5648 0 0 0 10221 5 0 0 25 0 1 0 236093219 25280512 5616 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/30552/statm: 6172 5616 78 171 0 5998 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 24688

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30553
/proc/meminfo: memFree=1418144/2055920 swapFree=4173816/4192956
[pid=30552] ppid=30550 vsize=29408 CPUtime=162.24
/proc/30552/stat : 30552 (minisat_static) R 30550 30552 30195 0 -1 4194304 6832 0 0 0 16218 6 0 0 25 0 1 0 236093219 30113792 6800 1992294400 134512640 135213614 4294956256 18446744073709551615 134536745 0 0 4096 3 0 0 0 17 1 0 0
/proc/30552/statm: 7352 6800 78 171 0 7178 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 29408

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30553
/proc/meminfo: memFree=1414304/2055920 swapFree=4173816/4192956
[pid=30552] ppid=30550 vsize=33268 CPUtime=222.22
/proc/30552/stat : 30552 (minisat_static) R 30550 30552 30195 0 -1 4194304 7776 0 0 0 22215 7 0 0 25 0 1 0 236093219 34066432 7744 1992294400 134512640 135213614 4294956256 18446744073709551615 134536177 0 0 4096 3 0 0 0 17 1 0 0
/proc/30552/statm: 8317 7744 78 171 0 8143 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 33268

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30553
/proc/meminfo: memFree=1409504/2055920 swapFree=4173816/4192956
[pid=30552] ppid=30550 vsize=38020 CPUtime=282.21
/proc/30552/stat : 30552 (minisat_static) R 30550 30552 30195 0 -1 4194304 8973 0 0 0 28212 9 0 0 25 0 1 0 236093219 38932480 8941 1992294400 134512640 135213614 4294956256 18446744073709551615 134536671 0 0 4096 3 0 0 0 17 1 0 0
/proc/30552/statm: 9505 8941 78 171 0 9331 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 38020

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30553
/proc/meminfo: memFree=1405152/2055920 swapFree=4173816/4192956
[pid=30552] ppid=30550 vsize=42324 CPUtime=342.18
/proc/30552/stat : 30552 (minisat_static) R 30550 30552 30195 0 -1 4194304 10044 0 0 0 34208 10 0 0 25 0 1 0 236093219 43339776 10012 1992294400 134512640 135213614 4294956256 18446744073709551615 134536366 0 0 4096 3 0 0 0 17 1 0 0
/proc/30552/statm: 10581 10012 78 171 0 10407 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 42324

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30553
/proc/meminfo: memFree=1400864/2055920 swapFree=4173816/4192956
[pid=30552] ppid=30550 vsize=46552 CPUtime=402.16
/proc/30552/stat : 30552 (minisat_static) R 30550 30552 30195 0 -1 4194304 11110 0 0 0 40205 11 0 0 25 0 1 0 236093219 47669248 11078 1992294400 134512640 135213614 4294956256 18446744073709551615 134537528 0 0 4096 3 0 0 0 17 1 0 0
/proc/30552/statm: 11638 11078 78 171 0 11464 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 46552

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30553
/proc/meminfo: memFree=1396960/2055920 swapFree=4173816/4192956
[pid=30552] ppid=30550 vsize=50512 CPUtime=462.15
/proc/30552/stat : 30552 (minisat_static) R 30550 30552 30195 0 -1 4194304 12101 0 0 0 46203 12 0 0 25 0 1 0 236093219 51724288 12069 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/30552/statm: 12628 12069 78 171 0 12454 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 50512

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30553
/proc/meminfo: memFree=1391584/2055920 swapFree=4173816/4192956
[pid=30552] ppid=30550 vsize=55920 CPUtime=522.13
/proc/30552/stat : 30552 (minisat_static) R 30550 30552 30195 0 -1 4194304 13448 0 0 0 52199 14 0 0 25 0 1 0 236093219 57262080 13416 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/30552/statm: 13980 13416 78 171 0 13806 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 55920

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30553
/proc/meminfo: memFree=1387616/2055920 swapFree=4173816/4192956
[pid=30552] ppid=30550 vsize=59880 CPUtime=582.12
/proc/30552/stat : 30552 (minisat_static) R 30550 30552 30195 0 -1 4194304 14428 0 0 0 58197 15 0 0 25 0 1 0 236093219 61317120 14396 1992294400 134512640 135213614 4294956256 18446744073709551615 134527136 0 0 4096 3 0 0 0 17 1 0 0
/proc/30552/statm: 14970 14396 78 171 0 14796 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 59880

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30553
/proc/meminfo: memFree=1383584/2055920 swapFree=4173816/4192956
[pid=30552] ppid=30550 vsize=63840 CPUtime=642.1
/proc/30552/stat : 30552 (minisat_static) R 30550 30552 30195 0 -1 4194304 15419 0 0 0 64194 16 0 0 25 0 1 0 236093219 65372160 15387 1992294400 134512640 135213614 4294956256 18446744073709551615 134527171 0 0 4096 3 0 0 0 17 1 0 0
/proc/30552/statm: 15960 15387 78 171 0 15786 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 63840

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30553
/proc/meminfo: memFree=1379552/2055920 swapFree=4173816/4192956
[pid=30552] ppid=30550 vsize=67800 CPUtime=702.08
/proc/30552/stat : 30552 (minisat_static) R 30550 30552 30195 0 -1 4194304 16429 0 0 0 70191 17 0 0 25 0 1 0 236093219 69427200 16397 1992294400 134512640 135213614 4294956256 18446744073709551615 134526985 0 0 4096 3 0 0 0 17 1 0 0
/proc/30552/statm: 16950 16397 78 171 0 16776 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 67800

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30553
/proc/meminfo: memFree=1376352/2055920 swapFree=4173816/4192956
[pid=30552] ppid=30550 vsize=70968 CPUtime=762.07
/proc/30552/stat : 30552 (minisat_static) R 30550 30552 30195 0 -1 4194304 17201 0 0 0 76189 18 0 0 25 0 1 0 236093219 72671232 17169 1992294400 134512640 135213614 4294956256 18446744073709551615 134535853 0 0 4096 3 0 0 0 17 1 0 0
/proc/30552/statm: 17742 17169 78 171 0 17568 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 70968

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30553
/proc/meminfo: memFree=1372000/2055920 swapFree=4173816/4192956
[pid=30552] ppid=30550 vsize=75504 CPUtime=822.04
/proc/30552/stat : 30552 (minisat_static) R 30550 30552 30195 0 -1 4194304 18306 0 0 0 82185 19 0 0 25 0 1 0 236093219 77316096 18274 1992294400 134512640 135213614 4294956256 18446744073709551615 134535853 0 0 4096 3 0 0 0 17 1 0 0
/proc/30552/statm: 18876 18274 78 171 0 18702 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 75504

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30553
/proc/meminfo: memFree=1367200/2055920 swapFree=4173816/4192956
[pid=30552] ppid=30550 vsize=80124 CPUtime=882.03
/proc/30552/stat : 30552 (minisat_static) R 30550 30552 30195 0 -1 4194304 19480 0 0 0 88182 21 0 0 25 0 1 0 236093219 82046976 19448 1992294400 134512640 135213614 4294956256 18446744073709551615 134526939 0 0 4096 3 0 0 0 17 1 0 0
/proc/30552/statm: 20031 19448 78 171 0 19857 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 80124

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30553
/proc/meminfo: memFree=1362784/2055920 swapFree=4173816/4192956
[pid=30552] ppid=30550 vsize=84620 CPUtime=942.01
/proc/30552/stat : 30552 (minisat_static) R 30550 30552 30195 0 -1 4194304 20603 0 0 0 94179 22 0 0 25 0 1 0 236093219 86650880 20571 1992294400 134512640 135213614 4294956256 18446744073709551615 134526961 0 0 4096 3 0 0 0 17 1 0 0
/proc/30552/statm: 21155 20571 78 171 0 20981 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 84620

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30553
/proc/meminfo: memFree=1358432/2055920 swapFree=4173816/4192956
[pid=30552] ppid=30550 vsize=88848 CPUtime=1002
/proc/30552/stat : 30552 (minisat_static) R 30550 30552 30195 0 -1 4194304 21676 0 0 0 100177 23 0 0 25 0 1 0 236093219 90980352 21644 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/30552/statm: 22212 21644 78 171 0 22038 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 88848

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30553
/proc/meminfo: memFree=1353952/2055920 swapFree=4173816/4192956
[pid=30552] ppid=30550 vsize=93336 CPUtime=1061.97
/proc/30552/stat : 30552 (minisat_static) R 30550 30552 30195 0 -1 4194304 22796 0 0 0 106174 23 0 0 25 0 1 0 236093219 95576064 22764 1992294400 134512640 135213614 4294956256 18446744073709551615 134526775 0 0 4096 3 0 0 0 17 1 0 0
/proc/30552/statm: 23334 22764 78 171 0 23160 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 93336

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30555
/proc/meminfo: memFree=1349664/2055920 swapFree=4173816/4192956
[pid=30552] ppid=30550 vsize=97560 CPUtime=1121.96
/proc/30552/stat : 30552 (minisat_static) R 30550 30552 30195 0 -1 4194304 23845 0 0 0 112171 25 0 0 25 0 1 0 236093219 99901440 23813 1992294400 134512640 135213614 4294956256 18446744073709551615 134529552 0 0 4096 3 0 0 0 17 1 0 0
/proc/30552/statm: 24390 23813 78 171 0 24216 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 97560

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30555
/proc/meminfo: memFree=1345888/2055920 swapFree=4173816/4192956
[pid=30552] ppid=30550 vsize=101396 CPUtime=1181.94
/proc/30552/stat : 30552 (minisat_static) R 30550 30552 30195 0 -1 4194304 24812 0 0 0 118168 26 0 0 25 0 1 0 236093219 103829504 24780 1992294400 134512640 135213614 4294956256 18446744073709551615 134535853 0 0 4096 3 0 0 0 17 1 0 0
/proc/30552/statm: 25349 24780 78 171 0 25175 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 101396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30555
/proc/meminfo: memFree=1344480/2055920 swapFree=4173816/4192956
[pid=30552] ppid=30550 vsize=102716 CPUtime=1200.04
/proc/30552/stat : 30552 (minisat_static) R 30550 30552 30195 0 -1 4194304 25138 0 0 0 119978 26 0 0 25 0 1 0 236093219 105181184 25106 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/30552/statm: 25679 25106 78 171 0 25505 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 102716

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.42
CPU time (s): 1200.06
CPU user time (s): 1199.78
CPU system time (s): 0.281957
CPU usage (%): 99.9702
Max. virtual memory (cumulated for all children) (KiB): 102716

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

runsolver used 1.36579 second user time and 2.96855 second system time

The end

Launcher Data

Begin job on node85 at 2009-05-12 00:23:55
IDJOB=1797935
IDBENCH=70819
IDSOLVER=651
FILE ID=node85/1797935-1242080635
PBS_JOBID= 9277598
Free space on /tmp= 126444 MiB

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

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

MD5SUM BENCH= c8a05d1e76535706c430a6b42d191d4b
RANDOM SEED=190624592

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:       1445704 kB
Buffers:         49680 kB
Cached:         496056 kB
SwapCached:      14244 kB
Active:         181940 kB
Inactive:       380200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1445704 kB
SwapTotal:     4192956 kB
SwapFree:      4173816 kB
Dirty:            4884 kB
Writeback:           0 kB
Mapped:          13704 kB
Slab:            34036 kB
Committed_AS:   755844 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= 126444 MiB
End job on node85 at 2009-05-12 00:43:58