Trace number 1806338

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.05 1200.61

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-icl008.sat05-2720.reshuffled-07.cnf
MD5SUMf1b3061e7694aa99406ed9e867c9dfa5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark60.5078
Satisfiable
(Un)Satisfiability was proved
Number of variables1610
Number of clauses8277
Sum of the clauses size69859
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2283
Number of clauses of size 31178
Number of clauses of size 4142
Number of clauses of size 5924
Number of clauses of size over 55717

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
0.09/0.11	This is MiniSat 2.0 beta
0.09/0.11	WARNING: for repeatability, setting FPU to use double precision
0.09/0.11	============================[ Problem Statistics ]=============================
0.09/0.11	|                                                                             |
0.09/0.11	|  Number of variables:  1610                                                 |
0.09/0.11	|  Number of clauses:    7896                                                 |
0.09/0.12	|  Parsing time:         0.01         s                                       |
0.09/0.12	============================[ Search Statistics ]==============================
0.09/0.12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.12	===============================================================================
0.09/0.12	|         0 |    1610     7896    67569 |     2632        0    nan |  0.000 % |
0.09/0.12	|       100 |    1610     7896    67569 |     2895      100     16 |  0.000 % |
0.09/0.13	|       251 |    1610     7896    67569 |     3184      251     18 |  0.000 % |
0.09/0.13	|       476 |    1610     7896    67569 |     3503      476     19 |  0.000 % |
0.09/0.14	|       814 |    1610     7896    67569 |     3853      814     18 |  0.000 % |
0.09/0.16	|      1320 |    1610     7896    67569 |     4238     1320     19 |  0.000 % |
0.09/0.18	|      2079 |    1610     7896    67569 |     4662     2079     18 |  0.000 % |
0.10/0.23	|      3218 |    1610     7896    67569 |     5129     3218     20 |  0.000 % |
0.10/0.32	|      4926 |    1610     7896    67569 |     5641     4926     20 |  0.000 % |
0.10/0.48	|      7490 |    1610     7896    67569 |     6206     4615     22 |  0.000 % |
0.10/0.76	|     11335 |    1610     7896    67569 |     6826     5302     22 |  0.000 % |
1.08/1.14	|     17101 |    1610     7896    67569 |     7509     4152     21 |  0.000 % |
1.78/1.81	|     25751 |    1610     7896    67569 |     8260     5213     26 |  0.000 % |
2.78/2.83	|     38725 |    1610     7896    67569 |     9086     5676     24 |  0.000 % |
4.48/4.52	|     58188 |    1610     7896    67569 |     9995     6822     26 |  0.000 % |
7.47/7.50	|     87382 |    1610     7896    67569 |    10994     5799     22 |  0.000 % |
12.47/12.54	|    131171 |    1610     7896    67569 |    12093    10844     32 |  0.000 % |
21.07/21.17	|    196855 |    1610     7896    67569 |    13303     9637     32 |  0.000 % |
35.36/35.47	|    295381 |    1610     7896    67569 |    14633     7892     27 |  0.000 % |
59.05/59.14	|    443170 |    1610     7896    67569 |    16097     8716     31 |  0.000 % |
97.64/97.78	|    664854 |    1610     7896    67569 |    17706    12049     34 |  0.001 % |
164.11/164.28	|    997379 |    1610     7896    67569 |    19477    15827     35 |  0.000 % |
273.66/273.84	|   1496168 |    1610     7896    67569 |    21425    15949     33 |  0.001 % |
443.47/443.72	|   2244350 |    1610     7896    67569 |    23567    11809     28 |  0.000 % |
733.53/733.99	|   3366625 |    1610     7896    67569 |    25924    23246     35 |  0.001 % |
1200.02/1200.60	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-1806338-1242148391/watcher-1806338-1242148391 -o /tmp/evaluation-result-1806338-1242148391/solver-1806338-1242148391 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1806338-1242148391.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: 1.00 1.01 1.00 3/64 13785
/proc/meminfo: memFree=1550256/2055920 swapFree=4181456/4192956
[pid=13785] ppid=13783 vsize=1592 CPUtime=0
/proc/13785/stat : 13785 (IUT_BMB_SIM) R 13783 13785 13496 0 -1 4194304 218 0 0 0 0 0 0 0 18 0 1 0 242872108 1630208 201 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/13785/statm: 398 202 99 274 0 121 0

