Trace number 1717472

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 75.1106 75.1494

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l05-ipc5-h26-unsat.cnf
MD5SUM4b97e69214a2eddbe060a9ecc3dfbbd8
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.1445
Satisfiable
(Un)Satisfiability was proved
Number of variables85694
Number of clauses414657
Sum of the clauses size1073659
Maximum clause length403
Minimum clause length1
Number of clauses of size 1190
Number of clauses of size 2330211
Number of clauses of size 380574
Number of clauses of size 4910
Number of clauses of size 5103
Number of clauses of size over 52669

Solver Data

0.00/0.00	c IUT_BMB_SAT version 1.0
8.09/8.12	c WARNING: for repeatability, setting FPU to use double precision
8.09/8.12	c ============================[ Problem Statistics ]=============================
8.09/8.12	c |                                                                             |
8.09/8.13	c |  Number of variables:  87475                                                |
8.09/8.13	c |  Number of clauses:    414447                                               |
8.11/8.55	c |  Parsing time:         0.37         s                                       |
22.96/23.04	c ============================[ Search Statistics ]==============================
22.96/23.04	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
22.96/23.04	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
22.96/23.04	c ===============================================================================
22.96/23.04	c |         0 |   20886   276080  1125212 |    92026        0    nan |  0.000 % |
23.05/23.19	c |       103 |   20886   276080  1125212 |   101229      103     22 |  0.254 % |
23.15/23.24	c |       253 |   20886   276080  1125212 |   111352      253     16 |  0.254 % |
23.25/23.36	c |       478 |   20886   276080  1125212 |   122487      478     21 |  0.254 % |
23.45/23.57	c |       817 |   20886   276080  1125212 |   134736      817     19 |  0.254 % |
23.65/23.76	c |      1328 |   20886   276080  1125212 |   148209     1328     17 |  0.254 % |
24.25/24.32	c |      2087 |   20886   276080  1125212 |   163030     2087     20 |  0.254 % |
24.85/24.93	c |      3227 |   20886   276080  1125212 |   179333     3227     20 |  0.254 % |
26.35/26.44	c |      4935 |   20886   276080  1125212 |   197267     4935     21 |  0.254 % |
27.65/27.77	c |      7498 |   20886   276080  1125212 |   216994     7498     20 |  0.254 % |
33.25/33.30	c |     11342 |   20886   276080  1125212 |   238693    11342     21 |  0.254 % |
37.15/37.26	c |     17108 |   20886   276080  1125212 |   262562    17108     22 |  0.254 % |
45.55/45.67	c |     25757 |   20886   276080  1125212 |   288819    25757     23 |  0.254 % |
56.75/56.84	c |     38731 |   20886   276080  1125212 |   317701    38731     21 |  0.254 % |
70.45/70.55	c |     58195 |   20885   276070  1125182 |   349471    39269     20 |  0.255 % |
74.45/74.57	c ===============================================================================
74.45/74.57	c restarts              : 15
74.45/74.57	c conflicts             : 63453          (957 /sec)
74.45/74.57	c decisions             : 103105         (1.76 % random) (1555 /sec)
74.45/74.57	c propagations          : 63511530       (957712 /sec)
74.45/74.57	c conflict literals     : 1263645        (38.30 % deleted)
74.45/74.57	c Memory used           : 59.91 MB
74.45/74.57	c CPU time              : 66.3159 s
74.45/74.57	
74.45/74.58	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-1717472-1240628447/watcher-1717472-1240628447 -o /tmp/evaluation-result-1717472-1240628447/solver-1717472-1240628447 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1717472-1240628447.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: 1.12 1.02 1.01 3/64 16389
/proc/meminfo: memFree=1139464/2055920 swapFree=4192812/4192956
[pid=16389] ppid=16387 vsize=6144 CPUtime=0
/proc/16389/stat : 16389 (IUT_BMB_SAT) R 16387 16389 15546 0 -1 4194304 169 0 0 0 0 0 0 0 20 0 1 0 90877918 6291456 152 1992294400 134512640 135635285 4294956208 18446744073709551615 134533635 0 0 4096 0 0 0 0 17 1 0 0
/proc/16389/statm: 1536 153 90 274 0 1259 0

