Trace number 1589748

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-simp 070721? (TO) 1200.07 1200.43

General information on the benchmark

NameAPPLICATIONS/bitverif/
smulo/smulo128.cnf
MD5SUMc5685247c8f21e8da88f42049fffdb13
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 variables188473
Number of clauses564650
Sum of the clauses size1317514
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2376432
Number of clauses of size 3188216
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:  188473                                               |
0.00/0.00	|  Number of clauses:    564650                                               |
0.59/0.65	|  Parsing time:         0.57         s                                       |
3.09/3.14	============================[ Search Statistics ]==============================
3.09/3.14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.09/3.14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.09/3.14	===============================================================================
3.09/3.14	|         0 |   97667   422957  1189802 |   140985        0    nan |  0.000 % |
3.69/3.73	|       102 |   97667   422957  1189802 |   155084      102    155 |  0.001 % |
4.69/4.72	|       252 |   97667   422957  1189802 |   170592      252    204 |  0.001 % |
13.29/13.38	|       477 |   97667   422957  1189802 |   187651      477    191 |  0.001 % |
17.19/17.27	|       816 |   97667   422957  1189802 |   206417      816    277 |  0.001 % |
33.68/33.72	|      1323 |   97667   422957  1189802 |   227058     1323    264 |  0.001 % |
50.27/50.33	|      2084 |   97667   422957  1189802 |   249764     2084    237 |  0.001 % |
73.36/73.47	|      3224 |   97667   422957  1189802 |   274741     3224    229 |  0.001 % |
115.86/115.92	|      4933 |   97667   422957  1189802 |   302215     4933    218 |  0.001 % |
402.57/402.73	|      7496 |   97667   422957  1189802 |   332436     7496    334 |  0.001 % |
731.37/731.67	|     11341 |   97667   422957  1189802 |   365680    11341    315 |  0.001 % |
822.74/823.03	|     17108 |   97667   422957  1189802 |   402248    17108    253 |  0.001 % |
852.53/852.87	|     25758 |   97667   422957  1189802 |   442473    25758    211 |  0.001 % |
968.10/968.46	|     38736 |   97667   422957  1189802 |   486720    38736    305 |  0.001 % |
1108.37/1108.74	|     58197 |   97667   422957  1189802 |   535392    58197    331 |  0.001 % |

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-1589748-1239107111/watcher-1589748-1239107111 -o /tmp/evaluation-result-1589748-1239107111/solver-1589748-1239107111 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minisat_static HOME/instance-1589748-1239107111.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.97 0.98 0.99 3/64 32595
/proc/meminfo: memFree=1809184/2055920 swapFree=4178268/4192956
[pid=32595] ppid=32593 vsize=2064 CPUtime=0
/proc/32595/stat : 32595 (minisat_static) R 32593 32595 32476 0 -1 4194304 409 0 0 0 0 0 0 0 18 0 1 0 949302632 2113536 394 1992294400 134512640 135243866 4294956256 18446744073709551615 134553504 0 0 4096 3 0 0 0 17 1 0 0
/proc/32595/statm: 516 395 65 178 0 336 0

[startup+0.059074 s]
/proc/loadavg: 0.97 0.98 0.99 3/64 32595
/proc/meminfo: memFree=1809184/2055920 swapFree=4178268/4192956
[pid=32595] ppid=32593 vsize=7552 CPUtime=0.05
/proc/32595/stat : 32595 (minisat_static) R 32593 32595 32476 0 -1 4194304 1642 0 0 0 4 1 0 0 18 0 1 0 949302632 7733248 1627 1992294400 134512640 135243866 4294956256 18446744073709551615 134553644 0 0 4096 3 0 0 0 17 1 0 0
/proc/32595/statm: 1888 1627 65 178 0 1708 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7552

[startup+0.10108 s]
/proc/loadavg: 0.97 0.98 0.99 3/64 32595
/proc/meminfo: memFree=1809184/2055920 swapFree=4178268/4192956
[pid=32595] ppid=32593 vsize=11708 CPUtime=0.09
/proc/32595/stat : 32595 (minisat_static) R 32593 32595 32476 0 -1 4194304 2471 0 0 0 8 1 0 0 18 0 1 0 949302632 11988992 2456 1992294400 134512640 135243866 4294956256 18446744073709551615 134553504 0 0 4096 3 0 0 0 17 1 0 0
/proc/32595/statm: 2927 2457 65 178 0 2747 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11708

