Trace number 1797917

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.03 1200.62

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	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:  69561                                                |
0.00/0.00	|  Number of clauses:    226787                                               |
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 |   69304   226144   586057 |    75381        0    nan |  0.000 % |
0.09/0.17	|       100 |   69293   226144   586057 |    82919       89      4 |  0.392 % |
0.99/1.10	|       250 |   69267   225960   585611 |    91211      221     42 |  0.423 % |
4.89/4.94	|       475 |   69260   225923   585521 |   100332      438     36 |  0.433 % |
8.29/8.31	|       813 |   69247   225869   585389 |   110365      772     82 |  0.451 % |
10.49/10.56	|      1319 |   69238   225831   585296 |   121402     1274     80 |  0.464 % |
10.69/10.74	|      2078 |   69238   225831   585296 |   133542     2033     54 |  0.464 % |
10.99/11.06	|      3217 |   69236   225826   585284 |   146896     3170     37 |  0.467 % |
23.57/23.60	|      4925 |   69231   225803   585228 |   161586     4874     70 |  0.474 % |
42.88/42.93	|      7487 |   69225   225781   585176 |   177745     7432     78 |  0.487 % |
75.86/75.97	|     11331 |   69222   225759   585120 |   195519    11273    102 |  0.487 % |
132.03/132.15	|     17097 |   69220   225750   585097 |   215071    17037    114 |  0.490 % |
212.29/212.41	|     25746 |   69192   225617   584774 |   236578    25666    103 |  0.530 % |
330.62/330.84	|     38720 |   69184   225583   584688 |   260236    38635    119 |  0.542 % |
508.43/508.74	|     58182 |   69160   225465   584395 |   286260    58037    126 |  0.576 % |
841.57/842.08	|     87375 |   69159   225460   584383 |   314886    87229    114 |  0.578 % |

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-1797917-1242081192/watcher-1797917-1242081192 -o /tmp/evaluation-result-1797917-1242081192/solver-1797917-1242081192 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797917-1242081192.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 0.98 0.99 3/64 5253
/proc/meminfo: memFree=1927808/2055920 swapFree=4181456/4192956
[pid=5253] ppid=5251 vsize=2560 CPUtime=0
/proc/5253/stat : 5253 (minisat_static) R 5251 5253 4750 0 -1 4194304 479 0 0 0 0 0 0 0 18 0 1 0 236152200 2621440 464 1992294400 134512640 135213614 4294956256 18446744073709551615 134719431 0 0 4096 3 0 0 0 17 0 0 0
/proc/5253/statm: 640 472 58 171 0 466 0

