Trace number 1578206

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
IUT_BMB_SAT 1.0UNSAT 77.0013 77.0626

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-10-5p0.cnf
MD5SUM9d45c35f4df88b155135c4914792c59e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.3138
Satisfiable
(Un)Satisfiability was proved
Number of variables104481
Number of clauses500875
Sum of the clauses size1175028
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2398201
Number of clauses of size 369976
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

Solver Data

0.00/0.00	c IUT_BMB_SAT version 1.0
7.57/7.69	c WARNING: for repeatability, setting FPU to use double precision
7.57/7.69	c ============================[ Problem Statistics ]=============================
7.57/7.69	c |                                                                             |
7.57/7.69	c |  Number of variables:  104481                                               |
7.57/7.69	c |  Number of clauses:    345121                                               |
7.65/8.20	c |  Parsing time:         0.47         s                                       |
9.05/9.11	c ============================[ Search Statistics ]==============================
9.05/9.11	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.05/9.11	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.05/9.11	c ===============================================================================
9.05/9.11	c |         0 |   49037   288094   784901 |    96031        0    nan |  0.000 % |
9.15/9.25	c |       100 |   49037   288094   784901 |   105634      100    115 |  0.000 % |
9.35/9.44	c |       250 |   48991   288094   784901 |   116197      247    126 |  1.694 % |
9.65/9.70	c |       475 |   48695   288094   784901 |   127817      468    102 |  3.982 % |
10.05/10.15	c |       813 |   44697   261225   715910 |   140599      798     90 |  5.590 % |
10.45/10.57	c |      1322 |   42462   245318   673751 |   154659     1294    112 |  6.294 % |
11.65/11.77	c |      2081 |   41934   241636   664556 |   170125     2044    108 |  6.800 % |
12.85/12.96	c |      3221 |   41890   241446   664175 |   187137     3177    107 |  6.842 % |
14.95/15.09	c |      4929 |   40207   232534   640762 |   205851     4855    115 |  9.295 % |
18.25/18.35	c |      7492 |   38732   220923   610466 |   226436     7399    121 |  9.865 % |
25.05/25.13	c |     11336 |   38417   219200   606433 |   249080    11167    146 | 10.194 % |
37.44/37.55	c |     17106 |   38326   218491   604684 |   273988    16871    169 | 10.258 % |
59.12/59.28	c |     25759 |   38049   216767   600320 |   301387    25407    178 | 10.836 % |
76.11/76.24	c ===============================================================================
76.11/76.24	c restarts              : 13
76.11/76.24	c conflicts             : 31905          (466 /sec)
76.11/76.24	c decisions             : 212083         (1.42 % random) (3100 /sec)
76.11/76.24	c propagations          : 78981169       (1154449 /sec)
76.11/76.24	c conflict literals     : 5369236        (33.02 % deleted)
76.11/76.24	c Memory used           : 54.05 MB
76.11/76.24	c CPU time              : 68.4146 s
76.11/76.24	
76.11/76.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-1578206-1238895968/watcher-1578206-1238895968 -o /tmp/evaluation-result-1578206-1238895968/solver-1578206-1238895968 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1578206-1238895968.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.95 0.97 1.05 3/64 20175
/proc/meminfo: memFree=1800368/2055920 swapFree=4177844/4192956
[pid=20175] ppid=20173 vsize=7156 CPUtime=0
/proc/20175/stat : 20175 (IUT_BMB_SAT) R 20173 20175 20111 0 -1 4194304 182 0 0 0 0 0 0 0 18 0 1 0 1162259402 7327744 165 1992294400 134512640 135635285 4294956224 18446744073709551615 134533654 0 0 4096 0 0 0 0 17 1 0 0
/proc/20175/statm: 1789 165 92 274 0 1512 0

[startup+0.0501729 s]
/proc/loadavg: 0.95 0.97 1.05 3/64 20175
/proc/meminfo: memFree=1800368/2055920 swapFree=4177844/4192956
[pid=20175] ppid=20173 vsize=7156 CPUtime=0.04
/proc/20175/stat : 20175 (IUT_BMB_SAT) R 20173 20175 20111 0 -1 4194304 886 0 0 0 4 0 0 0 18 0 1 0 1162259402 7327744 869 1992294400 134512640 135635285 4294956224 18446744073709551615 134533644 0 0 4096 0 0 0 0 17 1 0 0
/proc/20175/statm: 1789 870 92 274 0 1512 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7156

