Trace number 1717888

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 301.707 301.89

General information on the benchmark

Nameindustrial/palacios/medium/
blocks-4-ipc5-h22-unknown.cnf
MD5SUM8c6ad18be635cee0d986377c4d06ab11
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.97
Satisfiable
(Un)Satisfiability was proved
Number of variables146874
Number of clauses937242
Sum of the clauses size2519136
Maximum clause length417
Minimum clause length1
Number of clauses of size 1125
Number of clauses of size 2791651
Number of clauses of size 3139269
Number of clauses of size 41522
Number of clauses of size 583
Number of clauses of size over 54592

Solver Data

0.00/0.00	c IUT_BMB_SAT version 1.0
18.59/18.70	c WARNING: for repeatability, setting FPU to use double precision
18.59/18.70	c ============================[ Problem Statistics ]=============================
18.59/18.70	c |                                                                             |
18.59/18.70	c |  Number of variables:  148153                                               |
18.59/18.70	c |  Number of clauses:    936867                                               |
18.67/19.60	c |  Parsing time:         0.80         s                                       |
52.73/52.85	c ============================[ Search Statistics ]==============================
52.73/52.85	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
52.73/52.85	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
52.73/52.85	c ===============================================================================
52.73/52.85	c |         0 |   41580   722852  2834402 |   240950        0    nan |  0.000 % |
53.02/53.10	c |       101 |   41580   722852  2834402 |   265045      101     21 |  0.000 % |
53.52/53.68	c |       254 |   41580   722852  2834402 |   291550      254     17 |  0.000 % |
53.92/54.02	c |       481 |   41580   722852  2834402 |   320705      481     29 |  0.000 % |
55.21/55.33	c |       824 |   41580   722852  2834402 |   352775      824     26 |  0.000 % |
56.31/56.40	c |      1330 |   41580   722852  2834402 |   388053     1330     28 |  0.000 % |
58.61/58.70	c |      2090 |   41580   722852  2834402 |   426858     2090     26 |  0.000 % |
61.21/61.36	c |      3229 |   41580   722852  2834402 |   469544     3229     30 |  0.000 % |
65.21/65.30	c |      4937 |   41580   722852  2834402 |   516499     4937     32 |  0.000 % |
75.71/75.84	c |      7500 |   41580   722852  2834402 |   568149     7500     33 |  0.000 % |
87.20/87.36	c |     11344 |   41580   722852  2834402 |   624963    11344     42 |  0.000 % |
107.29/107.49	c |     17112 |   41580   722852  2834402 |   687460    17112     42 |  0.000 % |
132.77/132.97	c |     25762 |   41580   722852  2834402 |   756206    25762     38 |  0.000 % |
169.66/169.84	c |     38736 |   41580   722852  2834402 |   831827    38736     34 |  0.000 % |
236.24/236.42	c |     58197 |   41580   722852  2834402 |   915009    58197     33 |  0.000 % |
299.59/299.87	c ===============================================================================
299.59/299.87	c restarts              : 15
299.59/299.87	c conflicts             : 79781          (284 /sec)
299.59/299.87	c decisions             : 131910         (1.64 % random) (470 /sec)
299.59/299.87	c propagations          : 313584603      (1116717 /sec)
299.59/299.87	c conflict literals     : 2353041        (39.90 % deleted)
299.59/299.87	c Memory used           : 125.20 MB
299.59/299.87	c CPU time              : 280.809 s
299.59/299.87	
299.59/299.89	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-1717888-1240631954/watcher-1717888-1240631954 -o /tmp/evaluation-result-1717888-1240631954/solver-1717888-1240631954 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1717888-1240631954.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.78 1.24 1.08 3/65 16711
/proc/meminfo: memFree=1750192/2055920 swapFree=4181392/4192956
[pid=16711] ppid=16709 vsize=12268 CPUtime=0
/proc/16711/stat : 16711 (IUT_BMB_SAT) R 16709 16711 15693 0 -1 4194304 191 0 0 0 0 0 0 0 18 0 1 0 91226044 12562432 174 1992294400 134512640 135635285 4294956208 18446744073709551615 134533644 0 0 4096 0 0 0 0 17 0 0 0
/proc/16711/statm: 3067 174 90 274 0 2790 0

