Trace number 318729

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 74.1147 74.1571

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

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/node10/watcher-318729-1176321570 -o ROOT/results/node10/solver-318729-1176321570 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/318729-1176321570/SATzilla2007_C /tmp/evaluation/318729-1176321570/instance-318729-1176321570.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.91 0.95 0.94 3/77 22683
/proc/meminfo: memFree=1773112/2055920 swapFree=4192812/4192956
[pid=22683] ppid=22681 vsize=1440 CPUtime=0
/proc/22683/stat : 22683 (SATzilla2007_C) S 22681 22683 21583 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 108194680 1474560 110 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22683/statm: 360 110 95 260 0 84 0
[pid=22684] ppid=22683 vsize=5396 CPUtime=0
/proc/22684/stat : 22684 (march_dl) R 22683 22683 21583 0 -1 4194304 851 0 0 0 0 0 0 0 19 0 1 0 108194681 5525504 847 18446744073709551615 134512640 134996440 4294956608 18446744073709551615 134549425 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22684/statm: 1349 854 49 118 0 1228 0

[startup+0.022831 s]
/proc/loadavg: 0.91 0.95 0.94 3/77 22683
/proc/meminfo: memFree=1773112/2055920 swapFree=4192812/4192956
[pid=22683] ppid=22681 vsize=1440 CPUtime=0
/proc/22683/stat : 22683 (SATzilla2007_C) S 22681 22683 21583 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 108194680 1474560 110 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22683/statm: 360 110 95 260 0 84 0
[pid=22684] ppid=22683 vsize=17252 CPUtime=0.01
/proc/22684/stat : 22684 (march_dl) R 22683 22683 21583 0 -1 4194304 2266 0 0 0 1 0 0 0 19 0 1 0 108194681 17666048 2261 18446744073709551615 134512640 134996440 4294956608 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22684/statm: 4313 2263 49 118 0 4192 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18692

[startup+0.102847 s]
/proc/loadavg: 0.91 0.95 0.94 3/77 22683
/proc/meminfo: memFree=1773112/2055920 swapFree=4192812/4192956
[pid=22683] ppid=22681 vsize=1440 CPUtime=0
/proc/22683/stat : 22683 (SATzilla2007_C) S 22681 22683 21583 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 108194680 1474560 110 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22683/statm: 360 110 95 260 0 84 0
[pid=22684] ppid=22683 vsize=27916 CPUtime=0.09
/proc/22684/stat : 22684 (march_dl) R 22683 22683 21583 0 -1 4194304 5776 0 0 0 7 2 0 0 19 0 1 0 108194681 28585984 5771 18446744073709551615 134512640 134996440 4294956608 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22684/statm: 6979 5771 50 118 0 6858 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29356

[startup+0.301896 s]
/proc/loadavg: 0.91 0.95 0.94 3/77 22683
/proc/meminfo: memFree=1773112/2055920 swapFree=4192812/4192956
[pid=22683] ppid=22681 vsize=1440 CPUtime=0
/proc/22683/stat : 22683 (SATzilla2007_C) S 22681 22683 21583 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 108194680 1474560 110 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22683/statm: 360 110 95 260 0 84 0
[pid=22684] ppid=22683 vsize=30292 CPUtime=0.29
/proc/22684/stat : 22684 (march_dl) R 22683 22683 21583 0 -1 4194304 6482 0 0 0 27 2 0 0 21 0 1 0 108194681 31019008 6477 18446744073709551615 134512640 134996440 4294956608 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22684/statm: 7573 6477 50 118 0 7452 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31732

[startup+0.701976 s]
/proc/loadavg: 0.91 0.95 0.94 3/77 22683
/proc/meminfo: memFree=1773112/2055920 swapFree=4192812/4192956
[pid=22683] ppid=22681 vsize=1440 CPUtime=0
/proc/22683/stat : 22683 (SATzilla2007_C) S 22681 22683 21583 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 108194680 1474560 110 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22683/statm: 360 110 95 260 0 84 0
[pid=22684] ppid=22683 vsize=34648 CPUtime=0.69
/proc/22684/stat : 22684 (march_dl) R 22683 22683 21583 0 -1 4194304 7859 0 0 0 66 3 0 0 25 0 1 0 108194681 35479552 7854 18446744073709551615 134512640 134996440 4294956608 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22684/statm: 8662 7854 50 118 0 8541 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36088

[startup+1.50115 s]
/proc/loadavg: 0.91 0.95 0.94 2/79 22685
/proc/meminfo: memFree=1737640/2055920 swapFree=4192812/4192956
[pid=22683] ppid=22681 vsize=1440 CPUtime=0
/proc/22683/stat : 22683 (SATzilla2007_C) S 22681 22683 21583 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 108194680 1474560 110 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22683/statm: 360 110 95 260 0 84 0
[pid=22684] ppid=22683 vsize=92988 CPUtime=1.49
/proc/22684/stat : 22684 (march_dl) R 22683 22683 21583 0 -1 4194304 19364 0 0 0 139 10 0 0 25 0 1 0 108194681 95219712 19357 18446744073709551615 134512640 134996440 4294956608 18446744073709551615 134542425 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22684/statm: 23247 19357 52 118 0 23126 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 94428

