Trace number 1563466

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 114.447 114.512

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-c32s-col400-16.cnf
MD5SUMa8766c9a72f73eaac2d0ddc5a182692e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark66.3399
Satisfiable
(Un)Satisfiability was proved
Number of variables286329
Number of clauses839692
Sum of the clauses size1959280
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2559794
Number of clauses of size 3279897
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c IUT_BMB_SAT version 1.0
14.87/14.90	c WARNING: for repeatability, setting FPU to use double precision
14.87/14.90	c ============================[ Problem Statistics ]=============================
14.87/14.90	c |                                                                             |
14.87/14.91	c |  Number of variables:  286329                                               |
14.87/14.91	c |  Number of clauses:    761098                                               |
15.66/15.75	c |  Parsing time:         0.74         s                                       |
19.06/19.17	c ============================[ Search Statistics ]==============================
19.06/19.17	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
19.06/19.17	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
19.06/19.17	c ===============================================================================
19.06/19.17	c |         0 |   30834   135303   408408 |    45101        0    nan |  0.000 % |
19.16/19.24	c |       100 |   30834   135303   408408 |    49611      100     10 |  3.736 % |
19.16/19.29	c |       250 |   30834   135303   408408 |    54572      250     12 |  3.736 % |
19.36/19.41	c |       476 |   30834   135303   408408 |    60029      476     12 |  3.736 % |
19.67/19.76	c |       813 |   30834   135303   408408 |    66032      813     13 |  3.736 % |
20.77/20.88	c |      1320 |   30834   135303   408408 |    72635     1320     15 |  3.736 % |
22.26/22.32	c |      2079 |   30834   135303   408408 |    79899     2079     16 |  3.736 % |
24.46/24.51	c |      3219 |   30834   135303   408408 |    87889     3219     16 |  3.736 % |
28.46/28.56	c |      4927 |   30834   135303   408408 |    96677     4927     16 |  3.736 % |
34.75/34.89	c |      7489 |   30834   135303   408408 |   106345     7489     16 |  3.736 % |
45.15/45.29	c |     11334 |   30834   135303   408408 |   116980    11334     17 |  3.736 % |
59.34/59.42	c |     17102 |   30834   135303   408408 |   128678    17102     16 |  3.736 % |
81.82/81.92	c |     25752 |   30834   135303   408408 |   141546    25752     16 |  3.736 % |
113.31/113.46	c ===============================================================================
113.31/113.46	c restarts              : 13
113.31/113.46	c conflicts             : 36683          (373 /sec)
113.31/113.46	c decisions             : 40372          (2.07 % random) (411 /sec)
113.31/113.46	c propagations          : 93996310       (955829 /sec)
113.31/113.46	c conflict literals     : 527287         (67.15 % deleted)
113.31/113.46	c Memory used           : 110.10 MB
113.31/113.46	c CPU time              : 98.3401 s
113.31/113.46	
113.31/113.48	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-1563466-1238786493/watcher-1563466-1238786493 -o /tmp/evaluation-result-1563466-1238786493/solver-1563466-1238786493 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1563466-1238786493.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: 2.51 1.70 1.27 3/68 24867
/proc/meminfo: memFree=1954480/2055920 swapFree=4176224/4192956
[pid=24867] ppid=24865 vsize=1276 CPUtime=0
/proc/24867/stat : 24867 (IUT_BMB_SAT) R 24865 24867 24673 0 -1 4194304 79 0 0 0 0 0 0 0 19 0 1 0 1151311071 1306624 62 1992294400 134512640 135635285 4294956224 18446744073709551615 134894096 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 320 73 63 274 0 43 0

[startup+0.0576591 s]
/proc/loadavg: 2.51 1.70 1.27 3/68 24867
/proc/meminfo: memFree=1954480/2055920 swapFree=4176224/4192956
[pid=24867] ppid=24865 vsize=11128 CPUtime=0.04
/proc/24867/stat : 24867 (IUT_BMB_SAT) R 24865 24867 24673 0 -1 4194304 922 0 0 0 4 0 0 0 19 0 1 0 1151311071 11395072 905 1992294400 134512640 135635285 4294956224 18446744073709551615 134533635 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 2782 905 90 274 0 2505 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11128

[startup+0.102663 s]
/proc/loadavg: 2.51 1.70 1.27 3/68 24867
/proc/meminfo: memFree=1954480/2055920 swapFree=4176224/4192956
[pid=24867] ppid=24865 vsize=11128 CPUtime=0.08
/proc/24867/stat : 24867 (IUT_BMB_SAT) R 24865 24867 24673 0 -1 4194304 1608 0 0 0 8 0 0 0 19 0 1 0 1151311071 11395072 1591 1992294400 134512640 135635285 4294956224 18446744073709551615 134535302 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 2782 1592 90 274 0 2505 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11128

