Trace number 1805897

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

General information on the benchmark

Namecrafted/Hard/contest04/connamacher/
connm-ue-csp-sat-n1200-d0.04-s736572600.sat05-546.reshuffled-07.cnf
MD5SUMb113aab739ba5e45a581d24e1a53a65a
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 variables1148
Number of clauses14303
Sum of the clauses size43196
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 314016
Number of clauses of size 4287
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:  1148                                                 |
0.09/0.11	|  Number of clauses:    14303                                                |
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 |    1148    14303    43196 |     4767        0    nan |  0.000 % |
0.09/0.12	|       102 |    1148    14303    43196 |     5244      102      7 |  0.000 % |
0.09/0.13	|       252 |    1148    14303    43196 |     5768      252      9 |  0.000 % |
0.09/0.14	|       478 |    1148    14303    43196 |     6345      478     11 |  0.000 % |
0.09/0.16	|       815 |    1148    14303    43196 |     6980      815     12 |  0.000 % |
0.09/0.18	|      1321 |    1148    14303    43196 |     7678     1321     12 |  0.000 % |
0.11/0.24	|      2080 |    1148    14303    43196 |     8446     2080     15 |  0.000 % |
0.11/0.33	|      3219 |    1148    14303    43196 |     9290     3219     17 |  0.000 % |
0.11/0.47	|      4927 |    1148    14303    43196 |    10219     4927     19 |  0.000 % |
0.11/0.79	|      7490 |    1148    14303    43196 |    11241     7490     23 |  0.000 % |
1.39/1.43	|     11334 |    1148    14303    43196 |    12366    11334     24 |  0.000 % |
2.28/2.32	|     17100 |    1148    14303    43196 |    13602    10838     24 |  0.000 % |
3.78/3.81	|     25750 |    1148    14303    43196 |    14962    12622     23 |  0.000 % |
6.67/6.73	|     38729 |    1148    14303    43196 |    16459    10456     32 |  0.000 % |
10.47/10.58	|     58191 |    1148    14303    43196 |    18105    13386     25 |  0.000 % |
17.36/17.47	|     87383 |    1148    14303    43196 |    19915    15246     24 |  0.000 % |
28.46/28.56	|    131172 |    1148    14303    43196 |    21907    19007     24 |  0.000 % |
48.05/48.16	|    196856 |    1148    14303    43196 |    24098    18654     25 |  0.000 % |
78.73/78.82	|    295383 |    1148    14303    43196 |    26507    20228     23 |  0.000 % |
127.72/127.86	|    443172 |    1148    14303    43196 |    29158    21399     27 |  0.000 % |
202.29/202.46	|    664855 |    1148    14303    43196 |    32074    23439     26 |  0.000 % |
326.74/326.96	|    997380 |    1148    14303    43196 |    35281    17759     21 |  0.000 % |
532.44/532.70	|   1496169 |    1148    14303    43196 |    38810    34815     23 |  0.000 % |
921.06/921.55	|   2244351 |    1148    14303    43196 |    42691    22094     21 |  0.000 % |
1200.06/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-1805897-1242142390/watcher-1805897-1242142390 -o /tmp/evaluation-result-1805897-1242142390/solver-1805897-1242142390 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1805897-1242142390.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.94 0.46 0.60 3/65 11810
/proc/meminfo: memFree=937856/2055920 swapFree=4167512/4192956
[pid=11810] ppid=11808 vsize=1584 CPUtime=0
/proc/11810/stat : 11810 (IUT_BMB_SIM) R 11808 11810 11742 0 -1 4194304 221 0 0 0 0 0 0 0 19 0 1 0 242272691 1622016 204 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/11810/statm: 396 204 97 274 0 119 0

[startup+0.0388091 s]
/proc/loadavg: 0.94 0.46 0.60 3/65 11810
/proc/meminfo: memFree=937856/2055920 swapFree=4167512/4192956
[pid=11810] ppid=11808 vsize=2112 CPUtime=0.03
/proc/11810/stat : 11810 (IUT_BMB_SIM) R 11808 11810 11742 0 -1 4194304 357 0 0 0 3 0 0 0 19 0 1 0 242272691 2162688 340 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/11810/statm: 528 340 97 274 0 251 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2112

