Trace number 1797705

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_15_UNKNOWN.cnf
MD5SUM8e41b9860982308be5a85106d5324611
Bench CategoryAPPLICATION (applications 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 variables3152
Number of clauses330948
Sum of the clauses size988222
Maximum clause length16
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25025
Number of clauses of size 3325892
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
2.59/2.60	This is MiniSat 2.0 beta
2.59/2.60	WARNING: for repeatability, setting FPU to use double precision
2.59/2.60	============================[ Problem Statistics ]=============================
2.59/2.60	|                                                                             |
2.59/2.60	|  Number of variables:  3152                                                 |
2.59/2.60	|  Number of clauses:    330948                                               |
2.59/2.74	|  Parsing time:         0.12         s                                       |
2.59/2.75	============================[ Search Statistics ]==============================
2.59/2.75	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.59/2.75	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.59/2.75	===============================================================================
2.59/2.75	|         0 |    3152   330766   987767 |   110255        0    nan |  0.000 % |
2.59/2.76	|       101 |    3152   330766   987767 |   121280      101     62 |  0.000 % |
2.59/2.78	|       253 |    3152   330766   987767 |   133408      253     67 |  0.000 % |
2.59/2.82	|       481 |    3152   330766   987767 |   146749      481     73 |  0.000 % |
2.59/2.89	|       818 |    3152   330766   987767 |   161424      818     81 |  0.000 % |
2.59/2.97	|      1324 |    3152   330766   987767 |   177567     1324     82 |  0.000 % |
2.59/3.11	|      2083 |    3152   330766   987767 |   195324     2083     90 |  0.000 % |
3.28/3.33	|      3223 |    3152   330766   987767 |   214856     3223     98 |  0.000 % |
3.57/3.64	|      4933 |    3152   330766   987767 |   236342     4933    100 |  0.000 % |
4.17/4.28	|      7499 |    3152   330766   987767 |   259976     7499    123 |  0.000 % |
5.77/5.82	|     11343 |    3152   330766   987767 |   285973    11343    121 |  0.000 % |
8.18/8.24	|     17109 |    3152   330766   987767 |   314571    17109    125 |  0.000 % |
12.17/12.20	|     25760 |    3152   330766   987767 |   346028    25760    129 |  0.000 % |
21.07/21.17	|     38734 |    3152   330766   987767 |   380631    38734    125 |  0.000 % |
39.16/39.29	|     58197 |    3152   330766   987767 |   418694    58197    160 |  0.000 % |
66.85/66.91	|     87390 |    3152   330766   987767 |   460563    87390    159 |  0.000 % |
126.32/126.40	|    131180 |    3152   330766   987767 |   506620   131180    164 |  0.000 % |
245.68/245.88	|    196866 |    3152   330766   987767 |   557282   196866    157 |  0.000 % |
873.60/874.07	|    295393 |    3152   330766   987767 |   613010   295393    154 |  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-1797705-1242087165/watcher-1797705-1242087165 -o /tmp/evaluation-result-1797705-1242087165/solver-1797705-1242087165 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797705-1242087165.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.97 0.99 3/64 14538
/proc/meminfo: memFree=1217544/2055920 swapFree=4179992/4192956
[pid=14538] ppid=14536 vsize=5164 CPUtime=0
/proc/14538/stat : 14538 (IUT_BMB_SIM) R 14536 14538 14501 0 -1 4194304 185 0 0 0 0 0 0 0 18 0 1 0 236745405 5287936 168 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/14538/statm: 1291 168 90 274 0 1014 0

[startup+0.049796 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 14538
/proc/meminfo: memFree=1217544/2055920 swapFree=4179992/4192956
[pid=14538] ppid=14536 vsize=5164 CPUtime=0.04
/proc/14538/stat : 14538 (IUT_BMB_SIM) R 14536 14538 14501 0 -1 4194304 932 0 0 0 4 0 0 0 18 0 1 0 236745405 5287936 915 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/14538/statm: 1291 915 90 274 0 1014 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5164

[startup+0.1018 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 14538
/proc/meminfo: memFree=1217544/2055920 swapFree=4179992/4192956
[pid=14538] ppid=14536 vsize=7324 CPUtime=0.09
/proc/14538/stat : 14538 (IUT_BMB_SIM) R 14536 14538 14501 0 -1 4194304 1659 0 0 0 9 0 0 0 18 0 1 0 236745405 7499776 1642 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/14538/statm: 1831 1642 97 274 0 1554 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7324

[startup+0.301823 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 14538
/proc/meminfo: memFree=1217544/2055920 swapFree=4179992/4192956
[pid=14538] ppid=14536 vsize=10756 CPUtime=0.29
/proc/14538/stat : 14538 (IUT_BMB_SIM) R 14536 14538 14501 0 -1 4194304 2504 0 0 0 29 0 0 0 20 0 1 0 236745405 11014144 2487 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/14538/statm: 2689 2487 97 274 0 2412 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10756

[startup+0.70187 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 14538
/proc/meminfo: memFree=1217544/2055920 swapFree=4179992/4192956
[pid=14538] ppid=14536 vsize=17100 CPUtime=0.69
/proc/14538/stat : 14538 (IUT_BMB_SIM) R 14536 14538 14501 0 -1 4194304 4110 0 0 0 68 1 0 0 24 0 1 0 236745405 17510400 4093 1992294400 134512640 135635349 4294956224 18446744073709551615 135132414 0 0 4096 0 0 0 0 17 0 0 0
/proc/14538/statm: 4308 4094 97 274 0 4031 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17100

[startup+1.50196 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 14539
/proc/meminfo: memFree=1197120/2055920 swapFree=4179992/4192956
[pid=14538] ppid=14536 vsize=21332 CPUtime=1.49
/proc/14538/stat : 14538 (IUT_BMB_SIM) R 14536 14538 14501 0 -1 4194304 5155 0 0 0 109 40 0 0 25 0 1 0 236745405 21843968 5138 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 0 0 0
/proc/14538/statm: 5333 5138 100 274 0 5056 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21332

[startup+3.10117 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 14539
/proc/meminfo: memFree=1193280/2055920 swapFree=4179992/4192956
[pid=14538] ppid=14536 vsize=21332 CPUtime=2.59
/proc/14538/stat : 14538 (IUT_BMB_SIM) S 14536 14538 14501 0 -1 4194304 5161 0 0 0 145 114 0 0 25 0 1 0 236745405 21843968 5143 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14538/statm: 5333 5143 105 274 0 5056 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 21332

[startup+6.30153 s]
/proc/loadavg: 0.92 0.97 0.99 2/66 14540
/proc/meminfo: memFree=1171696/2055920 swapFree=4179992/4192956
[pid=14538] ppid=14536 vsize=21332 CPUtime=2.59
/proc/14538/stat : 14538 (IUT_BMB_SIM) S 14536 14538 14501 0 -1 4194304 5161 0 0 0 145 114 0 0 25 0 1 0 236745405 21843968 5143 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14538/statm: 5333 5143 105 274 0 5056 0
[pid=14540] ppid=14538 vsize=22196 CPUtime=3.68
/proc/14540/stat : 14540 (minisat) R 14538 14538 14501 0 -1 4194304 5553 0 0 0 365 3 0 0 25 0 1 0 236745665 22728704 5303 1992294400 134512640 135212939 4294956320 18446744073709551615 134526658 0 0 4096 3 0 0 0 17 0 0 0
/proc/14540/statm: 5549 5303 77 170 0 5377 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 43528

[startup+12.7013 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 14540
/proc/meminfo: memFree=1162744/2055920 swapFree=4179992/4192956
[pid=14538] ppid=14536 vsize=21332 CPUtime=2.59
/proc/14538/stat : 14538 (IUT_BMB_SIM) S 14536 14538 14501 0 -1 4194304 5161 0 0 0 145 114 0 0 25 0 1 0 236745405 21843968 5143 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14538/statm: 5333 5143 105 274 0 5056 0
[pid=14540] ppid=14538 vsize=30796 CPUtime=10.08
/proc/14540/stat : 14540 (minisat) R 14538 14538 14501 0 -1 4194304 7698 0 0 0 1003 5 0 0 25 0 1 0 236745665 31535104 7448 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14540/statm: 7699 7448 77 170 0 7527 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 52128

[startup+25.5018 s]
/proc/loadavg: 0.94 0.97 0.99 2/66 14540
/proc/meminfo: memFree=1150784/2055920 swapFree=4179992/4192956
[pid=14538] ppid=14536 vsize=21332 CPUtime=2.59
/proc/14538/stat : 14538 (IUT_BMB_SIM) S 14536 14538 14501 0 -1 4194304 5161 0 0 0 145 114 0 0 25 0 1 0 236745405 21843968 5143 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14538/statm: 5333 5143 105 274 0 5056 0
[pid=14540] ppid=14538 vsize=42568 CPUtime=22.87
/proc/14540/stat : 14540 (minisat) R 14538 14538 14501 0 -1 4194304 10634 0 0 0 2279 8 0 0 25 0 1 0 236745665 43589632 10384 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/14540/statm: 10642 10384 77 170 0 10470 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 63900

[startup+51.1018 s]
/proc/loadavg: 0.96 0.97 0.99 2/66 14540
/proc/meminfo: memFree=1127552/2055920 swapFree=4179992/4192956
[pid=14538] ppid=14536 vsize=21332 CPUtime=2.59
/proc/14538/stat : 14538 (IUT_BMB_SIM) S 14536 14538 14501 0 -1 4194304 5161 0 0 0 145 114 0 0 25 0 1 0 236745405 21843968 5143 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14538/statm: 5333 5143 105 274 0 5056 0
[pid=14540] ppid=14538 vsize=65600 CPUtime=48.46
/proc/14540/stat : 14540 (minisat) R 14538 14538 14501 0 -1 4194304 16380 0 0 0 4833 13 0 0 25 0 1 0 236745665 67174400 16130 1992294400 134512640 135212939 4294956320 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/14540/statm: 16400 16130 77 170 0 16228 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 86932

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/66 14540
/proc/meminfo: memFree=1095936/2055920 swapFree=4179992/4192956
[pid=14538] ppid=14536 vsize=21332 CPUtime=2.59
/proc/14538/stat : 14538 (IUT_BMB_SIM) S 14536 14538 14501 0 -1 4194304 5161 0 0 0 145 114 0 0 25 0 1 0 236745405 21843968 5143 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14538/statm: 5333 5143 105 274 0 5056 0
[pid=14540] ppid=14538 vsize=97208 CPUtime=99.65
/proc/14540/stat : 14540 (minisat) R 14538 14538 14501 0 -1 4194304 24235 0 0 0 9945 20 0 0 25 0 1 0 236745665 99540992 23985 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14540/statm: 24302 23985 77 170 0 24130 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 118540

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 14540
/proc/meminfo: memFree=1069440/2055920 swapFree=4179992/4192956
[pid=14538] ppid=14536 vsize=21332 CPUtime=2.59
/proc/14538/stat : 14538 (IUT_BMB_SIM) S 14536 14538 14501 0 -1 4194304 5161 0 0 0 145 114 0 0 25 0 1 0 236745405 21843968 5143 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14538/statm: 5333 5143 105 274 0 5056 0
[pid=14540] ppid=14538 vsize=124176 CPUtime=159.62
/proc/14540/stat : 14540 (minisat) R 14538 14538 14501 0 -1 4194304 30912 0 0 0 15936 26 0 0 25 0 1 0 236745665 127156224 30662 1992294400 134512640 135212939 4294956320 18446744073709551615 134526633 0 0 4096 3 0 0 0 17 0 0 0
/proc/14540/statm: 31044 30662 77 170 0 30872 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 145508

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 14540
/proc/meminfo: memFree=1048512/2055920 swapFree=4179992/4192956
[pid=14538] ppid=14536 vsize=21332 CPUtime=2.59
/proc/14538/stat : 14538 (IUT_BMB_SIM) S 14536 14538 14501 0 -1 4194304 5161 0 0 0 145 114 0 0 25 0 1 0 236745405 21843968 5143 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14538/statm: 5333 5143 105 274 0 5056 0
[pid=14540] ppid=14538 vsize=145088 CPUtime=219.6
/proc/14540/stat : 14540 (minisat) R 14538 14538 14501 0 -1 4194304 36082 0 0 0 21930 30 0 0 25 0 1 0 236745665 148570112 35832 1992294400 134512640 135212939 4294956320 18446744073709551615 134719078 0 0 4096 3 0 0 0 17 0 0 0
/proc/14540/statm: 36272 35832 77 170 0 36100 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 166420

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 14540
/proc/meminfo: memFree=1034368/2055920 swapFree=4179992/4192956
[pid=14538] ppid=14536 vsize=21332 CPUtime=2.59
/proc/14538/stat : 14538 (IUT_BMB_SIM) S 14536 14538 14501 0 -1 4194304 5161 0 0 0 145 114 0 0 25 0 1 0 236745405 21843968 5143 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14538/statm: 5333 5143 105 274 0 5056 0
[pid=14540] ppid=14538 vsize=159364 CPUtime=279.57
/proc/14540/stat : 14540 (minisat) R 14538 14538 14501 0 -1 4194304 39609 0 0 0 27924 33 0 0 25 0 1 0 236745665 163188736 39359 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14540/statm: 39841 39359 77 170 0 39669 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 180696

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 14540
/proc/meminfo: memFree=1025408/2055920 swapFree=4179992/4192956
[pid=14538] ppid=14536 vsize=21332 CPUtime=2.59
/proc/14538/stat : 14538 (IUT_BMB_SIM) S 14536 14538 14501 0 -1 4194304 5161 0 0 0 145 114 0 0 25 0 1 0 236745405 21843968 5143 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14538/statm: 5333 5143 105 274 0 5056 0
[pid=14540] ppid=14538 vsize=168860 CPUtime=339.55
/proc/14540/stat : 14540 (minisat) R 14538 14538 14501 0 -1 4194304 41828 0 0 0 33919 36 0 0 25 0 1 0 236745665 172912640 41578 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14540/statm: 42215 41578 77 170 0 42043 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 190192

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 14540
/proc/meminfo: memFree=1019136/2055920 swapFree=4179992/4192956
[pid=14538] ppid=14536 vsize=21332 CPUtime=2.59
/proc/14538/stat : 14538 (IUT_BMB_SIM) S 14536 14538 14501 0 -1 4194304 5161 0 0 0 145 114 0 0 25 0 1 0 236745405 21843968 5143 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14538/statm: 5333 5143 105 274 0 5056 0
[pid=14540] ppid=14538 vsize=175148 CPUtime=399.52
/proc/14540/stat : 14540 (minisat) R 14538 14538 14501 0 -1 4194304 43414 0 0 0 39914 38 0 0 25 0 1 0 236745665 179351552 43164 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14540/statm: 43787 43164 77 170 0 43615 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 196480

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 14540
/proc/meminfo: memFree=1012608/2055920 swapFree=4179992/4192956
[pid=14538] ppid=14536 vsize=21332 CPUtime=2.59
/proc/14538/stat : 14538 (IUT_BMB_SIM) S 14536 14538 14501 0 -1 4194304 5161 0 0 0 145 114 0 0 25 0 1 0 236745405 21843968 5143 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14538/statm: 5333 5143 105 274 0 5056 0
[pid=14540] ppid=14538 vsize=181772 CPUtime=459.49

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

/proc/14540/statm: 46889 46216 77 170 0 46717 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 208888

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 14540
/proc/meminfo: memFree=1001856/2055920 swapFree=4179992/4192956
[pid=14538] ppid=14536 vsize=21332 CPUtime=2.59
/proc/14538/stat : 14538 (IUT_BMB_SIM) S 14536 14538 14501 0 -1 4194304 5161 0 0 0 145 114 0 0 25 0 1 0 236745405 21843968 5143 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14538/statm: 5333 5143 105 274 0 5056 0
[pid=14540] ppid=14538 vsize=192536 CPUtime=579.44
/proc/14540/stat : 14540 (minisat) R 14538 14538 14501 0 -1 4194304 47724 0 0 0 57902 42 0 0 25 0 1 0 236745665 197156864 47474 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14540/statm: 48134 47474 77 170 0 47962 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 213868

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 14540
/proc/meminfo: memFree=994688/2055920 swapFree=4179992/4192956
[pid=14538] ppid=14536 vsize=21332 CPUtime=2.59
/proc/14538/stat : 14538 (IUT_BMB_SIM) S 14536 14538 14501 0 -1 4194304 5161 0 0 0 145 114 0 0 25 0 1 0 236745405 21843968 5143 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14538/statm: 5333 5143 105 274 0 5056 0
[pid=14540] ppid=14538 vsize=199924 CPUtime=639.42
/proc/14540/stat : 14540 (minisat) R 14538 14538 14501 0 -1 4194304 49499 0 0 0 63898 44 0 0 25 0 1 0 236745665 204722176 49249 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/14540/statm: 49981 49249 77 170 0 49809 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 221256

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 14540
/proc/meminfo: memFree=989824/2055920 swapFree=4179992/4192956
[pid=14538] ppid=14536 vsize=21332 CPUtime=2.59
/proc/14538/stat : 14538 (IUT_BMB_SIM) S 14536 14538 14501 0 -1 4194304 5161 0 0 0 145 114 0 0 25 0 1 0 236745405 21843968 5143 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14538/statm: 5333 5143 105 274 0 5056 0
[pid=14540] ppid=14538 vsize=204764 CPUtime=699.38
/proc/14540/stat : 14540 (minisat) R 14538 14538 14501 0 -1 4194304 50712 0 0 0 69893 45 0 0 25 0 1 0 236745665 209678336 50462 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14540/statm: 51191 50462 77 170 0 51019 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 226096

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 14540
/proc/meminfo: memFree=985408/2055920 swapFree=4179992/4192956
[pid=14538] ppid=14536 vsize=21332 CPUtime=2.59
/proc/14538/stat : 14538 (IUT_BMB_SIM) S 14536 14538 14501 0 -1 4194304 5161 0 0 0 145 114 0 0 25 0 1 0 236745405 21843968 5143 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14538/statm: 5333 5143 105 274 0 5056 0
[pid=14540] ppid=14538 vsize=209348 CPUtime=759.36
/proc/14540/stat : 14540 (minisat) R 14538 14538 14501 0 -1 4194304 51824 0 0 0 75890 46 0 0 25 0 1 0 236745665 214372352 51574 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/14540/statm: 52337 51574 77 170 0 52165 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 230680

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 14540
/proc/meminfo: memFree=981568/2055920 swapFree=4179992/4192956
[pid=14538] ppid=14536 vsize=21332 CPUtime=2.59
/proc/14538/stat : 14538 (IUT_BMB_SIM) S 14536 14538 14501 0 -1 4194304 5161 0 0 0 145 114 0 0 25 0 1 0 236745405 21843968 5143 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14538/statm: 5333 5143 105 274 0 5056 0
[pid=14540] ppid=14538 vsize=213252 CPUtime=819.34
/proc/14540/stat : 14540 (minisat) R 14538 14538 14501 0 -1 4194304 52792 0 0 0 81887 47 0 0 25 0 1 0 236745665 218370048 52542 1992294400 134512640 135212939 4294956320 18446744073709551615 134526732 0 0 4096 3 0 0 0 17 0 0 0
/proc/14540/statm: 53313 52542 77 170 0 53141 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 234584

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 14540
/proc/meminfo: memFree=976576/2055920 swapFree=4179992/4192956
[pid=14538] ppid=14536 vsize=21332 CPUtime=2.59
/proc/14538/stat : 14538 (IUT_BMB_SIM) S 14536 14538 14501 0 -1 4194304 5161 0 0 0 145 114 0 0 25 0 1 0 236745405 21843968 5143 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14538/statm: 5333 5143 105 274 0 5056 0
[pid=14540] ppid=14538 vsize=218160 CPUtime=879.29
/proc/14540/stat : 14540 (minisat) R 14538 14538 14501 0 -1 4194304 54037 0 0 0 87881 48 0 0 25 0 1 0 236745665 223395840 53787 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/14540/statm: 54540 53787 77 170 0 54368 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 239492

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 14540
/proc/meminfo: memFree=971968/2055920 swapFree=4179992/4192956
[pid=14538] ppid=14536 vsize=21332 CPUtime=2.59
/proc/14538/stat : 14538 (IUT_BMB_SIM) S 14536 14538 14501 0 -1 4194304 5161 0 0 0 145 114 0 0 25 0 1 0 236745405 21843968 5143 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14538/statm: 5333 5143 105 274 0 5056 0
[pid=14540] ppid=14538 vsize=222956 CPUtime=939.27
/proc/14540/stat : 14540 (minisat) R 14538 14538 14501 0 -1 4194304 55182 0 0 0 93877 50 0 0 25 0 1 0 236745665 228306944 54932 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14540/statm: 55739 54932 77 170 0 55567 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 244288

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 14540
/proc/meminfo: memFree=968384/2055920 swapFree=4179992/4192956
[pid=14538] ppid=14536 vsize=21332 CPUtime=2.59
/proc/14538/stat : 14538 (IUT_BMB_SIM) S 14536 14538 14501 0 -1 4194304 5161 0 0 0 145 114 0 0 25 0 1 0 236745405 21843968 5143 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14538/statm: 5333 5143 105 274 0 5056 0
[pid=14540] ppid=14538 vsize=226628 CPUtime=999.24
/proc/14540/stat : 14540 (minisat) R 14538 14538 14501 0 -1 4194304 56069 0 0 0 99874 50 0 0 25 0 1 0 236745665 232067072 55819 1992294400 134512640 135212939 4294956320 18446744073709551615 134526833 0 0 4096 3 0 0 0 17 0 0 0
/proc/14540/statm: 56657 55819 77 170 0 56485 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 247960

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 14540
/proc/meminfo: memFree=964416/2055920 swapFree=4179992/4192956
[pid=14538] ppid=14536 vsize=21332 CPUtime=2.59
/proc/14538/stat : 14538 (IUT_BMB_SIM) S 14536 14538 14501 0 -1 4194304 5161 0 0 0 145 114 0 0 25 0 1 0 236745405 21843968 5143 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14538/statm: 5333 5143 105 274 0 5056 0
[pid=14540] ppid=14538 vsize=231248 CPUtime=1059.2
/proc/14540/stat : 14540 (minisat) R 14538 14538 14501 0 -1 4194304 57051 0 0 0 105868 52 0 0 25 0 1 0 236745665 236797952 56801 1992294400 134512640 135212939 4294956320 18446744073709551615 134526647 0 0 4096 3 0 0 0 17 0 0 0
/proc/14540/statm: 57812 56801 77 170 0 57640 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 252580

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 14540
/proc/meminfo: memFree=950720/2055920 swapFree=4179992/4192956
[pid=14538] ppid=14536 vsize=21332 CPUtime=2.59
/proc/14538/stat : 14538 (IUT_BMB_SIM) S 14536 14538 14501 0 -1 4194304 5161 0 0 0 145 114 0 0 25 0 1 0 236745405 21843968 5143 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14538/statm: 5333 5143 105 274 0 5056 0
[pid=14540] ppid=14538 vsize=245500 CPUtime=1119.17
/proc/14540/stat : 14540 (minisat) R 14538 14538 14501 0 -1 4194304 60511 0 0 0 111861 56 0 0 25 0 1 0 236745665 251392000 60253 1992294400 134512640 135212939 4294956320 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/14540/statm: 61375 60253 77 170 0 61203 0
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (KiB) 266832

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 14540
/proc/meminfo: memFree=939072/2055920 swapFree=4179992/4192956
[pid=14538] ppid=14536 vsize=21332 CPUtime=2.59
/proc/14538/stat : 14538 (IUT_BMB_SIM) S 14536 14538 14501 0 -1 4194304 5161 0 0 0 145 114 0 0 25 0 1 0 236745405 21843968 5143 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14538/statm: 5333 5143 105 274 0 5056 0
[pid=14540] ppid=14538 vsize=257272 CPUtime=1179.15
/proc/14540/stat : 14540 (minisat) R 14538 14538 14501 0 -1 4194304 63455 0 0 0 117856 59 0 0 25 0 1 0 236745665 263446528 63197 1992294400 134512640 135212939 4294956320 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/14540/statm: 64318 63197 77 170 0 64146 0
Current children cumulated CPU time (s) 1181.74
Current children cumulated vsize (KiB) 278604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 14540
/proc/meminfo: memFree=935104/2055920 swapFree=4179992/4192956
[pid=14538] ppid=14536 vsize=21332 CPUtime=2.59
/proc/14538/stat : 14538 (IUT_BMB_SIM) S 14536 14538 14501 0 -1 4194304 5161 0 0 0 145 114 0 0 25 0 1 0 236745405 21843968 5143 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14538/statm: 5333 5143 105 274 0 5056 0
[pid=14540] ppid=14538 vsize=260968 CPUtime=1197.42
/proc/14540/stat : 14540 (minisat) R 14538 14538 14501 0 -1 4194304 64367 0 0 0 119682 60 0 0 25 0 1 0 236745665 267231232 64109 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14540/statm: 65242 64109 77 170 0 65070 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 282300

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 14538 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=457778
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=147825
# CPU time returned by wait4() is 2.6056
# while last known CPU time is 1200.01
#
# 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.01
CPU user time (s): 1198.27
CPU system time (s): 1.74
CPU usage (%): 99.9496
Max. virtual memory (cumulated for all children) (KiB): 282300

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

runsolver used 1.3368 second user time and 2.90256 second system time

The end

Launcher Data

Begin job on node75 at 2009-05-12 02:12:46
IDJOB=1797705
IDBENCH=71077
IDSOLVER=650
FILE ID=node75/1797705-1242087165
PBS_JOBID= 9277697
Free space on /tmp= 66344 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_15_UNKNOWN.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797705-1242087165/watcher-1797705-1242087165 -o /tmp/evaluation-result-1797705-1242087165/solver-1797705-1242087165 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1797705-1242087165.cnf HOME

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

MD5SUM BENCH= 8e41b9860982308be5a85106d5324611
RANDOM SEED=874539715

node75.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.213
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.213
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:       1218096 kB
Buffers:         75888 kB
Cached:         680800 kB
SwapCached:       7224 kB
Active:         196596 kB
Inactive:       569208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1218096 kB
SwapTotal:     4192956 kB
SwapFree:      4179992 kB
Dirty:            7948 kB
Writeback:           0 kB
Mapped:          13936 kB
Slab:            58020 kB
Committed_AS:   674696 kB
PageTables:       1416 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= 66336 MiB
End job on node75 at 2009-05-12 02:32:48