[startup+0.011136 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 13785
/proc/meminfo: memFree=1550256/2055920 swapFree=4181456/4192956
[pid=13785] ppid=13783 vsize=1724 CPUtime=0.01
/proc/13785/stat : 13785 (IUT_BMB_SIM) R 13783 13785 13496 0 -1 4194304 243 0 0 0 1 0 0 0 18 0 1 0 242872108 1765376 226 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/13785/statm: 431 226 99 274 0 154 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1724

[startup+0.101149 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 13785
/proc/meminfo: memFree=1550256/2055920 swapFree=4181456/4192956
[pid=13785] ppid=13783 vsize=2516 CPUtime=0.09
/proc/13785/stat : 13785 (IUT_BMB_SIM) R 13783 13785 13496 0 -1 4194304 450 0 0 0 7 2 0 0 18 0 1 0 242872108 2576384 433 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 0 0 0
/proc/13785/statm: 629 433 101 274 0 352 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2516

[startup+0.301188 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 13785
/proc/meminfo: memFree=1550256/2055920 swapFree=4181456/4192956
[pid=13785] ppid=13783 vsize=2516 CPUtime=0.1
/proc/13785/stat : 13785 (IUT_BMB_SIM) S 13783 13785 13496 0 -1 4194304 456 0 0 0 7 3 0 0 18 0 1 0 242872108 2576384 438 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13785/statm: 629 438 106 274 0 352 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2516

[startup+0.701249 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 13785
/proc/meminfo: memFree=1550256/2055920 swapFree=4181456/4192956
[pid=13785] ppid=13783 vsize=2516 CPUtime=0.1
/proc/13785/stat : 13785 (IUT_BMB_SIM) S 13783 13785 13496 0 -1 4194304 456 0 0 0 7 3 0 0 18 0 1 0 242872108 2576384 438 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13785/statm: 629 438 106 274 0 352 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2516

[startup+1.50137 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 13787
/proc/meminfo: memFree=1546400/2055920 swapFree=4181456/4192956
[pid=13785] ppid=13783 vsize=2516 CPUtime=0.1
/proc/13785/stat : 13785 (IUT_BMB_SIM) S 13783 13785 13496 0 -1 4194304 456 0 0 0 7 3 0 0 18 0 1 0 242872108 2576384 438 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13785/statm: 629 438 106 274 0 352 0
[pid=13787] ppid=13785 vsize=3636 CPUtime=1.38
/proc/13787/stat : 13787 (minisat) R 13785 13785 13496 0 -1 4194304 862 0 0 0 138 0 0 0 25 0 1 0 242872119 3723264 612 1992294400 134512640 135212939 4294956320 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/13787/statm: 909 612 76 170 0 737 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 6152

[startup+3.10163 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 13787
/proc/meminfo: memFree=1545952/2055920 swapFree=4181456/4192956
[pid=13785] ppid=13783 vsize=2516 CPUtime=0.1
/proc/13785/stat : 13785 (IUT_BMB_SIM) S 13783 13785 13496 0 -1 4194304 456 0 0 0 7 3 0 0 18 0 1 0 242872108 2576384 438 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13785/statm: 629 438 106 274 0 352 0
[pid=13787] ppid=13785 vsize=4040 CPUtime=2.98
/proc/13787/stat : 13787 (minisat) R 13785 13785 13496 0 -1 4194304 963 0 0 0 298 0 0 0 25 0 1 0 242872119 4136960 713 1992294400 134512640 135212939 4294956320 18446744073709551615 134534910 0 0 4096 3 0 0 0 17 0 0 0
/proc/13787/statm: 1010 713 76 170 0 838 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 6556

[startup+6.30214 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 13787
/proc/meminfo: memFree=1545312/2055920 swapFree=4181456/4192956
[pid=13785] ppid=13783 vsize=2516 CPUtime=0.1
/proc/13785/stat : 13785 (IUT_BMB_SIM) S 13783 13785 13496 0 -1 4194304 456 0 0 0 7 3 0 0 18 0 1 0 242872108 2576384 438 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13785/statm: 629 438 106 274 0 352 0
[pid=13787] ppid=13785 vsize=4436 CPUtime=6.17
/proc/13787/stat : 13787 (minisat) R 13785 13785 13496 0 -1 4194304 1067 0 0 0 617 0 0 0 25 0 1 0 242872119 4542464 817 1992294400 134512640 135212939 4294956320 18446744073709551615 134534604 0 0 4096 3 0 0 0 17 0 0 0
/proc/13787/statm: 1109 817 76 170 0 937 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 6952

[startup+12.7012 s]
/proc/loadavg: 1.08 1.02 1.00 2/66 13787
/proc/meminfo: memFree=1544608/2055920 swapFree=4181456/4192956
[pid=13785] ppid=13783 vsize=2516 CPUtime=0.1
/proc/13785/stat : 13785 (IUT_BMB_SIM) S 13783 13785 13496 0 -1 4194304 456 0 0 0 7 3 0 0 18 0 1 0 242872108 2576384 438 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13785/statm: 629 438 106 274 0 352 0
[pid=13787] ppid=13785 vsize=5112 CPUtime=12.57
/proc/13787/stat : 13787 (minisat) R 13785 13785 13496 0 -1 4194304 1221 0 0 0 1257 0 0 0 25 0 1 0 242872119 5234688 971 1992294400 134512640 135212939 4294956320 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/13787/statm: 1278 971 76 170 0 1106 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 7628

[startup+25.5012 s]
/proc/loadavg: 1.06 1.02 1.00 2/66 13787
/proc/meminfo: memFree=1544224/2055920 swapFree=4181456/4192956
[pid=13785] ppid=13783 vsize=2516 CPUtime=0.1
/proc/13785/stat : 13785 (IUT_BMB_SIM) S 13783 13785 13496 0 -1 4194304 456 0 0 0 7 3 0 0 18 0 1 0 242872108 2576384 438 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13785/statm: 629 438 106 274 0 352 0
[pid=13787] ppid=13785 vsize=5508 CPUtime=25.36
/proc/13787/stat : 13787 (minisat) R 13785 13785 13496 0 -1 4194304 1334 0 0 0 2536 0 0 0 25 0 1 0 242872119 5640192 1084 1992294400 134512640 135212939 4294956320 18446744073709551615 134536259 0 0 4096 3 0 0 0 17 0 0 0
/proc/13787/statm: 1377 1084 77 170 0 1205 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 8024

[startup+51.1013 s]
/proc/loadavg: 1.04 1.02 1.00 2/66 13787
/proc/meminfo: memFree=1543520/2055920 swapFree=4181456/4192956
[pid=13785] ppid=13783 vsize=2516 CPUtime=0.1
/proc/13785/stat : 13785 (IUT_BMB_SIM) S 13783 13785 13496 0 -1 4194304 456 0 0 0 7 3 0 0 18 0 1 0 242872108 2576384 438 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13785/statm: 629 438 106 274 0 352 0
[pid=13787] ppid=13785 vsize=6168 CPUtime=50.96
/proc/13787/stat : 13787 (minisat) R 13785 13785 13496 0 -1 4194304 1506 0 0 0 5095 1 0 0 25 0 1 0 242872119 6316032 1256 1992294400 134512640 135212939 4294956320 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/13787/statm: 1542 1256 77 170 0 1370 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 8684

[startup+102.306 s]
/proc/loadavg: 1.06 1.03 1.00 2/66 13787
/proc/meminfo: memFree=1542368/2055920 swapFree=4181456/4192956
[pid=13785] ppid=13783 vsize=2516 CPUtime=0.1
/proc/13785/stat : 13785 (IUT_BMB_SIM) S 13783 13785 13496 0 -1 4194304 456 0 0 0 7 3 0 0 18 0 1 0 242872108 2576384 438 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13785/statm: 629 438 106 274 0 352 0
[pid=13787] ppid=13785 vsize=7252 CPUtime=102.14
/proc/13787/stat : 13787 (minisat) R 13785 13785 13496 0 -1 4194304 1766 0 0 0 10213 1 0 0 25 0 1 0 242872119 7426048 1516 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13787/statm: 1813 1516 77 170 0 1641 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 9768

[startup+162.302 s]
/proc/loadavg: 1.02 1.02 1.00 2/66 13787
/proc/meminfo: memFree=1541920/2055920 swapFree=4181456/4192956
[pid=13785] ppid=13783 vsize=2516 CPUtime=0.1
/proc/13785/stat : 13785 (IUT_BMB_SIM) S 13783 13785 13496 0 -1 4194304 456 0 0 0 7 3 0 0 18 0 1 0 242872108 2576384 438 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13785/statm: 629 438 106 274 0 352 0
[pid=13787] ppid=13785 vsize=7656 CPUtime=162.11
/proc/13787/stat : 13787 (minisat) R 13785 13785 13496 0 -1 4194304 1865 0 0 0 16210 1 0 0 25 0 1 0 242872119 7839744 1615 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13787/statm: 1914 1615 77 170 0 1742 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 10172

[startup+222.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 13787
/proc/meminfo: memFree=1541216/2055920 swapFree=4181456/4192956
[pid=13785] ppid=13783 vsize=2516 CPUtime=0.1
/proc/13785/stat : 13785 (IUT_BMB_SIM) S 13783 13785 13496 0 -1 4194304 456 0 0 0 7 3 0 0 18 0 1 0 242872108 2576384 438 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13785/statm: 629 438 106 274 0 352 0
[pid=13787] ppid=13785 vsize=8368 CPUtime=222.08
/proc/13787/stat : 13787 (minisat) R 13785 13785 13496 0 -1 4194304 2042 0 0 0 22207 1 0 0 25 0 1 0 242872119 8568832 1792 1992294400 134512640 135212939 4294956320 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/13787/statm: 2092 1792 77 170 0 1920 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 10884

[startup+282.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 13787
/proc/meminfo: memFree=1541152/2055920 swapFree=4181456/4192956
[pid=13785] ppid=13783 vsize=2516 CPUtime=0.1
/proc/13785/stat : 13785 (IUT_BMB_SIM) S 13783 13785 13496 0 -1 4194304 456 0 0 0 7 3 0 0 18 0 1 0 242872108 2576384 438 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13785/statm: 629 438 106 274 0 352 0
[pid=13787] ppid=13785 vsize=8508 CPUtime=282.05
/proc/13787/stat : 13787 (minisat) R 13785 13785 13496 0 -1 4194304 2073 0 0 0 28204 1 0 0 25 0 1 0 242872119 8712192 1823 1992294400 134512640 135212939 4294956320 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/13787/statm: 2127 1823 77 170 0 1955 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 11024

[startup+342.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 13787
/proc/meminfo: memFree=1540768/2055920 swapFree=4181456/4192956
[pid=13785] ppid=13783 vsize=2516 CPUtime=0.1
/proc/13785/stat : 13785 (IUT_BMB_SIM) S 13783 13785 13496 0 -1 4194304 456 0 0 0 7 3 0 0 18 0 1 0 242872108 2576384 438 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13785/statm: 629 438 106 274 0 352 0
[pid=13787] ppid=13785 vsize=8912 CPUtime=342.02
/proc/13787/stat : 13787 (minisat) R 13785 13785 13496 0 -1 4194304 2169 0 0 0 34201 1 0 0 25 0 1 0 242872119 9125888 1919 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13787/statm: 2228 1919 77 170 0 2056 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 11428

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13787
/proc/meminfo: memFree=1540512/2055920 swapFree=4181456/4192956
[pid=13785] ppid=13783 vsize=2516 CPUtime=0.1
/proc/13785/stat : 13785 (IUT_BMB_SIM) S 13783 13785 13496 0 -1 4194304 456 0 0 0 7 3 0 0 18 0 1 0 242872108 2576384 438 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13785/statm: 629 438 106 274 0 352 0
[pid=13787] ppid=13785 vsize=9176 CPUtime=401.99
/proc/13787/stat : 13787 (minisat) R 13785 13785 13496 0 -1 4194304 2232 0 0 0 40198 1 0 0 25 0 1 0 242872119 9396224 1982 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13787/statm: 2294 1982 77 170 0 2122 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 11692

[startup+462.302 s]

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

[pid=13787] ppid=13785 vsize=9708 CPUtime=461.96
/proc/13787/stat : 13787 (minisat) R 13785 13785 13496 0 -1 4194304 2368 0 0 0 46195 1 0 0 25 0 1 0 242872119 9940992 2118 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13787/statm: 2427 2118 77 170 0 2255 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 12224

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13787
/proc/meminfo: memFree=1539616/2055920 swapFree=4181456/4192956
[pid=13785] ppid=13783 vsize=2516 CPUtime=0.1
/proc/13785/stat : 13785 (IUT_BMB_SIM) S 13783 13785 13496 0 -1 4194304 456 0 0 0 7 3 0 0 18 0 1 0 242872108 2576384 438 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13785/statm: 629 438 106 274 0 352 0
[pid=13787] ppid=13785 vsize=9972 CPUtime=521.93
/proc/13787/stat : 13787 (minisat) R 13785 13785 13496 0 -1 4194304 2451 0 0 0 52192 1 0 0 25 0 1 0 242872119 10211328 2201 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13787/statm: 2493 2201 77 170 0 2321 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 12488

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13787
/proc/meminfo: memFree=1539488/2055920 swapFree=4181456/4192956
[pid=13785] ppid=13783 vsize=2516 CPUtime=0.1
/proc/13785/stat : 13785 (IUT_BMB_SIM) S 13783 13785 13496 0 -1 4194304 456 0 0 0 7 3 0 0 18 0 1 0 242872108 2576384 438 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13785/statm: 629 438 106 274 0 352 0
[pid=13787] ppid=13785 vsize=10272 CPUtime=581.91
/proc/13787/stat : 13787 (minisat) R 13785 13785 13496 0 -1 4194304 2490 0 0 0 58190 1 0 0 25 0 1 0 242872119 10518528 2240 1992294400 134512640 135212939 4294956320 18446744073709551615 134526741 0 0 4096 3 0 0 0 17 0 0 0
/proc/13787/statm: 2568 2240 77 170 0 2396 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 12788

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13787
/proc/meminfo: memFree=1539424/2055920 swapFree=4181456/4192956
[pid=13785] ppid=13783 vsize=2516 CPUtime=0.1
/proc/13785/stat : 13785 (IUT_BMB_SIM) S 13783 13785 13496 0 -1 4194304 456 0 0 0 7 3 0 0 18 0 1 0 242872108 2576384 438 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13785/statm: 629 438 106 274 0 352 0
[pid=13787] ppid=13785 vsize=10272 CPUtime=641.88
/proc/13787/stat : 13787 (minisat) R 13785 13785 13496 0 -1 4194304 2513 0 0 0 64187 1 0 0 25 0 1 0 242872119 10518528 2263 1992294400 134512640 135212939 4294956320 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/13787/statm: 2568 2263 77 170 0 2396 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 12788

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13787
/proc/meminfo: memFree=1539168/2055920 swapFree=4181456/4192956
[pid=13785] ppid=13783 vsize=2516 CPUtime=0.1
/proc/13785/stat : 13785 (IUT_BMB_SIM) S 13783 13785 13496 0 -1 4194304 456 0 0 0 7 3 0 0 18 0 1 0 242872108 2576384 438 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13785/statm: 629 438 106 274 0 352 0
[pid=13787] ppid=13785 vsize=10404 CPUtime=701.84
/proc/13787/stat : 13787 (minisat) R 13785 13785 13496 0 -1 4194304 2552 0 0 0 70183 1 0 0 25 0 1 0 242872119 10653696 2302 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13787/statm: 2601 2302 77 170 0 2429 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 12920

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13787
/proc/meminfo: memFree=1538976/2055920 swapFree=4181456/4192956
[pid=13785] ppid=13783 vsize=2516 CPUtime=0.1
/proc/13785/stat : 13785 (IUT_BMB_SIM) S 13783 13785 13496 0 -1 4194304 456 0 0 0 7 3 0 0 18 0 1 0 242872108 2576384 438 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13785/statm: 629 438 106 274 0 352 0
[pid=13787] ppid=13785 vsize=10576 CPUtime=761.82
/proc/13787/stat : 13787 (minisat) R 13785 13785 13496 0 -1 4194304 2594 0 0 0 76181 1 0 0 25 0 1 0 242872119 10829824 2344 1992294400 134512640 135212939 4294956320 18446744073709551615 134526726 0 0 4096 3 0 0 0 17 0 0 0
/proc/13787/statm: 2644 2344 77 170 0 2472 0
Current children cumulated CPU time (s) 761.92
Current children cumulated vsize (KiB) 13092

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13787
/proc/meminfo: memFree=1538592/2055920 swapFree=4181456/4192956
[pid=13785] ppid=13783 vsize=2516 CPUtime=0.1
/proc/13785/stat : 13785 (IUT_BMB_SIM) S 13783 13785 13496 0 -1 4194304 456 0 0 0 7 3 0 0 18 0 1 0 242872108 2576384 438 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13785/statm: 629 438 106 274 0 352 0
[pid=13787] ppid=13785 vsize=11124 CPUtime=821.79
/proc/13787/stat : 13787 (minisat) R 13785 13785 13496 0 -1 4194304 2711 0 0 0 82178 1 0 0 25 0 1 0 242872119 11390976 2461 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13787/statm: 2781 2461 77 170 0 2609 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 13640

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13787
/proc/meminfo: memFree=1538400/2055920 swapFree=4181456/4192956
[pid=13785] ppid=13783 vsize=2516 CPUtime=0.1
/proc/13785/stat : 13785 (IUT_BMB_SIM) S 13783 13785 13496 0 -1 4194304 456 0 0 0 7 3 0 0 18 0 1 0 242872108 2576384 438 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13785/statm: 629 438 106 274 0 352 0
[pid=13787] ppid=13785 vsize=11280 CPUtime=881.76
/proc/13787/stat : 13787 (minisat) R 13785 13785 13496 0 -1 4194304 2735 0 0 0 88175 1 0 0 25 0 1 0 242872119 11550720 2485 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13787/statm: 2820 2485 77 170 0 2648 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 13796

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13787
/proc/meminfo: memFree=1538336/2055920 swapFree=4181456/4192956
[pid=13785] ppid=13783 vsize=2516 CPUtime=0.1
/proc/13785/stat : 13785 (IUT_BMB_SIM) S 13783 13785 13496 0 -1 4194304 456 0 0 0 7 3 0 0 18 0 1 0 242872108 2576384 438 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13785/statm: 629 438 106 274 0 352 0
[pid=13787] ppid=13785 vsize=11280 CPUtime=941.74
/proc/13787/stat : 13787 (minisat) R 13785 13785 13496 0 -1 4194304 2760 0 0 0 94172 2 0 0 25 0 1 0 242872119 11550720 2510 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13787/statm: 2820 2510 77 170 0 2648 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 13796

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13787
/proc/meminfo: memFree=1538144/2055920 swapFree=4181456/4192956
[pid=13785] ppid=13783 vsize=2516 CPUtime=0.1
/proc/13785/stat : 13785 (IUT_BMB_SIM) S 13783 13785 13496 0 -1 4194304 456 0 0 0 7 3 0 0 18 0 1 0 242872108 2576384 438 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13785/statm: 629 438 106 274 0 352 0
[pid=13787] ppid=13785 vsize=11428 CPUtime=1001.71
/proc/13787/stat : 13787 (minisat) R 13785 13785 13496 0 -1 4194304 2805 0 0 0 100169 2 0 0 25 0 1 0 242872119 11702272 2555 1992294400 134512640 135212939 4294956320 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/13787/statm: 2857 2555 77 170 0 2685 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 13944

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13787
/proc/meminfo: memFree=1538080/2055920 swapFree=4181456/4192956
[pid=13785] ppid=13783 vsize=2516 CPUtime=0.1
/proc/13785/stat : 13785 (IUT_BMB_SIM) S 13783 13785 13496 0 -1 4194304 456 0 0 0 7 3 0 0 18 0 1 0 242872108 2576384 438 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13785/statm: 629 438 106 274 0 352 0
[pid=13787] ppid=13785 vsize=11544 CPUtime=1061.69
/proc/13787/stat : 13787 (minisat) R 13785 13785 13496 0 -1 4194304 2822 0 0 0 106167 2 0 0 25 0 1 0 242872119 11821056 2572 1992294400 134512640 135212939 4294956320 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/13787/statm: 2886 2572 77 170 0 2714 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 14060

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13787
/proc/meminfo: memFree=1538016/2055920 swapFree=4181456/4192956
[pid=13785] ppid=13783 vsize=2516 CPUtime=0.1
/proc/13785/stat : 13785 (IUT_BMB_SIM) S 13783 13785 13496 0 -1 4194304 456 0 0 0 7 3 0 0 18 0 1 0 242872108 2576384 438 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13785/statm: 629 438 106 274 0 352 0
[pid=13787] ppid=13785 vsize=11676 CPUtime=1121.66
/proc/13787/stat : 13787 (minisat) R 13785 13785 13496 0 -1 4194304 2840 0 0 0 112164 2 0 0 25 0 1 0 242872119 11956224 2590 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13787/statm: 2919 2590 77 170 0 2747 0
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (KiB) 14192

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13787
/proc/meminfo: memFree=1537888/2055920 swapFree=4181456/4192956
[pid=13785] ppid=13783 vsize=2516 CPUtime=0.1
/proc/13785/stat : 13785 (IUT_BMB_SIM) S 13783 13785 13496 0 -1 4194304 456 0 0 0 7 3 0 0 18 0 1 0 242872108 2576384 438 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13785/statm: 629 438 106 274 0 352 0
[pid=13787] ppid=13785 vsize=11676 CPUtime=1181.63
/proc/13787/stat : 13787 (minisat) R 13785 13785 13496 0 -1 4194304 2860 0 0 0 118161 2 0 0 25 0 1 0 242872119 11956224 2610 1992294400 134512640 135212939 4294956320 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/13787/statm: 2919 2610 77 170 0 2747 0
Current children cumulated CPU time (s) 1181.73
Current children cumulated vsize (KiB) 14192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13787
/proc/meminfo: memFree=1537888/2055920 swapFree=4181456/4192956
[pid=13785] ppid=13783 vsize=2516 CPUtime=0.1
/proc/13785/stat : 13785 (IUT_BMB_SIM) S 13783 13785 13496 0 -1 4194304 456 0 0 0 7 3 0 0 18 0 1 0 242872108 2576384 438 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13785/statm: 629 438 106 274 0 352 0
[pid=13787] ppid=13785 vsize=11676 CPUtime=1199.92
/proc/13787/stat : 13787 (minisat) R 13785 13785 13496 0 -1 4194304 2862 0 0 0 119990 2 0 0 25 0 1 0 242872119 11956224 2612 1992294400 134512640 135212939 4294956320 18446744073709551615 134526549 0 0 4096 3 0 0 0 17 0 0 0
/proc/13787/statm: 2919 2612 77 170 0 2747 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 14192

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.61
CPU time (s): 1200.05
CPU user time (s): 1199.99
CPU system time (s): 0.06099
CPU usage (%): 99.9532
Max. virtual memory (cumulated for all children) (KiB): 14192

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

runsolver used 1.07883 second user time and 3.2985 second system time

The end

Launcher Data

Begin job on node26 at 2009-05-12 19:13:11
IDJOB=1806338
IDBENCH=24718
IDSOLVER=650
FILE ID=node26/1806338-1242148391
PBS_JOBID= 9289695
Free space on /tmp= 66064 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT07/crafted/Difficult/contest05/QG/QG6-gensys-icl008.sat05-2720.reshuffled-07.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806338-1242148391/watcher-1806338-1242148391 -o /tmp/evaluation-result-1806338-1242148391/solver-1806338-1242148391 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1806338-1242148391.cnf HOME

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

MD5SUM BENCH= f1b3061e7694aa99406ed9e867c9dfa5
RANDOM SEED=370468728

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:       1550736 kB
Buffers:         44852 kB
Cached:         378264 kB
SwapCached:       5352 kB
Active:          95636 kB
Inactive:       335320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1550736 kB
SwapTotal:     4192956 kB
SwapFree:      4181456 kB
Dirty:            2488 kB
Writeback:           0 kB
Mapped:          13572 kB
Slab:            60336 kB
Committed_AS:   862248 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= 66060 MiB
End job on node26 at 2009-05-12 19:33:14