[startup+3.10149 s]
/proc/loadavg: 0.91 0.95 0.94 2/79 22685
/proc/meminfo: memFree=1701352/2055920 swapFree=4192812/4192956
[pid=22683] ppid=22681 vsize=1440 CPUtime=0
/proc/22683/stat : 22683 (SATzilla2007_C) S 22681 22683 21583 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 108194680 1474560 110 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22683/statm: 360 110 95 260 0 84 0
[pid=22684] ppid=22683 vsize=118664 CPUtime=3.08
/proc/22684/stat : 22684 (march_dl) R 22683 22683 21583 0 -1 4194304 32961 0 0 0 292 16 0 0 25 0 1 0 108194681 121511936 25734 18446744073709551615 134512640 134996440 4294956608 18446744073709551615 134542524 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22684/statm: 29666 25734 55 118 0 29545 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 120104

[startup+6.30118 s]
/proc/loadavg: 0.92 0.95 0.94 2/79 22686
/proc/meminfo: memFree=1767592/2055920 swapFree=4192812/4192956
[pid=22683] ppid=22681 vsize=1440 CPUtime=5.01
/proc/22683/stat : 22683 (SATzilla2007_C) S 22681 22683 21583 0 -1 4194304 135 40061 0 0 0 0 480 21 16 0 1 0 108194680 1474560 111 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22683/statm: 360 111 96 260 0 84 0
[pid=22686] ppid=22683 vsize=40012 CPUtime=1.27
/proc/22686/stat : 22686 (ubcsat2006) R 22683 22683 21583 0 -1 4194304 5362 0 0 0 124 3 0 0 25 0 1 0 108195182 40972288 5345 18446744073709551615 134512640 134777720 4294956464 18446744073709551615 134719426 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22686/statm: 10003 5351 142 64 0 9584 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 41452

[startup+12.7016 s]
/proc/loadavg: 0.93 0.95 0.94 2/78 22686
/proc/meminfo: memFree=1680944/2055920 swapFree=4192812/4192956
[pid=22683] ppid=22681 vsize=100912 CPUtime=12.67
/proc/22683/stat : 22683 (SATzilla2007_C) R 22681 22683 21583 0 -1 4194304 23189 55443 0 0 417 12 809 29 25 0 1 0 108194680 103333888 23158 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/22683/statm: 25228 23158 121 260 0 24952 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 100912

[startup+25.5023 s]
/proc/loadavg: 0.94 0.96 0.94 2/78 22686
/proc/meminfo: memFree=1680688/2055920 swapFree=4192812/4192956
[pid=22683] ppid=22681 vsize=100912 CPUtime=25.47
/proc/22683/stat : 22683 (SATzilla2007_C) R 22681 22683 21583 0 -1 4194304 23251 55443 0 0 1696 13 809 29 25 0 1 0 108194680 103333888 23220 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 134537941 0 0 4096 0 0 0 0 17 1 0 0
/proc/22683/statm: 25228 23220 121 260 0 24952 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 100912

[startup+51.1028 s]
/proc/loadavg: 0.96 0.96 0.94 2/78 22686
/proc/meminfo: memFree=1680368/2055920 swapFree=4192812/4192956
[pid=22683] ppid=22681 vsize=100912 CPUtime=51.06
/proc/22683/stat : 22683 (SATzilla2007_C) R 22681 22683 21583 0 -1 4194304 23366 55443 0 0 4254 14 809 29 25 0 1 0 108194680 103333888 23335 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 134540693 0 0 4096 0 0 0 0 17 1 0 0
/proc/22683/statm: 25228 23335 121 260 0 24952 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 100912

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

[startup+63.9016 s]
/proc/loadavg: 0.97 0.96 0.94 2/78 22686
/proc/meminfo: memFree=1680240/2055920 swapFree=4192812/4192956
[pid=22683] ppid=22681 vsize=100912 CPUtime=63.85
/proc/22683/stat : 22683 (SATzilla2007_C) R 22681 22683 21583 0 -1 4194304 23424 55443 0 0 5532 15 809 29 25 0 1 0 108194680 103333888 23393 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 134537941 0 0 4096 0 0 0 0 17 1 0 0
/proc/22683/statm: 25228 23393 121 260 0 24952 0
Current children cumulated CPU time (s) 63.85
Current children cumulated vsize (KiB) 100912

[startup+70.302 s]
/proc/loadavg: 0.97 0.96 0.94 2/78 22686
/proc/meminfo: memFree=1680112/2055920 swapFree=4192812/4192956
[pid=22683] ppid=22681 vsize=100912 CPUtime=70.25
/proc/22683/stat : 22683 (SATzilla2007_C) R 22681 22683 21583 0 -1 4194304 23451 55443 0 0 6172 15 809 29 25 0 1 0 108194680 103333888 23420 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/22683/statm: 25228 23420 121 260 0 24952 0
Current children cumulated CPU time (s) 70.25
Current children cumulated vsize (KiB) 100912

