Trace number 1579402

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 126.632 126.679

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-10-5p0.cnf
MD5SUMb0f091d476e617a8697e9f8acfd1538f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark41.6977
Satisfiable
(Un)Satisfiability was proved
Number of variables123925
Number of clauses539763
Sum of the clauses size1252804
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2437089
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.89/7.98	c WARNING: for repeatability, setting FPU to use double precision
7.89/7.98	c ============================[ Problem Statistics ]=============================
7.89/7.98	c |                                                                             |
7.89/7.98	c |  Number of variables:  123925                                               |
7.89/7.98	c |  Number of clauses:    384045                                               |
7.96/8.51	c |  Parsing time:         0.49         s                                       |
9.47/9.52	c ============================[ Search Statistics ]==============================
9.47/9.52	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.47/9.52	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.47/9.52	c ===============================================================================
9.47/9.52	c |         0 |   65647   325438   859789 |   108479        0    nan |  0.000 % |
9.57/9.63	c |       100 |   65647   325438   859789 |   119327      100    194 |  0.000 % |
9.77/9.87	c |       250 |   65644   325438   859789 |   131259      249    153 |  0.012 % |
10.07/10.15	c |       475 |   65644   325438   859789 |   144385      474    136 |  0.012 % |
10.57/10.66	c |       812 |   65514   325339   859529 |   158824      808    138 |  0.455 % |
11.36/11.44	c |      1322 |   64316   320152   846215 |   174707     1301    137 |  5.077 % |
12.67/12.74	c |      2084 |   58856   288130   766660 |   192177     2053    139 |  5.480 % |
13.87/13.99	c |      3224 |   56465   274760   733223 |   211395     3186    129 |  7.409 % |
16.87/16.98	c |      4934 |   56377   274321   732345 |   232535     4895    147 |  7.480 % |
22.37/22.42	c |      7496 |   55669   270485   722533 |   255788     7445    160 |  8.076 % |
33.56/33.67	c |     11341 |   54333   262935   703379 |   281367    11272    180 |  9.130 % |
49.36/49.42	c |     17108 |   52318   252331   678589 |   309504    16867    194 | 10.756 % |
75.75/75.90	c |     25759 |   49180   235758   637804 |   340454    24541    227 | 13.288 % |
115.33/115.42	c |     38733 |   48863   233888   633300 |   374500    37131    212 | 13.550 % |
125.63/125.79	c ===============================================================================
125.63/125.79	c restarts              : 14
125.63/125.79	c conflicts             : 41492          (353 /sec)
125.63/125.79	c decisions             : 290824         (1.34 % random) (2473 /sec)
125.63/125.79	c propagations          : 152607929      (1297751 /sec)
125.63/125.79	c conflict literals     : 8444986        (35.41 % deleted)
125.63/125.79	c Memory used           : 70.21 MB
125.63/125.79	c CPU time              : 117.594 s
125.63/125.79	
125.72/125.80	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-1579402-1238907234/watcher-1579402-1238907234 -o /tmp/evaluation-result-1579402-1238907234/solver-1579402-1238907234 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1579402-1238907234.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.00 1.05 1.00 3/64 17242
/proc/meminfo: memFree=1484264/2055920 swapFree=4176924/4192956
[pid=17242] ppid=17240 vsize=7612 CPUtime=0
/proc/17242/stat : 17242 (IUT_BMB_SAT) R 17240 17242 14041 0 -1 4194304 193 0 0 0 0 0 0 0 18 0 1 0 1163388379 7794688 176 1992294400 134512640 135635285 4294956208 18446744073709551615 134533644 0 0 4096 0 0 0 0 17 0 0 0
/proc/17242/statm: 1903 177 92 274 0 1626 0

[startup+0.0636119 s]
/proc/loadavg: 1.00 1.05 1.00 3/64 17242
/proc/meminfo: memFree=1484264/2055920 swapFree=4176924/4192956
[pid=17242] ppid=17240 vsize=7612 CPUtime=0.06
/proc/17242/stat : 17242 (IUT_BMB_SAT) R 17240 17242 14041 0 -1 4194304 1199 0 0 0 6 0 0 0 18 0 1 0 1163388379 7794688 1182 1992294400 134512640 135635285 4294956208 18446744073709551615 134533654 0 0 4096 0 0 0 0 17 0 0 0
/proc/17242/statm: 1903 1183 92 274 0 1626 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7612

