Trace number 1805876

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.06 1200.42

General information on the benchmark

Namecrafted/Hard/contest04/connamacher/
connm-ue-csp-sat-n1200-d0.00-s1756632460.sat05-526.reshuffled-07.cnf
MD5SUM00198881c2cf000cfee916c18d69d474
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 variables1132
Number of clauses14011
Sum of the clauses size42316
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 313728
Number of clauses of size 4283
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.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:  1132                                                 |
0.09/0.11	|  Number of clauses:    14011                                                |
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 |    1132    14011    42316 |     4670        0    nan |  0.000 % |
0.09/0.12	|       100 |    1132    14011    42316 |     5137      100      7 |  0.000 % |
0.09/0.13	|       251 |    1132    14011    42316 |     5651      251      9 |  0.000 % |
0.09/0.14	|       476 |    1132    14011    42316 |     6216      476     11 |  0.000 % |
0.09/0.16	|       813 |    1132    14011    42316 |     6837      813     12 |  0.000 % |
0.09/0.18	|      1320 |    1132    14011    42316 |     7521     1320     13 |  0.000 % |
0.10/0.23	|      2079 |    1132    14011    42316 |     8273     2079     15 |  0.000 % |
0.10/0.33	|      3218 |    1132    14011    42316 |     9101     3218     17 |  0.000 % |
0.10/0.48	|      4927 |    1132    14011    42316 |    10011     4927     19 |  0.000 % |
0.10/0.84	|      7489 |    1132    14011    42316 |    11012     7489     24 |  0.000 % |
1.27/1.37	|     11333 |    1132    14011    42316 |    12113     5720     24 |  0.000 % |
2.18/2.23	|     17100 |    1132    14011    42316 |    13325    11487     28 |  0.000 % |
3.67/3.70	|     25749 |    1132    14011    42316 |    14657    13395     28 |  0.000 % |
5.47/5.58	|     38724 |    1132    14011    42316 |    16123    11559     27 |  0.000 % |
8.77/8.81	|     58186 |    1132    14011    42316 |    17735    14762     23 |  0.000 % |
13.97/14.02	|     87379 |    1132    14011    42316 |    19509    17122     26 |  0.000 % |
23.67/23.71	|    131169 |    1132    14011    42316 |    21460    11918     24 |  0.000 % |
38.56/38.69	|    196853 |    1132    14011    42316 |    23606    12818     23 |  0.000 % |
64.06/64.12	|    295381 |    1132    14011    42316 |    25966    16421     26 |  0.000 % |
110.05/110.11	|    443171 |    1132    14011    42316 |    28563    20852     27 |  0.000 % |
185.03/185.20	|    664854 |    1132    14011    42316 |    31419    27391     30 |  0.000 % |
308.99/309.19	|    997381 |    1132    14011    42316 |    34561    26989     27 |  0.000 % |
519.83/520.05	|   1496169 |    1132    14011    42316 |    38017    18763     27 |  0.000 % |
850.83/851.13	|   2244351 |    1132    14011    42316 |    41819    19918     25 |  0.000 % |
1200.03/1200.41	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-1805876-1242142338/watcher-1805876-1242142338 -o /tmp/evaluation-result-1805876-1242142338/solver-1805876-1242142338 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1805876-1242142338.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.88 0.46 0.91 2/65 27358
/proc/meminfo: memFree=1376808/2055920 swapFree=4181612/4192956
[pid=27358] ppid=27356 vsize=1452 CPUtime=0
/proc/27358/stat : 27358 (IUT_BMB_SIM) R 27356 27358 27234 0 -1 4194304 151 0 0 0 0 0 0 0 20 0 1 0 242262806 1486848 134 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 1 0 0
/proc/27358/statm: 363 135 92 274 0 86 0

[startup+0.0193621 s]
/proc/loadavg: 0.88 0.46 0.91 2/65 27358
/proc/meminfo: memFree=1376808/2055920 swapFree=4181612/4192956
[pid=27358] ppid=27356 vsize=1848 CPUtime=0.01
/proc/27358/stat : 27358 (IUT_BMB_SIM) R 27356 27358 27234 0 -1 4194304 268 0 0 0 1 0 0 0 20 0 1 0 242262806 1892352 251 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 1 0 0
/proc/27358/statm: 462 251 97 274 0 185 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1848