[startup+71.9013 s]
/proc/loadavg: 0.97 0.96 0.94 2/78 22686
/proc/meminfo: memFree=1715824/2055920 swapFree=4192812/4192956
[pid=22683] ppid=22681 vsize=60040 CPUtime=71.58
/proc/22683/stat : 22683 (SATzilla2007_C) S 22681 22683 21583 0 -1 4194304 29709 55443 0 0 6301 19 809 29 25 0 1 0 108194680 61480960 14464 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22683/statm: 15010 14464 126 260 0 14734 0
Current children cumulated CPU time (s) 71.58
Current children cumulated vsize (KiB) 60040

[startup+73.5017 s]
/proc/loadavg: 0.97 0.96 0.94 2/79 22687
/proc/meminfo: memFree=1661800/2055920 swapFree=4192812/4192956
[pid=22683] ppid=22681 vsize=60040 CPUtime=71.58
/proc/22683/stat : 22683 (SATzilla2007_C) S 22681 22683 21583 0 -1 4194304 29709 55443 0 0 6301 19 809 29 25 0 1 0 108194680 61480960 14464 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22683/statm: 15010 14464 126 260 0 14734 0
[pid=22687] ppid=22683 vsize=61168 CPUtime=1.85
/proc/22687/stat : 22687 (minisat20) R 22683 22683 21583 0 -1 4194304 13797 0 0 0 178 7 0 0 25 0 1 0 108201843 62636032 13700 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22687/statm: 15292 13700 59 118 0 15170 0
Current children cumulated CPU time (s) 73.43
Current children cumulated vsize (KiB) 121208

[startup+73.9017 s]
/proc/loadavg: 0.97 0.96 0.94 2/79 22687
/proc/meminfo: memFree=1661288/2055920 swapFree=4192812/4192956
[pid=22683] ppid=22681 vsize=60040 CPUtime=71.58
/proc/22683/stat : 22683 (SATzilla2007_C) S 22681 22683 21583 0 -1 4194304 29709 55443 0 0 6301 19 809 29 25 0 1 0 108194680 61480960 14464 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22683/statm: 15010 14464 126 260 0 14734 0
[pid=22687] ppid=22683 vsize=61300 CPUtime=2.25
/proc/22687/stat : 22687 (minisat20) R 22683 22683 21583 0 -1 4194304 13869 0 0 0 218 7 0 0 25 0 1 0 108201843 62771200 13772 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525395 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22687/statm: 15325 13772 59 118 0 15203 0
Current children cumulated CPU time (s) 73.83
Current children cumulated vsize (KiB) 121340

[startup+74.1018 s]
/proc/loadavg: 0.97 0.96 0.94 2/79 22687
/proc/meminfo: memFree=1661288/2055920 swapFree=4192812/4192956
[pid=22683] ppid=22681 vsize=60040 CPUtime=71.58
/proc/22683/stat : 22683 (SATzilla2007_C) S 22681 22683 21583 0 -1 4194304 29709 55443 0 0 6301 19 809 29 25 0 1 0 108194680 61480960 14464 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22683/statm: 15010 14464 126 260 0 14734 0
[pid=22687] ppid=22683 vsize=61300 CPUtime=2.45
/proc/22687/stat : 22687 (minisat20) R 22683 22683 21583 0 -1 4194304 13885 0 0 0 238 7 0 0 25 0 1 0 108201843 62771200 13788 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134536262 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22687/statm: 15325 13788 59 118 0 15203 0
Current children cumulated CPU time (s) 74.03
Current children cumulated vsize (KiB) 121340

Child status: 20
Real time (s): 74.1571
CPU time (s): 74.1147
CPU user time (s): 73.5248
CPU system time (s): 0.58991
CPU usage (%): 99.9428
Max. virtual memory (cumulated for all children) (KiB): 121340

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

runsolver used 0.087986 second user time and 0.186971 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Wed Apr 11 19:59:32 UTC 2007

IDJOB= 318729
IDBENCH= 20461
IDSOLVER= 135
FILE ID= node10/318729-1176321570

PBS_JOBID= 4516507

Free space on /tmp= 66537 MiB

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

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  1d84e062d693fe840d2f54155b9ad4a4

RANDOM SEED= 937055694

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.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.259
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.259
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:       1773584 kB
Buffers:         27976 kB
Cached:         137060 kB
SwapCached:          0 kB
Active:          95844 kB
Inactive:       123956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1773584 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           26388 kB
Writeback:           0 kB
Mapped:          72892 kB
Slab:            48100 kB
Committed_AS:  2151500 kB
PageTables:       1708 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= 66537 MiB

End job on node10 on Wed Apr 11 20:00:46 UTC 2007