Trace number 1797700

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.09 1200.72

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_17_UNKNOWN.cnf
MD5SUMd554330e1400d4f25a793413df9abc4e
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 variables3582
Number of clauses395999
Sum of the clauses size1182858
Maximum clause length18
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25604
Number of clauses of size 3390364
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.99/3.08	This is MiniSat 2.0 beta
2.99/3.08	WARNING: for repeatability, setting FPU to use double precision
2.99/3.08	============================[ Problem Statistics ]=============================
2.99/3.08	|                                                                             |
2.99/3.09	|  Number of variables:  3582                                                 |
2.99/3.09	|  Number of clauses:    395999                                               |
3.17/3.27	|  Parsing time:         0.16         s                                       |
3.17/3.28	============================[ Search Statistics ]==============================
3.17/3.28	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.17/3.28	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.17/3.28	===============================================================================
3.17/3.28	|         0 |    3582   395817  1182403 |   131939        0    nan |  0.000 % |
3.17/3.29	|       100 |    3582   395817  1182403 |   145132      100     90 |  0.000 % |
3.27/3.32	|       251 |    3582   395817  1182403 |   159646      251     85 |  0.000 % |
3.27/3.36	|       476 |    3582   395817  1182403 |   175610      476     85 |  0.000 % |
3.37/3.44	|       814 |    3582   395817  1182403 |   193171      814     90 |  0.000 % |
3.47/3.52	|      1323 |    3582   395817  1182403 |   212489     1323     90 |  0.000 % |
3.57/3.69	|      2084 |    3582   395817  1182403 |   233737     2084    104 |  0.000 % |
3.87/3.95	|      3225 |    3582   395817  1182403 |   257111     3225    118 |  0.000 % |
4.28/4.33	|      4934 |    3582   395817  1182403 |   282822     4934    113 |  0.000 % |
5.16/5.26	|      7496 |    3582   395817  1182403 |   311105     7496    143 |  0.000 % |
6.16/6.29	|     11341 |    3582   395817  1182403 |   342215    11341    139 |  0.000 % |
8.16/8.27	|     17109 |    3582   395817  1182403 |   376437    17109    138 |  0.000 % |
12.16/12.27	|     25759 |    3582   395817  1182403 |   414081    25759    154 |  0.000 % |
19.66/19.77	|     38735 |    3582   395817  1182403 |   455489    38735    152 |  0.000 % |
31.35/31.46	|     58199 |    3582   395817  1182403 |   501038    58199    158 |  0.000 % |
61.62/61.78	|     87391 |    3582   395817  1182403 |   551141    87391    168 |  0.000 % |
139.28/139.41	|    131180 |    3582   395817  1182403 |   606256   131180    162 |  0.000 % |
265.92/266.18	|    196864 |    3582   395817  1182403 |   666881   196864    177 |  0.000 % |
590.86/591.27	|    295391 |    3582   395817  1182403 |   733569   295391    191 |  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-1797700-1242086786/watcher-1797700-1242086786 -o /tmp/evaluation-result-1797700-1242086786/solver-1797700-1242086786 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797700-1242086786.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.92 0.98 0.99 3/64 10953
/proc/meminfo: memFree=877656/2055920 swapFree=4181168/4192956
[pid=10953] ppid=10951 vsize=5928 CPUtime=0
/proc/10953/stat : 10953 (IUT_BMB_SIM) R 10951 10953 10916 0 -1 4194304 190 0 0 0 0 0 0 0 18 0 1 0 236707234 6070272 173 1992294400 134512640 135635349 4294956224 18446744073709551615 134533673 0 0 4096 0 0 0 0 17 0 0 0
/proc/10953/statm: 1482 173 90 274 0 1205 0

