Trace number 1805939

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
IUT_BMB_SIM 1.0? (TO) 1200.08 1200.64

General information on the benchmark

Namecrafted/Hard/contest04/others/
CompositeRSA576.sat05-509.reshuffled-07.cnf
MD5SUM19fdeefb726e073f5c825136ceaf9e1b
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 variables166463
Number of clauses1654558
Sum of the clauses size7441050
Maximum clause length5
Minimum clause length1
Number of clauses of size 1866
Number of clauses of size 2165884
Number of clauses of size 3165312
Number of clauses of size 40
Number of clauses of size 51322496
Number of clauses of size over 50

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
20.78/20.89	This is MiniSat 2.0 beta
20.78/20.89	WARNING: for repeatability, setting FPU to use double precision
20.78/20.89	============================[ Problem Statistics ]=============================
20.78/20.89	|                                                                             |
20.78/20.89	|  Number of variables:  166463                                               |
20.78/20.89	|  Number of clauses:    1646490                                              |
22.77/22.84	|  Parsing time:         1.79         s                                       |
22.86/22.99	============================[ Search Statistics ]==============================
22.86/22.99	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
22.86/22.99	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
22.86/22.99	===============================================================================
22.86/22.99	|         0 |  166463  1645620  7400964 |   548540        0    nan |  0.000 % |
23.26/23.34	|       100 |  166460  1645620  7400964 |   603394       97     14 |  0.002 % |
23.56/23.64	|       251 |  166459  1645620  7400964 |   663733      247     13 |  0.002 % |
24.16/24.22	|       477 |  166458  1645620  7400964 |   730106      472     18 |  0.003 % |
24.46/24.52	|       815 |  166458  1645620  7400964 |   803117      810     37 |  0.003 % |
25.47/25.50	|      1321 |  166456  1645620  7400964 |   883429     1314     33 |  0.004 % |
27.47/27.59	|      2080 |  166454  1645620  7400964 |   971772     2071     41 |  0.005 % |
32.67/32.71	|      3219 |  166452  1645620  7400964 |  1068949     3208     49 |  0.007 % |
35.46/35.52	|      4928 |  166451  1645620  7400964 |  1175844     4916     45 |  0.007 % |
39.47/39.58	|      7492 |  166451  1645620  7400964 |  1293428     7480     43 |  0.007 % |
49.36/49.44	|     11336 |  166450  1645477  7400366 |  1422771    11323     47 |  0.008 % |
240.88/241.08	|     17103 |  166450  1645477  7400366 |  1565048    17090    114 |  0.008 % |
654.38/654.75	|     25752 |  166450  1645477  7400366 |  1721553    25739    138 |  0.008 % |
1091.31/1091.88	|     38726 |  166450  1645477  7400366 |  1893708    38713    134 |  0.008 % |

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-1805939-1242143475/watcher-1805939-1242143475 -o /tmp/evaluation-result-1805939-1242143475/solver-1805939-1242143475 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1805939-1242143475.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.95 0.84 3/64 27295
/proc/meminfo: memFree=1381320/2055920 swapFree=4150108/4192956
[pid=27295] ppid=27293 vsize=20676 CPUtime=0
/proc/27295/stat : 27295 (IUT_BMB_SIM) R 27293 27295 27200 0 -1 4194304 193 0 0 0 0 0 0 0 18 0 1 0 242375949 21172224 176 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/27295/statm: 5169 177 92 274 0 4892 0

[startup+0.012568 s]
/proc/loadavg: 0.92 0.95 0.84 3/64 27295
/proc/meminfo: memFree=1381320/2055920 swapFree=4150108/4192956
[pid=27295] ppid=27293 vsize=20676 CPUtime=0.01
/proc/27295/stat : 27295 (IUT_BMB_SIM) R 27293 27295 27200 0 -1 4194304 318 0 0 0 1 0 0 0 18 0 1 0 242375949 21172224 301 1992294400 134512640 135635349 4294956224 18446744073709551615 134533673 0 0 4096 0 0 0 0 17 0 0 0
/proc/27295/statm: 5169 302 93 274 0 4892 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 20676

