Trace number 318648

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 71.3731 71.4246

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.75973
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.03/70.17	c run March_dl for 5 seconds ... 
70.03/70.17	c Bin: Executing march_dl
70.03/70.17	c child exit by a signal
70.03/70.17	c march_dl returned code 137.
70.03/70.17	c run saps for 2 seconds ... 
70.03/70.17	c Bin: Executing ubcsat2006
70.03/70.17	c child exited successfully
70.03/70.17	c ubcsat2006 returned code 0.
70.03/70.17	c satzilla computing base features
70.03/70.17	Error!!! VCG-VAR-entropy
70.03/70.17	Satzilla is runing default solver ... 
70.03/70.17	 c satzilla running minisat20 ... 
70.03/70.17	This is MiniSat 2.0 beta
70.03/70.17	WARNING: for repeatability, setting FPU to use double precision
70.03/70.17	============================[ Problem Statistics ]=============================
70.03/70.17	|                                                                             |
70.03/70.17	|  Number of variables:  238348                                               |
70.03/70.17	|  Number of clauses:    686155                                               |
70.53/70.63	|  Parsing time:         0.40         s                                       |
70.53/70.65	============================[ Search Statistics ]==============================
70.53/70.65	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
70.53/70.65	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
70.53/70.65	===============================================================================
70.53/70.65	|         0 |  210120   657018  1754908 |   219006        0    nan |  0.000 % |
70.62/70.71	|       100 |  210110   657018  1754908 |   240906       92     10 | 11.860 % |
70.72/70.82	|       250 |  210110   657018  1754908 |   264997      242      7 | 11.860 % |
71.32/71.40	===============================================================================
71.32/71.40	restarts              : 3
71.32/71.40	conflicts             : 468            (399 /sec)
71.32/71.40	decisions             : 26683          (1.73 % random) (22732 /sec)
71.32/71.40	propagations          : 2295337        (1955440 /sec)
71.32/71.40	conflict literals     : 3833           (6.47 % deleted)
71.32/71.40	Memory used           : 46.33 MB
71.32/71.40	CPU time              : 1.17382 s
71.32/71.40	
71.32/71.41	c Bin: Executing minisat20
71.32/71.41	c child exited successfully
71.32/71.41	c minisat20 returned code 20.
71.32/71.41	s UNSATISFIABLE
71.32/71.41	c SATZILLA_TIME=71.360000

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/node22/watcher-318648-1176320824 -o ROOT/results/node22/solver-318648-1176320824 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/318648-1176320824/SATzilla2007_F /tmp/evaluation/318648-1176320824/instance-318648-1176320824.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.75 0.94 0.93 3/77 19657
/proc/meminfo: memFree=572792/2055920 swapFree=4191880/4192956
[pid=19657] ppid=19655 vsize=1512 CPUtime=0
/proc/19657/stat : 19657 (SATzilla2007_F) S 19655 19657 18907 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 80000169 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19657/statm: 378 125 110 260 0 84 0
[pid=19658] ppid=19657 vsize=10664 CPUtime=0
/proc/19658/stat : 19658 (march_dl) R 19657 19657 18907 0 -1 4194304 766 0 0 0 0 0 0 0 19 0 1 0 80000169 10919936 760 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19658/statm: 2666 763 49 118 0 2545 0

[startup+0.0152119 s]
/proc/loadavg: 0.75 0.94 0.93 3/77 19657
/proc/meminfo: memFree=572792/2055920 swapFree=4191880/4192956
[pid=19657] ppid=19655 vsize=1512 CPUtime=0
/proc/19657/stat : 19657 (SATzilla2007_F) S 19655 19657 18907 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 80000169 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19657/statm: 378 125 110 260 0 84 0
[pid=19658] ppid=19657 vsize=12776 CPUtime=0
/proc/19658/stat : 19658 (march_dl) R 19657 19657 18907 0 -1 4194304 1551 0 0 0 0 0 0 0 19 0 1 0 80000169 13082624 1545 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19658/statm: 3194 1548 49 118 0 3073 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14288