[startup+0.101178 s]
/proc/loadavg: 0.95 0.97 1.05 3/64 20175
/proc/meminfo: memFree=1800368/2055920 swapFree=4177844/4192956
[pid=20175] ppid=20173 vsize=9528 CPUtime=0.09
/proc/20175/stat : 20175 (IUT_BMB_SAT) R 20173 20175 20111 0 -1 4194304 2181 0 0 0 9 0 0 0 18 0 1 0 1162259402 9756672 2164 1992294400 134512640 135635285 4294956224 18446744073709551615 134534965 0 0 4096 0 0 0 0 17 1 0 0
/proc/20175/statm: 2485 2169 92 274 0 2208 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9528

[startup+0.3012 s]
/proc/loadavg: 0.95 0.97 1.05 3/64 20175
/proc/meminfo: memFree=1800368/2055920 swapFree=4177844/4192956
[pid=20175] ppid=20173 vsize=23788 CPUtime=0.29
/proc/20175/stat : 20175 (IUT_BMB_SAT) R 20173 20175 20111 0 -1 4194304 5782 0 0 0 28 1 0 0 19 0 1 0 1162259402 24358912 5765 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 1 0 0
/proc/20175/statm: 5947 5765 99 274 0 5670 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23788

[startup+0.701243 s]
/proc/loadavg: 0.95 0.97 1.05 3/64 20175
/proc/meminfo: memFree=1800368/2055920 swapFree=4177844/4192956
[pid=20175] ppid=20173 vsize=28936 CPUtime=0.69
/proc/20175/stat : 20175 (IUT_BMB_SAT) R 20173 20175 20111 0 -1 4194304 7071 0 0 0 67 2 0 0 22 0 1 0 1162259402 29630464 7054 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 1 0 0
/proc/20175/statm: 7234 7054 99 274 0 6957 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28936

[startup+1.50133 s]
/proc/loadavg: 0.95 0.97 1.05 2/65 20176
/proc/meminfo: memFree=1768872/2055920 swapFree=4177844/4192956
[pid=20175] ppid=20173 vsize=37516 CPUtime=1.49
/proc/20175/stat : 20175 (IUT_BMB_SAT) R 20173 20175 20111 0 -1 4194304 9185 0 0 0 146 3 0 0 25 0 1 0 1162259402 38416384 9168 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 1 0 0
/proc/20175/statm: 9379 9168 99 274 0 9102 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37516

[startup+3.10151 s]
/proc/loadavg: 0.95 0.97 1.05 2/65 20176
/proc/meminfo: memFree=1757224/2055920 swapFree=4177844/4192956
[pid=20175] ppid=20173 vsize=54016 CPUtime=3.08
/proc/20175/stat : 20175 (IUT_BMB_SAT) R 20173 20175 20111 0 -1 4194304 13323 0 0 0 302 6 0 0 25 0 1 0 1162259402 55312384 13306 1992294400 134512640 135635285 4294956224 18446744073709551615 134530655 0 0 4096 0 0 0 0 17 0 0 0
/proc/20175/statm: 13504 13306 99 274 0 13227 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 54016

[startup+6.30185 s]
/proc/loadavg: 0.95 0.97 1.05 2/65 20176
/proc/meminfo: memFree=1714216/2055920 swapFree=4177844/4192956
[pid=20175] ppid=20173 vsize=86744 CPUtime=6.29
/proc/20175/stat : 20175 (IUT_BMB_SAT) R 20173 20175 20111 0 -1 4194304 21899 0 0 0 586 43 0 0 25 0 1 0 1162259402 88825856 21508 1992294400 134512640 135635285 4294956224 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 1 0 0
/proc/20175/statm: 21686 21508 101 274 0 21409 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 86744

[startup+12.7015 s]
/proc/loadavg: 0.95 0.97 1.05 2/67 20178
/proc/meminfo: memFree=1673624/2055920 swapFree=4177844/4192956
[pid=20175] ppid=20173 vsize=86744 CPUtime=7.65
/proc/20175/stat : 20175 (IUT_BMB_SAT) S 20173 20175 20111 0 -1 4194304 21905 0 0 0 629 136 0 0 24 0 1 0 1162259402 88825856 21513 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/20175/statm: 21686 21513 106 274 0 21409 0
[pid=20177] ppid=20175 vsize=5356 CPUtime=0
/proc/20177/stat : 20177 (sh) S 20175 20175 20111 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1162260170 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20177/statm: 1339 232 193 169 0 50 0
[pid=20178] ppid=20177 vsize=38188 CPUtime=5
/proc/20178/stat : 20178 (minisat) R 20177 20175 20111 0 -1 4194304 10151 0 0 0 494 6 0 0 25 0 1 0 1162260171 39104512 8647 1992294400 134512640 135243223 4294956320 18446744073709551615 134555453 0 0 4096 3 0 0 0 17 1 0 0
/proc/20178/statm: 9547 8647 85 178 0 9367 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 130288