[startup+0.301685 s]
/proc/loadavg: 2.51 1.70 1.27 3/68 24867
/proc/meminfo: memFree=1954480/2055920 swapFree=4176224/4192956
[pid=24867] ppid=24865 vsize=30076 CPUtime=0.29
/proc/24867/stat : 24867 (IUT_BMB_SAT) R 24865 24867 24673 0 -1 4194304 6440 0 0 0 26 3 0 0 20 0 1 0 1151311071 30797824 6423 1992294400 134512640 135635285 4294956224 18446744073709551615 134535637 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 7519 6425 90 274 0 7242 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30076

[startup+0.701729 s]
/proc/loadavg: 2.51 1.70 1.27 3/68 24867
/proc/meminfo: memFree=1954480/2055920 swapFree=4176224/4192956
[pid=24867] ppid=24865 vsize=53776 CPUtime=0.68
/proc/24867/stat : 24867 (IUT_BMB_SAT) R 24865 24867 24673 0 -1 4194304 13262 0 0 0 62 6 0 0 24 0 1 0 1151311071 55066624 13245 1992294400 134512640 135635285 4294956224 18446744073709551615 134693694 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 13444 13245 97 274 0 13167 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 53776

[startup+1.50182 s]
/proc/loadavg: 2.51 1.70 1.27 2/69 24868
/proc/meminfo: memFree=1898536/2055920 swapFree=4176224/4192956
[pid=24867] ppid=24865 vsize=62488 CPUtime=1.49
/proc/24867/stat : 24867 (IUT_BMB_SAT) R 24865 24867 24673 0 -1 4194304 15425 0 0 0 141 8 0 0 25 0 1 0 1151311071 63987712 15408 1992294400 134512640 135635285 4294956224 18446744073709551615 134528203 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 15622 15408 97 274 0 15345 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 62488

[startup+3.10199 s]
/proc/loadavg: 2.39 1.69 1.27 2/69 24868
/proc/meminfo: memFree=1886248/2055920 swapFree=4176224/4192956
[pid=24867] ppid=24865 vsize=78724 CPUtime=3.08
/proc/24867/stat : 24867 (IUT_BMB_SAT) R 24865 24867 24673 0 -1 4194304 19495 0 0 0 297 11 0 0 25 0 1 0 1151311071 80613376 19478 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 19681 19478 97 274 0 19404 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 78724

[startup+6.30135 s]
/proc/loadavg: 2.39 1.69 1.27 2/69 24868
/proc/meminfo: memFree=1854824/2055920 swapFree=4176224/4192956
[pid=24867] ppid=24865 vsize=109612 CPUtime=6.28
/proc/24867/stat : 24867 (IUT_BMB_SAT) R 24865 24867 24673 0 -1 4194304 27218 0 0 0 612 16 0 0 25 0 1 0 1151311071 112242688 27201 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 27403 27201 97 274 0 27126 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 109612

[startup+12.7011 s]
/proc/loadavg: 2.18 1.66 1.26 2/69 24868
/proc/meminfo: memFree=1780392/2055920 swapFree=4176224/4192956
[pid=24867] ppid=24865 vsize=172196 CPUtime=12.68
/proc/24867/stat : 24867 (IUT_BMB_SAT) R 24865 24867 24673 0 -1 4194304 44407 0 0 0 1117 151 0 0 25 0 1 0 1151311071 176328704 42870 1992294400 134512640 135635285 4294956224 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 43049 42870 100 274 0 42772 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 172196

[startup+25.5025 s]
/proc/loadavg: 2.07 1.66 1.27 2/71 24870
/proc/meminfo: memFree=1662488/2055920 swapFree=4176224/4192956
[pid=24867] ppid=24865 vsize=172196 CPUtime=14.87
/proc/24867/stat : 24867 (IUT_BMB_SAT) S 24865 24867 24673 0 -1 4194304 44413 0 0 0 1180 307 0 0 25 0 1 0 1151311071 176328704 42875 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/24867/statm: 43049 42875 105 274 0 42772 0
[pid=24869] ppid=24867 vsize=5356 CPUtime=0.01
/proc/24869/stat : 24869 (sh) S 24867 24867 24673 0 -1 4194304 270 0 0 0 0 1 0 0 18 0 1 0 1151312560 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24869/statm: 1339 232 193 169 0 50 0
[pid=24870] ppid=24869 vsize=112740 CPUtime=10.58
/proc/24870/stat : 24870 (minisat) R 24869 24867 24673 0 -1 4194304 30437 0 0 0 1042 16 0 0 25 0 1 0 1151312562 115445760 26960 1992294400 134512640 135243223 4294956320 18446744073709551615 134555453 0 0 4096 3 0 0 0 17 1 0 0
/proc/24870/statm: 28185 26960 84 178 0 28005 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 290292