[startup+0.101813 s]
/proc/loadavg: 0.94 0.46 0.60 3/65 11810
/proc/meminfo: memFree=937856/2055920 swapFree=4167512/4192956
[pid=11810] ppid=11808 vsize=2244 CPUtime=0.09
/proc/11810/stat : 11810 (IUT_BMB_SIM) R 11808 11810 11742 0 -1 4194304 373 0 0 0 5 4 0 0 19 0 1 0 242272691 2297856 356 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 0 0 0
/proc/11810/statm: 561 356 99 274 0 284 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2244

[startup+0.301833 s]
/proc/loadavg: 0.94 0.46 0.60 3/65 11810
/proc/meminfo: memFree=937856/2055920 swapFree=4167512/4192956
[pid=11810] ppid=11808 vsize=2244 CPUtime=0.11
/proc/11810/stat : 11810 (IUT_BMB_SIM) S 11808 11810 11742 0 -1 4194304 380 0 0 0 6 5 0 0 20 0 1 0 242272691 2297856 362 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11810/statm: 561 362 105 274 0 284 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2244

[startup+0.701872 s]
/proc/loadavg: 0.94 0.46 0.60 3/65 11810
/proc/meminfo: memFree=937856/2055920 swapFree=4167512/4192956
[pid=11810] ppid=11808 vsize=2244 CPUtime=0.11
/proc/11810/stat : 11810 (IUT_BMB_SIM) S 11808 11810 11742 0 -1 4194304 380 0 0 0 6 5 0 0 20 0 1 0 242272691 2297856 362 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11810/statm: 561 362 105 274 0 284 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2244

[startup+1.50195 s]
/proc/loadavg: 0.94 0.46 0.60 2/67 11812
/proc/meminfo: memFree=934448/2055920 swapFree=4167512/4192956
[pid=11810] ppid=11808 vsize=2244 CPUtime=0.11
/proc/11810/stat : 11810 (IUT_BMB_SIM) S 11808 11810 11742 0 -1 4194304 380 0 0 0 6 5 0 0 20 0 1 0 242272691 2297856 362 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11810/statm: 561 362 105 274 0 284 0
[pid=11812] ppid=11810 vsize=4020 CPUtime=1.38
/proc/11812/stat : 11812 (minisat) R 11810 11810 11742 0 -1 4194304 950 0 0 0 138 0 0 0 25 0 1 0 242272702 4116480 700 1992294400 134512640 135212939 4294956320 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 1 0 0
/proc/11812/statm: 1005 700 76 170 0 833 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6264

[startup+3.1011 s]
/proc/loadavg: 0.95 0.47 0.60 2/67 11812
/proc/meminfo: memFree=933808/2055920 swapFree=4167512/4192956
[pid=11810] ppid=11808 vsize=2244 CPUtime=0.11
/proc/11810/stat : 11810 (IUT_BMB_SIM) S 11808 11810 11742 0 -1 4194304 380 0 0 0 6 5 0 0 20 0 1 0 242272691 2297856 362 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11810/statm: 561 362 105 274 0 284 0
[pid=11812] ppid=11810 vsize=4416 CPUtime=2.97
/proc/11812/stat : 11812 (minisat) R 11810 11810 11742 0 -1 4194304 1033 0 0 0 297 0 0 0 25 0 1 0 242272702 4521984 783 1992294400 134512640 135212939 4294956320 18446744073709551615 134526831 0 0 4096 3 0 0 0 17 1 0 0
/proc/11812/statm: 1104 783 76 170 0 932 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 6660

[startup+6.30139 s]
/proc/loadavg: 0.95 0.47 0.60 2/67 11812
/proc/meminfo: memFree=933104/2055920 swapFree=4167512/4192956
[pid=11810] ppid=11808 vsize=2244 CPUtime=0.11
/proc/11810/stat : 11810 (IUT_BMB_SIM) S 11808 11810 11742 0 -1 4194304 380 0 0 0 6 5 0 0 20 0 1 0 242272691 2297856 362 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11810/statm: 561 362 105 274 0 284 0
[pid=11812] ppid=11810 vsize=5076 CPUtime=6.16
/proc/11812/stat : 11812 (minisat) R 11810 11810 11742 0 -1 4194304 1195 0 0 0 616 0 0 0 25 0 1 0 242272702 5197824 945 1992294400 134512640 135212939 4294956320 18446744073709551615 134527048 0 0 4096 3 0 0 0 17 0 0 0
/proc/11812/statm: 1269 945 76 170 0 1097 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7320