[startup+0.101574 s]
/proc/loadavg: 0.92 0.95 0.84 3/64 27295
/proc/meminfo: memFree=1381320/2055920 swapFree=4150108/4192956
[pid=27295] ppid=27293 vsize=20676 CPUtime=0.09
/proc/27295/stat : 27295 (IUT_BMB_SIM) R 27293 27295 27200 0 -1 4194304 1798 0 0 0 9 0 0 0 18 0 1 0 242375949 21172224 1781 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/27295/statm: 5169 1782 92 274 0 4892 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20676

[startup+0.301592 s]
/proc/loadavg: 0.92 0.95 0.84 3/64 27295
/proc/meminfo: memFree=1381320/2055920 swapFree=4150108/4192956
[pid=27295] ppid=27293 vsize=27140 CPUtime=0.29
/proc/27295/stat : 27295 (IUT_BMB_SIM) R 27293 27295 27200 0 -1 4194304 5993 0 0 0 27 2 0 0 19 0 1 0 242375949 27791360 5976 1992294400 134512640 135635349 4294956224 18446744073709551615 134535003 0 0 4096 0 0 0 0 17 0 0 0
/proc/27295/statm: 6785 5981 92 274 0 6508 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27140

[startup+0.701629 s]
/proc/loadavg: 0.92 0.95 0.84 3/64 27295
/proc/meminfo: memFree=1381320/2055920 swapFree=4150108/4192956
[pid=27295] ppid=27293 vsize=52452 CPUtime=0.69
/proc/27295/stat : 27295 (IUT_BMB_SIM) R 27293 27295 27200 0 -1 4194304 12919 0 0 0 64 5 0 0 23 0 1 0 242375949 53710848 12902 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/27295/statm: 13113 12903 99 274 0 12836 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52452

[startup+1.50171 s]
/proc/loadavg: 1.09 0.99 0.85 2/65 27296
/proc/meminfo: memFree=1325824/2055920 swapFree=4150108/4192956
[pid=27295] ppid=27293 vsize=62484 CPUtime=1.49
/proc/27295/stat : 27295 (IUT_BMB_SIM) R 27293 27295 27200 0 -1 4194304 15441 0 0 0 142 7 0 0 25 0 1 0 242375949 63983616 15424 1992294400 134512640 135635349 4294956224 18446744073709551615 135088825 0 0 4096 0 0 0 0 17 1 0 0
/proc/27295/statm: 15621 15424 99 274 0 15344 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 62484

[startup+3.10184 s]
/proc/loadavg: 1.09 0.99 0.85 2/65 27296
/proc/meminfo: memFree=1313536/2055920 swapFree=4150108/4192956
[pid=27295] ppid=27293 vsize=81392 CPUtime=3.09
/proc/27295/stat : 27295 (IUT_BMB_SIM) R 27293 27295 27200 0 -1 4194304 20184 0 0 0 299 10 0 0 25 0 1 0 242375949 83345408 20167 1992294400 134512640 135635349 4294956224 18446744073709551615 134544404 0 0 4096 0 0 0 0 17 0 0 0
/proc/27295/statm: 20348 20167 99 274 0 20071 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 81392

[startup+6.30214 s]
/proc/loadavg: 1.08 0.99 0.86 2/65 27296
/proc/meminfo: memFree=1272320/2055920 swapFree=4150108/4192956
[pid=27295] ppid=27293 vsize=119732 CPUtime=6.28
/proc/27295/stat : 27295 (IUT_BMB_SIM) R 27293 27295 27200 0 -1 4194304 29675 0 0 0 613 15 0 0 25 0 1 0 242375949 122605568 29658 1992294400 134512640 135635349 4294956224 18446744073709551615 134694359 0 0 4096 0 0 0 0 17 0 0 0
/proc/27295/statm: 29933 29658 99 274 0 29656 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 119732

[startup+12.7017 s]
/proc/loadavg: 1.07 0.99 0.86 2/65 27296
/proc/meminfo: memFree=1211904/2055920 swapFree=4150108/4192956
[pid=27295] ppid=27293 vsize=168404 CPUtime=12.68
/proc/27295/stat : 27295 (IUT_BMB_SIM) R 27293 27295 27200 0 -1 4194304 41408 0 0 0 1141 127 0 0 25 0 1 0 242375949 172445696 41002 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 0 0 0
/proc/27295/statm: 42101 41002 101 274 0 41824 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 168404

