Trace number 1807367

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.04 1200.62

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v1560c133795gyes9.cnf
MD5SUMfe117ca26ab85d9c8449a6f94eb0c5ef
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 variables1560
Number of clauses133795
Sum of the clauses size269030
Maximum clause length26
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2133735
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
2.20/2.26	This is MiniSat 2.0 beta
2.20/2.26	WARNING: for repeatability, setting FPU to use double precision
2.20/2.26	============================[ Problem Statistics ]=============================
2.20/2.26	|                                                                             |
2.20/2.26	|  Number of variables:  1560                                                 |
2.20/2.26	|  Number of clauses:    133795                                               |
2.25/2.31	|  Parsing time:         0.05         s                                       |
2.25/2.32	============================[ Search Statistics ]==============================
2.25/2.32	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.25/2.32	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.25/2.32	===============================================================================
2.25/2.32	|         0 |    1560   133795   269030 |    44598        0    nan |  0.000 % |
2.25/2.33	|       102 |    1560   133795   269030 |    49058      102    172 |  0.000 % |
2.25/2.34	|       253 |    1560   133795   269030 |    53963      253    193 |  0.000 % |
2.25/2.37	|       479 |    1560   133795   269030 |    59360      479    203 |  0.000 % |
2.25/2.41	|       817 |    1560   133795   269030 |    65296      817    208 |  0.000 % |
2.25/2.50	|      1324 |    1560   133795   269030 |    71826     1324    218 |  0.000 % |
2.25/2.61	|      2083 |    1560   133795   269030 |    79008     2083    205 |  0.000 % |
2.25/2.81	|      3223 |    1560   133795   269030 |    86909     3223    211 |  0.000 % |
2.25/3.15	|      4931 |    1560   133795   269030 |    95600     4931    208 |  0.000 % |
3.58/3.70	|      7493 |    1560   133795   269030 |   105160     7493    200 |  0.000 % |
4.98/5.07	|     11337 |    1560   133795   269030 |   115676    11337    199 |  0.000 % |
7.69/7.76	|     17104 |    1560   133795   269030 |   127244    17104    193 |  0.000 % |
14.48/14.51	|     25753 |    1560   133795   269030 |   139968    25753    192 |  0.000 % |
28.37/28.49	|     38727 |    1560   133795   269030 |   153965    38727    186 |  0.000 % |
59.56/59.62	|     58190 |    1560   133795   269030 |   169362    58190    186 |  0.000 % |
100.54/100.64	|     87383 |    1560   133795   269030 |   186298    87383    188 |  0.000 % |
223.17/223.38	|    131173 |    1560   133795   269030 |   204928   131173    189 |  0.000 % |
407.19/407.48	|    196859 |    1560   133795   269030 |   225420   196859    188 |  0.000 % |
681.17/681.54	|    295386 |    1560   133795   269030 |   247963    88965    204 |  0.000 % |

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.98 0.99 3/65 5603
/proc/meminfo: memFree=1621888/2055920 swapFree=4179916/4192956
[pid=5603] ppid=5601 vsize=2852 CPUtime=0
/proc/5603/stat : 5603 (IUT_BMB_SIM) R 5601 5603 5566 0 -1 4194304 192 0 0 0 0 0 0 0 18 0 1 0 243777572 2920448 175 1992294400 134512640 135635349 4294956224 18446744073709551615 134533692 0 0 4096 0 0 0 0 17 0 0 0
/proc/5603/statm: 713 175 90 274 0 436 0

[startup+0.0307499 s]
/proc/loadavg: 0.91 0.98 0.99 3/65 5603
/proc/meminfo: memFree=1621888/2055920 swapFree=4179916/4192956
[pid=5603] ppid=5601 vsize=3644 CPUtime=0.02
/proc/5603/stat : 5603 (IUT_BMB_SIM) R 5601 5603 5566 0 -1 4194304 718 0 0 0 2 0 0 0 18 0 1 0 243777572 3731456 701 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/5603/statm: 911 701 97 274 0 634 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3644