[startup+0.061805 s]
/proc/loadavg: 1.78 1.24 1.08 3/65 16711
/proc/meminfo: memFree=1750192/2055920 swapFree=4181392/4192956
[pid=16711] ppid=16709 vsize=12268 CPUtime=0.05
/proc/16711/stat : 16711 (IUT_BMB_SAT) R 16709 16711 15693 0 -1 4194304 1177 0 0 0 5 0 0 0 18 0 1 0 91226044 12562432 1160 1992294400 134512640 135635285 4294956208 18446744073709551615 134533635 0 0 4096 0 0 0 0 17 0 0 0
/proc/16711/statm: 3067 1161 90 274 0 2790 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12268

[startup+0.101813 s]
/proc/loadavg: 1.78 1.24 1.08 3/65 16711
/proc/meminfo: memFree=1750192/2055920 swapFree=4181392/4192956
[pid=16711] ppid=16709 vsize=12268 CPUtime=0.1
/proc/16711/stat : 16711 (IUT_BMB_SAT) R 16709 16711 15693 0 -1 4194304 1865 0 0 0 9 1 0 0 18 0 1 0 91226044 12562432 1848 1992294400 134512640 135635285 4294956208 18446744073709551615 134533644 0 0 4096 0 0 0 0 17 0 0 0
/proc/16711/statm: 3067 1849 90 274 0 2790 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 12268

[startup+0.301851 s]
/proc/loadavg: 1.78 1.24 1.08 3/65 16711
/proc/meminfo: memFree=1750192/2055920 swapFree=4181392/4192956
[pid=16711] ppid=16709 vsize=34872 CPUtime=0.29
/proc/16711/stat : 16711 (IUT_BMB_SAT) R 16709 16711 15693 0 -1 4194304 8537 0 0 0 26 3 0 0 19 0 1 0 91226044 35708928 8520 1992294400 134512640 135635285 4294956208 18446744073709551615 134530648 0 0 4096 0 0 0 0 17 0 0 0
/proc/16711/statm: 8718 8520 97 274 0 8441 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34872

[startup+0.70193 s]
/proc/loadavg: 1.78 1.24 1.08 3/65 16711
/proc/meminfo: memFree=1750192/2055920 swapFree=4181392/4192956
[pid=16711] ppid=16709 vsize=40416 CPUtime=0.69
/proc/16711/stat : 16711 (IUT_BMB_SAT) R 16709 16711 15693 0 -1 4194304 9924 0 0 0 65 4 0 0 23 0 1 0 91226044 41385984 9907 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/16711/statm: 10104 9907 97 274 0 9827 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40416

[startup+1.50109 s]
/proc/loadavg: 1.78 1.24 1.08 2/66 16712
/proc/meminfo: memFree=1707048/2055920 swapFree=4181392/4192956
[pid=16711] ppid=16709 vsize=50448 CPUtime=1.49
/proc/16711/stat : 16711 (IUT_BMB_SAT) R 16709 16711 15693 0 -1 4194304 12439 0 0 0 144 5 0 0 25 0 1 0 91226044 51658752 12422 1992294400 134512640 135635285 4294956208 18446744073709551615 134530655 0 0 4096 0 0 0 0 17 0 0 0
/proc/16711/statm: 12612 12422 97 274 0 12335 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 50448

[startup+3.1014 s]
/proc/loadavg: 1.78 1.24 1.08 2/66 16712
/proc/meminfo: memFree=1693480/2055920 swapFree=4181392/4192956
[pid=16711] ppid=16709 vsize=68796 CPUtime=3.09
/proc/16711/stat : 16711 (IUT_BMB_SAT) R 16709 16711 15693 0 -1 4194304 17020 0 0 0 302 7 0 0 25 0 1 0 91226044 70447104 17003 1992294400 134512640 135635285 4294956208 18446744073709551615 134549679 0 0 4096 0 0 0 0 17 0 0 0
/proc/16711/statm: 17199 17003 97 274 0 16922 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 68796