[startup+12.703 s]
/proc/loadavg: 0.95 0.49 0.61 2/67 11812
/proc/meminfo: memFree=932464/2055920 swapFree=4167512/4192956
[pid=11810] ppid=11808 vsize=2244 CPUtime=0.11
/proc/11810/stat : 11810 (IUT_BMB_SIM) S 11808 11810 11742 0 -1 4194304 380 0 0 0 6 5 0 0 20 0 1 0 242272691 2297856 362 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11810/statm: 561 362 105 274 0 284 0
[pid=11812] ppid=11810 vsize=5340 CPUtime=12.56
/proc/11812/stat : 11812 (minisat) R 11810 11810 11742 0 -1 4194304 1259 0 0 0 1256 0 0 0 25 0 1 0 242272702 5468160 1009 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/11812/statm: 1335 1009 76 170 0 1163 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 7584

[startup+25.5012 s]
/proc/loadavg: 0.96 0.50 0.61 2/67 11812
/proc/meminfo: memFree=932080/2055920 swapFree=4167512/4192956
[pid=11810] ppid=11808 vsize=2244 CPUtime=0.11
/proc/11810/stat : 11810 (IUT_BMB_SIM) S 11808 11810 11742 0 -1 4194304 380 0 0 0 6 5 0 0 20 0 1 0 242272691 2297856 362 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11810/statm: 561 362 105 274 0 284 0
[pid=11812] ppid=11810 vsize=5800 CPUtime=25.34
/proc/11812/stat : 11812 (minisat) R 11810 11810 11742 0 -1 4194304 1372 0 0 0 2534 0 0 0 25 0 1 0 242272702 5939200 1122 1992294400 134512640 135212939 4294956320 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/11812/statm: 1450 1122 76 170 0 1278 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 8044

[startup+51.1016 s]
/proc/loadavg: 0.97 0.54 0.62 2/67 11812
/proc/meminfo: memFree=931248/2055920 swapFree=4167512/4192956
[pid=11810] ppid=11808 vsize=2244 CPUtime=0.11
/proc/11810/stat : 11810 (IUT_BMB_SIM) S 11808 11810 11742 0 -1 4194304 380 0 0 0 6 5 0 0 20 0 1 0 242272691 2297856 362 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11810/statm: 561 362 105 274 0 284 0
[pid=11812] ppid=11810 vsize=6600 CPUtime=50.94
/proc/11812/stat : 11812 (minisat) R 11810 11810 11742 0 -1 4194304 1589 0 0 0 5094 0 0 0 25 0 1 0 242272702 6758400 1339 1992294400 134512640 135212939 4294956320 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 0 0 0
/proc/11812/statm: 1650 1339 76 170 0 1478 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 8844

[startup+102.305 s]
/proc/loadavg: 0.99 0.62 0.64 2/67 11812
/proc/meminfo: memFree=930032/2055920 swapFree=4167512/4192956
[pid=11810] ppid=11808 vsize=2244 CPUtime=0.11
/proc/11810/stat : 11810 (IUT_BMB_SIM) S 11808 11810 11742 0 -1 4194304 380 0 0 0 6 5 0 0 20 0 1 0 242272691 2297856 362 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11810/statm: 561 362 105 274 0 284 0
[pid=11812] ppid=11810 vsize=7824 CPUtime=102.12
/proc/11812/stat : 11812 (minisat) R 11810 11810 11742 0 -1 4194304 1882 0 0 0 10211 1 0 0 25 0 1 0 242272702 8011776 1632 1992294400 134512640 135212939 4294956320 18446744073709551615 134536229 0 0 4096 3 0 0 0 17 0 0 0
/proc/11812/statm: 1956 1632 76 170 0 1784 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 10068

[startup+162.301 s]
/proc/loadavg: 0.99 0.68 0.66 2/67 11812
/proc/meminfo: memFree=929072/2055920 swapFree=4167512/4192956
[pid=11810] ppid=11808 vsize=2244 CPUtime=0.11
/proc/11810/stat : 11810 (IUT_BMB_SIM) S 11808 11810 11742 0 -1 4194304 380 0 0 0 6 5 0 0 20 0 1 0 242272691 2297856 362 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11810/statm: 561 362 105 274 0 284 0
[pid=11812] ppid=11810 vsize=8784 CPUtime=162.09
/proc/11812/stat : 11812 (minisat) R 11810 11810 11742 0 -1 4194304 2114 0 0 0 16208 1 0 0 25 0 1 0 242272702 8994816 1864 1992294400 134512640 135212939 4294956320 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/11812/statm: 2196 1864 76 170 0 2024 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 11028

