Trace number 1721664

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_11_UNSAT.cnf
MD5SUM238f1788225c41f1f5779700e39b5833
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 variables2316
Number of clauses216962
Sum of the clauses size647286
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23879
Number of clauses of size 3213052
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
1.59/1.69	c WARNING: for repeatability, setting FPU to use double precision
1.59/1.69	c ============================[ Problem Statistics ]=============================
1.59/1.69	c |                                                                             |
1.59/1.69	c |  Number of variables:  2316                                                 |
1.59/1.69	c |  Number of clauses:    216962                                               |
1.68/1.85	c |  Parsing time:         0.14         s                                       |
8.16/8.20	c ============================[ Search Statistics ]==============================
8.16/8.20	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.16/8.20	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.16/8.20	c ===============================================================================
8.16/8.20	c |         0 |    1465   207494   924755 |    69164        0    nan |  0.000 % |
8.16/8.24	c |       100 |    1465   207494   924755 |    76081      100     54 |  0.000 % |
8.26/8.31	c |       252 |    1465   207494   924755 |    83689      252     53 |  0.000 % |
8.36/8.43	c |       477 |    1465   207494   924755 |    92058      477     63 |  0.000 % |
8.46/8.57	c |       814 |    1465   207494   924755 |   101263      814     74 |  0.000 % |
8.66/8.76	c |      1323 |    1465   207494   924755 |   111390     1323     72 |  0.000 % |
8.96/9.02	c |      2084 |    1465   207494   924755 |   122529     2084     71 |  0.000 % |
9.46/9.56	c |      3223 |    1465   207494   924755 |   134782     3223     71 |  0.000 % |
10.16/10.29	c |      4931 |    1465   207494   924755 |   148260     4931     71 |  0.000 % |
11.26/11.32	c |      7494 |    1465   207494   924755 |   163086     7494     70 |  0.000 % |
12.76/12.89	c |     11340 |    1465   207494   924755 |   179395    11340     69 |  0.000 % |
15.75/15.85	c |     17107 |    1465   207494   924755 |   197334    17107     68 |  0.000 % |
26.05/26.15	c |     25756 |    1465   207494   924755 |   217068    25756     67 |  0.000 % |
60.73/60.80	c |     38731 |    1465   207494   924755 |   238775    38731     68 |  0.000 % |
118.20/118.34	c |     58193 |    1465   207494   924755 |   262652    58193     69 |  0.000 % |
231.05/231.24	c |     87388 |    1465   207494   924755 |   288917    87388     70 |  0.000 % |
392.86/393.12	c |    131180 |    1465   207494   924755 |   317809   131180     69 |  0.000 % |
952.77/953.32	c |    196868 |    1465   207494   924755 |   349590   196868     68 |  0.000 % |
1200.03/1200.71	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-1721664-1240668239/watcher-1721664-1240668239 -o /tmp/evaluation-result-1721664-1240668239/solver-1721664-1240668239 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1721664-1240668239.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: 1.00 1.00 1.10 3/65 18287
/proc/meminfo: memFree=1674672/2055920 swapFree=4181424/4192956
[pid=18287] ppid=18285 vsize=3828 CPUtime=0
/proc/18287/stat : 18287 (IUT_BMB_SAT) R 18285 18287 18008 0 -1 4194304 189 0 0 0 0 0 0 0 18 0 1 0 94854259 3919872 172 1992294400 134512640 135635285 4294956208 18446744073709551615 134533654 0 0 4096 0 0 0 0 17 0 0 0
/proc/18287/statm: 957 172 90 274 0 680 0

[startup+0.0121269 s]
/proc/loadavg: 1.00 1.00 1.10 3/65 18287
/proc/meminfo: memFree=1674672/2055920 swapFree=4181424/4192956
[pid=18287] ppid=18285 vsize=3828 CPUtime=0
/proc/18287/stat : 18287 (IUT_BMB_SAT) R 18285 18287 18008 0 -1 4194304 314 0 0 0 0 0 0 0 18 0 1 0 94854259 3919872 297 1992294400 134512640 135635285 4294956208 18446744073709551615 134533644 0 0 4096 0 0 0 0 17 0 0 0
/proc/18287/statm: 957 298 90 274 0 680 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 3828

