Trace number 428429

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, and are wall clock time (not CPU 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
minimarch 2007-04-26 (fixed)? (TO) 1200.13 1200.65

General information on the benchmark

Nameindustrial/
crypto/mizh-md5-47-5.cnf
MD5SUM361a244b850a858ed2e51ec140de6356
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark110.43
Satisfiable
(Un)Satisfiability was proved
Number of variables65604
Number of clauses273520
Sum of the clauses size814946
Maximum clause length4
Minimum clause length1
Number of clauses of size 1199
Number of clauses of size 2118258
Number of clauses of size 342021
Number of clauses of size 4113042
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	This is MiniMarch 1.1, a modified version of 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:  65604                                                |
0.00/0.00	|  Number of clauses:    273520                                               |
0.79/0.83	|  Parsing time:         0.81         s                                       |
3.99/4.03	============================[ Search Statistics ]==============================
3.99/4.03	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.99/4.03	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.99/4.03	===============================================================================
3.99/4.03	|         0 |   26152   153895   520968 |    51298        0    nan |  0.000 % |
3.99/4.03	|       100 |   26152   153895   520968 |    56428      100      3 |  8.166 % |
3.99/4.04	|       250 |   26152   153895   520968 |    62070      250      4 |  8.166 % |
3.99/4.05	|       475 |   26152   153895   520968 |    68278      475      4 |  8.166 % |
3.99/4.06	|       812 |   26152   153895   520968 |    75105      812      4 |  8.166 % |
4.09/4.10	|      1318 |   26152   153895   520968 |    82616     1318      4 |  8.166 % |
4.09/4.14	|      2077 |   26152   153895   520968 |    90878     2077      6 |  8.166 % |
4.19/4.22	|      3216 |   26152   153895   520968 |    99965     3216      6 |  8.166 % |
4.30/4.33	|      4925 |   26152   153895   520968 |   109962     4925      7 |  8.166 % |
4.59/4.68	|      7487 |   26152   153895   520968 |   120958     7487      6 |  8.166 % |
5.09/5.13	|     11332 |   26152   153895   520968 |   133054    11332      6 |  8.166 % |
5.89/5.93	|     17098 |   26152   153895   520968 |   146360    17098      7 |  8.166 % |
7.59/7.63	|     25748 |   26152   153895   520968 |   160996    25748      7 |  8.166 % |
9.49/9.54	|     38722 |   26152   153895   520968 |   177095    38722      8 |  8.166 % |
12.79/12.85	|     58184 |   26152   153895   520968 |   194805    58184      8 |  8.166 % |
18.39/18.46	|     87377 |   26152   153895   520968 |   214285    87377      9 |  8.166 % |
27.18/27.27	|    131166 |   26137   153840   520786 |   235714   131057     10 |  8.189 % |
42.87/42.97	|    196850 |   26084   153213   518749 |   259285   182668     10 |  8.269 % |
74.67/74.71	|    295377 |   24928   145435   493869 |   285214   228614     11 | 10.091 % |
177.23/177.35	|    443166 |   24271   140779   478397 |   313735   103375     35 | 11.033 % |
1086.20/1086.74	|    664850 |   24239   140565   477671 |   345109   324593    199 | 11.082 % |

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node39/watcher-428429-1177725212 -o ROOT/results/node39/solver-428429-1177725212 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/428429-1177725212/minimarch_fixed /tmp/evaluation/428429-1177725212/instance-428429-1177725212.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): 2400 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: 1.00 1.00 1.00 3/77 25599
/proc/meminfo: memFree=1622792/2055920 swapFree=4159396/4192956
[pid=25599] ppid=25597 vsize=2000 CPUtime=0
/proc/25599/stat : 25599 (minimarch_fixed) R 25597 25599 24756 0 -1 4194304 395 0 0 0 0 0 0 0 18 0 1 0 220433307 2048000 380 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 500 385 51 132 0 365 0

