Trace number 312531

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 117.049 117.136

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/total-5-11-u.cnf
MD5SUM770fa9cd880a43d98e936f33f4e86d7a
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark22.0936
Satisfiable
(Un)Satisfiability was proved
Number of variables156980
Number of clauses696581
Sum of the clauses size1582352
Maximum clause length10
Minimum clause length1
Number of clauses of size 113310
Number of clauses of size 2570471
Number of clauses of size 382900
Number of clauses of size 43320
Number of clauses of size 513280
Number of clauses of size over 513300

Solver Data (download as text)

69.42/69.55	c run March_dl for 5 seconds ... 
69.42/69.55	c Bin: Executing march_dl
69.42/69.55	c child exit by a signal
69.42/69.55	c march_dl returned code 137.
69.42/69.55	c run saps for 2 seconds ... 
69.42/69.55	c Bin: Executing ubcsat2006
69.42/69.55	c child exited successfully
69.42/69.55	c ubcsat2006 returned code 0.
69.42/69.55	c satzilla computing base features
69.42/69.55	Error!!! VCG-VAR-entropy
69.42/69.55	Satzilla is runing default solver ... 
69.42/69.55	 c satzilla running minisat20 ... 
69.42/69.55	This is MiniSat 2.0 beta
69.42/69.55	WARNING: for repeatability, setting FPU to use double precision
69.42/69.55	============================[ Problem Statistics ]=============================
69.42/69.55	|                                                                             |
69.42/69.55	|  Number of variables:  156980                                               |
69.42/69.55	|  Number of clauses:    696581                                               |
69.46/69.99	|  Parsing time:         0.38         s                                       |
69.46/70.04	============================[ Search Statistics ]==============================
69.46/70.04	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
69.46/70.04	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
69.46/70.04	===============================================================================
69.46/70.04	|         0 |  115437   493058  1165711 |   164352        0    nan |  0.000 % |
70.29/70.42	|       100 |  112447   493058  1165711 |   180787       84     49 | 51.645 % |
70.79/70.97	|       250 |   72673   291049   715860 |   198866      176     35 | 54.745 % |
71.69/71.82	|       477 |   62272   240061   603284 |   218753      384     67 | 60.331 % |
72.69/72.89	|       816 |   57279   216582   550567 |   240628      710     72 | 63.692 % |
74.09/74.22	|      1323 |   43114   154283   395956 |   264691      936     81 | 73.081 % |
75.19/75.39	|      2082 |   41579   147503   381003 |   291160     1688     62 | 73.938 % |
77.78/77.99	|      3221 |   40014   137738   357350 |   320276     2782     58 | 74.510 % |
82.78/83.00	|      4930 |   40013   137734   357342 |   352304     4490     56 | 74.511 % |
90.78/90.95	|      7494 |   39467   135268   351763 |   387534     7041     54 | 74.859 % |
98.28/98.43	|     11338 |   39467   135268   351763 |   426288    10885     51 | 74.859 % |
114.38/114.59	|     17104 |   38089   129413   338306 |   468917    16599     48 | 75.808 % |
116.98/117.12	===============================================================================
116.98/117.12	restarts              : 12
116.98/117.12	conflicts             : 18167          (383 /sec)
116.98/117.12	decisions             : 36990          (0.90 % random) (779 /sec)
116.98/117.12	propagations          : 72628641       (1529546 /sec)
116.98/117.12	conflict literals     : 846099         (41.19 % deleted)
116.98/117.12	Memory used           : 41.34 MB
116.98/117.12	CPU time              : 47.4838 s
116.98/117.12	
116.98/117.13	c Bin: Executing minisat20
116.98/117.13	c child exited successfully
116.98/117.13	c minisat20 returned code 20.
116.98/117.13	s UNSATISFIABLE
116.98/117.13	c SATZILLA_TIME=117.040000

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node38/watcher-312531-1176856466 -o ROOT/results/node38/solver-312531-1176856466 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/312531-1176856466/SATzilla2007_F /tmp/evaluation/312531-1176856466/instance-312531-1176856466.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.92 0.98 0.92 3/77 15450
/proc/meminfo: memFree=1510872/2055920 swapFree=4148176/4192956
[pid=15450] ppid=15448 vsize=1512 CPUtime=0
/proc/15450/stat : 15450 (SATzilla2007_F) R 15448 15450 14705 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 117813329 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/15450/statm: 378 125 110 260 0 84 0
[pid=15451] ppid=15450 vsize=9156 CPUtime=0
/proc/15451/stat : 15451 (march_dl) R 15450 15450 14705 0 -1 4194304 775 0 0 0 0 0 0 0 18 0 1 0 117813329 9375744 769 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15451/statm: 2289 773 49 118 0 2168 0

