Trace number 1786045

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_SAT 1.0? (TO) 5000.05 5002.22

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v945c61409gyes8.cnf
MD5SUM0b0881d9187e7912564ae88556ada128
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 variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.00/0.00	c IUT_BMB_SAT version 1.0
0.89/0.99	c WARNING: for repeatability, setting FPU to use double precision
0.89/0.99	c ============================[ Problem Statistics ]=============================
0.89/0.99	c |                                                                             |
0.89/1.00	c |  Number of variables:  945                                                  |
0.89/1.00	c |  Number of clauses:    61409                                                |
0.99/1.03	c |  Parsing time:         0.03         s                                       |
1.78/1.88	c ============================[ Search Statistics ]==============================
1.78/1.88	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.78/1.88	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.78/1.88	c ===============================================================================
1.78/1.88	c |         0 |     900    60464   180938 |    20154        0    nan |  0.000 % |
1.78/1.90	c |       100 |     900    60464   180938 |    22170      100    184 |  0.000 % |
1.88/1.91	c |       254 |     900    60464   180938 |    24387      254    174 |  0.000 % |
1.88/1.94	c |       480 |     900    60464   180938 |    26825      480    155 |  0.000 % |
1.88/1.98	c |       824 |     900    60464   180938 |    29508      824    149 |  0.000 % |
1.98/2.04	c |      1331 |     900    60464   180938 |    32459     1331    138 |  0.000 % |
2.09/2.15	c |      2094 |     900    60464   180938 |    35705     2094    130 |  0.000 % |
2.28/2.32	c |      3236 |     900    60464   180938 |    39275     3236    126 |  0.000 % |
2.58/2.60	c |      4945 |     900    60464   180938 |    43203     4945    129 |  0.000 % |
3.08/3.15	c |      7509 |     900    60464   180938 |    47523     7509    133 |  0.000 % |
4.18/4.29	c |     11353 |     900    60464   180938 |    52276    11353    135 |  0.000 % |
6.58/6.65	c |     17122 |     900    60464   180938 |    57503    17122    131 |  0.000 % |
12.18/12.27	c |     25771 |     900    60464   180938 |    63253    25771    125 |  0.000 % |
22.08/22.16	c |     38745 |     900    60464   180938 |    69579    38745    120 |  0.000 % |
47.27/47.31	c |     58207 |     900    60464   180938 |    76537    58207    115 |  0.000 % |
90.85/90.98	c |     87401 |     900    60464   180938 |    84191    26056    101 |  0.000 % |
142.83/142.90	c |    131190 |     900    60464   180938 |    92610    69845    104 |  0.000 % |
220.39/220.59	c |    196874 |     900    60464   180938 |   101871    60654     99 |  0.000 % |
323.05/323.24	c |    295401 |     900    60464   180938 |   112058    73749    110 |  0.000 % |
530.57/530.90	c |    443190 |     900    60464   180938 |   123264    30913    107 |  0.000 % |
783.75/784.13	c |    664876 |     900    60464   180938 |   135590    40524    111 |  0.000 % |
1271.24/1271.85	c |    997404 |     900    60464   180938 |   149149    26148     99 |  0.000 % |
2000.93/2001.85	c |   1496192 |     900    60464   180938 |   164064   139857    116 |  0.000 % |
3151.75/3153.17	c |   2244374 |     900    60464   180938 |   180470   163772    126 |  0.000 % |
5000.05/5002.21	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-1786045-1241945320/watcher-1786045-1241945320 -o /tmp/evaluation-result-1786045-1241945320/solver-1786045-1241945320 -C 5000 -W 6000 -M 1800 IUT_BMB_SAT HOME/instance-1786045-1241945320.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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.00 1.00 3/65 27284
/proc/meminfo: memFree=1800816/2055920 swapFree=4180856/4192956
[pid=27284] ppid=27282 vsize=2004 CPUtime=0
/proc/27284/stat : 27284 (IUT_BMB_SAT) R 27282 27284 27247 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 0 222562039 2052096 170 1992294400 134512640 135635285 4294956224 18446744073709551615 134533635 0 0 4096 0 0 0 0 17 0 0 0
/proc/27284/statm: 501 171 90 274 0 224 0