[startup+0.101371 s]
/proc/loadavg: 0.88 0.46 0.91 2/65 27358
/proc/meminfo: memFree=1376808/2055920 swapFree=4181612/4192956
[pid=27358] ppid=27356 vsize=2244 CPUtime=0.09
/proc/27358/stat : 27358 (IUT_BMB_SIM) R 27356 27358 27234 0 -1 4194304 370 0 0 0 5 4 0 0 20 0 1 0 242262806 2297856 353 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 1 0 0
/proc/27358/statm: 561 353 99 274 0 284 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2244

[startup+0.301394 s]
/proc/loadavg: 0.88 0.46 0.91 2/65 27358
/proc/meminfo: memFree=1376808/2055920 swapFree=4181612/4192956
[pid=27358] ppid=27356 vsize=2244 CPUtime=0.1
/proc/27358/stat : 27358 (IUT_BMB_SIM) S 27356 27358 27234 0 -1 4194304 377 0 0 0 5 5 0 0 21 0 1 0 242262806 2297856 359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27358/statm: 561 359 105 274 0 284 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2244

[startup+0.701441 s]
/proc/loadavg: 0.88 0.46 0.91 2/65 27358
/proc/meminfo: memFree=1376808/2055920 swapFree=4181612/4192956
[pid=27358] ppid=27356 vsize=2244 CPUtime=0.1
/proc/27358/stat : 27358 (IUT_BMB_SIM) S 27356 27358 27234 0 -1 4194304 377 0 0 0 5 5 0 0 21 0 1 0 242262806 2297856 359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27358/statm: 561 359 105 274 0 284 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2244

[startup+1.50153 s]
/proc/loadavg: 0.88 0.46 0.91 2/67 27360
/proc/meminfo: memFree=1373392/2055920 swapFree=4181612/4192956
[pid=27358] ppid=27356 vsize=2244 CPUtime=0.1
/proc/27358/stat : 27358 (IUT_BMB_SIM) S 27356 27358 27234 0 -1 4194304 377 0 0 0 5 5 0 0 21 0 1 0 242262806 2297856 359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27358/statm: 561 359 105 274 0 284 0
[pid=27360] ppid=27358 vsize=4064 CPUtime=1.37
/proc/27360/stat : 27360 (minisat) R 27358 27358 27234 0 -1 4194304 944 0 0 0 137 0 0 0 25 0 1 0 242262817 4161536 694 1992294400 134512640 135212939 4294956320 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 1 0 0
/proc/27360/statm: 1016 694 76 170 0 844 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 6308

[startup+3.1017 s]
/proc/loadavg: 0.89 0.47 0.91 2/67 27360
/proc/meminfo: memFree=1372816/2055920 swapFree=4181612/4192956
[pid=27358] ppid=27356 vsize=2244 CPUtime=0.1
/proc/27358/stat : 27358 (IUT_BMB_SIM) S 27356 27358 27234 0 -1 4194304 377 0 0 0 5 5 0 0 21 0 1 0 242262806 2297856 359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27358/statm: 561 359 105 274 0 284 0
[pid=27360] ppid=27358 vsize=4460 CPUtime=2.97
/proc/27360/stat : 27360 (minisat) R 27358 27358 27234 0 -1 4194304 1059 0 0 0 297 0 0 0 25 0 1 0 242262817 4567040 809 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 1 0 0
/proc/27360/statm: 1115 809 76 170 0 943 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 6704

[startup+6.30106 s]
/proc/loadavg: 0.89 0.47 0.91 2/67 27360
/proc/meminfo: memFree=1371984/2055920 swapFree=4181612/4192956
[pid=27358] ppid=27356 vsize=2244 CPUtime=0.1
/proc/27358/stat : 27358 (IUT_BMB_SIM) S 27356 27358 27234 0 -1 4194304 377 0 0 0 5 5 0 0 21 0 1 0 242262806 2297856 359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27358/statm: 561 359 105 274 0 284 0
[pid=27360] ppid=27358 vsize=4996 CPUtime=6.17
/proc/27360/stat : 27360 (minisat) R 27358 27358 27234 0 -1 4194304 1174 0 0 0 617 0 0 0 25 0 1 0 242262817 5115904 924 1992294400 134512640 135212939 4294956320 18446744073709551615 134536398 0 0 4096 3 0 0 0 17 1 0 0
/proc/27360/statm: 1249 924 76 170 0 1077 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7240

