Trace number 1807360

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.02 1200.61

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v760c43649gyes1.cnf
MD5SUM424de5d4f0392bf458f49384a643429b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark371.4
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
0.59/0.69	This is MiniSat 2.0 beta
0.59/0.69	WARNING: for repeatability, setting FPU to use double precision
0.59/0.69	============================[ Problem Statistics ]=============================
0.59/0.69	|                                                                             |
0.59/0.69	|  Number of variables:  760                                                  |
0.59/0.69	|  Number of clauses:    43649                                                |
0.69/0.71	|  Parsing time:         0.02         s                                       |
0.69/0.71	============================[ Search Statistics ]==============================
0.69/0.71	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.69/0.71	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.69/0.71	===============================================================================
0.69/0.71	|         0 |     760    43649    87978 |    14549        0    nan |  0.000 % |
0.69/0.72	|       102 |     760    43649    87978 |    16004      102    105 |  0.000 % |
0.69/0.73	|       252 |     760    43649    87978 |    17605      252    116 |  0.000 % |
0.69/0.74	|       481 |     760    43649    87978 |    19365      481    106 |  0.000 % |
0.69/0.77	|       819 |     760    43649    87978 |    21302      819    121 |  0.000 % |
0.69/0.81	|      1326 |     760    43649    87978 |    23432     1326    113 |  0.000 % |
0.69/0.88	|      2085 |     760    43649    87978 |    25775     2085    116 |  0.000 % |
0.98/1.04	|      3227 |     760    43649    87978 |    28353     3227    117 |  0.000 % |
1.28/1.31	|      4937 |     760    43649    87978 |    31188     4937    117 |  0.000 % |
1.78/1.81	|      7499 |     760    43649    87978 |    34307     7499    116 |  0.000 % |
2.88/2.96	|     11343 |     760    43649    87978 |    37738    11343    114 |  0.000 % |
5.49/5.52	|     17113 |     760    43649    87978 |    41511    17113    109 |  0.000 % |
12.18/12.20	|     25762 |     760    43649    87978 |    45663    25762    106 |  0.000 % |
28.37/28.48	|     38739 |     760    43649    87978 |    50229    38739    107 |  0.000 % |
53.96/54.03	|     58201 |     760    43649    87978 |    55252    24201     95 |  0.000 % |
91.64/91.72	|     87397 |     760    43649    87978 |    60777    53397    102 |  0.000 % |
152.12/152.25	|    131192 |     760    43649    87978 |    66855    53554     95 |  0.000 % |
242.66/242.83	|    196877 |     760    43649    87978 |    73540    18175    100 |  0.000 % |
397.17/397.45	|    295404 |     760    43649    87978 |    80894    62251    113 |  0.000 % |
695.53/695.95	|    443193 |     760    43649    87978 |    88984    28127    112 |  0.000 % |
1073.27/1073.85	|    664877 |     760    43649    87978 |    97882    43402    111 |  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-1807360-1242157443/watcher-1807360-1242157443 -o /tmp/evaluation-result-1807360-1242157443/solver-1807360-1242157443 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1807360-1242157443.cnf HOME 

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 3620
/proc/meminfo: memFree=1518392/2055920 swapFree=4180380/4192956
[pid=3620] ppid=3618 vsize=1796 CPUtime=0
/proc/3620/stat : 3620 (IUT_BMB_SIM) R 3618 3620 3583 0 -1 4194304 189 0 0 0 0 0 0 0 18 0 1 0 243768705 1839104 172 1992294400 134512640 135635349 4294956224 18446744073709551615 134533692 0 0 4096 0 0 0 0 17 0 0 0
/proc/3620/statm: 449 172 90 274 0 172 0