[startup+0.301109 s]
/proc/loadavg: 0.97 0.98 0.99 3/64 32595
/proc/meminfo: memFree=1809184/2055920 swapFree=4178268/4192956
[pid=32595] ppid=32593 vsize=26720 CPUtime=0.29
/proc/32595/stat : 32595 (minisat_static) R 32593 32595 32476 0 -1 4194304 6330 0 0 0 26 3 0 0 19 0 1 0 949302632 27361280 6315 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/32595/statm: 6680 6318 65 178 0 6500 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26720

[startup+0.701168 s]
/proc/loadavg: 0.97 0.98 0.99 3/64 32595
/proc/meminfo: memFree=1809184/2055920 swapFree=4178268/4192956
[pid=32595] ppid=32593 vsize=55688 CPUtime=0.69
/proc/32595/stat : 32595 (minisat_static) R 32593 32595 32476 0 -1 4194304 12923 0 0 0 62 7 0 0 22 0 1 0 949302632 57024512 12908 1992294400 134512640 135243866 4294956256 18446744073709551615 134535617 0 0 4096 3 0 0 0 17 1 0 0
/proc/32595/statm: 13922 12908 79 178 0 13742 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55688

[startup+1.50128 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 32596
/proc/meminfo: memFree=1748760/2055920 swapFree=4178268/4192956
[pid=32595] ppid=32593 vsize=79280 CPUtime=1.49
/proc/32595/stat : 32595 (minisat_static) R 32593 32595 32476 0 -1 4194304 18569 0 0 0 139 10 0 0 25 0 1 0 949302632 81182720 18554 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/32595/statm: 19820 18555 80 178 0 19640 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79280

[startup+3.10152 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 32596
/proc/meminfo: memFree=1723416/2055920 swapFree=4178268/4192956
[pid=32595] ppid=32593 vsize=94656 CPUtime=3.09
/proc/32595/stat : 32595 (minisat_static) R 32593 32595 32476 0 -1 4194304 22836 0 0 0 297 12 0 0 25 0 1 0 949302632 96927744 22636 1992294400 134512640 135243866 4294956256 18446744073709551615 134738811 0 0 4096 3 0 0 0 17 1 0 0
/proc/32595/statm: 23664 22636 80 178 0 23484 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 94656

[startup+6.30199 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 32596
/proc/meminfo: memFree=1727832/2055920 swapFree=4178268/4192956
[pid=32595] ppid=32593 vsize=83980 CPUtime=6.29
/proc/32595/stat : 32595 (minisat_static) R 32593 32595 32476 0 -1 4194304 22939 0 0 0 617 12 0 0 25 0 1 0 949302632 85995520 20281 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 1 0 0
/proc/32595/statm: 20995 20281 87 178 0 20815 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 83980

[startup+12.7029 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 32596
/proc/meminfo: memFree=1727768/2055920 swapFree=4178268/4192956
[pid=32595] ppid=32593 vsize=84260 CPUtime=12.69
/proc/32595/stat : 32595 (minisat_static) R 32593 32595 32476 0 -1 4194304 22989 0 0 0 1257 12 0 0 25 0 1 0 949302632 86282240 20331 1992294400 134512640 135243866 4294956256 18446744073709551615 134558458 0 0 4096 3 0 0 0 17 1 0 0
/proc/32595/statm: 21065 20331 87 178 0 20885 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84260

[startup+25.5018 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 32596
/proc/meminfo: memFree=1727768/2055920 swapFree=4178268/4192956
[pid=32595] ppid=32593 vsize=84260 CPUtime=25.48
/proc/32595/stat : 32595 (minisat_static) R 32593 32595 32476 0 -1 4194304 23003 0 0 0 2536 12 0 0 25 0 1 0 949302632 86282240 20345 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/32595/statm: 21065 20345 87 178 0 20885 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 84260

[startup+51.1016 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32596
/proc/meminfo: memFree=1727704/2055920 swapFree=4178268/4192956
[pid=32595] ppid=32593 vsize=84400 CPUtime=51.07
/proc/32595/stat : 32595 (minisat_static) R 32593 32595 32476 0 -1 4194304 23018 0 0 0 5095 12 0 0 25 0 1 0 949302632 86425600 20360 1992294400 134512640 135243866 4294956256 18446744073709551615 134565615 0 0 4096 3 0 0 0 17 1 0 0
/proc/32595/statm: 21100 20360 87 178 0 20920 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 84400

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32596
/proc/meminfo: memFree=1727256/2055920 swapFree=4178268/4192956
[pid=32595] ppid=32593 vsize=84928 CPUtime=102.27
/proc/32595/stat : 32595 (minisat_static) R 32593 32595 32476 0 -1 4194304 23147 0 0 0 10214 13 0 0 25 0 1 0 949302632 86966272 20489 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 1 0 0
/proc/32595/statm: 21232 20489 87 178 0 21052 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 84928

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32596
/proc/meminfo: memFree=1725400/2055920 swapFree=4178268/4192956
[pid=32595] ppid=32593 vsize=86776 CPUtime=162.24
/proc/32595/stat : 32595 (minisat_static) R 32593 32595 32476 0 -1 4194304 23596 0 0 0 16211 13 0 0 25 0 1 0 949302632 88858624 20938 1992294400 134512640 135243866 4294956256 18446744073709551615 134558500 0 0 4096 3 0 0 0 17 1 0 0
/proc/32595/statm: 21694 20938 87 178 0 21514 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 86776

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32596
/proc/meminfo: memFree=1723992/2055920 swapFree=4178268/4192956
[pid=32595] ppid=32593 vsize=88096 CPUtime=222.22
/proc/32595/stat : 32595 (minisat_static) R 32593 32595 32476 0 -1 4194304 23941 0 0 0 22209 13 0 0 25 0 1 0 949302632 90210304 21283 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 1 0 0
/proc/32595/statm: 22024 21283 87 178 0 21844 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 88096

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32596
/proc/meminfo: memFree=1723352/2055920 swapFree=4178268/4192956
[pid=32595] ppid=32593 vsize=88776 CPUtime=282.2
/proc/32595/stat : 32595 (minisat_static) R 32593 32595 32476 0 -1 4194304 24112 0 0 0 28207 13 0 0 25 0 1 0 949302632 90906624 21454 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 1 0 0
/proc/32595/statm: 22194 21454 87 178 0 22014 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 88776

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32596
/proc/meminfo: memFree=1722136/2055920 swapFree=4178268/4192956
[pid=32595] ppid=32593 vsize=90016 CPUtime=342.18
/proc/32595/stat : 32595 (minisat_static) R 32593 32595 32476 0 -1 4194304 24408 0 0 0 34205 13 0 0 25 0 1 0 949302632 92176384 21750 1992294400 134512640 135243866 4294956256 18446744073709551615 134558426 0 0 4096 3 0 0 0 17 1 0 0
/proc/32595/statm: 22504 21750 87 178 0 22324 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 90016

[startup+402.301 s]
/proc/loadavg: 1.05 1.00 1.00 2/65 32596
/proc/meminfo: memFree=1721048/2055920 swapFree=4178268/4192956
[pid=32595] ppid=32593 vsize=91056 CPUtime=402.17
/proc/32595/stat : 32595 (minisat_static) R 32593 32595 32476 0 -1 4194304 24677 0 0 0 40203 14 0 0 25 0 1 0 949302632 93241344 22019 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 1 0 0
/proc/32595/statm: 22764 22019 87 178 0 22584 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 91056

[startup+462.302 s]
/proc/loadavg: 1.02 1.00 1.00 2/65 32596
/proc/meminfo: memFree=1719768/2055920 swapFree=4178268/4192956
[pid=32595] ppid=32593 vsize=92384 CPUtime=462.16
/proc/32595/stat : 32595 (minisat_static) R 32593 32595 32476 0 -1 4194304 24990 0 0 0 46201 15 0 0 25 0 1 0 949302632 94601216 22332 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 1 0 0
/proc/32595/statm: 23096 22332 87 178 0 22916 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 92384

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32596
/proc/meminfo: memFree=1718872/2055920 swapFree=4178268/4192956
[pid=32595] ppid=32593 vsize=93176 CPUtime=522.14
/proc/32595/stat : 32595 (minisat_static) R 32593 32595 32476 0 -1 4194304 25204 0 0 0 52199 15 0 0 25 0 1 0 949302632 95412224 22546 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 1 0 0
/proc/32595/statm: 23294 22546 87 178 0 23114 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 93176

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32596
/proc/meminfo: memFree=1718104/2055920 swapFree=4178268/4192956
[pid=32595] ppid=32593 vsize=93968 CPUtime=582.11
/proc/32595/stat : 32595 (minisat_static) R 32593 32595 32476 0 -1 4194304 25387 0 0 0 58196 15 0 0 25 0 1 0 949302632 96223232 22729 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 1 0 0
/proc/32595/statm: 23492 22729 87 178 0 23312 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 93968

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32596
/proc/meminfo: memFree=1718040/2055920 swapFree=4178268/4192956
[pid=32595] ppid=32593 vsize=94104 CPUtime=642.1
/proc/32595/stat : 32595 (minisat_static) R 32593 32595 32476 0 -1 4194304 25413 0 0 0 64195 15 0 0 25 0 1 0 949302632 96362496 22755 1992294400 134512640 135243866 4294956256 18446744073709551615 134558464 0 0 4096 3 0 0 0 17 1 0 0
/proc/32595/statm: 23526 22755 87 178 0 23346 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 94104

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32596
/proc/meminfo: memFree=1717336/2055920 swapFree=4178268/4192956
[pid=32595] ppid=32593 vsize=94632 CPUtime=702.08
/proc/32595/stat : 32595 (minisat_static) R 32593 32595 32476 0 -1 4194304 25554 0 0 0 70193 15 0 0 25 0 1 0 949302632 96903168 22896 1992294400 134512640 135243866 4294956256 18446744073709551615 134558753 0 0 4096 3 0 0 0 17 1 0 0
/proc/32595/statm: 23658 22896 87 178 0 23478 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 94632

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32596
/proc/meminfo: memFree=1715544/2055920 swapFree=4178268/4192956
[pid=32595] ppid=32593 vsize=96376 CPUtime=762.07
/proc/32595/stat : 32595 (minisat_static) R 32593 32595 32476 0 -1 4194304 25996 0 0 0 76191 16 0 0 25 0 1 0 949302632 98689024 23338 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 1 0 0
/proc/32595/statm: 24094 23338 87 178 0 23914 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 96376

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32596
/proc/meminfo: memFree=1713496/2055920 swapFree=4178268/4192956
[pid=32595] ppid=32593 vsize=98360 CPUtime=822.04
/proc/32595/stat : 32595 (minisat_static) R 32593 32595 32476 0 -1 4194304 26493 0 0 0 82188 16 0 0 25 0 1 0 949302632 100720640 23835 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 1 0 0
/proc/32595/statm: 24590 23835 87 178 0 24410 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 98360

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32596
/proc/meminfo: memFree=1702488/2055920 swapFree=4178268/4192956
[pid=32595] ppid=32593 vsize=109428 CPUtime=882.03
/proc/32595/stat : 32595 (minisat_static) R 32593 32595 32476 0 -1 4194304 29259 0 0 0 88183 20 0 0 25 0 1 0 949302632 112054272 26601 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/32595/statm: 27357 26601 87 178 0 27177 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 109428

[startup+942.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32596
/proc/meminfo: memFree=1695704/2055920 swapFree=4178268/4192956
[pid=32595] ppid=32593 vsize=116644 CPUtime=942.01
/proc/32595/stat : 32595 (minisat_static) R 32593 32595 32476 0 -1 4194304 31055 0 0 0 94179 22 0 0 25 0 1 0 949302632 119443456 28397 1992294400 134512640 135243866 4294956256 18446744073709551615 134555883 0 0 4096 3 0 0 0 17 1 0 0
/proc/32595/statm: 29161 28397 87 178 0 28981 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 116644

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32596
/proc/meminfo: memFree=1678552/2055920 swapFree=4178268/4192956
[pid=32595] ppid=32593 vsize=133340 CPUtime=1001.99
/proc/32595/stat : 32595 (minisat_static) R 32593 32595 32476 0 -1 4194304 35217 0 0 0 100173 26 0 0 25 0 1 0 949302632 136540160 32559 1992294400 134512640 135243866 4294956256 18446744073709551615 134558753 0 0 4096 3 0 0 0 17 1 0 0
/proc/32595/statm: 33335 32559 87 178 0 33155 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 133340

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32596
/proc/meminfo: memFree=1667032/2055920 swapFree=4178268/4192956
[pid=32595] ppid=32593 vsize=144880 CPUtime=1061.97
/proc/32595/stat : 32595 (minisat_static) R 32593 32595 32476 0 -1 4194304 38111 0 0 0 106169 28 0 0 25 0 1 0 949302632 148357120 35453 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 1 0 0
/proc/32595/statm: 36220 35453 87 178 0 36040 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 144880

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32596
/proc/meminfo: memFree=1652568/2055920 swapFree=4178268/4192956
[pid=32595] ppid=32593 vsize=159228 CPUtime=1121.96
/proc/32595/stat : 32595 (minisat_static) R 32593 32595 32476 0 -1 4194304 41698 0 0 0 112164 32 0 0 25 0 1 0 949302632 163049472 39040 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/32595/statm: 39807 39040 87 178 0 39627 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 159228

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32598
/proc/meminfo: memFree=1649368/2055920 swapFree=4178268/4192956
[pid=32595] ppid=32593 vsize=162140 CPUtime=1181.94
/proc/32595/stat : 32595 (minisat_static) R 32593 32595 32476 0 -1 4194304 42399 0 0 0 118161 33 0 0 25 0 1 0 949302632 166031360 39741 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 1 0 0
/proc/32595/statm: 40535 39741 87 178 0 40355 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 162140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32598
/proc/meminfo: memFree=1649176/2055920 swapFree=4178268/4192956
[pid=32595] ppid=32593 vsize=162404 CPUtime=1200.03
/proc/32595/stat : 32595 (minisat_static) R 32593 32595 32476 0 -1 4194304 42481 0 0 0 119970 33 0 0 25 0 1 0 949302632 166301696 39823 1992294400 134512640 135243866 4294956256 18446744073709551615 134558721 0 0 4096 3 0 0 0 17 1 0 0
/proc/32595/statm: 40601 39823 87 178 0 40421 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 162404

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.07
CPU user time (s): 1199.71
CPU system time (s): 0.363944
CPU usage (%): 99.9699
Max. virtual memory (cumulated for all children) (KiB): 162404

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

runsolver used 0.974851 second user time and 2.47762 second system time

The end

Launcher Data

Begin job on node39 at 2009-04-07 14:25:12
IDJOB=1589748
IDBENCH=70789
IDSOLVER=568
FILE ID=node39/1589748-1239107111
PBS_JOBID= 9110806
Free space on /tmp= 66432 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT09/APPLICATIONS/bitverif/smulo/smulo128.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1589748-1239107111/watcher-1589748-1239107111 -o /tmp/evaluation-result-1589748-1239107111/solver-1589748-1239107111 -C 1200 -W 1800 -M 1800 --output-limit 1,15  minisat_static HOME/instance-1589748-1239107111.cnf

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

MD5SUM BENCH= c5685247c8f21e8da88f42049fffdb13
RANDOM SEED=1140488751

node39.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.285
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.285
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:       1809600 kB
Buffers:         14708 kB
Cached:         162840 kB
SwapCached:       8160 kB
Active:          32780 kB
Inactive:       154724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1809600 kB
SwapTotal:     4192956 kB
SwapFree:      4178268 kB
Dirty:           10720 kB
Writeback:           0 kB
Mapped:          16688 kB
Slab:            45088 kB
Committed_AS:  2966756 kB
PageTables:       1188 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= 66432 MiB
End job on node39 at 2009-04-07 14:45:14