[startup+6.30203 s]
/proc/loadavg: 1.88 1.27 1.09 2/66 16712
/proc/meminfo: memFree=1656872/2055920 swapFree=4181392/4192956
[pid=16711] ppid=16709 vsize=102280 CPUtime=6.29
/proc/16711/stat : 16711 (IUT_BMB_SAT) R 16709 16711 15693 0 -1 4194304 25401 0 0 0 618 11 0 0 25 0 1 0 91226044 104734720 25384 1992294400 134512640 135635285 4294956208 18446744073709551615 134547195 0 0 4096 0 0 0 0 17 0 0 0
/proc/16711/statm: 25570 25384 97 274 0 25293 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 102280

[startup+12.7013 s]
/proc/loadavg: 1.97 1.29 1.10 2/66 16712
/proc/meminfo: memFree=1570728/2055920 swapFree=4181392/4192956
[pid=16711] ppid=16709 vsize=190192 CPUtime=12.68
/proc/16711/stat : 16711 (IUT_BMB_SAT) R 16709 16711 15693 0 -1 4194304 47358 0 0 0 1250 18 0 0 25 0 1 0 91226044 194756608 47341 1992294400 134512640 135635285 4294956208 18446744073709551615 134550145 0 0 4096 0 0 0 0 17 0 0 0
/proc/16711/statm: 47548 47341 97 274 0 47271 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 190192

[startup+25.5018 s]
/proc/loadavg: 1.97 1.33 1.11 2/68 16714
/proc/meminfo: memFree=1410256/2055920 swapFree=4181392/4192956
[pid=16711] ppid=16709 vsize=193764 CPUtime=18.67
/proc/16711/stat : 16711 (IUT_BMB_SAT) S 16709 16711 15693 0 -1 4194304 49056 0 0 0 1513 354 0 0 25 0 1 0 91226044 198414336 48267 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16711/statm: 48441 48267 105 274 0 48164 0
[pid=16713] ppid=16711 vsize=5356 CPUtime=0
/proc/16713/stat : 16713 (sh) S 16711 16711 15693 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 91227913 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16713/statm: 1339 232 193 169 0 50 0
[pid=16714] ppid=16713 vsize=139028 CPUtime=6.78
/proc/16714/stat : 16714 (minisat) R 16713 16711 15693 0 -1 4194304 32607 0 0 0 661 17 0 0 25 0 1 0 91227914 142364672 32587 1992294400 134512640 135243223 4294956304 18446744073709551615 134524908 0 0 4096 3 0 0 0 17 0 0 0
/proc/16714/statm: 34757 32587 78 178 0 34577 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 338148

[startup+51.1018 s]
/proc/loadavg: 1.76 1.33 1.12 2/68 16714
/proc/meminfo: memFree=1395024/2055920 swapFree=4181392/4192956
[pid=16711] ppid=16709 vsize=193764 CPUtime=18.67
/proc/16711/stat : 16711 (IUT_BMB_SAT) S 16709 16711 15693 0 -1 4194304 49056 0 0 0 1513 354 0 0 25 0 1 0 91226044 198414336 48267 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16711/statm: 48441 48267 105 274 0 48164 0
[pid=16713] ppid=16711 vsize=5356 CPUtime=0
/proc/16713/stat : 16713 (sh) S 16711 16711 15693 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 91227913 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16713/statm: 1339 232 193 169 0 50 0
[pid=16714] ppid=16713 vsize=153320 CPUtime=32.36
/proc/16714/stat : 16714 (minisat) R 16713 16711 15693 0 -1 4194304 36199 0 0 0 3218 18 0 0 25 0 1 0 91227914 156999680 36179 1992294400 134512640 135243223 4294956304 18446744073709551615 134535518 0 0 4096 3 0 0 0 17 0 0 0
/proc/16714/statm: 38330 36179 78 178 0 38150 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 352440