[startup+222.302 s]
/proc/loadavg: 0.99 0.74 0.68 2/67 11812
/proc/meminfo: memFree=928368/2055920 swapFree=4167512/4192956
[pid=11810] ppid=11808 vsize=2244 CPUtime=0.11
/proc/11810/stat : 11810 (IUT_BMB_SIM) S 11808 11810 11742 0 -1 4194304 380 0 0 0 6 5 0 0 20 0 1 0 242272691 2297856 362 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11810/statm: 561 362 105 274 0 284 0
[pid=11812] ppid=11810 vsize=9588 CPUtime=222.07
/proc/11812/stat : 11812 (minisat) R 11810 11810 11742 0 -1 4194304 2291 0 0 0 22206 1 0 0 25 0 1 0 242272702 9818112 2041 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/11812/statm: 2397 2041 76 170 0 2225 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 11832

[startup+282.301 s]
/proc/loadavg: 0.99 0.78 0.69 2/67 11812
/proc/meminfo: memFree=927664/2055920 swapFree=4167512/4192956
[pid=11810] ppid=11808 vsize=2244 CPUtime=0.11
/proc/11810/stat : 11810 (IUT_BMB_SIM) S 11808 11810 11742 0 -1 4194304 380 0 0 0 6 5 0 0 20 0 1 0 242272691 2297856 362 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11810/statm: 561 362 105 274 0 284 0
[pid=11812] ppid=11810 vsize=10252 CPUtime=282.05
/proc/11812/stat : 11812 (minisat) R 11810 11810 11742 0 -1 4194304 2474 0 0 0 28203 2 0 0 25 0 1 0 242272702 10498048 2224 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/11812/statm: 2563 2224 76 170 0 2391 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 12496

[startup+342.302 s]
/proc/loadavg: 0.99 0.82 0.71 2/67 11812
/proc/meminfo: memFree=927216/2055920 swapFree=4167512/4192956
[pid=11810] ppid=11808 vsize=2244 CPUtime=0.11
/proc/11810/stat : 11810 (IUT_BMB_SIM) S 11808 11810 11742 0 -1 4194304 380 0 0 0 6 5 0 0 20 0 1 0 242272691 2297856 362 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11810/statm: 561 362 105 274 0 284 0
[pid=11812] ppid=11810 vsize=10832 CPUtime=342.01
/proc/11812/stat : 11812 (minisat) R 11810 11810 11742 0 -1 4194304 2601 0 0 0 34199 2 0 0 25 0 1 0 242272702 11091968 2351 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/11812/statm: 2708 2351 76 170 0 2536 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 13076

[startup+402.302 s]
/proc/loadavg: 0.99 0.85 0.73 2/67 11812
/proc/meminfo: memFree=926704/2055920 swapFree=4167512/4192956
[pid=11810] ppid=11808 vsize=2244 CPUtime=0.11
/proc/11810/stat : 11810 (IUT_BMB_SIM) S 11808 11810 11742 0 -1 4194304 380 0 0 0 6 5 0 0 20 0 1 0 242272691 2297856 362 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11810/statm: 561 362 105 274 0 284 0
[pid=11812] ppid=11810 vsize=11300 CPUtime=401.98
/proc/11812/stat : 11812 (minisat) R 11810 11810 11742 0 -1 4194304 2730 0 0 0 40196 2 0 0 25 0 1 0 242272702 11571200 2480 1992294400 134512640 135212939 4294956320 18446744073709551615 134526712 0 0 4096 3 0 0 0 17 0 0 0
/proc/11812/statm: 2825 2480 76 170 0 2653 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 13544

[startup+462.301 s]

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

/proc/11810/statm: 561 362 105 274 0 284 0
[pid=11812] ppid=11810 vsize=11568 CPUtime=461.95
/proc/11812/stat : 11812 (minisat) R 11810 11810 11742 0 -1 4194304 2772 0 0 0 46193 2 0 0 25 0 1 0 242272702 11845632 2522 1992294400 134512640 135212939 4294956320 18446744073709551615 134526652 0 0 4096 3 0 0 0 17 0 0 0
/proc/11812/statm: 2892 2522 76 170 0 2720 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 13812