[startup+25.5019 s]
/proc/loadavg: 1.06 0.99 0.86 2/66 27297
/proc/meminfo: memFree=1073336/2055920 swapFree=4150108/4192956
[pid=27295] ppid=27293 vsize=168404 CPUtime=20.86
/proc/27295/stat : 27295 (IUT_BMB_SIM) S 27293 27295 27200 0 -1 4194304 41414 0 0 0 1464 622 0 0 25 0 1 0 242375949 172445696 41007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27295/statm: 42101 41007 106 274 0 41824 0
[pid=27297] ppid=27295 vsize=96636 CPUtime=4.61
/proc/27297/stat : 27297 (minisat) R 27295 27295 27200 0 -1 4194304 22965 0 0 0 444 17 0 0 25 0 1 0 242378036 98955264 22635 1992294400 134512640 135212939 4294956320 18446744073709551615 134523633 0 0 4096 3 0 0 0 17 0 0 0
/proc/27297/statm: 24159 22635 77 170 0 23987 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 265040

[startup+51.1012 s]
/proc/loadavg: 1.04 0.99 0.86 2/66 27297
/proc/meminfo: memFree=1068344/2055920 swapFree=4150108/4192956
[pid=27295] ppid=27293 vsize=168404 CPUtime=20.86
/proc/27295/stat : 27295 (IUT_BMB_SIM) S 27293 27295 27200 0 -1 4194304 41414 0 0 0 1464 622 0 0 25 0 1 0 242375949 172445696 41007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27295/statm: 42101 41007 106 274 0 41824 0
[pid=27297] ppid=27295 vsize=101908 CPUtime=30.19
/proc/27297/stat : 27297 (minisat) R 27295 27295 27200 0 -1 4194304 24295 0 0 0 3001 18 0 0 25 0 1 0 242378036 104353792 23965 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/27297/statm: 25477 23965 77 170 0 25305 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 270312

[startup+102.306 s]
/proc/loadavg: 1.01 0.99 0.86 2/66 27297
/proc/meminfo: memFree=1064056/2055920 swapFree=4150108/4192956
[pid=27295] ppid=27293 vsize=168404 CPUtime=20.86
/proc/27295/stat : 27295 (IUT_BMB_SIM) S 27293 27295 27200 0 -1 4194304 41414 0 0 0 1464 622 0 0 25 0 1 0 242375949 172445696 41007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27295/statm: 42101 41007 106 274 0 41824 0
[pid=27297] ppid=27295 vsize=106212 CPUtime=81.38
/proc/27297/stat : 27297 (minisat) R 27295 27295 27200 0 -1 4194304 25317 0 0 0 8119 19 0 0 25 0 1 0 242378036 108761088 24987 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/27297/statm: 26553 24987 77 170 0 26381 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 274616

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 0.87 2/66 27297
/proc/meminfo: memFree=1062072/2055920 swapFree=4150108/4192956
[pid=27295] ppid=27293 vsize=168404 CPUtime=20.86
/proc/27295/stat : 27295 (IUT_BMB_SIM) S 27293 27295 27200 0 -1 4194304 41414 0 0 0 1464 622 0 0 25 0 1 0 242375949 172445696 41007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27295/statm: 42101 41007 106 274 0 41824 0
[pid=27297] ppid=27295 vsize=108192 CPUtime=141.35
/proc/27297/stat : 27297 (minisat) R 27295 27295 27200 0 -1 4194304 25814 0 0 0 14115 20 0 0 25 0 1 0 242378036 110788608 25484 1992294400 134512640 135212939 4294956320 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/27297/statm: 27048 25484 77 170 0 26876 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 276596

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.88 2/66 27297
/proc/meminfo: memFree=1060344/2055920 swapFree=4150108/4192956
[pid=27295] ppid=27293 vsize=168404 CPUtime=20.86
/proc/27295/stat : 27295 (IUT_BMB_SIM) S 27293 27295 27200 0 -1 4194304 41414 0 0 0 1464 622 0 0 25 0 1 0 242375949 172445696 41007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27295/statm: 42101 41007 106 274 0 41824 0
[pid=27297] ppid=27295 vsize=109908 CPUtime=201.33
/proc/27297/stat : 27297 (minisat) R 27295 27295 27200 0 -1 4194304 26255 0 0 0 20113 20 0 0 25 0 1 0 242378036 112545792 25925 1992294400 134512640 135212939 4294956320 18446744073709551615 134536058 0 0 4096 3 0 0 0 17 0 0 0
/proc/27297/statm: 27477 25925 77 170 0 27305 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 278312

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.88 2/66 27297
/proc/meminfo: memFree=1058040/2055920 swapFree=4150108/4192956
[pid=27295] ppid=27293 vsize=168404 CPUtime=20.86
/proc/27295/stat : 27295 (IUT_BMB_SIM) S 27293 27295 27200 0 -1 4194304 41414 0 0 0 1464 622 0 0 25 0 1 0 242375949 172445696 41007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27295/statm: 42101 41007 106 274 0 41824 0
[pid=27297] ppid=27295 vsize=112328 CPUtime=261.3
/proc/27297/stat : 27297 (minisat) R 27295 27295 27200 0 -1 4194304 26838 0 0 0 26109 21 0 0 25 0 1 0 242378036 115023872 26508 1992294400 134512640 135212939 4294956320 18446744073709551615 134536289 0 0 4096 3 0 0 0 17 0 0 0
/proc/27297/statm: 28082 26508 77 170 0 27910 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 280732