[startup+0.102758 s]
/proc/loadavg: 0.91 0.98 0.99 3/65 5603
/proc/meminfo: memFree=1621888/2055920 swapFree=4179916/4192956
[pid=5603] ppid=5601 vsize=4700 CPUtime=0.09
/proc/5603/stat : 5603 (IUT_BMB_SIM) R 5601 5603 5566 0 -1 4194304 983 0 0 0 9 0 0 0 18 0 1 0 243777572 4812800 966 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/5603/statm: 1175 966 97 274 0 898 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4700

[startup+0.30278 s]
/proc/loadavg: 0.91 0.98 0.99 3/65 5603
/proc/meminfo: memFree=1621888/2055920 swapFree=4179916/4192956
[pid=5603] ppid=5601 vsize=7472 CPUtime=0.29
/proc/5603/stat : 5603 (IUT_BMB_SIM) R 5601 5603 5566 0 -1 4194304 1696 0 0 0 29 0 0 0 20 0 1 0 243777572 7651328 1679 1992294400 134512640 135635349 4294956224 18446744073709551615 134544538 0 0 4096 0 0 0 0 17 0 0 0
/proc/5603/statm: 1868 1679 97 274 0 1591 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7472

[startup+0.701826 s]
/proc/loadavg: 0.91 0.98 0.99 3/65 5603
/proc/meminfo: memFree=1621888/2055920 swapFree=4179916/4192956
[pid=5603] ppid=5601 vsize=12884 CPUtime=0.69
/proc/5603/stat : 5603 (IUT_BMB_SIM) R 5601 5603 5566 0 -1 4194304 3046 0 0 0 68 1 0 0 23 0 1 0 243777572 13193216 3029 1992294400 134512640 135635349 4294956224 18446744073709551615 134547438 0 0 4096 0 0 0 0 17 0 0 0
/proc/5603/statm: 3221 3029 97 274 0 2944 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12884

