Trace number 1807346

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
IUT_BMB_SIM 1.0? (TO) 1200.06 1200.61

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_SIM version 1.0
0.89/0.99	This is MiniSat 2.0 beta
0.89/0.99	WARNING: for repeatability, setting FPU to use double precision
0.89/0.99	============================[ Problem Statistics ]=============================
0.89/0.99	|                                                                             |
0.89/0.99	|  Number of variables:  945                                                  |
0.89/0.99	|  Number of clauses:    61409                                                |
0.99/1.02	|  Parsing time:         0.02         s                                       |
0.99/1.02	============================[ Search Statistics ]==============================
0.99/1.02	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.99/1.02	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.99/1.02	===============================================================================
0.99/1.02	|         0 |     945    61409   123673 |    20469        0    nan |  0.000 % |
0.99/1.03	|       101 |     945    61409   123673 |    22516      101    178 |  0.000 % |
0.99/1.04	|       251 |     945    61409   123673 |    24768      251    143 |  0.000 % |
0.99/1.06	|       477 |     945    61409   123673 |    27245      477    151 |  0.000 % |
0.99/1.09	|       815 |     945    61409   123673 |    29969      815    142 |  0.000 % |
1.09/1.13	|      1321 |     945    61409   123673 |    32966     1321    141 |  0.000 % |
1.18/1.21	|      2082 |     945    61409   123673 |    36263     2082    142 |  0.000 % |
1.28/1.36	|      3223 |     945    61409   123673 |    39889     3223    143 |  0.000 % |
1.59/1.65	|      4933 |     945    61409   123673 |    43878     4933    149 |  0.000 % |
2.19/2.28	|      7495 |     945    61409   123673 |    48266     7495    147 |  0.000 % |
3.49/3.58	|     11340 |     945    61409   123673 |    53093    11340    145 |  0.000 % |
6.38/6.45	|     17106 |     945    61409   123673 |    58402    17106    146 |  0.000 % |
13.68/13.70	|     25757 |     945    61409   123673 |    64242    25757    144 |  0.000 % |
27.57/27.62	|     38732 |     945    61409   123673 |    70666    38732    140 |  0.000 % |
62.15/62.22	|     58194 |     945    61409   123673 |    77733    58194    138 |  0.000 % |
130.92/131.05	|     87389 |     945    61409   123673 |    85506    27886    114 |  0.000 % |
213.98/214.16	|    131179 |     945    61409   123673 |    94057    71676    117 |  0.000 % |
318.85/319.09	|    196864 |     945    61409   123673 |   103463    61047    118 |  0.000 % |
456.89/457.11	|    295393 |     945    61409   123673 |   113809    76394    117 |  0.000 % |
821.24/821.62	|    443185 |     945    61409   123673 |   125190    38054    129 |  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-1807346-1242157380/watcher-1807346-1242157380 -o /tmp/evaluation-result-1807346-1242157380/solver-1807346-1242157380 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1807346-1242157380.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.85 0.97 0.99 3/65 16037
/proc/meminfo: memFree=1375200/2055920 swapFree=4180868/4192956
[pid=16037] ppid=16035 vsize=2004 CPUtime=0
/proc/16037/stat : 16037 (IUT_BMB_SIM) R 16035 16037 16000 0 -1 4194304 188 0 0 0 0 0 0 0 18 0 1 0 243768047 2052096 171 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/16037/statm: 501 171 90 274 0 224 0

[startup+0.0658101 s]
/proc/loadavg: 0.85 0.97 0.99 3/65 16037
/proc/meminfo: memFree=1375200/2055920 swapFree=4180868/4192956
[pid=16037] ppid=16035 vsize=3168 CPUtime=0.06
/proc/16037/stat : 16037 (IUT_BMB_SIM) R 16035 16037 16000 0 -1 4194304 604 0 0 0 6 0 0 0 18 0 1 0 243768047 3244032 587 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/16037/statm: 792 587 97 274 0 515 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3168

[startup+0.101812 s]
/proc/loadavg: 0.85 0.97 0.99 3/65 16037
/proc/meminfo: memFree=1375200/2055920 swapFree=4180868/4192956
[pid=16037] ppid=16035 vsize=3696 CPUtime=0.09
/proc/16037/stat : 16037 (IUT_BMB_SIM) R 16035 16037 16000 0 -1 4194304 739 0 0 0 9 0 0 0 18 0 1 0 243768047 3784704 722 1992294400 134512640 135635349 4294956224 18446744073709551615 135088841 0 0 4096 0 0 0 0 17 0 0 0
/proc/16037/statm: 924 722 97 274 0 647 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3696