[startup+342.301 s]
/proc/loadavg: 1.00 0.99 0.89 2/66 27297
/proc/meminfo: memFree=1056824/2055920 swapFree=4150108/4192956
[pid=27295] ppid=27293 vsize=168404 CPUtime=20.86
/proc/27295/stat : 27295 (IUT_BMB_SIM) S 27293 27295 27200 0 -1 4194304 41414 0 0 0 1464 622 0 0 25 0 1 0 242375949 172445696 41007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27295/statm: 42101 41007 106 274 0 41824 0
[pid=27297] ppid=27295 vsize=113516 CPUtime=321.28
/proc/27297/stat : 27297 (minisat) R 27295 27295 27200 0 -1 4194304 27144 0 0 0 32107 21 0 0 25 0 1 0 242378036 116240384 26814 1992294400 134512640 135212939 4294956320 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 0 0 0
/proc/27297/statm: 28379 26814 77 170 0 28207 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 281920

[startup+402.302 s]
/proc/loadavg: 1.00 0.99 0.89 2/66 27297
/proc/meminfo: memFree=1055736/2055920 swapFree=4150108/4192956
[pid=27295] ppid=27293 vsize=168404 CPUtime=20.86
/proc/27295/stat : 27295 (IUT_BMB_SIM) S 27293 27295 27200 0 -1 4194304 41414 0 0 0 1464 622 0 0 25 0 1 0 242375949 172445696 41007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27295/statm: 42101 41007 106 274 0 41824 0
[pid=27297] ppid=27295 vsize=114704 CPUtime=381.26
/proc/27297/stat : 27297 (minisat) R 27295 27295 27200 0 -1 4194304 27438 0 0 0 38104 22 0 0 25 0 1 0 242378036 117456896 27108 1992294400 134512640 135212939 4294956320 18446744073709551615 134537394 0 0 4096 3 0 0 0 17 0 0 0
/proc/27297/statm: 28676 27108 77 170 0 28504 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 283108

[startup+462.301 s]
/proc/loadavg: 1.00 0.99 0.90 2/66 27297
/proc/meminfo: memFree=1054520/2055920 swapFree=4150108/4192956
[pid=27295] ppid=27293 vsize=168404 CPUtime=20.86
/proc/27295/stat : 27295 (IUT_BMB_SIM) S 27293 27295 27200 0 -1 4194304 41414 0 0 0 1464 622 0 0 25 0 1 0 242375949 172445696 41007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27295/statm: 42101 41007 106 274 0 41824 0
[pid=27297] ppid=27295 vsize=115768 CPUtime=441.22
/proc/27297/stat : 27297 (minisat) R 27295 27295 27200 0 -1 4194304 27708 0 0 0 44100 22 0 0 25 0 1 0 242378036 118546432 27378 1992294400 134512640 135212939 4294956320 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/27297/statm: 28942 27378 77 170 0 28770 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 284172