[startup+0.0613341 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10953
/proc/meminfo: memFree=877656/2055920 swapFree=4181168/4192956
[pid=10953] ppid=10951 vsize=5928 CPUtime=0.05
/proc/10953/stat : 10953 (IUT_BMB_SIM) R 10951 10953 10916 0 -1 4194304 1128 0 0 0 5 0 0 0 18 0 1 0 236707234 6070272 1111 1992294400 134512640 135635349 4294956224 18446744073709551615 134533692 0 0 4096 0 0 0 0 17 0 0 0
/proc/10953/statm: 1482 1112 90 274 0 1205 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5928

[startup+0.10134 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10953
/proc/meminfo: memFree=877656/2055920 swapFree=4181168/4192956
[pid=10953] ppid=10951 vsize=8252 CPUtime=0.09
/proc/10953/stat : 10953 (IUT_BMB_SIM) R 10951 10953 10916 0 -1 4194304 1882 0 0 0 9 0 0 0 18 0 1 0 236707234 8450048 1865 1992294400 134512640 135635349 4294956224 18446744073709551615 134547050 0 0 4096 0 0 0 0 17 0 0 0
/proc/10953/statm: 2063 1866 97 274 0 1786 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8252

[startup+0.301377 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10953
/proc/meminfo: memFree=877656/2055920 swapFree=4181168/4192956
[pid=10953] ppid=10951 vsize=11552 CPUtime=0.29
/proc/10953/stat : 10953 (IUT_BMB_SIM) R 10951 10953 10916 0 -1 4194304 2714 0 0 0 29 0 0 0 19 0 1 0 236707234 11829248 2697 1992294400 134512640 135635349 4294956224 18446744073709551615 135132414 0 0 4096 0 0 0 0 17 0 0 0
/proc/10953/statm: 2888 2697 97 274 0 2611 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11552

[startup+0.701453 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10953
/proc/meminfo: memFree=877656/2055920 swapFree=4181168/4192956
[pid=10953] ppid=10951 vsize=18020 CPUtime=0.69
/proc/10953/stat : 10953 (IUT_BMB_SIM) R 10951 10953 10916 0 -1 4194304 4331 0 0 0 68 1 0 0 23 0 1 0 236707234 18452480 4314 1992294400 134512640 135635349 4294956224 18446744073709551615 134532222 0 0 4096 0 0 0 0 17 0 0 0
/proc/10953/statm: 4505 4314 97 274 0 4228 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18020

[startup+1.5016 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 10954
/proc/meminfo: memFree=855056/2055920 swapFree=4181168/4192956
[pid=10953] ppid=10951 vsize=25192 CPUtime=1.49
/proc/10953/stat : 10953 (IUT_BMB_SIM) R 10951 10953 10916 0 -1 4194304 6128 0 0 0 118 31 0 0 25 0 1 0 236707234 25796608 6111 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 0 0 0
/proc/10953/statm: 6298 6111 100 274 0 6021 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25192

[startup+3.10191 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 10954
/proc/meminfo: memFree=850064/2055920 swapFree=4181168/4192956
[pid=10953] ppid=10951 vsize=25192 CPUtime=3.07
/proc/10953/stat : 10953 (IUT_BMB_SIM) S 10951 10953 10916 0 -1 4194304 6134 0 0 0 166 141 0 0 25 0 1 0 236707234 25796608 6116 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10953/statm: 6298 6116 105 274 0 6021 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 25192

[startup+6.30251 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 10955
/proc/meminfo: memFree=824904/2055920 swapFree=4181168/4192956
[pid=10953] ppid=10951 vsize=25192 CPUtime=3.07
/proc/10953/stat : 10953 (IUT_BMB_SIM) S 10951 10953 10916 0 -1 4194304 6134 0 0 0 166 141 0 0 25 0 1 0 236707234 25796608 6116 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10953/statm: 6298 6116 105 274 0 6021 0
[pid=10955] ppid=10953 vsize=24708 CPUtime=3.19
/proc/10955/stat : 10955 (minisat) R 10953 10953 10916 0 -1 4194304 6237 0 0 0 316 3 0 0 25 0 1 0 236707542 25300992 5987 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/10955/statm: 6177 5987 77 170 0 6005 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 49900

[startup+12.7017 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 10955
/proc/meminfo: memFree=813000/2055920 swapFree=4181168/4192956
[pid=10953] ppid=10951 vsize=25192 CPUtime=3.07
/proc/10953/stat : 10953 (IUT_BMB_SIM) S 10951 10953 10916 0 -1 4194304 6134 0 0 0 166 141 0 0 25 0 1 0 236707234 25796608 6116 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10953/statm: 6298 6116 105 274 0 6021 0
[pid=10955] ppid=10953 vsize=35600 CPUtime=9.58
/proc/10955/stat : 10955 (minisat) R 10953 10953 10916 0 -1 4194304 8956 0 0 0 953 5 0 0 25 0 1 0 236707542 36454400 8707 1992294400 134512640 135212939 4294956320 18446744073709551615 134719078 0 0 4096 3 0 0 0 17 0 0 0
/proc/10955/statm: 8900 8707 77 170 0 8728 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 60792

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 10955
/proc/meminfo: memFree=795992/2055920 swapFree=4181168/4192956
[pid=10953] ppid=10951 vsize=25192 CPUtime=3.07
/proc/10953/stat : 10953 (IUT_BMB_SIM) S 10951 10953 10916 0 -1 4194304 6134 0 0 0 166 141 0 0 25 0 1 0 236707234 25796608 6116 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10953/statm: 6298 6116 105 274 0 6021 0
[pid=10955] ppid=10953 vsize=52184 CPUtime=22.38
/proc/10955/stat : 10955 (minisat) R 10953 10953 10916 0 -1 4194304 13101 0 0 0 2230 8 0 0 25 0 1 0 236707542 53436416 12851 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/10955/statm: 13046 12851 77 170 0 12874 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 77376

[startup+51.1019 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 10955
/proc/meminfo: memFree=774424/2055920 swapFree=4181168/4192956
[pid=10953] ppid=10951 vsize=25192 CPUtime=3.07
/proc/10953/stat : 10953 (IUT_BMB_SIM) S 10951 10953 10916 0 -1 4194304 6134 0 0 0 166 141 0 0 25 0 1 0 236707234 25796608 6116 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10953/statm: 6298 6116 105 274 0 6021 0
[pid=10955] ppid=10953 vsize=73968 CPUtime=47.95
/proc/10955/stat : 10955 (minisat) R 10953 10953 10916 0 -1 4194304 18521 0 0 0 4782 13 0 0 25 0 1 0 236707542 75743232 18271 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/10955/statm: 18492 18271 77 170 0 18320 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 99160

[startup+102.307 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 10955
/proc/meminfo: memFree=750936/2055920 swapFree=4181168/4192956
[pid=10953] ppid=10951 vsize=25192 CPUtime=3.07
/proc/10953/stat : 10953 (IUT_BMB_SIM) S 10951 10953 10916 0 -1 4194304 6134 0 0 0 166 141 0 0 25 0 1 0 236707234 25796608 6116 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10953/statm: 6298 6116 105 274 0 6021 0
[pid=10955] ppid=10953 vsize=97160 CPUtime=99.13
/proc/10955/stat : 10955 (minisat) R 10953 10953 10916 0 -1 4194304 24267 0 0 0 9895 18 0 0 25 0 1 0 236707542 99491840 24017 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/10955/statm: 24290 24017 77 170 0 24118 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 122352

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10955
/proc/meminfo: memFree=725848/2055920 swapFree=4181168/4192956
[pid=10953] ppid=10951 vsize=25192 CPUtime=3.07
/proc/10953/stat : 10953 (IUT_BMB_SIM) S 10951 10953 10916 0 -1 4194304 6134 0 0 0 166 141 0 0 25 0 1 0 236707234 25796608 6116 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10953/statm: 6298 6116 105 274 0 6021 0
[pid=10955] ppid=10953 vsize=122760 CPUtime=159.09
/proc/10955/stat : 10955 (minisat) R 10953 10953 10916 0 -1 4194304 30612 0 0 0 15884 25 0 0 25 0 1 0 236707542 125706240 30362 1992294400 134512640 135212939 4294956320 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/10955/statm: 30690 30362 77 170 0 30518 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 147952

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10955
/proc/meminfo: memFree=696664/2055920 swapFree=4181168/4192956
[pid=10953] ppid=10951 vsize=25192 CPUtime=3.07
/proc/10953/stat : 10953 (IUT_BMB_SIM) S 10951 10953 10916 0 -1 4194304 6134 0 0 0 166 141 0 0 25 0 1 0 236707234 25796608 6116 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10953/statm: 6298 6116 105 274 0 6021 0
[pid=10955] ppid=10953 vsize=151648 CPUtime=219.07
/proc/10955/stat : 10955 (minisat) R 10953 10953 10916 0 -1 4194304 37838 0 0 0 21873 34 0 0 25 0 1 0 236707542 155287552 37588 1992294400 134512640 135212939 4294956320 18446744073709551615 134526829 0 0 4096 3 0 0 0 17 0 0 0
/proc/10955/statm: 37912 37588 77 170 0 37740 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 176840

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10955
/proc/meminfo: memFree=674968/2055920 swapFree=4181168/4192956
[pid=10953] ppid=10951 vsize=25192 CPUtime=3.07
/proc/10953/stat : 10953 (IUT_BMB_SIM) S 10951 10953 10916 0 -1 4194304 6134 0 0 0 166 141 0 0 25 0 1 0 236707234 25796608 6116 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10953/statm: 6298 6116 105 274 0 6021 0
[pid=10955] ppid=10953 vsize=173568 CPUtime=279.04
/proc/10955/stat : 10955 (minisat) R 10953 10953 10916 0 -1 4194304 43302 0 0 0 27865 39 0 0 25 0 1 0 236707542 177733632 43052 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/10955/statm: 43392 43052 77 170 0 43220 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 198760

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10955
/proc/meminfo: memFree=659416/2055920 swapFree=4181168/4192956
[pid=10953] ppid=10951 vsize=25192 CPUtime=3.07
/proc/10953/stat : 10953 (IUT_BMB_SIM) S 10951 10953 10916 0 -1 4194304 6134 0 0 0 166 141 0 0 25 0 1 0 236707234 25796608 6116 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10953/statm: 6298 6116 105 274 0 6021 0
[pid=10955] ppid=10953 vsize=189440 CPUtime=339.01
/proc/10955/stat : 10955 (minisat) R 10953 10953 10916 0 -1 4194304 47128 0 0 0 33858 43 0 0 25 0 1 0 236707542 193986560 46878 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/10955/statm: 47360 46878 77 170 0 47188 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 214632

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10955
/proc/meminfo: memFree=645464/2055920 swapFree=4181168/4192956
[pid=10953] ppid=10951 vsize=25192 CPUtime=3.07
/proc/10953/stat : 10953 (IUT_BMB_SIM) S 10951 10953 10916 0 -1 4194304 6134 0 0 0 166 141 0 0 25 0 1 0 236707234 25796608 6116 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10953/statm: 6298 6116 105 274 0 6021 0
[pid=10955] ppid=10953 vsize=203460 CPUtime=398.98
/proc/10955/stat : 10955 (minisat) R 10953 10953 10916 0 -1 4194304 50618 0 0 0 39851 47 0 0 25 0 1 0 236707542 208343040 50368 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/10955/statm: 50865 50368 77 170 0 50693 0
Current children cumulated CPU time (s) 402.05
Current children cumulated vsize (KiB) 228652

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10955
/proc/meminfo: memFree=627288/2055920 swapFree=4181168/4192956
[pid=10953] ppid=10951 vsize=25192 CPUtime=3.07
/proc/10953/stat : 10953 (IUT_BMB_SIM) S 10951 10953 10916 0 -1 4194304 6134 0 0 0 166 141 0 0 25 0 1 0 236707234 25796608 6116 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10953/statm: 6298 6116 105 274 0 6021 0
[pid=10955] ppid=10953 vsize=221568 CPUtime=458.95

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

/proc/10955/statm: 64128 63615 77 170 0 63956 0
Current children cumulated CPU time (s) 581.97
Current children cumulated vsize (KiB) 281704

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10955
/proc/meminfo: memFree=580440/2055920 swapFree=4181168/4192956
[pid=10953] ppid=10951 vsize=25192 CPUtime=3.07
/proc/10953/stat : 10953 (IUT_BMB_SIM) S 10951 10953 10916 0 -1 4194304 6134 0 0 0 166 141 0 0 25 0 1 0 236707234 25796608 6116 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10953/statm: 6298 6116 105 274 0 6021 0
[pid=10955] ppid=10953 vsize=268260 CPUtime=638.88
/proc/10955/stat : 10955 (minisat) R 10953 10953 10916 0 -1 4194304 66810 0 0 0 63825 63 0 0 25 0 1 0 236707542 274698240 66560 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/10955/statm: 67065 66560 77 170 0 66893 0
Current children cumulated CPU time (s) 641.95
Current children cumulated vsize (KiB) 293452

[startup+702.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10955
/proc/meminfo: memFree=569624/2055920 swapFree=4181168/4192956
[pid=10953] ppid=10951 vsize=25192 CPUtime=3.07
/proc/10953/stat : 10953 (IUT_BMB_SIM) S 10951 10953 10916 0 -1 4194304 6134 0 0 0 166 141 0 0 25 0 1 0 236707234 25796608 6116 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10953/statm: 6298 6116 105 274 0 6021 0
[pid=10955] ppid=10953 vsize=279848 CPUtime=698.85
/proc/10955/stat : 10955 (minisat) R 10953 10953 10916 0 -1 4194304 69532 0 0 0 69820 65 0 0 25 0 1 0 236707542 286564352 69282 1992294400 134512640 135212939 4294956320 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/10955/statm: 69962 69282 77 170 0 69790 0
Current children cumulated CPU time (s) 701.92
Current children cumulated vsize (KiB) 305040

[startup+762.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10955
/proc/meminfo: memFree=558360/2055920 swapFree=4181168/4192956
[pid=10953] ppid=10951 vsize=25192 CPUtime=3.07
/proc/10953/stat : 10953 (IUT_BMB_SIM) S 10951 10953 10916 0 -1 4194304 6134 0 0 0 166 141 0 0 25 0 1 0 236707234 25796608 6116 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10953/statm: 6298 6116 105 274 0 6021 0
[pid=10955] ppid=10953 vsize=290896 CPUtime=758.82
/proc/10955/stat : 10955 (minisat) R 10953 10953 10916 0 -1 4194304 72316 0 0 0 75814 68 0 0 25 0 1 0 236707542 297877504 72066 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/10955/statm: 72724 72066 77 170 0 72552 0
Current children cumulated CPU time (s) 761.89
Current children cumulated vsize (KiB) 316088

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10955
/proc/meminfo: memFree=546264/2055920 swapFree=4181168/4192956
[pid=10953] ppid=10951 vsize=25192 CPUtime=3.07
/proc/10953/stat : 10953 (IUT_BMB_SIM) S 10951 10953 10916 0 -1 4194304 6134 0 0 0 166 141 0 0 25 0 1 0 236707234 25796608 6116 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10953/statm: 6298 6116 105 274 0 6021 0
[pid=10955] ppid=10953 vsize=303236 CPUtime=818.79
/proc/10955/stat : 10955 (minisat) R 10953 10953 10916 0 -1 4194304 75370 0 0 0 81808 71 0 0 25 0 1 0 236707542 310513664 75120 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/10955/statm: 75809 75120 77 170 0 75637 0
Current children cumulated CPU time (s) 821.86
Current children cumulated vsize (KiB) 328428

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10955
/proc/meminfo: memFree=534808/2055920 swapFree=4181168/4192956
[pid=10953] ppid=10951 vsize=25192 CPUtime=3.07
/proc/10953/stat : 10953 (IUT_BMB_SIM) S 10951 10953 10916 0 -1 4194304 6134 0 0 0 166 141 0 0 25 0 1 0 236707234 25796608 6116 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10953/statm: 6298 6116 105 274 0 6021 0
[pid=10955] ppid=10953 vsize=314568 CPUtime=878.76
/proc/10955/stat : 10955 (minisat) R 10953 10953 10916 0 -1 4194304 78188 0 0 0 87802 74 0 0 25 0 1 0 236707542 322117632 77938 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/10955/statm: 78642 77938 77 170 0 78470 0
Current children cumulated CPU time (s) 881.83
Current children cumulated vsize (KiB) 339760

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10955
/proc/meminfo: memFree=522904/2055920 swapFree=4181168/4192956
[pid=10953] ppid=10951 vsize=25192 CPUtime=3.07
/proc/10953/stat : 10953 (IUT_BMB_SIM) S 10951 10953 10916 0 -1 4194304 6134 0 0 0 166 141 0 0 25 0 1 0 236707234 25796608 6116 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10953/statm: 6298 6116 105 274 0 6021 0
[pid=10955] ppid=10953 vsize=326636 CPUtime=938.73
/proc/10955/stat : 10955 (minisat) R 10953 10953 10916 0 -1 4194304 81197 0 0 0 93796 77 0 0 25 0 1 0 236707542 334475264 80947 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/10955/statm: 81659 80947 77 170 0 81487 0
Current children cumulated CPU time (s) 941.8
Current children cumulated vsize (KiB) 351828

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10955
/proc/meminfo: memFree=512088/2055920 swapFree=4181168/4192956
[pid=10953] ppid=10951 vsize=25192 CPUtime=3.07
/proc/10953/stat : 10953 (IUT_BMB_SIM) S 10951 10953 10916 0 -1 4194304 6134 0 0 0 166 141 0 0 25 0 1 0 236707234 25796608 6116 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10953/statm: 6298 6116 105 274 0 6021 0
[pid=10955] ppid=10953 vsize=337264 CPUtime=998.71
/proc/10955/stat : 10955 (minisat) R 10953 10953 10916 0 -1 4194304 83854 0 0 0 99790 81 0 0 25 0 1 0 236707542 345358336 83604 1992294400 134512640 135212939 4294956320 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/10955/statm: 84316 83604 77 170 0 84144 0
Current children cumulated CPU time (s) 1001.78
Current children cumulated vsize (KiB) 362456

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10955
/proc/meminfo: memFree=500056/2055920 swapFree=4181168/4192956
[pid=10953] ppid=10951 vsize=25192 CPUtime=3.07
/proc/10953/stat : 10953 (IUT_BMB_SIM) S 10951 10953 10916 0 -1 4194304 6134 0 0 0 166 141 0 0 25 0 1 0 236707234 25796608 6116 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10953/statm: 6298 6116 105 274 0 6021 0
[pid=10955] ppid=10953 vsize=349592 CPUtime=1058.68
/proc/10955/stat : 10955 (minisat) R 10953 10953 10916 0 -1 4194304 86911 0 0 0 105785 83 0 0 25 0 1 0 236707542 357982208 86661 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/10955/statm: 87398 86661 77 170 0 87226 0
Current children cumulated CPU time (s) 1061.75
Current children cumulated vsize (KiB) 374784

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10955
/proc/meminfo: memFree=487512/2055920 swapFree=4181168/4192956
[pid=10953] ppid=10951 vsize=25192 CPUtime=3.07
/proc/10953/stat : 10953 (IUT_BMB_SIM) S 10951 10953 10916 0 -1 4194304 6134 0 0 0 166 141 0 0 25 0 1 0 236707234 25796608 6116 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10953/statm: 6298 6116 105 274 0 6021 0
[pid=10955] ppid=10953 vsize=361888 CPUtime=1118.65
/proc/10955/stat : 10955 (minisat) R 10953 10953 10916 0 -1 4194304 90009 0 0 0 111778 87 0 0 25 0 1 0 236707542 370573312 89759 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/10955/statm: 90472 89759 77 170 0 90300 0
Current children cumulated CPU time (s) 1121.72
Current children cumulated vsize (KiB) 387080

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10955
/proc/meminfo: memFree=472792/2055920 swapFree=4181168/4192956
[pid=10953] ppid=10951 vsize=25192 CPUtime=3.07
/proc/10953/stat : 10953 (IUT_BMB_SIM) S 10951 10953 10916 0 -1 4194304 6134 0 0 0 166 141 0 0 25 0 1 0 236707234 25796608 6116 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10953/statm: 6298 6116 105 274 0 6021 0
[pid=10955] ppid=10953 vsize=376880 CPUtime=1178.63
/proc/10955/stat : 10955 (minisat) R 10953 10953 10916 0 -1 4194304 93732 0 0 0 117772 91 0 0 25 0 1 0 236707542 385925120 93482 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/10955/statm: 94220 93482 77 170 0 94048 0
Current children cumulated CPU time (s) 1181.7
Current children cumulated vsize (KiB) 402072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10955
/proc/meminfo: memFree=468184/2055920 swapFree=4181168/4192956
[pid=10953] ppid=10951 vsize=25192 CPUtime=3.07
/proc/10953/stat : 10953 (IUT_BMB_SIM) S 10951 10953 10916 0 -1 4194304 6134 0 0 0 166 141 0 0 25 0 1 0 236707234 25796608 6116 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10953/statm: 6298 6116 105 274 0 6021 0
[pid=10955] ppid=10953 vsize=381112 CPUtime=1197.02
/proc/10955/stat : 10955 (minisat) R 10953 10953 10916 0 -1 4194304 94802 0 0 0 119610 92 0 0 25 0 1 0 236707542 390258688 94552 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/10955/statm: 95278 94552 77 170 0 95106 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 406304

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1200.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10955
/proc/meminfo: memFree=468184/2055920 swapFree=4181168/4192956
[pid=10953] ppid=10951 vsize=25192 CPUtime=3.07
/proc/10953/stat : 10953 (IUT_BMB_SIM) S 10951 10953 10916 0 -1 4194304 6134 0 0 0 166 141 0 0 25 0 1 0 236707234 25796608 6116 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10953/statm: 6298 6116 105 274 0 6021 0
[pid=10955] ppid=10953 vsize=381112 CPUtime=1197.02
/proc/10955/stat : 10955 (minisat) R 10953 10953 10916 0 -1 4194304 94802 0 0 0 119610 92 0 0 25 0 1 0 236707542 390258688 94552 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/10955/statm: 95278 94552 77 170 0 95106 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 406304

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10953 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=668746
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=420784
# CPU time returned by wait4() is 3.08953
# while last known CPU time is 1200.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.72
CPU time (s): 1200.09
CPU user time (s): 1197.76
CPU system time (s): 2.33
CPU usage (%): 99.9478
Max. virtual memory (cumulated for all children) (KiB): 406304

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

runsolver used 1.06384 second user time and 3.3115 second system time

The end

Launcher Data

Begin job on node37 at 2009-05-12 02:06:27
IDJOB=1797700
IDBENCH=71069
IDSOLVER=650
FILE ID=node37/1797700-1242086786
PBS_JOBID= 9277674
Free space on /tmp= 66288 MiB

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

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

MD5SUM BENCH= d554330e1400d4f25a793413df9abc4e
RANDOM SEED=1265460254

node37.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.259
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.259
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:        878208 kB
Buffers:         80180 kB
Cached:         989292 kB
SwapCached:       5608 kB
Active:          39848 kB
Inactive:      1037964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        878208 kB
SwapTotal:     4192956 kB
SwapFree:      4181168 kB
Dirty:            8852 kB
Writeback:           0 kB
Mapped:          13984 kB
Slab:            86008 kB
Committed_AS:   923748 kB
PageTables:       1372 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= 66280 MiB
End job on node37 at 2009-05-12 02:26:29