[startup+0.0231609 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 5253
/proc/meminfo: memFree=1927808/2055920 swapFree=4181456/4192956
[pid=5253] ppid=5251 vsize=7316 CPUtime=0.01
/proc/5253/stat : 5253 (minisat_static) R 5251 5253 4750 0 -1 4194304 1392 0 0 0 1 0 0 0 18 0 1 0 236152200 7491584 1360 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 0 0 0
/proc/5253/statm: 1829 1360 58 171 0 1655 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7316

[startup+0.101172 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 5253
/proc/meminfo: memFree=1927808/2055920 swapFree=4181456/4192956
[pid=5253] ppid=5251 vsize=13808 CPUtime=0.09
/proc/5253/stat : 5253 (minisat_static) R 5251 5253 4750 0 -1 4194304 2948 0 0 0 8 1 0 0 18 0 1 0 236152200 14139392 2916 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 0 0 0
/proc/5253/statm: 3452 2917 58 171 0 3278 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13808

[startup+0.301204 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 5253
/proc/meminfo: memFree=1927808/2055920 swapFree=4181456/4192956
[pid=5253] ppid=5251 vsize=17156 CPUtime=0.29
/proc/5253/stat : 5253 (minisat_static) R 5251 5253 4750 0 -1 4194304 3756 0 0 0 28 1 0 0 20 0 1 0 236152200 17567744 3724 1992294400 134512640 135213614 4294956256 18446744073709551615 134530526 0 0 4096 3 0 0 0 17 0 0 0
/proc/5253/statm: 4289 3724 77 171 0 4115 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17156

[startup+0.701267 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 5253
/proc/meminfo: memFree=1927808/2055920 swapFree=4181456/4192956
[pid=5253] ppid=5251 vsize=17540 CPUtime=0.69
/proc/5253/stat : 5253 (minisat_static) R 5251 5253 4750 0 -1 4194304 3843 0 0 0 68 1 0 0 23 0 1 0 236152200 17960960 3811 1992294400 134512640 135213614 4294956256 18446744073709551615 134535856 0 0 4096 3 0 0 0 17 0 0 0
/proc/5253/statm: 4385 3811 77 171 0 4211 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17540

[startup+1.5014 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 5254
/proc/meminfo: memFree=1912696/2055920 swapFree=4181456/4192956
[pid=5253] ppid=5251 vsize=17672 CPUtime=1.49
/proc/5253/stat : 5253 (minisat_static) R 5251 5253 4750 0 -1 4194304 3895 0 0 0 148 1 0 0 25 0 1 0 236152200 18096128 3863 1992294400 134512640 135213614 4294956256 18446744073709551615 134526925 0 0 4096 3 0 0 0 17 0 0 0
/proc/5253/statm: 4418 3863 77 171 0 4244 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17672

[startup+3.10165 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 5254
/proc/meminfo: memFree=1912440/2055920 swapFree=4181456/4192956
[pid=5253] ppid=5251 vsize=17672 CPUtime=3.09
/proc/5253/stat : 5253 (minisat_static) R 5251 5253 4750 0 -1 4194304 3900 0 0 0 308 1 0 0 25 0 1 0 236152200 18096128 3868 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 0 0 0
/proc/5253/statm: 4418 3868 77 171 0 4244 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17672

[startup+6.30116 s]
/proc/loadavg: 1.07 1.00 1.00 2/65 5254
/proc/meminfo: memFree=1912376/2055920 swapFree=4181456/4192956
[pid=5253] ppid=5251 vsize=17804 CPUtime=6.29
/proc/5253/stat : 5253 (minisat_static) R 5251 5253 4750 0 -1 4194304 3919 0 0 0 627 2 0 0 25 0 1 0 236152200 18231296 3887 1992294400 134512640 135213614 4294956256 18446744073709551615 134526755 0 0 4096 3 0 0 0 17 0 0 0
/proc/5253/statm: 4451 3887 77 171 0 4277 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17804

[startup+12.7022 s]
/proc/loadavg: 1.07 1.00 1.00 2/65 5254
/proc/meminfo: memFree=1911800/2055920 swapFree=4181456/4192956
[pid=5253] ppid=5251 vsize=18332 CPUtime=12.69
/proc/5253/stat : 5253 (minisat_static) R 5251 5253 4750 0 -1 4194304 4050 0 0 0 1267 2 0 0 25 0 1 0 236152200 18771968 4018 1992294400 134512640 135213614 4294956256 18446744073709551615 134526789 0 0 4096 3 0 0 0 17 1 0 0
/proc/5253/statm: 4583 4018 78 171 0 4409 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 18332

[startup+25.5012 s]
/proc/loadavg: 1.05 1.00 1.00 2/65 5254
/proc/meminfo: memFree=1910968/2055920 swapFree=4181456/4192956
[pid=5253] ppid=5251 vsize=19256 CPUtime=25.47
/proc/5253/stat : 5253 (minisat_static) R 5251 5253 4750 0 -1 4194304 4277 0 0 0 2545 2 0 0 25 0 1 0 236152200 19718144 4245 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/5253/statm: 4814 4245 78 171 0 4640 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 19256

[startup+51.1013 s]
/proc/loadavg: 1.03 1.00 1.00 2/65 5254
/proc/meminfo: memFree=1909624/2055920 swapFree=4181456/4192956
[pid=5253] ppid=5251 vsize=20708 CPUtime=51.07
/proc/5253/stat : 5253 (minisat_static) R 5251 5253 4750 0 -1 4194304 4651 0 0 0 5104 3 0 0 25 0 1 0 236152200 21204992 4619 1992294400 134512640 135213614 4294956256 18446744073709551615 134537528 0 0 4096 3 0 0 0 17 0 0 0
/proc/5253/statm: 5177 4619 78 171 0 5003 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 20708

[startup+102.305 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 5254
/proc/meminfo: memFree=1906104/2055920 swapFree=4181456/4192956
[pid=5253] ppid=5251 vsize=24140 CPUtime=102.25
/proc/5253/stat : 5253 (minisat_static) R 5251 5253 4750 0 -1 4194304 5493 0 0 0 10221 4 0 0 25 0 1 0 236152200 24719360 5461 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/5253/statm: 6035 5461 78 171 0 5861 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 24140

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5254
/proc/meminfo: memFree=1903480/2055920 swapFree=4181456/4192956
[pid=5253] ppid=5251 vsize=26648 CPUtime=162.21
/proc/5253/stat : 5253 (minisat_static) R 5251 5253 4750 0 -1 4194304 6140 0 0 0 16216 5 0 0 25 0 1 0 236152200 27287552 6108 1992294400 134512640 135213614 4294956256 18446744073709551615 134535853 0 0 4096 3 0 0 0 17 0 0 0
/proc/5253/statm: 6662 6108 78 171 0 6488 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 26648

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5254
/proc/meminfo: memFree=1900472/2055920 swapFree=4181456/4192956
[pid=5253] ppid=5251 vsize=29552 CPUtime=222.19
/proc/5253/stat : 5253 (minisat_static) R 5251 5253 4750 0 -1 4194304 6875 0 0 0 22213 6 0 0 25 0 1 0 236152200 30261248 6843 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 0 0 0
/proc/5253/statm: 7388 6843 78 171 0 7214 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 29552

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5254
/proc/meminfo: memFree=1896056/2055920 swapFree=4181456/4192956
[pid=5253] ppid=5251 vsize=34080 CPUtime=282.14
/proc/5253/stat : 5253 (minisat_static) R 5251 5253 4750 0 -1 4194304 7993 0 0 0 28207 7 0 0 25 0 1 0 236152200 34897920 7961 1992294400 134512640 135213614 4294956256 18446744073709551615 134526985 0 0 4096 3 0 0 0 17 0 0 0
/proc/5253/statm: 8520 7961 78 171 0 8346 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 34080

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5254
/proc/meminfo: memFree=1892024/2055920 swapFree=4181456/4192956
[pid=5253] ppid=5251 vsize=38040 CPUtime=342.13
/proc/5253/stat : 5253 (minisat_static) R 5251 5253 4750 0 -1 4194304 8971 0 0 0 34204 9 0 0 25 0 1 0 236152200 38952960 8939 1992294400 134512640 135213614 4294956256 18446744073709551615 134536745 0 0 4096 3 0 0 0 17 0 0 0
/proc/5253/statm: 9510 8939 78 171 0 9336 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 38040

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5254
/proc/meminfo: memFree=1888440/2055920 swapFree=4181456/4192956
[pid=5253] ppid=5251 vsize=41552 CPUtime=402.09
/proc/5253/stat : 5253 (minisat_static) R 5251 5253 4750 0 -1 4194304 9862 0 0 0 40199 10 0 0 25 0 1 0 236152200 42549248 9830 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 0 0 0
/proc/5253/statm: 10388 9830 78 171 0 10214 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 41552

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5256
/proc/meminfo: memFree=1884152/2055920 swapFree=4181456/4192956
[pid=5253] ppid=5251 vsize=45776 CPUtime=462.06
/proc/5253/stat : 5253 (minisat_static) R 5251 5253 4750 0 -1 4194304 10893 0 0 0 46195 11 0 0 25 0 1 0 236152200 46874624 10861 1992294400 134512640 135213614 4294956256 18446744073709551615 134535853 0 0 4096 3 0 0 0 17 0 0 0
/proc/5253/statm: 11444 10861 78 171 0 11270 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 45776

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5256
/proc/meminfo: memFree=1880760/2055920 swapFree=4181456/4192956
[pid=5253] ppid=5251 vsize=49088 CPUtime=522.03
/proc/5253/stat : 5253 (minisat_static) R 5251 5253 4750 0 -1 4194304 11754 0 0 0 52191 12 0 0 25 0 1 0 236152200 50266112 11722 1992294400 134512640 135213614 4294956256 18446744073709551615 134526942 0 0 4096 3 0 0 0 17 0 0 0
/proc/5253/statm: 12272 11722 78 171 0 12098 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 49088

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5256
/proc/meminfo: memFree=1878200/2055920 swapFree=4181456/4192956
[pid=5253] ppid=5251 vsize=51760 CPUtime=582.01
/proc/5253/stat : 5253 (minisat_static) R 5251 5253 4750 0 -1 4194304 12385 0 0 0 58188 13 0 0 25 0 1 0 236152200 53002240 12353 1992294400 134512640 135213614 4294956256 18446744073709551615 134526691 0 0 4096 3 0 0 0 17 0 0 0
/proc/5253/statm: 12940 12353 78 171 0 12766 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 51760

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5256
/proc/meminfo: memFree=1877432/2055920 swapFree=4181456/4192956
[pid=5253] ppid=5251 vsize=52564 CPUtime=641.98
/proc/5253/stat : 5253 (minisat_static) R 5251 5253 4750 0 -1 4194304 12573 0 0 0 64185 13 0 0 25 0 1 0 236152200 53825536 12541 1992294400 134512640 135213614 4294956256 18446744073709551615 134536231 0 0 4096 3 0 0 0 17 0 0 0
/proc/5253/statm: 13141 12541 78 171 0 12967 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 52564

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5256
/proc/meminfo: memFree=1876280/2055920 swapFree=4181456/4192956
[pid=5253] ppid=5251 vsize=53628 CPUtime=701.94
/proc/5253/stat : 5253 (minisat_static) R 5251 5253 4750 0 -1 4194304 12852 0 0 0 70181 13 0 0 25 0 1 0 236152200 54915072 12820 1992294400 134512640 135213614 4294956256 18446744073709551615 134536233 0 0 4096 3 0 0 0 17 0 0 0
/proc/5253/statm: 13407 12820 78 171 0 13233 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 53628

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5256
/proc/meminfo: memFree=1874104/2055920 swapFree=4181456/4192956
[pid=5253] ppid=5251 vsize=55744 CPUtime=761.91
/proc/5253/stat : 5253 (minisat_static) R 5251 5253 4750 0 -1 4194304 13385 0 0 0 76178 13 0 0 25 0 1 0 236152200 57081856 13353 1992294400 134512640 135213614 4294956256 18446744073709551615 134536581 0 0 4096 3 0 0 0 17 0 0 0
/proc/5253/statm: 13936 13353 78 171 0 13762 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 55744

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5256
/proc/meminfo: memFree=1870200/2055920 swapFree=4181456/4192956
[pid=5253] ppid=5251 vsize=59604 CPUtime=821.88
/proc/5253/stat : 5253 (minisat_static) R 5251 5253 4750 0 -1 4194304 14353 0 0 0 82174 14 0 0 25 0 1 0 236152200 61034496 14321 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/5253/statm: 14901 14321 78 171 0 14727 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 59604

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5256
/proc/meminfo: memFree=1866936/2055920 swapFree=4181456/4192956
[pid=5253] ppid=5251 vsize=62780 CPUtime=881.85
/proc/5253/stat : 5253 (minisat_static) R 5251 5253 4750 0 -1 4194304 15163 0 0 0 88170 15 0 0 25 0 1 0 236152200 64286720 15131 1992294400 134512640 135213614 4294956256 18446744073709551615 134527171 0 0 4096 3 0 0 0 17 0 0 0
/proc/5253/statm: 15695 15131 78 171 0 15521 0
Current children cumulated CPU time (s) 881.85
Current children cumulated vsize (KiB) 62780

[startup+942.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5256
/proc/meminfo: memFree=1865528/2055920 swapFree=4181456/4192956
[pid=5253] ppid=5251 vsize=64304 CPUtime=941.82
/proc/5253/stat : 5253 (minisat_static) R 5251 5253 4750 0 -1 4194304 15507 0 0 0 94167 15 0 0 25 0 1 0 236152200 65847296 15475 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/5253/statm: 16076 15475 78 171 0 15902 0
Current children cumulated CPU time (s) 941.82
Current children cumulated vsize (KiB) 64304

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5256
/proc/meminfo: memFree=1863544/2055920 swapFree=4181456/4192956
[pid=5253] ppid=5251 vsize=66288 CPUtime=1001.79
/proc/5253/stat : 5253 (minisat_static) R 5251 5253 4750 0 -1 4194304 16007 0 0 0 100163 16 0 0 25 0 1 0 236152200 67878912 15975 1992294400 134512640 135213614 4294956256 18446744073709551615 134526808 0 0 4096 3 0 0 0 17 0 0 0
/proc/5253/statm: 16572 15975 78 171 0 16398 0
Current children cumulated CPU time (s) 1001.79
Current children cumulated vsize (KiB) 66288

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5256
/proc/meminfo: memFree=1860408/2055920 swapFree=4181456/4192956
[pid=5253] ppid=5251 vsize=69488 CPUtime=1061.76
/proc/5253/stat : 5253 (minisat_static) R 5251 5253 4750 0 -1 4194304 16787 0 0 0 106158 18 0 0 25 0 1 0 236152200 71155712 16755 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 0 0 0
/proc/5253/statm: 17372 16755 78 171 0 17198 0
Current children cumulated CPU time (s) 1061.76
Current children cumulated vsize (KiB) 69488

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5256
/proc/meminfo: memFree=1859832/2055920 swapFree=4181456/4192956
[pid=5253] ppid=5251 vsize=69944 CPUtime=1121.73
/proc/5253/stat : 5253 (minisat_static) R 5251 5253 4750 0 -1 4194304 16926 0 0 0 112155 18 0 0 25 0 1 0 236152200 71622656 16894 1992294400 134512640 135213614 4294956256 18446744073709551615 134526752 0 0 4096 3 0 0 0 17 0 0 0
/proc/5253/statm: 17486 16894 78 171 0 17312 0
Current children cumulated CPU time (s) 1121.73
Current children cumulated vsize (KiB) 69944

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5256
/proc/meminfo: memFree=1858104/2055920 swapFree=4181456/4192956
[pid=5253] ppid=5251 vsize=71664 CPUtime=1181.71
/proc/5253/stat : 5253 (minisat_static) R 5251 5253 4750 0 -1 4194304 17334 0 0 0 118153 18 0 0 25 0 1 0 236152200 73383936 17302 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/5253/statm: 17916 17302 78 171 0 17742 0
Current children cumulated CPU time (s) 1181.71
Current children cumulated vsize (KiB) 71664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5256
/proc/meminfo: memFree=1857912/2055920 swapFree=4181456/4192956
[pid=5253] ppid=5251 vsize=71820 CPUtime=1200.01
/proc/5253/stat : 5253 (minisat_static) R 5251 5253 4750 0 -1 4194304 17376 0 0 0 119983 18 0 0 25 0 1 0 236152200 73543680 17344 1992294400 134512640 135213614 4294956256 18446744073709551615 134536669 0 0 4096 3 0 0 0 17 0 0 0
/proc/5253/statm: 17955 17344 78 171 0 17781 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 71820

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.62
CPU time (s): 1200.03
CPU user time (s): 1199.83
CPU system time (s): 0.198969
CPU usage (%): 99.951
Max. virtual memory (cumulated for all children) (KiB): 71820

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

runsolver used 1.39479 second user time and 2.98055 second system time

The end

Launcher Data

Begin job on node26 at 2009-05-12 00:33:12
IDJOB=1797917
IDBENCH=70830
IDSOLVER=651
FILE ID=node26/1797917-1242081192
PBS_JOBID= 9277663
Free space on /tmp= 66124 MiB

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

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

MD5SUM BENCH= 49867705b76fc90285dd6fc48de2613c
RANDOM SEED=469065401

node26.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.261
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.261
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:       1928224 kB
Buffers:          4396 kB
Cached:          46284 kB
SwapCached:       5352 kB
Active:          17984 kB
Inactive:        40572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1928224 kB
SwapTotal:     4192956 kB
SwapFree:      4181456 kB
Dirty:            5104 kB
Writeback:           0 kB
Mapped:          13576 kB
Slab:            55168 kB
Committed_AS:   785660 kB
PageTables:       1368 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= 66124 MiB
End job on node26 at 2009-05-12 00:53:15