[startup+0.301833 s]
/proc/loadavg: 0.85 0.97 0.99 3/65 16037
/proc/meminfo: memFree=1375200/2055920 swapFree=4180868/4192956
[pid=16037] ppid=16035 vsize=6468 CPUtime=0.29
/proc/16037/stat : 16037 (IUT_BMB_SIM) R 16035 16037 16000 0 -1 4194304 1440 0 0 0 29 0 0 0 20 0 1 0 243768047 6623232 1423 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/16037/statm: 1617 1423 97 274 0 1340 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6468

[startup+0.701874 s]
/proc/loadavg: 0.85 0.97 0.99 3/65 16037
/proc/meminfo: memFree=1375200/2055920 swapFree=4180868/4192956
[pid=16037] ppid=16035 vsize=13200 CPUtime=0.69
/proc/16037/stat : 16037 (IUT_BMB_SIM) R 16035 16037 16000 0 -1 4194304 3120 0 0 0 68 1 0 0 24 0 1 0 243768047 13516800 3103 1992294400 134512640 135635349 4294956224 18446744073709551615 134528287 0 0 4096 0 0 0 0 17 0 0 0
/proc/16037/statm: 3300 3103 97 274 0 3023 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13200

[startup+1.50299 s]
/proc/loadavg: 0.85 0.97 0.99 2/67 16039
/proc/meminfo: memFree=1361232/2055920 swapFree=4180868/4192956
[pid=16037] ppid=16035 vsize=13200 CPUtime=0.99
/proc/16037/stat : 16037 (IUT_BMB_SIM) S 16035 16037 16000 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 243768047 13516800 3111 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16037/statm: 3300 3111 105 274 0 3023 0
[pid=16039] ppid=16037 vsize=6848 CPUtime=0.5
/proc/16039/stat : 16039 (minisat) R 16037 16037 16000 0 -1 4194304 1779 0 0 0 49 1 0 0 22 0 1 0 243768146 7012352 1529 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/16039/statm: 1712 1529 77 170 0 1540 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20048

[startup+3.10113 s]
/proc/loadavg: 0.85 0.97 0.99 2/67 16039
/proc/meminfo: memFree=1354576/2055920 swapFree=4180868/4192956
[pid=16037] ppid=16035 vsize=13200 CPUtime=0.99
/proc/16037/stat : 16037 (IUT_BMB_SIM) S 16035 16037 16000 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 243768047 13516800 3111 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16037/statm: 3300 3111 105 274 0 3023 0
[pid=16039] ppid=16037 vsize=10676 CPUtime=2.09
/proc/16039/stat : 16039 (minisat) R 16037 16037 16000 0 -1 4194304 2741 0 0 0 208 1 0 0 25 0 1 0 243768146 10932224 2491 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/16039/statm: 2669 2491 77 170 0 2497 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 23876

[startup+6.30146 s]
/proc/loadavg: 0.86 0.97 0.99 2/67 16039
/proc/meminfo: memFree=1349136/2055920 swapFree=4180868/4192956
[pid=16037] ppid=16035 vsize=13200 CPUtime=0.99
/proc/16037/stat : 16037 (IUT_BMB_SIM) S 16035 16037 16000 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 243768047 13516800 3111 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16037/statm: 3300 3111 105 274 0 3023 0
[pid=16039] ppid=16037 vsize=15172 CPUtime=5.29
/proc/16039/stat : 16039 (minisat) R 16037 16037 16000 0 -1 4194304 3840 0 0 0 527 2 0 0 25 0 1 0 243768146 15536128 3590 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/16039/statm: 3793 3590 77 170 0 3621 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 28372

[startup+12.7011 s]
/proc/loadavg: 0.87 0.97 0.99 2/67 16039
/proc/meminfo: memFree=1343592/2055920 swapFree=4180868/4192956
[pid=16037] ppid=16035 vsize=13200 CPUtime=0.99
/proc/16037/stat : 16037 (IUT_BMB_SIM) S 16035 16037 16000 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 243768047 13516800 3111 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16037/statm: 3300 3111 105 274 0 3023 0
[pid=16039] ppid=16037 vsize=20068 CPUtime=11.69
/proc/16039/stat : 16039 (minisat) R 16037 16037 16000 0 -1 4194304 5080 0 0 0 1165 4 0 0 25 0 1 0 243768146 20549632 4830 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/16039/statm: 5017 4830 77 170 0 4845 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 33268

