Trace number 1797699

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.08 1200.41

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_12_UNSAT.cnf
MD5SUMecc4810d82e30597ea8451526243ec09
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 variables2522
Number of clauses243459
Sum of the clauses size726523
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24164
Number of clauses of size 3239264
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
1.99/2.04	This is MiniSat 2.0 beta
1.99/2.04	WARNING: for repeatability, setting FPU to use double precision
1.99/2.04	============================[ Problem Statistics ]=============================
1.99/2.04	|                                                                             |
1.99/2.04	|  Number of variables:  2522                                                 |
1.99/2.04	|  Number of clauses:    243459                                               |
2.03/2.15	|  Parsing time:         0.09         s                                       |
2.03/2.15	============================[ Search Statistics ]==============================
2.03/2.15	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.03/2.15	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.03/2.15	===============================================================================
2.03/2.15	|         0 |    2522   243277   726068 |    81092        0    nan |  0.000 % |
2.03/2.16	|       101 |    2522   243277   726068 |    89201      101     47 |  0.000 % |
2.03/2.18	|       251 |    2522   243277   726068 |    98121      251     54 |  0.000 % |
2.18/2.21	|       478 |    2522   243277   726068 |   107933      478     57 |  0.000 % |
2.18/2.26	|       815 |    2522   243277   726068 |   118727      815     63 |  0.000 % |
2.28/2.34	|      1323 |    2522   243277   726068 |   130600     1323     72 |  0.000 % |
2.48/2.50	|      2082 |    2522   243277   726068 |   143660     2082     76 |  0.000 % |
2.77/2.84	|      3222 |    2522   243277   726068 |   158026     3222     84 |  0.000 % |
3.56/3.61	|      4932 |    2522   243277   726068 |   173828     4932     94 |  0.000 % |
4.66/4.79	|      7495 |    2522   243277   726068 |   191211     7495    106 |  0.000 % |
6.87/6.94	|     11344 |    2522   243277   726068 |   210332    11344    106 |  0.000 % |
11.67/11.74	|     17111 |    2522   243277   726068 |   231365    17111    103 |  0.000 % |
14.57/14.68	|     25762 |    2522   243277   726068 |   254502    25762    102 |  0.000 % |
20.87/20.94	|     38736 |    2522   243277   726068 |   279952    38736    100 |  0.000 % |
40.86/40.93	|     58197 |    2522   243277   726068 |   307948    58197     96 |  0.000 % |
121.74/121.86	|     87389 |    2522   243277   726068 |   338742    87389     95 |  0.000 % |
346.68/346.84	|    131179 |    2522   243277   726068 |   372617   131179     94 |  0.000 % |
671.00/671.25	|    196863 |    2522   243277   726068 |   409878   196863     98 |  0.000 % |
1028.32/1028.64	|    295391 |    2522   243277   726068 |   450866   295391     97 |  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-1797699-1242086692/watcher-1797699-1242086692 -o /tmp/evaluation-result-1797699-1242086692/solver-1797699-1242086692 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797699-1242086692.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 8857
/proc/meminfo: memFree=1952424/2055920 swapFree=4180336/4192956
[pid=8857] ppid=8855 vsize=4140 CPUtime=0
/proc/8857/stat : 8857 (IUT_BMB_SIM) R 8855 8857 8319 0 -1 4194304 181 0 0 0 0 0 0 0 18 0 1 0 236696999 4239360 164 1992294400 134512640 135635349 4294956224 18446744073709551615 134533673 0 0 4096 0 0 0 0 17 1 0 0
/proc/8857/statm: 1035 164 90 274 0 758 0