[startup+0.0640569 s]
/proc/loadavg: 0.92 0.98 0.92 3/77 15450
/proc/meminfo: memFree=1510872/2055920 swapFree=4148176/4192956
[pid=15450] ppid=15448 vsize=1512 CPUtime=0
/proc/15450/stat : 15450 (SATzilla2007_F) S 15448 15450 14705 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 117813329 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15450/statm: 378 125 110 260 0 84 0
[pid=15451] ppid=15450 vsize=16280 CPUtime=0.05
/proc/15451/stat : 15451 (march_dl) R 15450 15450 14705 0 -1 4194304 3194 0 0 0 4 1 0 0 19 0 1 0 117813329 16670720 3188 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15451/statm: 4070 3188 50 118 0 3949 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 17792

[startup+0.101062 s]
/proc/loadavg: 0.92 0.98 0.92 3/77 15450
/proc/meminfo: memFree=1510872/2055920 swapFree=4148176/4192956
[pid=15450] ppid=15448 vsize=1512 CPUtime=0
/proc/15450/stat : 15450 (SATzilla2007_F) S 15448 15450 14705 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 117813329 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15450/statm: 378 125 110 260 0 84 0
[pid=15451] ppid=15450 vsize=16808 CPUtime=0.09
/proc/15451/stat : 15451 (march_dl) R 15450 15450 14705 0 -1 4194304 3362 0 0 0 7 2 0 0 19 0 1 0 117813329 17211392 3356 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15451/statm: 4202 3356 50 118 0 4081 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18320

[startup+0.3011 s]
/proc/loadavg: 0.92 0.98 0.92 3/77 15450
/proc/meminfo: memFree=1510872/2055920 swapFree=4148176/4192956
[pid=15450] ppid=15448 vsize=1512 CPUtime=0
/proc/15450/stat : 15450 (SATzilla2007_F) S 15448 15450 14705 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 117813329 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15450/statm: 378 125 110 260 0 84 0
[pid=15451] ppid=15450 vsize=19580 CPUtime=0.29
/proc/15451/stat : 15451 (march_dl) R 15450 15450 14705 0 -1 4194304 4215 0 0 0 26 3 0 0 21 0 1 0 117813329 20049920 4209 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15451/statm: 4895 4209 50 118 0 4774 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21092

[startup+0.701178 s]
/proc/loadavg: 0.92 0.98 0.92 3/77 15450
/proc/meminfo: memFree=1510872/2055920 swapFree=4148176/4192956
[pid=15450] ppid=15448 vsize=1512 CPUtime=0
/proc/15450/stat : 15450 (SATzilla2007_F) S 15448 15450 14705 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 117813329 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15450/statm: 378 125 110 260 0 84 0
[pid=15451] ppid=15450 vsize=24860 CPUtime=0.69
/proc/15451/stat : 15451 (march_dl) R 15450 15450 14705 0 -1 4194304 5854 0 0 0 65 4 0 0 25 0 1 0 117813329 25456640 5848 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15451/statm: 6215 5848 50 118 0 6094 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26372