[startup+12.7018 s]
/proc/loadavg: 1.20 0.55 0.93 2/67 27360
/proc/meminfo: memFree=1371216/2055920 swapFree=4181612/4192956
[pid=27358] ppid=27356 vsize=2244 CPUtime=0.1
/proc/27358/stat : 27358 (IUT_BMB_SIM) S 27356 27358 27234 0 -1 4194304 377 0 0 0 5 5 0 0 21 0 1 0 242262806 2297856 359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27358/statm: 561 359 105 274 0 284 0
[pid=27360] ppid=27358 vsize=5540 CPUtime=12.58
/proc/27360/stat : 27360 (minisat) R 27358 27358 27234 0 -1 4194304 1326 0 0 0 1257 1 0 0 25 0 1 0 242262817 5672960 1076 1992294400 134512640 135212939 4294956320 18446744073709551615 134536498 0 0 4096 3 0 0 0 17 1 0 0
/proc/27360/statm: 1385 1076 76 170 0 1213 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 7784

[startup+25.5012 s]
/proc/loadavg: 1.17 0.57 0.93 2/67 27360
/proc/meminfo: memFree=1370832/2055920 swapFree=4181612/4192956
[pid=27358] ppid=27356 vsize=2244 CPUtime=0.1
/proc/27358/stat : 27358 (IUT_BMB_SIM) S 27356 27358 27234 0 -1 4194304 377 0 0 0 5 5 0 0 21 0 1 0 242262806 2297856 359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27358/statm: 561 359 105 274 0 284 0
[pid=27360] ppid=27358 vsize=6092 CPUtime=25.37
/proc/27360/stat : 27360 (minisat) R 27358 27358 27234 0 -1 4194304 1463 0 0 0 2536 1 0 0 25 0 1 0 242262817 6238208 1213 1992294400 134512640 135212939 4294956320 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 1 0 0
/proc/27360/statm: 1523 1213 76 170 0 1351 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 8336

[startup+51.101 s]
/proc/loadavg: 1.11 0.60 0.93 2/67 27360
/proc/meminfo: memFree=1369232/2055920 swapFree=4181612/4192956
[pid=27358] ppid=27356 vsize=2244 CPUtime=0.1
/proc/27358/stat : 27358 (IUT_BMB_SIM) S 27356 27358 27234 0 -1 4194304 377 0 0 0 5 5 0 0 21 0 1 0 242262806 2297856 359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27358/statm: 561 359 105 274 0 284 0
[pid=27360] ppid=27358 vsize=7576 CPUtime=50.96
/proc/27360/stat : 27360 (minisat) R 27358 27358 27234 0 -1 4194304 1825 0 0 0 5095 1 0 0 25 0 1 0 242262817 7757824 1575 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/27360/statm: 1894 1575 76 170 0 1722 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 9820

[startup+102.303 s]
/proc/loadavg: 1.05 0.66 0.93 2/67 27360
/proc/meminfo: memFree=1368464/2055920 swapFree=4181612/4192956
[pid=27358] ppid=27356 vsize=2244 CPUtime=0.1
/proc/27358/stat : 27358 (IUT_BMB_SIM) S 27356 27358 27234 0 -1 4194304 377 0 0 0 5 5 0 0 21 0 1 0 242262806 2297856 359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27358/statm: 561 359 105 274 0 284 0
[pid=27360] ppid=27358 vsize=8396 CPUtime=102.15
/proc/27360/stat : 27360 (minisat) R 27358 27358 27234 0 -1 4194304 2013 0 0 0 10213 2 0 0 25 0 1 0 242262817 8597504 1763 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/27360/statm: 2099 1763 76 170 0 1927 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 10640

[startup+162.301 s]
/proc/loadavg: 1.01 0.72 0.93 2/67 27360
/proc/meminfo: memFree=1367440/2055920 swapFree=4181612/4192956
[pid=27358] ppid=27356 vsize=2244 CPUtime=0.1
/proc/27358/stat : 27358 (IUT_BMB_SIM) S 27356 27358 27234 0 -1 4194304 377 0 0 0 5 5 0 0 21 0 1 0 242262806 2297856 359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27358/statm: 561 359 105 274 0 284 0
[pid=27360] ppid=27358 vsize=9364 CPUtime=162.13
/proc/27360/stat : 27360 (minisat) R 27358 27358 27234 0 -1 4194304 2251 0 0 0 16211 2 0 0 25 0 1 0 242262817 9588736 2001 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/27360/statm: 2341 2001 76 170 0 2169 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 11608