[startup+0.101226 s]
/proc/loadavg: 0.75 0.94 0.93 3/77 19657
/proc/meminfo: memFree=572792/2055920 swapFree=4191880/4192956
[pid=19657] ppid=19655 vsize=1512 CPUtime=0
/proc/19657/stat : 19657 (SATzilla2007_F) S 19655 19657 18907 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 80000169 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19657/statm: 378 125 110 260 0 84 0
[pid=19658] ppid=19657 vsize=21644 CPUtime=0.09
/proc/19658/stat : 19658 (march_dl) R 19657 19657 18907 0 -1 4194304 4490 0 0 0 7 2 0 0 19 0 1 0 80000169 22163456 4484 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19658/statm: 5411 4484 50 118 0 5290 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23156

[startup+0.301257 s]
/proc/loadavg: 0.75 0.94 0.93 3/77 19657
/proc/meminfo: memFree=572792/2055920 swapFree=4191880/4192956
[pid=19657] ppid=19655 vsize=1512 CPUtime=0
/proc/19657/stat : 19657 (SATzilla2007_F) S 19655 19657 18907 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 80000169 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19657/statm: 378 125 110 260 0 84 0
[pid=19658] ppid=19657 vsize=23756 CPUtime=0.29
/proc/19658/stat : 19658 (march_dl) R 19657 19657 18907 0 -1 4194304 5156 0 0 0 27 2 0 0 21 0 1 0 80000169 24326144 5150 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19658/statm: 5939 5150 50 118 0 5818 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25268

[startup+0.701318 s]
/proc/loadavg: 0.75 0.94 0.93 3/77 19657
/proc/meminfo: memFree=572792/2055920 swapFree=4191880/4192956
[pid=19657] ppid=19655 vsize=1512 CPUtime=0
/proc/19657/stat : 19657 (SATzilla2007_F) S 19655 19657 18907 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 80000169 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19657/statm: 378 125 110 260 0 84 0
[pid=19658] ppid=19657 vsize=27980 CPUtime=0.69
/proc/19658/stat : 19658 (march_dl) R 19657 19657 18907 0 -1 4194304 6462 0 0 0 65 4 0 0 25 0 1 0 80000169 28651520 6456 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19658/statm: 6995 6456 50 118 0 6874 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29492

[startup+1.50144 s]
/proc/loadavg: 0.75 0.94 0.93 2/79 19659
/proc/meminfo: memFree=543144/2055920 swapFree=4191880/4192956
[pid=19657] ppid=19655 vsize=1512 CPUtime=0
/proc/19657/stat : 19657 (SATzilla2007_F) S 19655 19657 18907 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 80000169 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19657/statm: 378 125 110 260 0 84 0
[pid=19658] ppid=19657 vsize=65884 CPUtime=1.49
/proc/19658/stat : 19658 (march_dl) R 19657 19657 18907 0 -1 4194304 15074 0 0 0 142 7 0 0 25 0 1 0 80000169 67465216 13404 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134617262 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19658/statm: 16471 13404 53 118 0 16350 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 67396

[startup+3.10168 s]
/proc/loadavg: 0.75 0.94 0.93 2/79 19659
/proc/meminfo: memFree=495272/2055920 swapFree=4191880/4192956
[pid=19657] ppid=19655 vsize=1512 CPUtime=0
/proc/19657/stat : 19657 (SATzilla2007_F) S 19655 19657 18907 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 80000169 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19657/statm: 378 125 110 260 0 84 0
[pid=19658] ppid=19657 vsize=88440 CPUtime=3.09
/proc/19658/stat : 19658 (march_dl) R 19657 19657 18907 0 -1 4194304 27990 0 0 0 297 12 0 0 25 0 1 0 80000169 90562560 19582 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134650634 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19658/statm: 22110 19582 55 118 0 21989 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 89952

[startup+6.30118 s]
/proc/loadavg: 0.77 0.94 0.93 2/79 19660
/proc/meminfo: memFree=567272/2055920 swapFree=4191880/4192956
[pid=19657] ppid=19655 vsize=1512 CPUtime=5
/proc/19657/stat : 19657 (SATzilla2007_F) S 19655 19657 18907 0 -1 4194304 149 37484 0 0 0 0 482 18 16 0 1 0 80000169 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19657/statm: 378 125 110 260 0 84 0
[pid=19660] ppid=19657 vsize=63628 CPUtime=1.28
/proc/19660/stat : 19660 (ubcsat2006) R 19657 19657 18907 0 -1 4194304 11728 0 0 0 123 5 0 0 25 0 1 0 80000670 65155072 11710 18446744073709551615 134512640 134777720 4294956464 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19660/statm: 15907 11710 156 64 0 15488 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 65140

