Trace number 1806450

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
IUT_BMB_SIM 1.0? (TO) 1200.1 1200.51

General information on the benchmark

Namecrafted/Difficult/contest05/others/
pmg-14-UNSAT.sat05-3942.reshuffled-07.cnf
MD5SUM5d5a2534629561aec3a6f7f6c6034d03
Bench CategoryCRAFTED (crafted 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 variables577
Number of clauses1922
Sum of the clauses size5764
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 31920
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 IUT_BMB_SIM version 1.0
0.00/0.02	This is MiniSat 2.0 beta
0.00/0.02	WARNING: for repeatability, setting FPU to use double precision
0.00/0.02	============================[ Problem Statistics ]=============================
0.00/0.02	|                                                                             |
0.00/0.02	|  Number of variables:  577                                                  |
0.00/0.02	|  Number of clauses:    1922                                                 |
0.00/0.02	|  Parsing time:         0.00         s                                       |
0.00/0.02	============================[ Search Statistics ]==============================
0.00/0.02	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.02	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.02	===============================================================================
0.00/0.02	|         0 |     577     1920     5760 |      640        0    nan |  0.000 % |
0.00/0.02	|       101 |     577     1920     5760 |      704      101      2 |  0.000 % |
0.00/0.03	|       251 |     577     1920     5760 |      774      251      2 |  0.002 % |
0.00/0.04	|       476 |     577     1920     5760 |      851      476      3 |  0.002 % |
0.00/0.05	|       814 |     577     1920     5760 |      937      814     13 |  0.000 % |
0.00/0.08	|      1320 |     577     1920     5760 |     1030     1320     31 |  0.000 % |
0.00/0.12	|      2079 |     577     1920     5760 |     1133     1419     31 |  0.000 % |
0.00/0.19	|      3218 |     577     1920     5760 |     1247     1083     20 |  0.002 % |
0.00/0.29	|      4926 |     577     1920     5760 |     1371     1175     25 |  0.000 % |
0.00/0.46	|      7490 |     577     1920     5760 |     1509     1094     17 |  0.000 % |
0.00/0.74	|     11336 |     577     1920     5760 |     1659     1071     13 |  0.000 % |
1.08/1.14	|     17103 |     577     1920     5760 |     1825     1635     29 |  0.002 % |
1.68/1.78	|     25752 |     577     1920     5760 |     2008     1277     18 |  0.002 % |
2.68/2.76	|     38726 |     577     1920     5760 |     2209     2148     35 |  0.002 % |
4.28/4.33	|     58187 |     577     1920     5760 |     2430     2231     38 |  0.000 % |
6.58/6.61	|     87379 |     577     1920     5760 |     2673     2120     35 |  0.002 % |
10.57/10.61	|    131169 |     577     1920     5760 |     2940     1674     29 |  0.002 % |
16.77/16.89	|    196854 |     577     1920     5760 |     3234     2845     52 |  0.002 % |
26.87/26.96	|    295380 |     577     1920     5760 |     3558     2028     38 |  0.000 % |
42.16/42.26	|    443169 |     577     1920     5760 |     3914     2544     35 |  0.000 % |
66.05/66.19	|    664852 |     577     1920     5760 |     4305     3356     52 |  0.002 % |
107.14/107.21	|    997377 |     577     1920     5760 |     4736     3093     52 |  0.000 % |
170.32/170.45	|   1496168 |     577     1920     5760 |     5209     2611     50 |  0.002 % |
262.99/263.10	|   2244352 |     577     1920     5760 |     5730     3435     48 |  0.000 % |
425.03/425.22	|   3366628 |     577     1920     5760 |     6303     4217     70 |  0.002 % |
672.05/672.32	|   5050039 |     577     1920     5760 |     6934     4911     61 |  0.002 % |
1052.62/1053.06	|   7575156 |     577     1920     5760 |     7627     3756     56 |  0.002 % |
1200.08/1200.50	c cannot read from file

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-1806450-1242149635/watcher-1806450-1242149635 -o /tmp/evaluation-result-1806450-1242149635/solver-1806450-1242149635 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1806450-1242149635.cnf HOME 

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.91 0.95 0.90 3/64 18892
/proc/meminfo: memFree=868864/2055920 swapFree=4181384/4192956
[pid=18892] ppid=18890 vsize=1416 CPUtime=0
/proc/18892/stat : 18892 (IUT_BMB_SIM) R 18890 18892 18578 0 -1 4194304 165 0 0 0 0 0 0 0 18 0 1 0 242991545 1449984 148 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/18892/statm: 354 148 97 274 0 77 0

[startup+0.0578299 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 18892
/proc/meminfo: memFree=868864/2055920 swapFree=4181384/4192956
[pid=18892] ppid=18890 vsize=1416 CPUtime=0
/proc/18892/stat : 18892 (IUT_BMB_SIM) S 18890 18892 18578 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 0 242991545 1449984 169 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18892/statm: 354 169 106 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.102836 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 18892
/proc/meminfo: memFree=868864/2055920 swapFree=4181384/4192956
[pid=18892] ppid=18890 vsize=1416 CPUtime=0
/proc/18892/stat : 18892 (IUT_BMB_SIM) S 18890 18892 18578 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 0 242991545 1449984 169 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18892/statm: 354 169 106 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.302872 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 18892
/proc/meminfo: memFree=868864/2055920 swapFree=4181384/4192956
[pid=18892] ppid=18890 vsize=1416 CPUtime=0
/proc/18892/stat : 18892 (IUT_BMB_SIM) S 18890 18892 18578 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 0 242991545 1449984 169 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18892/statm: 354 169 106 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.701947 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 18892
/proc/meminfo: memFree=868864/2055920 swapFree=4181384/4192956
[pid=18892] ppid=18890 vsize=1416 CPUtime=0
/proc/18892/stat : 18892 (IUT_BMB_SIM) S 18890 18892 18578 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 0 242991545 1449984 169 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18892/statm: 354 169 106 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+1.50109 s]
/proc/loadavg: 0.91 0.95 0.90 2/66 18894
/proc/meminfo: memFree=867760/2055920 swapFree=4181384/4192956
[pid=18892] ppid=18890 vsize=1416 CPUtime=0
/proc/18892/stat : 18892 (IUT_BMB_SIM) S 18890 18892 18578 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 0 242991545 1449984 169 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18892/statm: 354 169 106 274 0 77 0
[pid=18894] ppid=18892 vsize=2548 CPUtime=1.48
/proc/18894/stat : 18894 (minisat) R 18892 18892 18578 0 -1 4194304 534 0 0 0 148 0 0 0 25 0 1 0 242991547 2609152 284 1992294400 134512640 135212939 4294956320 18446744073709551615 134526833 0 0 4096 3 0 0 0 17 1 0 0
/proc/18894/statm: 637 284 76 170 0 465 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 3964

[startup+3.10138 s]
/proc/loadavg: 0.91 0.95 0.90 2/66 18894
/proc/meminfo: memFree=867504/2055920 swapFree=4181384/4192956
[pid=18892] ppid=18890 vsize=1416 CPUtime=0
/proc/18892/stat : 18892 (IUT_BMB_SIM) S 18890 18892 18578 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 0 242991545 1449984 169 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18892/statm: 354 169 106 274 0 77 0
[pid=18894] ppid=18892 vsize=2812 CPUtime=3.08
/proc/18894/stat : 18894 (minisat) R 18892 18892 18578 0 -1 4194304 589 0 0 0 308 0 0 0 25 0 1 0 242991547 2879488 339 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/18894/statm: 703 339 76 170 0 531 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 4228

[startup+6.30197 s]
/proc/loadavg: 0.92 0.95 0.90 2/66 18894
/proc/meminfo: memFree=867056/2055920 swapFree=4181384/4192956
[pid=18892] ppid=18890 vsize=1416 CPUtime=0
/proc/18892/stat : 18892 (IUT_BMB_SIM) S 18890 18892 18578 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 0 242991545 1449984 169 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18892/statm: 354 169 106 274 0 77 0
[pid=18894] ppid=18892 vsize=2944 CPUtime=6.28
/proc/18894/stat : 18894 (minisat) R 18892 18892 18578 0 -1 4194304 631 0 0 0 628 0 0 0 25 0 1 0 242991547 3014656 381 1992294400 134512640 135212939 4294956320 18446744073709551615 134526759 0 0 4096 3 0 0 0 17 1 0 0
/proc/18894/statm: 736 381 76 170 0 564 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 4360

[startup+12.7011 s]
/proc/loadavg: 0.93 0.95 0.90 2/66 18894
/proc/meminfo: memFree=866552/2055920 swapFree=4181384/4192956
[pid=18892] ppid=18890 vsize=1416 CPUtime=0
/proc/18892/stat : 18892 (IUT_BMB_SIM) S 18890 18892 18578 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 0 242991545 1449984 169 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18892/statm: 354 169 106 274 0 77 0
[pid=18894] ppid=18892 vsize=3472 CPUtime=12.67
/proc/18894/stat : 18894 (minisat) R 18892 18892 18578 0 -1 4194304 760 0 0 0 1267 0 0 0 25 0 1 0 242991547 3555328 510 1992294400 134512640 135212939 4294956320 18446744073709551615 134527060 0 0 4096 3 0 0 0 17 1 0 0
/proc/18894/statm: 868 510 76 170 0 696 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 4888

[startup+25.5025 s]
/proc/loadavg: 0.94 0.96 0.91 2/66 18894
/proc/meminfo: memFree=866040/2055920 swapFree=4181384/4192956
[pid=18892] ppid=18890 vsize=1416 CPUtime=0
/proc/18892/stat : 18892 (IUT_BMB_SIM) S 18890 18892 18578 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 0 242991545 1449984 169 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18892/statm: 354 169 106 274 0 77 0
[pid=18894] ppid=18892 vsize=3872 CPUtime=25.47
/proc/18894/stat : 18894 (minisat) R 18892 18892 18578 0 -1 4194304 872 0 0 0 2547 0 0 0 25 0 1 0 242991547 3964928 622 1992294400 134512640 135212939 4294956320 18446744073709551615 134526624 0 0 4096 3 0 0 0 17 1 0 0
/proc/18894/statm: 968 622 76 170 0 796 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 5288

[startup+51.1021 s]
/proc/loadavg: 0.96 0.96 0.91 2/66 18894
/proc/meminfo: memFree=865464/2055920 swapFree=4181384/4192956
[pid=18892] ppid=18890 vsize=1416 CPUtime=0
/proc/18892/stat : 18892 (IUT_BMB_SIM) S 18890 18892 18578 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 0 242991545 1449984 169 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18892/statm: 354 169 106 274 0 77 0
[pid=18894] ppid=18892 vsize=4520 CPUtime=51.06
/proc/18894/stat : 18894 (minisat) R 18892 18892 18578 0 -1 4194304 1010 0 0 0 5106 0 0 0 25 0 1 0 242991547 4628480 760 1992294400 134512640 135212939 4294956320 18446744073709551615 134526898 0 0 4096 3 0 0 0 17 1 0 0
/proc/18894/statm: 1130 760 76 170 0 958 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 5936

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.91 2/66 18894
/proc/meminfo: memFree=864696/2055920 swapFree=4181384/4192956
[pid=18892] ppid=18890 vsize=1416 CPUtime=0
/proc/18892/stat : 18892 (IUT_BMB_SIM) S 18890 18892 18578 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 0 242991545 1449984 169 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18892/statm: 354 169 106 274 0 77 0
[pid=18894] ppid=18892 vsize=5300 CPUtime=102.25
/proc/18894/stat : 18894 (minisat) R 18892 18892 18578 0 -1 4194304 1204 0 0 0 10224 1 0 0 25 0 1 0 242991547 5427200 954 1992294400 134512640 135212939 4294956320 18446744073709551615 134526875 0 0 4096 3 0 0 0 17 1 0 0
/proc/18894/statm: 1325 954 76 170 0 1153 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 6716

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 18894
/proc/meminfo: memFree=863928/2055920 swapFree=4181384/4192956
[pid=18892] ppid=18890 vsize=1416 CPUtime=0
/proc/18892/stat : 18892 (IUT_BMB_SIM) S 18890 18892 18578 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 0 242991545 1449984 169 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18892/statm: 354 169 106 274 0 77 0
[pid=18894] ppid=18892 vsize=5972 CPUtime=162.22
/proc/18894/stat : 18894 (minisat) R 18892 18892 18578 0 -1 4194304 1394 0 0 0 16221 1 0 0 25 0 1 0 242991547 6115328 1144 1992294400 134512640 135212939 4294956320 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 1 0 0
/proc/18894/statm: 1493 1144 76 170 0 1321 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 7388

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 18894
/proc/meminfo: memFree=863608/2055920 swapFree=4181384/4192956
[pid=18892] ppid=18890 vsize=1416 CPUtime=0
/proc/18892/stat : 18892 (IUT_BMB_SIM) S 18890 18892 18578 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 0 242991545 1449984 169 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18892/statm: 354 169 106 274 0 77 0
[pid=18894] ppid=18892 vsize=6356 CPUtime=222.2
/proc/18894/stat : 18894 (minisat) R 18892 18892 18578 0 -1 4194304 1480 0 0 0 22218 2 0 0 25 0 1 0 242991547 6508544 1230 1992294400 134512640 135212939 4294956320 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 1 0 0
/proc/18894/statm: 1589 1230 76 170 0 1417 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 7772

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 18894
/proc/meminfo: memFree=863096/2055920 swapFree=4181384/4192956
[pid=18892] ppid=18890 vsize=1416 CPUtime=0
/proc/18892/stat : 18892 (IUT_BMB_SIM) S 18890 18892 18578 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 0 242991545 1449984 169 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18892/statm: 354 169 106 274 0 77 0
[pid=18894] ppid=18892 vsize=6800 CPUtime=282.18
/proc/18894/stat : 18894 (minisat) R 18892 18892 18578 0 -1 4194304 1597 0 0 0 28216 2 0 0 25 0 1 0 242991547 6963200 1347 1992294400 134512640 135212939 4294956320 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 1 0 0
/proc/18894/statm: 1700 1347 76 170 0 1528 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 8216

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 18894
/proc/meminfo: memFree=862520/2055920 swapFree=4181384/4192956
[pid=18892] ppid=18890 vsize=1416 CPUtime=0
/proc/18892/stat : 18892 (IUT_BMB_SIM) S 18890 18892 18578 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 0 242991545 1449984 169 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18892/statm: 354 169 106 274 0 77 0
[pid=18894] ppid=18892 vsize=7380 CPUtime=342.15
/proc/18894/stat : 18894 (minisat) R 18892 18892 18578 0 -1 4194304 1745 0 0 0 34213 2 0 0 25 0 1 0 242991547 7557120 1495 1992294400 134512640 135212939 4294956320 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 1 0 0
/proc/18894/statm: 1845 1495 76 170 0 1673 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 8796

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 18894
/proc/meminfo: memFree=862328/2055920 swapFree=4181384/4192956
[pid=18892] ppid=18890 vsize=1416 CPUtime=0
/proc/18892/stat : 18892 (IUT_BMB_SIM) S 18890 18892 18578 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 0 242991545 1449984 169 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18892/statm: 354 169 106 274 0 77 0
[pid=18894] ppid=18892 vsize=7584 CPUtime=402.14
/proc/18894/stat : 18894 (minisat) R 18892 18892 18578 0 -1 4194304 1793 0 0 0 40211 3 0 0 25 0 1 0 242991547 7766016 1543 1992294400 134512640 135212939 4294956320 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 1 0 0
/proc/18894/statm: 1896 1543 76 170 0 1724 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 9000

[startup+462.302 s]

################
# More data... #
################

/proc/18892/statm: 354 169 106 274 0 77 0
[pid=18894] ppid=18892 vsize=8036 CPUtime=522.1
/proc/18894/stat : 18894 (minisat) R 18892 18892 18578 0 -1 4194304 1915 0 0 0 52207 3 0 0 25 0 1 0 242991547 8228864 1654 1992294400 134512640 135212939 4294956320 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 1 0 0
/proc/18894/statm: 2009 1654 76 170 0 1837 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 9452

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 18896
/proc/meminfo: memFree=861688/2055920 swapFree=4181384/4192956
[pid=18892] ppid=18890 vsize=1416 CPUtime=0
/proc/18892/stat : 18892 (IUT_BMB_SIM) S 18890 18892 18578 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 0 242991545 1449984 169 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18892/statm: 354 169 106 274 0 77 0
[pid=18894] ppid=18892 vsize=8064 CPUtime=582.07
/proc/18894/stat : 18894 (minisat) R 18892 18892 18578 0 -1 4194304 1930 0 0 0 58204 3 0 0 25 0 1 0 242991547 8257536 1669 1992294400 134512640 135212939 4294956320 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 1 0 0
/proc/18894/statm: 2016 1669 76 170 0 1844 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 9480

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 18896
/proc/meminfo: memFree=861624/2055920 swapFree=4181384/4192956
[pid=18892] ppid=18890 vsize=1416 CPUtime=0
/proc/18892/stat : 18892 (IUT_BMB_SIM) S 18890 18892 18578 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 0 242991545 1449984 169 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18892/statm: 354 169 106 274 0 77 0
[pid=18894] ppid=18892 vsize=8196 CPUtime=642.06
/proc/18894/stat : 18894 (minisat) R 18892 18892 18578 0 -1 4194304 1958 0 0 0 64203 3 0 0 25 0 1 0 242991547 8392704 1697 1992294400 134512640 135212939 4294956320 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 1 0 0
/proc/18894/statm: 2049 1697 76 170 0 1877 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 9612

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 18896
/proc/meminfo: memFree=861304/2055920 swapFree=4181384/4192956
[pid=18892] ppid=18890 vsize=1416 CPUtime=0
/proc/18892/stat : 18892 (IUT_BMB_SIM) S 18890 18892 18578 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 0 242991545 1449984 169 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18892/statm: 354 169 106 274 0 77 0
[pid=18894] ppid=18892 vsize=8588 CPUtime=702.04
/proc/18894/stat : 18894 (minisat) R 18892 18892 18578 0 -1 4194304 2032 0 0 0 70200 4 0 0 25 0 1 0 242991547 8794112 1771 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/18894/statm: 2147 1771 76 170 0 1975 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 10004

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 18896
/proc/meminfo: memFree=861048/2055920 swapFree=4181384/4192956
[pid=18892] ppid=18890 vsize=1416 CPUtime=0
/proc/18892/stat : 18892 (IUT_BMB_SIM) S 18890 18892 18578 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 0 242991545 1449984 169 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18892/statm: 354 169 106 274 0 77 0
[pid=18894] ppid=18892 vsize=8752 CPUtime=762.02
/proc/18894/stat : 18894 (minisat) R 18892 18892 18578 0 -1 4194304 2098 0 0 0 76198 4 0 0 25 0 1 0 242991547 8962048 1837 1992294400 134512640 135212939 4294956320 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 1 0 0
/proc/18894/statm: 2188 1837 76 170 0 2016 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 10168

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 18896
/proc/meminfo: memFree=860984/2055920 swapFree=4181384/4192956
[pid=18892] ppid=18890 vsize=1416 CPUtime=0
/proc/18892/stat : 18892 (IUT_BMB_SIM) S 18890 18892 18578 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 0 242991545 1449984 169 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18892/statm: 354 169 106 274 0 77 0
[pid=18894] ppid=18892 vsize=8892 CPUtime=821.99
/proc/18894/stat : 18894 (minisat) R 18892 18892 18578 0 -1 4194304 2107 0 0 0 82195 4 0 0 25 0 1 0 242991547 9105408 1846 1992294400 134512640 135212939 4294956320 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 1 0 0
/proc/18894/statm: 2223 1846 76 170 0 2051 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 10308

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 18896
/proc/meminfo: memFree=860728/2055920 swapFree=4181384/4192956
[pid=18892] ppid=18890 vsize=1416 CPUtime=0
/proc/18892/stat : 18892 (IUT_BMB_SIM) S 18890 18892 18578 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 0 242991545 1449984 169 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18892/statm: 354 169 106 274 0 77 0
[pid=18894] ppid=18892 vsize=9080 CPUtime=881.97
/proc/18894/stat : 18894 (minisat) R 18892 18892 18578 0 -1 4194304 2170 0 0 0 88193 4 0 0 25 0 1 0 242991547 9297920 1909 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/18894/statm: 2270 1909 76 170 0 2098 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 10496

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 18896
/proc/meminfo: memFree=860728/2055920 swapFree=4181384/4192956
[pid=18892] ppid=18890 vsize=1416 CPUtime=0
/proc/18892/stat : 18892 (IUT_BMB_SIM) S 18890 18892 18578 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 0 242991545 1449984 169 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18892/statm: 354 169 106 274 0 77 0
[pid=18894] ppid=18892 vsize=9080 CPUtime=941.96
/proc/18894/stat : 18894 (minisat) R 18892 18892 18578 0 -1 4194304 2184 0 0 0 94191 5 0 0 25 0 1 0 242991547 9297920 1923 1992294400 134512640 135212939 4294956320 18446744073709551615 134536534 0 0 4096 3 0 0 0 17 1 0 0
/proc/18894/statm: 2270 1923 76 170 0 2098 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 10496

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 18896
/proc/meminfo: memFree=860664/2055920 swapFree=4181384/4192956
[pid=18892] ppid=18890 vsize=1416 CPUtime=0
/proc/18892/stat : 18892 (IUT_BMB_SIM) S 18890 18892 18578 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 0 242991545 1449984 169 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18892/statm: 354 169 106 274 0 77 0
[pid=18894] ppid=18892 vsize=9212 CPUtime=1001.94
/proc/18894/stat : 18894 (minisat) R 18892 18892 18578 0 -1 4194304 2206 0 0 0 100189 5 0 0 25 0 1 0 242991547 9433088 1945 1992294400 134512640 135212939 4294956320 18446744073709551615 134536768 0 0 4096 3 0 0 0 17 1 0 0
/proc/18894/statm: 2303 1945 76 170 0 2131 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 10628

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 18896
/proc/meminfo: memFree=860408/2055920 swapFree=4181384/4192956
[pid=18892] ppid=18890 vsize=1416 CPUtime=0
/proc/18892/stat : 18892 (IUT_BMB_SIM) S 18890 18892 18578 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 0 242991545 1449984 169 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18892/statm: 354 169 106 274 0 77 0
[pid=18894] ppid=18892 vsize=9468 CPUtime=1061.92
/proc/18894/stat : 18894 (minisat) R 18892 18892 18578 0 -1 4194304 2256 0 0 0 106187 5 0 0 25 0 1 0 242991547 9695232 1995 1992294400 134512640 135212939 4294956320 18446744073709551615 134526633 0 0 4096 3 0 0 0 17 1 0 0
/proc/18894/statm: 2367 1995 76 170 0 2195 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 10884

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 18896
/proc/meminfo: memFree=860152/2055920 swapFree=4181384/4192956
[pid=18892] ppid=18890 vsize=1416 CPUtime=0
/proc/18892/stat : 18892 (IUT_BMB_SIM) S 18890 18892 18578 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 0 242991545 1449984 169 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18892/statm: 354 169 106 274 0 77 0
[pid=18894] ppid=18892 vsize=9764 CPUtime=1121.89
/proc/18894/stat : 18894 (minisat) R 18892 18892 18578 0 -1 4194304 2333 0 0 0 112184 5 0 0 25 0 1 0 242991547 9998336 2072 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/18894/statm: 2441 2072 76 170 0 2269 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 11180

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 18896
/proc/meminfo: memFree=859960/2055920 swapFree=4181384/4192956
[pid=18892] ppid=18890 vsize=1416 CPUtime=0
/proc/18892/stat : 18892 (IUT_BMB_SIM) S 18890 18892 18578 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 0 242991545 1449984 169 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18892/statm: 354 169 106 274 0 77 0
[pid=18894] ppid=18892 vsize=9824 CPUtime=1181.88
/proc/18894/stat : 18894 (minisat) R 18892 18892 18578 0 -1 4194304 2372 0 0 0 118182 6 0 0 25 0 1 0 242991547 10059776 2111 1992294400 134512640 135212939 4294956320 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 1 0 0
/proc/18894/statm: 2456 2111 76 170 0 2284 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 11240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 18896
/proc/meminfo: memFree=859960/2055920 swapFree=4181384/4192956
[pid=18892] ppid=18890 vsize=1416 CPUtime=0
/proc/18892/stat : 18892 (IUT_BMB_SIM) S 18890 18892 18578 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 0 242991545 1449984 169 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18892/statm: 354 169 106 274 0 77 0
[pid=18894] ppid=18892 vsize=9824 CPUtime=1200.08
/proc/18894/stat : 18894 (minisat) R 18892 18892 18578 0 -1 4194304 2372 0 0 0 120002 6 0 0 25 0 1 0 242991547 10059776 2111 1992294400 134512640 135212939 4294956320 18446744073709551615 134529641 0 0 4096 3 0 0 0 17 1 0 0
/proc/18894/statm: 2456 2111 76 170 0 2284 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 11240

Sending SIGTERM to process tree (bottom up)

Sleeping Solver just ended. Dumping a history of the last processes samples

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 18896
/proc/meminfo: memFree=859960/2055920 swapFree=4181384/4192956
[pid=18892] ppid=18890 vsize=1416 CPUtime=0
/proc/18892/stat : 18892 (IUT_BMB_SIM) S 18890 18892 18578 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 0 242991545 1449984 169 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18892/statm: 354 169 106 274 0 77 0
[pid=18894] ppid=18892 vsize=9824 CPUtime=1200.08
/proc/18894/stat : 18894 (minisat) R 18892 18892 18578 0 -1 4194304 2372 0 0 0 120002 6 0 0 25 0 1 0 242991547 10059776 2111 1992294400 134512640 135212939 4294956320 18446744073709551615 134529641 0 0 4096 3 0 0 0 17 1 0 0
/proc/18894/statm: 2456 2111 76 170 0 2284 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 11240

Child status: 0
Real time (s): 1200.51
CPU time (s): 1200.1
CPU user time (s): 1200.03
CPU system time (s): 0.071989
CPU usage (%): 99.9663
Max. virtual memory (cumulated for all children) (KiB): 11312

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

runsolver used 1.42878 second user time and 2.6166 second system time

The end

Launcher Data

Begin job on node44 at 2009-05-12 19:33:55
IDJOB=1806450
IDBENCH=24737
IDSOLVER=650
FILE ID=node44/1806450-1242149635
PBS_JOBID= 9289679
Free space on /tmp= 66320 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT07/crafted/Difficult/contest05/others/pmg-14-UNSAT.sat05-3942.reshuffled-07.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806450-1242149635/watcher-1806450-1242149635 -o /tmp/evaluation-result-1806450-1242149635/solver-1806450-1242149635 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1806450-1242149635.cnf HOME

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

MD5SUM BENCH= 5d5a2534629561aec3a6f7f6c6034d03
RANDOM SEED=528381279

node44.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.267
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	: 5931.00
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.267
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:        869408 kB
Buffers:         84652 kB
Cached:        1003580 kB
SwapCached:       5480 kB
Active:         218148 kB
Inactive:       878532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        869408 kB
SwapTotal:     4192956 kB
SwapFree:      4181384 kB
Dirty:            2180 kB
Writeback:           0 kB
Mapped:          14464 kB
Slab:            75884 kB
Committed_AS:   873992 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66316 MiB
End job on node44 at 2009-05-12 19:53:56