[startup+222.301 s]
/proc/loadavg: 1.00 0.77 0.93 2/67 27360
/proc/meminfo: memFree=1366544/2055920 swapFree=4181612/4192956
[pid=27358] ppid=27356 vsize=2244 CPUtime=0.1
/proc/27358/stat : 27358 (IUT_BMB_SIM) S 27356 27358 27234 0 -1 4194304 377 0 0 0 5 5 0 0 21 0 1 0 242262806 2297856 359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27358/statm: 561 359 105 274 0 284 0
[pid=27360] ppid=27358 vsize=10312 CPUtime=222.11
/proc/27360/stat : 27360 (minisat) R 27358 27358 27234 0 -1 4194304 2471 0 0 0 22209 2 0 0 25 0 1 0 242262817 10559488 2221 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/27360/statm: 2578 2221 76 170 0 2406 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 12556

[startup+282.302 s]
/proc/loadavg: 1.00 0.81 0.93 2/67 27360
/proc/meminfo: memFree=1366096/2055920 swapFree=4181612/4192956
[pid=27358] ppid=27356 vsize=2244 CPUtime=0.1
/proc/27358/stat : 27358 (IUT_BMB_SIM) S 27356 27358 27234 0 -1 4194304 377 0 0 0 5 5 0 0 21 0 1 0 242262806 2297856 359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27358/statm: 561 359 105 274 0 284 0
[pid=27360] ppid=27358 vsize=10748 CPUtime=282.09
/proc/27360/stat : 27360 (minisat) R 27358 27358 27234 0 -1 4194304 2577 0 0 0 28207 2 0 0 25 0 1 0 242262817 11005952 2327 1992294400 134512640 135212939 4294956320 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 1 0 0
/proc/27360/statm: 2687 2327 76 170 0 2515 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 12992

[startup+342.301 s]
/proc/loadavg: 1.00 0.84 0.93 2/67 27360
/proc/meminfo: memFree=1364880/2055920 swapFree=4181612/4192956
[pid=27358] ppid=27356 vsize=2244 CPUtime=0.1
/proc/27358/stat : 27358 (IUT_BMB_SIM) S 27356 27358 27234 0 -1 4194304 377 0 0 0 5 5 0 0 21 0 1 0 242262806 2297856 359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27358/statm: 561 359 105 274 0 284 0
[pid=27360] ppid=27358 vsize=11960 CPUtime=342.07
/proc/27360/stat : 27360 (minisat) R 27358 27358 27234 0 -1 4194304 2875 0 0 0 34205 2 0 0 25 0 1 0 242262817 12247040 2625 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/27360/statm: 2990 2625 76 170 0 2818 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 14204

[startup+402.301 s]
/proc/loadavg: 1.00 0.87 0.93 2/67 27360
/proc/meminfo: memFree=1364304/2055920 swapFree=4181612/4192956
[pid=27358] ppid=27356 vsize=2244 CPUtime=0.1
/proc/27358/stat : 27358 (IUT_BMB_SIM) S 27356 27358 27234 0 -1 4194304 377 0 0 0 5 5 0 0 21 0 1 0 242262806 2297856 359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27358/statm: 561 359 105 274 0 284 0
[pid=27360] ppid=27358 vsize=12488 CPUtime=402.05
/proc/27360/stat : 27360 (minisat) R 27358 27358 27234 0 -1 4194304 2994 0 0 0 40203 2 0 0 25 0 1 0 242262817 12787712 2744 1992294400 134512640 135212939 4294956320 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 1 0 0
/proc/27360/statm: 3122 2744 76 170 0 2950 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 14732

[startup+462.302 s]

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

[pid=27360] ppid=27358 vsize=12760 CPUtime=462.05
/proc/27360/stat : 27360 (minisat) R 27358 27358 27234 0 -1 4194304 3049 0 0 0 46202 3 0 0 25 0 1 0 242262817 13066240 2799 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/27360/statm: 3190 2799 76 170 0 3018 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 15004