[startup+25.5015 s]
/proc/loadavg: 0.90 0.97 0.99 2/67 16039
/proc/meminfo: memFree=1336048/2055920 swapFree=4180868/4192956
[pid=16037] ppid=16035 vsize=13200 CPUtime=0.99
/proc/16037/stat : 16037 (IUT_BMB_SIM) S 16035 16037 16000 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 243768047 13516800 3111 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16037/statm: 3300 3111 105 274 0 3023 0
[pid=16039] ppid=16037 vsize=27376 CPUtime=24.49
/proc/16039/stat : 16039 (minisat) R 16037 16037 16000 0 -1 4194304 6892 0 0 0 2443 6 0 0 25 0 1 0 243768146 28033024 6642 1992294400 134512640 135212939 4294956320 18446744073709551615 134535808 0 0 4096 3 0 0 0 17 0 0 0
/proc/16039/statm: 6844 6642 77 170 0 6672 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 40576

[startup+51.1011 s]
/proc/loadavg: 0.93 0.97 0.99 2/67 16039
/proc/meminfo: memFree=1327344/2055920 swapFree=4180868/4192956
[pid=16037] ppid=16035 vsize=13200 CPUtime=0.99
/proc/16037/stat : 16037 (IUT_BMB_SIM) S 16035 16037 16000 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 243768047 13516800 3111 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16037/statm: 3300 3111 105 274 0 3023 0
[pid=16039] ppid=16037 vsize=36212 CPUtime=50.07
/proc/16039/stat : 16039 (minisat) R 16037 16037 16000 0 -1 4194304 9085 0 0 0 5000 7 0 0 25 0 1 0 243768146 37081088 8835 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/16039/statm: 9053 8835 77 170 0 8881 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 49412

[startup+102.305 s]
/proc/loadavg: 0.97 0.97 0.99 2/67 16039
/proc/meminfo: memFree=1314480/2055920 swapFree=4180868/4192956
[pid=16037] ppid=16035 vsize=13200 CPUtime=0.99
/proc/16037/stat : 16037 (IUT_BMB_SIM) S 16035 16037 16000 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 243768047 13516800 3111 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16037/statm: 3300 3111 105 274 0 3023 0
[pid=16039] ppid=16037 vsize=49096 CPUtime=101.25
/proc/16039/stat : 16039 (minisat) R 16037 16037 16000 0 -1 4194304 12241 0 0 0 10114 11 0 0 25 0 1 0 243768146 50274304 11991 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/16039/statm: 12274 11991 77 170 0 12102 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 62296

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 16039
/proc/meminfo: memFree=1311088/2055920 swapFree=4180868/4192956
[pid=16037] ppid=16035 vsize=13200 CPUtime=0.99
/proc/16037/stat : 16037 (IUT_BMB_SIM) S 16035 16037 16000 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 243768047 13516800 3111 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16037/statm: 3300 3111 105 274 0 3023 0
[pid=16039] ppid=16037 vsize=52308 CPUtime=161.22
/proc/16039/stat : 16039 (minisat) R 16037 16037 16000 0 -1 4194304 13065 0 0 0 16110 12 0 0 25 0 1 0 243768146 53563392 12815 1992294400 134512640 135212939 4294956320 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/16039/statm: 13077 12815 77 170 0 12905 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 65508

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 16039
/proc/meminfo: memFree=1310256/2055920 swapFree=4180868/4192956
[pid=16037] ppid=16035 vsize=13200 CPUtime=0.99
/proc/16037/stat : 16037 (IUT_BMB_SIM) S 16035 16037 16000 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 243768047 13516800 3111 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16037/statm: 3300 3111 105 274 0 3023 0
[pid=16039] ppid=16037 vsize=53284 CPUtime=221.19
/proc/16039/stat : 16039 (minisat) R 16037 16037 16000 0 -1 4194304 13278 0 0 0 22107 12 0 0 25 0 1 0 243768146 54562816 13028 1992294400 134512640 135212939 4294956320 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/16039/statm: 13321 13028 77 170 0 13149 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 66484

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 16039
/proc/meminfo: memFree=1304752/2055920 swapFree=4180868/4192956
[pid=16037] ppid=16035 vsize=13200 CPUtime=0.99
/proc/16037/stat : 16037 (IUT_BMB_SIM) S 16035 16037 16000 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 243768047 13516800 3111 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16037/statm: 3300 3111 105 274 0 3023 0
[pid=16039] ppid=16037 vsize=58976 CPUtime=281.17
/proc/16039/stat : 16039 (minisat) R 16037 16037 16000 0 -1 4194304 14649 0 0 0 28103 14 0 0 25 0 1 0 243768146 60391424 14399 1992294400 134512640 135212939 4294956320 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/16039/statm: 14744 14399 77 170 0 14572 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 72176

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 16039
/proc/meminfo: memFree=1304760/2055920 swapFree=4180868/4192956
[pid=16037] ppid=16035 vsize=13200 CPUtime=0.99
/proc/16037/stat : 16037 (IUT_BMB_SIM) S 16035 16037 16000 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 243768047 13516800 3111 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16037/statm: 3300 3111 105 274 0 3023 0
[pid=16039] ppid=16037 vsize=58976 CPUtime=341.15
/proc/16039/stat : 16039 (minisat) R 16037 16037 16000 0 -1 4194304 14650 0 0 0 34101 14 0 0 25 0 1 0 243768146 60391424 14400 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/16039/statm: 14744 14400 77 170 0 14572 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 72176

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 16039
/proc/meminfo: memFree=1298104/2055920 swapFree=4180868/4192956
[pid=16037] ppid=16035 vsize=13200 CPUtime=0.99
/proc/16037/stat : 16037 (IUT_BMB_SIM) S 16035 16037 16000 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 243768047 13516800 3111 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16037/statm: 3300 3111 105 274 0 3023 0
[pid=16039] ppid=16037 vsize=65732 CPUtime=401.12
/proc/16039/stat : 16039 (minisat) R 16037 16037 16000 0 -1 4194304 16327 0 0 0 40096 16 0 0 25 0 1 0 243768146 67309568 16077 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/16039/statm: 16433 16077 77 170 0 16261 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 78932