[startup+522.302 s]
/proc/loadavg: 0.99 0.89 0.75 2/67 11814
/proc/meminfo: memFree=926320/2055920 swapFree=4167512/4192956
[pid=11810] ppid=11808 vsize=2244 CPUtime=0.11
/proc/11810/stat : 11810 (IUT_BMB_SIM) S 11808 11810 11742 0 -1 4194304 380 0 0 0 6 5 0 0 20 0 1 0 242272691 2297856 362 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11810/statm: 561 362 105 274 0 284 0
[pid=11812] ppid=11810 vsize=11724 CPUtime=521.93
/proc/11812/stat : 11812 (minisat) R 11810 11810 11742 0 -1 4194304 2815 0 0 0 52190 3 0 0 25 0 1 0 242272702 12005376 2565 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/11812/statm: 2931 2565 76 170 0 2759 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 13968

[startup+582.302 s]
/proc/loadavg: 0.99 0.91 0.76 2/67 11814
/proc/meminfo: memFree=925616/2055920 swapFree=4167512/4192956
[pid=11810] ppid=11808 vsize=2244 CPUtime=0.11
/proc/11810/stat : 11810 (IUT_BMB_SIM) S 11808 11810 11742 0 -1 4194304 380 0 0 0 6 5 0 0 20 0 1 0 242272691 2297856 362 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11810/statm: 561 362 105 274 0 284 0
[pid=11812] ppid=11810 vsize=12428 CPUtime=581.91
/proc/11812/stat : 11812 (minisat) R 11810 11810 11742 0 -1 4194304 2977 0 0 0 58188 3 0 0 25 0 1 0 242272702 12726272 2727 1992294400 134512640 135212939 4294956320 18446744073709551615 134530458 0 0 4096 3 0 0 0 17 0 0 0
/proc/11812/statm: 3107 2727 76 170 0 2935 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 14672

[startup+642.301 s]
/proc/loadavg: 0.99 0.92 0.78 2/67 11814
/proc/meminfo: memFree=925488/2055920 swapFree=4167512/4192956
[pid=11810] ppid=11808 vsize=2244 CPUtime=0.11
/proc/11810/stat : 11810 (IUT_BMB_SIM) S 11808 11810 11742 0 -1 4194304 380 0 0 0 6 5 0 0 20 0 1 0 242272691 2297856 362 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11810/statm: 561 362 105 274 0 284 0
[pid=11812] ppid=11810 vsize=12428 CPUtime=641.89
/proc/11812/stat : 11812 (minisat) R 11810 11810 11742 0 -1 4194304 3005 0 0 0 64186 3 0 0 25 0 1 0 242272702 12726272 2755 1992294400 134512640 135212939 4294956320 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/11812/statm: 3107 2755 76 170 0 2935 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 14672

[startup+702.302 s]
/proc/loadavg: 0.99 0.94 0.79 2/67 11814
/proc/meminfo: memFree=925040/2055920 swapFree=4167512/4192956
[pid=11810] ppid=11808 vsize=2244 CPUtime=0.11
/proc/11810/stat : 11810 (IUT_BMB_SIM) S 11808 11810 11742 0 -1 4194304 380 0 0 0 6 5 0 0 20 0 1 0 242272691 2297856 362 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11810/statm: 561 362 105 274 0 284 0
[pid=11812] ppid=11810 vsize=12892 CPUtime=701.86
/proc/11812/stat : 11812 (minisat) R 11810 11810 11742 0 -1 4194304 3096 0 0 0 70183 3 0 0 25 0 1 0 242272702 13201408 2846 1992294400 134512640 135212939 4294956320 18446744073709551615 134526647 0 0 4096 3 0 0 0 17 0 0 0
/proc/11812/statm: 3223 2846 76 170 0 3051 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 15136

