Trace number 318728

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 RANDOMUNSAT 74.0837 74.1518

General information on the benchmark

Nameindustrial/babic/hsatv17/
hsat_vc11813.cnf
MD5SUM1d84e062d693fe840d2f54155b9ad4a4
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.6386
Satisfiable
(Un)Satisfiability was proved
Number of variables312579
Number of clauses905106
Sum of the clauses size2361159
Maximum clause length3
Minimum clause length1
Number of clauses of size 135218
Number of clauses of size 2283723
Number of clauses of size 3586165
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

71.52/71.62	c run March_dl for 5 seconds ... 
71.52/71.62	c Bin: Executing march_dl
71.52/71.62	c child exit by a signal
71.52/71.62	c march_dl returned code 137.
71.52/71.62	c run saps (UBCSAT implementation) for 2 seconds ... 
71.52/71.62	c Bin: Executing ubcsat2006
71.52/71.62	c child exited successfully
71.52/71.62	c ubcsat2006 returned code 0.
71.52/71.62	c satzilla computing base features
71.52/71.62	Error!!! VCG-VAR-entropy
71.52/71.62	Satzilla is runing default solver ... 
71.52/71.62	 c satzilla running minisat20 ... 
71.52/71.63	This is MiniSat 2.0 beta
71.52/71.63	WARNING: for repeatability, setting FPU to use double precision
71.52/71.63	============================[ Problem Statistics ]=============================
71.52/71.63	|                                                                             |
71.52/71.63	|  Number of variables:  312628                                               |
71.52/71.63	|  Number of clauses:    905106                                               |
71.56/72.21	|  Parsing time:         0.50         s                                       |
71.56/72.24	============================[ Search Statistics ]==============================
71.56/72.24	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
71.56/72.24	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
71.56/72.24	===============================================================================
71.56/72.24	|         0 |  276994   868354  2322774 |   289451        0    nan |  0.000 % |
71.56/72.41	|       100 |  276971   868354  2322774 |   318396       86      5 | 11.417 % |
72.82/72.91	|       250 |  276969   868354  2322774 |   350236      234      6 | 11.417 % |
73.12/73.21	|       475 |  276933   866269  2316655 |   385259      456      8 | 11.418 % |
74.02/74.13	===============================================================================
74.02/74.13	restarts              : 4
74.02/74.13	conflicts             : 730            (304 /sec)
74.02/74.13	decisions             : 41702          (1.68 % random) (17350 /sec)
74.02/74.13	propagations          : 5886600        (2449042 /sec)
74.02/74.13	conflict literals     : 5174           (5.74 % deleted)
74.02/74.13	Memory used           : 59.87 MB
74.02/74.13	CPU time              : 2.40363 s
74.02/74.13	
74.02/74.14	c Bin: Executing minisat20
74.02/74.14	c child exited successfully
74.02/74.14	c minisat20 returned code 20.
74.02/74.14	s UNSATISFIABLE
74.02/74.14	c SATZILLA_TIME=74.070000

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node74/watcher-318728-1176321557 -o ROOT/results/node74/solver-318728-1176321557 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/318728-1176321557/SATzilla2007_R /tmp/evaluation/318728-1176321557/instance-318728-1176321557.cnf 

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): 2400 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: 0.86 0.95 0.98 3/66 28465
/proc/meminfo: memFree=1503400/2055920 swapFree=4192812/4192956
[pid=28465] ppid=28463 vsize=1440 CPUtime=0
/proc/28465/stat : 28465 (SATzilla2007_R) S 28463 28465 27762 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 80070601 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28465/statm: 360 110 95 260 0 84 0
[pid=28466] ppid=28465 vsize=5396 CPUtime=0
/proc/28466/stat : 28466 (march_dl) R 28465 28465 27762 0 -1 4194304 817 0 0 0 0 0 0 0 19 0 1 0 80070601 5525504 812 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134549425 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28466/statm: 1349 819 49 118 0 1228 0

[startup+0.0553139 s]
/proc/loadavg: 0.86 0.95 0.98 3/66 28465
/proc/meminfo: memFree=1503400/2055920 swapFree=4192812/4192956
[pid=28465] ppid=28463 vsize=1440 CPUtime=0
/proc/28465/stat : 28465 (SATzilla2007_R) S 28463 28465 27762 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 80070601 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28465/statm: 360 110 95 260 0 84 0
[pid=28466] ppid=28465 vsize=27256 CPUtime=0.04
/proc/28466/stat : 28466 (march_dl) R 28465 28465 27762 0 -1 4194304 4827 0 0 0 3 1 0 0 19 0 1 0 80070601 27910144 4822 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134549749 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28466/statm: 6814 4829 49 118 0 6693 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 28696