[startup+522.301 s]
/proc/loadavg: 1.00 0.91 0.93 2/67 27360
/proc/meminfo: memFree=1363984/2055920 swapFree=4181612/4192956
[pid=27358] ppid=27356 vsize=2244 CPUtime=0.1
/proc/27358/stat : 27358 (IUT_BMB_SIM) S 27356 27358 27234 0 -1 4194304 377 0 0 0 5 5 0 0 21 0 1 0 242262806 2297856 359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27358/statm: 561 359 105 274 0 284 0
[pid=27360] ppid=27358 vsize=12760 CPUtime=522.03
/proc/27360/stat : 27360 (minisat) R 27358 27358 27234 0 -1 4194304 3063 0 0 0 52200 3 0 0 25 0 1 0 242262817 13066240 2813 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/27360/statm: 3190 2813 76 170 0 3018 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 15004

[startup+582.306 s]
/proc/loadavg: 1.00 0.92 0.93 2/67 27360
/proc/meminfo: memFree=1363856/2055920 swapFree=4181612/4192956
[pid=27358] ppid=27356 vsize=2244 CPUtime=0.1
/proc/27358/stat : 27358 (IUT_BMB_SIM) S 27356 27358 27234 0 -1 4194304 377 0 0 0 5 5 0 0 21 0 1 0 242262806 2297856 359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27358/statm: 561 359 105 274 0 284 0
[pid=27360] ppid=27358 vsize=12924 CPUtime=582.01
/proc/27360/stat : 27360 (minisat) R 27358 27358 27234 0 -1 4194304 3106 0 0 0 58198 3 0 0 25 0 1 0 242262817 13234176 2856 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/27360/statm: 3231 2856 76 170 0 3059 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 15168

[startup+642.302 s]
/proc/loadavg: 1.00 0.93 0.93 2/67 27362
/proc/meminfo: memFree=1363536/2055920 swapFree=4181612/4192956
[pid=27358] ppid=27356 vsize=2244 CPUtime=0.1
/proc/27358/stat : 27358 (IUT_BMB_SIM) S 27356 27358 27234 0 -1 4194304 377 0 0 0 5 5 0 0 21 0 1 0 242262806 2297856 359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27358/statm: 561 359 105 274 0 284 0
[pid=27360] ppid=27358 vsize=13260 CPUtime=641.99
/proc/27360/stat : 27360 (minisat) R 27358 27358 27234 0 -1 4194304 3175 0 0 0 64196 3 0 0 25 0 1 0 242262817 13578240 2925 1992294400 134512640 135212939 4294956320 18446744073709551615 134526655 0 0 4096 3 0 0 0 17 1 0 0
/proc/27360/statm: 3315 2925 76 170 0 3143 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 15504

[startup+702.301 s]
/proc/loadavg: 1.00 0.94 0.93 2/67 27362
/proc/meminfo: memFree=1363152/2055920 swapFree=4181612/4192956
[pid=27358] ppid=27356 vsize=2244 CPUtime=0.1
/proc/27358/stat : 27358 (IUT_BMB_SIM) S 27356 27358 27234 0 -1 4194304 377 0 0 0 5 5 0 0 21 0 1 0 242262806 2297856 359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27358/statm: 561 359 105 274 0 284 0
[pid=27360] ppid=27358 vsize=13552 CPUtime=701.97
/proc/27360/stat : 27360 (minisat) R 27358 27358 27234 0 -1 4194304 3257 0 0 0 70194 3 0 0 25 0 1 0 242262817 13877248 3007 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/27360/statm: 3388 3007 76 170 0 3216 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 15796

[startup+762.302 s]
/proc/loadavg: 1.00 0.95 0.93 2/67 27362
/proc/meminfo: memFree=1362960/2055920 swapFree=4181612/4192956
[pid=27358] ppid=27356 vsize=2244 CPUtime=0.1
/proc/27358/stat : 27358 (IUT_BMB_SIM) S 27356 27358 27234 0 -1 4194304 377 0 0 0 5 5 0 0 21 0 1 0 242262806 2297856 359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27358/statm: 561 359 105 274 0 284 0
[pid=27360] ppid=27358 vsize=13884 CPUtime=761.95
/proc/27360/stat : 27360 (minisat) R 27358 27358 27234 0 -1 4194304 3312 0 0 0 76192 3 0 0 25 0 1 0 242262817 14217216 3062 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 1 0 0
/proc/27360/statm: 3471 3062 76 170 0 3299 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 16128