[startup+762.305 s]
/proc/loadavg: 0.99 0.94 0.80 2/67 11814
/proc/meminfo: memFree=924976/2055920 swapFree=4167512/4192956
[pid=11810] ppid=11808 vsize=2244 CPUtime=0.11
/proc/11810/stat : 11810 (IUT_BMB_SIM) S 11808 11810 11742 0 -1 4194304 380 0 0 0 6 5 0 0 20 0 1 0 242272691 2297856 362 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11810/statm: 561 362 105 274 0 284 0
[pid=11812] ppid=11810 vsize=12892 CPUtime=761.84
/proc/11812/stat : 11812 (minisat) R 11810 11810 11742 0 -1 4194304 3096 0 0 0 76181 3 0 0 25 0 1 0 242272702 13201408 2846 1992294400 134512640 135212939 4294956320 18446744073709551615 134526647 0 0 4096 3 0 0 0 17 0 0 0
/proc/11812/statm: 3223 2846 76 170 0 3051 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 15136

[startup+822.301 s]
/proc/loadavg: 0.99 0.95 0.81 2/67 11814
/proc/meminfo: memFree=924848/2055920 swapFree=4167512/4192956
[pid=11810] ppid=11808 vsize=2244 CPUtime=0.11
/proc/11810/stat : 11810 (IUT_BMB_SIM) S 11808 11810 11742 0 -1 4194304 380 0 0 0 6 5 0 0 20 0 1 0 242272691 2297856 362 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11810/statm: 561 362 105 274 0 284 0
[pid=11812] ppid=11810 vsize=13036 CPUtime=821.82
/proc/11812/stat : 11812 (minisat) R 11810 11810 11742 0 -1 4194304 3131 0 0 0 82179 3 0 0 25 0 1 0 242272702 13348864 2881 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/11812/statm: 3259 2881 76 170 0 3087 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 15280

[startup+882.302 s]
/proc/loadavg: 0.99 0.96 0.82 2/67 11814
/proc/meminfo: memFree=924272/2055920 swapFree=4167512/4192956
[pid=11810] ppid=11808 vsize=2244 CPUtime=0.11
/proc/11810/stat : 11810 (IUT_BMB_SIM) S 11808 11810 11742 0 -1 4194304 380 0 0 0 6 5 0 0 20 0 1 0 242272691 2297856 362 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11810/statm: 561 362 105 274 0 284 0
[pid=11812] ppid=11810 vsize=13572 CPUtime=881.76
/proc/11812/stat : 11812 (minisat) R 11810 11810 11742 0 -1 4194304 3265 0 0 0 88173 3 0 0 25 0 1 0 242272702 13897728 3015 1992294400 134512640 135212939 4294956320 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/11812/statm: 3393 3015 76 170 0 3221 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 15816