[startup+0.101616 s]
/proc/loadavg: 1.00 1.05 1.00 3/64 17242
/proc/meminfo: memFree=1484264/2055920 swapFree=4176924/4192956
[pid=17242] ppid=17240 vsize=12156 CPUtime=0.09
/proc/17242/stat : 17242 (IUT_BMB_SAT) R 17240 17242 14041 0 -1 4194304 2508 0 0 0 9 0 0 0 18 0 1 0 1163388379 12447744 2491 1992294400 134512640 135635285 4294956208 18446744073709551615 134533644 0 0 4096 0 0 0 0 17 0 0 0
/proc/17242/statm: 3039 2491 92 274 0 2762 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12156

[startup+0.301638 s]
/proc/loadavg: 1.00 1.05 1.00 3/64 17242
/proc/meminfo: memFree=1484264/2055920 swapFree=4176924/4192956
[pid=17242] ppid=17240 vsize=26960 CPUtime=0.29
/proc/17242/stat : 17242 (IUT_BMB_SAT) R 17240 17242 14041 0 -1 4194304 6551 0 0 0 27 2 0 0 19 0 1 0 1163388379 27607040 6534 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/17242/statm: 6740 6534 99 274 0 6463 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26960

[startup+0.701682 s]
/proc/loadavg: 1.00 1.05 1.00 3/64 17242
/proc/meminfo: memFree=1484264/2055920 swapFree=4176924/4192956
[pid=17242] ppid=17240 vsize=32372 CPUtime=0.69
/proc/17242/stat : 17242 (IUT_BMB_SAT) R 17240 17242 14041 0 -1 4194304 7914 0 0 0 66 3 0 0 23 0 1 0 1163388379 33148928 7897 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/17242/statm: 8093 7897 99 274 0 7816 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32372

[startup+1.50177 s]
/proc/loadavg: 1.00 1.05 1.00 2/65 17243
/proc/meminfo: memFree=1449312/2055920 swapFree=4176924/4192956
[pid=17242] ppid=17240 vsize=42008 CPUtime=1.49
/proc/17242/stat : 17242 (IUT_BMB_SAT) R 17240 17242 14041 0 -1 4194304 10310 0 0 0 145 4 0 0 25 0 1 0 1163388379 43016192 10293 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/17242/statm: 10502 10293 99 274 0 10225 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42008

[startup+3.10195 s]
/proc/loadavg: 1.00 1.05 1.00 2/65 17243
/proc/meminfo: memFree=1436640/2055920 swapFree=4176924/4192956
[pid=17242] ppid=17240 vsize=59036 CPUtime=3.1
/proc/17242/stat : 17242 (IUT_BMB_SAT) R 17240 17242 14041 0 -1 4194304 14595 0 0 0 303 7 0 0 25 0 1 0 1163388379 60452864 14578 1992294400 134512640 135635285 4294956208 18446744073709551615 135071304 0 0 4096 0 0 0 0 17 0 0 0
/proc/17242/statm: 14759 14578 99 274 0 14482 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 59036

[startup+6.30134 s]
/proc/loadavg: 1.00 1.04 1.00 2/65 17243
/proc/meminfo: memFree=1390880/2055920 swapFree=4176924/4192956
[pid=17242] ppid=17240 vsize=97640 CPUtime=6.29
/proc/17242/stat : 17242 (IUT_BMB_SAT) R 17240 17242 14041 0 -1 4194304 24659 0 0 0 602 27 0 0 25 0 1 0 1163388379 99983360 24232 1992294400 134512640 135635285 4294956208 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 0 0 0
/proc/17242/statm: 24410 24232 101 274 0 24133 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 97640

