Trace number 455886

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, and are wall clock time (not CPU 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
SATzilla CRAFTEDUNSAT 71.4691 71.5143

General information on the benchmark

Nameindustrial/babic/hsatv17/
hsat_vc11773.cnf
MD5SUMd6bd3be8cd8bf9b3f280923b7f8605ef
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.76373
Satisfiable
(Un)Satisfiability was proved
Number of variables238323
Number of clauses686155
Sum of the clauses size1785421
Maximum clause length3
Minimum clause length1
Number of clauses of size 127840
Number of clauses of size 2217364
Number of clauses of size 3440951
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

70.15/70.24	c run March_dl for 5 seconds ... 
70.15/70.24	c Bin: Executing march_dl
70.15/70.24	c child exit by a signal
70.15/70.24	c march_dl returned code 137.
70.15/70.24	c run saps (UBCSAT implementation) for 2 seconds ... 
70.15/70.24	c Bin: Executing ubcsat2006
70.15/70.24	c child exited successfully
70.15/70.24	c ubcsat2006 returned code 0.
70.15/70.24	c satzilla computing base features
70.15/70.24	Error!!! VCG-VAR-entropy
70.15/70.24	Satzilla is runing default solver ... 
70.15/70.24	 c satzilla running minisat20 ... 
70.15/70.24	This is MiniSat 2.0 beta
70.15/70.24	WARNING: for repeatability, setting FPU to use double precision
70.15/70.24	============================[ Problem Statistics ]=============================
70.15/70.24	|                                                                             |
70.15/70.24	|  Number of variables:  238348                                               |
70.15/70.24	|  Number of clauses:    686155                                               |
70.63/70.71	|  Parsing time:         0.42         s                                       |
70.63/70.74	============================[ Search Statistics ]==============================
70.63/70.74	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
70.63/70.74	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
70.63/70.74	===============================================================================
70.63/70.74	|         0 |  210120   657018  1754908 |   219006        0    nan |  0.000 % |
70.63/70.79	|       100 |  210110   657018  1754908 |   240906       92     10 | 11.860 % |
70.83/70.91	|       250 |  210110   657018  1754908 |   264997      242      7 | 11.860 % |
71.34/71.49	===============================================================================
71.34/71.49	restarts              : 3
71.34/71.49	conflicts             : 468            (391 /sec)
71.34/71.49	decisions             : 26683          (1.73 % random) (22314 /sec)
71.34/71.49	propagations          : 2295337        (1919470 /sec)
71.34/71.49	conflict literals     : 3833           (6.47 % deleted)
71.34/71.49	Memory used           : 46.33 MB
71.34/71.49	CPU time              : 1.19582 s
71.34/71.49	
71.43/71.50	c Bin: Executing minisat20
71.43/71.50	c child exited successfully
71.43/71.50	c minisat20 returned code 20.
71.43/71.50	s UNSATISFIABLE
71.43/71.50	c SATZILLA_TIME=71.450000

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node15/watcher-455886-1178589781 -o ROOT/results/node15/solver-455886-1178589781 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/455886-1178589781/SATzilla2007_C /tmp/evaluation/455886-1178589781/instance-455886-1178589781.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 15000 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.01 0.98 0.99 3/77 15778
/proc/meminfo: memFree=1543456/2055920 swapFree=4169132/4192956
[pid=15778] ppid=15776 vsize=1440 CPUtime=0
/proc/15778/stat : 15778 (SATzilla2007_C) R 15776 15778 14803 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 306895760 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/15778/statm: 360 110 95 260 0 84 0
[pid=15779] ppid=15778 vsize=10664 CPUtime=0
/proc/15779/stat : 15779 (march_dl) R 15778 15778 14803 0 -1 4194304 758 0 0 0 0 0 0 0 18 0 1 0 306895760 10919936 753 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15779/statm: 2666 757 49 118 0 2545 0

[startup+0.022578 s]
/proc/loadavg: 1.01 0.98 0.99 3/77 15778
/proc/meminfo: memFree=1543456/2055920 swapFree=4169132/4192956
[pid=15778] ppid=15776 vsize=1440 CPUtime=0
/proc/15778/stat : 15778 (SATzilla2007_C) S 15776 15778 14803 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 306895760 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15778/statm: 360 110 95 260 0 84 0
[pid=15779] ppid=15778 vsize=14228 CPUtime=0.01
/proc/15779/stat : 15779 (march_dl) R 15778 15778 14803 0 -1 4194304 2119 0 0 0 1 0 0 0 19 0 1 0 306895760 14569472 2114 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15779/statm: 3590 2117 49 118 0 3469 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15668

[startup+0.101585 s]
/proc/loadavg: 1.01 0.98 0.99 3/77 15778
/proc/meminfo: memFree=1543456/2055920 swapFree=4169132/4192956
[pid=15778] ppid=15776 vsize=1440 CPUtime=0
/proc/15778/stat : 15778 (SATzilla2007_C) S 15776 15778 14803 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 306895760 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15778/statm: 360 110 95 260 0 84 0
[pid=15779] ppid=15778 vsize=21644 CPUtime=0.08
/proc/15779/stat : 15779 (march_dl) R 15778 15778 14803 0 -1 4194304 4492 0 0 0 7 1 0 0 19 0 1 0 306895760 22163456 4487 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15779/statm: 5411 4487 50 118 0 5290 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 23084

[startup+0.301604 s]
/proc/loadavg: 1.01 0.98 0.99 3/77 15778
/proc/meminfo: memFree=1543456/2055920 swapFree=4169132/4192956
[pid=15778] ppid=15776 vsize=1440 CPUtime=0
/proc/15778/stat : 15778 (SATzilla2007_C) S 15776 15778 14803 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 306895760 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15778/statm: 360 110 95 260 0 84 0
[pid=15779] ppid=15778 vsize=23756 CPUtime=0.29
/proc/15779/stat : 15779 (march_dl) R 15778 15778 14803 0 -1 4194304 5159 0 0 0 27 2 0 0 20 0 1 0 306895760 24326144 5154 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15779/statm: 5939 5154 50 118 0 5818 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25196

[startup+0.70164 s]
/proc/loadavg: 1.01 0.98 0.99 3/77 15778
/proc/meminfo: memFree=1543456/2055920 swapFree=4169132/4192956
[pid=15778] ppid=15776 vsize=1440 CPUtime=0
/proc/15778/stat : 15778 (SATzilla2007_C) S 15776 15778 14803 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 306895760 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15778/statm: 360 110 95 260 0 84 0
[pid=15779] ppid=15778 vsize=27980 CPUtime=0.69
/proc/15779/stat : 15779 (march_dl) R 15778 15778 14803 0 -1 4194304 6476 0 0 0 66 3 0 0 24 0 1 0 306895760 28651520 6471 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15779/statm: 6995 6471 50 118 0 6874 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29420

[startup+1.50171 s]
/proc/loadavg: 1.01 0.98 0.99 2/79 15780
/proc/meminfo: memFree=1513616/2055920 swapFree=4169132/4192956
[pid=15778] ppid=15776 vsize=1440 CPUtime=0
/proc/15778/stat : 15778 (SATzilla2007_C) S 15776 15778 14803 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 306895760 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15778/statm: 360 110 95 260 0 84 0
[pid=15779] ppid=15778 vsize=65884 CPUtime=1.49
/proc/15779/stat : 15779 (march_dl) R 15778 15778 14803 0 -1 4194304 15073 0 0 0 142 7 0 0 25 0 1 0 306895760 67465216 13404 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134544553 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15779/statm: 16471 13404 53 118 0 16350 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 67324

[startup+3.10186 s]
/proc/loadavg: 1.01 0.98 0.99 2/79 15780
/proc/meminfo: memFree=1465872/2055920 swapFree=4169132/4192956
[pid=15778] ppid=15776 vsize=1440 CPUtime=0
/proc/15778/stat : 15778 (SATzilla2007_C) S 15776 15778 14803 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 306895760 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15778/statm: 360 110 95 260 0 84 0
[pid=15779] ppid=15778 vsize=88440 CPUtime=3.09
/proc/15779/stat : 15779 (march_dl) R 15778 15778 14803 0 -1 4194304 27989 0 0 0 296 13 0 0 25 0 1 0 306895760 90562560 19582 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134650685 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15779/statm: 22110 19582 55 118 0 21989 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 89880

[startup+6.30116 s]
/proc/loadavg: 1.01 0.98 0.99 2/79 15781
/proc/meminfo: memFree=1537744/2055920 swapFree=4169132/4192956
[pid=15778] ppid=15776 vsize=1440 CPUtime=5.01
/proc/15778/stat : 15778 (SATzilla2007_C) S 15776 15778 14803 0 -1 4194304 134 37483 0 0 0 0 483 18 16 0 1 0 306895760 1474560 111 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15778/statm: 360 111 96 260 0 84 0
[pid=15781] ppid=15778 vsize=63628 CPUtime=1.28
/proc/15781/stat : 15781 (ubcsat2006) R 15778 15778 14803 0 -1 4194304 11727 0 0 0 122 6 0 0 25 0 1 0 306896261 65155072 11710 18446744073709551615 134512640 134777720 4294956528 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15781/statm: 15907 11710 156 64 0 15488 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65068

[startup+12.7017 s]
/proc/loadavg: 1.01 0.98 0.99 2/78 15781
/proc/meminfo: memFree=1473120/2055920 swapFree=4169132/4192956
[pid=15778] ppid=15776 vsize=77060 CPUtime=12.68
/proc/15778/stat : 15778 (SATzilla2007_C) R 15776 15778 14803 0 -1 4194304 17675 49216 0 0 457 8 778 25 25 0 1 0 306895760 78909440 17645 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 134537941 0 0 4096 0 0 0 0 17 1 0 0
/proc/15778/statm: 19265 17645 121 260 0 18989 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 77060

[startup+25.5019 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 15781
/proc/meminfo: memFree=1472928/2055920 swapFree=4169132/4192956
[pid=15778] ppid=15776 vsize=77060 CPUtime=25.47
/proc/15778/stat : 15778 (SATzilla2007_C) R 15776 15778 14803 0 -1 4194304 17750 49216 0 0 1735 9 778 25 25 0 1 0 306895760 78909440 17720 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/15778/statm: 19265 17720 121 260 0 18989 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 77060

[startup+51.1013 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 15781
/proc/meminfo: memFree=1472544/2055920 swapFree=4169132/4192956
[pid=15778] ppid=15776 vsize=77060 CPUtime=51.05
/proc/15778/stat : 15778 (SATzilla2007_C) R 15776 15778 14803 0 -1 4194304 17903 49216 0 0 4291 11 778 25 25 0 1 0 306895760 78909440 17873 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 134537941 0 0 4096 0 0 0 0 17 1 0 0
/proc/15778/statm: 19265 17873 121 260 0 18989 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 77060

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

[startup+63.9015 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 15781
/proc/meminfo: memFree=1472224/2055920 swapFree=4169132/4192956
[pid=15778] ppid=15776 vsize=77060 CPUtime=63.85
/proc/15778/stat : 15778 (SATzilla2007_C) R 15776 15778 14803 0 -1 4194304 17978 49216 0 0 5570 12 778 25 25 0 1 0 306895760 78909440 17948 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/15778/statm: 19265 17948 121 260 0 18989 0
Current children cumulated CPU time (s) 63.85
Current children cumulated vsize (KiB) 77060

[startup+67.1058 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 15781
/proc/meminfo: memFree=1472160/2055920 swapFree=4169132/4192956
[pid=15778] ppid=15776 vsize=77060 CPUtime=67.05
/proc/15778/stat : 15778 (SATzilla2007_C) R 15776 15778 14803 0 -1 4194304 17995 49216 0 0 5890 12 778 25 25 0 1 0 306895760 78909440 17965 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/15778/statm: 19265 17965 121 260 0 18989 0
Current children cumulated CPU time (s) 67.05
Current children cumulated vsize (KiB) 77060

[startup+68.7019 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 15781
/proc/meminfo: memFree=1472096/2055920 swapFree=4169132/4192956
[pid=15778] ppid=15776 vsize=77060 CPUtime=68.64
/proc/15778/stat : 15778 (SATzilla2007_C) R 15776 15778 14803 0 -1 4194304 18003 49216 0 0 6049 12 778 25 25 0 1 0 306895760 78909440 17973 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/15778/statm: 19265 17973 121 260 0 18989 0
Current children cumulated CPU time (s) 68.64
Current children cumulated vsize (KiB) 77060

[startup+70.301 s]
/proc/loadavg: 1.00 0.98 0.99 2/79 15782
/proc/meminfo: memFree=1487512/2055920 swapFree=4169132/4192956
[pid=15778] ppid=15776 vsize=45928 CPUtime=70.19
/proc/15778/stat : 15778 (SATzilla2007_C) S 15776 15778 14803 0 -1 4194304 22627 49216 0 0 6202 14 778 25 25 0 1 0 306895760 47030272 11024 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15778/statm: 11482 11024 126 260 0 11206 0
[pid=15782] ppid=15778 vsize=15800 CPUtime=0.05
/proc/15782/stat : 15782 (minisat20) R 15778 15778 14803 0 -1 4194304 3308 0 0 0 4 1 0 0 18 0 1 0 306902784 16179200 3165 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134535877 0 0 8392704 3 0 0 0 17 0 0 0
/proc/15782/statm: 3950 3165 46 118 0 3828 0
Current children cumulated CPU time (s) 70.24
Current children cumulated vsize (KiB) 61728

[startup+71.1011 s]
/proc/loadavg: 1.00 0.98 0.99 2/79 15782
/proc/meminfo: memFree=1487512/2055920 swapFree=4169132/4192956
[pid=15778] ppid=15776 vsize=45928 CPUtime=70.19
/proc/15778/stat : 15778 (SATzilla2007_C) S 15776 15778 14803 0 -1 4194304 22627 49216 0 0 6202 14 778 25 25 0 1 0 306895760 47030272 11024 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15778/statm: 11482 11024 126 260 0 11206 0
[pid=15782] ppid=15778 vsize=47040 CPUtime=0.84
/proc/15782/stat : 15782 (minisat20) R 15778 15778 14803 0 -1 4194304 10620 0 0 0 79 5 0 0 24 0 1 0 306902784 48168960 10477 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134649756 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15782/statm: 11760 10477 59 118 0 11638 0
Current children cumulated CPU time (s) 71.03
Current children cumulated vsize (KiB) 92968

[startup+71.5051 s]
/proc/loadavg: 1.00 0.98 0.99 2/79 15782
/proc/meminfo: memFree=1458200/2055920 swapFree=4169132/4192956
[pid=15778] ppid=15776 vsize=45928 CPUtime=70.19
/proc/15778/stat : 15778 (SATzilla2007_C) S 15776 15778 14803 0 -1 4194304 22627 49216 0 0 6202 14 778 25 25 0 1 0 306895760 47030272 11024 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15778/statm: 11482 11024 126 260 0 11206 0
[pid=15782] ppid=15778 vsize=0 CPUtime=1.24
/proc/15782/stat : 15782 (minisat20) R 15778 15778 14803 0 -1 4194308 10668 0 0 0 119 5 0 0 25 0 1 0 306902784 0 0 18446744073709551615 0 0 0 0 0 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15782/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 71.43
Current children cumulated vsize (KiB) 45928

Child status: 20
Real time (s): 71.5143
CPU time (s): 71.4691
CPU user time (s): 70.9992
CPU system time (s): 0.469928
CPU usage (%): 99.9368
Max. virtual memory (cumulated for all children) (KiB): 93368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.9992
system time used= 0.469928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82525
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= 27
involuntary context switches= 317

runsolver used 0.056991 second user time and 0.163975 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Tue May  8 02:03:02 UTC 2007

IDJOB= 455886
IDBENCH= 20459
IDSOLVER= 179
FILE ID= node15/455886-1178589781

PBS_JOBID= 5217742

Free space on /tmp= 66543 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/industrial/babic/hsatv17/hsat_vc11773.cnf
COMMAND LINE= /tmp/evaluation/455886-1178589781/SATzilla2007_C /tmp/evaluation/455886-1178589781/instance-455886-1178589781.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-455886-1178589781 -o ROOT/results/node15/solver-455886-1178589781 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/455886-1178589781/SATzilla2007_C /tmp/evaluation/455886-1178589781/instance-455886-1178589781.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  d6bd3be8cd8bf9b3f280923b7f8605ef

RANDOM SEED= 879923520

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node15.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.227
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.227
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:       1543864 kB
Buffers:         73812 kB
Cached:         339032 kB
SwapCached:       2840 kB
Active:         247048 kB
Inactive:       189068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1543864 kB
SwapTotal:     4192956 kB
SwapFree:      4169132 kB
Dirty:           21792 kB
Writeback:           0 kB
Mapped:          30252 kB
Slab:            61300 kB
Committed_AS: 10757648 kB
PageTables:       1868 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= 66543 MiB

End job on node15 on Tue May  8 02:04:13 UTC 2007