Trace number 1557037

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
MiniSat 2.1 (Sat-race'08 Edition)? (TO) 1200.11 1200.43

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-11.cnf
MD5SUM49867705b76fc90285dd6fc48de2613c
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 variables69561
Number of clauses226787
Sum of the clauses size587727
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292376
Number of clauses of size 3134282
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	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.19/0.26	c |  Number of variables:         69561                                         |
0.19/0.26	c |  Number of clauses:          226144                                         |
0.19/0.26	c |  Parse time:                   0.24 s                                       |
1.19/1.25	c |  Simplification time:          0.97 s                                       |
1.19/1.25	c |                                                                             |
1.19/1.25	c ============================[ Search Statistics ]==============================
1.19/1.25	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.19/1.25	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.19/1.25	c ===============================================================================
1.89/1.99	c |       100 |   28471   163313   552631 |    59881       96     42 |  0.408 % |
2.69/2.78	c |       250 |   28466   163267   552486 |    65869      238    111 |  0.415 % |
3.79/3.89	c |       475 |   28466   163223   552352 |    72456      463    119 |  0.415 % |
5.79/5.89	c |       812 |   28463   163204   552295 |    79702      799    122 |  0.420 % |
8.39/8.48	c |      1318 |   28463   163204   552295 |    87672     1305    128 |  0.420 % |
12.79/12.81	c |      2077 |   28463   163204   552295 |    96439     2064    123 |  0.420 % |
20.18/20.25	c |      3216 |   28463   163204   552295 |   106083     3203    105 |  0.420 % |
29.29/29.38	c |      4924 |   28463   163204   552295 |   116691     4911     99 |  0.420 % |
44.68/44.73	c |      7486 |   28462   163199   552283 |   128361     7472    116 |  0.421 % |
67.97/68.04	c |     11330 |   28461   163193   552269 |   141197    11315    129 |  0.423 % |
102.47/102.55	c |     17096 |   28456   163156   552160 |   155317    17079    137 |  0.430 % |
155.85/155.93	c |     25745 |   28455   163151   552148 |   170848    25727    142 |  0.431 % |
234.33/234.43	c |     38719 |   28455   163151   552148 |   187933    38701    142 |  0.431 % |
363.50/363.60	c |     58180 |   28452   163136   552111 |   206726    58160    138 |  0.436 % |
536.85/537.08	c |     87372 |   28452   163136   552111 |   227399    87352    141 |  0.436 % |
850.56/850.84	c |    131161 |   28450   163126   552084 |   250139   131139    133 |  0.438 % |

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-1557037-1238848099/watcher-1557037-1238848099 -o /tmp/evaluation-result-1557037-1238848099/solver-1557037-1238848099 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/minisat HOME/instance-1557037-1238848099.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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 1.08 3/69 6587
/proc/meminfo: memFree=1673872/2055920 swapFree=4172412/4192956
[pid=6587] ppid=6585 vsize=8188 CPUtime=0
/proc/6587/stat : 6587 (minisat) R 6585 6587 6338 0 -1 4194304 552 0 0 0 0 0 0 0 18 0 1 0 1157471579 8384512 536 1992294400 4194304 5092341 548682068832 18446744073709551615 4244968 0 0 4096 3 0 0 0 17 1 0 0
/proc/6587/statm: 2047 537 63 219 0 1825 0

[startup+0.045439 s]
/proc/loadavg: 0.92 0.98 1.08 3/69 6587
/proc/meminfo: memFree=1673872/2055920 swapFree=4172412/4192956
[pid=6587] ppid=6585 vsize=17392 CPUtime=0.03
/proc/6587/stat : 6587 (minisat) R 6585 6587 6338 0 -1 4194304 2304 0 0 0 3 0 0 0 18 0 1 0 1157471579 17809408 2266 1992294400 4194304 5092341 548682068832 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/6587/statm: 4348 2266 63 219 0 4126 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 17392

[startup+0.101442 s]
/proc/loadavg: 0.92 0.98 1.08 3/69 6587
/proc/meminfo: memFree=1673872/2055920 swapFree=4172412/4192956
[pid=6587] ppid=6585 vsize=22044 CPUtime=0.09
/proc/6587/stat : 6587 (minisat) R 6585 6587 6338 0 -1 4194304 3782 0 0 0 8 1 0 0 18 0 1 0 1157471579 22573056 3642 1992294400 4194304 5092341 548682068832 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 1 0 0
/proc/6587/statm: 5511 3644 63 219 0 5289 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22044

[startup+0.30146 s]
/proc/loadavg: 0.92 0.98 1.08 3/69 6587
/proc/meminfo: memFree=1673872/2055920 swapFree=4172412/4192956
[pid=6587] ppid=6585 vsize=29684 CPUtime=0.29
/proc/6587/stat : 6587 (minisat) R 6585 6587 6338 0 -1 4194304 6787 0 0 0 27 2 0 0 19 0 1 0 1157471579 30396416 6217 1992294400 4194304 5092341 548682068832 18446744073709551615 4219470 0 0 4096 3 0 0 0 17 1 0 0
/proc/6587/statm: 7421 6217 87 219 0 7199 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29684

[startup+0.701495 s]
/proc/loadavg: 0.92 0.98 1.08 3/69 6587
/proc/meminfo: memFree=1673872/2055920 swapFree=4172412/4192956
[pid=6587] ppid=6585 vsize=36372 CPUtime=0.69
/proc/6587/stat : 6587 (minisat) R 6585 6587 6338 0 -1 4194304 8229 0 0 0 66 3 0 0 23 0 1 0 1157471579 37244928 7659 1992294400 4194304 5092341 548682068832 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/6587/statm: 9093 7659 87 219 0 8871 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36372

[startup+1.50156 s]
/proc/loadavg: 0.92 0.98 1.08 2/70 6588
/proc/meminfo: memFree=1640648/2055920 swapFree=4172412/4192956
[pid=6587] ppid=6585 vsize=30852 CPUtime=1.49
/proc/6587/stat : 6587 (minisat) R 6585 6587 6338 0 -1 4194304 9636 0 0 0 145 4 0 0 25 0 1 0 1157471579 31592448 6261 1992294400 4194304 5092341 548682068832 18446744073709551615 4241011 0 0 4096 3 0 0 0 17 1 0 0
/proc/6587/statm: 7713 6261 91 219 0 7491 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30852

[startup+3.10171 s]
/proc/loadavg: 0.92 0.98 1.08 2/70 6588
/proc/meminfo: memFree=1648776/2055920 swapFree=4172412/4192956
[pid=6587] ppid=6585 vsize=30852 CPUtime=3.09
/proc/6587/stat : 6587 (minisat) R 6585 6587 6338 0 -1 4194304 9680 0 0 0 305 4 0 0 25 0 1 0 1157471579 31592448 6305 1992294400 4194304 5092341 548682068832 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 1 0 0
/proc/6587/statm: 7713 6305 100 219 0 7491 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30852

[startup+6.30299 s]
/proc/loadavg: 0.93 0.98 1.08 2/70 6588
/proc/meminfo: memFree=1648520/2055920 swapFree=4172412/4192956
[pid=6587] ppid=6585 vsize=30852 CPUtime=6.29
/proc/6587/stat : 6587 (minisat) R 6585 6587 6338 0 -1 4194304 9753 0 0 0 625 4 0 0 25 0 1 0 1157471579 31592448 6378 1992294400 4194304 5092341 548682068832 18446744073709551615 4249091 0 0 4096 3 0 0 0 17 1 0 0
/proc/6587/statm: 7713 6378 100 219 0 7491 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30852

[startup+12.7015 s]
/proc/loadavg: 0.93 0.98 1.08 2/70 6588
/proc/meminfo: memFree=1647888/2055920 swapFree=4172412/4192956
[pid=6587] ppid=6585 vsize=30852 CPUtime=12.69
/proc/6587/stat : 6587 (minisat) R 6585 6587 6338 0 -1 4194304 9897 0 0 0 1265 4 0 0 25 0 1 0 1157471579 31592448 6522 1992294400 4194304 5092341 548682068832 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/6587/statm: 7713 6522 102 219 0 7491 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30852

[startup+25.5017 s]
/proc/loadavg: 0.95 0.98 1.08 2/70 6588
/proc/meminfo: memFree=1647056/2055920 swapFree=4172412/4192956
[pid=6587] ppid=6585 vsize=30852 CPUtime=25.49
/proc/6587/stat : 6587 (minisat) R 6585 6587 6338 0 -1 4194304 10084 0 0 0 2544 5 0 0 25 0 1 0 1157471579 31592448 6709 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/6587/statm: 7713 6709 102 219 0 7491 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 30852

[startup+51.1019 s]
/proc/loadavg: 0.96 0.98 1.08 2/70 6588
/proc/meminfo: memFree=1644752/2055920 swapFree=4172412/4192956
[pid=6587] ppid=6585 vsize=33448 CPUtime=51.08
/proc/6587/stat : 6587 (minisat) R 6585 6587 6338 0 -1 4194304 10677 0 0 0 5102 6 0 0 25 0 1 0 1157471579 34250752 7302 1992294400 4194304 5092341 548682068832 18446744073709551615 4241025 0 0 4096 3 0 0 0 17 1 0 0
/proc/6587/statm: 8362 7302 102 219 0 8140 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 33448

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 1.07 2/70 6588
/proc/meminfo: memFree=1639568/2055920 swapFree=4172412/4192956
[pid=6587] ppid=6585 vsize=43180 CPUtime=102.27
/proc/6587/stat : 6587 (minisat) R 6585 6587 6338 0 -1 4194304 11954 0 0 0 10219 8 0 0 25 0 1 0 1157471579 44216320 8579 1992294400 4194304 5092341 548682068832 18446744073709551615 4241098 0 0 4096 3 0 0 0 17 1 0 0
/proc/6587/statm: 10795 8579 102 219 0 10573 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 43180

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 1.07 2/70 6588
/proc/meminfo: memFree=1633808/2055920 swapFree=4172412/4192956
[pid=6587] ppid=6585 vsize=51940 CPUtime=162.25
/proc/6587/stat : 6587 (minisat) R 6585 6587 6338 0 -1 4194304 13404 0 0 0 16215 10 0 0 25 0 1 0 1157471579 53186560 10029 1992294400 4194304 5092341 548682068832 18446744073709551615 4240665 0 0 4096 3 0 0 0 17 1 0 0
/proc/6587/statm: 12985 10029 102 219 0 12763 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 51940

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 1.06 2/70 6588
/proc/meminfo: memFree=1627472/2055920 swapFree=4172412/4192956
[pid=6587] ppid=6585 vsize=52252 CPUtime=222.23
/proc/6587/stat : 6587 (minisat) R 6585 6587 6338 0 -1 4194304 14969 0 0 0 22211 12 0 0 25 0 1 0 1157471579 53506048 11594 1992294400 4194304 5092341 548682068832 18446744073709551615 4241376 0 0 4096 3 0 0 0 17 1 0 0
/proc/6587/statm: 13063 11594 102 219 0 12841 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 52252

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 1.06 2/70 6588
/proc/meminfo: memFree=1623760/2055920 swapFree=4172412/4192956
[pid=6587] ppid=6585 vsize=66236 CPUtime=282.22
/proc/6587/stat : 6587 (minisat) R 6585 6587 6338 0 -1 4194304 15899 0 0 0 28209 13 0 0 25 0 1 0 1157471579 67825664 12524 1992294400 4194304 5092341 548682068832 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/6587/statm: 16559 12524 102 219 0 16337 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 66236

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 1.05 2/70 6588
/proc/meminfo: memFree=1617168/2055920 swapFree=4172412/4192956
[pid=6587] ppid=6585 vsize=66860 CPUtime=342.2
/proc/6587/stat : 6587 (minisat) R 6585 6587 6338 0 -1 4194304 17525 0 0 0 34206 14 0 0 25 0 1 0 1157471579 68464640 14150 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/6587/statm: 16715 14150 102 219 0 16493 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 66860

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 1.04 2/70 6588
/proc/meminfo: memFree=1610768/2055920 swapFree=4172412/4192956
[pid=6587] ppid=6585 vsize=67520 CPUtime=402.19
/proc/6587/stat : 6587 (minisat) R 6585 6587 6338 0 -1 4194304 19130 0 0 0 40202 17 0 0 25 0 1 0 1157471579 69140480 15755 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/6587/statm: 16880 15755 102 219 0 16658 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 67520

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 1.04 2/70 6588
/proc/meminfo: memFree=1604560/2055920 swapFree=4172412/4192956
[pid=6587] ppid=6585 vsize=87972 CPUtime=462.17
/proc/6587/stat : 6587 (minisat) R 6585 6587 6338 0 -1 4194304 20666 0 0 0 46198 19 0 0 25 0 1 0 1157471579 90083328 17291 1992294400 4194304 5092341 548682068832 18446744073709551615 4249550 0 0 4096 3 0 0 0 17 1 0 0
/proc/6587/statm: 21993 17291 102 219 0 21771 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 87972

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 1.03 2/70 6588
/proc/meminfo: memFree=1598160/2055920 swapFree=4172412/4192956
[pid=6587] ppid=6585 vsize=88304 CPUtime=522.15
/proc/6587/stat : 6587 (minisat) R 6585 6587 6338 0 -1 4194304 22271 0 0 0 52193 22 0 0 25 0 1 0 1157471579 90423296 18896 1992294400 4194304 5092341 548682068832 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/6587/statm: 22076 18896 102 219 0 21854 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 88304

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 1.03 2/70 6588
/proc/meminfo: memFree=1593232/2055920 swapFree=4172412/4192956
[pid=6587] ppid=6585 vsize=89272 CPUtime=582.14
/proc/6587/stat : 6587 (minisat) R 6585 6587 6338 0 -1 4194304 23474 0 0 0 58191 23 0 0 25 0 1 0 1157471579 91414528 20099 1992294400 4194304 5092341 548682068832 18446744073709551615 4244133 0 0 4096 3 0 0 0 17 1 0 0
/proc/6587/statm: 22318 20099 102 219 0 22096 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 89272

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 1.02 2/70 6588
/proc/meminfo: memFree=1590928/2055920 swapFree=4172412/4192956
[pid=6587] ppid=6585 vsize=89912 CPUtime=642.13
/proc/6587/stat : 6587 (minisat) R 6585 6587 6338 0 -1 4194304 24046 0 0 0 64189 24 0 0 25 0 1 0 1157471579 92069888 20671 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/6587/statm: 22478 20671 102 219 0 22256 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 89912

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 1.02 2/70 6588
/proc/meminfo: memFree=1588048/2055920 swapFree=4172412/4192956
[pid=6587] ppid=6585 vsize=90268 CPUtime=702.1
/proc/6587/stat : 6587 (minisat) R 6585 6587 6338 0 -1 4194304 24781 0 0 0 70186 24 0 0 25 0 1 0 1157471579 92434432 21406 1992294400 4194304 5092341 548682068832 18446744073709551615 4241098 0 0 4096 3 0 0 0 17 1 0 0
/proc/6587/statm: 22567 21406 102 219 0 22345 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 90268

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 1.01 2/70 6588
/proc/meminfo: memFree=1581072/2055920 swapFree=4172412/4192956
[pid=6587] ppid=6585 vsize=120704 CPUtime=762.1
/proc/6587/stat : 6587 (minisat) R 6585 6587 6338 0 -1 4194304 26510 0 0 0 76183 27 0 0 25 0 1 0 1157471579 123600896 23135 1992294400 4194304 5092341 548682068832 18446744073709551615 4241447 0 0 4096 3 0 0 0 17 1 0 0
/proc/6587/statm: 30176 23135 102 219 0 29954 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 120704

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/70 6590
/proc/meminfo: memFree=1576208/2055920 swapFree=4172412/4192956
[pid=6587] ppid=6585 vsize=121204 CPUtime=822.07
/proc/6587/stat : 6587 (minisat) R 6585 6587 6338 0 -1 4194304 27691 0 0 0 82179 28 0 0 25 0 1 0 1157471579 124112896 24316 1992294400 4194304 5092341 548682068832 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/6587/statm: 30301 24316 102 219 0 30079 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 121204

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/70 6590
/proc/meminfo: memFree=1569488/2055920 swapFree=4172412/4192956
[pid=6587] ppid=6585 vsize=121844 CPUtime=882.05
/proc/6587/stat : 6587 (minisat) R 6585 6587 6338 0 -1 4194304 29357 0 0 0 88175 30 0 0 25 0 1 0 1157471579 124768256 25982 1992294400 4194304 5092341 548682068832 18446744073709551615 4248055 0 0 4096 3 0 0 0 17 1 0 0
/proc/6587/statm: 30461 25982 102 219 0 30239 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 121844

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/70 6590
/proc/meminfo: memFree=1565392/2055920 swapFree=4172412/4192956
[pid=6587] ppid=6585 vsize=122652 CPUtime=942.04
/proc/6587/stat : 6587 (minisat) R 6585 6587 6338 0 -1 4194304 30392 0 0 0 94173 31 0 0 25 0 1 0 1157471579 125595648 27017 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/6587/statm: 30663 27017 102 219 0 30441 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 122652

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/70 6590
/proc/meminfo: memFree=1559568/2055920 swapFree=4172412/4192956
[pid=6587] ppid=6585 vsize=123080 CPUtime=1002.03
/proc/6587/stat : 6587 (minisat) R 6585 6587 6338 0 -1 4194304 31822 0 0 0 100169 34 0 0 25 0 1 0 1157471579 126033920 28447 1992294400 4194304 5092341 548682068832 18446744073709551615 4241447 0 0 4096 3 0 0 0 17 1 0 0
/proc/6587/statm: 30770 28447 102 219 0 30548 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 123080

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/70 6590
/proc/meminfo: memFree=1553424/2055920 swapFree=4172412/4192956
[pid=6587] ppid=6585 vsize=168384 CPUtime=1062.01
/proc/6587/stat : 6587 (minisat) R 6585 6587 6338 0 -1 4194304 33361 0 0 0 106165 36 0 0 25 0 1 0 1157471579 172425216 29986 1992294400 4194304 5092341 548682068832 18446744073709551615 4241021 0 0 4096 3 0 0 0 17 1 0 0
/proc/6587/statm: 42096 29986 102 219 0 41874 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 168384

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/70 6590
/proc/meminfo: memFree=1547664/2055920 swapFree=4172412/4192956
[pid=6587] ppid=6585 vsize=169664 CPUtime=1122
/proc/6587/stat : 6587 (minisat) R 6585 6587 6338 0 -1 4194304 34790 0 0 0 112162 38 0 0 25 0 1 0 1157471579 173735936 31415 1992294400 4194304 5092341 548682068832 18446744073709551615 4249091 0 0 4096 3 0 0 0 17 1 0 0
/proc/6587/statm: 42416 31415 102 219 0 42194 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 169664

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/70 6590
/proc/meminfo: memFree=1541776/2055920 swapFree=4172412/4192956
[pid=6587] ppid=6585 vsize=170304 CPUtime=1181.98
/proc/6587/stat : 6587 (minisat) R 6585 6587 6338 0 -1 4194304 36261 0 0 0 118158 40 0 0 25 0 1 0 1157471579 174391296 32886 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/6587/statm: 42576 32886 102 219 0 42354 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 170304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 1.00 2/70 6590
/proc/meminfo: memFree=1540240/2055920 swapFree=4172412/4192956
[pid=6587] ppid=6585 vsize=170304 CPUtime=1200.07
/proc/6587/stat : 6587 (minisat) R 6585 6587 6338 0 -1 4194304 36611 0 0 0 119967 40 0 0 25 0 1 0 1157471579 174391296 33236 1992294400 4194304 5092341 548682068832 18446744073709551615 4249091 0 0 4096 3 0 0 0 17 1 0 0
/proc/6587/statm: 42576 33236 102 219 0 42354 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 170304

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.11
CPU user time (s): 1199.68
CPU system time (s): 0.430934
CPU usage (%): 99.9735
Max. virtual memory (cumulated for all children) (KiB): 170304

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

runsolver used 0.98085 second user time and 3.39748 second system time

The end

Launcher Data

Begin job on node58 at 2009-04-04 14:28:19
IDJOB=1557037
IDBENCH=70830
IDSOLVER=546
FILE ID=node58/1557037-1238848099
PBS_JOBID= 9085852
Free space on /tmp= 66556 MiB

SOLVER NAME= MiniSat 2.1 (Sat-race'08 Edition)
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-11.cnf
COMMAND LINE= HOME/minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1557037-1238848099/watcher-1557037-1238848099 -o /tmp/evaluation-result-1557037-1238848099/solver-1557037-1238848099 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/minisat HOME/instance-1557037-1238848099.cnf

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

MD5SUM BENCH= 49867705b76fc90285dd6fc48de2613c
RANDOM SEED=791123927

node58.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.222
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.222
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:       1674288 kB
Buffers:         33748 kB
Cached:         275820 kB
SwapCached:      10236 kB
Active:         115152 kB
Inactive:       206104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1674288 kB
SwapTotal:     4192956 kB
SwapFree:      4172412 kB
Dirty:            5016 kB
Writeback:           0 kB
Mapped:          17372 kB
Slab:            45828 kB
Committed_AS:  2913884 kB
PageTables:       1764 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= 66556 MiB
End job on node58 at 2009-04-04 14:48:21