[startup+12.702 s]
/proc/loadavg: 1.00 1.04 1.00 2/67 17245
/proc/meminfo: memFree=1341008/2055920 swapFree=4176924/4192956
[pid=17242] ppid=17240 vsize=97640 CPUtime=7.96
/proc/17242/stat : 17242 (IUT_BMB_SAT) S 17240 17242 14041 0 -1 4194304 24665 0 0 0 645 151 0 0 25 0 1 0 1163388379 99983360 24237 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17242/statm: 24410 24237 106 274 0 24133 0
[pid=17244] ppid=17242 vsize=5356 CPUtime=0
/proc/17244/stat : 17244 (sh) S 17242 17242 14041 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1163389176 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17244/statm: 1339 232 193 169 0 50 0
[pid=17245] ppid=17244 vsize=42156 CPUtime=4.71
/proc/17245/stat : 17245 (minisat) R 17244 17242 14041 0 -1 4194304 11526 0 0 0 464 7 0 0 25 0 1 0 1163389177 43167744 9827 1992294400 134512640 135243223 4294956304 18446744073709551615 134567788 0 0 4096 3 0 0 0 17 0 0 0
/proc/17245/statm: 10539 9827 85 178 0 10359 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 145152

[startup+25.5015 s]
/proc/loadavg: 1.00 1.04 1.00 2/67 17245
/proc/meminfo: memFree=1338704/2055920 swapFree=4176924/4192956
[pid=17242] ppid=17240 vsize=97640 CPUtime=7.96
/proc/17242/stat : 17242 (IUT_BMB_SAT) S 17240 17242 14041 0 -1 4194304 24665 0 0 0 645 151 0 0 25 0 1 0 1163388379 99983360 24237 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17242/statm: 24410 24237 106 274 0 24133 0
[pid=17244] ppid=17242 vsize=5356 CPUtime=0
/proc/17244/stat : 17244 (sh) S 17242 17242 14041 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1163389176 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17244/statm: 1339 232 193 169 0 50 0
[pid=17245] ppid=17244 vsize=44928 CPUtime=17.5
/proc/17245/stat : 17245 (minisat) R 17244 17242 14041 0 -1 4194304 12225 0 0 0 1743 7 0 0 25 0 1 0 1163389177 46006272 10526 1992294400 134512640 135243223 4294956304 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 0 0 0
/proc/17245/statm: 11232 10526 85 178 0 11052 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 147924

[startup+51.1013 s]
/proc/loadavg: 1.00 1.04 1.00 2/67 17245
/proc/meminfo: memFree=1331408/2055920 swapFree=4176924/4192956
[pid=17242] ppid=17240 vsize=97640 CPUtime=7.96
/proc/17242/stat : 17242 (IUT_BMB_SAT) S 17240 17242 14041 0 -1 4194304 24665 0 0 0 645 151 0 0 25 0 1 0 1163388379 99983360 24237 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17242/statm: 24410 24237 106 274 0 24133 0
[pid=17244] ppid=17242 vsize=5356 CPUtime=0
/proc/17244/stat : 17244 (sh) S 17242 17242 14041 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1163389176 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17244/statm: 1339 232 193 169 0 50 0
[pid=17245] ppid=17244 vsize=52324 CPUtime=43.09
/proc/17245/stat : 17245 (minisat) R 17244 17242 14041 0 -1 4194304 14087 0 0 0 4299 10 0 0 25 0 1 0 1163389177 53579776 12388 1992294400 134512640 135243223 4294956304 18446744073709551615 134564954 0 0 4096 3 0 0 0 17 0 0 0
/proc/17245/statm: 13081 12388 85 178 0 12901 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 155320

[startup+102.306 s]
/proc/loadavg: 1.00 1.03 1.00 2/67 17245
/proc/meminfo: memFree=1316048/2055920 swapFree=4176924/4192956
[pid=17242] ppid=17240 vsize=97640 CPUtime=7.96
/proc/17242/stat : 17242 (IUT_BMB_SAT) S 17240 17242 14041 0 -1 4194304 24665 0 0 0 645 151 0 0 25 0 1 0 1163388379 99983360 24237 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17242/statm: 24410 24237 106 274 0 24133 0
[pid=17244] ppid=17242 vsize=5356 CPUtime=0
/proc/17244/stat : 17244 (sh) S 17242 17242 14041 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1163389176 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17244/statm: 1339 232 193 169 0 50 0
[pid=17245] ppid=17244 vsize=67404 CPUtime=94.28
/proc/17245/stat : 17245 (minisat) R 17244 17242 14041 0 -1 4194304 17843 0 0 0 9413 15 0 0 25 0 1 0 1163389177 69021696 16144 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/17245/statm: 16851 16144 85 178 0 16671 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 170400

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