[startup+462.301 s]

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

/proc/16039/statm: 18292 17890 77 170 0 18120 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 86368

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 16039
/proc/meminfo: memFree=1286328/2055920 swapFree=4180868/4192956
[pid=16037] ppid=16035 vsize=13200 CPUtime=0.99
/proc/16037/stat : 16037 (IUT_BMB_SIM) S 16035 16037 16000 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 243768047 13516800 3111 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16037/statm: 3300 3111 105 274 0 3023 0
[pid=16039] ppid=16037 vsize=77696 CPUtime=581.04
/proc/16039/stat : 16039 (minisat) R 16037 16037 16000 0 -1 4194304 19266 0 0 0 58086 18 0 0 25 0 1 0 243768146 79560704 19016 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/16039/statm: 19424 19016 77 170 0 19252 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 90896

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 16039
/proc/meminfo: memFree=1286200/2055920 swapFree=4180868/4192956
[pid=16037] ppid=16035 vsize=13200 CPUtime=0.99
/proc/16037/stat : 16037 (IUT_BMB_SIM) S 16035 16037 16000 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 243768047 13516800 3111 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16037/statm: 3300 3111 105 274 0 3023 0
[pid=16039] ppid=16037 vsize=77852 CPUtime=641.02
/proc/16039/stat : 16039 (minisat) R 16037 16037 16000 0 -1 4194304 19292 0 0 0 64084 18 0 0 25 0 1 0 243768146 79720448 19042 1992294400 134512640 135212939 4294956320 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 0 0 0
/proc/16039/statm: 19463 19042 77 170 0 19291 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 91052

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 16039
/proc/meminfo: memFree=1285880/2055920 swapFree=4180868/4192956
[pid=16037] ppid=16035 vsize=13200 CPUtime=0.99
/proc/16037/stat : 16037 (IUT_BMB_SIM) S 16035 16037 16000 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 243768047 13516800 3111 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16037/statm: 3300 3111 105 274 0 3023 0
[pid=16039] ppid=16037 vsize=78276 CPUtime=700.99
/proc/16039/stat : 16039 (minisat) R 16037 16037 16000 0 -1 4194304 19365 0 0 0 70081 18 0 0 25 0 1 0 243768146 80154624 19115 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/16039/statm: 19569 19115 77 170 0 19397 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 91476

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 16039
/proc/meminfo: memFree=1279992/2055920 swapFree=4180868/4192956
[pid=16037] ppid=16035 vsize=13200 CPUtime=0.99
/proc/16037/stat : 16037 (IUT_BMB_SIM) S 16035 16037 16000 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 243768047 13516800 3111 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16037/statm: 3300 3111 105 274 0 3023 0
[pid=16039] ppid=16037 vsize=83996 CPUtime=760.97
/proc/16039/stat : 16039 (minisat) R 16037 16037 16000 0 -1 4194304 20813 0 0 0 76078 19 0 0 25 0 1 0 243768146 86011904 20563 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/16039/statm: 20999 20563 77 170 0 20827 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 97196

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 16039
/proc/meminfo: memFree=1275192/2055920 swapFree=4180868/4192956
[pid=16037] ppid=16035 vsize=13200 CPUtime=0.99
/proc/16037/stat : 16037 (IUT_BMB_SIM) S 16035 16037 16000 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 243768047 13516800 3111 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16037/statm: 3300 3111 105 274 0 3023 0
[pid=16039] ppid=16037 vsize=88956 CPUtime=820.95
/proc/16039/stat : 16039 (minisat) R 16037 16037 16000 0 -1 4194304 22025 0 0 0 82074 21 0 0 25 0 1 0 243768146 91090944 21775 1992294400 134512640 135212939 4294956320 18446744073709551615 134526854 0 0 4096 3 0 0 0 17 0 0 0
/proc/16039/statm: 22239 21775 77 170 0 22067 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 102156