[startup+102.306 s]
/proc/loadavg: 1.33 1.28 1.11 2/68 16714
/proc/meminfo: memFree=1416400/2055920 swapFree=4181392/4192956
[pid=16711] ppid=16709 vsize=193764 CPUtime=18.67
/proc/16711/stat : 16711 (IUT_BMB_SAT) S 16709 16711 15693 0 -1 4194304 49056 0 0 0 1513 354 0 0 25 0 1 0 91226044 198414336 48267 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16711/statm: 48441 48267 105 274 0 48164 0
[pid=16713] ppid=16711 vsize=5356 CPUtime=0
/proc/16713/stat : 16713 (sh) S 16711 16711 15693 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 91227913 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16713/statm: 1339 232 193 169 0 50 0
[pid=16714] ppid=16713 vsize=128196 CPUtime=83.53
/proc/16714/stat : 16714 (minisat) R 16713 16711 15693 0 -1 4194304 36508 0 0 0 8335 18 0 0 25 0 1 0 91227914 131272704 30879 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/16714/statm: 32049 30879 85 178 0 31869 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 327316

[startup+162.303 s]
/proc/loadavg: 1.12 1.22 1.10 2/68 16720
/proc/meminfo: memFree=1416328/2055920 swapFree=4181392/4192956
[pid=16711] ppid=16709 vsize=193764 CPUtime=18.67
/proc/16711/stat : 16711 (IUT_BMB_SAT) S 16709 16711 15693 0 -1 4194304 49056 0 0 0 1513 354 0 0 25 0 1 0 91226044 198414336 48267 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16711/statm: 48441 48267 105 274 0 48164 0
[pid=16713] ppid=16711 vsize=5356 CPUtime=0
/proc/16713/stat : 16713 (sh) S 16711 16711 15693 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 91227913 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16713/statm: 1339 232 193 169 0 50 0
[pid=16714] ppid=16713 vsize=128196 CPUtime=143.49
/proc/16714/stat : 16714 (minisat) R 16713 16711 15693 0 -1 4194304 36509 0 0 0 14330 19 0 0 25 0 1 0 91227914 131272704 30880 1992294400 134512640 135243223 4294956304 18446744073709551615 134555904 0 0 4096 3 0 0 0 17 0 0 0
/proc/16714/statm: 32049 30880 85 178 0 31869 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 327316

[startup+222.303 s]
/proc/loadavg: 1.04 1.18 1.09 2/68 16720
/proc/meminfo: memFree=1416328/2055920 swapFree=4181392/4192956
[pid=16711] ppid=16709 vsize=193764 CPUtime=18.67
/proc/16711/stat : 16711 (IUT_BMB_SAT) S 16709 16711 15693 0 -1 4194304 49056 0 0 0 1513 354 0 0 25 0 1 0 91226044 198414336 48267 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16711/statm: 48441 48267 105 274 0 48164 0
[pid=16713] ppid=16711 vsize=5356 CPUtime=0
/proc/16713/stat : 16713 (sh) S 16711 16711 15693 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 91227913 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16713/statm: 1339 232 193 169 0 50 0
[pid=16714] ppid=16713 vsize=128196 CPUtime=203.47
/proc/16714/stat : 16714 (minisat) R 16713 16711 15693 0 -1 4194304 36513 0 0 0 20328 19 0 0 25 0 1 0 91227914 131272704 30884 1992294400 134512640 135243223 4294956304 18446744073709551615 134556015 0 0 4096 3 0 0 0 17 0 0 0
/proc/16714/statm: 32049 30884 85 178 0 31869 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 327316

[startup+282.301 s]
/proc/loadavg: 1.01 1.15 1.08 2/68 16720
/proc/meminfo: memFree=1416328/2055920 swapFree=4181392/4192956
[pid=16711] ppid=16709 vsize=193764 CPUtime=18.67
/proc/16711/stat : 16711 (IUT_BMB_SAT) S 16709 16711 15693 0 -1 4194304 49056 0 0 0 1513 354 0 0 25 0 1 0 91226044 198414336 48267 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16711/statm: 48441 48267 105 274 0 48164 0
[pid=16713] ppid=16711 vsize=5356 CPUtime=0
/proc/16713/stat : 16713 (sh) S 16711 16711 15693 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 91227913 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16713/statm: 1339 232 193 169 0 50 0
[pid=16714] ppid=16713 vsize=128196 CPUtime=263.44
/proc/16714/stat : 16714 (minisat) R 16713 16711 15693 0 -1 4194304 36519 0 0 0 26325 19 0 0 25 0 1 0 91227914 131272704 30890 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/16714/statm: 32049 30890 85 178 0 31869 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 327316

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

