Trace number 1807675

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

General information on the benchmark

NameCRAFTED/sgi/
new-difficult-28-302-26-75.cnf
MD5SUMc8a761b6d0b0b208363324b0ab04d363
Bench CategoryCRAFTED (crafted 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 variables728
Number of clauses48442
Sum of the clauses size97560
Maximum clause length28
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 248416
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 526

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
0.69/0.76	This is MiniSat 2.0 beta
0.69/0.76	WARNING: for repeatability, setting FPU to use double precision
0.69/0.76	============================[ Problem Statistics ]=============================
0.69/0.76	|                                                                             |
0.69/0.76	|  Number of variables:  728                                                  |
0.69/0.76	|  Number of clauses:    48442                                                |
0.69/0.78	|  Parsing time:         0.02         s                                       |
0.69/0.78	============================[ Search Statistics ]==============================
0.69/0.78	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.69/0.78	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.69/0.78	===============================================================================
0.69/0.78	|         0 |     728    48442    97560 |    16147        0    nan |  0.000 % |
0.69/0.78	|       102 |     728    48442    97560 |    17762      102    122 |  0.000 % |
0.69/0.79	|       252 |     728    48442    97560 |    19538      252    125 |  0.000 % |
0.75/0.81	|       477 |     728    48442    97560 |    21492      477    148 |  0.000 % |
0.75/0.83	|       814 |     728    48442    97560 |    23641      814    168 |  0.000 % |
0.75/0.88	|      1322 |     728    48442    97560 |    26005     1322    177 |  0.000 % |
0.75/0.98	|      2081 |     728    48442    97560 |    28605     2081    177 |  0.000 % |
1.08/1.15	|      3222 |     728    48442    97560 |    31466     3222    176 |  0.000 % |
1.48/1.51	|      4930 |     728    48442    97560 |    34613     4930    178 |  0.000 % |
2.18/2.27	|      7494 |     728    48442    97560 |    38074     7494    180 |  0.000 % |
4.58/4.62	|     11341 |     728    48442    97560 |    41882    11341    179 |  0.000 % |
10.38/10.45	|     17107 |     728    48442    97560 |    46070    17107    177 |  0.000 % |
18.57/18.62	|     25756 |     728    48442    97560 |    50677    25756    180 |  0.000 % |
36.27/36.31	|     38732 |     728    48442    97560 |    55744    38732    178 |  0.000 % |
114.13/114.20	|     58194 |     728    48442    97560 |    61319    18177    170 |  0.000 % |
160.21/160.36	|     87386 |     728    48442    97560 |    67451    47369    178 |  0.000 % |
236.78/236.97	|    131175 |     728    48442    97560 |    74196    41908    179 |  0.000 % |
373.73/373.93	|    196859 |     728    48442    97560 |    81616    50311    175 |  0.000 % |
663.01/663.38	|    295387 |     728    48442    97560 |    89777    21535    146 |  0.000 % |
1050.23/1050.76	|    443179 |     728    48442    97560 |    98755    24386    179 |  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-1807675-1242160436/watcher-1807675-1242160436 -o /tmp/evaluation-result-1807675-1242160436/solver-1807675-1242160436 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1807675-1242160436.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: 1.07 1.02 0.97 3/64 22117
/proc/meminfo: memFree=1349272/2055920 swapFree=4191900/4192956
[pid=22117] ppid=22115 vsize=1852 CPUtime=0
/proc/22117/stat : 22117 (IUT_BMB_SIM) R 22115 22117 21954 0 -1 4194304 190 0 0 0 0 0 0 0 18 0 1 0 244077597 1896448 173 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/22117/statm: 463 174 92 274 0 186 0

[startup+0.0564951 s]
/proc/loadavg: 1.07 1.02 0.97 3/64 22117
/proc/meminfo: memFree=1349272/2055920 swapFree=4191900/4192956
[pid=22117] ppid=22115 vsize=2836 CPUtime=0.05
/proc/22117/stat : 22117 (IUT_BMB_SIM) R 22115 22117 21954 0 -1 4194304 518 0 0 0 5 0 0 0 18 0 1 0 244077597 2904064 501 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/22117/statm: 709 501 99 274 0 432 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2836

[startup+0.101498 s]
/proc/loadavg: 1.07 1.02 0.97 3/64 22117
/proc/meminfo: memFree=1349272/2055920 swapFree=4191900/4192956
[pid=22117] ppid=22115 vsize=3496 CPUtime=0.09
/proc/22117/stat : 22117 (IUT_BMB_SIM) R 22115 22117 21954 0 -1 4194304 687 0 0 0 9 0 0 0 18 0 1 0 244077597 3579904 670 1992294400 134512640 135635349 4294956224 18446744073709551615 134532180 0 0 4096 0 0 0 0 17 0 0 0
/proc/22117/statm: 874 670 99 274 0 597 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3496

[startup+0.301514 s]
/proc/loadavg: 1.07 1.02 0.97 3/64 22117
/proc/meminfo: memFree=1349272/2055920 swapFree=4191900/4192956
[pid=22117] ppid=22115 vsize=6664 CPUtime=0.29
/proc/22117/stat : 22117 (IUT_BMB_SIM) R 22115 22117 21954 0 -1 4194304 1489 0 0 0 29 0 0 0 19 0 1 0 244077597 6823936 1472 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/22117/statm: 1666 1473 99 274 0 1389 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6664

[startup+0.701547 s]
/proc/loadavg: 1.07 1.02 0.97 3/64 22117
/proc/meminfo: memFree=1349272/2055920 swapFree=4191900/4192956
[pid=22117] ppid=22115 vsize=10624 CPUtime=0.69
/proc/22117/stat : 22117 (IUT_BMB_SIM) R 22115 22117 21954 0 -1 4194304 2494 0 0 0 56 13 0 0 23 0 1 0 244077597 10878976 2477 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 0 0 0
/proc/22117/statm: 2656 2477 101 274 0 2379 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10624

[startup+1.50162 s]
/proc/loadavg: 1.07 1.02 0.97 2/66 22119
/proc/meminfo: memFree=1334920/2055920 swapFree=4191900/4192956
[pid=22117] ppid=22115 vsize=10624 CPUtime=0.75
/proc/22117/stat : 22117 (IUT_BMB_SIM) S 22115 22117 21954 0 -1 4194304 2500 0 0 0 57 18 0 0 24 0 1 0 244077597 10878976 2482 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22117/statm: 2656 2482 106 274 0 2379 0
[pid=22119] ppid=22117 vsize=7620 CPUtime=0.73
/proc/22119/stat : 22119 (minisat) R 22117 22117 21954 0 -1 4194304 1909 0 0 0 73 0 0 0 23 0 1 0 244077673 7802880 1659 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/22119/statm: 1905 1659 77 170 0 1733 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 18244

[startup+3.10274 s]
/proc/loadavg: 1.07 1.02 0.97 2/66 22119
/proc/meminfo: memFree=1330952/2055920 swapFree=4191900/4192956
[pid=22117] ppid=22115 vsize=10624 CPUtime=0.75
/proc/22117/stat : 22117 (IUT_BMB_SIM) S 22115 22117 21954 0 -1 4194304 2500 0 0 0 57 18 0 0 24 0 1 0 244077597 10878976 2482 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22117/statm: 2656 2482 106 274 0 2379 0
[pid=22119] ppid=22117 vsize=11056 CPUtime=2.33
/proc/22119/stat : 22119 (minisat) R 22117 22117 21954 0 -1 4194304 2778 0 0 0 232 1 0 0 25 0 1 0 244077673 11321344 2528 1992294400 134512640 135212939 4294956320 18446744073709551615 134526732 0 0 4096 3 0 0 0 17 0 0 0
/proc/22119/statm: 2764 2528 77 170 0 2592 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 21680

[startup+6.302 s]
/proc/loadavg: 1.07 1.02 0.97 2/66 22119
/proc/meminfo: memFree=1326344/2055920 swapFree=4191900/4192956
[pid=22117] ppid=22115 vsize=10624 CPUtime=0.75
/proc/22117/stat : 22117 (IUT_BMB_SIM) S 22115 22117 21954 0 -1 4194304 2500 0 0 0 57 18 0 0 24 0 1 0 244077597 10878976 2482 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22117/statm: 2656 2482 106 274 0 2379 0
[pid=22119] ppid=22117 vsize=14500 CPUtime=5.52
/proc/22119/stat : 22119 (minisat) R 22117 22117 21954 0 -1 4194304 3637 0 0 0 550 2 0 0 25 0 1 0 244077673 14848000 3387 1992294400 134512640 135212939 4294956320 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/22119/statm: 3625 3387 77 170 0 3453 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 25124

[startup+12.7015 s]
/proc/loadavg: 1.06 1.02 0.97 2/66 22119
/proc/meminfo: memFree=1321864/2055920 swapFree=4191900/4192956
[pid=22117] ppid=22115 vsize=10624 CPUtime=0.75
/proc/22117/stat : 22117 (IUT_BMB_SIM) S 22115 22117 21954 0 -1 4194304 2500 0 0 0 57 18 0 0 24 0 1 0 244077597 10878976 2482 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22117/statm: 2656 2482 106 274 0 2379 0
[pid=22119] ppid=22117 vsize=18700 CPUtime=11.92
/proc/22119/stat : 22119 (minisat) R 22117 22117 21954 0 -1 4194304 4666 0 0 0 1189 3 0 0 25 0 1 0 244077673 19148800 4416 1992294400 134512640 135212939 4294956320 18446744073709551615 134526732 0 0 4096 3 0 0 0 17 0 0 0
/proc/22119/statm: 4675 4416 77 170 0 4503 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 29324

[startup+25.5016 s]
/proc/loadavg: 1.05 1.02 0.97 2/66 22119
/proc/meminfo: memFree=1312456/2055920 swapFree=4191900/4192956
[pid=22117] ppid=22115 vsize=10624 CPUtime=0.75
/proc/22117/stat : 22117 (IUT_BMB_SIM) S 22115 22117 21954 0 -1 4194304 2500 0 0 0 57 18 0 0 24 0 1 0 244077597 10878976 2482 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22117/statm: 2656 2482 106 274 0 2379 0
[pid=22119] ppid=22117 vsize=27920 CPUtime=24.71
/proc/22119/stat : 22119 (minisat) R 22117 22117 21954 0 -1 4194304 6975 0 0 0 2466 5 0 0 25 0 1 0 244077673 28590080 6725 1992294400 134512640 135212939 4294956320 18446744073709551615 134526732 0 0 4096 3 0 0 0 17 0 0 0
/proc/22119/statm: 6980 6725 77 170 0 6808 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 38544

[startup+51.1017 s]
/proc/loadavg: 1.03 1.02 0.97 2/66 22119
/proc/meminfo: memFree=1300936/2055920 swapFree=4191900/4192956
[pid=22117] ppid=22115 vsize=10624 CPUtime=0.75
/proc/22117/stat : 22117 (IUT_BMB_SIM) S 22115 22117 21954 0 -1 4194304 2500 0 0 0 57 18 0 0 24 0 1 0 244077597 10878976 2482 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22117/statm: 2656 2482 106 274 0 2379 0
[pid=22119] ppid=22117 vsize=39708 CPUtime=50.31
/proc/22119/stat : 22119 (minisat) R 22117 22117 21954 0 -1 4194304 9867 0 0 0 5023 8 0 0 25 0 1 0 244077673 40660992 9617 1992294400 134512640 135212939 4294956320 18446744073709551615 134526741 0 0 4096 3 0 0 0 17 0 0 0
/proc/22119/statm: 9927 9617 77 170 0 9755 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 50332

[startup+102.306 s]
/proc/loadavg: 1.01 1.02 0.97 2/66 22119
/proc/meminfo: memFree=1293192/2055920 swapFree=4191900/4192956
[pid=22117] ppid=22115 vsize=10624 CPUtime=0.75
/proc/22117/stat : 22117 (IUT_BMB_SIM) S 22115 22117 21954 0 -1 4194304 2500 0 0 0 57 18 0 0 24 0 1 0 244077597 10878976 2482 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22117/statm: 2656 2482 106 274 0 2379 0
[pid=22119] ppid=22117 vsize=47364 CPUtime=101.49
/proc/22119/stat : 22119 (minisat) R 22117 22117 21954 0 -1 4194304 11742 0 0 0 10140 9 0 0 25 0 1 0 244077673 48500736 11492 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/22119/statm: 11841 11492 77 170 0 11669 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 57988

[startup+162.302 s]
/proc/loadavg: 1.00 1.01 0.97 2/66 22119
/proc/meminfo: memFree=1290504/2055920 swapFree=4191900/4192956
[pid=22117] ppid=22115 vsize=10624 CPUtime=0.75
/proc/22117/stat : 22117 (IUT_BMB_SIM) S 22115 22117 21954 0 -1 4194304 2500 0 0 0 57 18 0 0 24 0 1 0 244077597 10878976 2482 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22117/statm: 2656 2482 106 274 0 2379 0
[pid=22119] ppid=22117 vsize=50084 CPUtime=161.46
/proc/22119/stat : 22119 (minisat) R 22117 22117 21954 0 -1 4194304 12420 0 0 0 16136 10 0 0 25 0 1 0 244077673 51286016 12170 1992294400 134512640 135212939 4294956320 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/22119/statm: 12521 12170 77 170 0 12349 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 60708

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 22119
/proc/meminfo: memFree=1280392/2055920 swapFree=4191900/4192956
[pid=22117] ppid=22115 vsize=10624 CPUtime=0.75
/proc/22117/stat : 22117 (IUT_BMB_SIM) S 22115 22117 21954 0 -1 4194304 2500 0 0 0 57 18 0 0 24 0 1 0 244077597 10878976 2482 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22117/statm: 2656 2482 106 274 0 2379 0
[pid=22119] ppid=22117 vsize=60488 CPUtime=221.43
/proc/22119/stat : 22119 (minisat) R 22117 22117 21954 0 -1 4194304 14945 0 0 0 22130 13 0 0 25 0 1 0 244077673 61939712 14695 1992294400 134512640 135212939 4294956320 18446744073709551615 134529332 0 0 4096 3 0 0 0 17 0 0 0
/proc/22119/statm: 15122 14695 77 170 0 14950 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 71112

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 22119
/proc/meminfo: memFree=1280136/2055920 swapFree=4191900/4192956
[pid=22117] ppid=22115 vsize=10624 CPUtime=0.75
/proc/22117/stat : 22117 (IUT_BMB_SIM) S 22115 22117 21954 0 -1 4194304 2500 0 0 0 57 18 0 0 24 0 1 0 244077597 10878976 2482 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22117/statm: 2656 2482 106 274 0 2379 0
[pid=22119] ppid=22117 vsize=60664 CPUtime=281.41
/proc/22119/stat : 22119 (minisat) R 22117 22117 21954 0 -1 4194304 15004 0 0 0 28128 13 0 0 25 0 1 0 244077673 62119936 14754 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/22119/statm: 15166 14754 77 170 0 14994 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 71288

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 22121
/proc/meminfo: memFree=1272968/2055920 swapFree=4191900/4192956
[pid=22117] ppid=22115 vsize=10624 CPUtime=0.75
/proc/22117/stat : 22117 (IUT_BMB_SIM) S 22115 22117 21954 0 -1 4194304 2500 0 0 0 57 18 0 0 24 0 1 0 244077597 10878976 2482 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22117/statm: 2656 2482 106 274 0 2379 0
[pid=22119] ppid=22117 vsize=67784 CPUtime=341.37
/proc/22119/stat : 22119 (minisat) R 22117 22117 21954 0 -1 4194304 16743 0 0 0 34123 14 0 0 25 0 1 0 244077673 69410816 16493 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22119/statm: 16946 16493 77 170 0 16774 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 78408

[startup+402.301 s]
/proc/loadavg: 1.03 1.01 0.98 2/66 22121
/proc/meminfo: memFree=1272968/2055920 swapFree=4191900/4192956
[pid=22117] ppid=22115 vsize=10624 CPUtime=0.75
/proc/22117/stat : 22117 (IUT_BMB_SIM) S 22115 22117 21954 0 -1 4194304 2500 0 0 0 57 18 0 0 24 0 1 0 244077597 10878976 2482 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22117/statm: 2656 2482 106 274 0 2379 0
[pid=22119] ppid=22117 vsize=67784 CPUtime=401.36
/proc/22119/stat : 22119 (minisat) R 22117 22117 21954 0 -1 4194304 16744 0 0 0 40121 15 0 0 25 0 1 0 244077673 69410816 16494 1992294400 134512640 135212939 4294956320 18446744073709551615 134526854 0 0 4096 3 0 0 0 17 0 0 0
/proc/22119/statm: 16946 16494 77 170 0 16774 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 78408

[startup+462.301 s]

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

/proc/22119/statm: 19371 18803 77 170 0 19199 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 88108

[startup+582.302 s]
/proc/loadavg: 1.01 1.02 0.99 2/66 22121
/proc/meminfo: memFree=1263752/2055920 swapFree=4191900/4192956
[pid=22117] ppid=22115 vsize=10624 CPUtime=0.75
/proc/22117/stat : 22117 (IUT_BMB_SIM) S 22115 22117 21954 0 -1 4194304 2500 0 0 0 57 18 0 0 24 0 1 0 244077597 10878976 2482 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22117/statm: 2656 2482 106 274 0 2379 0
[pid=22119] ppid=22117 vsize=77672 CPUtime=581.28
/proc/22119/stat : 22119 (minisat) R 22117 22117 21954 0 -1 4194304 19090 0 0 0 58112 16 0 0 25 0 1 0 244077673 79536128 18840 1992294400 134512640 135212939 4294956320 18446744073709551615 134526732 0 0 4096 3 0 0 0 17 0 0 0
/proc/22119/statm: 19418 18840 77 170 0 19246 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 88296

[startup+642.302 s]
/proc/loadavg: 1.00 1.01 0.99 2/66 22121
/proc/meminfo: memFree=1262856/2055920 swapFree=4191900/4192956
[pid=22117] ppid=22115 vsize=10624 CPUtime=0.75
/proc/22117/stat : 22117 (IUT_BMB_SIM) S 22115 22117 21954 0 -1 4194304 2500 0 0 0 57 18 0 0 24 0 1 0 244077597 10878976 2482 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22117/statm: 2656 2482 106 274 0 2379 0
[pid=22119] ppid=22117 vsize=78740 CPUtime=641.27
/proc/22119/stat : 22119 (minisat) R 22117 22117 21954 0 -1 4194304 19303 0 0 0 64110 17 0 0 25 0 1 0 244077673 80629760 19053 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22119/statm: 19685 19053 77 170 0 19513 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 89364

[startup+702.302 s]
/proc/loadavg: 1.00 1.01 0.99 2/66 22121
/proc/meminfo: memFree=1262600/2055920 swapFree=4191900/4192956
[pid=22117] ppid=22115 vsize=10624 CPUtime=0.75
/proc/22117/stat : 22117 (IUT_BMB_SIM) S 22115 22117 21954 0 -1 4194304 2500 0 0 0 57 18 0 0 24 0 1 0 244077597 10878976 2482 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22117/statm: 2656 2482 106 274 0 2379 0
[pid=22119] ppid=22117 vsize=78952 CPUtime=701.24
/proc/22119/stat : 22119 (minisat) R 22117 22117 21954 0 -1 4194304 19363 0 0 0 70107 17 0 0 25 0 1 0 244077673 80846848 19113 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22119/statm: 19738 19113 77 170 0 19566 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 89576

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 22121
/proc/meminfo: memFree=1262536/2055920 swapFree=4191900/4192956
[pid=22117] ppid=22115 vsize=10624 CPUtime=0.75
/proc/22117/stat : 22117 (IUT_BMB_SIM) S 22115 22117 21954 0 -1 4194304 2500 0 0 0 57 18 0 0 24 0 1 0 244077597 10878976 2482 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22117/statm: 2656 2482 106 274 0 2379 0
[pid=22119] ppid=22117 vsize=78952 CPUtime=761.23
/proc/22119/stat : 22119 (minisat) R 22117 22117 21954 0 -1 4194304 19366 0 0 0 76106 17 0 0 25 0 1 0 244077673 80846848 19116 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22119/statm: 19738 19116 77 170 0 19566 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 89576

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 22121
/proc/meminfo: memFree=1262536/2055920 swapFree=4191900/4192956
[pid=22117] ppid=22115 vsize=10624 CPUtime=0.75
/proc/22117/stat : 22117 (IUT_BMB_SIM) S 22115 22117 21954 0 -1 4194304 2500 0 0 0 57 18 0 0 24 0 1 0 244077597 10878976 2482 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22117/statm: 2656 2482 106 274 0 2379 0
[pid=22119] ppid=22117 vsize=78952 CPUtime=821.2
/proc/22119/stat : 22119 (minisat) R 22117 22117 21954 0 -1 4194304 19385 0 0 0 82103 17 0 0 25 0 1 0 244077673 80846848 19135 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/22119/statm: 19738 19135 77 170 0 19566 0
Current children cumulated CPU time (s) 821.95
Current children cumulated vsize (KiB) 89576

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 22121
/proc/meminfo: memFree=1262408/2055920 swapFree=4191900/4192956
[pid=22117] ppid=22115 vsize=10624 CPUtime=0.75
/proc/22117/stat : 22117 (IUT_BMB_SIM) S 22115 22117 21954 0 -1 4194304 2500 0 0 0 57 18 0 0 24 0 1 0 244077597 10878976 2482 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22117/statm: 2656 2482 106 274 0 2379 0
[pid=22119] ppid=22117 vsize=78952 CPUtime=881.15
/proc/22119/stat : 22119 (minisat) R 22117 22117 21954 0 -1 4194304 19400 0 0 0 88098 17 0 0 25 0 1 0 244077673 80846848 19150 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22119/statm: 19738 19150 77 170 0 19566 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 89576

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 22121
/proc/meminfo: memFree=1262344/2055920 swapFree=4191900/4192956
[pid=22117] ppid=22115 vsize=10624 CPUtime=0.75
/proc/22117/stat : 22117 (IUT_BMB_SIM) S 22115 22117 21954 0 -1 4194304 2500 0 0 0 57 18 0 0 24 0 1 0 244077597 10878976 2482 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22117/statm: 2656 2482 106 274 0 2379 0
[pid=22119] ppid=22117 vsize=79116 CPUtime=941.14
/proc/22119/stat : 22119 (minisat) R 22117 22117 21954 0 -1 4194304 19433 0 0 0 94096 18 0 0 25 0 1 0 244077673 81014784 19183 1992294400 134512640 135212939 4294956320 18446744073709551615 134526732 0 0 4096 3 0 0 0 17 0 0 0
/proc/22119/statm: 19779 19183 77 170 0 19607 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 89740

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 22121
/proc/meminfo: memFree=1262088/2055920 swapFree=4191900/4192956
[pid=22117] ppid=22115 vsize=10624 CPUtime=0.75
/proc/22117/stat : 22117 (IUT_BMB_SIM) S 22115 22117 21954 0 -1 4194304 2500 0 0 0 57 18 0 0 24 0 1 0 244077597 10878976 2482 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22117/statm: 2656 2482 106 274 0 2379 0
[pid=22119] ppid=22117 vsize=79280 CPUtime=1001.12
/proc/22119/stat : 22119 (minisat) R 22117 22117 21954 0 -1 4194304 19481 0 0 0 100094 18 0 0 25 0 1 0 244077673 81182720 19231 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22119/statm: 19820 19231 77 170 0 19648 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 89904

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 22121
/proc/meminfo: memFree=1258568/2055920 swapFree=4191900/4192956
[pid=22117] ppid=22115 vsize=10624 CPUtime=0.75
/proc/22117/stat : 22117 (IUT_BMB_SIM) S 22115 22117 21954 0 -1 4194304 2500 0 0 0 57 18 0 0 24 0 1 0 244077597 10878976 2482 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22117/statm: 2656 2482 106 274 0 2379 0
[pid=22119] ppid=22117 vsize=83252 CPUtime=1061.07
/proc/22119/stat : 22119 (minisat) R 22117 22117 21954 0 -1 4194304 20367 0 0 0 106088 19 0 0 25 0 1 0 244077673 85250048 20117 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22119/statm: 20813 20117 77 170 0 20641 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 93876

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 22121
/proc/meminfo: memFree=1258504/2055920 swapFree=4191900/4192956
[pid=22117] ppid=22115 vsize=10624 CPUtime=0.75
/proc/22117/stat : 22117 (IUT_BMB_SIM) S 22115 22117 21954 0 -1 4194304 2500 0 0 0 57 18 0 0 24 0 1 0 244077597 10878976 2482 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22117/statm: 2656 2482 106 274 0 2379 0
[pid=22119] ppid=22117 vsize=83252 CPUtime=1121.05
/proc/22119/stat : 22119 (minisat) R 22117 22117 21954 0 -1 4194304 20369 0 0 0 112086 19 0 0 25 0 1 0 244077673 85250048 20119 1992294400 134512640 135212939 4294956320 18446744073709551615 134526732 0 0 4096 3 0 0 0 17 0 0 0
/proc/22119/statm: 20813 20119 77 170 0 20641 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 93876

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 22121
/proc/meminfo: memFree=1258504/2055920 swapFree=4191900/4192956
[pid=22117] ppid=22115 vsize=10624 CPUtime=0.75
/proc/22117/stat : 22117 (IUT_BMB_SIM) S 22115 22117 21954 0 -1 4194304 2500 0 0 0 57 18 0 0 24 0 1 0 244077597 10878976 2482 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22117/statm: 2656 2482 106 274 0 2379 0
[pid=22119] ppid=22117 vsize=83252 CPUtime=1181.03
/proc/22119/stat : 22119 (minisat) R 22117 22117 21954 0 -1 4194304 20372 0 0 0 118084 19 0 0 25 0 1 0 244077673 85250048 20122 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22119/statm: 20813 20122 77 170 0 20641 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 93876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 22121
/proc/meminfo: memFree=1258440/2055920 swapFree=4191900/4192956
[pid=22117] ppid=22115 vsize=10624 CPUtime=0.75
/proc/22117/stat : 22117 (IUT_BMB_SIM) S 22115 22117 21954 0 -1 4194304 2500 0 0 0 57 18 0 0 24 0 1 0 244077597 10878976 2482 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22117/statm: 2656 2482 106 274 0 2379 0
[pid=22119] ppid=22117 vsize=83252 CPUtime=1199.31
/proc/22119/stat : 22119 (minisat) R 22117 22117 21954 0 -1 4194304 20379 0 0 0 119912 19 0 0 25 0 1 0 244077673 85250048 20129 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/22119/statm: 20813 20129 77 170 0 20641 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 93876

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 22117 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=570913
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=187971
# CPU time returned by wait4() is 0.758884
# while last known CPU time is 1200.06
#
# 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.06
CPU user time (s): 1199.69
CPU system time (s): 0.37
CPU usage (%): 99.9538
Max. virtual memory (cumulated for all children) (KiB): 93876

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

runsolver used 1.02284 second user time and 3.35349 second system time

The end

Launcher Data

Begin job on node3 at 2009-05-12 22:33:56
IDJOB=1807675
IDBENCH=71806
IDSOLVER=650
FILE ID=node3/1807675-1242160436
PBS_JOBID= 9289740
Free space on /tmp= 66236 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT09/CRAFTED/sgi/new-difficult-28-302-26-75.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1807675-1242160436/watcher-1807675-1242160436 -o /tmp/evaluation-result-1807675-1242160436/solver-1807675-1242160436 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1807675-1242160436.cnf HOME

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

MD5SUM BENCH= c8a761b6d0b0b208363324b0ab04d363
RANDOM SEED=2138087232

node3.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.212
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.212
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:       1349816 kB
Buffers:         69084 kB
Cached:         542180 kB
SwapCached:        260 kB
Active:          40492 kB
Inactive:       584484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1349816 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2708 kB
Writeback:           0 kB
Mapped:          22284 kB
Slab:            67236 kB
Committed_AS:   973540 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= 66236 MiB
End job on node3 at 2009-05-12 22:53:58