[startup+0.065085 s]
/proc/loadavg: 1.12 1.02 1.01 3/64 16389
/proc/meminfo: memFree=1139464/2055920 swapFree=4192812/4192956
[pid=16389] ppid=16387 vsize=6144 CPUtime=0.05
/proc/16389/stat : 16389 (IUT_BMB_SAT) R 16387 16389 15546 0 -1 4194304 1143 0 0 0 5 0 0 0 20 0 1 0 90877918 6291456 1126 1992294400 134512640 135635285 4294956208 18446744073709551615 134533654 0 0 4096 0 0 0 0 17 1 0 0
/proc/16389/statm: 1536 1126 90 274 0 1259 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 6144

[startup+0.102086 s]
/proc/loadavg: 1.12 1.02 1.01 3/64 16389
/proc/meminfo: memFree=1139464/2055920 swapFree=4192812/4192956
[pid=16389] ppid=16387 vsize=10508 CPUtime=0.09
/proc/16389/stat : 16389 (IUT_BMB_SAT) R 16387 16389 15546 0 -1 4194304 2231 0 0 0 9 0 0 0 20 0 1 0 90877918 10760192 2214 1992294400 134512640 135635285 4294956208 18446744073709551615 134533644 0 0 4096 0 0 0 0 17 1 0 0
/proc/16389/statm: 2627 2215 90 274 0 2350 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10508

[startup+0.302103 s]
/proc/loadavg: 1.12 1.02 1.01 3/64 16389
/proc/meminfo: memFree=1139464/2055920 swapFree=4192812/4192956
[pid=16389] ppid=16387 vsize=20828 CPUtime=0.29
/proc/16389/stat : 16389 (IUT_BMB_SAT) R 16387 16389 15546 0 -1 4194304 5026 0 0 0 27 2 0 0 22 0 1 0 90877918 21327872 5009 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 1 0 0
/proc/16389/statm: 5207 5009 97 274 0 4930 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20828

[startup+0.701137 s]
/proc/loadavg: 1.12 1.02 1.01 3/64 16389
/proc/meminfo: memFree=1139464/2055920 swapFree=4192812/4192956
[pid=16389] ppid=16387 vsize=25976 CPUtime=0.69
/proc/16389/stat : 16389 (IUT_BMB_SAT) R 16387 16389 15546 0 -1 4194304 6326 0 0 0 66 3 0 0 25 0 1 0 90877918 26599424 6309 1992294400 134512640 135635285 4294956208 18446744073709551615 134528230 0 0 4096 0 0 0 0 17 1 0 0
/proc/16389/statm: 6494 6309 97 274 0 6217 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25976

[startup+1.50121 s]
/proc/loadavg: 1.12 1.02 1.01 2/65 16390
/proc/meminfo: memFree=1111232/2055920 swapFree=4192812/4192956
[pid=16389] ppid=16387 vsize=35084 CPUtime=1.49
/proc/16389/stat : 16389 (IUT_BMB_SAT) R 16387 16389 15546 0 -1 4194304 8599 0 0 0 145 4 0 0 25 0 1 0 90877918 35926016 8582 1992294400 134512640 135635285 4294956208 18446744073709551615 135088811 0 0 4096 0 0 0 0 17 1 0 0
/proc/16389/statm: 8771 8582 97 274 0 8494 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35084

[startup+3.10134 s]
/proc/loadavg: 1.12 1.02 1.01 2/65 16390
/proc/meminfo: memFree=1099072/2055920 swapFree=4192812/4192956
[pid=16389] ppid=16387 vsize=51320 CPUtime=3.08
/proc/16389/stat : 16389 (IUT_BMB_SAT) R 16387 16389 15546 0 -1 4194304 12640 0 0 0 302 6 0 0 25 0 1 0 90877918 52551680 12623 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 1 0 0
/proc/16389/statm: 12830 12623 97 274 0 12553 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 51320