[startup+0.062093 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 25599
/proc/meminfo: memFree=1622792/2055920 swapFree=4159396/4192956
[pid=25599] ppid=25597 vsize=6604 CPUtime=0.05
/proc/25599/stat : 25599 (minimarch_fixed) R 25597 25599 24756 0 -1 4194304 1461 0 0 0 5 0 0 0 18 0 1 0 220433307 6762496 1446 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 1651 1446 51 132 0 1516 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 6604

[startup+0.102099 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 25599
/proc/meminfo: memFree=1622792/2055920 swapFree=4159396/4192956
[pid=25599] ppid=25597 vsize=9184 CPUtime=0.09
/proc/25599/stat : 25599 (minimarch_fixed) R 25597 25599 24756 0 -1 4194304 2095 0 0 0 9 0 0 0 18 0 1 0 220433307 9404416 2080 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 2296 2081 51 132 0 2161 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9184

[startup+0.302143 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 25599
/proc/meminfo: memFree=1622792/2055920 swapFree=4159396/4192956
[pid=25599] ppid=25597 vsize=22668 CPUtime=0.29
/proc/25599/stat : 25599 (minimarch_fixed) R 25597 25599 24756 0 -1 4194304 5190 0 0 0 27 2 0 0 19 0 1 0 220433307 23212032 5175 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 5667 5175 51 132 0 5532 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22668

[startup+0.7012 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 25599
/proc/meminfo: memFree=1622792/2055920 swapFree=4159396/4192956
[pid=25599] ppid=25597 vsize=27076 CPUtime=0.69
/proc/25599/stat : 25599 (minimarch_fixed) R 25597 25599 24756 0 -1 4194304 6160 0 0 0 67 2 0 0 22 0 1 0 220433307 27725824 6145 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523361 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 6769 6145 51 132 0 6634 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27076

[startup+1.50134 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25600
/proc/meminfo: memFree=1598080/2055920 swapFree=4159396/4192956
[pid=25599] ppid=25597 vsize=27336 CPUtime=1.49
/proc/25599/stat : 25599 (minimarch_fixed) R 25597 25599 24756 0 -1 4194304 6216 0 0 0 147 2 0 0 25 0 1 0 220433307 27992064 6201 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134529042 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 6834 6201 63 132 0 6699 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27336

[startup+3.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25600
/proc/meminfo: memFree=1597952/2055920 swapFree=4159396/4192956
[pid=25599] ppid=25597 vsize=36868 CPUtime=3.09
/proc/25599/stat : 25599 (minimarch_fixed) R 25597 25599 24756 0 -1 4194304 8531 0 0 0 305 4 0 0 25 0 1 0 220433307 37752832 8516 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 9217 8516 63 132 0 9082 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36868

[startup+6.30115 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25600
/proc/meminfo: memFree=1588800/2055920 swapFree=4159396/4192956
[pid=25599] ppid=25597 vsize=35524 CPUtime=6.29
/proc/25599/stat : 25599 (minimarch_fixed) R 25597 25599 24756 0 -1 4194304 9910 0 0 0 624 5 0 0 25 0 1 0 220433307 36376576 8406 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551218 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 8881 8406 68 132 0 8746 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35524

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25600
/proc/meminfo: memFree=1588800/2055920 swapFree=4159396/4192956
[pid=25599] ppid=25597 vsize=35768 CPUtime=12.69
/proc/25599/stat : 25599 (minimarch_fixed) R 25597 25599 24756 0 -1 4194304 9967 0 0 0 1264 5 0 0 25 0 1 0 220433307 36626432 8463 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551692 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 8942 8463 68 132 0 8807 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 35768

[startup+25.5024 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25600
/proc/meminfo: memFree=1588224/2055920 swapFree=4159396/4192956
[pid=25599] ppid=25597 vsize=36464 CPUtime=25.48
/proc/25599/stat : 25599 (minimarch_fixed) R 25597 25599 24756 0 -1 4194304 10120 0 0 0 2543 5 0 0 25 0 1 0 220433307 37339136 8616 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 9116 8616 68 132 0 8981 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 36464

[startup+51.1027 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25600
/proc/meminfo: memFree=1583040/2055920 swapFree=4159396/4192956
[pid=25599] ppid=25597 vsize=42020 CPUtime=51.07
/proc/25599/stat : 25599 (minimarch_fixed) R 25597 25599 24756 0 -1 4194304 11423 0 0 0 5100 7 0 0 25 0 1 0 220433307 43028480 9919 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134557549 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 10505 9919 68 132 0 10370 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 42020

[startup+102.304 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25600
/proc/meminfo: memFree=1576704/2055920 swapFree=4159396/4192956
[pid=25599] ppid=25597 vsize=48256 CPUtime=102.25
/proc/25599/stat : 25599 (minimarch_fixed) R 25597 25599 24756 0 -1 4194304 12993 0 0 0 10216 9 0 0 25 0 1 0 220433307 49414144 11489 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134556535 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 12064 11489 68 132 0 11929 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 48256

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25600
/proc/meminfo: memFree=1570624/2055920 swapFree=4159396/4192956
[pid=25599] ppid=25597 vsize=54064 CPUtime=162.23
/proc/25599/stat : 25599 (minimarch_fixed) R 25597 25599 24756 0 -1 4194304 14506 0 0 0 16212 11 0 0 25 0 1 0 220433307 55361536 13002 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134557319 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 13516 13002 68 132 0 13381 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 54064

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25600
/proc/meminfo: memFree=1559040/2055920 swapFree=4159396/4192956
[pid=25599] ppid=25597 vsize=65696 CPUtime=222.21
/proc/25599/stat : 25599 (minimarch_fixed) R 25597 25599 24756 0 -1 4194304 17399 0 0 0 22207 14 0 0 25 0 1 0 220433307 67272704 15895 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 16424 15895 68 132 0 16289 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 65696

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25600
/proc/meminfo: memFree=1542016/2055920 swapFree=4159396/4192956
[pid=25599] ppid=25597 vsize=82872 CPUtime=282.2
/proc/25599/stat : 25599 (minimarch_fixed) R 25597 25599 24756 0 -1 4194304 21706 0 0 0 28201 19 0 0 25 0 1 0 220433307 84860928 20202 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 20718 20202 68 132 0 20583 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 82872

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25600
/proc/meminfo: memFree=1523904/2055920 swapFree=4159396/4192956
[pid=25599] ppid=25597 vsize=100720 CPUtime=342.18
/proc/25599/stat : 25599 (minimarch_fixed) R 25597 25599 24756 0 -1 4194304 26171 0 0 0 34195 23 0 0 25 0 1 0 220433307 103137280 24667 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 25180 24667 68 132 0 25045 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 100720

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25600
/proc/meminfo: memFree=1507264/2055920 swapFree=4159396/4192956
[pid=25599] ppid=25597 vsize=117500 CPUtime=402.16
/proc/25599/stat : 25599 (minimarch_fixed) R 25597 25599 24756 0 -1 4194304 30353 0 0 0 40188 28 0 0 25 0 1 0 220433307 120320000 28849 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134557319 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 29375 28849 68 132 0 29240 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 117500

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 25682
/proc/meminfo: memFree=1489416/2055920 swapFree=4159396/4192956
[pid=25599] ppid=25597 vsize=134136 CPUtime=462.11
/proc/25599/stat : 25599 (minimarch_fixed) R 25597 25599 24756 0 -1 4194304 34515 0 0 0 46179 32 0 0 25 0 1 0 220433307 137355264 33011 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 33534 33011 68 132 0 33399 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 134136

[startup+522.301 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 26294
/proc/meminfo: memFree=1474168/2055920 swapFree=4159396/4192956
[pid=25599] ppid=25597 vsize=149988 CPUtime=521.99
/proc/25599/stat : 25599 (minimarch_fixed) R 25597 25599 24756 0 -1 4194304 38487 0 0 0 52160 39 0 0 25 0 1 0 220433307 153587712 36983 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 37497 36983 68 132 0 37362 0
Current children cumulated CPU time (s) 521.99
Current children cumulated vsize (KiB) 149988

[startup+582.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 26294
/proc/meminfo: memFree=1457024/2055920 swapFree=4159396/4192956
[pid=25599] ppid=25597 vsize=167164 CPUtime=581.97
/proc/25599/stat : 25599 (minimarch_fixed) R 25597 25599 24756 0 -1 4194304 42768 0 0 0 58154 43 0 0 25 0 1 0 220433307 171175936 41264 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 41791 41264 68 132 0 41656 0
Current children cumulated CPU time (s) 581.97
Current children cumulated vsize (KiB) 167164

[startup+642.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 26294
/proc/meminfo: memFree=1442624/2055920 swapFree=4159396/4192956
[pid=25599] ppid=25597 vsize=181428 CPUtime=641.95
/proc/25599/stat : 25599 (minimarch_fixed) R 25597 25599 24756 0 -1 4194304 46348 0 0 0 64147 48 0 0 25 0 1 0 220433307 185782272 44844 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551750 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 45357 44844 68 132 0 45222 0
Current children cumulated CPU time (s) 641.95
Current children cumulated vsize (KiB) 181428

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26294
/proc/meminfo: memFree=1427712/2055920 swapFree=4159396/4192956
[pid=25599] ppid=25597 vsize=196484 CPUtime=701.92
/proc/25599/stat : 25599 (minimarch_fixed) R 25597 25599 24756 0 -1 4194304 50095 0 0 0 70140 52 0 0 25 0 1 0 220433307 201199616 48591 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 49121 48591 68 132 0 48986 0
Current children cumulated CPU time (s) 701.92
Current children cumulated vsize (KiB) 196484

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26294
/proc/meminfo: memFree=1412800/2055920 swapFree=4159396/4192956
[pid=25599] ppid=25597 vsize=211140 CPUtime=761.91
/proc/25599/stat : 25599 (minimarch_fixed) R 25597 25599 24756 0 -1 4194304 53783 0 0 0 76135 56 0 0 25 0 1 0 220433307 216207360 52279 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551759 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 52785 52279 68 132 0 52650 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 211140

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26294
/proc/meminfo: memFree=1397760/2055920 swapFree=4159396/4192956
[pid=25599] ppid=25597 vsize=226336 CPUtime=821.89
/proc/25599/stat : 25599 (minimarch_fixed) R 25597 25599 24756 0 -1 4194304 57583 0 0 0 82128 61 0 0 25 0 1 0 220433307 231768064 56079 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 56584 56079 68 132 0 56449 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 226336

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26294
/proc/meminfo: memFree=1383488/2055920 swapFree=4159396/4192956
[pid=25599] ppid=25597 vsize=240504 CPUtime=881.87
/proc/25599/stat : 25599 (minimarch_fixed) R 25597 25599 24756 0 -1 4194304 61115 0 0 0 88121 66 0 0 25 0 1 0 220433307 246276096 59611 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 60126 59611 68 132 0 59991 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 240504

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26294
/proc/meminfo: memFree=1368000/2055920 swapFree=4159396/4192956
[pid=25599] ppid=25597 vsize=256096 CPUtime=941.85
/proc/25599/stat : 25599 (minimarch_fixed) R 25597 25599 24756 0 -1 4194304 65024 0 0 0 94115 70 0 0 25 0 1 0 220433307 262242304 63520 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 64024 63520 68 132 0 63889 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 256096

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26294
/proc/meminfo: memFree=1350784/2055920 swapFree=4159396/4192956
[pid=25599] ppid=25597 vsize=273888 CPUtime=1001.83
/proc/25599/stat : 25599 (minimarch_fixed) R 25597 25599 24756 0 -1 4194304 69304 0 0 0 100109 74 0 0 25 0 1 0 220433307 280461312 67800 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 68472 67800 68 132 0 68337 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 273888

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26294
/proc/meminfo: memFree=1336128/2055920 swapFree=4159396/4192956
[pid=25599] ppid=25597 vsize=288428 CPUtime=1061.81
/proc/25599/stat : 25599 (minimarch_fixed) R 25597 25599 24756 0 -1 4194304 72967 0 0 0 106102 79 0 0 25 0 1 0 220433307 295350272 71463 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551719 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 72107 71463 68 132 0 71972 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 288428

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26294
/proc/meminfo: memFree=1323904/2055920 swapFree=4159396/4192956
[pid=25599] ppid=25597 vsize=300476 CPUtime=1121.79
/proc/25599/stat : 25599 (minimarch_fixed) R 25597 25599 24756 0 -1 4194304 75980 0 0 0 112097 82 0 0 25 0 1 0 220433307 307687424 74476 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 75119 74476 68 132 0 74984 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 300476

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26294
/proc/meminfo: memFree=1316480/2055920 swapFree=4159396/4192956
[pid=25599] ppid=25597 vsize=307744 CPUtime=1181.78
/proc/25599/stat : 25599 (minimarch_fixed) R 25597 25599 24756 0 -1 4194304 77826 0 0 0 118093 85 0 0 25 0 1 0 220433307 315129856 76322 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 76936 76322 68 132 0 76801 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 307744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26294
/proc/meminfo: memFree=1316480/2055920 swapFree=4159396/4192956
[pid=25599] ppid=25597 vsize=307744 CPUtime=1200.07
/proc/25599/stat : 25599 (minimarch_fixed) R 25597 25599 24756 0 -1 4194304 77826 0 0 0 119922 85 0 0 25 0 1 0 220433307 315129856 76322 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134552500 0 0 4096 3 0 0 0 17 1 0 0
/proc/25599/statm: 76936 76322 68 132 0 76801 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 307744

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.65
CPU time (s): 1200.13
CPU user time (s): 1199.23
CPU system time (s): 0.899863
CPU usage (%): 99.9563
Max. virtual memory (cumulated for all children) (KiB): 307744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.23
system time used= 0.899863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77826
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= 6
involuntary context switches= 3177

runsolver used 0.957854 second user time and 2.66759 second system time

The end

Launcher Data (download as text)

Begin job on node39 on Sat Apr 28 01:53:33 UTC 2007

IDJOB= 428429
IDBENCH= 20484
IDSOLVER= 198
FILE ID= node39/428429-1177725212

PBS_JOBID= 4715365

Free space on /tmp= 66527 MiB

SOLVER NAME= minimarch 2007-04-26 (fixed)
BENCH NAME= HOME/pub/bench/SAT07/industrial/crypto/mizh-md5-47-5.cnf
COMMAND LINE= /tmp/evaluation/428429-1177725212/minimarch_fixed /tmp/evaluation/428429-1177725212/instance-428429-1177725212.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-428429-1177725212 -o ROOT/results/node39/solver-428429-1177725212 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/428429-1177725212/minimarch_fixed /tmp/evaluation/428429-1177725212/instance-428429-1177725212.cnf

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  361a244b850a858ed2e51ec140de6356

RANDOM SEED= 67462591

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node39.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.256
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.256
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:       1623136 kB
Buffers:         48516 kB
Cached:         291236 kB
SwapCached:      13984 kB
Active:         206708 kB
Inactive:       157340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1623136 kB
SwapTotal:     4192956 kB
SwapFree:      4159396 kB
Dirty:            8236 kB
Writeback:           0 kB
Mapped:          31200 kB
Slab:            53996 kB
Committed_AS:  2074176 kB
PageTables:       2012 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= 66532 MiB

End job on node39 on Sat Apr 28 02:13:35 UTC 2007