[startup+1.50192 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 5604
/proc/meminfo: memFree=1604792/2055920 swapFree=4179916/4192956
[pid=5603] ppid=5601 vsize=26876 CPUtime=1.49
/proc/5603/stat : 5603 (IUT_BMB_SIM) R 5601 5603 5566 0 -1 4194304 6551 0 0 0 146 3 0 0 25 0 1 0 243777572 27521024 6534 1992294400 134512640 135635349 4294956224 18446744073709551615 134530693 0 0 4096 0 0 0 0 17 0 0 0
/proc/5603/statm: 6719 6534 97 274 0 6442 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26876

[startup+3.10111 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 5604
/proc/meminfo: memFree=1594360/2055920 swapFree=4179916/4192956
[pid=5603] ppid=5601 vsize=27140 CPUtime=2.25
/proc/5603/stat : 5603 (IUT_BMB_SIM) S 5601 5603 5566 0 -1 4194304 6615 0 0 0 177 48 0 0 25 0 1 0 243777572 27791360 6597 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5603/statm: 6785 6597 105 274 0 6508 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 27140
heavy processes:

[startup+6.30147 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 5605
/proc/meminfo: memFree=1577328/2055920 swapFree=4179916/4192956
[pid=5603] ppid=5601 vsize=27140 CPUtime=2.25
/proc/5603/stat : 5603 (IUT_BMB_SIM) S 5601 5603 5566 0 -1 4194304 6615 0 0 0 177 48 0 0 25 0 1 0 243777572 27791360 6597 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5603/statm: 6785 6597 105 274 0 6508 0
[pid=5605] ppid=5603 vsize=18776 CPUtime=4.03
/proc/5605/stat : 5605 (minisat) R 5603 5603 5566 0 -1 4194304 4805 0 0 0 400 3 0 0 25 0 1 0 243777798 19226624 4555 1992294400 134512640 135212939 4294956320 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/5605/statm: 4694 4555 77 170 0 4522 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 45916

[startup+12.7012 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 5605
/proc/meminfo: memFree=1568560/2055920 swapFree=4179916/4192956
[pid=5603] ppid=5601 vsize=27140 CPUtime=2.25
/proc/5603/stat : 5603 (IUT_BMB_SIM) S 5601 5603 5566 0 -1 4194304 6615 0 0 0 177 48 0 0 25 0 1 0 243777572 27791360 6597 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5603/statm: 6785 6597 105 274 0 6508 0
[pid=5605] ppid=5603 vsize=26632 CPUtime=10.42
/proc/5605/stat : 5605 (minisat) R 5603 5603 5566 0 -1 4194304 6773 0 0 0 1037 5 0 0 25 0 1 0 243777798 27271168 6523 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/5605/statm: 6658 6523 77 170 0 6486 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 53772

[startup+25.5027 s]
/proc/loadavg: 0.94 0.98 0.99 2/67 5605
/proc/meminfo: memFree=1559024/2055920 swapFree=4179916/4192956
[pid=5603] ppid=5601 vsize=27140 CPUtime=2.25
/proc/5603/stat : 5603 (IUT_BMB_SIM) S 5601 5603 5566 0 -1 4194304 6615 0 0 0 177 48 0 0 25 0 1 0 243777572 27791360 6597 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5603/statm: 6785 6597 105 274 0 6508 0
[pid=5605] ppid=5603 vsize=35784 CPUtime=23.23
/proc/5605/stat : 5605 (minisat) R 5603 5603 5566 0 -1 4194304 9062 0 0 0 2315 8 0 0 25 0 1 0 243777798 36642816 8812 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5605/statm: 8946 8812 77 170 0 8774 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 62924

[startup+51.1026 s]
/proc/loadavg: 0.96 0.98 0.99 2/67 5605
/proc/meminfo: memFree=1545712/2055920 swapFree=4179916/4192956
[pid=5603] ppid=5601 vsize=27140 CPUtime=2.25
/proc/5603/stat : 5603 (IUT_BMB_SIM) S 5601 5603 5566 0 -1 4194304 6615 0 0 0 177 48 0 0 25 0 1 0 243777572 27791360 6597 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5603/statm: 6785 6597 105 274 0 6508 0
[pid=5605] ppid=5603 vsize=49236 CPUtime=48.81
/proc/5605/stat : 5605 (minisat) R 5603 5603 5566 0 -1 4194304 12438 0 0 0 4870 11 0 0 25 0 1 0 243777798 50417664 12188 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5605/statm: 12309 12188 77 170 0 12137 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 76376

[startup+102.307 s]
/proc/loadavg: 0.98 0.98 0.99 2/67 5605
/proc/meminfo: memFree=1516976/2055920 swapFree=4179916/4192956
[pid=5603] ppid=5601 vsize=27140 CPUtime=2.25
/proc/5603/stat : 5603 (IUT_BMB_SIM) S 5601 5603 5566 0 -1 4194304 6615 0 0 0 177 48 0 0 25 0 1 0 243777572 27791360 6597 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5603/statm: 6785 6597 105 274 0 6508 0
[pid=5605] ppid=5603 vsize=77736 CPUtime=99.99
/proc/5605/stat : 5605 (minisat) R 5603 5603 5566 0 -1 4194304 19536 0 0 0 9981 18 0 0 25 0 1 0 243777798 79601664 19286 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5605/statm: 19434 19286 77 170 0 19262 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 104876

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 5605
/proc/meminfo: memFree=1496368/2055920 swapFree=4179916/4192956
[pid=5603] ppid=5601 vsize=27140 CPUtime=2.25
/proc/5603/stat : 5603 (IUT_BMB_SIM) S 5601 5603 5566 0 -1 4194304 6615 0 0 0 177 48 0 0 25 0 1 0 243777572 27791360 6597 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5603/statm: 6785 6597 105 274 0 6508 0
[pid=5605] ppid=5603 vsize=98600 CPUtime=159.96
/proc/5605/stat : 5605 (minisat) R 5603 5603 5566 0 -1 4194304 24709 0 0 0 15973 23 0 0 25 0 1 0 243777798 100966400 24459 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5605/statm: 24650 24459 77 170 0 24478 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 125740

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 5605
/proc/meminfo: memFree=1481264/2055920 swapFree=4179916/4192956
[pid=5603] ppid=5601 vsize=27140 CPUtime=2.25
/proc/5603/stat : 5603 (IUT_BMB_SIM) S 5601 5603 5566 0 -1 4194304 6615 0 0 0 177 48 0 0 25 0 1 0 243777572 27791360 6597 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5603/statm: 6785 6597 105 274 0 6508 0
[pid=5605] ppid=5603 vsize=113540 CPUtime=219.92
/proc/5605/stat : 5605 (minisat) R 5603 5603 5566 0 -1 4194304 28447 0 0 0 21965 27 0 0 25 0 1 0 243777798 116264960 28197 1992294400 134512640 135212939 4294956320 18446744073709551615 134526741 0 0 4096 3 0 0 0 17 0 0 0
/proc/5605/statm: 28385 28197 77 170 0 28213 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 140680

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 5605
/proc/meminfo: memFree=1460912/2055920 swapFree=4179916/4192956
[pid=5603] ppid=5601 vsize=27140 CPUtime=2.25
/proc/5603/stat : 5603 (IUT_BMB_SIM) S 5601 5603 5566 0 -1 4194304 6615 0 0 0 177 48 0 0 25 0 1 0 243777572 27791360 6597 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5603/statm: 6785 6597 105 274 0 6508 0
[pid=5605] ppid=5603 vsize=134324 CPUtime=279.89
/proc/5605/stat : 5605 (minisat) R 5603 5603 5566 0 -1 4194304 33582 0 0 0 27957 32 0 0 25 0 1 0 243777798 137547776 33332 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5605/statm: 33581 33332 77 170 0 33409 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 161464

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 5605
/proc/meminfo: memFree=1442992/2055920 swapFree=4179916/4192956
[pid=5603] ppid=5601 vsize=27140 CPUtime=2.25
/proc/5603/stat : 5603 (IUT_BMB_SIM) S 5601 5603 5566 0 -1 4194304 6615 0 0 0 177 48 0 0 25 0 1 0 243777572 27791360 6597 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5603/statm: 6785 6597 105 274 0 6508 0
[pid=5605] ppid=5603 vsize=151948 CPUtime=339.87
/proc/5605/stat : 5605 (minisat) R 5603 5603 5566 0 -1 4194304 38013 0 0 0 33950 37 0 0 25 0 1 0 243777798 155594752 37763 1992294400 134512640 135212939 4294956320 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 0 0 0
/proc/5605/statm: 37987 37763 77 170 0 37815 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 179088

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 5605
/proc/meminfo: memFree=1430448/2055920 swapFree=4179916/4192956
[pid=5603] ppid=5601 vsize=27140 CPUtime=2.25
/proc/5603/stat : 5603 (IUT_BMB_SIM) S 5601 5603 5566 0 -1 4194304 6615 0 0 0 177 48 0 0 25 0 1 0 243777572 27791360 6597 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5603/statm: 6785 6597 105 274 0 6508 0
[pid=5605] ppid=5603 vsize=164544 CPUtime=399.84
/proc/5605/stat : 5605 (minisat) R 5603 5603 5566 0 -1 4194304 41154 0 0 0 39943 41 0 0 25 0 1 0 243777798 168493056 40904 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5605/statm: 41136 40904 77 170 0 40964 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 191684

[startup+462.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 5605
/proc/meminfo: memFree=1418608/2055920 swapFree=4179916/4192956
[pid=5603] ppid=5601 vsize=27140 CPUtime=2.25
/proc/5603/stat : 5603 (IUT_BMB_SIM) S 5601 5603 5566 0 -1 4194304 6615 0 0 0 177 48 0 0 25 0 1 0 243777572 27791360 6597 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5603/statm: 6785 6597 105 274 0 6508 0

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

/proc/5605/statm: 46599 46284 77 170 0 46427 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 213536

[startup+582.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 5605
/proc/meminfo: memFree=1404336/2055920 swapFree=4179916/4192956
[pid=5603] ppid=5601 vsize=27140 CPUtime=2.25
/proc/5603/stat : 5603 (IUT_BMB_SIM) S 5601 5603 5566 0 -1 4194304 6615 0 0 0 177 48 0 0 25 0 1 0 243777572 27791360 6597 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5603/statm: 6785 6597 105 274 0 6508 0
[pid=5605] ppid=5603 vsize=190764 CPUtime=579.76
/proc/5605/stat : 5605 (minisat) R 5603 5603 5566 0 -1 4194304 47601 0 0 0 57930 46 0 0 25 0 1 0 243777798 195342336 47351 1992294400 134512640 135212939 4294956320 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 0 0 0
/proc/5605/statm: 47691 47351 77 170 0 47519 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 217904

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 5605
/proc/meminfo: memFree=1404336/2055920 swapFree=4179916/4192956
[pid=5603] ppid=5601 vsize=27140 CPUtime=2.25
/proc/5603/stat : 5603 (IUT_BMB_SIM) S 5601 5603 5566 0 -1 4194304 6615 0 0 0 177 48 0 0 25 0 1 0 243777572 27791360 6597 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5603/statm: 6785 6597 105 274 0 6508 0
[pid=5605] ppid=5603 vsize=190764 CPUtime=639.74
/proc/5605/stat : 5605 (minisat) R 5603 5603 5566 0 -1 4194304 47603 0 0 0 63928 46 0 0 25 0 1 0 243777798 195342336 47353 1992294400 134512640 135212939 4294956320 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/5605/statm: 47691 47353 77 170 0 47519 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 217904

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 5605
/proc/meminfo: memFree=1404272/2055920 swapFree=4179916/4192956
[pid=5603] ppid=5601 vsize=27140 CPUtime=2.25
/proc/5603/stat : 5603 (IUT_BMB_SIM) S 5601 5603 5566 0 -1 4194304 6615 0 0 0 177 48 0 0 25 0 1 0 243777572 27791360 6597 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5603/statm: 6785 6597 105 274 0 6508 0
[pid=5605] ppid=5603 vsize=190764 CPUtime=699.71
/proc/5605/stat : 5605 (minisat) R 5603 5603 5566 0 -1 4194304 47604 0 0 0 69925 46 0 0 25 0 1 0 243777798 195342336 47354 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5605/statm: 47691 47354 77 170 0 47519 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 217904

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 5605
/proc/meminfo: memFree=1404208/2055920 swapFree=4179916/4192956
[pid=5603] ppid=5601 vsize=27140 CPUtime=2.25
/proc/5603/stat : 5603 (IUT_BMB_SIM) S 5601 5603 5566 0 -1 4194304 6615 0 0 0 177 48 0 0 25 0 1 0 243777572 27791360 6597 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5603/statm: 6785 6597 105 274 0 6508 0
[pid=5605] ppid=5603 vsize=190764 CPUtime=759.68
/proc/5605/stat : 5605 (minisat) R 5603 5603 5566 0 -1 4194304 47604 0 0 0 75922 46 0 0 25 0 1 0 243777798 195342336 47354 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5605/statm: 47691 47354 77 170 0 47519 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 217904

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 5605
/proc/meminfo: memFree=1404208/2055920 swapFree=4179916/4192956
[pid=5603] ppid=5601 vsize=27140 CPUtime=2.25
/proc/5603/stat : 5603 (IUT_BMB_SIM) S 5601 5603 5566 0 -1 4194304 6615 0 0 0 177 48 0 0 25 0 1 0 243777572 27791360 6597 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5603/statm: 6785 6597 105 274 0 6508 0
[pid=5605] ppid=5603 vsize=190764 CPUtime=819.65
/proc/5605/stat : 5605 (minisat) R 5603 5603 5566 0 -1 4194304 47604 0 0 0 81919 46 0 0 25 0 1 0 243777798 195342336 47354 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/5605/statm: 47691 47354 77 170 0 47519 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 217904

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 5605
/proc/meminfo: memFree=1404208/2055920 swapFree=4179916/4192956
[pid=5603] ppid=5601 vsize=27140 CPUtime=2.25
/proc/5603/stat : 5603 (IUT_BMB_SIM) S 5601 5603 5566 0 -1 4194304 6615 0 0 0 177 48 0 0 25 0 1 0 243777572 27791360 6597 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5603/statm: 6785 6597 105 274 0 6508 0
[pid=5605] ppid=5603 vsize=190764 CPUtime=879.63
/proc/5605/stat : 5605 (minisat) R 5603 5603 5566 0 -1 4194304 47607 0 0 0 87917 46 0 0 25 0 1 0 243777798 195342336 47357 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5605/statm: 47691 47357 77 170 0 47519 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 217904

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 5605
/proc/meminfo: memFree=1404208/2055920 swapFree=4179916/4192956
[pid=5603] ppid=5601 vsize=27140 CPUtime=2.25
/proc/5603/stat : 5603 (IUT_BMB_SIM) S 5601 5603 5566 0 -1 4194304 6615 0 0 0 177 48 0 0 25 0 1 0 243777572 27791360 6597 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5603/statm: 6785 6597 105 274 0 6508 0
[pid=5605] ppid=5603 vsize=190764 CPUtime=939.61
/proc/5605/stat : 5605 (minisat) R 5603 5603 5566 0 -1 4194304 47607 0 0 0 93915 46 0 0 25 0 1 0 243777798 195342336 47357 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5605/statm: 47691 47357 77 170 0 47519 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 217904

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 5605
/proc/meminfo: memFree=1404208/2055920 swapFree=4179916/4192956
[pid=5603] ppid=5601 vsize=27140 CPUtime=2.25
/proc/5603/stat : 5603 (IUT_BMB_SIM) S 5601 5603 5566 0 -1 4194304 6615 0 0 0 177 48 0 0 25 0 1 0 243777572 27791360 6597 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5603/statm: 6785 6597 105 274 0 6508 0
[pid=5605] ppid=5603 vsize=190764 CPUtime=999.58
/proc/5605/stat : 5605 (minisat) R 5603 5603 5566 0 -1 4194304 47608 0 0 0 99912 46 0 0 25 0 1 0 243777798 195342336 47358 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5605/statm: 47691 47358 77 170 0 47519 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 217904

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 5611
/proc/meminfo: memFree=1404016/2055920 swapFree=4179916/4192956
[pid=5603] ppid=5601 vsize=27140 CPUtime=2.25
/proc/5603/stat : 5603 (IUT_BMB_SIM) S 5601 5603 5566 0 -1 4194304 6615 0 0 0 177 48 0 0 25 0 1 0 243777572 27791360 6597 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5603/statm: 6785 6597 105 274 0 6508 0
[pid=5605] ppid=5603 vsize=190764 CPUtime=1059.55
/proc/5605/stat : 5605 (minisat) R 5603 5603 5566 0 -1 4194304 47611 0 0 0 105909 46 0 0 25 0 1 0 243777798 195342336 47361 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5605/statm: 47691 47361 77 170 0 47519 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 217904

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 5611
/proc/meminfo: memFree=1404016/2055920 swapFree=4179916/4192956
[pid=5603] ppid=5601 vsize=27140 CPUtime=2.25
/proc/5603/stat : 5603 (IUT_BMB_SIM) S 5601 5603 5566 0 -1 4194304 6615 0 0 0 177 48 0 0 25 0 1 0 243777572 27791360 6597 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5603/statm: 6785 6597 105 274 0 6508 0
[pid=5605] ppid=5603 vsize=190764 CPUtime=1119.52
/proc/5605/stat : 5605 (minisat) R 5603 5603 5566 0 -1 4194304 47612 0 0 0 111906 46 0 0 25 0 1 0 243777798 195342336 47362 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5605/statm: 47691 47362 77 170 0 47519 0
Current children cumulated CPU time (s) 1121.77
Current children cumulated vsize (KiB) 217904

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 5611
/proc/meminfo: memFree=1404016/2055920 swapFree=4179916/4192956
[pid=5603] ppid=5601 vsize=27140 CPUtime=2.25
/proc/5603/stat : 5603 (IUT_BMB_SIM) S 5601 5603 5566 0 -1 4194304 6615 0 0 0 177 48 0 0 25 0 1 0 243777572 27791360 6597 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5603/statm: 6785 6597 105 274 0 6508 0
[pid=5605] ppid=5603 vsize=190764 CPUtime=1179.49
/proc/5605/stat : 5605 (minisat) R 5603 5603 5566 0 -1 4194304 47612 0 0 0 117903 46 0 0 25 0 1 0 243777798 195342336 47362 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5605/statm: 47691 47362 77 170 0 47519 0
Current children cumulated CPU time (s) 1181.74
Current children cumulated vsize (KiB) 217904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 5611
/proc/meminfo: memFree=1403952/2055920 swapFree=4179916/4192956
[pid=5603] ppid=5601 vsize=27140 CPUtime=2.25
/proc/5603/stat : 5603 (IUT_BMB_SIM) S 5601 5603 5566 0 -1 4194304 6615 0 0 0 177 48 0 0 25 0 1 0 243777572 27791360 6597 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5603/statm: 6785 6597 105 274 0 6508 0
[pid=5605] ppid=5603 vsize=190764 CPUtime=1197.79
/proc/5605/stat : 5605 (minisat) R 5603 5603 5566 0 -1 4194304 47612 0 0 0 119733 46 0 0 25 0 1 0 243777798 195342336 47362 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5605/statm: 47691 47362 77 170 0 47519 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 217904

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 5603 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=772730
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=488925
# CPU time returned by wait4() is 2.26166
# while last known CPU time is 1200.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.62
CPU time (s): 1200.04
CPU user time (s): 1199.1
CPU system time (s): 0.94
CPU usage (%): 99.9519
Max. virtual memory (cumulated for all children) (KiB): 217904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.77273
system time used= 0.488925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6615
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= 3
involuntary context switches= 7

runsolver used 0.987849 second user time and 3.39248 second system time

The end

Launcher Data

Begin job on node74 at 2009-05-12 21:44:09
IDJOB=1807367
IDBENCH=71586
IDSOLVER=650
FILE ID=node74/1807367-1242157449
PBS_JOBID= 9289749
Free space on /tmp= 102960 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v1560c133795gyes9.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1807367-1242157449/watcher-1807367-1242157449 -o /tmp/evaluation-result-1807367-1242157449/solver-1807367-1242157449 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1807367-1242157449.cnf HOME

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

MD5SUM BENCH= fe117ca26ab85d9c8449a6f94eb0c5ef
RANDOM SEED=103032785

node74.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.233
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.233
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1622368 kB
Buffers:         41664 kB
Cached:         323748 kB
SwapCached:       6140 kB
Active:          32540 kB
Inactive:       341360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1622368 kB
SwapTotal:     4192956 kB
SwapFree:      4179916 kB
Dirty:            4108 kB
Writeback:           0 kB
Mapped:          14156 kB
Slab:            45560 kB
Committed_AS:   914332 kB
PageTables:       1444 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= 102956 MiB
End job on node74 at 2009-05-12 22:04:11