[startup+0.101143 s]
/proc/loadavg: 1.00 1.00 1.10 3/65 18287
/proc/meminfo: memFree=1674672/2055920 swapFree=4181424/4192956
[pid=18287] ppid=18285 vsize=5904 CPUtime=0.09
/proc/18287/stat : 18287 (IUT_BMB_SAT) R 18285 18287 18008 0 -1 4194304 1293 0 0 0 9 0 0 0 18 0 1 0 94854259 6045696 1276 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/18287/statm: 1476 1276 97 274 0 1199 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5904

[startup+0.301182 s]
/proc/loadavg: 1.00 1.00 1.10 3/65 18287
/proc/meminfo: memFree=1674672/2055920 swapFree=4181424/4192956
[pid=18287] ppid=18285 vsize=9204 CPUtime=0.29
/proc/18287/stat : 18287 (IUT_BMB_SAT) R 18285 18287 18008 0 -1 4194304 2130 0 0 0 28 1 0 0 19 0 1 0 94854259 9424896 2113 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/18287/statm: 2301 2113 97 274 0 2024 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9204

[startup+0.70126 s]
/proc/loadavg: 1.00 1.00 1.10 3/65 18287
/proc/meminfo: memFree=1674672/2055920 swapFree=4181424/4192956
[pid=18287] ppid=18285 vsize=14436 CPUtime=0.69
/proc/18287/stat : 18287 (IUT_BMB_SAT) R 18285 18287 18008 0 -1 4194304 3429 0 0 0 59 10 0 0 23 0 1 0 94854259 14782464 3412 1992294400 134512640 135635285 4294956208 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 0 0 0
/proc/18287/statm: 3609 3412 100 274 0 3332 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14436