[startup+1.50133 s]
/proc/loadavg: 0.93 0.98 0.92 2/79 15452
/proc/meminfo: memFree=1463624/2055920 swapFree=4148176/4192956
[pid=15450] ppid=15448 vsize=1512 CPUtime=0
/proc/15450/stat : 15450 (SATzilla2007_F) S 15448 15450 14705 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 117813329 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15450/statm: 378 125 110 260 0 84 0
[pid=15451] ppid=15450 vsize=54360 CPUtime=1.49
/proc/15451/stat : 15451 (march_dl) R 15450 15450 14705 0 -1 4194304 12831 0 0 0 142 7 0 0 25 0 1 0 117813329 55664640 10804 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134548972 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15451/statm: 13590 10804 53 118 0 13469 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55872

[startup+3.10165 s]
/proc/loadavg: 0.93 0.98 0.92 2/79 15452
/proc/meminfo: memFree=1459400/2055920 swapFree=4148176/4192956
[pid=15450] ppid=15448 vsize=1512 CPUtime=0
/proc/15450/stat : 15450 (SATzilla2007_F) S 15448 15450 14705 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 117813329 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15450/statm: 378 125 110 260 0 84 0
[pid=15451] ppid=15450 vsize=63912 CPUtime=3.08
/proc/15451/stat : 15451 (march_dl) R 15450 15450 14705 0 -1 4194304 20058 0 0 0 298 10 0 0 25 0 1 0 117813329 65445888 13346 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134543076 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15451/statm: 15978 13346 55 118 0 15857 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 65424

[startup+6.30125 s]
/proc/loadavg: 0.93 0.98 0.92 2/79 15453
/proc/meminfo: memFree=1504840/2055920 swapFree=4148176/4192956
[pid=15450] ppid=15448 vsize=1512 CPUtime=4.99
/proc/15450/stat : 15450 (SATzilla2007_F) S 15448 15450 14705 0 -1 4194304 149 26045 0 0 0 0 485 14 16 0 1 0 117813329 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15450/statm: 378 125 110 260 0 84 0
[pid=15453] ppid=15450 vsize=54716 CPUtime=1.26
/proc/15453/stat : 15453 (ubcsat2006) R 15450 15450 14705 0 -1 4194304 10356 0 2 0 122 4 0 0 25 0 1 0 117813831 56029184 10340 18446744073709551615 134512640 134777720 4294956512 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15453/statm: 13679 10340 156 64 0 13260 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 56228

[startup+12.7015 s]
/proc/loadavg: 0.94 0.98 0.92 2/78 15453
/proc/meminfo: memFree=1448272/2055920 swapFree=4148176/4192956
[pid=15450] ppid=15448 vsize=67324 CPUtime=12.64
/proc/15450/stat : 15450 (SATzilla2007_F) R 15448 15450 14705 0 -1 4194304 15759 36410 0 2 465 7 772 20 25 0 1 0 117813329 68939776 15727 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/15450/statm: 16831 15727 135 260 0 16537 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 67324

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.92 2/78 15453
/proc/meminfo: memFree=1447952/2055920 swapFree=4148176/4192956
[pid=15450] ppid=15448 vsize=67324 CPUtime=25.44
/proc/15450/stat : 15450 (SATzilla2007_F) R 15448 15450 14705 0 -1 4194304 15886 36410 0 2 1744 8 772 20 25 0 1 0 117813329 68939776 15854 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/15450/statm: 16831 15854 135 260 0 16537 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 67324

[startup+51.1019 s]
/proc/loadavg: 0.96 0.98 0.92 2/78 15453
/proc/meminfo: memFree=1446864/2055920 swapFree=4148176/4192956
[pid=15450] ppid=15448 vsize=67324 CPUtime=51.02
/proc/15450/stat : 15450 (SATzilla2007_F) R 15448 15450 14705 0 -1 4194304 16181 36410 0 2 4298 12 772 20 25 0 1 0 117813329 68939776 16149 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/15450/statm: 16831 16149 135 260 0 16537 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 67324

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.92 2/79 15454
/proc/meminfo: memFree=1434504/2055920 swapFree=4148176/4192956
[pid=15450] ppid=15448 vsize=40116 CPUtime=69.46
/proc/15450/stat : 15450 (SATzilla2007_F) S 15448 15450 14705 0 -1 4194304 19399 36410 0 2 6139 15 772 20 25 0 1 0 117813329 41078784 9665 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15450/statm: 10029 9665 140 260 0 9735 0
[pid=15454] ppid=15450 vsize=42324 CPUtime=32.72
/proc/15454/stat : 15454 (minisat20) R 15450 15450 14705 0 -1 4194304 9628 0 0 0 3267 5 0 0 25 0 1 0 117820285 43339776 9621 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15454/statm: 10581 9621 59 118 0 10459 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 82440

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