[startup+822.302 s]
/proc/loadavg: 1.00 0.95 0.93 2/67 27362
/proc/meminfo: memFree=1362832/2055920 swapFree=4181612/4192956
[pid=27358] ppid=27356 vsize=2244 CPUtime=0.1
/proc/27358/stat : 27358 (IUT_BMB_SIM) S 27356 27358 27234 0 -1 4194304 377 0 0 0 5 5 0 0 21 0 1 0 242262806 2297856 359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27358/statm: 561 359 105 274 0 284 0
[pid=27360] ppid=27358 vsize=14036 CPUtime=821.94
/proc/27360/stat : 27360 (minisat) R 27358 27358 27234 0 -1 4194304 3359 0 0 0 82191 3 0 0 25 0 1 0 242262817 14372864 3109 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/27360/statm: 3509 3109 76 170 0 3337 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 16280

[startup+882.301 s]
/proc/loadavg: 1.00 0.96 0.93 2/67 27362
/proc/meminfo: memFree=1362320/2055920 swapFree=4181612/4192956
[pid=27358] ppid=27356 vsize=2244 CPUtime=0.1
/proc/27358/stat : 27358 (IUT_BMB_SIM) S 27356 27358 27234 0 -1 4194304 377 0 0 0 5 5 0 0 21 0 1 0 242262806 2297856 359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27358/statm: 561 359 105 274 0 284 0
[pid=27360] ppid=27358 vsize=14516 CPUtime=881.92
/proc/27360/stat : 27360 (minisat) R 27358 27358 27234 0 -1 4194304 3463 0 0 0 88189 3 0 0 25 0 1 0 242262817 14864384 3213 1992294400 134512640 135212939 4294956320 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 1 0 0
/proc/27360/statm: 3629 3213 76 170 0 3457 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 16760

[startup+942.302 s]
/proc/loadavg: 1.00 0.97 0.93 2/67 27362
/proc/meminfo: memFree=1361360/2055920 swapFree=4181612/4192956
[pid=27358] ppid=27356 vsize=2244 CPUtime=0.1
/proc/27358/stat : 27358 (IUT_BMB_SIM) S 27356 27358 27234 0 -1 4194304 377 0 0 0 5 5 0 0 21 0 1 0 242262806 2297856 359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27358/statm: 561 359 105 274 0 284 0
[pid=27360] ppid=27358 vsize=15492 CPUtime=941.9
/proc/27360/stat : 27360 (minisat) R 27358 27358 27234 0 -1 4194304 3710 0 0 0 94187 3 0 0 25 0 1 0 242262817 15863808 3460 1992294400 134512640 135212939 4294956320 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 1 0 0
/proc/27360/statm: 3873 3460 76 170 0 3701 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 17736

[startup+1002.3 s]
/proc/loadavg: 1.00 0.97 0.93 2/67 27362
/proc/meminfo: memFree=1361232/2055920 swapFree=4181612/4192956
[pid=27358] ppid=27356 vsize=2244 CPUtime=0.1
/proc/27358/stat : 27358 (IUT_BMB_SIM) S 27356 27358 27234 0 -1 4194304 377 0 0 0 5 5 0 0 21 0 1 0 242262806 2297856 359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27358/statm: 561 359 105 274 0 284 0
[pid=27360] ppid=27358 vsize=15660 CPUtime=1001.88
/proc/27360/stat : 27360 (minisat) R 27358 27358 27234 0 -1 4194304 3727 0 0 0 100185 3 0 0 25 0 1 0 242262817 16035840 3477 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/27360/statm: 3915 3477 76 170 0 3743 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 17904

[startup+1062.3 s]
/proc/loadavg: 1.00 0.97 0.93 2/67 27362
/proc/meminfo: memFree=1361168/2055920 swapFree=4181612/4192956
[pid=27358] ppid=27356 vsize=2244 CPUtime=0.1
/proc/27358/stat : 27358 (IUT_BMB_SIM) S 27356 27358 27234 0 -1 4194304 377 0 0 0 5 5 0 0 21 0 1 0 242262806 2297856 359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27358/statm: 561 359 105 274 0 284 0
[pid=27360] ppid=27358 vsize=15660 CPUtime=1061.86
/proc/27360/stat : 27360 (minisat) R 27358 27358 27234 0 -1 4194304 3742 0 0 0 106183 3 0 0 25 0 1 0 242262817 16035840 3492 1992294400 134512640 135212939 4294956320 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 1 0 0
/proc/27360/statm: 3915 3492 76 170 0 3743 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 17904