[startup+6.30162 s]
/proc/loadavg: 1.11 1.02 1.00 2/65 16390
/proc/meminfo: memFree=1053056/2055920 swapFree=4192812/4192956
[pid=16389] ppid=16387 vsize=86856 CPUtime=6.28
/proc/16389/stat : 16389 (IUT_BMB_SAT) R 16387 16389 15546 0 -1 4194304 21946 0 0 0 591 37 0 0 25 0 1 0 90877918 88940544 21535 1992294400 134512640 135635285 4294956208 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 1 0 0
/proc/16389/statm: 21714 21535 100 274 0 21437 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 86856

[startup+12.7012 s]
/proc/loadavg: 1.10 1.02 1.00 2/67 16392
/proc/meminfo: memFree=982320/2055920 swapFree=4192812/4192956
[pid=16389] ppid=16387 vsize=86856 CPUtime=8.11
/proc/16389/stat : 16389 (IUT_BMB_SAT) S 16387 16389 15546 0 -1 4194304 21952 0 0 0 645 166 0 0 25 0 1 0 90877918 88940544 21540 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16389/statm: 21714 21540 105 274 0 21437 0
[pid=16391] ppid=16389 vsize=5356 CPUtime=0
/proc/16391/stat : 16391 (sh) S 16389 16389 15546 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 90878730 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16391/statm: 1339 232 193 169 0 50 0
[pid=16392] ppid=16391 vsize=65996 CPUtime=4.55
/proc/16392/stat : 16392 (minisat) R 16391 16389 15546 0 -1 4194304 15990 0 0 0 447 8 0 0 25 0 1 0 90878731 67579904 15970 1992294400 134512640 135243223 4294956304 18446744073709551615 134535400 0 0 4096 3 0 0 0 17 1 0 0
/proc/16392/statm: 16499 15970 78 178 0 16319 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 158208

[startup+25.5023 s]
/proc/loadavg: 1.08 1.01 1.00 2/67 16398
/proc/meminfo: memFree=985968/2055920 swapFree=4192812/4192956
[pid=16389] ppid=16387 vsize=86856 CPUtime=8.11
/proc/16389/stat : 16389 (IUT_BMB_SAT) S 16387 16389 15546 0 -1 4194304 21952 0 0 0 645 166 0 0 25 0 1 0 90877918 88940544 21540 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16389/statm: 21714 21540 105 274 0 21437 0
[pid=16391] ppid=16389 vsize=5356 CPUtime=0
/proc/16391/stat : 16391 (sh) S 16389 16389 15546 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 90878730 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16391/statm: 1339 232 193 169 0 50 0
[pid=16392] ppid=16391 vsize=61340 CPUtime=17.34
/proc/16392/stat : 16392 (minisat) R 16391 16389 15546 0 -1 4194304 17613 0 0 0 1725 9 0 0 25 0 1 0 90878731 62812160 15016 1992294400 134512640 135243223 4294956304 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 1 0 0
/proc/16392/statm: 15335 15016 85 178 0 15155 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 153552

[startup+51.1025 s]
/proc/loadavg: 1.05 1.01 1.00 2/67 16398
/proc/meminfo: memFree=986096/2055920 swapFree=4192812/4192956
[pid=16389] ppid=16387 vsize=86856 CPUtime=8.11
/proc/16389/stat : 16389 (IUT_BMB_SAT) S 16387 16389 15546 0 -1 4194304 21952 0 0 0 645 166 0 0 25 0 1 0 90877918 88940544 21540 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16389/statm: 21714 21540 105 274 0 21437 0
[pid=16391] ppid=16389 vsize=5356 CPUtime=0
/proc/16391/stat : 16391 (sh) S 16389 16389 15546 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 90878730 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16391/statm: 1339 232 193 169 0 50 0
[pid=16392] ppid=16391 vsize=61340 CPUtime=42.93
/proc/16392/stat : 16392 (minisat) R 16391 16389 15546 0 -1 4194304 17613 0 0 0 4284 9 0 0 25 0 1 0 90878731 62812160 15016 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/16392/statm: 15335 15016 85 178 0 15155 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 153552

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