[startup+12.7012 s]
/proc/loadavg: 0.79 0.94 0.93 2/78 19660
/proc/meminfo: memFree=502704/2055920 swapFree=4191880/4192956
[pid=19657] ppid=19655 vsize=77136 CPUtime=12.67
/proc/19657/stat : 19657 (SATzilla2007_F) R 19655 19657 18907 0 -1 4194304 17697 49218 0 0 456 8 779 24 25 0 1 0 80000169 78987264 17665 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/19657/statm: 19284 17665 135 260 0 18990 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 77136

[startup+25.5011 s]
/proc/loadavg: 0.83 0.94 0.93 2/78 19660
/proc/meminfo: memFree=502512/2055920 swapFree=4191880/4192956
[pid=19657] ppid=19655 vsize=77136 CPUtime=25.47
/proc/19657/stat : 19657 (SATzilla2007_F) R 19655 19657 18907 0 -1 4194304 17772 49218 0 0 1735 9 779 24 25 0 1 0 80000169 78987264 17740 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/19657/statm: 19284 17740 135 260 0 18990 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 77136

[startup+51.101 s]
/proc/loadavg: 0.89 0.94 0.93 2/78 19660
/proc/meminfo: memFree=502000/2055920 swapFree=4191880/4192956
[pid=19657] ppid=19655 vsize=77136 CPUtime=51.04
/proc/19657/stat : 19657 (SATzilla2007_F) R 19655 19657 18907 0 -1 4194304 17925 49218 0 0 4291 10 779 24 25 0 1 0 80000169 78987264 17893 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/19657/statm: 19284 17893 135 260 0 18990 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 77136

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

[startup+63.902 s]
/proc/loadavg: 0.91 0.94 0.93 2/78 19660
/proc/meminfo: memFree=501744/2055920 swapFree=4191880/4192956
[pid=19657] ppid=19655 vsize=77136 CPUtime=63.84
/proc/19657/stat : 19657 (SATzilla2007_F) R 19655 19657 18907 0 -1 4194304 18000 49218 0 0 5570 11 779 24 25 0 1 0 80000169 78987264 17968 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 134542152 0 0 4096 0 0 0 0 17 1 0 0
/proc/19657/statm: 19284 17968 135 260 0 18990 0
Current children cumulated CPU time (s) 63.84
Current children cumulated vsize (KiB) 77136

[startup+67.1055 s]
/proc/loadavg: 0.91 0.94 0.93 2/78 19660
/proc/meminfo: memFree=501680/2055920 swapFree=4191880/4192956
[pid=19657] ppid=19655 vsize=77136 CPUtime=67.04
/proc/19657/stat : 19657 (SATzilla2007_F) R 19655 19657 18907 0 -1 4194304 18017 49218 0 0 5890 11 779 24 25 0 1 0 80000169 78987264 17985 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/19657/statm: 19284 17985 135 260 0 18990 0
Current children cumulated CPU time (s) 67.04
Current children cumulated vsize (KiB) 77136

[startup+68.7027 s]
/proc/loadavg: 0.91 0.94 0.93 2/78 19660
/proc/meminfo: memFree=501680/2055920 swapFree=4191880/4192956
[pid=19657] ppid=19655 vsize=77136 CPUtime=68.63
/proc/19657/stat : 19657 (SATzilla2007_F) R 19655 19657 18907 0 -1 4194304 18025 49218 0 0 6049 11 779 24 25 0 1 0 80000169 78987264 17993 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/19657/statm: 19284 17993 135 260 0 18990 0
Current children cumulated CPU time (s) 68.63
Current children cumulated vsize (KiB) 77136

[startup+70.302 s]
/proc/loadavg: 0.92 0.95 0.93 2/79 19661
/proc/meminfo: memFree=511208/2055920 swapFree=4191880/4192956
[pid=19657] ppid=19655 vsize=46004 CPUtime=70.11
/proc/19657/stat : 19657 (SATzilla2007_F) S 19655 19657 18907 0 -1 4194304 22650 49218 0 0 6194 14 779 24 25 0 1 0 80000169 47108096 11045 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19657/statm: 11501 11045 140 260 0 11207 0
[pid=19661] ppid=19657 vsize=23696 CPUtime=0.12
/proc/19661/stat : 19661 (minisat20) R 19657 19657 18907 0 -1 4194304 4796 0 0 0 10 2 0 0 18 0 1 0 80007186 24264704 4652 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134649756 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19661/statm: 5924 4652 46 118 0 5802 0
Current children cumulated CPU time (s) 70.23
Current children cumulated vsize (KiB) 69700