[startup+115.101 s]
/proc/loadavg: 1.00 1.03 1.00 2/67 17245
/proc/meminfo: memFree=1313232/2055920 swapFree=4176924/4192956
[pid=17242] ppid=17240 vsize=97640 CPUtime=7.96
/proc/17242/stat : 17242 (IUT_BMB_SAT) S 17240 17242 14041 0 -1 4194304 24665 0 0 0 645 151 0 0 25 0 1 0 1163388379 99983360 24237 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17242/statm: 24410 24237 106 274 0 24133 0
[pid=17244] ppid=17242 vsize=5356 CPUtime=0
/proc/17244/stat : 17244 (sh) S 17242 17242 14041 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1163389176 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17244/statm: 1339 232 193 169 0 50 0
[pid=17245] ppid=17244 vsize=70308 CPUtime=107.07
/proc/17245/stat : 17245 (minisat) R 17244 17242 14041 0 -1 4194304 18582 0 0 0 10691 16 0 0 25 0 1 0 1163389177 71995392 16883 1992294400 134512640 135243223 4294956304 18446744073709551615 134559311 0 0 4096 3 0 0 0 17 0 0 0
/proc/17245/statm: 17577 16883 85 178 0 17397 0
Current children cumulated CPU time (s) 115.03
Current children cumulated vsize (KiB) 173304

[startup+121.502 s]
/proc/loadavg: 1.00 1.03 1.00 2/67 17245
/proc/meminfo: memFree=1312080/2055920 swapFree=4176924/4192956
[pid=17242] ppid=17240 vsize=97640 CPUtime=7.96
/proc/17242/stat : 17242 (IUT_BMB_SAT) S 17240 17242 14041 0 -1 4194304 24665 0 0 0 645 151 0 0 25 0 1 0 1163388379 99983360 24237 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17242/statm: 24410 24237 106 274 0 24133 0
[pid=17244] ppid=17242 vsize=5356 CPUtime=0
/proc/17244/stat : 17244 (sh) S 17242 17242 14041 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1163389176 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17244/statm: 1339 232 193 169 0 50 0
[pid=17245] ppid=17244 vsize=71364 CPUtime=113.46
/proc/17245/stat : 17245 (minisat) R 17244 17242 14041 0 -1 4194304 18863 0 0 0 11330 16 0 0 25 0 1 0 1163389177 73076736 17164 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/17245/statm: 17841 17164 85 178 0 17661 0
Current children cumulated CPU time (s) 121.42
Current children cumulated vsize (KiB) 174360