[startup+522.302 s]

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

/proc/27297/statm: 29173 27609 77 170 0 29001 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 285096

[startup+582.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 27303
/proc/meminfo: memFree=1052344/2055920 swapFree=4150108/4192956
[pid=27295] ppid=27293 vsize=168404 CPUtime=20.86
/proc/27295/stat : 27295 (IUT_BMB_SIM) S 27293 27295 27200 0 -1 4194304 41414 0 0 0 1464 622 0 0 25 0 1 0 242375949 172445696 41007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27295/statm: 42101 41007 106 274 0 41824 0
[pid=27297] ppid=27295 vsize=117616 CPUtime=561.16
/proc/27297/stat : 27297 (minisat) R 27295 27295 27200 0 -1 4194304 28187 0 0 0 56093 23 0 0 25 0 1 0 242378036 120438784 27857 1992294400 134512640 135212939 4294956320 18446744073709551615 134526647 0 0 4096 3 0 0 0 17 0 0 0
/proc/27297/statm: 29404 27857 77 170 0 29232 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 286020

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 27303
/proc/meminfo: memFree=1051448/2055920 swapFree=4150108/4192956
[pid=27295] ppid=27293 vsize=168404 CPUtime=20.86
/proc/27295/stat : 27295 (IUT_BMB_SIM) S 27293 27295 27200 0 -1 4194304 41414 0 0 0 1464 622 0 0 25 0 1 0 242375949 172445696 41007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27295/statm: 42101 41007 106 274 0 41824 0
[pid=27297] ppid=27295 vsize=118676 CPUtime=621.13
/proc/27297/stat : 27297 (minisat) R 27295 27295 27200 0 -1 4194304 28432 0 0 0 62090 23 0 0 25 0 1 0 242378036 121524224 28102 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/27297/statm: 29669 28102 77 170 0 29497 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 287080

[startup+702.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 27303
/proc/meminfo: memFree=1047608/2055920 swapFree=4150108/4192956
[pid=27295] ppid=27293 vsize=168404 CPUtime=20.86
/proc/27295/stat : 27295 (IUT_BMB_SIM) S 27293 27295 27200 0 -1 4194304 41414 0 0 0 1464 622 0 0 25 0 1 0 242375949 172445696 41007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27295/statm: 42101 41007 106 274 0 41824 0
[pid=27297] ppid=27295 vsize=122612 CPUtime=681.1
/proc/27297/stat : 27297 (minisat) R 27295 27295 27200 0 -1 4194304 29404 0 0 0 68086 24 0 0 25 0 1 0 242378036 125554688 29074 1992294400 134512640 135212939 4294956320 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/27297/statm: 30653 29074 77 170 0 30481 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 291016

[startup+762.305 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 27303
/proc/meminfo: memFree=1046712/2055920 swapFree=4150108/4192956
[pid=27295] ppid=27293 vsize=168404 CPUtime=20.86
/proc/27295/stat : 27295 (IUT_BMB_SIM) S 27293 27295 27200 0 -1 4194304 41414 0 0 0 1464 622 0 0 25 0 1 0 242375949 172445696 41007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27295/statm: 42101 41007 106 274 0 41824 0
[pid=27297] ppid=27295 vsize=123404 CPUtime=741.09
/proc/27297/stat : 27297 (minisat) R 27295 27295 27200 0 -1 4194304 29605 0 0 0 74084 25 0 0 25 0 1 0 242378036 126365696 29275 1992294400 134512640 135212939 4294956320 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/27297/statm: 30851 29275 77 170 0 30679 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 291808

[startup+822.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 27303
/proc/meminfo: memFree=1046392/2055920 swapFree=4150108/4192956
[pid=27295] ppid=27293 vsize=168404 CPUtime=20.86
/proc/27295/stat : 27295 (IUT_BMB_SIM) S 27293 27295 27200 0 -1 4194304 41414 0 0 0 1464 622 0 0 25 0 1 0 242375949 172445696 41007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27295/statm: 42101 41007 106 274 0 41824 0
[pid=27297] ppid=27295 vsize=123668 CPUtime=801.06
/proc/27297/stat : 27297 (minisat) R 27295 27295 27200 0 -1 4194304 29682 0 0 0 80081 25 0 0 25 0 1 0 242378036 126636032 29352 1992294400 134512640 135212939 4294956320 18446744073709551615 134529424 0 0 4096 3 0 0 0 17 0 0 0
/proc/27297/statm: 30917 29352 77 170 0 30745 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 292072

[startup+882.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 27303
/proc/meminfo: memFree=1046200/2055920 swapFree=4150108/4192956
[pid=27295] ppid=27293 vsize=168404 CPUtime=20.86
/proc/27295/stat : 27295 (IUT_BMB_SIM) S 27293 27295 27200 0 -1 4194304 41414 0 0 0 1464 622 0 0 25 0 1 0 242375949 172445696 41007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27295/statm: 42101 41007 106 274 0 41824 0
[pid=27297] ppid=27295 vsize=123932 CPUtime=861.04
/proc/27297/stat : 27297 (minisat) R 27295 27295 27200 0 -1 4194304 29738 0 0 0 86079 25 0 0 25 0 1 0 242378036 126906368 29408 1992294400 134512640 135212939 4294956320 18446744073709551615 134529404 0 0 4096 3 0 0 0 17 0 0 0
/proc/27297/statm: 30983 29408 77 170 0 30811 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 292336

[startup+942.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 27303
/proc/meminfo: memFree=1046008/2055920 swapFree=4150108/4192956
[pid=27295] ppid=27293 vsize=168404 CPUtime=20.86
/proc/27295/stat : 27295 (IUT_BMB_SIM) S 27293 27295 27200 0 -1 4194304 41414 0 0 0 1464 622 0 0 25 0 1 0 242375949 172445696 41007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27295/statm: 42101 41007 106 274 0 41824 0
[pid=27297] ppid=27295 vsize=124064 CPUtime=921.01
/proc/27297/stat : 27297 (minisat) R 27295 27295 27200 0 -1 4194304 29794 0 0 0 92076 25 0 0 25 0 1 0 242378036 127041536 29464 1992294400 134512640 135212939 4294956320 18446744073709551615 134529407 0 0 4096 3 0 0 0 17 0 0 0
/proc/27297/statm: 31016 29464 77 170 0 30844 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 292468

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 27303
/proc/meminfo: memFree=1045752/2055920 swapFree=4150108/4192956
[pid=27295] ppid=27293 vsize=168404 CPUtime=20.86
/proc/27295/stat : 27295 (IUT_BMB_SIM) S 27293 27295 27200 0 -1 4194304 41414 0 0 0 1464 622 0 0 25 0 1 0 242375949 172445696 41007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27295/statm: 42101 41007 106 274 0 41824 0
[pid=27297] ppid=27295 vsize=124328 CPUtime=980.99
/proc/27297/stat : 27297 (minisat) R 27295 27295 27200 0 -1 4194304 29848 0 0 0 98074 25 0 0 25 0 1 0 242378036 127311872 29518 1992294400 134512640 135212939 4294956320 18446744073709551615 134529407 0 0 4096 3 0 0 0 17 0 0 0
/proc/27297/statm: 31082 29518 77 170 0 30910 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 292732

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 27303
/proc/meminfo: memFree=1045432/2055920 swapFree=4150108/4192956
[pid=27295] ppid=27293 vsize=168404 CPUtime=20.86
/proc/27295/stat : 27295 (IUT_BMB_SIM) S 27293 27295 27200 0 -1 4194304 41414 0 0 0 1464 622 0 0 25 0 1 0 242375949 172445696 41007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27295/statm: 42101 41007 106 274 0 41824 0
[pid=27297] ppid=27295 vsize=124732 CPUtime=1040.96
/proc/27297/stat : 27297 (minisat) R 27295 27295 27200 0 -1 4194304 29948 0 0 0 104071 25 0 0 25 0 1 0 242378036 127725568 29618 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/27297/statm: 31183 29618 77 170 0 31011 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 293136

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 27303
/proc/meminfo: memFree=1042360/2055920 swapFree=4150108/4192956
[pid=27295] ppid=27293 vsize=168404 CPUtime=20.86
/proc/27295/stat : 27295 (IUT_BMB_SIM) S 27293 27295 27200 0 -1 4194304 41414 0 0 0 1464 622 0 0 25 0 1 0 242375949 172445696 41007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27295/statm: 42101 41007 106 274 0 41824 0
[pid=27297] ppid=27295 vsize=127732 CPUtime=1100.95
/proc/27297/stat : 27297 (minisat) R 27295 27295 27200 0 -1 4194304 30695 0 0 0 110069 26 0 0 25 0 1 0 242378036 130797568 30365 1992294400 134512640 135212939 4294956320 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/27297/statm: 31933 30365 77 170 0 31761 0
Current children cumulated CPU time (s) 1121.81
Current children cumulated vsize (KiB) 296136

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 27303
/proc/meminfo: memFree=1041272/2055920 swapFree=4150108/4192956
[pid=27295] ppid=27293 vsize=168404 CPUtime=20.86
/proc/27295/stat : 27295 (IUT_BMB_SIM) S 27293 27295 27200 0 -1 4194304 41414 0 0 0 1464 622 0 0 25 0 1 0 242375949 172445696 41007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27295/statm: 42101 41007 106 274 0 41824 0
[pid=27297] ppid=27295 vsize=128932 CPUtime=1160.92
/proc/27297/stat : 27297 (minisat) R 27295 27295 27200 0 -1 4194304 30973 0 0 0 116066 26 0 0 25 0 1 0 242378036 132026368 30643 1992294400 134512640 135212939 4294956320 18446744073709551615 134529392 0 0 4096 3 0 0 0 17 0 0 0
/proc/27297/statm: 32233 30643 77 170 0 32061 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 297336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 27303
/proc/meminfo: memFree=1040696/2055920 swapFree=4150108/4192956
[pid=27295] ppid=27293 vsize=168404 CPUtime=20.86
/proc/27295/stat : 27295 (IUT_BMB_SIM) S 27293 27295 27200 0 -1 4194304 41414 0 0 0 1464 622 0 0 25 0 1 0 242375949 172445696 41007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27295/statm: 42101 41007 106 274 0 41824 0
[pid=27297] ppid=27295 vsize=129460 CPUtime=1179.22
/proc/27297/stat : 27297 (minisat) R 27295 27295 27200 0 -1 4194304 31114 0 0 0 117896 26 0 0 25 0 1 0 242378036 132567040 30784 1992294400 134512640 135212939 4294956320 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/27297/statm: 32365 30784 77 170 0 32193 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 297864

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 27295 and gives
#  childrusage.ru_utime.tv_sec=14
#  childrusage.ru_utime.tv_usec=641774
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=250049
# CPU time returned by wait4() is 20.8918
# while last known CPU time is 1200.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.64
CPU time (s): 1200.08
CPU user time (s): 1193.6
CPU system time (s): 6.48
CPU usage (%): 99.9534
Max. virtual memory (cumulated for all children) (KiB): 297864

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

runsolver used 1.08483 second user time and 3.2925 second system time

The end

Launcher Data

Begin job on node51 at 2009-05-12 17:51:24
IDJOB=1805939
IDBENCH=24626
IDSOLVER=650
FILE ID=node51/1805939-1242143475
PBS_JOBID= 9289673
Free space on /tmp= 66196 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT07/crafted/Hard/contest04/others/CompositeRSA576.sat05-509.reshuffled-07.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1805939-1242143475/watcher-1805939-1242143475 -o /tmp/evaluation-result-1805939-1242143475/solver-1805939-1242143475 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1805939-1242143475.cnf HOME

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

MD5SUM BENCH= 19fdeefb726e073f5c825136ceaf9e1b
RANDOM SEED=1864566072

node51.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.214
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.214
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:       1381800 kB
Buffers:         42424 kB
Cached:         518704 kB
SwapCached:      36660 kB
Active:         104932 kB
Inactive:       494828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1381800 kB
SwapTotal:     4192956 kB
SwapFree:      4150108 kB
Dirty:           55216 kB
Writeback:           0 kB
Mapped:          14012 kB
Slab:            60400 kB
Committed_AS:   713588 kB
PageTables:       1392 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= 66144 MiB
End job on node51 at 2009-05-12 18:11:27