Trace number 318730

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 FULLUNSAT 74.0887 74.1521

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.53/71.62	c run March_dl for 5 seconds ... 
71.53/71.62	c Bin: Executing march_dl
71.53/71.62	c child exit by a signal
71.53/71.62	c march_dl returned code 137.
71.53/71.62	c run saps for 2 seconds ... 
71.53/71.62	c Bin: Executing ubcsat2006
71.53/71.62	c child exited successfully
71.53/71.62	c ubcsat2006 returned code 0.
71.53/71.62	c satzilla computing base features
71.53/71.62	Error!!! VCG-VAR-entropy
71.53/71.62	Satzilla is runing default solver ... 
71.53/71.62	 c satzilla running minisat20 ... 
71.53/71.63	This is MiniSat 2.0 beta
71.53/71.63	WARNING: for repeatability, setting FPU to use double precision
71.53/71.63	============================[ Problem Statistics ]=============================
71.53/71.63	|                                                                             |
71.53/71.63	|  Number of variables:  312628                                               |
71.53/71.63	|  Number of clauses:    905106                                               |
71.56/72.21	|  Parsing time:         0.51         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.81/72.91	|       250 |  276969   868354  2322774 |   350236      234      6 | 11.417 % |
73.11/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            (302 /sec)
74.02/74.13	decisions             : 41702          (1.68 % random) (17271 /sec)
74.02/74.13	propagations          : 5886600        (2437887 /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.41463 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.080000

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/node61/watcher-318730-1176321578 -o ROOT/results/node61/solver-318730-1176321578 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/318730-1176321578/SATzilla2007_F /tmp/evaluation/318730-1176321578/instance-318730-1176321578.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.99 0.97 0.98 3/64 7584
/proc/meminfo: memFree=1484864/2055920 swapFree=4192812/4192956
[pid=7584] ppid=7582 vsize=1512 CPUtime=0
/proc/7584/stat : 7584 (SATzilla2007_F) S 7582 7584 6839 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 44121617 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7584/statm: 378 125 110 260 0 84 0
[pid=7585] ppid=7584 vsize=5396 CPUtime=0
/proc/7585/stat : 7585 (march_dl) R 7584 7584 6839 0 -1 4194304 803 0 0 0 0 0 0 0 19 0 1 0 44121617 5525504 797 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134549425 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7585/statm: 1349 804 49 118 0 1228 0

[startup+0.0701291 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 7584
/proc/meminfo: memFree=1484864/2055920 swapFree=4192812/4192956
[pid=7584] ppid=7582 vsize=1512 CPUtime=0
/proc/7584/stat : 7584 (SATzilla2007_F) S 7582 7584 6839 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 44121617 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7584/statm: 378 125 110 260 0 84 0
[pid=7585] ppid=7584 vsize=27388 CPUtime=0.06
/proc/7585/stat : 7585 (march_dl) R 7584 7584 6839 0 -1 4194304 5598 0 0 0 4 2 0 0 19 0 1 0 44121617 28045312 5592 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7585/statm: 6847 5592 50 118 0 6726 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 28900

[startup+0.102131 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 7584
/proc/meminfo: memFree=1484864/2055920 swapFree=4192812/4192956
[pid=7584] ppid=7582 vsize=1512 CPUtime=0
/proc/7584/stat : 7584 (SATzilla2007_F) S 7582 7584 6839 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 44121617 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7584/statm: 378 125 110 260 0 84 0
[pid=7585] ppid=7584 vsize=27916 CPUtime=0.09
/proc/7585/stat : 7585 (march_dl) R 7584 7584 6839 0 -1 4194304 5760 0 0 0 7 2 0 0 19 0 1 0 44121617 28585984 5754 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7585/statm: 6979 5754 50 118 0 6858 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29428

[startup+0.30215 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 7584
/proc/meminfo: memFree=1484864/2055920 swapFree=4192812/4192956
[pid=7584] ppid=7582 vsize=1512 CPUtime=0
/proc/7584/stat : 7584 (SATzilla2007_F) S 7582 7584 6839 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 44121617 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7584/statm: 378 125 110 260 0 84 0
[pid=7585] ppid=7584 vsize=30028 CPUtime=0.29
/proc/7585/stat : 7585 (march_dl) R 7584 7584 6839 0 -1 4194304 6431 0 0 0 27 2 0 0 20 0 1 0 44121617 30748672 6426 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7585/statm: 7507 6426 50 118 0 7386 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31540

[startup+0.702188 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 7584
/proc/meminfo: memFree=1484864/2055920 swapFree=4192812/4192956
[pid=7584] ppid=7582 vsize=1512 CPUtime=0
/proc/7584/stat : 7584 (SATzilla2007_F) S 7582 7584 6839 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 44121617 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7584/statm: 378 125 110 260 0 84 0
[pid=7585] ppid=7584 vsize=34252 CPUtime=0.69
/proc/7585/stat : 7585 (march_dl) R 7584 7584 6839 0 -1 4194304 7732 0 0 0 66 3 0 0 24 0 1 0 44121617 35074048 7726 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7585/statm: 8563 7726 50 118 0 8442 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35764

[startup+1.50126 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 7586
/proc/meminfo: memFree=1450032/2055920 swapFree=4192812/4192956
[pid=7584] ppid=7582 vsize=1512 CPUtime=0
/proc/7584/stat : 7584 (SATzilla2007_F) S 7582 7584 6839 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 44121617 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7584/statm: 378 125 110 260 0 84 0
[pid=7585] ppid=7584 vsize=81608 CPUtime=1.49
/proc/7585/stat : 7585 (march_dl) R 7584 7584 6839 0 -1 4194304 16095 0 0 0 141 8 0 0 25 0 1 0 44121617 83566592 16087 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7585/statm: 20402 16090 53 118 0 20281 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83120

[startup+3.10142 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 7586
/proc/meminfo: memFree=1414128/2055920 swapFree=4192812/4192956
[pid=7584] ppid=7582 vsize=1512 CPUtime=0
/proc/7584/stat : 7584 (SATzilla2007_F) S 7582 7584 6839 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 44121617 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7584/statm: 378 125 110 260 0 84 0
[pid=7585] ppid=7584 vsize=112552 CPUtime=3.09
/proc/7585/stat : 7585 (march_dl) R 7584 7584 6839 0 -1 4194304 32054 0 0 0 293 16 0 0 25 0 1 0 44121617 115253248 24826 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134644061 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7585/statm: 28138 24826 55 118 0 28017 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 114064

[startup+6.30172 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 7587
/proc/meminfo: memFree=1479472/2055920 swapFree=4192812/4192956
[pid=7584] ppid=7582 vsize=1512 CPUtime=5
/proc/7584/stat : 7584 (SATzilla2007_F) S 7582 7584 6839 0 -1 4194304 149 39974 0 0 0 0 480 20 16 0 1 0 44121617 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7584/statm: 378 125 110 260 0 84 0
[pid=7587] ppid=7584 vsize=40012 CPUtime=1.23
/proc/7587/stat : 7587 (ubcsat2006) R 7584 7584 6839 0 -1 4194304 4907 0 0 0 121 2 0 0 25 0 1 0 44122119 40972288 4889 18446744073709551615 134512640 134777720 4294956464 18446744073709551615 134719363 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7587/statm: 10003 4889 142 64 0 9584 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 41524

[startup+12.7013 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 7587
/proc/meminfo: memFree=1392696/2055920 swapFree=4192812/4192956
[pid=7584] ppid=7582 vsize=100992 CPUtime=12.64
/proc/7584/stat : 7584 (SATzilla2007_F) R 7582 7584 6839 0 -1 4194304 23201 55359 0 0 417 11 808 28 25 0 1 0 44121617 103415808 23169 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/7584/statm: 25248 23169 135 260 0 24954 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 100992

[startup+25.5016 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 7587
/proc/meminfo: memFree=1392632/2055920 swapFree=4192812/4192956
[pid=7584] ppid=7582 vsize=100992 CPUtime=25.44
/proc/7584/stat : 7584 (SATzilla2007_F) R 7582 7584 6839 0 -1 4194304 23263 55359 0 0 1696 12 808 28 25 0 1 0 44121617 103415808 23231 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 134539397 0 0 4096 0 0 0 0 17 1 0 0
/proc/7584/statm: 25248 23231 135 260 0 24954 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 100992

[startup+51.102 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 7587
/proc/meminfo: memFree=1392184/2055920 swapFree=4192812/4192956
[pid=7584] ppid=7582 vsize=100992 CPUtime=51.03
/proc/7584/stat : 7584 (SATzilla2007_F) R 7582 7584 6839 0 -1 4194304 23378 55359 0 0 4253 14 808 28 25 0 1 0 44121617 103415808 23346 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/7584/statm: 25248 23346 135 260 0 24954 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 100992

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

[startup+63.9012 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 7587
/proc/meminfo: memFree=1391992/2055920 swapFree=4192812/4192956
[pid=7584] ppid=7582 vsize=100992 CPUtime=63.83
/proc/7584/stat : 7584 (SATzilla2007_F) R 7582 7584 6839 0 -1 4194304 23436 55359 0 0 5532 15 808 28 25 0 1 0 44121617 103415808 23404 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 134542149 0 0 4096 0 0 0 0 17 1 0 0
/proc/7584/statm: 25248 23404 135 260 0 24954 0
Current children cumulated CPU time (s) 63.83
Current children cumulated vsize (KiB) 100992

[startup+70.3018 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 7587
/proc/meminfo: memFree=1391928/2055920 swapFree=4192812/4192956
[pid=7584] ppid=7582 vsize=100992 CPUtime=70.23
/proc/7584/stat : 7584 (SATzilla2007_F) R 7582 7584 6839 0 -1 4194304 23463 55359 0 0 6172 15 808 28 25 0 1 0 44121617 103415808 23431 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 134535423 0 0 4096 0 0 0 0 17 1 0 0
/proc/7584/statm: 25248 23431 135 260 0 24954 0
Current children cumulated CPU time (s) 70.23
Current children cumulated vsize (KiB) 100992

[startup+71.902 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 7587
/proc/meminfo: memFree=1427704/2055920 swapFree=4192812/4192956
[pid=7584] ppid=7582 vsize=60116 CPUtime=71.56
/proc/7584/stat : 7584 (SATzilla2007_F) S 7582 7584 6839 0 -1 4194304 29721 55359 0 0 6301 19 808 28 25 0 1 0 44121617 61558784 14475 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7584/statm: 15029 14475 140 260 0 14735 0
Current children cumulated CPU time (s) 71.56
Current children cumulated vsize (KiB) 60116

[startup+73.5011 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 7588
/proc/meminfo: memFree=1373680/2055920 swapFree=4192812/4192956
[pid=7584] ppid=7582 vsize=60116 CPUtime=71.56
/proc/7584/stat : 7584 (SATzilla2007_F) S 7582 7584 6839 0 -1 4194304 29721 55359 0 0 6301 19 808 28 25 0 1 0 44121617 61558784 14475 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7584/statm: 15029 14475 140 260 0 14735 0
[pid=7588] ppid=7584 vsize=61168 CPUtime=1.85
/proc/7588/stat : 7588 (minisat20) R 7584 7584 6839 0 -1 4194304 13798 0 0 0 178 7 0 0 25 0 1 0 44128780 62636032 13700 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525947 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7588/statm: 15292 13700 59 118 0 15170 0
Current children cumulated CPU time (s) 73.41
Current children cumulated vsize (KiB) 121284

[startup+73.9012 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 7588
/proc/meminfo: memFree=1373168/2055920 swapFree=4192812/4192956
[pid=7584] ppid=7582 vsize=60116 CPUtime=71.56
/proc/7584/stat : 7584 (SATzilla2007_F) S 7582 7584 6839 0 -1 4194304 29721 55359 0 0 6301 19 808 28 25 0 1 0 44121617 61558784 14475 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7584/statm: 15029 14475 140 260 0 14735 0
[pid=7588] ppid=7584 vsize=61300 CPUtime=2.26
/proc/7588/stat : 7588 (minisat20) R 7584 7584 6839 0 -1 4194304 13870 0 0 0 218 8 0 0 25 0 1 0 44128780 62771200 13772 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7588/statm: 15325 13772 59 118 0 15203 0
Current children cumulated CPU time (s) 73.82
Current children cumulated vsize (KiB) 121416

[startup+74.1012 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 7588
/proc/meminfo: memFree=1373168/2055920 swapFree=4192812/4192956
[pid=7584] ppid=7582 vsize=60116 CPUtime=71.56
/proc/7584/stat : 7584 (SATzilla2007_F) S 7582 7584 6839 0 -1 4194304 29721 55359 0 0 6301 19 808 28 25 0 1 0 44121617 61558784 14475 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7584/statm: 15029 14475 140 260 0 14735 0
[pid=7588] ppid=7584 vsize=61300 CPUtime=2.46
/proc/7588/stat : 7588 (minisat20) R 7584 7584 6839 0 -1 4194304 13886 0 0 0 238 8 0 0 25 0 1 0 44128780 62771200 13788 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7588/statm: 15325 13788 59 118 0 15203 0
Current children cumulated CPU time (s) 74.02
Current children cumulated vsize (KiB) 121416

Child status: 20
Real time (s): 74.1521
CPU time (s): 74.0887
CPU user time (s): 73.5148
CPU system time (s): 0.573912
CPU usage (%): 99.9145
Max. virtual memory (cumulated for all children) (KiB): 121416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 73.5148
system time used= 0.573912
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98990
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= 33
involuntary context switches= 216

runsolver used 0.06499 second user time and 0.160975 second system time

The end

Launcher Data (download as text)

Begin job on node61 on Wed Apr 11 19:59:40 UTC 2007

IDJOB= 318730
IDBENCH= 20461
IDSOLVER= 136
FILE ID= node61/318730-1176321578

PBS_JOBID= 4516706

Free space on /tmp= 66537 MiB

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

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  1d84e062d693fe840d2f54155b9ad4a4

RANDOM SEED= 754300064

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node61.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.240
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.240
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:       1485272 kB
Buffers:         34512 kB
Cached:         387968 kB
SwapCached:        140 kB
Active:         175664 kB
Inactive:       262452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1485272 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           28160 kB
Writeback:           0 kB
Mapped:          25644 kB
Slab:           118656 kB
Committed_AS:    88040 kB
PageTables:       1388 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 node61 on Wed Apr 11 20:00:54 UTC 2007