[startup+0.102318 s]
/proc/loadavg: 0.86 0.95 0.98 3/66 28465
/proc/meminfo: memFree=1503400/2055920 swapFree=4192812/4192956
[pid=28465] ppid=28463 vsize=1440 CPUtime=0
/proc/28465/stat : 28465 (SATzilla2007_R) S 28463 28465 27762 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 80070601 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28465/statm: 360 110 95 260 0 84 0
[pid=28466] ppid=28465 vsize=27916 CPUtime=0.09
/proc/28466/stat : 28466 (march_dl) R 28465 28465 27762 0 -1 4194304 5761 0 0 0 7 2 0 0 19 0 1 0 80070601 28585984 5756 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28466/statm: 6979 5756 50 118 0 6858 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29356

[startup+0.301341 s]
/proc/loadavg: 0.86 0.95 0.98 3/66 28465
/proc/meminfo: memFree=1503400/2055920 swapFree=4192812/4192956
[pid=28465] ppid=28463 vsize=1440 CPUtime=0
/proc/28465/stat : 28465 (SATzilla2007_R) S 28463 28465 27762 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 80070601 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28465/statm: 360 110 95 260 0 84 0
[pid=28466] ppid=28465 vsize=30028 CPUtime=0.29
/proc/28466/stat : 28466 (march_dl) R 28465 28465 27762 0 -1 4194304 6428 0 0 0 27 2 0 0 20 0 1 0 80070601 30748672 6423 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28466/statm: 7507 6423 50 118 0 7386 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31468

[startup+0.701387 s]
/proc/loadavg: 0.86 0.95 0.98 3/66 28465
/proc/meminfo: memFree=1503400/2055920 swapFree=4192812/4192956
[pid=28465] ppid=28463 vsize=1440 CPUtime=0
/proc/28465/stat : 28465 (SATzilla2007_R) S 28463 28465 27762 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 80070601 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28465/statm: 360 110 95 260 0 84 0
[pid=28466] ppid=28465 vsize=34252 CPUtime=0.69
/proc/28466/stat : 28466 (march_dl) R 28465 28465 27762 0 -1 4194304 7734 0 0 0 66 3 0 0 24 0 1 0 80070601 35074048 7729 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28466/statm: 8563 7730 50 118 0 8442 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35692

[startup+1.50248 s]
/proc/loadavg: 0.86 0.95 0.98 2/68 28467
/proc/meminfo: memFree=1468568/2055920 swapFree=4192812/4192956
[pid=28465] ppid=28463 vsize=1440 CPUtime=0
/proc/28465/stat : 28465 (SATzilla2007_R) S 28463 28465 27762 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 80070601 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28465/statm: 360 110 95 260 0 84 0
[pid=28466] ppid=28465 vsize=83060 CPUtime=1.49
/proc/28466/stat : 28466 (march_dl) R 28465 28465 27762 0 -1 4194304 16496 0 0 0 142 7 0 0 25 0 1 0 80070601 85053440 16490 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28466/statm: 20765 16492 52 118 0 20644 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84500

[startup+3.10167 s]
/proc/loadavg: 0.86 0.95 0.98 2/68 28467
/proc/meminfo: memFree=1431768/2055920 swapFree=4192812/4192956
[pid=28465] ppid=28463 vsize=1440 CPUtime=0
/proc/28465/stat : 28465 (SATzilla2007_R) S 28463 28465 27762 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 80070601 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28465/statm: 360 110 95 260 0 84 0
[pid=28466] ppid=28465 vsize=112552 CPUtime=3.09
/proc/28466/stat : 28466 (march_dl) R 28465 28465 27762 0 -1 4194304 32053 0 0 0 296 13 0 0 25 0 1 0 80070601 115253248 24826 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134644069 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28466/statm: 28138 24826 55 118 0 28017 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 113992

