Trace number 1797541

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.0UNSAT 83.2603 83.2897

General information on the benchmark

Namehoons-vbmc-lucky7.cnf
MD5SUMe05028f569e580a3335aeab2d092cf1f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.22036
Satisfiable
(Un)Satisfiability was proved
Number of variables8503
Number of clauses25116
Sum of the clauses size58576
Maximum clause length3
Minimum clause length1
Number of clauses of size 121
Number of clauses of size 216730
Number of clauses of size 38365
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
0.29/0.39	This is MiniSat 2.0 beta
0.29/0.39	WARNING: for repeatability, setting FPU to use double precision
0.29/0.39	============================[ Problem Statistics ]=============================
0.29/0.39	|                                                                             |
0.29/0.39	|  Number of variables:  8503                                                 |
0.29/0.39	|  Number of clauses:    24247                                                |
0.38/0.41	|  Parsing time:         0.01         s                                       |
0.38/0.41	============================[ Search Statistics ]==============================
0.38/0.41	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.38/0.41	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.38/0.41	===============================================================================
0.38/0.41	|         0 |    8475    24003    55985 |     8001        0    nan |  0.000 % |
0.38/0.42	|       100 |    8379    24003    55985 |     8801       98      5 |  1.558 % |
0.38/0.43	|       250 |    8377    24003    55985 |     9681      248      8 |  1.558 % |
0.38/0.45	|       475 |    8325    23581    55066 |    10649      468      8 |  1.935 % |
0.38/0.49	|       813 |    8304    23493    54865 |    11714      803     11 |  2.124 % |
0.38/0.55	|      1319 |    8242    23280    54378 |    12885     1297     12 |  2.749 % |
0.38/0.66	|      2080 |    8222    23214    54226 |    14174     2054     14 |  2.985 % |
0.38/0.81	|      3220 |    8222    23214    54226 |    15591     3194     16 |  2.985 % |
1.08/1.10	|      4929 |    8216    23193    54179 |    17150     4902     19 |  3.056 % |
1.47/1.60	|      7491 |    8208    23166    54118 |    18865     7463     19 |  3.150 % |
2.27/2.37	|     11335 |    8204    23150    54083 |    20752    11306     23 |  3.198 % |
3.47/3.53	|     17102 |    8196    23119    54015 |    22827    17071     22 |  3.292 % |
5.97/6.03	|     25751 |    8187    23092    53954 |    25110    13500     28 |  3.434 % |
9.57/9.63	|     38725 |    8169    23022    53798 |    27621    26471     22 |  3.611 % |
15.87/15.91	|     58187 |    8157    22980    53704 |    30383    15748     15 |  3.752 % |
23.97/24.08	|     87379 |    8143    22932    53594 |    33422    27531     14 |  3.918 % |
41.67/41.72	|    131169 |    8143    22932    53594 |    36764    31847     17 |  3.917 % |
66.06/66.11	|    196853 |    8085    22729    53137 |    40440    27443     19 |  4.732 % |
83.15/83.25	===============================================================================
83.15/83.25	restarts              : 18
83.15/83.25	conflicts             : 250569         (3026 /sec)
83.15/83.25	decisions             : 306793         (1.64 % random) (3705 /sec)
83.15/83.25	propagations          : 164655729      (1988394 /sec)
83.15/83.25	conflict literals     : 4493501        (51.91 % deleted)
83.15/83.25	Memory used           : 9.56 MB
83.15/83.25	CPU time              : 82.8084 s
83.15/83.25	
83.15/83.25	UNSATISFIABLE
83.15/83.25	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1797541-1242077685/watcher-1797541-1242077685 -o /tmp/evaluation-result-1797541-1242077685/solver-1797541-1242077685 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797541-1242077685.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.99 0.97 0.99 3/64 15020
/proc/meminfo: memFree=1877976/2055920 swapFree=4192812/4192956
[pid=15020] ppid=15018 vsize=1580 CPUtime=0
/proc/15020/stat : 15020 (IUT_BMB_SIM) R 15018 15020 14761 0 -1 4194304 122 0 0 0 0 0 0 0 20 0 1 0 62770349 1617920 105 1992294400 134512640 135635349 4294956224 18446744073709551615 135073536 0 0 4096 0 0 0 0 17 1 0 0
/proc/15020/statm: 395 106 90 274 0 118 0