[startup+51.1023 s]
/proc/loadavg: 1.70 1.60 1.26 2/71 24870
/proc/meminfo: memFree=1662872/2055920 swapFree=4176224/4192956
[pid=24867] ppid=24865 vsize=172196 CPUtime=14.87
/proc/24867/stat : 24867 (IUT_BMB_SAT) S 24865 24867 24673 0 -1 4194304 44413 0 0 0 1180 307 0 0 25 0 1 0 1151311071 176328704 42875 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/24867/statm: 43049 42875 105 274 0 42772 0
[pid=24869] ppid=24867 vsize=5356 CPUtime=0.01
/proc/24869/stat : 24869 (sh) S 24867 24867 24673 0 -1 4194304 270 0 0 0 0 1 0 0 18 0 1 0 1151312560 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24869/statm: 1339 232 193 169 0 50 0
[pid=24870] ppid=24869 vsize=112740 CPUtime=36.16
/proc/24870/stat : 24870 (minisat) R 24869 24867 24673 0 -1 4194304 30452 0 0 0 3600 16 0 0 25 0 1 0 1151312562 115445760 26975 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24870/statm: 28185 26975 84 178 0 28005 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 290292

[startup+102.307 s]
/proc/loadavg: 1.28 1.50 1.24 2/71 24870
/proc/meminfo: memFree=1662744/2055920 swapFree=4176224/4192956
[pid=24867] ppid=24865 vsize=172196 CPUtime=14.87
/proc/24867/stat : 24867 (IUT_BMB_SAT) S 24865 24867 24673 0 -1 4194304 44413 0 0 0 1180 307 0 0 25 0 1 0 1151311071 176328704 42875 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/24867/statm: 43049 42875 105 274 0 42772 0
[pid=24869] ppid=24867 vsize=5356 CPUtime=0.01
/proc/24869/stat : 24869 (sh) S 24867 24867 24673 0 -1 4194304 270 0 0 0 0 1 0 0 18 0 1 0 1151312560 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24869/statm: 1339 232 193 169 0 50 0
[pid=24870] ppid=24869 vsize=112740 CPUtime=87.34
/proc/24870/stat : 24870 (minisat) R 24869 24867 24673 0 -1 4194304 30474 0 0 0 8718 16 0 0 25 0 1 0 1151312562 115445760 26997 1992294400 134512640 135243223 4294956320 18446744073709551615 134555453 0 0 4096 3 0 0 0 17 1 0 0
/proc/24870/statm: 28185 26997 84 178 0 28005 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 290292

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

[startup+108.702 s]
/proc/loadavg: 1.26 1.49 1.24 2/71 24870
/proc/meminfo: memFree=1662744/2055920 swapFree=4176224/4192956
[pid=24867] ppid=24865 vsize=172196 CPUtime=14.87
/proc/24867/stat : 24867 (IUT_BMB_SAT) S 24865 24867 24673 0 -1 4194304 44413 0 0 0 1180 307 0 0 25 0 1 0 1151311071 176328704 42875 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/24867/statm: 43049 42875 105 274 0 42772 0
[pid=24869] ppid=24867 vsize=5356 CPUtime=0.01
/proc/24869/stat : 24869 (sh) S 24867 24867 24673 0 -1 4194304 270 0 0 0 0 1 0 0 18 0 1 0 1151312560 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24869/statm: 1339 232 193 169 0 50 0
[pid=24870] ppid=24869 vsize=112740 CPUtime=93.73
/proc/24870/stat : 24870 (minisat) R 24869 24867 24673 0 -1 4194304 30474 0 0 0 9357 16 0 0 25 0 1 0 1151312562 115445760 26997 1992294400 134512640 135243223 4294956320 18446744073709551615 134555504 0 0 4096 3 0 0 0 17 1 0 0
/proc/24870/statm: 28185 26997 84 178 0 28005 0
Current children cumulated CPU time (s) 108.61
Current children cumulated vsize (KiB) 290292