[startup+108.702 s]
/proc/loadavg: 0.98 0.98 0.92 2/79 15454
/proc/meminfo: memFree=1434440/2055920 swapFree=4148176/4192956
[pid=15450] ppid=15448 vsize=40116 CPUtime=69.46
/proc/15450/stat : 15450 (SATzilla2007_F) S 15448 15450 14705 0 -1 4194304 19399 36410 0 2 6139 15 772 20 25 0 1 0 117813329 41078784 9665 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15450/statm: 10029 9665 140 260 0 9735 0
[pid=15454] ppid=15450 vsize=42324 CPUtime=39.11
/proc/15454/stat : 15454 (minisat20) R 15450 15450 14705 0 -1 4194304 9630 0 0 0 3906 5 0 0 25 0 1 0 117820285 43339776 9623 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525088 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15454/statm: 10581 9623 59 118 0 10459 0
Current children cumulated CPU time (s) 108.57
Current children cumulated vsize (KiB) 82440

[startup+111.902 s]
/proc/loadavg: 0.99 0.98 0.92 2/79 15454
/proc/meminfo: memFree=1434440/2055920 swapFree=4148176/4192956
[pid=15450] ppid=15448 vsize=40116 CPUtime=69.46
/proc/15450/stat : 15450 (SATzilla2007_F) S 15448 15450 14705 0 -1 4194304 19399 36410 0 2 6139 15 772 20 25 0 1 0 117813329 41078784 9665 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15450/statm: 10029 9665 140 260 0 9735 0
[pid=15454] ppid=15450 vsize=42324 CPUtime=42.32
/proc/15454/stat : 15454 (minisat20) R 15450 15450 14705 0 -1 4194304 9631 0 0 0 4226 6 0 0 25 0 1 0 117820285 43339776 9624 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15454/statm: 10581 9624 59 118 0 10459 0
Current children cumulated CPU time (s) 111.78
Current children cumulated vsize (KiB) 82440

[startup+115.101 s]
/proc/loadavg: 0.99 0.98 0.92 2/79 15454
/proc/meminfo: memFree=1434440/2055920 swapFree=4148176/4192956
[pid=15450] ppid=15448 vsize=40116 CPUtime=69.46
/proc/15450/stat : 15450 (SATzilla2007_F) S 15448 15450 14705 0 -1 4194304 19399 36410 0 2 6139 15 772 20 25 0 1 0 117813329 41078784 9665 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15450/statm: 10029 9665 140 260 0 9735 0
[pid=15454] ppid=15450 vsize=42324 CPUtime=45.52
/proc/15454/stat : 15454 (minisat20) R 15450 15450 14705 0 -1 4194304 9632 0 0 0 4546 6 0 0 25 0 1 0 117820285 43339776 9625 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15454/statm: 10581 9625 59 118 0 10459 0
Current children cumulated CPU time (s) 114.98
Current children cumulated vsize (KiB) 82440

[startup+115.902 s]
/proc/loadavg: 0.99 0.98 0.92 2/79 15454
/proc/meminfo: memFree=1434440/2055920 swapFree=4148176/4192956
[pid=15450] ppid=15448 vsize=40116 CPUtime=69.46
/proc/15450/stat : 15450 (SATzilla2007_F) S 15448 15450 14705 0 -1 4194304 19399 36410 0 2 6139 15 772 20 25 0 1 0 117813329 41078784 9665 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15450/statm: 10029 9665 140 260 0 9735 0
[pid=15454] ppid=15450 vsize=42324 CPUtime=46.32
/proc/15454/stat : 15454 (minisat20) R 15450 15450 14705 0 -1 4194304 9632 0 0 0 4626 6 0 0 25 0 1 0 117820285 43339776 9625 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525807 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15454/statm: 10581 9625 59 118 0 10459 0
Current children cumulated CPU time (s) 115.78
Current children cumulated vsize (KiB) 82440