[startup+294.303 s]
/proc/loadavg: 1.01 1.14 1.08 2/68 16720
/proc/meminfo: memFree=1416328/2055920 swapFree=4181392/4192956
[pid=16711] ppid=16709 vsize=193764 CPUtime=18.67
/proc/16711/stat : 16711 (IUT_BMB_SAT) S 16709 16711 15693 0 -1 4194304 49056 0 0 0 1513 354 0 0 25 0 1 0 91226044 198414336 48267 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16711/statm: 48441 48267 105 274 0 48164 0
[pid=16713] ppid=16711 vsize=5356 CPUtime=0
/proc/16713/stat : 16713 (sh) S 16711 16711 15693 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 91227913 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16713/statm: 1339 232 193 169 0 50 0
[pid=16714] ppid=16713 vsize=128196 CPUtime=275.42
/proc/16714/stat : 16714 (minisat) R 16713 16711 15693 0 -1 4194304 36520 0 0 0 27523 19 0 0 25 0 1 0 91227914 131272704 30891 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/16714/statm: 32049 30891 85 178 0 31869 0
Current children cumulated CPU time (s) 294.09
Current children cumulated vsize (KiB) 327316

[startup+297.501 s]
/proc/loadavg: 1.01 1.14 1.08 2/68 16720
/proc/meminfo: memFree=1416328/2055920 swapFree=4181392/4192956
[pid=16711] ppid=16709 vsize=193764 CPUtime=18.67
/proc/16711/stat : 16711 (IUT_BMB_SAT) S 16709 16711 15693 0 -1 4194304 49056 0 0 0 1513 354 0 0 25 0 1 0 91226044 198414336 48267 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16711/statm: 48441 48267 105 274 0 48164 0
[pid=16713] ppid=16711 vsize=5356 CPUtime=0
/proc/16713/stat : 16713 (sh) S 16711 16711 15693 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 91227913 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16713/statm: 1339 232 193 169 0 50 0
[pid=16714] ppid=16713 vsize=128196 CPUtime=278.62
/proc/16714/stat : 16714 (minisat) R 16713 16711 15693 0 -1 4194304 36520 0 0 0 27843 19 0 0 25 0 1 0 91227914 131272704 30891 1992294400 134512640 135243223 4294956304 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 0 0 0
/proc/16714/statm: 32049 30891 85 178 0 31869 0
Current children cumulated CPU time (s) 297.29
Current children cumulated vsize (KiB) 327316

[startup+299.103 s]
/proc/loadavg: 1.01 1.14 1.08 2/68 16720
/proc/meminfo: memFree=1416328/2055920 swapFree=4181392/4192956
[pid=16711] ppid=16709 vsize=193764 CPUtime=18.67
/proc/16711/stat : 16711 (IUT_BMB_SAT) S 16709 16711 15693 0 -1 4194304 49056 0 0 0 1513 354 0 0 25 0 1 0 91226044 198414336 48267 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16711/statm: 48441 48267 105 274 0 48164 0
[pid=16713] ppid=16711 vsize=5356 CPUtime=0
/proc/16713/stat : 16713 (sh) S 16711 16711 15693 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 91227913 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16713/statm: 1339 232 193 169 0 50 0
[pid=16714] ppid=16713 vsize=128196 CPUtime=280.23
/proc/16714/stat : 16714 (minisat) R 16713 16711 15693 0 -1 4194304 36520 0 0 0 28004 19 0 0 25 0 1 0 91227914 131272704 30891 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/16714/statm: 32049 30891 85 178 0 31869 0
Current children cumulated CPU time (s) 298.9
Current children cumulated vsize (KiB) 327316

[startup+300.702 s]
/proc/loadavg: 1.01 1.14 1.08 2/66 16720
/proc/meminfo: memFree=1540056/2055920 swapFree=4181392/4192956
[pid=16711] ppid=16709 vsize=186812 CPUtime=300.51
/proc/16711/stat : 16711 (IUT_BMB_SAT) R 16709 16711 15693 0 -1 4194304 87794 36809 0 0 1589 359 28081 22 23 0 1 0 91226044 191295488 46530 1992294400 134512640 135635285 4294956208 18446744073709551615 134538001 0 0 4096 0 0 0 0 17 0 0 0
/proc/16711/statm: 46703 46530 106 274 0 46426 0
Current children cumulated CPU time (s) 300.51
Current children cumulated vsize (KiB) 186812