[startup+0.10241 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8857
/proc/meminfo: memFree=1952424/2055920 swapFree=4180336/4192956
[pid=8857] ppid=8855 vsize=6084 CPUtime=0.09
/proc/8857/stat : 8857 (IUT_BMB_SIM) R 8855 8857 8319 0 -1 4194304 1345 0 0 0 9 0 0 0 18 0 1 0 236696999 6230016 1328 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 1 0 0
/proc/8857/statm: 1521 1329 97 274 0 1244 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6084

[startup+0.201419 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8857
/proc/meminfo: memFree=1952424/2055920 swapFree=4180336/4192956
[pid=8857] ppid=8855 vsize=7668 CPUtime=0.19
/proc/8857/stat : 8857 (IUT_BMB_SIM) R 8855 8857 8319 0 -1 4194304 1744 0 0 0 19 0 0 0 18 0 1 0 236696999 7852032 1727 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 1 0 0
/proc/8857/statm: 1917 1727 97 274 0 1640 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 7668

[startup+0.301427 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8857
/proc/meminfo: memFree=1952424/2055920 swapFree=4180336/4192956
[pid=8857] ppid=8855 vsize=9252 CPUtime=0.29
/proc/8857/stat : 8857 (IUT_BMB_SIM) R 8855 8857 8319 0 -1 4194304 2125 0 0 0 29 0 0 0 19 0 1 0 236696999 9474048 2108 1992294400 134512640 135635349 4294956224 18446744073709551615 135132414 0 0 4096 0 0 0 0 17 1 0 0
/proc/8857/statm: 2313 2108 97 274 0 2036 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9252

[startup+0.701464 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8857
/proc/meminfo: memFree=1952424/2055920 swapFree=4180336/4192956
[pid=8857] ppid=8855 vsize=15728 CPUtime=0.69
/proc/8857/stat : 8857 (IUT_BMB_SIM) R 8855 8857 8319 0 -1 4194304 3764 0 0 0 68 1 0 0 22 0 1 0 236696999 16105472 3747 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 1 0 0
/proc/8857/statm: 3932 3747 97 274 0 3655 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15728

[startup+1.50254 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 8858
/proc/meminfo: memFree=1936288/2055920 swapFree=4180336/4192956
[pid=8857] ppid=8855 vsize=16084 CPUtime=1.49
/proc/8857/stat : 8857 (IUT_BMB_SIM) R 8855 8857 8319 0 -1 4194304 3841 0 0 0 94 55 0 0 25 0 1 0 236696999 16470016 3824 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 1 0 0
/proc/8857/statm: 4021 3824 100 274 0 3744 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16084

[startup+3.1017 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 8859
/proc/meminfo: memFree=1922648/2055920 swapFree=4180336/4192956
[pid=8857] ppid=8855 vsize=16084 CPUtime=2.03
/proc/8857/stat : 8857 (IUT_BMB_SIM) S 8855 8857 8319 0 -1 4194304 3847 0 0 0 112 91 0 0 25 0 1 0 236696999 16470016 3829 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/8857/statm: 4021 3829 105 274 0 3744 0
[pid=8859] ppid=8857 vsize=13352 CPUtime=1.04
/proc/8859/stat : 8859 (minisat) R 8857 8857 8319 0 -1 4194304 3402 0 0 0 103 1 0 0 25 0 1 0 236697203 13672448 3152 1992294400 134512640 135212939 4294956320 18446744073709551615 134526680 0 0 4096 3 0 0 0 17 0 0 0
/proc/8859/statm: 3338 3152 77 170 0 3166 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 29436

[startup+6.30198 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 8859
/proc/meminfo: memFree=1918104/2055920 swapFree=4180336/4192956
[pid=8857] ppid=8855 vsize=16084 CPUtime=2.03
/proc/8857/stat : 8857 (IUT_BMB_SIM) S 8855 8857 8319 0 -1 4194304 3847 0 0 0 112 91 0 0 25 0 1 0 236696999 16470016 3829 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/8857/statm: 4021 3829 105 274 0 3744 0
[pid=8859] ppid=8857 vsize=16656 CPUtime=4.24
/proc/8859/stat : 8859 (minisat) R 8857 8857 8319 0 -1 4194304 4239 0 0 0 422 2 0 0 25 0 1 0 236697203 17055744 3989 1992294400 134512640 135212939 4294956320 18446744073709551615 134526636 0 0 4096 3 0 0 0 17 1 0 0
/proc/8859/statm: 4164 3989 77 170 0 3992 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 32740

[startup+12.7016 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 8859
/proc/meminfo: memFree=1914136/2055920 swapFree=4180336/4192956
[pid=8857] ppid=8855 vsize=16084 CPUtime=2.03
/proc/8857/stat : 8857 (IUT_BMB_SIM) S 8855 8857 8319 0 -1 4194304 3847 0 0 0 112 91 0 0 25 0 1 0 236696999 16470016 3829 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/8857/statm: 4021 3829 105 274 0 3744 0
[pid=8859] ppid=8857 vsize=20896 CPUtime=10.64
/proc/8859/stat : 8859 (minisat) R 8857 8857 8319 0 -1 4194304 5301 0 0 0 1061 3 0 0 25 0 1 0 236697203 21397504 5051 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/8859/statm: 5224 5051 77 170 0 5052 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 36980

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 8859
/proc/meminfo: memFree=1902552/2055920 swapFree=4180336/4192956
[pid=8857] ppid=8855 vsize=16084 CPUtime=2.03
/proc/8857/stat : 8857 (IUT_BMB_SIM) S 8855 8857 8319 0 -1 4194304 3847 0 0 0 112 91 0 0 25 0 1 0 236696999 16470016 3829 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/8857/statm: 4021 3829 105 274 0 3744 0
[pid=8859] ppid=8857 vsize=31868 CPUtime=23.43
/proc/8859/stat : 8859 (minisat) R 8857 8857 8319 0 -1 4194304 8009 0 0 0 2337 6 0 0 25 0 1 0 236697203 32632832 7759 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/8859/statm: 7967 7759 77 170 0 7795 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 47952

[startup+51.1011 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 8859
/proc/meminfo: memFree=1895704/2055920 swapFree=4180336/4192956
[pid=8857] ppid=8855 vsize=16084 CPUtime=2.03
/proc/8857/stat : 8857 (IUT_BMB_SIM) S 8855 8857 8319 0 -1 4194304 3847 0 0 0 112 91 0 0 25 0 1 0 236696999 16470016 3829 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/8857/statm: 4021 3829 105 274 0 3744 0
[pid=8859] ppid=8857 vsize=38824 CPUtime=49.02
/proc/8859/stat : 8859 (minisat) R 8857 8857 8319 0 -1 4194304 9697 0 0 0 4895 7 0 0 25 0 1 0 236697203 39755776 9447 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/8859/statm: 9706 9447 77 170 0 9534 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 54908

[startup+102.302 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 8859
/proc/meminfo: memFree=1888728/2055920 swapFree=4180336/4192956
[pid=8857] ppid=8855 vsize=16084 CPUtime=2.03
/proc/8857/stat : 8857 (IUT_BMB_SIM) S 8855 8857 8319 0 -1 4194304 3847 0 0 0 112 91 0 0 25 0 1 0 236696999 16470016 3829 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/8857/statm: 4021 3829 105 274 0 3744 0
[pid=8859] ppid=8857 vsize=45656 CPUtime=100.22
/proc/8859/stat : 8859 (minisat) R 8857 8857 8319 0 -1 4194304 11419 0 0 0 10012 10 0 0 25 0 1 0 236697203 46751744 11169 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/8859/statm: 11414 11169 77 170 0 11242 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 61740

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8859
/proc/meminfo: memFree=1880920/2055920 swapFree=4180336/4192956
[pid=8857] ppid=8855 vsize=16084 CPUtime=2.03
/proc/8857/stat : 8857 (IUT_BMB_SIM) S 8855 8857 8319 0 -1 4194304 3847 0 0 0 112 91 0 0 25 0 1 0 236696999 16470016 3829 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/8857/statm: 4021 3829 105 274 0 3744 0
[pid=8859] ppid=8857 vsize=53896 CPUtime=160.2
/proc/8859/stat : 8859 (minisat) R 8857 8857 8319 0 -1 4194304 13388 0 0 0 16008 12 0 0 25 0 1 0 236697203 55189504 13138 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/8859/statm: 13474 13138 77 170 0 13302 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 69980

[startup+222.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8859
/proc/meminfo: memFree=1872664/2055920 swapFree=4180336/4192956
[pid=8857] ppid=8855 vsize=16084 CPUtime=2.03
/proc/8857/stat : 8857 (IUT_BMB_SIM) S 8855 8857 8319 0 -1 4194304 3847 0 0 0 112 91 0 0 25 0 1 0 236696999 16470016 3829 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/8857/statm: 4021 3829 105 274 0 3744 0
[pid=8859] ppid=8857 vsize=62504 CPUtime=220.19
/proc/8859/stat : 8859 (minisat) R 8857 8857 8319 0 -1 4194304 15473 0 0 0 22005 14 0 0 25 0 1 0 236697203 64004096 15223 1992294400 134512640 135212939 4294956320 18446744073709551615 134526647 0 0 4096 3 0 0 0 17 1 0 0
/proc/8859/statm: 15626 15223 77 170 0 15454 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 78588

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8859
/proc/meminfo: memFree=1868696/2055920 swapFree=4180336/4192956
[pid=8857] ppid=8855 vsize=16084 CPUtime=2.03
/proc/8857/stat : 8857 (IUT_BMB_SIM) S 8855 8857 8319 0 -1 4194304 3847 0 0 0 112 91 0 0 25 0 1 0 236696999 16470016 3829 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/8857/statm: 4021 3829 105 274 0 3744 0
[pid=8859] ppid=8857 vsize=66300 CPUtime=280.17
/proc/8859/stat : 8859 (minisat) R 8857 8857 8319 0 -1 4194304 16443 0 0 0 28002 15 0 0 25 0 1 0 236697203 67891200 16145 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/8859/statm: 16575 16145 77 170 0 16403 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 82384

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8859
/proc/meminfo: memFree=1864536/2055920 swapFree=4180336/4192956
[pid=8857] ppid=8855 vsize=16084 CPUtime=2.03
/proc/8857/stat : 8857 (IUT_BMB_SIM) S 8855 8857 8319 0 -1 4194304 3847 0 0 0 112 91 0 0 25 0 1 0 236696999 16470016 3829 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/8857/statm: 4021 3829 105 274 0 3744 0
[pid=8859] ppid=8857 vsize=70432 CPUtime=340.15
/proc/8859/stat : 8859 (minisat) R 8857 8857 8319 0 -1 4194304 17481 0 0 0 33998 17 0 0 25 0 1 0 236697203 72122368 17183 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/8859/statm: 17608 17183 77 170 0 17436 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 86516

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8859
/proc/meminfo: memFree=1860824/2055920 swapFree=4180336/4192956
[pid=8857] ppid=8855 vsize=16084 CPUtime=2.03
/proc/8857/stat : 8857 (IUT_BMB_SIM) S 8855 8857 8319 0 -1 4194304 3847 0 0 0 112 91 0 0 25 0 1 0 236696999 16470016 3829 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/8857/statm: 4021 3829 105 274 0 3744 0
[pid=8859] ppid=8857 vsize=74180 CPUtime=400.15
/proc/8859/stat : 8859 (minisat) R 8857 8857 8319 0 -1 4194304 18408 0 0 0 39996 19 0 0 25 0 1 0 236697203 75960320 18110 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/8859/statm: 18545 18110 77 170 0 18373 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 90264

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8859
/proc/meminfo: memFree=1856408/2055920 swapFree=4180336/4192956
[pid=8857] ppid=8855 vsize=16084 CPUtime=2.03

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

/proc/8859/statm: 23171 22588 77 170 0 22999 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 108768

[startup+642.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8859
/proc/meminfo: memFree=1835544/2055920 swapFree=4180336/4192956
[pid=8857] ppid=8855 vsize=16084 CPUtime=2.03
/proc/8857/stat : 8857 (IUT_BMB_SIM) S 8855 8857 8319 0 -1 4194304 3847 0 0 0 112 91 0 0 25 0 1 0 236696999 16470016 3829 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/8857/statm: 4021 3829 105 274 0 3744 0
[pid=8859] ppid=8857 vsize=99864 CPUtime=640.09
/proc/8859/stat : 8859 (minisat) R 8857 8857 8319 0 -1 4194304 24708 0 0 0 63981 28 0 0 25 0 1 0 236697203 102260736 24402 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/8859/statm: 24966 24402 77 170 0 24794 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 115948

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8859
/proc/meminfo: memFree=1827928/2055920 swapFree=4180336/4192956
[pid=8857] ppid=8855 vsize=16084 CPUtime=2.03
/proc/8857/stat : 8857 (IUT_BMB_SIM) S 8855 8857 8319 0 -1 4194304 3847 0 0 0 112 91 0 0 25 0 1 0 236696999 16470016 3829 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/8857/statm: 4021 3829 105 274 0 3744 0
[pid=8859] ppid=8857 vsize=107480 CPUtime=700.07
/proc/8859/stat : 8859 (minisat) R 8857 8857 8319 0 -1 4194304 26603 0 0 0 69977 30 0 0 25 0 1 0 236697203 110059520 26297 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/8859/statm: 26870 26297 77 170 0 26698 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 123564

[startup+762.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8859
/proc/meminfo: memFree=1821784/2055920 swapFree=4180336/4192956
[pid=8857] ppid=8855 vsize=16084 CPUtime=2.03
/proc/8857/stat : 8857 (IUT_BMB_SIM) S 8855 8857 8319 0 -1 4194304 3847 0 0 0 112 91 0 0 25 0 1 0 236696999 16470016 3829 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/8857/statm: 4021 3829 105 274 0 3744 0
[pid=8859] ppid=8857 vsize=114036 CPUtime=760.06
/proc/8859/stat : 8859 (minisat) R 8857 8857 8319 0 -1 4194304 28102 0 0 0 75975 31 0 0 25 0 1 0 236697203 116772864 27796 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/8859/statm: 28509 27796 77 170 0 28337 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 130120

[startup+822.302 s]
/proc/loadavg: 1.06 1.00 1.00 2/66 8859
/proc/meminfo: memFree=1813912/2055920 swapFree=4180336/4192956
[pid=8857] ppid=8855 vsize=16084 CPUtime=2.03
/proc/8857/stat : 8857 (IUT_BMB_SIM) S 8855 8857 8319 0 -1 4194304 3847 0 0 0 112 91 0 0 25 0 1 0 236696999 16470016 3829 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/8857/statm: 4021 3829 105 274 0 3744 0
[pid=8859] ppid=8857 vsize=121864 CPUtime=820.04
/proc/8859/stat : 8859 (minisat) R 8857 8857 8319 0 -1 4194304 30090 0 0 0 81970 34 0 0 25 0 1 0 236697203 124788736 29784 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 1 0 0
/proc/8859/statm: 30466 29784 77 170 0 30294 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 137948

[startup+882.305 s]
/proc/loadavg: 1.08 1.01 1.00 2/66 8859
/proc/meminfo: memFree=1805656/2055920 swapFree=4180336/4192956
[pid=8857] ppid=8855 vsize=16084 CPUtime=2.03
/proc/8857/stat : 8857 (IUT_BMB_SIM) S 8855 8857 8319 0 -1 4194304 3847 0 0 0 112 91 0 0 25 0 1 0 236696999 16470016 3829 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/8857/statm: 4021 3829 105 274 0 3744 0
[pid=8859] ppid=8857 vsize=130156 CPUtime=880.03
/proc/8859/stat : 8859 (minisat) R 8857 8857 8319 0 -1 4194304 32124 0 0 0 87967 36 0 0 25 0 1 0 236697203 133279744 31818 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/8859/statm: 32539 31818 77 170 0 32367 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 146240

[startup+942.303 s]
/proc/loadavg: 1.13 1.04 1.01 2/66 8859
/proc/meminfo: memFree=1798360/2055920 swapFree=4180336/4192956
[pid=8857] ppid=8855 vsize=16084 CPUtime=2.03
/proc/8857/stat : 8857 (IUT_BMB_SIM) S 8855 8857 8319 0 -1 4194304 3847 0 0 0 112 91 0 0 25 0 1 0 236696999 16470016 3829 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/8857/statm: 4021 3829 105 274 0 3744 0
[pid=8859] ppid=8857 vsize=137312 CPUtime=940.01
/proc/8859/stat : 8859 (minisat) R 8857 8857 8319 0 -1 4194304 33940 0 0 0 93963 38 0 0 25 0 1 0 236697203 140607488 33634 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/8859/statm: 34328 33634 77 170 0 34156 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 153396

[startup+1002.3 s]
/proc/loadavg: 1.05 1.03 1.00 2/66 8859
/proc/meminfo: memFree=1792984/2055920 swapFree=4180336/4192956
[pid=8857] ppid=8855 vsize=16084 CPUtime=2.03
/proc/8857/stat : 8857 (IUT_BMB_SIM) S 8855 8857 8319 0 -1 4194304 3847 0 0 0 112 91 0 0 25 0 1 0 236696999 16470016 3829 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/8857/statm: 4021 3829 105 274 0 3744 0
[pid=8859] ppid=8857 vsize=142600 CPUtime=1000
/proc/8859/stat : 8859 (minisat) R 8857 8857 8319 0 -1 4194304 35262 0 0 0 99960 40 0 0 25 0 1 0 236697203 146022400 34956 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/8859/statm: 35650 34956 77 170 0 35478 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 158684

[startup+1062.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/66 8859
/proc/meminfo: memFree=1788184/2055920 swapFree=4180336/4192956
[pid=8857] ppid=8855 vsize=16084 CPUtime=2.03
/proc/8857/stat : 8857 (IUT_BMB_SIM) S 8855 8857 8319 0 -1 4194304 3847 0 0 0 112 91 0 0 25 0 1 0 236696999 16470016 3829 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/8857/statm: 4021 3829 105 274 0 3744 0
[pid=8859] ppid=8857 vsize=147396 CPUtime=1059.98
/proc/8859/stat : 8859 (minisat) R 8857 8857 8319 0 -1 4194304 36442 0 0 0 105957 41 0 0 25 0 1 0 236697203 150933504 36136 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/8859/statm: 36849 36136 77 170 0 36677 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 163480

[startup+1122.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 8859
/proc/meminfo: memFree=1785560/2055920 swapFree=4180336/4192956
[pid=8857] ppid=8855 vsize=16084 CPUtime=2.03
/proc/8857/stat : 8857 (IUT_BMB_SIM) S 8855 8857 8319 0 -1 4194304 3847 0 0 0 112 91 0 0 25 0 1 0 236696999 16470016 3829 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/8857/statm: 4021 3829 105 274 0 3744 0
[pid=8859] ppid=8857 vsize=150056 CPUtime=1119.96
/proc/8859/stat : 8859 (minisat) R 8857 8857 8319 0 -1 4194304 37093 0 0 0 111955 41 0 0 25 0 1 0 236697203 153657344 36787 1992294400 134512640 135212939 4294956320 18446744073709551615 134526720 0 0 4096 3 0 0 0 17 1 0 0
/proc/8859/statm: 37514 36787 77 170 0 37342 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 166140

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 8859
/proc/meminfo: memFree=1783000/2055920 swapFree=4180336/4192956
[pid=8857] ppid=8855 vsize=16084 CPUtime=2.03
/proc/8857/stat : 8857 (IUT_BMB_SIM) S 8855 8857 8319 0 -1 4194304 3847 0 0 0 112 91 0 0 25 0 1 0 236696999 16470016 3829 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/8857/statm: 4021 3829 105 274 0 3744 0
[pid=8859] ppid=8857 vsize=152604 CPUtime=1179.95
/proc/8859/stat : 8859 (minisat) R 8857 8857 8319 0 -1 4194304 37734 0 0 0 117953 42 0 0 25 0 1 0 236697203 156266496 37428 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/8859/statm: 38151 37428 77 170 0 37979 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 168688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 8859
/proc/meminfo: memFree=1781976/2055920 swapFree=4180336/4192956
[pid=8857] ppid=8855 vsize=16084 CPUtime=2.03
/proc/8857/stat : 8857 (IUT_BMB_SIM) S 8855 8857 8319 0 -1 4194304 3847 0 0 0 112 91 0 0 25 0 1 0 236696999 16470016 3829 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/8857/statm: 4021 3829 105 274 0 3744 0
[pid=8859] ppid=8857 vsize=154324 CPUtime=1198.05
/proc/8859/stat : 8859 (minisat) R 8857 8857 8319 0 -1 4194304 37984 0 0 0 119762 43 0 0 25 0 1 0 236697203 158027776 37678 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/8859/statm: 38581 37678 77 170 0 38409 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 170408

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

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

[startup+1200.4 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 8859
/proc/meminfo: memFree=1781976/2055920 swapFree=4180336/4192956
[pid=8857] ppid=8855 vsize=16084 CPUtime=2.03
/proc/8857/stat : 8857 (IUT_BMB_SIM) S 8855 8857 8319 0 -1 4194304 3847 0 0 0 112 91 0 0 25 0 1 0 236696999 16470016 3829 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/8857/statm: 4021 3829 105 274 0 3744 0
[pid=8859] ppid=8857 vsize=154324 CPUtime=1198.05
/proc/8859/stat : 8859 (minisat) R 8857 8857 8319 0 -1 4194304 37984 0 0 0 119762 43 0 0 25 0 1 0 236697203 158027776 37678 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/8859/statm: 38581 37678 77 170 0 38409 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 170408

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1200.41
CPU time (s): 1200.08
CPU user time (s): 1198.74
CPU system time (s): 1.34
CPU usage (%): 99.9721
Max. virtual memory (cumulated for all children) (KiB): 170408

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

runsolver used 1.40878 second user time and 2.96555 second system time

The end

Launcher Data

Begin job on node48 at 2009-05-12 02:04:53
IDJOB=1797699
IDBENCH=71068
IDSOLVER=650
FILE ID=node48/1797699-1242086692
PBS_JOBID= 9277653
Free space on /tmp= 66264 MiB

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

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

MD5SUM BENCH= ecc4810d82e30597ea8451526243ec09
RANDOM SEED=1359292756

node48.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.209
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.209
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:       1952840 kB
Buffers:          3572 kB
Cached:          42600 kB
SwapCached:       6392 kB
Active:          26220 kB
Inactive:        28348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1952840 kB
SwapTotal:     4192956 kB
SwapFree:      4180336 kB
Dirty:            6112 kB
Writeback:           0 kB
Mapped:          14052 kB
Slab:            34488 kB
Committed_AS:   880472 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= 66256 MiB
End job on node48 at 2009-05-12 02:24:55