[startup+882.303 s]
/proc/loadavg: 1.05 0.99 0.99 2/67 16039
/proc/meminfo: memFree=1275000/2055920 swapFree=4180868/4192956
[pid=16037] ppid=16035 vsize=13200 CPUtime=0.99
/proc/16037/stat : 16037 (IUT_BMB_SIM) S 16035 16037 16000 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 243768047 13516800 3111 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16037/statm: 3300 3111 105 274 0 3023 0
[pid=16039] ppid=16037 vsize=89116 CPUtime=880.92
/proc/16039/stat : 16039 (minisat) R 16037 16037 16000 0 -1 4194304 22067 0 0 0 88071 21 0 0 25 0 1 0 243768146 91254784 21817 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/16039/statm: 22279 21817 77 170 0 22107 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 102316

[startup+942.302 s]
/proc/loadavg: 1.07 1.00 1.00 2/67 16039
/proc/meminfo: memFree=1274360/2055920 swapFree=4180868/4192956
[pid=16037] ppid=16035 vsize=13200 CPUtime=0.99
/proc/16037/stat : 16037 (IUT_BMB_SIM) S 16035 16037 16000 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 243768047 13516800 3111 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16037/statm: 3300 3111 105 274 0 3023 0
[pid=16039] ppid=16037 vsize=89916 CPUtime=940.89
/proc/16039/stat : 16039 (minisat) R 16037 16037 16000 0 -1 4194304 22228 0 0 0 94068 21 0 0 25 0 1 0 243768146 92073984 21978 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/16039/statm: 22479 21978 77 170 0 22307 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 103116

[startup+1002.3 s]
/proc/loadavg: 1.07 1.01 1.00 2/67 16039
/proc/meminfo: memFree=1267704/2055920 swapFree=4180868/4192956
[pid=16037] ppid=16035 vsize=13200 CPUtime=0.99
/proc/16037/stat : 16037 (IUT_BMB_SIM) S 16035 16037 16000 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 243768047 13516800 3111 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16037/statm: 3300 3111 105 274 0 3023 0
[pid=16039] ppid=16037 vsize=96448 CPUtime=1000.87
/proc/16039/stat : 16039 (minisat) R 16037 16037 16000 0 -1 4194304 23884 0 0 0 100064 23 0 0 25 0 1 0 243768146 98762752 23634 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/16039/statm: 24112 23634 77 170 0 23940 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 109648