[startup+71.1011 s]
/proc/loadavg: 0.92 0.95 0.93 2/79 19661
/proc/meminfo: memFree=511208/2055920 swapFree=4191880/4192956
[pid=19657] ppid=19655 vsize=46004 CPUtime=70.11
/proc/19657/stat : 19657 (SATzilla2007_F) S 19655 19657 18907 0 -1 4194304 22650 49218 0 0 6194 14 779 24 25 0 1 0 80000169 47108096 11045 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19657/statm: 11501 11045 140 260 0 11207 0
[pid=19661] ppid=19657 vsize=47308 CPUtime=0.91
/proc/19661/stat : 19661 (minisat20) R 19657 19657 18907 0 -1 4194304 10639 0 0 0 86 5 0 0 25 0 1 0 80007186 48443392 10495 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134535742 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19661/statm: 11827 10495 59 118 0 11705 0
Current children cumulated CPU time (s) 71.02
Current children cumulated vsize (KiB) 93312

[startup+71.3011 s]
/proc/loadavg: 0.92 0.95 0.93 2/79 19661
/proc/meminfo: memFree=511208/2055920 swapFree=4191880/4192956
[pid=19657] ppid=19655 vsize=46004 CPUtime=70.11
/proc/19657/stat : 19657 (SATzilla2007_F) S 19655 19657 18907 0 -1 4194304 22650 49218 0 0 6194 14 779 24 25 0 1 0 80000169 47108096 11045 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19657/statm: 11501 11045 140 260 0 11207 0
[pid=19661] ppid=19657 vsize=47440 CPUtime=1.11
/proc/19661/stat : 19661 (minisat20) R 19657 19657 18907 0 -1 4194304 10655 0 0 0 106 5 0 0 25 0 1 0 80007186 48578560 10511 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19661/statm: 11860 10511 59 118 0 11738 0
Current children cumulated CPU time (s) 71.22
Current children cumulated vsize (KiB) 93444

[startup+71.4012 s]
/proc/loadavg: 0.92 0.95 0.93 2/79 19661
/proc/meminfo: memFree=487720/2055920 swapFree=4191880/4192956
[pid=19657] ppid=19655 vsize=46004 CPUtime=70.11
/proc/19657/stat : 19657 (SATzilla2007_F) S 19655 19657 18907 0 -1 4194304 22650 49218 0 0 6194 14 779 24 25 0 1 0 80000169 47108096 11045 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19657/statm: 11501 11045 140 260 0 11207 0
[pid=19661] ppid=19657 vsize=47440 CPUtime=1.21
/proc/19661/stat : 19661 (minisat20) R 19657 19657 18907 0 -1 4194304 10661 0 0 0 116 5 0 0 25 0 1 0 80007186 48578560 10517 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19661/statm: 11860 10517 59 118 0 11738 0
Current children cumulated CPU time (s) 71.32
Current children cumulated vsize (KiB) 93444

Child status: 20
Real time (s): 71.4246
CPU time (s): 71.3731
CPU user time (s): 70.9132
CPU system time (s): 0.45993
CPU usage (%): 99.928
Max. virtual memory (cumulated for all children) (KiB): 93444

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

runsolver used 0.086986 second user time and 0.176973 second system time

The end

Launcher Data (download as text)

Begin job on node22 on Wed Apr 11 19:47:05 UTC 2007

IDJOB= 318648
IDBENCH= 20459
IDSOLVER= 136
FILE ID= node22/318648-1176320824

PBS_JOBID= 4516700

Free space on /tmp= 66542 MiB

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

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  d6bd3be8cd8bf9b3f280923b7f8605ef

RANDOM SEED= 67616449

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node22.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.265
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.265
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:        573264 kB
Buffers:         42240 kB
Cached:        1176664 kB
SwapCached:        268 kB
Active:         758576 kB
Inactive:       504672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        573264 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:           23716 kB
Writeback:           0 kB
Mapped:          62596 kB
Slab:           205040 kB
Committed_AS:   198212 kB
PageTables:       1680 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= 66542 MiB

End job on node22 on Wed Apr 11 19:48:17 UTC 2007