[startup+63.9016 s]
/proc/loadavg: 1.04 1.01 1.00 2/67 16398
/proc/meminfo: memFree=986096/2055920 swapFree=4192812/4192956
[pid=16389] ppid=16387 vsize=86856 CPUtime=8.11
/proc/16389/stat : 16389 (IUT_BMB_SAT) S 16387 16389 15546 0 -1 4194304 21952 0 0 0 645 166 0 0 25 0 1 0 90877918 88940544 21540 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16389/statm: 21714 21540 105 274 0 21437 0
[pid=16391] ppid=16389 vsize=5356 CPUtime=0
/proc/16391/stat : 16391 (sh) S 16389 16389 15546 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 90878730 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16391/statm: 1339 232 193 169 0 50 0
[pid=16392] ppid=16391 vsize=61340 CPUtime=55.74
/proc/16392/stat : 16392 (minisat) R 16391 16389 15546 0 -1 4194304 17613 0 0 0 5564 10 0 0 25 0 1 0 90878731 62812160 15016 1992294400 134512640 135243223 4294956304 18446744073709551615 134555727 0 0 4096 3 0 0 0 17 1 0 0
/proc/16392/statm: 15335 15016 85 178 0 15155 0
Current children cumulated CPU time (s) 63.85
Current children cumulated vsize (KiB) 153552

[startup+70.3011 s]
/proc/loadavg: 1.04 1.01 1.00 2/67 16398
/proc/meminfo: memFree=986096/2055920 swapFree=4192812/4192956
[pid=16389] ppid=16387 vsize=86856 CPUtime=8.11
/proc/16389/stat : 16389 (IUT_BMB_SAT) S 16387 16389 15546 0 -1 4194304 21952 0 0 0 645 166 0 0 25 0 1 0 90877918 88940544 21540 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16389/statm: 21714 21540 105 274 0 21437 0
[pid=16391] ppid=16389 vsize=5356 CPUtime=0
/proc/16391/stat : 16391 (sh) S 16389 16389 15546 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 90878730 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16391/statm: 1339 232 193 169 0 50 0
[pid=16392] ppid=16391 vsize=61340 CPUtime=62.14
/proc/16392/stat : 16392 (minisat) R 16391 16389 15546 0 -1 4194304 17613 0 0 0 6204 10 0 0 25 0 1 0 90878731 62812160 15016 1992294400 134512640 135243223 4294956304 18446744073709551615 134567746 0 0 4096 3 0 0 0 17 1 0 0
/proc/16392/statm: 15335 15016 85 178 0 15155 0
Current children cumulated CPU time (s) 70.25
Current children cumulated vsize (KiB) 153552

[startup+73.5014 s]
/proc/loadavg: 1.04 1.01 1.00 2/67 16398
/proc/meminfo: memFree=986096/2055920 swapFree=4192812/4192956
[pid=16389] ppid=16387 vsize=86856 CPUtime=8.11
/proc/16389/stat : 16389 (IUT_BMB_SAT) S 16387 16389 15546 0 -1 4194304 21952 0 0 0 645 166 0 0 25 0 1 0 90877918 88940544 21540 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16389/statm: 21714 21540 105 274 0 21437 0
[pid=16391] ppid=16389 vsize=5356 CPUtime=0
/proc/16391/stat : 16391 (sh) S 16389 16389 15546 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 90878730 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16391/statm: 1339 232 193 169 0 50 0
[pid=16392] ppid=16391 vsize=61340 CPUtime=65.34
/proc/16392/stat : 16392 (minisat) R 16391 16389 15546 0 -1 4194304 17613 0 0 0 6524 10 0 0 25 0 1 0 90878731 62812160 15016 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/16392/statm: 15335 15016 85 178 0 15155 0
Current children cumulated CPU time (s) 73.45
Current children cumulated vsize (KiB) 153552