[startup+301.501 s]
/proc/loadavg: 1.01 1.14 1.08 2/66 16720
/proc/meminfo: memFree=1553944/2055920 swapFree=4181392/4192956
[pid=16711] ppid=16709 vsize=179860 CPUtime=301.31
/proc/16711/stat : 16711 (IUT_BMB_SAT) R 16709 16711 15693 0 -1 4194304 87973 36809 0 0 1669 359 28081 22 25 0 1 0 91226044 184176640 44792 1992294400 134512640 135635285 4294956208 18446744073709551615 135063360 0 0 4096 0 0 0 0 17 0 0 0
/proc/16711/statm: 44965 44792 106 274 0 44688 0
Current children cumulated CPU time (s) 301.31
Current children cumulated vsize (KiB) 179860

[startup+301.701 s]
/proc/loadavg: 1.01 1.14 1.08 2/66 16720
/proc/meminfo: memFree=1553944/2055920 swapFree=4181392/4192956
[pid=16711] ppid=16709 vsize=90396 CPUtime=301.51
/proc/16711/stat : 16711 (IUT_BMB_SAT) R 16709 16711 15693 0 -1 4194304 88205 36809 0 0 1688 360 28081 22 25 0 1 0 91226044 92565504 22426 1992294400 134512640 135635285 4294956208 18446744073709551615 135066967 0 0 4096 0 0 0 0 17 0 0 0
/proc/16711/statm: 22599 22426 106 274 0 22322 0
Current children cumulated CPU time (s) 301.51
Current children cumulated vsize (KiB) 90396

[startup+301.801 s]
/proc/loadavg: 1.01 1.14 1.08 2/66 16720
/proc/meminfo: memFree=1553944/2055920 swapFree=4181392/4192956
[pid=16711] ppid=16709 vsize=90396 CPUtime=301.61
/proc/16711/stat : 16711 (IUT_BMB_SAT) R 16709 16711 15693 0 -1 4194304 88206 36809 0 0 1698 360 28081 22 25 0 1 0 91226044 92565504 22426 1992294400 134512640 135635285 4294956208 18446744073709551615 135063524 0 0 4096 0 0 0 0 17 0 0 0
/proc/16711/statm: 22599 22426 106 274 0 22322 0
Current children cumulated CPU time (s) 301.61
Current children cumulated vsize (KiB) 90396

Child status: 0
Real time (s): 301.89
CPU time (s): 301.707
CPU user time (s): 297.867
CPU system time (s): 3.84042
CPU usage (%): 99.9396
Max. virtual memory (cumulated for all children) (KiB): 353352

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

runsolver used 0.281957 second user time and 0.822874 second system time

The end

Launcher Data

Begin job on node77 at 2009-04-25 05:59:17
IDJOB=1717888
IDBENCH=20430
IDSOLVER=523
FILE ID=node77/1717888-1240631954
PBS_JOBID= 9186337
Free space on /tmp= 66180 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT07/industrial/palacios/medium/blocks-4-ipc5-h22-unknown.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1717888-1240631954/watcher-1717888-1240631954 -o /tmp/evaluation-result-1717888-1240631954/solver-1717888-1240631954 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1717888-1240631954.cnf HOME

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

MD5SUM BENCH= 8c6ad18be635cee0d986377c4d06ab11
RANDOM SEED=893062267

node77.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.270
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.270
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1750736 kB
Buffers:         30868 kB
Cached:         203368 kB
SwapCached:       6144 kB
Active:          89772 kB
Inactive:       153092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1750736 kB
SwapTotal:     4192956 kB
SwapFree:      4181392 kB
Dirty:           19364 kB
Writeback:           0 kB
Mapped:          13452 kB
Slab:            48392 kB
Committed_AS:   380052 kB
PageTables:       1372 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= 66160 MiB
End job on node77 at 2009-04-25 06:04:19