[startup+6.30104 s]
/proc/loadavg: 0.95 0.97 0.99 2/68 28468
/proc/meminfo: memFree=1497624/2055920 swapFree=4192812/4192956
[pid=28465] ppid=28463 vsize=1440 CPUtime=5.01
/proc/28465/stat : 28465 (SATzilla2007_R) S 28463 28465 27762 0 -1 4194304 135 39973 0 0 0 0 483 18 16 0 1 0 80070601 1474560 111 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28465/statm: 360 111 96 260 0 84 0
[pid=28468] ppid=28465 vsize=40012 CPUtime=1.25
/proc/28468/stat : 28468 (ubcsat2006) R 28465 28465 27762 0 -1 4194304 6004 0 3 0 123 2 0 0 25 0 1 0 80071103 40972288 5990 18446744073709551615 134512640 134777720 4294956464 18446744073709551615 134719560 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28468/statm: 10003 5998 143 64 0 9584 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 41452

[startup+12.7018 s]
/proc/loadavg: 0.96 0.97 0.99 2/67 28468
/proc/meminfo: memFree=1411040/2055920 swapFree=4192812/4192956
[pid=28465] ppid=28463 vsize=100912 CPUtime=12.67
/proc/28465/stat : 28465 (SATzilla2007_R) R 28463 28465 27762 0 -1 4194304 23189 55356 0 3 419 10 812 26 25 0 1 0 80070601 103333888 23158 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/28465/statm: 25228 23158 121 260 0 24952 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 100912

[startup+25.5013 s]
/proc/loadavg: 0.97 0.97 0.99 2/67 28468
/proc/meminfo: memFree=1410848/2055920 swapFree=4192812/4192956
[pid=28465] ppid=28463 vsize=100912 CPUtime=25.46
/proc/28465/stat : 28465 (SATzilla2007_R) R 28463 28465 27762 0 -1 4194304 23251 55356 0 3 1697 11 812 26 25 0 1 0 80070601 103333888 23220 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 134537937 0 0 4096 0 0 0 0 17 1 0 0
/proc/28465/statm: 25228 23220 121 260 0 24952 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 100912

[startup+51.1012 s]
/proc/loadavg: 0.98 0.97 0.99 2/67 28468
/proc/meminfo: memFree=1410528/2055920 swapFree=4192812/4192956
[pid=28465] ppid=28463 vsize=100912 CPUtime=51.03
/proc/28465/stat : 28465 (SATzilla2007_R) R 28463 28465 27762 0 -1 4194304 23366 55356 0 3 4253 12 812 26 25 0 1 0 80070601 103333888 23335 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/28465/statm: 25228 23335 121 260 0 24952 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 100912

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

[startup+63.9017 s]
/proc/loadavg: 0.98 0.97 0.99 2/67 28468
/proc/meminfo: memFree=1410336/2055920 swapFree=4192812/4192956
[pid=28465] ppid=28463 vsize=100912 CPUtime=63.82
/proc/28465/stat : 28465 (SATzilla2007_R) R 28463 28465 27762 0 -1 4194304 23421 55356 0 3 5531 13 812 26 25 0 1 0 80070601 103333888 23390 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/28465/statm: 25228 23390 121 260 0 24952 0
Current children cumulated CPU time (s) 63.82
Current children cumulated vsize (KiB) 100912

[startup+70.3025 s]
/proc/loadavg: 0.98 0.97 0.99 2/67 28468
/proc/meminfo: memFree=1410272/2055920 swapFree=4192812/4192956
[pid=28465] ppid=28463 vsize=100912 CPUtime=70.23
/proc/28465/stat : 28465 (SATzilla2007_R) R 28463 28465 27762 0 -1 4194304 23451 55356 0 3 6171 14 812 26 25 0 1 0 80070601 103333888 23420 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/28465/statm: 25228 23420 121 260 0 24952 0
Current children cumulated CPU time (s) 70.23
Current children cumulated vsize (KiB) 100912

[startup+71.9016 s]
/proc/loadavg: 0.98 0.97 0.99 2/67 28468
/proc/meminfo: memFree=1446048/2055920 swapFree=4192812/4192956
[pid=28465] ppid=28463 vsize=60040 CPUtime=71.56
/proc/28465/stat : 28465 (SATzilla2007_R) S 28463 28465 27762 0 -1 4194304 29709 55356 0 3 6300 18 812 26 25 0 1 0 80070601 61480960 14464 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28465/statm: 15010 14464 126 260 0 14734 0
Current children cumulated CPU time (s) 71.56
Current children cumulated vsize (KiB) 60040