[startup+74.3015 s]
/proc/loadavg: 1.03 1.01 1.00 2/67 16398
/proc/meminfo: memFree=986096/2055920 swapFree=4192812/4192956
[pid=16389] ppid=16387 vsize=86856 CPUtime=8.11
/proc/16389/stat : 16389 (IUT_BMB_SAT) S 16387 16389 15546 0 -1 4194304 21952 0 0 0 645 166 0 0 25 0 1 0 90877918 88940544 21540 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16389/statm: 21714 21540 105 274 0 21437 0
[pid=16391] ppid=16389 vsize=5356 CPUtime=0
/proc/16391/stat : 16391 (sh) S 16389 16389 15546 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 90878730 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16391/statm: 1339 232 193 169 0 50 0
[pid=16392] ppid=16391 vsize=61340 CPUtime=66.14
/proc/16392/stat : 16392 (minisat) R 16391 16389 15546 0 -1 4194304 17613 0 0 0 6604 10 0 0 25 0 1 0 90878731 62812160 15016 1992294400 134512640 135243223 4294956304 18446744073709551615 134555453 0 0 4096 3 0 0 0 17 1 0 0
/proc/16392/statm: 15335 15016 85 178 0 15155 0
Current children cumulated CPU time (s) 74.25
Current children cumulated vsize (KiB) 153552

[startup+74.7015 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 16398
/proc/meminfo: memFree=1046208/2055920 swapFree=4192812/4192956
[pid=16389] ppid=16387 vsize=86856 CPUtime=74.64
/proc/16389/stat : 16389 (IUT_BMB_SAT) R 16387 16389 15546 0 -1 4194304 30061 17902 0 0 655 167 6631 11 18 0 1 0 90877918 88940544 21541 1992294400 134512640 135635285 4294956208 18446744073709551615 135066993 0 0 4096 0 0 0 0 17 1 0 0
/proc/16389/statm: 21714 21541 106 274 0 21437 0
Current children cumulated CPU time (s) 74.64
Current children cumulated vsize (KiB) 86856

[startup+75.1016 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 16398
/proc/meminfo: memFree=1046208/2055920 swapFree=4192812/4192956
[pid=16389] ppid=16387 vsize=74284 CPUtime=75.04
/proc/16389/stat : 16389 (IUT_BMB_SAT) R 16387 16389 15546 0 -1 4194304 38983 17902 0 0 694 168 6631 11 20 0 1 0 90877918 76066816 18398 1992294400 134512640 135635285 4294956208 18446744073709551615 134537102 0 0 4096 0 0 0 0 17 1 0 0
/proc/16389/statm: 18571 18398 106 274 0 18294 0
Current children cumulated CPU time (s) 75.04
Current children cumulated vsize (KiB) 74284

Child status: 0
Real time (s): 75.1494
CPU time (s): 75.1106
CPU user time (s): 73.2969
CPU system time (s): 1.81372
CPU usage (%): 99.9483
Max. virtual memory (cumulated for all children) (KiB): 165404

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

runsolver used 0.084987 second user time and 0.19297 second system time

The end

Launcher Data

Begin job on node31 at 2009-04-25 05:00:47
IDJOB=1717472
IDBENCH=20415
IDSOLVER=523
FILE ID=node31/1717472-1240628447
PBS_JOBID= 9186353
Free space on /tmp= 66408 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT07/industrial/palacios/uts/uts-l05-ipc5-h26-unsat.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1717472-1240628447/watcher-1717472-1240628447 -o /tmp/evaluation-result-1717472-1240628447/solver-1717472-1240628447 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1717472-1240628447.cnf HOME

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

MD5SUM BENCH= 4b97e69214a2eddbe060a9ecc3dfbbd8
RANDOM SEED=1199360647

node31.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.213
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.213
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:       1139944 kB
Buffers:         44984 kB
Cached:         801684 kB
SwapCached:          0 kB
Active:         124328 kB
Inactive:       737204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1139944 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9736 kB
Writeback:           0 kB
Mapped:          24652 kB
Slab:            40196 kB
Committed_AS:   304072 kB
PageTables:       1464 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= 66396 MiB
End job on node31 at 2009-04-25 05:02:03