[startup+1122.3 s]
/proc/loadavg: 1.00 0.97 0.93 2/67 27362
/proc/meminfo: memFree=1361104/2055920 swapFree=4181612/4192956
[pid=27358] ppid=27356 vsize=2244 CPUtime=0.1
/proc/27358/stat : 27358 (IUT_BMB_SIM) S 27356 27358 27234 0 -1 4194304 377 0 0 0 5 5 0 0 21 0 1 0 242262806 2297856 359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27358/statm: 561 359 105 274 0 284 0
[pid=27360] ppid=27358 vsize=15804 CPUtime=1121.85
/proc/27360/stat : 27360 (minisat) R 27358 27358 27234 0 -1 4194304 3756 0 0 0 112182 3 0 0 25 0 1 0 242262817 16183296 3506 1992294400 134512640 135212939 4294956320 18446744073709551615 134526661 0 0 4096 3 0 0 0 17 1 0 0
/proc/27360/statm: 3951 3506 76 170 0 3779 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 18048

[startup+1182.3 s]
/proc/loadavg: 1.00 0.97 0.93 2/67 27362
/proc/meminfo: memFree=1361104/2055920 swapFree=4181612/4192956
[pid=27358] ppid=27356 vsize=2244 CPUtime=0.1
/proc/27358/stat : 27358 (IUT_BMB_SIM) S 27356 27358 27234 0 -1 4194304 377 0 0 0 5 5 0 0 21 0 1 0 242262806 2297856 359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27358/statm: 561 359 105 274 0 284 0
[pid=27360] ppid=27358 vsize=15804 CPUtime=1181.83
/proc/27360/stat : 27360 (minisat) R 27358 27358 27234 0 -1 4194304 3756 0 0 0 118180 3 0 0 25 0 1 0 242262817 16183296 3506 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/27360/statm: 3951 3506 76 170 0 3779 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 18048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.97 0.93 2/67 27362
/proc/meminfo: memFree=1361040/2055920 swapFree=4181612/4192956
[pid=27358] ppid=27356 vsize=2244 CPUtime=0.1
/proc/27358/stat : 27358 (IUT_BMB_SIM) S 27356 27358 27234 0 -1 4194304 377 0 0 0 5 5 0 0 21 0 1 0 242262806 2297856 359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27358/statm: 561 359 105 274 0 284 0
[pid=27360] ppid=27358 vsize=15804 CPUtime=1199.93
/proc/27360/stat : 27360 (minisat) R 27358 27358 27234 0 -1 4194304 3756 0 0 0 119990 3 0 0 25 0 1 0 242262817 16183296 3506 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/27360/statm: 3951 3506 76 170 0 3779 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 18048

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1200.42
CPU time (s): 1200.06
CPU user time (s): 1199.97
CPU system time (s): 0.093985
CPU usage (%): 99.9704
Max. virtual memory (cumulated for all children) (KiB): 18048

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

runsolver used 1.03784 second user time and 3.33849 second system time

The end

Launcher Data

Begin job on node91 at 2009-05-12 17:32:18
IDJOB=1805876
IDBENCH=24614
IDSOLVER=650
FILE ID=node91/1805876-1242142338
PBS_JOBID= 9289635
Free space on /tmp= 66236 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT07/crafted/Hard/contest04/connamacher/connm-ue-csp-sat-n1200-d0.00-s1756632460.sat05-526.reshuffled-07.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1805876-1242142338/watcher-1805876-1242142338 -o /tmp/evaluation-result-1805876-1242142338/solver-1805876-1242142338 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1805876-1242142338.cnf HOME

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

MD5SUM BENCH= 00198881c2cf000cfee916c18d69d474
RANDOM SEED=1703010279

node91.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.241
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.241
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1377288 kB
Buffers:         43068 kB
Cached:         556372 kB
SwapCached:       4876 kB
Active:          51556 kB
Inactive:       556624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1377288 kB
SwapTotal:     4192956 kB
SwapFree:      4181612 kB
Dirty:            2360 kB
Writeback:           0 kB
Mapped:          15200 kB
Slab:            56412 kB
Committed_AS:   764988 kB
PageTables:       1356 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66232 MiB
End job on node91 at 2009-05-12 17:52:18