[startup+25.5019 s]
/proc/loadavg: 0.96 0.97 1.05 2/67 20178
/proc/meminfo: memFree=1670936/2055920 swapFree=4177844/4192956
[pid=20175] ppid=20173 vsize=86744 CPUtime=7.65
/proc/20175/stat : 20175 (IUT_BMB_SAT) S 20173 20175 20111 0 -1 4194304 21905 0 0 0 629 136 0 0 24 0 1 0 1162259402 88825856 21513 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/20175/statm: 21686 21513 106 274 0 21409 0
[pid=20177] ppid=20175 vsize=5356 CPUtime=0
/proc/20177/stat : 20177 (sh) S 20175 20175 20111 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1162260170 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20177/statm: 1339 232 193 169 0 50 0
[pid=20178] ppid=20177 vsize=40980 CPUtime=17.8
/proc/20178/stat : 20178 (minisat) R 20177 20175 20111 0 -1 4194304 10881 0 0 0 1773 7 0 0 25 0 1 0 1162260171 41963520 9377 1992294400 134512640 135243223 4294956320 18446744073709551615 134558320 0 0 4096 3 0 0 0 17 1 0 0
/proc/20178/statm: 10245 9377 85 178 0 10065 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 133080

[startup+51.1017 s]
/proc/loadavg: 0.97 0.97 1.05 2/67 20178
/proc/meminfo: memFree=1662232/2055920 swapFree=4177844/4192956
[pid=20175] ppid=20173 vsize=86744 CPUtime=7.65
/proc/20175/stat : 20175 (IUT_BMB_SAT) S 20173 20175 20111 0 -1 4194304 21905 0 0 0 629 136 0 0 24 0 1 0 1162259402 88825856 21513 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/20175/statm: 21686 21513 106 274 0 21409 0
[pid=20177] ppid=20175 vsize=5356 CPUtime=0
/proc/20177/stat : 20177 (sh) S 20175 20175 20111 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1162260170 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20177/statm: 1339 232 193 169 0 50 0
[pid=20178] ppid=20177 vsize=49988 CPUtime=43.38
/proc/20178/stat : 20178 (minisat) R 20177 20175 20111 0 -1 4194304 13115 0 0 0 4329 9 0 0 25 0 1 0 1162260171 51187712 11611 1992294400 134512640 135243223 4294956320 18446744073709551615 134555632 0 0 4096 3 0 0 0 17 1 0 0
/proc/20178/statm: 12497 11611 85 178 0 12317 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 142088

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

[startup+63.9011 s]
/proc/loadavg: 0.98 0.97 1.05 2/67 20178
/proc/meminfo: memFree=1658648/2055920 swapFree=4177844/4192956
[pid=20175] ppid=20173 vsize=86744 CPUtime=7.65
/proc/20175/stat : 20175 (IUT_BMB_SAT) S 20173 20175 20111 0 -1 4194304 21905 0 0 0 629 136 0 0 24 0 1 0 1162259402 88825856 21513 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/20175/statm: 21686 21513 106 274 0 21409 0
[pid=20177] ppid=20175 vsize=5356 CPUtime=0
/proc/20177/stat : 20177 (sh) S 20175 20175 20111 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1162260170 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20177/statm: 1339 232 193 169 0 50 0
[pid=20178] ppid=20177 vsize=53288 CPUtime=56.17
/proc/20178/stat : 20178 (minisat) R 20177 20175 20111 0 -1 4194304 13956 0 0 0 5607 10 0 0 25 0 1 0 1162260171 54566912 12452 1992294400 134512640 135243223 4294956320 18446744073709551615 134555504 0 0 4096 3 0 0 0 17 1 0 0
/proc/20178/statm: 13322 12452 85 178 0 13142 0
Current children cumulated CPU time (s) 63.82
Current children cumulated vsize (KiB) 145388