[startup+73.5018 s]
/proc/loadavg: 0.98 0.97 0.99 2/68 28469
/proc/meminfo: memFree=1392024/2055920 swapFree=4192812/4192956
[pid=28465] ppid=28463 vsize=60040 CPUtime=71.56
/proc/28465/stat : 28465 (SATzilla2007_R) S 28463 28465 27762 0 -1 4194304 29709 55356 0 3 6300 18 812 26 25 0 1 0 80070601 61480960 14464 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28465/statm: 15010 14464 126 260 0 14734 0
[pid=28469] ppid=28465 vsize=61168 CPUtime=1.86
/proc/28469/stat : 28469 (minisat20) R 28465 28465 27762 0 -1 4194304 13797 0 0 0 177 9 0 0 25 0 1 0 80077764 62636032 13700 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28469/statm: 15292 13700 59 118 0 15170 0
Current children cumulated CPU time (s) 73.42
Current children cumulated vsize (KiB) 121208

[startup+73.9019 s]
/proc/loadavg: 0.98 0.97 0.99 2/68 28469
/proc/meminfo: memFree=1391512/2055920 swapFree=4192812/4192956
[pid=28465] ppid=28463 vsize=60040 CPUtime=71.56
/proc/28465/stat : 28465 (SATzilla2007_R) S 28463 28465 27762 0 -1 4194304 29709 55356 0 3 6300 18 812 26 25 0 1 0 80070601 61480960 14464 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28465/statm: 15010 14464 126 260 0 14734 0
[pid=28469] ppid=28465 vsize=61300 CPUtime=2.26
/proc/28469/stat : 28469 (minisat20) R 28465 28465 27762 0 -1 4194304 13869 0 0 0 217 9 0 0 25 0 1 0 80077764 62771200 13772 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28469/statm: 15325 13772 59 118 0 15203 0
Current children cumulated CPU time (s) 73.82
Current children cumulated vsize (KiB) 121340

[startup+74.1019 s]
/proc/loadavg: 0.98 0.97 0.99 2/68 28469
/proc/meminfo: memFree=1391512/2055920 swapFree=4192812/4192956
[pid=28465] ppid=28463 vsize=60040 CPUtime=71.56
/proc/28465/stat : 28465 (SATzilla2007_R) S 28463 28465 27762 0 -1 4194304 29709 55356 0 3 6300 18 812 26 25 0 1 0 80070601 61480960 14464 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28465/statm: 15010 14464 126 260 0 14734 0
[pid=28469] ppid=28465 vsize=61300 CPUtime=2.46
/proc/28469/stat : 28469 (minisat20) R 28465 28465 27762 0 -1 4194304 13885 0 0 0 237 9 0 0 25 0 1 0 80077764 62771200 13788 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28469/statm: 15325 13788 59 118 0 15203 0
Current children cumulated CPU time (s) 74.02
Current children cumulated vsize (KiB) 121340

Child status: 20
Real time (s): 74.1518
CPU time (s): 74.0837
CPU user time (s): 73.5278
CPU system time (s): 0.555915
CPU usage (%): 99.9082
Max. virtual memory (cumulated for all children) (KiB): 121340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 73.5278
system time used= 0.555915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98974
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30
involuntary context switches= 166

runsolver used 0.090986 second user time and 0.180972 second system time

The end

Launcher Data (download as text)

Begin job on node74 on Wed Apr 11 19:59:18 UTC 2007

IDJOB= 318728
IDBENCH= 20461
IDSOLVER= 134
FILE ID= node74/318728-1176321557

PBS_JOBID= 4516708

Free space on /tmp= 103219 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/industrial/babic/hsatv17/hsat_vc11813.cnf
COMMAND LINE= /tmp/evaluation/318728-1176321557/SATzilla2007_R /tmp/evaluation/318728-1176321557/instance-318728-1176321557.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node74/watcher-318728-1176321557 -o ROOT/results/node74/solver-318728-1176321557 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/318728-1176321557/SATzilla2007_R /tmp/evaluation/318728-1176321557/instance-318728-1176321557.cnf            

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  1d84e062d693fe840d2f54155b9ad4a4

RANDOM SEED= 692580767

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node74.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.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1503680 kB
Buffers:         35844 kB
Cached:         377052 kB
SwapCached:          0 kB
Active:         187848 kB
Inactive:       242020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1503680 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           26504 kB
Writeback:           0 kB
Mapped:          27324 kB
Slab:           107996 kB
Committed_AS:   108088 kB
PageTables:       1484 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103219 MiB

End job on node74 on Wed Apr 11 20:00:33 UTC 2007