[startup+1.50142 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 18288
/proc/meminfo: memFree=1660072/2055920 swapFree=4181424/4192956
[pid=18287] ppid=18285 vsize=14436 CPUtime=1.49
/proc/18287/stat : 18287 (IUT_BMB_SAT) R 18285 18287 18008 0 -1 4194304 3429 0 0 0 85 64 0 0 25 0 1 0 94854259 14782464 3412 1992294400 134512640 135635285 4294956208 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 0 0 0
/proc/18287/statm: 3609 3412 100 274 0 3332 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14436

[startup+3.10174 s]
/proc/loadavg: 1.00 1.00 1.10 2/68 18290
/proc/meminfo: memFree=1644056/2055920 swapFree=4181424/4192956
[pid=18287] ppid=18285 vsize=14436 CPUtime=1.68
/proc/18287/stat : 18287 (IUT_BMB_SAT) S 18285 18287 18008 0 -1 4194304 3435 0 0 0 92 76 0 0 25 0 1 0 94854259 14782464 3417 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18287/statm: 3609 3417 105 274 0 3332 0
[pid=18289] ppid=18287 vsize=5356 CPUtime=0
/proc/18289/stat : 18289 (sh) S 18287 18287 18008 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 94854429 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18289/statm: 1339 232 193 169 0 50 0
[pid=18290] ppid=18289 vsize=14872 CPUtime=1.4
/proc/18290/stat : 18290 (minisat) R 18289 18287 18008 0 -1 4194304 3425 0 0 0 138 2 0 0 25 0 1 0 94854429 15228928 3405 1992294400 134512640 135243223 4294956304 18446744073709551615 134535411 0 0 4096 3 0 0 0 17 1 0 0
/proc/18290/statm: 3718 3405 77 178 0 3538 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 34664

[startup+6.30136 s]
/proc/loadavg: 1.00 1.00 1.10 2/68 18290
/proc/meminfo: memFree=1636952/2055920 swapFree=4181424/4192956
[pid=18287] ppid=18285 vsize=14436 CPUtime=1.68
/proc/18287/stat : 18287 (IUT_BMB_SAT) S 18285 18287 18008 0 -1 4194304 3435 0 0 0 92 76 0 0 25 0 1 0 94854259 14782464 3417 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18287/statm: 3609 3417 105 274 0 3332 0
[pid=18289] ppid=18287 vsize=5356 CPUtime=0
/proc/18289/stat : 18289 (sh) S 18287 18287 18008 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 94854429 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18289/statm: 1339 232 193 169 0 50 0
[pid=18290] ppid=18289 vsize=21092 CPUtime=4.58
/proc/18290/stat : 18290 (minisat) R 18289 18287 18008 0 -1 4194304 5106 0 0 0 456 2 0 0 25 0 1 0 94854429 21598208 5086 1992294400 134512640 135243223 4294956304 18446744073709551615 134535299 0 0 4096 3 0 0 0 17 0 0 0
/proc/18290/statm: 5273 5086 78 178 0 5093 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 40884

[startup+12.7016 s]
/proc/loadavg: 1.15 1.03 1.11 2/68 18290
/proc/meminfo: memFree=1638624/2055920 swapFree=4181424/4192956
[pid=18287] ppid=18285 vsize=14436 CPUtime=1.68
/proc/18287/stat : 18287 (IUT_BMB_SAT) S 18285 18287 18008 0 -1 4194304 3435 0 0 0 92 76 0 0 25 0 1 0 94854259 14782464 3417 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18287/statm: 3609 3417 105 274 0 3332 0
[pid=18289] ppid=18287 vsize=5356 CPUtime=0
/proc/18289/stat : 18289 (sh) S 18287 18287 18008 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 94854429 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18289/statm: 1339 232 193 169 0 50 0
[pid=18290] ppid=18289 vsize=19268 CPUtime=10.98
/proc/18290/stat : 18290 (minisat) R 18289 18287 18008 0 -1 4194304 5113 0 0 0 1095 3 0 0 25 0 1 0 94854429 19730432 4645 1992294400 134512640 135243223 4294956304 18446744073709551615 134555681 0 0 4096 3 0 0 0 17 0 0 0
/proc/18290/statm: 4817 4645 85 178 0 4637 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 39060

[startup+25.5011 s]
/proc/loadavg: 1.12 1.03 1.10 2/68 18290
/proc/meminfo: memFree=1635744/2055920 swapFree=4181424/4192956
[pid=18287] ppid=18285 vsize=14436 CPUtime=1.68
/proc/18287/stat : 18287 (IUT_BMB_SAT) S 18285 18287 18008 0 -1 4194304 3435 0 0 0 92 76 0 0 25 0 1 0 94854259 14782464 3417 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18287/statm: 3609 3417 105 274 0 3332 0
[pid=18289] ppid=18287 vsize=5356 CPUtime=0
/proc/18289/stat : 18289 (sh) S 18287 18287 18008 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 94854429 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18289/statm: 1339 232 193 169 0 50 0
[pid=18290] ppid=18289 vsize=22740 CPUtime=23.77
/proc/18290/stat : 18290 (minisat) R 18289 18287 18008 0 -1 4194304 5968 0 0 0 2374 3 0 0 25 0 1 0 94854429 23285760 5500 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/18290/statm: 5685 5500 85 178 0 5505 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 42532

[startup+51.1012 s]
/proc/loadavg: 1.08 1.03 1.10 2/68 18290
/proc/meminfo: memFree=1631136/2055920 swapFree=4181424/4192956
[pid=18287] ppid=18285 vsize=14436 CPUtime=1.68
/proc/18287/stat : 18287 (IUT_BMB_SAT) S 18285 18287 18008 0 -1 4194304 3435 0 0 0 92 76 0 0 25 0 1 0 94854259 14782464 3417 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18287/statm: 3609 3417 105 274 0 3332 0
[pid=18289] ppid=18287 vsize=5356 CPUtime=0
/proc/18289/stat : 18289 (sh) S 18287 18287 18008 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 94854429 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18289/statm: 1339 232 193 169 0 50 0
[pid=18290] ppid=18289 vsize=27372 CPUtime=49.36
/proc/18290/stat : 18290 (minisat) R 18289 18287 18008 0 -1 4194304 7078 0 0 0 4931 5 0 0 25 0 1 0 94854429 28028928 6610 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/18290/statm: 6843 6610 85 178 0 6663 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 47164

[startup+102.305 s]
/proc/loadavg: 1.03 1.02 1.09 2/68 18290
/proc/meminfo: memFree=1625504/2055920 swapFree=4181424/4192956
[pid=18287] ppid=18285 vsize=14436 CPUtime=1.68
/proc/18287/stat : 18287 (IUT_BMB_SAT) S 18285 18287 18008 0 -1 4194304 3435 0 0 0 92 76 0 0 25 0 1 0 94854259 14782464 3417 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18287/statm: 3609 3417 105 274 0 3332 0
[pid=18289] ppid=18287 vsize=5356 CPUtime=0
/proc/18289/stat : 18289 (sh) S 18287 18287 18008 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 94854429 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18289/statm: 1339 232 193 169 0 50 0
[pid=18290] ppid=18289 vsize=33332 CPUtime=100.54
/proc/18290/stat : 18290 (minisat) R 18289 18287 18008 0 -1 4194304 8509 0 0 0 10048 6 0 0 25 0 1 0 94854429 34131968 8041 1992294400 134512640 135243223 4294956304 18446744073709551615 134555632 0 0 4096 3 0 0 0 17 0 0 0
/proc/18290/statm: 8333 8041 85 178 0 8153 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 53124

[startup+162.302 s]
/proc/loadavg: 1.01 1.02 1.08 2/68 18290
/proc/meminfo: memFree=1620128/2055920 swapFree=4181424/4192956
[pid=18287] ppid=18285 vsize=14436 CPUtime=1.68
/proc/18287/stat : 18287 (IUT_BMB_SAT) S 18285 18287 18008 0 -1 4194304 3435 0 0 0 92 76 0 0 25 0 1 0 94854259 14782464 3417 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18287/statm: 3609 3417 105 274 0 3332 0
[pid=18289] ppid=18287 vsize=5356 CPUtime=0
/proc/18289/stat : 18289 (sh) S 18287 18287 18008 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 94854429 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18289/statm: 1339 232 193 169 0 50 0
[pid=18290] ppid=18289 vsize=38664 CPUtime=160.5
/proc/18290/stat : 18290 (minisat) R 18289 18287 18008 0 -1 4194304 9825 0 0 0 16043 7 0 0 25 0 1 0 94854429 39591936 9357 1992294400 134512640 135243223 4294956304 18446744073709551615 134555646 0 0 4096 3 0 0 0 17 0 0 0
/proc/18290/statm: 9666 9357 85 178 0 9486 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 58456

[startup+222.302 s]
/proc/loadavg: 1.00 1.01 1.08 2/68 18290
/proc/meminfo: memFree=1614816/2055920 swapFree=4181424/4192956
[pid=18287] ppid=18285 vsize=14436 CPUtime=1.68
/proc/18287/stat : 18287 (IUT_BMB_SAT) S 18285 18287 18008 0 -1 4194304 3435 0 0 0 92 76 0 0 25 0 1 0 94854259 14782464 3417 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18287/statm: 3609 3417 105 274 0 3332 0
[pid=18289] ppid=18287 vsize=5356 CPUtime=0
/proc/18289/stat : 18289 (sh) S 18287 18287 18008 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 94854429 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18289/statm: 1339 232 193 169 0 50 0
[pid=18290] ppid=18289 vsize=43992 CPUtime=220.47
/proc/18290/stat : 18290 (minisat) R 18289 18287 18008 0 -1 4194304 11133 0 0 0 22039 8 0 0 25 0 1 0 94854429 45047808 10665 1992294400 134512640 135243223 4294956304 18446744073709551615 134555548 0 0 4096 3 0 0 0 17 0 0 0
/proc/18290/statm: 10998 10665 85 178 0 10818 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 63784

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/68 18290
/proc/meminfo: memFree=1610272/2055920 swapFree=4181424/4192956
[pid=18287] ppid=18285 vsize=14436 CPUtime=1.68
/proc/18287/stat : 18287 (IUT_BMB_SAT) S 18285 18287 18008 0 -1 4194304 3435 0 0 0 92 76 0 0 25 0 1 0 94854259 14782464 3417 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18287/statm: 3609 3417 105 274 0 3332 0
[pid=18289] ppid=18287 vsize=5356 CPUtime=0
/proc/18289/stat : 18289 (sh) S 18287 18287 18008 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 94854429 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18289/statm: 1339 232 193 169 0 50 0
[pid=18290] ppid=18289 vsize=48764 CPUtime=280.44
/proc/18290/stat : 18290 (minisat) R 18289 18287 18008 0 -1 4194304 12286 0 0 0 28035 9 0 0 25 0 1 0 94854429 49934336 11818 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/18290/statm: 12191 11818 85 178 0 12011 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 68556


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

/proc/meminfo: memFree=1584608/2055920 swapFree=4181424/4192956
[pid=18287] ppid=18285 vsize=14436 CPUtime=1.68
/proc/18287/stat : 18287 (IUT_BMB_SAT) S 18285 18287 18008 0 -1 4194304 3435 0 0 0 92 76 0 0 25 0 1 0 94854259 14782464 3417 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18287/statm: 3609 3417 105 274 0 3332 0
[pid=18289] ppid=18287 vsize=5356 CPUtime=0
/proc/18289/stat : 18289 (sh) S 18287 18287 18008 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 94854429 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18289/statm: 1339 232 193 169 0 50 0
[pid=18290] ppid=18289 vsize=75240 CPUtime=760.19
/proc/18290/stat : 18290 (minisat) R 18289 18287 18008 0 -1 4194304 18624 0 0 0 76003 16 0 0 25 0 1 0 94854429 77045760 18132 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/18290/statm: 18810 18132 85 178 0 18630 0
Current children cumulated CPU time (s) 761.87
Current children cumulated vsize (KiB) 95032

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/68 18290
/proc/meminfo: memFree=1582112/2055920 swapFree=4181424/4192956
[pid=18287] ppid=18285 vsize=14436 CPUtime=1.68
/proc/18287/stat : 18287 (IUT_BMB_SAT) S 18285 18287 18008 0 -1 4194304 3435 0 0 0 92 76 0 0 25 0 1 0 94854259 14782464 3417 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18287/statm: 3609 3417 105 274 0 3332 0
[pid=18289] ppid=18287 vsize=5356 CPUtime=0
/proc/18289/stat : 18289 (sh) S 18287 18287 18008 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 94854429 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18289/statm: 1339 232 193 169 0 50 0
[pid=18290] ppid=18289 vsize=78048 CPUtime=820.15
/proc/18290/stat : 18290 (minisat) R 18289 18287 18008 0 -1 4194304 19259 0 0 0 81998 17 0 0 25 0 1 0 94854429 79921152 18751 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/18290/statm: 19512 18751 85 178 0 19332 0
Current children cumulated CPU time (s) 821.83
Current children cumulated vsize (KiB) 97840

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/68 18290
/proc/meminfo: memFree=1579040/2055920 swapFree=4181424/4192956
[pid=18287] ppid=18285 vsize=14436 CPUtime=1.68
/proc/18287/stat : 18287 (IUT_BMB_SAT) S 18285 18287 18008 0 -1 4194304 3435 0 0 0 92 76 0 0 25 0 1 0 94854259 14782464 3417 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18287/statm: 3609 3417 105 274 0 3332 0
[pid=18289] ppid=18287 vsize=5356 CPUtime=0
/proc/18289/stat : 18289 (sh) S 18287 18287 18008 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 94854429 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18289/statm: 1339 232 193 169 0 50 0
[pid=18290] ppid=18289 vsize=80960 CPUtime=880.12
/proc/18290/stat : 18290 (minisat) R 18289 18287 18008 0 -1 4194304 20013 0 0 0 87994 18 0 0 25 0 1 0 94854429 82903040 19496 1992294400 134512640 135243223 4294956304 18446744073709551615 134555719 0 0 4096 3 0 0 0 17 0 0 0
/proc/18290/statm: 20240 19496 85 178 0 20060 0
Current children cumulated CPU time (s) 881.8
Current children cumulated vsize (KiB) 100752

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/68 18290
/proc/meminfo: memFree=1576672/2055920 swapFree=4181424/4192956
[pid=18287] ppid=18285 vsize=14436 CPUtime=1.68
/proc/18287/stat : 18287 (IUT_BMB_SAT) S 18285 18287 18008 0 -1 4194304 3435 0 0 0 92 76 0 0 25 0 1 0 94854259 14782464 3417 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18287/statm: 3609 3417 105 274 0 3332 0
[pid=18289] ppid=18287 vsize=5356 CPUtime=0
/proc/18289/stat : 18289 (sh) S 18287 18287 18008 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 94854429 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18289/statm: 1339 232 193 169 0 50 0
[pid=18290] ppid=18289 vsize=83552 CPUtime=940.09
/proc/18290/stat : 18290 (minisat) R 18289 18287 18008 0 -1 4194304 20610 0 0 0 93991 18 0 0 25 0 1 0 94854429 85557248 20093 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/18290/statm: 20888 20093 85 178 0 20708 0
Current children cumulated CPU time (s) 941.77
Current children cumulated vsize (KiB) 103344

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 18290
/proc/meminfo: memFree=1574112/2055920 swapFree=4181424/4192956
[pid=18287] ppid=18285 vsize=14436 CPUtime=1.68
/proc/18287/stat : 18287 (IUT_BMB_SAT) S 18285 18287 18008 0 -1 4194304 3435 0 0 0 92 76 0 0 25 0 1 0 94854259 14782464 3417 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18287/statm: 3609 3417 105 274 0 3332 0
[pid=18289] ppid=18287 vsize=5356 CPUtime=0
/proc/18289/stat : 18289 (sh) S 18287 18287 18008 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 94854429 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18289/statm: 1339 232 193 169 0 50 0
[pid=18290] ppid=18289 vsize=86024 CPUtime=1000.05
/proc/18290/stat : 18290 (minisat) R 18289 18287 18008 0 -1 4194304 21267 0 0 0 99986 19 0 0 25 0 1 0 94854429 88088576 20702 1992294400 134512640 135243223 4294956304 18446744073709551615 134555628 0 0 4096 3 0 0 0 17 1 0 0
/proc/18290/statm: 21506 20702 85 178 0 21326 0
Current children cumulated CPU time (s) 1001.73
Current children cumulated vsize (KiB) 105816

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 18290
/proc/meminfo: memFree=1572384/2055920 swapFree=4181424/4192956
[pid=18287] ppid=18285 vsize=14436 CPUtime=1.68
/proc/18287/stat : 18287 (IUT_BMB_SAT) S 18285 18287 18008 0 -1 4194304 3435 0 0 0 92 76 0 0 25 0 1 0 94854259 14782464 3417 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18287/statm: 3609 3417 105 274 0 3332 0
[pid=18289] ppid=18287 vsize=5356 CPUtime=0
/proc/18289/stat : 18289 (sh) S 18287 18287 18008 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 94854429 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18289/statm: 1339 232 193 169 0 50 0
[pid=18290] ppid=18289 vsize=87736 CPUtime=1060.02
/proc/18290/stat : 18290 (minisat) R 18289 18287 18008 0 -1 4194304 21720 0 0 0 105982 20 0 0 25 0 1 0 94854429 89841664 21155 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/18290/statm: 21934 21155 85 178 0 21754 0
Current children cumulated CPU time (s) 1061.7
Current children cumulated vsize (KiB) 107528

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 18290
/proc/meminfo: memFree=1570848/2055920 swapFree=4181424/4192956
[pid=18287] ppid=18285 vsize=14436 CPUtime=1.68
/proc/18287/stat : 18287 (IUT_BMB_SAT) S 18285 18287 18008 0 -1 4194304 3435 0 0 0 92 76 0 0 25 0 1 0 94854259 14782464 3417 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18287/statm: 3609 3417 105 274 0 3332 0
[pid=18289] ppid=18287 vsize=5356 CPUtime=0
/proc/18289/stat : 18289 (sh) S 18287 18287 18008 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 94854429 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18289/statm: 1339 232 193 169 0 50 0
[pid=18290] ppid=18289 vsize=89844 CPUtime=1119.99
/proc/18290/stat : 18290 (minisat) R 18289 18287 18008 0 -1 4194304 22105 0 0 0 111979 20 0 0 25 0 1 0 94854429 92000256 21540 1992294400 134512640 135243223 4294956304 18446744073709551615 134555632 0 0 4096 3 0 0 0 17 0 0 0
/proc/18290/statm: 22461 21540 85 178 0 22281 0
Current children cumulated CPU time (s) 1121.67
Current children cumulated vsize (KiB) 109636

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 18290
/proc/meminfo: memFree=1568416/2055920 swapFree=4181424/4192956
[pid=18287] ppid=18285 vsize=14436 CPUtime=1.68
/proc/18287/stat : 18287 (IUT_BMB_SAT) S 18285 18287 18008 0 -1 4194304 3435 0 0 0 92 76 0 0 25 0 1 0 94854259 14782464 3417 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18287/statm: 3609 3417 105 274 0 3332 0
[pid=18289] ppid=18287 vsize=5356 CPUtime=0
/proc/18289/stat : 18289 (sh) S 18287 18287 18008 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 94854429 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18289/statm: 1339 232 193 169 0 50 0
[pid=18290] ppid=18289 vsize=92328 CPUtime=1179.95
/proc/18290/stat : 18290 (minisat) R 18289 18287 18008 0 -1 4194304 22720 0 0 0 117974 21 0 0 25 0 1 0 94854429 94543872 22147 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/18290/statm: 23082 22147 85 178 0 22902 0
Current children cumulated CPU time (s) 1181.63
Current children cumulated vsize (KiB) 112120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 18290
/proc/meminfo: memFree=1567520/2055920 swapFree=4181424/4192956
[pid=18287] ppid=18285 vsize=14436 CPUtime=1.68
/proc/18287/stat : 18287 (IUT_BMB_SAT) S 18285 18287 18008 0 -1 4194304 3435 0 0 0 92 76 0 0 25 0 1 0 94854259 14782464 3417 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18287/statm: 3609 3417 105 274 0 3332 0
[pid=18289] ppid=18287 vsize=5356 CPUtime=0
/proc/18289/stat : 18289 (sh) S 18287 18287 18008 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 94854429 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18289/statm: 1339 232 193 169 0 50 0
[pid=18290] ppid=18289 vsize=93120 CPUtime=1198.35
/proc/18290/stat : 18290 (minisat) R 18289 18287 18008 0 -1 4194304 22931 0 0 0 119814 21 0 0 25 0 1 0 94854429 95354880 22358 1992294400 134512640 135243223 4294956304 18446744073709551615 134555707 0 0 4096 3 0 0 0 17 0 0 0
/proc/18290/statm: 23280 22358 85 178 0 23100 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 112912

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: 1.00 1.00 1.00 2/68 18290
/proc/meminfo: memFree=1567520/2055920 swapFree=4181424/4192956
[pid=18287] ppid=18285 vsize=14436 CPUtime=1.68
/proc/18287/stat : 18287 (IUT_BMB_SAT) S 18285 18287 18008 0 -1 4194304 3435 0 0 0 92 76 0 0 25 0 1 0 94854259 14782464 3417 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/18287/statm: 3609 3417 105 274 0 3332 0
[pid=18289] ppid=18287 vsize=5356 CPUtime=0
/proc/18289/stat : 18289 (sh) S 18287 18287 18008 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 94854429 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18289/statm: 1339 232 193 169 0 50 0
[pid=18290] ppid=18289 vsize=93120 CPUtime=1198.35
/proc/18290/stat : 18290 (minisat) R 18289 18287 18008 0 -1 4194304 22931 0 0 0 119814 21 0 0 25 0 1 0 94854429 95354880 22358 1992294400 134512640 135243223 4294956304 18446744073709551615 134555707 0 0 4096 3 0 0 0 17 0 0 0
/proc/18290/statm: 23280 22358 85 178 0 23100 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 112912

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18287 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=932858
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=771882
# CPU time returned by wait4() is 1.70474
# while last known CPU time is 1200.03
#
# 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.03
CPU user time (s): 1199.06
CPU system time (s): 0.97
CPU usage (%): 99.9424
Max. virtual memory (cumulated for all children) (KiB): 112912

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

runsolver used 1.13483 second user time and 3.24351 second system time

The end

Launcher Data

Begin job on node77 at 2009-04-25 16:03:59
IDJOB=1721664
IDBENCH=71074
IDSOLVER=523
FILE ID=node77/1721664-1240668239
PBS_JOBID= 9186573
Free space on /tmp= 66208 MiB

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

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

MD5SUM BENCH= 238f1788225c41f1f5779700e39b5833
RANDOM SEED=1258705563

node77.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.270
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.270
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1675224 kB
Buffers:         25340 kB
Cached:         284496 kB
SwapCached:       5412 kB
Active:          83380 kB
Inactive:       234352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1675224 kB
SwapTotal:     4192956 kB
SwapFree:      4181424 kB
Dirty:            5688 kB
Writeback:           0 kB
Mapped:          13512 kB
Slab:            49012 kB
Committed_AS:   404400 kB
PageTables:       1380 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= 66204 MiB
End job on node77 at 2009-04-25 16:24:02