[startup+70.3018 s]
/proc/loadavg: 0.98 0.97 1.05 2/67 20178
/proc/meminfo: memFree=1657176/2055920 swapFree=4177844/4192956
[pid=20175] ppid=20173 vsize=86744 CPUtime=7.65
/proc/20175/stat : 20175 (IUT_BMB_SAT) S 20173 20175 20111 0 -1 4194304 21905 0 0 0 629 136 0 0 24 0 1 0 1162259402 88825856 21513 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/20175/statm: 21686 21513 106 274 0 21409 0
[pid=20177] ppid=20175 vsize=5356 CPUtime=0
/proc/20177/stat : 20177 (sh) S 20175 20175 20111 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1162260170 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20177/statm: 1339 232 193 169 0 50 0
[pid=20178] ppid=20177 vsize=54812 CPUtime=62.57
/proc/20178/stat : 20178 (minisat) R 20177 20175 20111 0 -1 4194304 14326 0 0 0 6247 10 0 0 25 0 1 0 1162260171 56127488 12822 1992294400 134512640 135243223 4294956320 18446744073709551615 134555658 0 0 4096 3 0 0 0 17 1 0 0
/proc/20178/statm: 13703 12822 85 178 0 13523 0
Current children cumulated CPU time (s) 70.22
Current children cumulated vsize (KiB) 146912

[startup+73.5011 s]
/proc/loadavg: 0.98 0.97 1.05 2/67 20178
/proc/meminfo: memFree=1656856/2055920 swapFree=4177844/4192956
[pid=20175] ppid=20173 vsize=86744 CPUtime=7.65
/proc/20175/stat : 20175 (IUT_BMB_SAT) S 20173 20175 20111 0 -1 4194304 21905 0 0 0 629 136 0 0 24 0 1 0 1162259402 88825856 21513 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/20175/statm: 21686 21513 106 274 0 21409 0
[pid=20177] ppid=20175 vsize=5356 CPUtime=0
/proc/20177/stat : 20177 (sh) S 20175 20175 20111 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1162260170 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20177/statm: 1339 232 193 169 0 50 0
[pid=20178] ppid=20177 vsize=55340 CPUtime=65.76
/proc/20178/stat : 20178 (minisat) R 20177 20175 20111 0 -1 4194304 14454 0 0 0 6566 10 0 0 25 0 1 0 1162260171 56668160 12950 1992294400 134512640 135243223 4294956320 18446744073709551615 134555600 0 0 4096 3 0 0 0 17 1 0 0
/proc/20178/statm: 13835 12950 85 178 0 13655 0
Current children cumulated CPU time (s) 73.41
Current children cumulated vsize (KiB) 147440

[startup+75.1023 s]
/proc/loadavg: 0.98 0.97 1.05 2/67 20178
/proc/meminfo: memFree=1656600/2055920 swapFree=4177844/4192956
[pid=20175] ppid=20173 vsize=86744 CPUtime=7.65
/proc/20175/stat : 20175 (IUT_BMB_SAT) S 20173 20175 20111 0 -1 4194304 21905 0 0 0 629 136 0 0 24 0 1 0 1162259402 88825856 21513 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/20175/statm: 21686 21513 106 274 0 21409 0
[pid=20177] ppid=20175 vsize=5356 CPUtime=0
/proc/20177/stat : 20177 (sh) S 20175 20175 20111 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1162260170 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20177/statm: 1339 232 193 169 0 50 0
[pid=20178] ppid=20177 vsize=55340 CPUtime=67.36
/proc/20178/stat : 20178 (minisat) R 20177 20175 20111 0 -1 4194304 14460 0 0 0 6726 10 0 0 25 0 1 0 1162260171 56668160 12956 1992294400 134512640 135243223 4294956320 18446744073709551615 134555504 0 0 4096 3 0 0 0 17 1 0 0
/proc/20178/statm: 13835 12956 85 178 0 13655 0
Current children cumulated CPU time (s) 75.01
Current children cumulated vsize (KiB) 147440

