Trace number 1721814

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_SAT 1.0? (TO) 1200.04 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_SAT version 1.0
2.49/2.60	c WARNING: for repeatability, setting FPU to use double precision
2.49/2.60	c ============================[ Problem Statistics ]=============================
2.49/2.60	c |                                                                             |
2.49/2.60	c |  Number of variables:  3152                                                 |
2.49/2.60	c |  Number of clauses:    330948                                               |
2.58/2.84	c |  Parsing time:         0.21         s                                       |
14.97/15.01	c ============================[ Search Statistics ]==============================
14.97/15.01	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.97/15.01	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.97/15.01	c ===============================================================================
14.97/15.01	c |         0 |    2095   321331  1422645 |   107110        0    nan |  0.000 % |
15.07/15.13	c |       101 |    2095   321331  1422645 |   117821      101     80 |  0.000 % |
15.17/15.27	c |       253 |    2095   321331  1422645 |   129603      253     87 |  0.000 % |
15.38/15.47	c |       478 |    2095   321331  1422645 |   142563      478     90 |  0.000 % |
15.67/15.71	c |       815 |    2095   321331  1422645 |   156820      815     94 |  0.000 % |
15.97/16.01	c |      1323 |    2095   321331  1422645 |   172502     1323     97 |  0.000 % |
16.48/16.54	c |      2087 |    2095   321331  1422645 |   189752     2087    107 |  0.000 % |
17.17/17.22	c |      3227 |    2095   321331  1422645 |   208727     3227    102 |  0.000 % |
18.17/18.21	c |      4935 |    2095   321331  1422645 |   229600     4935    103 |  0.000 % |
19.77/19.87	c |      7497 |    2095   321331  1422645 |   252560     7497    113 |  0.000 % |
21.77/21.81	c |     11341 |    2095   321331  1422645 |   277816    11341    125 |  0.000 % |
26.46/26.57	c |     17108 |    2095   321331  1422645 |   305598    17108    133 |  0.000 % |
35.85/35.91	c |     25757 |    2095   321331  1422645 |   336158    25757    135 |  0.000 % |
62.15/62.25	c |     38732 |    2095   321331  1422645 |   369773    38732    137 |  0.000 % |
100.64/100.71	c |     58194 |    2095   321331  1422645 |   406751    58194    139 |  0.000 % |
202.20/202.38	c |     87386 |    2095   321331  1422645 |   447426    87386    140 |  0.000 % |
277.36/277.56	c |    131177 |    2095   321331  1422645 |   492169   131177    138 |  0.000 % |
1126.07/1126.62	c |    196864 |    2095   321331  1422645 |   541385   196864    137 |  0.000 % |
1200.04/1200.61	c cannot read from file

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-1721814-1240669892/watcher-1721814-1240669892 -o /tmp/evaluation-result-1721814-1240669892/solver-1721814-1240669892 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1721814-1240669892.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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 17919
/proc/meminfo: memFree=1208176/2055920 swapFree=4192812/4192956
[pid=17919] ppid=17917 vsize=5164 CPUtime=0
/proc/17919/stat : 17919 (IUT_BMB_SAT) R 17917 17919 17724 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 0 95022474 5287936 170 1992294400 134512640 135635285 4294956224 18446744073709551615 134533635 0 0 4096 0 0 0 0 17 0 0 0
/proc/17919/statm: 1291 171 90 274 0 1014 0