[startup+1062.3 s]
/proc/loadavg: 1.14 1.04 1.01 2/67 16039
/proc/meminfo: memFree=1267704/2055920 swapFree=4180868/4192956
[pid=16037] ppid=16035 vsize=13200 CPUtime=0.99
/proc/16037/stat : 16037 (IUT_BMB_SIM) S 16035 16037 16000 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 243768047 13516800 3111 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16037/statm: 3300 3111 105 274 0 3023 0
[pid=16039] ppid=16037 vsize=96448 CPUtime=1060.84
/proc/16039/stat : 16039 (minisat) R 16037 16037 16000 0 -1 4194304 23884 0 0 0 106061 23 0 0 25 0 1 0 243768146 98762752 23634 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/16039/statm: 24112 23634 77 170 0 23940 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 109648

[startup+1122.3 s]
/proc/loadavg: 1.16 1.06 1.01 2/67 16045
/proc/meminfo: memFree=1267440/2055920 swapFree=4180868/4192956
[pid=16037] ppid=16035 vsize=13200 CPUtime=0.99
/proc/16037/stat : 16037 (IUT_BMB_SIM) S 16035 16037 16000 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 243768047 13516800 3111 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16037/statm: 3300 3111 105 274 0 3023 0
[pid=16039] ppid=16037 vsize=96448 CPUtime=1120.8
/proc/16039/stat : 16039 (minisat) R 16037 16037 16000 0 -1 4194304 23884 0 0 0 112057 23 0 0 25 0 1 0 243768146 98762752 23634 1992294400 134512640 135212939 4294956320 18446744073709551615 134526829 0 0 4096 3 0 0 0 17 0 0 0
/proc/16039/statm: 24112 23634 77 170 0 23940 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 109648

[startup+1182.3 s]
/proc/loadavg: 1.10 1.06 1.01 2/67 16045
/proc/meminfo: memFree=1267248/2055920 swapFree=4180868/4192956
[pid=16037] ppid=16035 vsize=13200 CPUtime=0.99
/proc/16037/stat : 16037 (IUT_BMB_SIM) S 16035 16037 16000 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 243768047 13516800 3111 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16037/statm: 3300 3111 105 274 0 3023 0
[pid=16039] ppid=16037 vsize=96940 CPUtime=1180.77
/proc/16039/stat : 16039 (minisat) R 16037 16037 16000 0 -1 4194304 23982 0 0 0 118054 23 0 0 25 0 1 0 243768146 99266560 23732 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/16039/statm: 24235 23732 77 170 0 24063 0
Current children cumulated CPU time (s) 1181.76
Current children cumulated vsize (KiB) 110140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.07 1.06 1.01 2/67 16045
/proc/meminfo: memFree=1266544/2055920 swapFree=4180868/4192956
[pid=16037] ppid=16035 vsize=13200 CPUtime=0.99
/proc/16037/stat : 16037 (IUT_BMB_SIM) S 16035 16037 16000 0 -1 4194304 3129 0 0 0 77 22 0 0 25 0 1 0 243768047 13516800 3111 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16037/statm: 3300 3111 105 274 0 3023 0
[pid=16039] ppid=16037 vsize=97684 CPUtime=1199.07
/proc/16039/stat : 16039 (minisat) R 16037 16037 16000 0 -1 4194304 24121 0 0 0 119884 23 0 0 25 0 1 0 243768146 100028416 23871 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/16039/statm: 24421 23871 77 170 0 24249 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 110884

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

Real time (s): 1200.61
CPU time (s): 1200.06
CPU user time (s): 1199.61
CPU system time (s): 0.45
CPU usage (%): 99.9539
Max. virtual memory (cumulated for all children) (KiB): 110884

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

runsolver used 1.07584 second user time and 3.3025 second system time

The end

Launcher Data

Begin job on node79 at 2009-05-12 21:43:00
IDJOB=1807346
IDBENCH=71554
IDSOLVER=650
FILE ID=node79/1807346-1242157380
PBS_JOBID= 9289729
Free space on /tmp= 66232 MiB

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

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

MD5SUM BENCH= 0b0881d9187e7912564ae88556ada128
RANDOM SEED=1160530581

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:       1375752 kB
Buffers:         64828 kB
Cached:         530020 kB
SwapCached:       7224 kB
Active:          70472 kB
Inactive:       533876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1375752 kB
SwapTotal:     4192956 kB
SwapFree:      4180868 kB
Dirty:            2928 kB
Writeback:           0 kB
Mapped:          14048 kB
Slab:            61880 kB
Committed_AS:   873680 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= 66228 MiB
End job on node79 at 2009-05-12 22:03:03