[startup+75.9054 s]
/proc/loadavg: 0.98 0.97 1.05 2/67 20178
/proc/meminfo: memFree=1656600/2055920 swapFree=4177844/4192956
[pid=20175] ppid=20173 vsize=86744 CPUtime=7.65
/proc/20175/stat : 20175 (IUT_BMB_SAT) S 20173 20175 20111 0 -1 4194304 21905 0 0 0 629 136 0 0 24 0 1 0 1162259402 88825856 21513 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/20175/statm: 21686 21513 106 274 0 21409 0
[pid=20177] ppid=20175 vsize=5356 CPUtime=0
/proc/20177/stat : 20177 (sh) S 20175 20175 20111 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1162260170 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20177/statm: 1339 232 193 169 0 50 0
[pid=20178] ppid=20177 vsize=55340 CPUtime=68.17
/proc/20178/stat : 20178 (minisat) R 20177 20175 20111 0 -1 4194304 14460 0 0 0 6807 10 0 0 25 0 1 0 1162260171 56668160 12956 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/20178/statm: 13835 12956 85 178 0 13655 0
Current children cumulated CPU time (s) 75.82
Current children cumulated vsize (KiB) 147440

[startup+76.7015 s]
/proc/loadavg: 0.98 0.97 1.05 2/67 20178
/proc/meminfo: memFree=1656600/2055920 swapFree=4177844/4192956
[pid=20175] ppid=20173 vsize=76936 CPUtime=76.62
/proc/20175/stat : 20175 (IUT_BMB_SAT) R 20173 20175 20111 0 -1 4194304 37533 14748 0 0 670 139 6841 12 19 0 1 0 1162259402 78782464 19062 1992294400 134512640 135635285 4294956224 18446744073709551615 135067717 0 0 4096 0 0 0 0 17 1 0 0
/proc/20175/statm: 19234 19062 107 274 0 18957 0
Current children cumulated CPU time (s) 76.62
Current children cumulated vsize (KiB) 76936

[startup+76.9015 s]
/proc/loadavg: 0.98 0.97 1.05 2/65 20178
/proc/meminfo: memFree=1719336/2055920 swapFree=4177844/4192956
[pid=20175] ppid=20173 vsize=75708 CPUtime=76.82
/proc/20175/stat : 20175 (IUT_BMB_SAT) R 20173 20175 20111 0 -1 4194304 37929 14748 0 0 690 139 6841 12 22 0 1 0 1162259402 77524992 18755 1992294400 134512640 135635285 4294956224 18446744073709551615 135063293 0 0 4096 0 0 0 0 17 1 0 0
/proc/20175/statm: 18927 18755 107 274 0 18650 0
Current children cumulated CPU time (s) 76.82
Current children cumulated vsize (KiB) 75708

[startup+77.0055 s]
/proc/loadavg: 0.98 0.97 1.05 2/65 20178
/proc/meminfo: memFree=1719336/2055920 swapFree=4177844/4192956
[pid=20175] ppid=20173 vsize=47688 CPUtime=76.92
/proc/20175/stat : 20175 (IUT_BMB_SAT) R 20173 20175 20111 0 -1 4194304 37950 14748 0 0 700 139 6841 12 23 0 1 0 1162259402 48832512 11750 1992294400 134512640 135635285 4294956224 18446744073709551615 135137553 0 0 4096 0 0 0 0 17 1 0 0
/proc/20175/statm: 11922 11647 107 274 0 11645 0
Current children cumulated CPU time (s) 76.92
Current children cumulated vsize (KiB) 47688

Child status: 0
Real time (s): 77.0626
CPU time (s): 77.0013
CPU user time (s): 75.4705
CPU system time (s): 1.53077
CPU usage (%): 99.9205
Max. virtual memory (cumulated for all children) (KiB): 147440

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

runsolver used 0.071989 second user time and 0.218966 second system time

The end

Launcher Data

Begin job on node47 at 2009-04-05 03:46:09
IDJOB=1578206
IDBENCH=70974
IDSOLVER=523
FILE ID=node47/1578206-1238895968
PBS_JOBID= 9086078
Free space on /tmp= 66536 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-10-5p0.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1578206-1238895968/watcher-1578206-1238895968 -o /tmp/evaluation-result-1578206-1238895968/solver-1578206-1238895968 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1578206-1238895968.cnf HOME

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

MD5SUM BENCH= 9d45c35f4df88b155135c4914792c59e
RANDOM SEED=1239767599

node47.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.216
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.216
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:       1800848 kB
Buffers:         18580 kB
Cached:         165016 kB
SwapCached:       8708 kB
Active:          90376 kB
Inactive:       103348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1800848 kB
SwapTotal:     4192956 kB
SwapFree:      4177844 kB
Dirty:           10668 kB
Writeback:           0 kB
Mapped:          15924 kB
Slab:            47308 kB
Committed_AS:  3515804 kB
PageTables:       1452 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= 66528 MiB
End job on node47 at 2009-04-05 03:47:26