[startup+0.080174 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 27284
/proc/meminfo: memFree=1800816/2055920 swapFree=4180856/4192956
[pid=27284] ppid=27282 vsize=3300 CPUtime=0.07
/proc/27284/stat : 27284 (IUT_BMB_SAT) R 27282 27284 27247 0 -1 4194304 654 0 0 0 7 0 0 0 18 0 1 0 222562039 3379200 637 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/27284/statm: 825 637 97 274 0 548 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3300

[startup+0.102175 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 27284
/proc/meminfo: memFree=1800816/2055920 swapFree=4180856/4192956
[pid=27284] ppid=27282 vsize=3696 CPUtime=0.1
/proc/27284/stat : 27284 (IUT_BMB_SAT) R 27282 27284 27247 0 -1 4194304 739 0 0 0 10 0 0 0 18 0 1 0 222562039 3784704 722 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/27284/statm: 924 722 97 274 0 647 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3696

[startup+0.302195 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 27284
/proc/meminfo: memFree=1800816/2055920 swapFree=4180856/4192956
[pid=27284] ppid=27282 vsize=6468 CPUtime=0.29
/proc/27284/stat : 27284 (IUT_BMB_SAT) R 27282 27284 27247 0 -1 4194304 1442 0 0 0 29 0 0 0 19 0 1 0 222562039 6623232 1425 1992294400 134512640 135635285 4294956224 18446744073709551615 134694632 0 0 4096 0 0 0 0 17 0 0 0
/proc/27284/statm: 1617 1426 97 274 0 1340 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6468

[startup+0.701237 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 27284
/proc/meminfo: memFree=1800816/2055920 swapFree=4180856/4192956
[pid=27284] ppid=27282 vsize=13200 CPUtime=0.69
/proc/27284/stat : 27284 (IUT_BMB_SAT) R 27282 27284 27247 0 -1 4194304 3120 0 0 0 69 0 0 0 23 0 1 0 222562039 13516800 3103 1992294400 134512640 135635285 4294956224 18446744073709551615 134576656 0 0 4096 0 0 0 0 17 0 0 0
/proc/27284/statm: 3300 3103 97 274 0 3023 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13200

[startup+1.50132 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27287
/proc/meminfo: memFree=1786896/2055920 swapFree=4180856/4192956
[pid=27284] ppid=27282 vsize=13200 CPUtime=0.99
/proc/27284/stat : 27284 (IUT_BMB_SAT) S 27282 27284 27247 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 222562039 13516800 3111 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27284/statm: 3300 3111 105 274 0 3023 0
[pid=27286] ppid=27284 vsize=5356 CPUtime=0
/proc/27286/stat : 27286 (sh) S 27284 27284 27247 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 222562138 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27286/statm: 1339 232 193 169 0 50 0
[pid=27287] ppid=27286 vsize=6528 CPUtime=0.49
/proc/27287/stat : 27287 (minisat) R 27286 27284 27247 0 -1 4194304 1433 0 0 0 49 0 0 0 22 0 1 0 222562138 6684672 1414 1992294400 134512640 135243223 4294956320 18446744073709551615 134535565 0 0 4096 3 0 0 0 17 0 0 0
/proc/27287/statm: 1632 1414 78 178 0 1452 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 25084

[startup+3.10149 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27287
/proc/meminfo: memFree=1782544/2055920 swapFree=4180856/4192956
[pid=27284] ppid=27282 vsize=13200 CPUtime=0.99
/proc/27284/stat : 27284 (IUT_BMB_SAT) S 27282 27284 27247 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 222562039 13516800 3111 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27284/statm: 3300 3111 105 274 0 3023 0
[pid=27286] ppid=27284 vsize=5356 CPUtime=0
/proc/27286/stat : 27286 (sh) S 27284 27284 27247 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 222562138 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27286/statm: 1339 232 193 169 0 50 0
[pid=27287] ppid=27286 vsize=9284 CPUtime=2.09
/proc/27287/stat : 27287 (minisat) R 27286 27284 27247 0 -1 4194304 2256 0 0 0 209 0 0 0 25 0 1 0 222562138 9506816 2095 1992294400 134512640 135243223 4294956320 18446744073709551615 134555632 0 0 4096 3 0 0 0 17 0 0 0
/proc/27287/statm: 2321 2095 85 178 0 2141 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 27840

[startup+6.30182 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27287
/proc/meminfo: memFree=1775376/2055920 swapFree=4180856/4192956
[pid=27284] ppid=27282 vsize=13200 CPUtime=0.99
/proc/27284/stat : 27284 (IUT_BMB_SAT) S 27282 27284 27247 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 222562039 13516800 3111 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27284/statm: 3300 3111 105 274 0 3023 0
[pid=27286] ppid=27284 vsize=5356 CPUtime=0
/proc/27286/stat : 27286 (sh) S 27284 27284 27247 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 222562138 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27286/statm: 1339 232 193 169 0 50 0
[pid=27287] ppid=27286 vsize=14468 CPUtime=5.29
/proc/27287/stat : 27287 (minisat) R 27286 27284 27247 0 -1 4194304 3556 0 0 0 528 1 0 0 25 0 1 0 222562138 14815232 3395 1992294400 134512640 135243223 4294956320 18446744073709551615 134555578 0 0 4096 3 0 0 0 17 0 0 0
/proc/27287/statm: 3617 3395 85 178 0 3437 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 33024

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27287
/proc/meminfo: memFree=1769768/2055920 swapFree=4180856/4192956
[pid=27284] ppid=27282 vsize=13200 CPUtime=0.99
/proc/27284/stat : 27284 (IUT_BMB_SAT) S 27282 27284 27247 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 222562039 13516800 3111 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27284/statm: 3300 3111 105 274 0 3023 0
[pid=27286] ppid=27284 vsize=5356 CPUtime=0
/proc/27286/stat : 27286 (sh) S 27284 27284 27247 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 222562138 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27286/statm: 1339 232 193 169 0 50 0
[pid=27287] ppid=27286 vsize=19520 CPUtime=11.69
/proc/27287/stat : 27287 (minisat) R 27286 27284 27247 0 -1 4194304 4835 0 0 0 1167 2 0 0 25 0 1 0 222562138 19988480 4674 1992294400 134512640 135243223 4294956320 18446744073709551615 134555707 0 0 4096 3 0 0 0 17 0 0 0
/proc/27287/statm: 4880 4674 85 178 0 4700 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 38076

[startup+25.5028 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27287
/proc/meminfo: memFree=1762152/2055920 swapFree=4180856/4192956
[pid=27284] ppid=27282 vsize=13200 CPUtime=0.99
/proc/27284/stat : 27284 (IUT_BMB_SAT) S 27282 27284 27247 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 222562039 13516800 3111 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27284/statm: 3300 3111 105 274 0 3023 0
[pid=27286] ppid=27284 vsize=5356 CPUtime=0
/proc/27286/stat : 27286 (sh) S 27284 27284 27247 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 222562138 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27286/statm: 1339 232 193 169 0 50 0
[pid=27287] ppid=27286 vsize=26852 CPUtime=24.49
/proc/27287/stat : 27287 (minisat) R 27286 27284 27247 0 -1 4194304 6637 0 0 0 2445 4 0 0 25 0 1 0 222562138 27496448 6476 1992294400 134512640 135243223 4294956320 18446744073709551615 134555570 0 0 4096 3 0 0 0 17 0 0 0
/proc/27287/statm: 6713 6476 85 178 0 6533 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 45408

[startup+51.1025 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27287
/proc/meminfo: memFree=1753448/2055920 swapFree=4180856/4192956
[pid=27284] ppid=27282 vsize=13200 CPUtime=0.99
/proc/27284/stat : 27284 (IUT_BMB_SAT) S 27282 27284 27247 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 222562039 13516800 3111 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27284/statm: 3300 3111 105 274 0 3023 0
[pid=27286] ppid=27284 vsize=5356 CPUtime=0
/proc/27286/stat : 27286 (sh) S 27284 27284 27247 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 222562138 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27286/statm: 1339 232 193 169 0 50 0
[pid=27287] ppid=27286 vsize=35596 CPUtime=50.07
/proc/27287/stat : 27287 (minisat) R 27286 27284 27247 0 -1 4194304 8831 0 0 0 5001 6 0 0 25 0 1 0 222562138 36450304 8670 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/27287/statm: 8899 8670 85 178 0 8719 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 54152

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27287
/proc/meminfo: memFree=1745128/2055920 swapFree=4180856/4192956
[pid=27284] ppid=27282 vsize=13200 CPUtime=0.99
/proc/27284/stat : 27284 (IUT_BMB_SAT) S 27282 27284 27247 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 222562039 13516800 3111 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27284/statm: 3300 3111 105 274 0 3023 0
[pid=27286] ppid=27284 vsize=5356 CPUtime=0
/proc/27286/stat : 27286 (sh) S 27284 27284 27247 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 222562138 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27286/statm: 1339 232 193 169 0 50 0
[pid=27287] ppid=27286 vsize=43736 CPUtime=101.26
/proc/27287/stat : 27287 (minisat) R 27286 27284 27247 0 -1 4194304 10840 0 0 0 10119 7 0 0 25 0 1 0 222562138 44785664 10679 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/27287/statm: 10934 10679 85 178 0 10754 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 62292

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27287
/proc/meminfo: memFree=1744808/2055920 swapFree=4180856/4192956
[pid=27284] ppid=27282 vsize=13200 CPUtime=0.99
/proc/27284/stat : 27284 (IUT_BMB_SAT) S 27282 27284 27247 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 222562039 13516800 3111 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27284/statm: 3300 3111 105 274 0 3023 0
[pid=27286] ppid=27284 vsize=5356 CPUtime=0
/proc/27286/stat : 27286 (sh) S 27284 27284 27247 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 222562138 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27286/statm: 1339 232 193 169 0 50 0
[pid=27287] ppid=27286 vsize=44252 CPUtime=161.23
/proc/27287/stat : 27287 (minisat) R 27286 27284 27247 0 -1 4194304 10932 0 0 0 16116 7 0 0 25 0 1 0 222562138 45314048 10771 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/27287/statm: 11063 10771 85 178 0 10883 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 62808

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27287
/proc/meminfo: memFree=1738856/2055920 swapFree=4180856/4192956
[pid=27284] ppid=27282 vsize=13200 CPUtime=0.99
/proc/27284/stat : 27284 (IUT_BMB_SAT) S 27282 27284 27247 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 222562039 13516800 3111 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27284/statm: 3300 3111 105 274 0 3023 0
[pid=27286] ppid=27284 vsize=5356 CPUtime=0
/proc/27286/stat : 27286 (sh) S 27284 27284 27247 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 222562138 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27286/statm: 1339 232 193 169 0 50 0
[pid=27287] ppid=27286 vsize=50328 CPUtime=221.2
/proc/27287/stat : 27287 (minisat) R 27286 27284 27247 0 -1 4194304 12399 0 0 0 22111 9 0 0 25 0 1 0 222562138 51535872 12238 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/27287/statm: 12582 12238 85 178 0 12402 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 68884

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27287
/proc/meminfo: memFree=1733544/2055920 swapFree=4180856/4192956
[pid=27284] ppid=27282 vsize=13200 CPUtime=0.99
/proc/27284/stat : 27284 (IUT_BMB_SAT) S 27282 27284 27247 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 222562039 13516800 3111 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27284/statm: 3300 3111 105 274 0 3023 0
[pid=27286] ppid=27284 vsize=5356 CPUtime=0
/proc/27286/stat : 27286 (sh) S 27284 27284 27247 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 222562138 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27286/statm: 1339 232 193 169 0 50 0
[pid=27287] ppid=27286 vsize=55504 CPUtime=281.18

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

/proc/meminfo: memFree=1659816/2055920 swapFree=4180856/4192956
[pid=27284] ppid=27282 vsize=13200 CPUtime=0.99
/proc/27284/stat : 27284 (IUT_BMB_SAT) S 27282 27284 27247 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 222562039 13516800 3111 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27284/statm: 3300 3111 105 274 0 3023 0
[pid=27286] ppid=27284 vsize=5356 CPUtime=0
/proc/27286/stat : 27286 (sh) S 27284 27284 27247 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 222562138 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27286/statm: 1339 232 193 169 0 50 0
[pid=27287] ppid=27286 vsize=129916 CPUtime=4479.38
/proc/27287/stat : 27287 (minisat) R 27286 27284 27247 0 -1 4194304 31912 0 0 0 447904 34 0 0 25 0 1 0 222562138 133033984 31751 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/27287/statm: 32479 31751 85 178 0 32299 0
Current children cumulated CPU time (s) 4480.37
Current children cumulated vsize (KiB) 148472

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27301
/proc/meminfo: memFree=1659752/2055920 swapFree=4180856/4192956
[pid=27284] ppid=27282 vsize=13200 CPUtime=0.99
/proc/27284/stat : 27284 (IUT_BMB_SAT) S 27282 27284 27247 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 222562039 13516800 3111 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27284/statm: 3300 3111 105 274 0 3023 0
[pid=27286] ppid=27284 vsize=5356 CPUtime=0
/proc/27286/stat : 27286 (sh) S 27284 27284 27247 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 222562138 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27286/statm: 1339 232 193 169 0 50 0
[pid=27287] ppid=27286 vsize=130160 CPUtime=4539.35
/proc/27287/stat : 27287 (minisat) R 27286 27284 27247 0 -1 4194304 31961 0 0 0 453901 34 0 0 25 0 1 0 222562138 133283840 31800 1992294400 134512640 135243223 4294956320 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 0 0 0
/proc/27287/statm: 32540 31800 85 178 0 32360 0
Current children cumulated CPU time (s) 4540.34
Current children cumulated vsize (KiB) 148716

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27301
/proc/meminfo: memFree=1659624/2055920 swapFree=4180856/4192956
[pid=27284] ppid=27282 vsize=13200 CPUtime=0.99
/proc/27284/stat : 27284 (IUT_BMB_SAT) S 27282 27284 27247 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 222562039 13516800 3111 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27284/statm: 3300 3111 105 274 0 3023 0
[pid=27286] ppid=27284 vsize=5356 CPUtime=0
/proc/27286/stat : 27286 (sh) S 27284 27284 27247 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 222562138 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27286/statm: 1339 232 193 169 0 50 0
[pid=27287] ppid=27286 vsize=130160 CPUtime=4599.34
/proc/27287/stat : 27287 (minisat) R 27286 27284 27247 0 -1 4194304 31965 0 0 0 459900 34 0 0 25 0 1 0 222562138 133283840 31804 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/27287/statm: 32540 31804 85 178 0 32360 0
Current children cumulated CPU time (s) 4600.33
Current children cumulated vsize (KiB) 148716

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27301
/proc/meminfo: memFree=1659496/2055920 swapFree=4180856/4192956
[pid=27284] ppid=27282 vsize=13200 CPUtime=0.99
/proc/27284/stat : 27284 (IUT_BMB_SAT) S 27282 27284 27247 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 222562039 13516800 3111 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27284/statm: 3300 3111 105 274 0 3023 0
[pid=27286] ppid=27284 vsize=5356 CPUtime=0
/proc/27286/stat : 27286 (sh) S 27284 27284 27247 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 222562138 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27286/statm: 1339 232 193 169 0 50 0
[pid=27287] ppid=27286 vsize=130324 CPUtime=4659.31
/proc/27287/stat : 27287 (minisat) R 27286 27284 27247 0 -1 4194304 32000 0 0 0 465897 34 0 0 25 0 1 0 222562138 133451776 31839 1992294400 134512640 135243223 4294956320 18446744073709551615 134555653 0 0 4096 3 0 0 0 17 0 0 0
/proc/27287/statm: 32581 31839 85 178 0 32401 0
Current children cumulated CPU time (s) 4660.3
Current children cumulated vsize (KiB) 148880

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27301
/proc/meminfo: memFree=1659496/2055920 swapFree=4180856/4192956
[pid=27284] ppid=27282 vsize=13200 CPUtime=0.99
/proc/27284/stat : 27284 (IUT_BMB_SAT) S 27282 27284 27247 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 222562039 13516800 3111 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27284/statm: 3300 3111 105 274 0 3023 0
[pid=27286] ppid=27284 vsize=5356 CPUtime=0
/proc/27286/stat : 27286 (sh) S 27284 27284 27247 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 222562138 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27286/statm: 1339 232 193 169 0 50 0
[pid=27287] ppid=27286 vsize=130324 CPUtime=4719.28
/proc/27287/stat : 27287 (minisat) R 27286 27284 27247 0 -1 4194304 32000 0 0 0 471894 34 0 0 25 0 1 0 222562138 133451776 31839 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/27287/statm: 32581 31839 85 178 0 32401 0
Current children cumulated CPU time (s) 4720.27
Current children cumulated vsize (KiB) 148880

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27301
/proc/meminfo: memFree=1659176/2055920 swapFree=4180856/4192956
[pid=27284] ppid=27282 vsize=13200 CPUtime=0.99
/proc/27284/stat : 27284 (IUT_BMB_SAT) S 27282 27284 27247 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 222562039 13516800 3111 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27284/statm: 3300 3111 105 274 0 3023 0
[pid=27286] ppid=27284 vsize=5356 CPUtime=0
/proc/27286/stat : 27286 (sh) S 27284 27284 27247 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 222562138 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27286/statm: 1339 232 193 169 0 50 0
[pid=27287] ppid=27286 vsize=130652 CPUtime=4779.25
/proc/27287/stat : 27287 (minisat) R 27286 27284 27247 0 -1 4194304 32078 0 0 0 477891 34 0 0 25 0 1 0 222562138 133787648 31917 1992294400 134512640 135243223 4294956320 18446744073709551615 134555653 0 0 4096 3 0 0 0 17 0 0 0
/proc/27287/statm: 32663 31917 85 178 0 32483 0
Current children cumulated CPU time (s) 4780.24
Current children cumulated vsize (KiB) 149208

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27301
/proc/meminfo: memFree=1658984/2055920 swapFree=4180856/4192956
[pid=27284] ppid=27282 vsize=13200 CPUtime=0.99
/proc/27284/stat : 27284 (IUT_BMB_SAT) S 27282 27284 27247 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 222562039 13516800 3111 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27284/statm: 3300 3111 105 274 0 3023 0
[pid=27286] ppid=27284 vsize=5356 CPUtime=0
/proc/27286/stat : 27286 (sh) S 27284 27284 27247 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 222562138 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27286/statm: 1339 232 193 169 0 50 0
[pid=27287] ppid=27286 vsize=130896 CPUtime=4839.23
/proc/27287/stat : 27287 (minisat) R 27286 27284 27247 0 -1 4194304 32127 0 0 0 483889 34 0 0 25 0 1 0 222562138 134037504 31966 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/27287/statm: 32724 31966 85 178 0 32544 0
Current children cumulated CPU time (s) 4840.22
Current children cumulated vsize (KiB) 149452

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27301
/proc/meminfo: memFree=1658984/2055920 swapFree=4180856/4192956
[pid=27284] ppid=27282 vsize=13200 CPUtime=0.99
/proc/27284/stat : 27284 (IUT_BMB_SAT) S 27282 27284 27247 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 222562039 13516800 3111 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27284/statm: 3300 3111 105 274 0 3023 0
[pid=27286] ppid=27284 vsize=5356 CPUtime=0
/proc/27286/stat : 27286 (sh) S 27284 27284 27247 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 222562138 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27286/statm: 1339 232 193 169 0 50 0
[pid=27287] ppid=27286 vsize=130976 CPUtime=4899.2
/proc/27287/stat : 27287 (minisat) R 27286 27284 27247 0 -1 4194304 32134 0 0 0 489886 34 0 0 25 0 1 0 222562138 134119424 31973 1992294400 134512640 135243223 4294956320 18446744073709551615 134563784 0 0 4096 3 0 0 0 17 0 0 0
/proc/27287/statm: 32744 31973 85 178 0 32564 0
Current children cumulated CPU time (s) 4900.19
Current children cumulated vsize (KiB) 149532

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27301
/proc/meminfo: memFree=1658984/2055920 swapFree=4180856/4192956
[pid=27284] ppid=27282 vsize=13200 CPUtime=0.99
/proc/27284/stat : 27284 (IUT_BMB_SAT) S 27282 27284 27247 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 222562039 13516800 3111 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27284/statm: 3300 3111 105 274 0 3023 0
[pid=27286] ppid=27284 vsize=5356 CPUtime=0
/proc/27286/stat : 27286 (sh) S 27284 27284 27247 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 222562138 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27286/statm: 1339 232 193 169 0 50 0
[pid=27287] ppid=27286 vsize=130976 CPUtime=4959.18
/proc/27287/stat : 27287 (minisat) R 27286 27284 27247 0 -1 4194304 32134 0 0 0 495884 34 0 0 25 0 1 0 222562138 134119424 31973 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/27287/statm: 32744 31973 85 178 0 32564 0
Current children cumulated CPU time (s) 4960.17
Current children cumulated vsize (KiB) 149532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27301
/proc/meminfo: memFree=1658984/2055920 swapFree=4180856/4192956
[pid=27284] ppid=27282 vsize=13200 CPUtime=0.99
/proc/27284/stat : 27284 (IUT_BMB_SAT) S 27282 27284 27247 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 222562039 13516800 3111 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27284/statm: 3300 3111 105 274 0 3023 0
[pid=27286] ppid=27284 vsize=5356 CPUtime=0
/proc/27286/stat : 27286 (sh) S 27284 27284 27247 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 222562138 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27286/statm: 1339 232 193 169 0 50 0
[pid=27287] ppid=27286 vsize=130976 CPUtime=4999.06
/proc/27287/stat : 27287 (minisat) R 27286 27284 27247 0 -1 4194304 32134 0 0 0 499872 34 0 0 25 0 1 0 222562138 134119424 31973 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/27287/statm: 32744 31973 85 178 0 32564 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 149532

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27284 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=777881
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=228965
# CPU time returned by wait4() is 1.00685
# while last known CPU time is 5000.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5002.22
CPU time (s): 5000.05
CPU user time (s): 4999.49
CPU system time (s): 0.56
CPU usage (%): 99.9566
Max. virtual memory (cumulated for all children) (KiB): 149532

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

runsolver used 4.37733 second user time and 13.8219 second system time

The end

Launcher Data

Begin job on node79 at 2009-05-10 10:48:40
IDJOB=1786045
IDBENCH=71554
IDSOLVER=638
FILE ID=node79/1786045-1241945320
PBS_JOBID= 9265054
Free space on /tmp= 66288 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v945c61409gyes8.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1786045-1241945320/watcher-1786045-1241945320 -o /tmp/evaluation-result-1786045-1241945320/solver-1786045-1241945320 -C 5000 -W 6000 -M 1800  IUT_BMB_SAT HOME/instance-1786045-1241945320.cnf HOME

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

MD5SUM BENCH= 0b0881d9187e7912564ae88556ada128
RANDOM SEED=78874848

node79.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.220
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.220
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:       1801360 kB
Buffers:         52612 kB
Cached:         133472 kB
SwapCached:       7104 kB
Active:         109732 kB
Inactive:        85728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1801360 kB
SwapTotal:     4192956 kB
SwapFree:      4180856 kB
Dirty:            2964 kB
Writeback:           0 kB
Mapped:          14048 kB
Slab:            45092 kB
Committed_AS:   735768 kB
PageTables:       1384 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= 66284 MiB
End job on node79 at 2009-05-10 12:12:05