[startup+942.301 s]
/proc/loadavg: 0.99 0.96 0.83 2/67 11814
/proc/meminfo: memFree=923760/2055920 swapFree=4167512/4192956
[pid=11810] ppid=11808 vsize=2244 CPUtime=0.11
/proc/11810/stat : 11810 (IUT_BMB_SIM) S 11808 11810 11742 0 -1 4194304 380 0 0 0 6 5 0 0 20 0 1 0 242272691 2297856 362 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11810/statm: 561 362 105 274 0 284 0
[pid=11812] ppid=11810 vsize=14172 CPUtime=941.75
/proc/11812/stat : 11812 (minisat) R 11810 11810 11742 0 -1 4194304 3391 0 0 0 94171 4 0 0 25 0 1 0 242272702 14512128 3141 1992294400 134512640 135212939 4294956320 18446744073709551615 134539201 0 0 4096 3 0 0 0 17 0 0 0
/proc/11812/statm: 3543 3141 76 170 0 3371 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 16416

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.83 2/67 11814
/proc/meminfo: memFree=923248/2055920 swapFree=4167512/4192956
[pid=11810] ppid=11808 vsize=2244 CPUtime=0.11
/proc/11810/stat : 11810 (IUT_BMB_SIM) S 11808 11810 11742 0 -1 4194304 380 0 0 0 6 5 0 0 20 0 1 0 242272691 2297856 362 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11810/statm: 561 362 105 274 0 284 0
[pid=11812] ppid=11810 vsize=14728 CPUtime=1001.73
/proc/11812/stat : 11812 (minisat) R 11810 11810 11742 0 -1 4194304 3518 0 0 0 100169 4 0 0 25 0 1 0 242272702 15081472 3268 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/11812/statm: 3682 3268 76 170 0 3510 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 16972

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.84 2/67 11814
/proc/meminfo: memFree=922928/2055920 swapFree=4167512/4192956
[pid=11810] ppid=11808 vsize=2244 CPUtime=0.11
/proc/11810/stat : 11810 (IUT_BMB_SIM) S 11808 11810 11742 0 -1 4194304 380 0 0 0 6 5 0 0 20 0 1 0 242272691 2297856 362 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11810/statm: 561 362 105 274 0 284 0
[pid=11812] ppid=11810 vsize=15132 CPUtime=1061.7
/proc/11812/stat : 11812 (minisat) R 11810 11810 11742 0 -1 4194304 3596 0 0 0 106166 4 0 0 25 0 1 0 242272702 15495168 3346 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/11812/statm: 3783 3346 76 170 0 3611 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 17376

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.84 2/67 11814
/proc/meminfo: memFree=922736/2055920 swapFree=4167512/4192956
[pid=11810] ppid=11808 vsize=2244 CPUtime=0.11
/proc/11810/stat : 11810 (IUT_BMB_SIM) S 11808 11810 11742 0 -1 4194304 380 0 0 0 6 5 0 0 20 0 1 0 242272691 2297856 362 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11810/statm: 561 362 105 274 0 284 0
[pid=11812] ppid=11810 vsize=15304 CPUtime=1121.68
/proc/11812/stat : 11812 (minisat) R 11810 11810 11742 0 -1 4194304 3651 0 0 0 112164 4 0 0 25 0 1 0 242272702 15671296 3401 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/11812/statm: 3826 3401 76 170 0 3654 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 17548

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.85 2/67 11814
/proc/meminfo: memFree=922544/2055920 swapFree=4167512/4192956
[pid=11810] ppid=11808 vsize=2244 CPUtime=0.11
/proc/11810/stat : 11810 (IUT_BMB_SIM) S 11808 11810 11742 0 -1 4194304 380 0 0 0 6 5 0 0 20 0 1 0 242272691 2297856 362 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11810/statm: 561 362 105 274 0 284 0
[pid=11812] ppid=11810 vsize=15468 CPUtime=1181.65
/proc/11812/stat : 11812 (minisat) R 11810 11810 11742 0 -1 4194304 3686 0 0 0 118161 4 0 0 25 0 1 0 242272702 15839232 3436 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/11812/statm: 3867 3436 76 170 0 3695 0
Current children cumulated CPU time (s) 1181.76
Current children cumulated vsize (KiB) 17712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.85 2/67 11814
/proc/meminfo: memFree=922544/2055920 swapFree=4167512/4192956
[pid=11810] ppid=11808 vsize=2244 CPUtime=0.11
/proc/11810/stat : 11810 (IUT_BMB_SIM) S 11808 11810 11742 0 -1 4194304 380 0 0 0 6 5 0 0 20 0 1 0 242272691 2297856 362 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11810/statm: 561 362 105 274 0 284 0
[pid=11812] ppid=11810 vsize=15468 CPUtime=1199.95
/proc/11812/stat : 11812 (minisat) R 11810 11810 11742 0 -1 4194304 3686 0 0 0 119991 4 0 0 25 0 1 0 242272702 15839232 3436 1992294400 134512640 135212939 4294956320 18446744073709551615 134526647 0 0 4096 3 0 0 0 17 0 0 0
/proc/11812/statm: 3867 3436 76 170 0 3695 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 17712

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1200.61
CPU time (s): 1200.08
CPU user time (s): 1199.98
CPU system time (s): 0.101984
CPU usage (%): 99.9556
Max. virtual memory (cumulated for all children) (KiB): 17712

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

runsolver used 1.08483 second user time and 3.2905 second system time

The end

Launcher Data

Begin job on node8 at 2009-05-12 17:33:10
IDJOB=1805897
IDBENCH=24618
IDSOLVER=650
FILE ID=node8/1805897-1242142390
PBS_JOBID= 9289713
Free space on /tmp= 66120 MiB

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

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

MD5SUM BENCH= b113aab739ba5e45a581d24e1a53a65a
RANDOM SEED=1232293360

node8.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.238
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.238
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:        938408 kB
Buffers:         67148 kB
Cached:         943624 kB
SwapCached:      19020 kB
Active:         116636 kB
Inactive:       914840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        938408 kB
SwapTotal:     4192956 kB
SwapFree:      4167512 kB
Dirty:            2368 kB
Writeback:           0 kB
Mapped:          14220 kB
Slab:            71904 kB
Committed_AS:   970644 kB
PageTables:       1372 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= 66120 MiB
End job on node8 at 2009-05-12 17:53:10