[startup+116.701 s]
/proc/loadavg: 0.99 0.98 0.92 2/79 15454
/proc/meminfo: memFree=1434440/2055920 swapFree=4148176/4192956
[pid=15450] ppid=15448 vsize=40116 CPUtime=69.46
/proc/15450/stat : 15450 (SATzilla2007_F) S 15448 15450 14705 0 -1 4194304 19399 36410 0 2 6139 15 772 20 25 0 1 0 117813329 41078784 9665 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15450/statm: 10029 9665 140 260 0 9735 0
[pid=15454] ppid=15450 vsize=42324 CPUtime=47.12
/proc/15454/stat : 15454 (minisat20) R 15450 15450 14705 0 -1 4194304 9632 0 0 0 4706 6 0 0 25 0 1 0 117820285 43339776 9625 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525504 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15454/statm: 10581 9625 59 118 0 10459 0
Current children cumulated CPU time (s) 116.58
Current children cumulated vsize (KiB) 82440

[startup+117.102 s]
/proc/loadavg: 0.99 0.98 0.92 2/79 15454
/proc/meminfo: memFree=1434440/2055920 swapFree=4148176/4192956
[pid=15450] ppid=15448 vsize=40116 CPUtime=69.46
/proc/15450/stat : 15450 (SATzilla2007_F) S 15448 15450 14705 0 -1 4194304 19399 36410 0 2 6139 15 772 20 25 0 1 0 117813329 41078784 9665 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15450/statm: 10029 9665 140 260 0 9735 0
[pid=15454] ppid=15450 vsize=42324 CPUtime=47.52
/proc/15454/stat : 15454 (minisat20) R 15450 15450 14705 0 -1 4194304 9632 0 0 0 4746 6 0 0 25 0 1 0 117820285 43339776 9625 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15454/statm: 10581 9625 59 118 0 10459 0
Current children cumulated CPU time (s) 116.98
Current children cumulated vsize (KiB) 82440

Child status: 20
Real time (s): 117.136
CPU time (s): 117.049
CPU user time (s): 116.61
CPU system time (s): 0.438933
CPU usage (%): 99.9256
Max. virtual memory (cumulated for all children) (KiB): 82440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 116.61
system time used= 0.438933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65463
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29
involuntary context switches= 2306

runsolver used 0.115982 second user time and 0.312952 second system time

The end

Launcher Data (download as text)

Begin job on node38 on Wed Apr 18 00:34:27 UTC 2007

IDJOB= 312531
IDBENCH= 20343
IDSOLVER= 136
FILE ID= node38/312531-1176856466

PBS_JOBID= 4590223

Free space on /tmp= 66265 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/industrial/anbulagan/medium-unsat/total-5-11-u.cnf
COMMAND LINE= /tmp/evaluation/312531-1176856466/SATzilla2007_F /tmp/evaluation/312531-1176856466/instance-312531-1176856466.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-312531-1176856466 -o ROOT/results/node38/solver-312531-1176856466 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/312531-1176856466/SATzilla2007_F /tmp/evaluation/312531-1176856466/instance-312531-1176856466.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  770fa9cd880a43d98e936f33f4e86d7a

RANDOM SEED= 986725431

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node38.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.263
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.263
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:       1511280 kB
Buffers:         39916 kB
Cached:         383248 kB
SwapCached:       4012 kB
Active:         327640 kB
Inactive:       171752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1511280 kB
SwapTotal:     4192956 kB
SwapFree:      4148176 kB
Dirty:           22140 kB
Writeback:           0 kB
Mapped:          83704 kB
Slab:            30468 kB
Committed_AS:  1507412 kB
PageTables:       2084 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= 66265 MiB

End job on node38 on Wed Apr 18 00:36:24 UTC 2007