[startup+0.0679821 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 15020
/proc/meminfo: memFree=1877976/2055920 swapFree=4192812/4192956
[pid=15020] ppid=15018 vsize=3320 CPUtime=0.06
/proc/15020/stat : 15020 (IUT_BMB_SIM) R 15018 15020 14761 0 -1 4194304 663 0 0 0 6 0 0 0 20 0 1 0 62770349 3399680 646 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 1 0 0
/proc/15020/statm: 830 646 97 274 0 553 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3320

[startup+0.101984 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 15020
/proc/meminfo: memFree=1877976/2055920 swapFree=4192812/4192956
[pid=15020] ppid=15018 vsize=3848 CPUtime=0.09
/proc/15020/stat : 15020 (IUT_BMB_SIM) R 15018 15020 14761 0 -1 4194304 769 0 0 0 9 0 0 0 20 0 1 0 62770349 3940352 752 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 1 0 0
/proc/15020/statm: 962 752 97 274 0 685 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3848

[startup+0.302005 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 15020
/proc/meminfo: memFree=1877976/2055920 swapFree=4192812/4192956
[pid=15020] ppid=15018 vsize=6456 CPUtime=0.29
/proc/15020/stat : 15020 (IUT_BMB_SIM) R 15018 15020 14761 0 -1 4194304 1469 0 0 0 27 2 0 0 22 0 1 0 62770349 6610944 1435 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 1 0 0
/proc/15020/statm: 1614 1435 100 274 0 1337 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6456

[startup+0.701051 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 15020
/proc/meminfo: memFree=1877976/2055920 swapFree=4192812/4192956
[pid=15020] ppid=15018 vsize=6456 CPUtime=0.38
/proc/15020/stat : 15020 (IUT_BMB_SIM) S 15018 15020 14761 0 -1 4194304 1475 0 0 0 29 9 0 0 23 0 1 0 62770349 6610944 1440 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15020/statm: 1614 1440 105 274 0 1337 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 6456

[startup+1.50113 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15022
/proc/meminfo: memFree=1869896/2055920 swapFree=4192812/4192956
[pid=15020] ppid=15018 vsize=6456 CPUtime=0.38
/proc/15020/stat : 15020 (IUT_BMB_SIM) S 15018 15020 14761 0 -1 4194304 1475 0 0 0 29 9 0 0 23 0 1 0 62770349 6610944 1440 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15020/statm: 1614 1440 105 274 0 1337 0
[pid=15022] ppid=15020 vsize=4156 CPUtime=1.09
/proc/15022/stat : 15022 (minisat) R 15020 15020 14761 0 -1 4194304 1002 0 0 0 109 0 0 0 25 0 1 0 62770388 4255744 752 1992294400 134512640 135212939 4294956320 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 1 0 0
/proc/15022/statm: 1039 752 76 170 0 867 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 10612

[startup+3.1013 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15022
/proc/meminfo: memFree=1868872/2055920 swapFree=4192812/4192956
[pid=15020] ppid=15018 vsize=6456 CPUtime=0.38
/proc/15020/stat : 15020 (IUT_BMB_SIM) S 15018 15020 14761 0 -1 4194304 1475 0 0 0 29 9 0 0 23 0 1 0 62770349 6610944 1440 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15020/statm: 1614 1440 105 274 0 1337 0
[pid=15022] ppid=15020 vsize=5416 CPUtime=2.69
/proc/15022/stat : 15022 (minisat) R 15020 15020 14761 0 -1 4194304 1289 0 0 0 269 0 0 0 25 0 1 0 62770388 5545984 1039 1992294400 134512640 135212939 4294956320 18446744073709551615 134526704 0 0 4096 3 0 0 0 17 1 0 0
/proc/15022/statm: 1354 1039 76 170 0 1182 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 11872

[startup+6.30163 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15022
/proc/meminfo: memFree=1866760/2055920 swapFree=4192812/4192956
[pid=15020] ppid=15018 vsize=6456 CPUtime=0.38
/proc/15020/stat : 15020 (IUT_BMB_SIM) S 15018 15020 14761 0 -1 4194304 1475 0 0 0 29 9 0 0 23 0 1 0 62770349 6610944 1440 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15020/statm: 1614 1440 105 274 0 1337 0
[pid=15022] ppid=15020 vsize=7056 CPUtime=5.89
/proc/15022/stat : 15022 (minisat) R 15020 15020 14761 0 -1 4194304 1699 0 0 0 588 1 0 0 25 0 1 0 62770388 7225344 1449 1992294400 134512640 135212939 4294956320 18446744073709551615 134539207 0 0 4096 3 0 0 0 17 1 0 0
/proc/15022/statm: 1764 1449 76 170 0 1592 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 13512

[startup+12.7013 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15022
/proc/meminfo: memFree=1866312/2055920 swapFree=4192812/4192956
[pid=15020] ppid=15018 vsize=6456 CPUtime=0.38
/proc/15020/stat : 15020 (IUT_BMB_SIM) S 15018 15020 14761 0 -1 4194304 1475 0 0 0 29 9 0 0 23 0 1 0 62770349 6610944 1440 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15020/statm: 1614 1440 105 274 0 1337 0
[pid=15022] ppid=15020 vsize=7352 CPUtime=12.29
/proc/15022/stat : 15022 (minisat) R 15020 15020 14761 0 -1 4194304 1768 0 0 0 1228 1 0 0 25 0 1 0 62770388 7528448 1518 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/15022/statm: 1838 1518 76 170 0 1666 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 13808

[startup+25.5016 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15022
/proc/meminfo: memFree=1866120/2055920 swapFree=4192812/4192956
[pid=15020] ppid=15018 vsize=6456 CPUtime=0.38
/proc/15020/stat : 15020 (IUT_BMB_SIM) S 15018 15020 14761 0 -1 4194304 1475 0 0 0 29 9 0 0 23 0 1 0 62770349 6610944 1440 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15020/statm: 1614 1440 105 274 0 1337 0
[pid=15022] ppid=15020 vsize=7632 CPUtime=25.09
/proc/15022/stat : 15022 (minisat) R 15020 15020 14761 0 -1 4194304 1829 0 0 0 2508 1 0 0 25 0 1 0 62770388 7815168 1579 1992294400 134512640 135212939 4294956320 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 1 0 0
/proc/15022/statm: 1908 1579 76 170 0 1736 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 14088

[startup+51.1013 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15022
/proc/meminfo: memFree=1864776/2055920 swapFree=4192812/4192956
[pid=15020] ppid=15018 vsize=6456 CPUtime=0.38
/proc/15020/stat : 15020 (IUT_BMB_SIM) S 15018 15020 14761 0 -1 4194304 1475 0 0 0 29 9 0 0 23 0 1 0 62770349 6610944 1440 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15020/statm: 1614 1440 105 274 0 1337 0
[pid=15022] ppid=15020 vsize=9108 CPUtime=50.68
/proc/15022/stat : 15022 (minisat) R 15020 15020 14761 0 -1 4194304 2197 0 0 0 5067 1 0 0 25 0 1 0 62770388 9326592 1947 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 1 0 0
/proc/15022/statm: 2277 1947 76 170 0 2105 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 15564

Solver just ended. Dumping a history of the last processes samples

[startup+63.9017 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15022
/proc/meminfo: memFree=1864200/2055920 swapFree=4192812/4192956
[pid=15020] ppid=15018 vsize=6456 CPUtime=0.38
/proc/15020/stat : 15020 (IUT_BMB_SIM) S 15018 15020 14761 0 -1 4194304 1475 0 0 0 29 9 0 0 23 0 1 0 62770349 6610944 1440 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15020/statm: 1614 1440 105 274 0 1337 0
[pid=15022] ppid=15020 vsize=9708 CPUtime=63.48
/proc/15022/stat : 15022 (minisat) R 15020 15020 14761 0 -1 4194304 2329 0 0 0 6346 2 0 0 25 0 1 0 62770388 9940992 2079 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/15022/statm: 2427 2079 76 170 0 2255 0
Current children cumulated CPU time (s) 63.86
Current children cumulated vsize (KiB) 16164

[startup+76.702 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15022
/proc/meminfo: memFree=1864136/2055920 swapFree=4192812/4192956
[pid=15020] ppid=15018 vsize=6456 CPUtime=0.38
/proc/15020/stat : 15020 (IUT_BMB_SIM) S 15018 15020 14761 0 -1 4194304 1475 0 0 0 29 9 0 0 23 0 1 0 62770349 6610944 1440 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15020/statm: 1614 1440 105 274 0 1337 0
[pid=15022] ppid=15020 vsize=9788 CPUtime=76.28
/proc/15022/stat : 15022 (minisat) R 15020 15020 14761 0 -1 4194304 2331 0 0 0 7626 2 0 0 25 0 1 0 62770388 10022912 2081 1992294400 134512640 135212939 4294956320 18446744073709551615 134526636 0 0 4096 3 0 0 0 17 1 0 0
/proc/15022/statm: 2447 2081 76 170 0 2275 0
Current children cumulated CPU time (s) 76.66
Current children cumulated vsize (KiB) 16244

[startup+79.9013 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15022
/proc/meminfo: memFree=1864136/2055920 swapFree=4192812/4192956
[pid=15020] ppid=15018 vsize=6456 CPUtime=0.38
/proc/15020/stat : 15020 (IUT_BMB_SIM) S 15018 15020 14761 0 -1 4194304 1475 0 0 0 29 9 0 0 23 0 1 0 62770349 6610944 1440 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15020/statm: 1614 1440 105 274 0 1337 0
[pid=15022] ppid=15020 vsize=9788 CPUtime=79.47
/proc/15022/stat : 15022 (minisat) R 15020 15020 14761 0 -1 4194304 2331 0 0 0 7945 2 0 0 25 0 1 0 62770388 10022912 2081 1992294400 134512640 135212939 4294956320 18446744073709551615 134527011 0 0 4096 3 0 0 0 17 1 0 0
/proc/15022/statm: 2447 2081 76 170 0 2275 0
Current children cumulated CPU time (s) 79.85
Current children cumulated vsize (KiB) 16244

[startup+81.5015 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15022
/proc/meminfo: memFree=1864136/2055920 swapFree=4192812/4192956
[pid=15020] ppid=15018 vsize=6456 CPUtime=0.38
/proc/15020/stat : 15020 (IUT_BMB_SIM) S 15018 15020 14761 0 -1 4194304 1475 0 0 0 29 9 0 0 23 0 1 0 62770349 6610944 1440 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15020/statm: 1614 1440 105 274 0 1337 0
[pid=15022] ppid=15020 vsize=9788 CPUtime=81.07
/proc/15022/stat : 15022 (minisat) R 15020 15020 14761 0 -1 4194304 2331 0 0 0 8105 2 0 0 25 0 1 0 62770388 10022912 2081 1992294400 134512640 135212939 4294956320 18446744073709551615 134538790 0 0 4096 3 0 0 0 17 1 0 0
/proc/15022/statm: 2447 2081 76 170 0 2275 0
Current children cumulated CPU time (s) 81.45
Current children cumulated vsize (KiB) 16244

[startup+82.3026 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15022
/proc/meminfo: memFree=1864136/2055920 swapFree=4192812/4192956
[pid=15020] ppid=15018 vsize=6456 CPUtime=0.38
/proc/15020/stat : 15020 (IUT_BMB_SIM) S 15018 15020 14761 0 -1 4194304 1475 0 0 0 29 9 0 0 23 0 1 0 62770349 6610944 1440 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15020/statm: 1614 1440 105 274 0 1337 0
[pid=15022] ppid=15020 vsize=9788 CPUtime=81.87
/proc/15022/stat : 15022 (minisat) R 15020 15020 14761 0 -1 4194304 2331 0 0 0 8185 2 0 0 25 0 1 0 62770388 10022912 2081 1992294400 134512640 135212939 4294956320 18446744073709551615 134529392 0 0 4096 3 0 0 0 17 1 0 0
/proc/15022/statm: 2447 2081 76 170 0 2275 0
Current children cumulated CPU time (s) 82.25
Current children cumulated vsize (KiB) 16244

[startup+82.7026 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15022
/proc/meminfo: memFree=1864136/2055920 swapFree=4192812/4192956
[pid=15020] ppid=15018 vsize=6456 CPUtime=0.38
/proc/15020/stat : 15020 (IUT_BMB_SIM) S 15018 15020 14761 0 -1 4194304 1475 0 0 0 29 9 0 0 23 0 1 0 62770349 6610944 1440 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15020/statm: 1614 1440 105 274 0 1337 0
[pid=15022] ppid=15020 vsize=9788 CPUtime=82.27
/proc/15022/stat : 15022 (minisat) R 15020 15020 14761 0 -1 4194304 2331 0 0 0 8225 2 0 0 25 0 1 0 62770388 10022912 2081 1992294400 134512640 135212939 4294956320 18446744073709551615 134526624 0 0 4096 3 0 0 0 17 1 0 0
/proc/15022/statm: 2447 2081 76 170 0 2275 0
Current children cumulated CPU time (s) 82.65
Current children cumulated vsize (KiB) 16244

[startup+83.1017 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15022
/proc/meminfo: memFree=1864136/2055920 swapFree=4192812/4192956
[pid=15020] ppid=15018 vsize=6456 CPUtime=0.38
/proc/15020/stat : 15020 (IUT_BMB_SIM) S 15018 15020 14761 0 -1 4194304 1475 0 0 0 29 9 0 0 23 0 1 0 62770349 6610944 1440 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15020/statm: 1614 1440 105 274 0 1337 0
[pid=15022] ppid=15020 vsize=9788 CPUtime=82.67
/proc/15022/stat : 15022 (minisat) R 15020 15020 14761 0 -1 4194304 2331 0 0 0 8265 2 0 0 25 0 1 0 62770388 10022912 2081 1992294400 134512640 135212939 4294956320 18446744073709551615 134526704 0 0 4096 3 0 0 0 17 1 0 0
/proc/15022/statm: 2447 2081 76 170 0 2275 0
Current children cumulated CPU time (s) 83.05
Current children cumulated vsize (KiB) 16244

[startup+83.2017 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15022
/proc/meminfo: memFree=1864136/2055920 swapFree=4192812/4192956
[pid=15020] ppid=15018 vsize=6456 CPUtime=0.38
/proc/15020/stat : 15020 (IUT_BMB_SIM) S 15018 15020 14761 0 -1 4194304 1475 0 0 0 29 9 0 0 23 0 1 0 62770349 6610944 1440 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15020/statm: 1614 1440 105 274 0 1337 0
[pid=15022] ppid=15020 vsize=9788 CPUtime=82.77
/proc/15022/stat : 15022 (minisat) R 15020 15020 14761 0 -1 4194304 2331 0 0 0 8275 2 0 0 25 0 1 0 62770388 10022912 2081 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 1 0 0
/proc/15022/statm: 2447 2081 76 170 0 2275 0
Current children cumulated CPU time (s) 83.15
Current children cumulated vsize (KiB) 16244

Child status: 0
Real time (s): 83.2897
CPU time (s): 83.2603
CPU user time (s): 83.1404
CPU system time (s): 0.119981
CPU usage (%): 99.9647
Max. virtual memory (cumulated for all children) (KiB): 16244

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

runsolver used 0.100984 second user time and 0.201969 second system time

The end

Launcher Data

Begin job on node7 at 2009-05-11 23:34:45
IDJOB=1797541
IDBENCH=69576
IDSOLVER=650
FILE ID=node7/1797541-1242077685
PBS_JOBID= 9277590
Free space on /tmp= 66320 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT_RACE08/cnf/hoons-vbmc-lucky7.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797541-1242077685/watcher-1797541-1242077685 -o /tmp/evaluation-result-1797541-1242077685/solver-1797541-1242077685 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1797541-1242077685.cnf HOME

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

MD5SUM BENCH= e05028f569e580a3335aeab2d092cf1f
RANDOM SEED=1861003471

node7.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.243
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.243
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:       1878456 kB
Buffers:         34340 kB
Cached:          48956 kB
SwapCached:        140 kB
Active:          31288 kB
Inactive:        66048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1878456 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2712 kB
Writeback:           0 kB
Mapped:          23648 kB
Slab:            66108 kB
Committed_AS:   188636 kB
PageTables:       1444 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= 66316 MiB
End job on node7 at 2009-05-11 23:36:08