[startup+0.0498949 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 3620
/proc/meminfo: memFree=1518392/2055920 swapFree=4180380/4192956
[pid=3620] ppid=3618 vsize=2628 CPUtime=0.04
/proc/3620/stat : 3620 (IUT_BMB_SIM) R 3618 3620 3583 0 -1 4194304 483 0 0 0 4 0 0 0 18 0 1 0 243768705 2691072 466 1992294400 134512640 135635349 4294956224 18446744073709551615 134521798 0 0 4096 0 0 0 0 17 0 0 0
/proc/3620/statm: 657 466 97 274 0 380 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2628

[startup+0.102902 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 3620
/proc/meminfo: memFree=1518392/2055920 swapFree=4180380/4192956
[pid=3620] ppid=3618 vsize=3420 CPUtime=0.1
/proc/3620/stat : 3620 (IUT_BMB_SIM) R 3618 3620 3583 0 -1 4194304 680 0 0 0 10 0 0 0 18 0 1 0 243768705 3502080 663 1992294400 134512640 135635349 4294956224 18446744073709551615 134528284 0 0 4096 0 0 0 0 17 0 0 0
/proc/3620/statm: 855 664 97 274 0 578 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3420

[startup+0.30193 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 3620
/proc/meminfo: memFree=1518392/2055920 swapFree=4180380/4192956
[pid=3620] ppid=3618 vsize=6720 CPUtime=0.29
/proc/3620/stat : 3620 (IUT_BMB_SIM) R 3618 3620 3583 0 -1 4194304 1504 0 0 0 29 0 0 0 20 0 1 0 243768705 6881280 1487 1992294400 134512640 135635349 4294956224 18446744073709551615 134549680 0 0 4096 0 0 0 0 17 0 0 0
/proc/3620/statm: 1680 1487 97 274 0 1403 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6720

[startup+0.701991 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 3620
/proc/meminfo: memFree=1518392/2055920 swapFree=4180380/4192956
[pid=3620] ppid=3618 vsize=9744 CPUtime=0.69
/proc/3620/stat : 3620 (IUT_BMB_SIM) S 3618 3620 3583 0 -1 4194304 2252 0 0 0 52 17 0 0 18 0 1 0 243768705 9977856 2234 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3620/statm: 2436 2234 105 274 0 2159 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9744

[startup+1.5011 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 3622
/proc/meminfo: memFree=1505320/2055920 swapFree=4180380/4192956
[pid=3620] ppid=3618 vsize=9744 CPUtime=0.69
/proc/3620/stat : 3620 (IUT_BMB_SIM) S 3618 3620 3583 0 -1 4194304 2252 0 0 0 52 17 0 0 18 0 1 0 243768705 9977856 2234 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3620/statm: 2436 2234 105 274 0 2159 0
[pid=3622] ppid=3620 vsize=6704 CPUtime=0.79
/proc/3622/stat : 3622 (minisat) R 3620 3620 3583 0 -1 4194304 1669 0 0 0 79 0 0 0 23 0 1 0 243768774 6864896 1419 1992294400 134512640 135212939 4294956320 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/3622/statm: 1676 1419 77 170 0 1504 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 16448

[startup+3.10133 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 3622
/proc/meminfo: memFree=1502248/2055920 swapFree=4180380/4192956
[pid=3620] ppid=3618 vsize=9744 CPUtime=0.69
/proc/3620/stat : 3620 (IUT_BMB_SIM) S 3618 3620 3583 0 -1 4194304 2252 0 0 0 52 17 0 0 18 0 1 0 243768705 9977856 2234 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3620/statm: 2436 2234 105 274 0 2159 0
[pid=3622] ppid=3620 vsize=9616 CPUtime=2.39
/proc/3622/stat : 3622 (minisat) R 3620 3620 3583 0 -1 4194304 2407 0 0 0 238 1 0 0 25 0 1 0 243768774 9846784 2157 1992294400 134512640 135212939 4294956320 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/3622/statm: 2404 2157 77 170 0 2232 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 19360

[startup+6.30178 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 3622
/proc/meminfo: memFree=1498408/2055920 swapFree=4180380/4192956
[pid=3620] ppid=3618 vsize=9744 CPUtime=0.69
/proc/3620/stat : 3620 (IUT_BMB_SIM) S 3618 3620 3583 0 -1 4194304 2252 0 0 0 52 17 0 0 18 0 1 0 243768705 9977856 2234 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3620/statm: 2436 2234 105 274 0 2159 0
[pid=3622] ppid=3620 vsize=12712 CPUtime=5.59
/proc/3622/stat : 3622 (minisat) R 3620 3620 3583 0 -1 4194304 3161 0 0 0 557 2 0 0 25 0 1 0 243768774 13017088 2911 1992294400 134512640 135212939 4294956320 18446744073709551615 134526720 0 0 4096 3 0 0 0 17 0 0 0
/proc/3622/statm: 3178 2911 77 170 0 3006 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 22456

[startup+12.7017 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 3622
/proc/meminfo: memFree=1494192/2055920 swapFree=4180380/4192956
[pid=3620] ppid=3618 vsize=9744 CPUtime=0.69
/proc/3620/stat : 3620 (IUT_BMB_SIM) S 3618 3620 3583 0 -1 4194304 2252 0 0 0 52 17 0 0 18 0 1 0 243768705 9977856 2234 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3620/statm: 2436 2234 105 274 0 2159 0
[pid=3622] ppid=3620 vsize=16456 CPUtime=11.99
/proc/3622/stat : 3622 (minisat) R 3620 3620 3583 0 -1 4194304 4094 0 0 0 1196 3 0 0 25 0 1 0 243768774 16850944 3844 1992294400 134512640 135212939 4294956320 18446744073709551615 134526647 0 0 4096 3 0 0 0 17 0 0 0
/proc/3622/statm: 4114 3844 77 170 0 3942 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 26200

[startup+25.5025 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 3624
/proc/meminfo: memFree=1488816/2055920 swapFree=4180380/4192956
[pid=3620] ppid=3618 vsize=9744 CPUtime=0.69
/proc/3620/stat : 3620 (IUT_BMB_SIM) S 3618 3620 3583 0 -1 4194304 2252 0 0 0 52 17 0 0 18 0 1 0 243768705 9977856 2234 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3620/statm: 2436 2234 105 274 0 2159 0
[pid=3622] ppid=3620 vsize=21644 CPUtime=24.79
/proc/3622/stat : 3622 (minisat) R 3620 3620 3583 0 -1 4194304 5382 0 0 0 2474 5 0 0 25 0 1 0 243768774 22163456 5132 1992294400 134512640 135212939 4294956320 18446744073709551615 134526741 0 0 4096 3 0 0 0 17 0 0 0
/proc/3622/statm: 5411 5132 77 170 0 5239 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 31388

[startup+51.1021 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 3624
/proc/meminfo: memFree=1481904/2055920 swapFree=4180380/4192956
[pid=3620] ppid=3618 vsize=9744 CPUtime=0.69
/proc/3620/stat : 3620 (IUT_BMB_SIM) S 3618 3620 3583 0 -1 4194304 2252 0 0 0 52 17 0 0 18 0 1 0 243768705 9977856 2234 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3620/statm: 2436 2234 105 274 0 2159 0
[pid=3622] ppid=3620 vsize=28736 CPUtime=50.36
/proc/3622/stat : 3622 (minisat) R 3620 3620 3583 0 -1 4194304 7130 0 0 0 5030 6 0 0 25 0 1 0 243768774 29425664 6880 1992294400 134512640 135212939 4294956320 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/3622/statm: 7184 6880 77 170 0 7012 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 38480

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 3624
/proc/meminfo: memFree=1477616/2055920 swapFree=4180380/4192956
[pid=3620] ppid=3618 vsize=9744 CPUtime=0.69
/proc/3620/stat : 3620 (IUT_BMB_SIM) S 3618 3620 3583 0 -1 4194304 2252 0 0 0 52 17 0 0 18 0 1 0 243768705 9977856 2234 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3620/statm: 2436 2234 105 274 0 2159 0
[pid=3622] ppid=3620 vsize=33012 CPUtime=101.55
/proc/3622/stat : 3622 (minisat) R 3620 3620 3583 0 -1 4194304 8180 0 0 0 10147 8 0 0 25 0 1 0 243768774 33804288 7930 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3622/statm: 8253 7930 77 170 0 8081 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 42756

[startup+162.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3624
/proc/meminfo: memFree=1475888/2055920 swapFree=4180380/4192956
[pid=3620] ppid=3618 vsize=9744 CPUtime=0.69
/proc/3620/stat : 3620 (IUT_BMB_SIM) S 3618 3620 3583 0 -1 4194304 2252 0 0 0 52 17 0 0 18 0 1 0 243768705 9977856 2234 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3620/statm: 2436 2234 105 274 0 2159 0
[pid=3622] ppid=3620 vsize=34652 CPUtime=161.52
/proc/3622/stat : 3622 (minisat) R 3620 3620 3583 0 -1 4194304 8586 0 0 0 16143 9 0 0 25 0 1 0 243768774 35483648 8336 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3622/statm: 8663 8336 77 170 0 8491 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 44396

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3624
/proc/meminfo: memFree=1473840/2055920 swapFree=4180380/4192956
[pid=3620] ppid=3618 vsize=9744 CPUtime=0.69
/proc/3620/stat : 3620 (IUT_BMB_SIM) S 3618 3620 3583 0 -1 4194304 2252 0 0 0 52 17 0 0 18 0 1 0 243768705 9977856 2234 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3620/statm: 2436 2234 105 274 0 2159 0
[pid=3622] ppid=3620 vsize=36948 CPUtime=221.48
/proc/3622/stat : 3622 (minisat) R 3620 3620 3583 0 -1 4194304 9101 0 0 0 22139 9 0 0 25 0 1 0 243768774 37834752 8851 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3622/statm: 9237 8851 77 170 0 9065 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 46692

[startup+282.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3624
/proc/meminfo: memFree=1469488/2055920 swapFree=4180380/4192956
[pid=3620] ppid=3618 vsize=9744 CPUtime=0.69
/proc/3620/stat : 3620 (IUT_BMB_SIM) S 3618 3620 3583 0 -1 4194304 2252 0 0 0 52 17 0 0 18 0 1 0 243768705 9977856 2234 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3620/statm: 2436 2234 105 274 0 2159 0
[pid=3622] ppid=3620 vsize=41280 CPUtime=281.44
/proc/3622/stat : 3622 (minisat) R 3620 3620 3583 0 -1 4194304 10204 0 0 0 28134 10 0 0 25 0 1 0 243768774 42270720 9954 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3622/statm: 10320 9954 77 170 0 10148 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 51024

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3624
/proc/meminfo: memFree=1463088/2055920 swapFree=4180380/4192956
[pid=3620] ppid=3618 vsize=9744 CPUtime=0.69
/proc/3620/stat : 3620 (IUT_BMB_SIM) S 3618 3620 3583 0 -1 4194304 2252 0 0 0 52 17 0 0 18 0 1 0 243768705 9977856 2234 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3620/statm: 2436 2234 105 274 0 2159 0
[pid=3622] ppid=3620 vsize=47780 CPUtime=341.42
/proc/3622/stat : 3622 (minisat) R 3620 3620 3583 0 -1 4194304 11802 0 0 0 34130 12 0 0 25 0 1 0 243768774 48926720 11552 1992294400 134512640 135212939 4294956320 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/3622/statm: 11945 11552 77 170 0 11773 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 57524

[startup+402.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3624
/proc/meminfo: memFree=1462192/2055920 swapFree=4180380/4192956
[pid=3620] ppid=3618 vsize=9744 CPUtime=0.69
/proc/3620/stat : 3620 (IUT_BMB_SIM) S 3618 3620 3583 0 -1 4194304 2252 0 0 0 52 17 0 0 18 0 1 0 243768705 9977856 2234 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3620/statm: 2436 2234 105 274 0 2159 0
[pid=3622] ppid=3620 vsize=48796 CPUtime=401.38
/proc/3622/stat : 3622 (minisat) R 3620 3620 3583 0 -1 4194304 12022 0 0 0 40126 12 0 0 25 0 1 0 243768774 49967104 11772 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3622/statm: 12199 11772 77 170 0 12027 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 58540

[startup+462.301 s]

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

/proc/3622/statm: 13460 13032 77 170 0 13288 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 63584

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3624
/proc/meminfo: memFree=1456880/2055920 swapFree=4180380/4192956
[pid=3620] ppid=3618 vsize=9744 CPUtime=0.69
/proc/3620/stat : 3620 (IUT_BMB_SIM) S 3618 3620 3583 0 -1 4194304 2252 0 0 0 52 17 0 0 18 0 1 0 243768705 9977856 2234 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3620/statm: 2436 2234 105 274 0 2159 0
[pid=3622] ppid=3620 vsize=53984 CPUtime=581.29
/proc/3622/stat : 3622 (minisat) R 3620 3620 3583 0 -1 4194304 13317 0 0 0 58115 14 0 0 25 0 1 0 243768774 55279616 13067 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3622/statm: 13496 13067 77 170 0 13324 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 63728

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3624
/proc/meminfo: memFree=1455792/2055920 swapFree=4180380/4192956
[pid=3620] ppid=3618 vsize=9744 CPUtime=0.69
/proc/3620/stat : 3620 (IUT_BMB_SIM) S 3618 3620 3583 0 -1 4194304 2252 0 0 0 52 17 0 0 18 0 1 0 243768705 9977856 2234 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3620/statm: 2436 2234 105 274 0 2159 0
[pid=3622] ppid=3620 vsize=55336 CPUtime=641.27
/proc/3622/stat : 3622 (minisat) R 3620 3620 3583 0 -1 4194304 13589 0 0 0 64112 15 0 0 25 0 1 0 243768774 56664064 13339 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3622/statm: 13834 13339 77 170 0 13662 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 65080

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3624
/proc/meminfo: memFree=1455408/2055920 swapFree=4180380/4192956
[pid=3620] ppid=3618 vsize=9744 CPUtime=0.69
/proc/3620/stat : 3620 (IUT_BMB_SIM) S 3618 3620 3583 0 -1 4194304 2252 0 0 0 52 17 0 0 18 0 1 0 243768705 9977856 2234 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3620/statm: 2436 2234 105 274 0 2159 0
[pid=3622] ppid=3620 vsize=55500 CPUtime=701.24
/proc/3622/stat : 3622 (minisat) R 3620 3620 3583 0 -1 4194304 13644 0 0 0 70109 15 0 0 25 0 1 0 243768774 56832000 13394 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/3622/statm: 13875 13394 77 170 0 13703 0
Current children cumulated CPU time (s) 701.93
Current children cumulated vsize (KiB) 65244

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3624
/proc/meminfo: memFree=1455344/2055920 swapFree=4180380/4192956
[pid=3620] ppid=3618 vsize=9744 CPUtime=0.69
/proc/3620/stat : 3620 (IUT_BMB_SIM) S 3618 3620 3583 0 -1 4194304 2252 0 0 0 52 17 0 0 18 0 1 0 243768705 9977856 2234 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3620/statm: 2436 2234 105 274 0 2159 0
[pid=3622] ppid=3620 vsize=55500 CPUtime=761.22
/proc/3622/stat : 3622 (minisat) R 3620 3620 3583 0 -1 4194304 13646 0 0 0 76107 15 0 0 25 0 1 0 243768774 56832000 13396 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3622/statm: 13875 13396 77 170 0 13703 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 65244

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3624
/proc/meminfo: memFree=1446832/2055920 swapFree=4180380/4192956
[pid=3620] ppid=3618 vsize=9744 CPUtime=0.69
/proc/3620/stat : 3620 (IUT_BMB_SIM) S 3618 3620 3583 0 -1 4194304 2252 0 0 0 52 17 0 0 18 0 1 0 243768705 9977856 2234 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3620/statm: 2436 2234 105 274 0 2159 0
[pid=3622] ppid=3620 vsize=64292 CPUtime=821.19
/proc/3622/stat : 3622 (minisat) R 3620 3620 3583 0 -1 4194304 15853 0 0 0 82101 18 0 0 25 0 1 0 243768774 65835008 15603 1992294400 134512640 135212939 4294956320 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/3622/statm: 16073 15603 77 170 0 15901 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 74036

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3624
/proc/meminfo: memFree=1446384/2055920 swapFree=4180380/4192956
[pid=3620] ppid=3618 vsize=9744 CPUtime=0.69
/proc/3620/stat : 3620 (IUT_BMB_SIM) S 3618 3620 3583 0 -1 4194304 2252 0 0 0 52 17 0 0 18 0 1 0 243768705 9977856 2234 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3620/statm: 2436 2234 105 274 0 2159 0
[pid=3622] ppid=3620 vsize=64596 CPUtime=881.16
/proc/3622/stat : 3622 (minisat) R 3620 3620 3583 0 -1 4194304 15919 0 0 0 88098 18 0 0 25 0 1 0 243768774 66146304 15669 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3622/statm: 16149 15669 77 170 0 15977 0
Current children cumulated CPU time (s) 881.85
Current children cumulated vsize (KiB) 74340

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3624
/proc/meminfo: memFree=1446192/2055920 swapFree=4180380/4192956
[pid=3620] ppid=3618 vsize=9744 CPUtime=0.69
/proc/3620/stat : 3620 (IUT_BMB_SIM) S 3618 3620 3583 0 -1 4194304 2252 0 0 0 52 17 0 0 18 0 1 0 243768705 9977856 2234 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3620/statm: 2436 2234 105 274 0 2159 0
[pid=3622] ppid=3620 vsize=64776 CPUtime=941.14
/proc/3622/stat : 3622 (minisat) R 3620 3620 3583 0 -1 4194304 15967 0 0 0 94096 18 0 0 25 0 1 0 243768774 66330624 15717 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3622/statm: 16194 15717 77 170 0 16022 0
Current children cumulated CPU time (s) 941.83
Current children cumulated vsize (KiB) 74520

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3624
/proc/meminfo: memFree=1446064/2055920 swapFree=4180380/4192956
[pid=3620] ppid=3618 vsize=9744 CPUtime=0.69
/proc/3620/stat : 3620 (IUT_BMB_SIM) S 3618 3620 3583 0 -1 4194304 2252 0 0 0 52 17 0 0 18 0 1 0 243768705 9977856 2234 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3620/statm: 2436 2234 105 274 0 2159 0
[pid=3622] ppid=3620 vsize=64776 CPUtime=1001.11
/proc/3622/stat : 3622 (minisat) R 3620 3620 3583 0 -1 4194304 15967 0 0 0 100093 18 0 0 25 0 1 0 243768774 66330624 15717 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3622/statm: 16194 15717 77 170 0 16022 0
Current children cumulated CPU time (s) 1001.8
Current children cumulated vsize (KiB) 74520

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3630
/proc/meminfo: memFree=1445744/2055920 swapFree=4180380/4192956
[pid=3620] ppid=3618 vsize=9744 CPUtime=0.69
/proc/3620/stat : 3620 (IUT_BMB_SIM) S 3618 3620 3583 0 -1 4194304 2252 0 0 0 52 17 0 0 18 0 1 0 243768705 9977856 2234 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3620/statm: 2436 2234 105 274 0 2159 0
[pid=3622] ppid=3620 vsize=64988 CPUtime=1061.08
/proc/3622/stat : 3622 (minisat) R 3620 3620 3583 0 -1 4194304 16024 0 0 0 106090 18 0 0 25 0 1 0 243768774 66547712 15774 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/3622/statm: 16247 15774 77 170 0 16075 0
Current children cumulated CPU time (s) 1061.77
Current children cumulated vsize (KiB) 74732

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3630
/proc/meminfo: memFree=1445744/2055920 swapFree=4180380/4192956
[pid=3620] ppid=3618 vsize=9744 CPUtime=0.69
/proc/3620/stat : 3620 (IUT_BMB_SIM) S 3618 3620 3583 0 -1 4194304 2252 0 0 0 52 17 0 0 18 0 1 0 243768705 9977856 2234 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3620/statm: 2436 2234 105 274 0 2159 0
[pid=3622] ppid=3620 vsize=64988 CPUtime=1121.05
/proc/3622/stat : 3622 (minisat) R 3620 3620 3583 0 -1 4194304 16025 0 0 0 112087 18 0 0 25 0 1 0 243768774 66547712 15775 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3622/statm: 16247 15775 77 170 0 16075 0
Current children cumulated CPU time (s) 1121.74
Current children cumulated vsize (KiB) 74732

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3630
/proc/meminfo: memFree=1445744/2055920 swapFree=4180380/4192956
[pid=3620] ppid=3618 vsize=9744 CPUtime=0.69
/proc/3620/stat : 3620 (IUT_BMB_SIM) S 3618 3620 3583 0 -1 4194304 2252 0 0 0 52 17 0 0 18 0 1 0 243768705 9977856 2234 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3620/statm: 2436 2234 105 274 0 2159 0
[pid=3622] ppid=3620 vsize=64988 CPUtime=1181.03
/proc/3622/stat : 3622 (minisat) R 3620 3620 3583 0 -1 4194304 16025 0 0 0 118085 18 0 0 25 0 1 0 243768774 66547712 15775 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3622/statm: 16247 15775 77 170 0 16075 0
Current children cumulated CPU time (s) 1181.72
Current children cumulated vsize (KiB) 74732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3630
/proc/meminfo: memFree=1445744/2055920 swapFree=4180380/4192956
[pid=3620] ppid=3618 vsize=9744 CPUtime=0.69
/proc/3620/stat : 3620 (IUT_BMB_SIM) S 3618 3620 3583 0 -1 4194304 2252 0 0 0 52 17 0 0 18 0 1 0 243768705 9977856 2234 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3620/statm: 2436 2234 105 274 0 2159 0
[pid=3622] ppid=3620 vsize=64988 CPUtime=1199.33
/proc/3622/stat : 3622 (minisat) R 3620 3620 3583 0 -1 4194304 16025 0 0 0 119915 18 0 0 25 0 1 0 243768774 66547712 15775 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3622/statm: 16247 15775 77 170 0 16075 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 74732

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 3620 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=521920
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=173973
# CPU time returned by wait4() is 0.695893
# while last known CPU time is 1200.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.61
CPU time (s): 1200.02
CPU user time (s): 1199.67
CPU system time (s): 0.35
CPU usage (%): 99.9506
Max. virtual memory (cumulated for all children) (KiB): 74732

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

runsolver used 0.948855 second user time and 3.43248 second system time

The end

Launcher Data

Begin job on node49 at 2009-05-12 21:44:03
IDJOB=1807360
IDBENCH=71569
IDSOLVER=650
FILE ID=node49/1807360-1242157443
PBS_JOBID= 9289743
Free space on /tmp= 66216 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v760c43649gyes1.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1807360-1242157443/watcher-1807360-1242157443 -o /tmp/evaluation-result-1807360-1242157443/solver-1807360-1242157443 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1807360-1242157443.cnf HOME

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

MD5SUM BENCH= 424de5d4f0392bf458f49384a643429b
RANDOM SEED=1324736412

node49.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.241
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.241
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:       1518936 kB
Buffers:         46460 kB
Cached:         433740 kB
SwapCached:       5592 kB
Active:          33744 kB
Inactive:       454532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1518936 kB
SwapTotal:     4192956 kB
SwapFree:      4180380 kB
Dirty:            2676 kB
Writeback:           0 kB
Mapped:          13644 kB
Slab:            34616 kB
Committed_AS:   903296 kB
PageTables:       1384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66212 MiB
End job on node49 at 2009-05-12 22:04:06