[startup+124.702 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 17245
/proc/meminfo: memFree=1311568/2055920 swapFree=4176924/4192956
[pid=17242] ppid=17240 vsize=97640 CPUtime=7.96
/proc/17242/stat : 17242 (IUT_BMB_SAT) S 17240 17242 14041 0 -1 4194304 24665 0 0 0 645 151 0 0 25 0 1 0 1163388379 99983360 24237 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17242/statm: 24410 24237 106 274 0 24133 0
[pid=17244] ppid=17242 vsize=5356 CPUtime=0
/proc/17244/stat : 17244 (sh) S 17242 17242 14041 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1163389176 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17244/statm: 1339 232 193 169 0 50 0
[pid=17245] ppid=17244 vsize=71892 CPUtime=116.67
/proc/17245/stat : 17245 (minisat) R 17244 17242 14041 0 -1 4194304 18970 0 0 0 11650 17 0 0 25 0 1 0 1163389177 73617408 17271 1992294400 134512640 135243223 4294956304 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 0 0 0
/proc/17245/statm: 17973 17271 85 178 0 17793 0
Current children cumulated CPU time (s) 124.63
Current children cumulated vsize (KiB) 174888

[startup+125.502 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 17245
/proc/meminfo: memFree=1311504/2055920 swapFree=4176924/4192956
[pid=17242] ppid=17240 vsize=97640 CPUtime=7.96
/proc/17242/stat : 17242 (IUT_BMB_SAT) S 17240 17242 14041 0 -1 4194304 24665 0 0 0 645 151 0 0 25 0 1 0 1163388379 99983360 24237 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17242/statm: 24410 24237 106 274 0 24133 0
[pid=17244] ppid=17242 vsize=5356 CPUtime=0
/proc/17244/stat : 17244 (sh) S 17242 17242 14041 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1163389176 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17244/statm: 1339 232 193 169 0 50 0
[pid=17245] ppid=17244 vsize=71892 CPUtime=117.47
/proc/17245/stat : 17245 (minisat) R 17244 17242 14041 0 -1 4194304 18989 0 0 0 11730 17 0 0 25 0 1 0 1163389177 73617408 17290 1992294400 134512640 135243223 4294956304 18446744073709551615 134555727 0 0 4096 3 0 0 0 17 0 0 0
/proc/17245/statm: 17973 17290 85 178 0 17793 0
Current children cumulated CPU time (s) 125.43
Current children cumulated vsize (KiB) 174888

[startup+126.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 17245
/proc/meminfo: memFree=1311504/2055920 swapFree=4176924/4192956
[pid=17242] ppid=17240 vsize=86008 CPUtime=126.22
/proc/17242/stat : 17242 (IUT_BMB_SAT) R 17240 17242 14041 0 -1 4194304 42488 19282 0 0 692 153 11759 18 20 0 1 0 1163388379 88072192 21330 1992294400 134512640 135635285 4294956208 18446744073709551615 135069098 0 0 4096 0 0 0 0 17 0 0 0
/proc/17242/statm: 21502 21330 107 274 0 21225 0
Current children cumulated CPU time (s) 126.22
Current children cumulated vsize (KiB) 86008

[startup+126.506 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 17245
/proc/meminfo: memFree=1393568/2055920 swapFree=4176924/4192956
[pid=17242] ppid=17240 vsize=84552 CPUtime=126.44
/proc/17242/stat : 17242 (IUT_BMB_SAT) R 17240 17242 14041 0 -1 4194304 42653 19282 0 0 713 154 11759 18 22 0 1 0 1163388379 86581248 20966 1992294400 134512640 135635285 4294956208 18446744073709551615 135063247 0 0 4096 0 0 0 0 17 0 0 0
/proc/17242/statm: 21138 20966 107 274 0 20861 0
Current children cumulated CPU time (s) 126.44
Current children cumulated vsize (KiB) 84552

[startup+126.602 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 17245
/proc/meminfo: memFree=1393568/2055920 swapFree=4176924/4192956
[pid=17242] ppid=17240 vsize=84552 CPUtime=126.53
/proc/17242/stat : 17242 (IUT_BMB_SAT) R 17240 17242 14041 0 -1 4194304 42653 19282 0 0 722 154 11759 18 23 0 1 0 1163388379 86581248 20966 1992294400 134512640 135635285 4294956208 18446744073709551615 135063340 0 0 4096 0 0 0 0 17 0 0 0
/proc/17242/statm: 21138 20966 107 274 0 20861 0
Current children cumulated CPU time (s) 126.53
Current children cumulated vsize (KiB) 84552

Child status: 0
Real time (s): 126.679
CPU time (s): 126.632
CPU user time (s): 124.888
CPU system time (s): 1.74373
CPU usage (%): 99.9624
Max. virtual memory (cumulated for all children) (KiB): 174888

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

runsolver used 0.119981 second user time and 0.348946 second system time

The end

Launcher Data

Begin job on node35 at 2009-04-05 06:53:55
IDJOB=1579402
IDBENCH=70997
IDSOLVER=523
FILE ID=node35/1579402-1238907234
PBS_JOBID= 9086092
Free space on /tmp= 66492 MiB

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

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

MD5SUM BENCH= b0f091d476e617a8697e9f8acfd1538f
RANDOM SEED=1848088784

node35.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.229
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.229
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:       1484808 kB
Buffers:         65952 kB
Cached:         421532 kB
SwapCached:      10140 kB
Active:         203120 kB
Inactive:       296136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1484808 kB
SwapTotal:     4192956 kB
SwapFree:      4176924 kB
Dirty:           11372 kB
Writeback:           0 kB
Mapped:          17584 kB
Slab:            57900 kB
Committed_AS:  3197584 kB
PageTables:       1420 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= 66480 MiB
End job on node35 at 2009-04-05 06:56:01