[startup+0.0185549 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 17919
/proc/meminfo: memFree=1208176/2055920 swapFree=4192812/4192956
[pid=17919] ppid=17917 vsize=5164 CPUtime=0.01
/proc/17919/stat : 17919 (IUT_BMB_SAT) R 17917 17919 17724 0 -1 4194304 410 0 0 0 1 0 0 0 18 0 1 0 95022474 5287936 393 1992294400 134512640 135635285 4294956224 18446744073709551615 134533644 0 0 4096 0 0 0 0 17 0 0 0
/proc/17919/statm: 1291 394 90 274 0 1014 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5164

[startup+0.101561 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 17919
/proc/meminfo: memFree=1208176/2055920 swapFree=4192812/4192956
[pid=17919] ppid=17917 vsize=7324 CPUtime=0.09
/proc/17919/stat : 17919 (IUT_BMB_SAT) R 17917 17919 17724 0 -1 4194304 1653 0 0 0 9 0 0 0 18 0 1 0 95022474 7499776 1636 1992294400 134512640 135635285 4294956224 18446744073709551615 134694399 0 0 4096 0 0 0 0 17 0 0 0
/proc/17919/statm: 1831 1637 97 274 0 1554 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7324

[startup+0.301577 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 17919
/proc/meminfo: memFree=1208176/2055920 swapFree=4192812/4192956
[pid=17919] ppid=17917 vsize=10756 CPUtime=0.29
/proc/17919/stat : 17919 (IUT_BMB_SAT) R 17917 17919 17724 0 -1 4194304 2502 0 0 0 29 0 0 0 20 0 1 0 95022474 11014144 2485 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/17919/statm: 2689 2485 97 274 0 2412 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10756

[startup+0.701614 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 17919
/proc/meminfo: memFree=1208176/2055920 swapFree=4192812/4192956
[pid=17919] ppid=17917 vsize=17100 CPUtime=0.69
/proc/17919/stat : 17919 (IUT_BMB_SAT) R 17917 17919 17724 0 -1 4194304 4109 0 0 0 68 1 0 0 24 0 1 0 95022474 17510400 4092 1992294400 134512640 135635285 4294956224 18446744073709551615 134693974 0 0 4096 0 0 0 0 17 0 0 0
/proc/17919/statm: 4275 4092 97 274 0 3998 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17100

[startup+1.50168 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17920
/proc/meminfo: memFree=1187688/2055920 swapFree=4192812/4192956
[pid=17919] ppid=17917 vsize=21332 CPUtime=1.49
/proc/17919/stat : 17919 (IUT_BMB_SAT) R 17917 17919 17724 0 -1 4194304 5155 0 0 0 105 44 0 0 25 0 1 0 95022474 21843968 5138 1992294400 134512640 135635285 4294956224 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 0 0 0
/proc/17919/statm: 5333 5138 100 274 0 5056 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21332

[startup+3.10182 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17920
/proc/meminfo: memFree=1183912/2055920 swapFree=4192812/4192956
[pid=17919] ppid=17917 vsize=21332 CPUtime=2.58
/proc/17919/stat : 17919 (IUT_BMB_SAT) S 17917 17919 17724 0 -1 4194304 5161 0 0 0 139 119 0 0 25 0 1 0 95022474 21843968 5143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17919/statm: 5333 5143 105 274 0 5056 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 21332

[startup+6.30209 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 17922
/proc/meminfo: memFree=1161688/2055920 swapFree=4192812/4192956
[pid=17919] ppid=17917 vsize=21332 CPUtime=2.58
/proc/17919/stat : 17919 (IUT_BMB_SAT) S 17917 17919 17724 0 -1 4194304 5161 0 0 0 139 119 0 0 25 0 1 0 95022474 21843968 5143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17919/statm: 5333 5143 105 274 0 5056 0
[pid=17921] ppid=17919 vsize=5356 CPUtime=0
/proc/17921/stat : 17921 (sh) S 17919 17919 17724 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95022733 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17921/statm: 1339 232 193 169 0 50 0
[pid=17922] ppid=17921 vsize=21664 CPUtime=3.69
/proc/17922/stat : 17922 (minisat) R 17921 17919 17724 0 -1 4194304 5054 0 0 0 366 3 0 0 25 0 1 0 95022734 22183936 5035 1992294400 134512640 135243223 4294956320 18446744073709551615 134535646 0 0 4096 3 0 0 0 17 0 0 0
/proc/17922/statm: 5416 5035 77 178 0 5236 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 48352

[startup+12.7016 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 17922
/proc/meminfo: memFree=1150760/2055920 swapFree=4192812/4192956
[pid=17919] ppid=17917 vsize=21332 CPUtime=2.58
/proc/17919/stat : 17919 (IUT_BMB_SAT) S 17917 17919 17724 0 -1 4194304 5161 0 0 0 139 119 0 0 25 0 1 0 95022474 21843968 5143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17919/statm: 5333 5143 105 274 0 5056 0
[pid=17921] ppid=17919 vsize=5356 CPUtime=0
/proc/17921/stat : 17921 (sh) S 17919 17919 17724 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95022733 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17921/statm: 1339 232 193 169 0 50 0
[pid=17922] ppid=17921 vsize=32292 CPUtime=10.09
/proc/17922/stat : 17922 (minisat) R 17921 17919 17724 0 -1 4194304 7840 0 0 0 1005 4 0 0 25 0 1 0 95022734 33067008 7821 1992294400 134512640 135243223 4294956320 18446744073709551615 134536453 0 0 4096 3 0 0 0 17 0 0 0
/proc/17922/statm: 8073 7821 78 178 0 7893 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 58980

[startup+25.5017 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 17922
/proc/meminfo: memFree=1152488/2055920 swapFree=4192812/4192956
[pid=17919] ppid=17917 vsize=21332 CPUtime=2.58
/proc/17919/stat : 17919 (IUT_BMB_SAT) S 17917 17919 17724 0 -1 4194304 5161 0 0 0 139 119 0 0 25 0 1 0 95022474 21843968 5143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17919/statm: 5333 5143 105 274 0 5056 0
[pid=17921] ppid=17919 vsize=5356 CPUtime=0
/proc/17921/stat : 17921 (sh) S 17919 17919 17724 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95022733 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17921/statm: 1339 232 193 169 0 50 0
[pid=17922] ppid=17921 vsize=30904 CPUtime=22.88
/proc/17922/stat : 17922 (minisat) R 17921 17919 17724 0 -1 4194304 8204 0 0 0 2284 4 0 0 25 0 1 0 95022734 31645696 7511 1992294400 134512640 135243223 4294956320 18446744073709551615 134555632 0 0 4096 3 0 0 0 17 0 0 0
/proc/17922/statm: 7726 7511 85 178 0 7546 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 57592

[startup+51.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 17922
/proc/meminfo: memFree=1141736/2055920 swapFree=4192812/4192956
[pid=17919] ppid=17917 vsize=21332 CPUtime=2.58
/proc/17919/stat : 17919 (IUT_BMB_SAT) S 17917 17919 17724 0 -1 4194304 5161 0 0 0 139 119 0 0 25 0 1 0 95022474 21843968 5143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17919/statm: 5333 5143 105 274 0 5056 0
[pid=17921] ppid=17919 vsize=5356 CPUtime=0
/proc/17921/stat : 17921 (sh) S 17919 17919 17724 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95022733 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17921/statm: 1339 232 193 169 0 50 0
[pid=17922] ppid=17921 vsize=41660 CPUtime=48.48
/proc/17922/stat : 17922 (minisat) R 17921 17919 17724 0 -1 4194304 10883 0 0 0 4841 7 0 0 25 0 1 0 95022734 42659840 10190 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/17922/statm: 10415 10190 85 178 0 10235 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 68348

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 17922
/proc/meminfo: memFree=1126440/2055920 swapFree=4192812/4192956
[pid=17919] ppid=17917 vsize=21332 CPUtime=2.58
/proc/17919/stat : 17919 (IUT_BMB_SAT) S 17917 17919 17724 0 -1 4194304 5161 0 0 0 139 119 0 0 25 0 1 0 95022474 21843968 5143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17919/statm: 5333 5143 105 274 0 5056 0
[pid=17921] ppid=17919 vsize=5356 CPUtime=0
/proc/17921/stat : 17921 (sh) S 17919 17919 17724 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95022733 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17921/statm: 1339 232 193 169 0 50 0
[pid=17922] ppid=17921 vsize=56844 CPUtime=99.66
/proc/17922/stat : 17922 (minisat) R 17921 17919 17724 0 -1 4194304 14639 0 0 0 9956 10 0 0 25 0 1 0 95022734 58208256 13946 1992294400 134512640 135243223 4294956320 18446744073709551615 134555619 0 0 4096 3 0 0 0 17 0 0 0
/proc/17922/statm: 14211 13946 85 178 0 14031 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 83532

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 17922
/proc/meminfo: memFree=1115688/2055920 swapFree=4192812/4192956
[pid=17919] ppid=17917 vsize=21332 CPUtime=2.58
/proc/17919/stat : 17919 (IUT_BMB_SAT) S 17917 17919 17724 0 -1 4194304 5161 0 0 0 139 119 0 0 25 0 1 0 95022474 21843968 5143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17919/statm: 5333 5143 105 274 0 5056 0
[pid=17921] ppid=17919 vsize=5356 CPUtime=0
/proc/17921/stat : 17921 (sh) S 17919 17919 17724 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95022733 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17921/statm: 1339 232 193 169 0 50 0
[pid=17922] ppid=17921 vsize=67772 CPUtime=159.62
/proc/17922/stat : 17922 (minisat) R 17921 17919 17724 0 -1 4194304 17356 0 0 0 15949 13 0 0 25 0 1 0 95022734 69398528 16663 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/17922/statm: 16943 16663 85 178 0 16763 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 94460

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 17922
/proc/meminfo: memFree=1100456/2055920 swapFree=4192812/4192956
[pid=17919] ppid=17917 vsize=21332 CPUtime=2.58
/proc/17919/stat : 17919 (IUT_BMB_SAT) S 17917 17919 17724 0 -1 4194304 5161 0 0 0 139 119 0 0 25 0 1 0 95022474 21843968 5143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17919/statm: 5333 5143 105 274 0 5056 0
[pid=17921] ppid=17919 vsize=5356 CPUtime=0
/proc/17921/stat : 17921 (sh) S 17919 17919 17724 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95022733 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17921/statm: 1339 232 193 169 0 50 0
[pid=17922] ppid=17921 vsize=83308 CPUtime=219.59
/proc/17922/stat : 17922 (minisat) R 17921 17919 17724 0 -1 4194304 21151 0 0 0 21943 16 0 0 25 0 1 0 95022734 85307392 20458 1992294400 134512640 135243223 4294956320 18446744073709551615 134555646 0 0 4096 3 0 0 0 17 0 0 0
/proc/17922/statm: 20827 20458 85 178 0 20647 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 109996

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 17922
/proc/meminfo: memFree=1080872/2055920 swapFree=4192812/4192956
[pid=17919] ppid=17917 vsize=21332 CPUtime=2.58
/proc/17919/stat : 17919 (IUT_BMB_SAT) S 17917 17919 17724 0 -1 4194304 5161 0 0 0 139 119 0 0 25 0 1 0 95022474 21843968 5143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17919/statm: 5333 5143 105 274 0 5056 0
[pid=17921] ppid=17919 vsize=5356 CPUtime=0
/proc/17921/stat : 17921 (sh) S 17919 17919 17724 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95022733 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17921/statm: 1339 232 193 169 0 50 0
[pid=17922] ppid=17921 vsize=103540 CPUtime=279.57
/proc/17922/stat : 17922 (minisat) R 17921 17919 17724 0 -1 4194304 26123 0 0 0 27936 21 0 0 25 0 1 0 95022734 106024960 25430 1992294400 134512640 135243223 4294956320 18446744073709551615 134555632 0 0 4096 3 0 0 0 17 0 0 0
/proc/17922/statm: 25885 25430 85 178 0 25705 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 130228

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 17922
/proc/meminfo: memFree=1076400/2055920 swapFree=4192812/4192956
[pid=17919] ppid=17917 vsize=21332 CPUtime=2.58
/proc/17919/stat : 17919 (IUT_BMB_SAT) S 17917 17919 17724 0 -1 4194304 5161 0 0 0 139 119 0 0 25 0 1 0 95022474 21843968 5143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17919/statm: 5333 5143 105 274 0 5056 0

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

/proc/meminfo: memFree=1059696/2055920 swapFree=4192812/4192956
[pid=17919] ppid=17917 vsize=21332 CPUtime=2.58
/proc/17919/stat : 17919 (IUT_BMB_SAT) S 17917 17919 17724 0 -1 4194304 5161 0 0 0 139 119 0 0 25 0 1 0 95022474 21843968 5143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17919/statm: 5333 5143 105 274 0 5056 0
[pid=17921] ppid=17919 vsize=5356 CPUtime=0
/proc/17921/stat : 17921 (sh) S 17919 17919 17724 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95022733 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17921/statm: 1339 232 193 169 0 50 0
[pid=17922] ppid=17921 vsize=124696 CPUtime=699.39
/proc/17922/stat : 17922 (minisat) R 17921 17919 17724 0 -1 4194304 31285 0 0 0 69912 27 0 0 25 0 1 0 95022734 127688704 30592 1992294400 134512640 135243223 4294956320 18446744073709551615 134555632 0 0 4096 3 0 0 0 17 0 0 0
/proc/17922/statm: 31174 30592 85 178 0 30994 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 151384

[startup+762.305 s]
/proc/loadavg: 1.02 1.02 1.00 2/67 17924
/proc/meminfo: memFree=1056816/2055920 swapFree=4192812/4192956
[pid=17919] ppid=17917 vsize=21332 CPUtime=2.58
/proc/17919/stat : 17919 (IUT_BMB_SAT) S 17917 17919 17724 0 -1 4194304 5161 0 0 0 139 119 0 0 25 0 1 0 95022474 21843968 5143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17919/statm: 5333 5143 105 274 0 5056 0
[pid=17921] ppid=17919 vsize=5356 CPUtime=0
/proc/17921/stat : 17921 (sh) S 17919 17919 17724 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95022733 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17921/statm: 1339 232 193 169 0 50 0
[pid=17922] ppid=17921 vsize=127468 CPUtime=759.38
/proc/17922/stat : 17922 (minisat) R 17921 17919 17724 0 -1 4194304 31985 0 0 0 75910 28 0 0 25 0 1 0 95022734 130527232 31292 1992294400 134512640 135243223 4294956320 18446744073709551615 134555725 0 0 4096 3 0 0 0 17 0 0 0
/proc/17922/statm: 31867 31292 85 178 0 31687 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 154156

[startup+822.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 17924
/proc/meminfo: memFree=1054640/2055920 swapFree=4192812/4192956
[pid=17919] ppid=17917 vsize=21332 CPUtime=2.58
/proc/17919/stat : 17919 (IUT_BMB_SAT) S 17917 17919 17724 0 -1 4194304 5161 0 0 0 139 119 0 0 25 0 1 0 95022474 21843968 5143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17919/statm: 5333 5143 105 274 0 5056 0
[pid=17921] ppid=17919 vsize=5356 CPUtime=0
/proc/17921/stat : 17921 (sh) S 17919 17919 17724 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95022733 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17921/statm: 1339 232 193 169 0 50 0
[pid=17922] ppid=17921 vsize=129712 CPUtime=819.35
/proc/17922/stat : 17922 (minisat) R 17921 17919 17724 0 -1 4194304 32552 0 0 0 81906 29 0 0 25 0 1 0 95022734 132825088 31859 1992294400 134512640 135243223 4294956320 18446744073709551615 134555729 0 0 4096 3 0 0 0 17 0 0 0
/proc/17922/statm: 32428 31859 85 178 0 32248 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 156400

[startup+882.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 17924
/proc/meminfo: memFree=1051376/2055920 swapFree=4192812/4192956
[pid=17919] ppid=17917 vsize=21332 CPUtime=2.58
/proc/17919/stat : 17919 (IUT_BMB_SAT) S 17917 17919 17724 0 -1 4194304 5161 0 0 0 139 119 0 0 25 0 1 0 95022474 21843968 5143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17919/statm: 5333 5143 105 274 0 5056 0
[pid=17921] ppid=17919 vsize=5356 CPUtime=0
/proc/17921/stat : 17921 (sh) S 17919 17919 17724 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95022733 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17921/statm: 1339 232 193 169 0 50 0
[pid=17922] ppid=17921 vsize=133140 CPUtime=879.31
/proc/17922/stat : 17922 (minisat) R 17921 17919 17724 0 -1 4194304 33341 0 0 0 87902 29 0 0 25 0 1 0 95022734 136335360 32648 1992294400 134512640 135243223 4294956320 18446744073709551615 134555646 0 0 4096 3 0 0 0 17 0 0 0
/proc/17922/statm: 33285 32648 85 178 0 33105 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 159828

[startup+942.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 17924
/proc/meminfo: memFree=1049072/2055920 swapFree=4192812/4192956
[pid=17919] ppid=17917 vsize=21332 CPUtime=2.58
/proc/17919/stat : 17919 (IUT_BMB_SAT) S 17917 17919 17724 0 -1 4194304 5161 0 0 0 139 119 0 0 25 0 1 0 95022474 21843968 5143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17919/statm: 5333 5143 105 274 0 5056 0
[pid=17921] ppid=17919 vsize=5356 CPUtime=0
/proc/17921/stat : 17921 (sh) S 17919 17919 17724 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95022733 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17921/statm: 1339 232 193 169 0 50 0
[pid=17922] ppid=17921 vsize=135512 CPUtime=939.28
/proc/17922/stat : 17922 (minisat) R 17921 17919 17724 0 -1 4194304 33930 0 0 0 93898 30 0 0 25 0 1 0 95022734 138764288 33237 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/17922/statm: 33878 33237 85 178 0 33698 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 162200

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17924
/proc/meminfo: memFree=1046640/2055920 swapFree=4192812/4192956
[pid=17919] ppid=17917 vsize=21332 CPUtime=2.58
/proc/17919/stat : 17919 (IUT_BMB_SAT) S 17917 17919 17724 0 -1 4194304 5161 0 0 0 139 119 0 0 25 0 1 0 95022474 21843968 5143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17919/statm: 5333 5143 105 274 0 5056 0
[pid=17921] ppid=17919 vsize=5356 CPUtime=0
/proc/17921/stat : 17921 (sh) S 17919 17919 17724 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95022733 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17921/statm: 1339 232 193 169 0 50 0
[pid=17922] ppid=17921 vsize=137900 CPUtime=999.26
/proc/17922/stat : 17922 (minisat) R 17921 17919 17724 0 -1 4194304 34541 0 0 0 99895 31 0 0 25 0 1 0 95022734 141209600 33848 1992294400 134512640 135243223 4294956320 18446744073709551615 134555622 0 0 4096 3 0 0 0 17 0 0 0
/proc/17922/statm: 34475 33848 85 178 0 34295 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 164588

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17924
/proc/meminfo: memFree=1044656/2055920 swapFree=4192812/4192956
[pid=17919] ppid=17917 vsize=21332 CPUtime=2.58
/proc/17919/stat : 17919 (IUT_BMB_SAT) S 17917 17919 17724 0 -1 4194304 5161 0 0 0 139 119 0 0 25 0 1 0 95022474 21843968 5143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17919/statm: 5333 5143 105 274 0 5056 0
[pid=17921] ppid=17919 vsize=5356 CPUtime=0
/proc/17921/stat : 17921 (sh) S 17919 17919 17724 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95022733 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17921/statm: 1339 232 193 169 0 50 0
[pid=17922] ppid=17921 vsize=139772 CPUtime=1059.22
/proc/17922/stat : 17922 (minisat) R 17921 17919 17724 0 -1 4194304 35022 0 0 0 105890 32 0 0 25 0 1 0 95022734 143126528 34329 1992294400 134512640 135243223 4294956320 18446744073709551615 134555608 0 0 4096 3 0 0 0 17 0 0 0
/proc/17922/statm: 34943 34329 85 178 0 34763 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 166460

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17924
/proc/meminfo: memFree=1042352/2055920 swapFree=4192812/4192956
[pid=17919] ppid=17917 vsize=21332 CPUtime=2.58
/proc/17919/stat : 17919 (IUT_BMB_SAT) S 17917 17919 17724 0 -1 4194304 5161 0 0 0 139 119 0 0 25 0 1 0 95022474 21843968 5143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17919/statm: 5333 5143 105 274 0 5056 0
[pid=17921] ppid=17919 vsize=5356 CPUtime=0
/proc/17921/stat : 17921 (sh) S 17919 17919 17724 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95022733 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17921/statm: 1339 232 193 169 0 50 0
[pid=17922] ppid=17921 vsize=141964 CPUtime=1119.19
/proc/17922/stat : 17922 (minisat) R 17921 17919 17724 0 -1 4194304 35585 0 0 0 111887 32 0 0 25 0 1 0 95022734 145371136 34892 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/17922/statm: 35491 34892 85 178 0 35311 0
Current children cumulated CPU time (s) 1121.77
Current children cumulated vsize (KiB) 168652

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17924
/proc/meminfo: memFree=1039984/2055920 swapFree=4192812/4192956
[pid=17919] ppid=17917 vsize=21332 CPUtime=2.58
/proc/17919/stat : 17919 (IUT_BMB_SAT) S 17917 17919 17724 0 -1 4194304 5161 0 0 0 139 119 0 0 25 0 1 0 95022474 21843968 5143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17919/statm: 5333 5143 105 274 0 5056 0
[pid=17921] ppid=17919 vsize=5356 CPUtime=0
/proc/17921/stat : 17921 (sh) S 17919 17919 17724 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95022733 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17921/statm: 1339 232 193 169 0 50 0
[pid=17922] ppid=17921 vsize=144392 CPUtime=1179.17
/proc/17922/stat : 17922 (minisat) R 17921 17919 17724 0 -1 4194304 36172 0 0 0 117884 33 0 0 25 0 1 0 95022734 147857408 35479 1992294400 134512640 135243223 4294956320 18446744073709551615 134555646 0 0 4096 3 0 0 0 17 0 0 0
/proc/17922/statm: 36098 35479 85 178 0 35918 0
Current children cumulated CPU time (s) 1181.75
Current children cumulated vsize (KiB) 171080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17924
/proc/meminfo: memFree=1039216/2055920 swapFree=4192812/4192956
[pid=17919] ppid=17917 vsize=21332 CPUtime=2.58
/proc/17919/stat : 17919 (IUT_BMB_SAT) S 17917 17919 17724 0 -1 4194304 5161 0 0 0 139 119 0 0 25 0 1 0 95022474 21843968 5143 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17919/statm: 5333 5143 105 274 0 5056 0
[pid=17921] ppid=17919 vsize=5356 CPUtime=0
/proc/17921/stat : 17921 (sh) S 17919 17919 17724 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 95022733 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17921/statm: 1339 232 193 169 0 50 0
[pid=17922] ppid=17921 vsize=145092 CPUtime=1197.46
/proc/17922/stat : 17922 (minisat) R 17921 17919 17724 0 -1 4194304 36346 0 0 0 119712 34 0 0 25 0 1 0 95022734 148574208 35653 1992294400 134512640 135243223 4294956320 18446744073709551615 134555632 0 0 4096 3 0 0 0 17 0 0 0
/proc/17922/statm: 36273 35653 85 178 0 36093 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 171780

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

Real time (s): 1200.62
CPU time (s): 1200.04
CPU user time (s): 1198.51
CPU system time (s): 1.53
CPU usage (%): 99.9514
Max. virtual memory (cumulated for all children) (KiB): 171780

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

runsolver used 1.02284 second user time and 3.35649 second system time

The end

Launcher Data

Begin job on node31 at 2009-04-25 16:31:33
IDJOB=1721814
IDBENCH=71077
IDSOLVER=523
FILE ID=node31/1721814-1240669892
PBS_JOBID= 9186599
Free space on /tmp= 66400 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_15_UNKNOWN.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1721814-1240669892/watcher-1721814-1240669892 -o /tmp/evaluation-result-1721814-1240669892/solver-1721814-1240669892 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1721814-1240669892.cnf HOME

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

MD5SUM BENCH= 8e41b9860982308be5a85106d5324611
RANDOM SEED=1020698630

node31.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1208656 kB
Buffers:         57384 kB
Cached:         721828 kB
SwapCached:          0 kB
Active:          90728 kB
Inactive:       703404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1208656 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7692 kB
Writeback:           0 kB
Mapped:          24688 kB
Slab:            38856 kB
Committed_AS:   334444 kB
PageTables:       1464 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66396 MiB
End job on node31 at 2009-04-25 16:51:36