[startup+111.901 s]
/proc/loadavg: 1.26 1.49 1.24 2/71 24870
/proc/meminfo: memFree=1662744/2055920 swapFree=4176224/4192956
[pid=24867] ppid=24865 vsize=172196 CPUtime=14.87
/proc/24867/stat : 24867 (IUT_BMB_SAT) S 24865 24867 24673 0 -1 4194304 44413 0 0 0 1180 307 0 0 25 0 1 0 1151311071 176328704 42875 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/24867/statm: 43049 42875 105 274 0 42772 0
[pid=24869] ppid=24867 vsize=5356 CPUtime=0.01
/proc/24869/stat : 24869 (sh) S 24867 24867 24673 0 -1 4194304 270 0 0 0 0 1 0 0 18 0 1 0 1151312560 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24869/statm: 1339 232 193 169 0 50 0
[pid=24870] ppid=24869 vsize=112740 CPUtime=96.93
/proc/24870/stat : 24870 (minisat) R 24869 24867 24673 0 -1 4194304 30474 0 0 0 9677 16 0 0 25 0 1 0 1151312562 115445760 26997 1992294400 134512640 135243223 4294956320 18446744073709551615 134566296 0 0 4096 3 0 0 0 17 1 0 0
/proc/24870/statm: 28185 26997 84 178 0 28005 0
Current children cumulated CPU time (s) 111.81
Current children cumulated vsize (KiB) 290292

[startup+113.501 s]
/proc/loadavg: 1.24 1.48 1.24 2/71 24870
/proc/meminfo: memFree=1662744/2055920 swapFree=4176224/4192956
[pid=24867] ppid=24865 vsize=172196 CPUtime=113.42
/proc/24867/stat : 24867 (IUT_BMB_SAT) R 24865 24867 24673 0 -1 4194304 50817 30762 0 0 1181 308 9834 19 17 0 1 0 1151311071 176328704 42876 1992294400 134512640 135635285 4294956224 18446744073709551615 135067717 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 43049 42876 106 274 0 42772 0
Current children cumulated CPU time (s) 113.42
Current children cumulated vsize (KiB) 172196

[startup+114.301 s]
/proc/loadavg: 1.24 1.48 1.24 2/69 24870
/proc/meminfo: memFree=1797608/2055920 swapFree=4176224/4192956
[pid=24867] ppid=24865 vsize=145348 CPUtime=114.22
/proc/24867/stat : 24867 (IUT_BMB_SAT) R 24865 24867 24673 0 -1 4194304 74879 30762 0 0 1256 313 9834 19 24 0 1 0 1151311071 148836352 36164 1992294400 134512640 135635285 4294956224 18446744073709551615 135069098 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 36337 36164 106 274 0 36060 0
Current children cumulated CPU time (s) 114.22
Current children cumulated vsize (KiB) 145348

[startup+114.501 s]
/proc/loadavg: 1.24 1.48 1.24 2/69 24870
/proc/meminfo: memFree=1797608/2055920 swapFree=4176224/4192956
[pid=24867] ppid=24865 vsize=0 CPUtime=114.42
/proc/24867/stat : 24867 (IUT_BMB_SAT) R 24865 24867 24673 0 -1 4194308 74882 30762 0 0 1275 314 9834 19 25 0 1 0 1151311071 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 114.42
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 114.512
CPU time (s): 114.447
CPU user time (s): 111.091
CPU system time (s): 3.35549
CPU usage (%): 99.9427
Max. virtual memory (cumulated for all children) (KiB): 305300

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

runsolver used 0.112982 second user time and 0.313952 second system time

The end

Launcher Data

Begin job on node59 at 2009-04-03 21:21:34
IDJOB=1563466
IDBENCH=70954
IDSOLVER=523
FILE ID=node59/1563466-1238786493
PBS_JOBID= 9085597
Free space on /tmp= 66448 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-col400-16.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1563466-1238786493/watcher-1563466-1238786493 -o /tmp/evaluation-result-1563466-1238786493/solver-1563466-1238786493 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1563466-1238786493.cnf HOME

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

MD5SUM BENCH= a8766c9a72f73eaac2d0ddc5a182692e
RANDOM SEED=1057512458

node59.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.209
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.209
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:       1955928 kB
Buffers:          2892 kB
Cached:          34692 kB
SwapCached:       8588 kB
Active:          36528 kB
Inactive:        11092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1955928 kB
SwapTotal:     4192956 kB
SwapFree:      4176224 kB
Dirty:           18820 kB
Writeback:           0 kB
Mapped:          16924 kB
Slab:            37904 kB
Committed_AS:  3318292 kB
PageTables:       1720 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= 66432 MiB
End job on node59 at 2009-04-03 21:23:29