Trace number 314571

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 326.623 326.793

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-15.cnf
MD5SUM3d9c71b515699560fe1678f286b58acb
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark46.175
Satisfiable
(Un)Satisfiability was proved
Number of variables21104
Number of clauses74257
Sum of the clauses size192789
Maximum clause length171
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 236142
Number of clauses of size 334380
Number of clauses of size 42745
Number of clauses of size 5538
Number of clauses of size over 5451

Solver Data (download as text)

12.45/12.59	c run March_dl for 5 seconds ... 
12.45/12.59	c Bin: Executing march_dl
12.45/12.59	c child exit by a signal
12.45/12.59	c march_dl returned code 137.
12.45/12.59	c run saps for 2 seconds ... 
12.45/12.59	c Bin: Executing ubcsat2006
12.45/12.59	c child exited successfully
12.45/12.59	c ubcsat2006 returned code 0.
12.45/12.59	c satzilla computing base features
12.45/12.59	c satzilla doing unit-prop probe
12.45/12.59	c satzilla doing local search probe
12.45/12.59	c satzilla doing lobjois search-space size estimate
12.45/12.59	c satzilla's ranking:
12.45/12.59	c 1) minisat20: 1.272262
12.45/12.59	c 2) eureka: 2.399494
12.45/12.59	c 3) vallst: 3.101210
12.45/12.59	c 4) zchaff_rand: 3.252912
12.45/12.59	c 5) kcnfs: 4.126111
12.45/12.59	c 6) march_dl: 4.598677
12.45/12.59	c 7) kcnfs+P: 999.000000
12.45/12.59	c 8) march_dl+P: 999.000000
12.45/12.59	c 9) vallst+P: 999.000000
12.45/12.59	c 10) zchaff_rand+P: 999.000000
12.45/12.59	c 11) rsat+P: 999.000000
12.45/12.59	c 12) eureka+P: 999.000000
12.45/12.59	c 13) minisat20+P: 999.000000
12.45/12.59	c 14) rsat: 999.000000
12.45/12.59	c satzilla running minisat20 ... 
12.45/12.59	This is MiniSat 2.0 beta
12.45/12.59	WARNING: for repeatability, setting FPU to use double precision
12.45/12.59	============================[ Problem Statistics ]=============================
12.45/12.59	|                                                                             |
12.45/12.59	|  Number of variables:  21104                                                |
12.45/12.59	|  Number of clauses:    74257                                                |
12.54/12.64	|  Parsing time:         0.04         s                                       |
12.54/12.64	============================[ Search Statistics ]==============================
12.54/12.64	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.54/12.64	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.54/12.64	===============================================================================
12.54/12.64	|         0 |   20888    73465   190528 |    24488        0    nan |  0.000 % |
12.54/12.67	|       101 |   20826    73465   190528 |    26937       97     11 |  2.412 % |
12.54/12.70	|       251 |   20813    73465   190528 |    29630      245     16 |  3.018 % |
12.54/12.78	|       476 |   20260    70629   183344 |    32593      460     18 |  6.501 % |
12.54/12.89	|       813 |   19192    66010   171507 |    35853      777     21 |  9.065 % |
12.54/12.99	|      1319 |   19169    65971   171419 |    39438     1264     31 |  9.245 % |
13.04/13.19	|      2078 |   19137    65842   171121 |    43382     2013     32 |  9.339 % |
13.43/13.55	|      3217 |   17955    61360   159604 |    47720     3090     39 | 14.969 % |
13.84/13.94	|      4925 |   17911    61104   158944 |    52492     4772     65 | 15.135 % |
14.64/14.79	|      7488 |   17894    61098   158930 |    57742     7320     98 | 15.708 % |
16.13/16.30	|     11332 |   16856    56737   147778 |    63516    11017     92 | 20.186 % |
18.64/18.74	|     17099 |   16303    54748   142636 |    69868    16748     95 | 22.773 % |
23.73/23.82	|     25748 |   16287    54728   142585 |    76854    25393    104 | 22.835 % |
34.83/34.90	|     38722 |   16283    54672   142437 |    84540    38330    109 | 22.877 % |
51.72/51.81	|     58185 |   16246    54505   142007 |    92994    57739    120 | 23.043 % |
86.01/86.15	|     87379 |   16073    53710   139959 |   102293    86893    109 | 23.962 % |
140.60/140.76	|    131169 |   15996    53292   138920 |   112523    40479     99 | 24.237 % |
230.88/231.07	|    196853 |   15955    53233   138767 |   123775   106151    112 | 26.483 % |
326.55/326.72	===============================================================================
326.55/326.72	restarts              : 18
326.55/326.72	conflicts             : 274041         (873 /sec)
326.55/326.72	decisions             : 460453         (0.85 % random) (1467 /sec)
326.55/326.72	propagations          : 192609247      (613624 /sec)
326.55/326.72	conflict literals     : 28346105       (50.71 % deleted)
326.55/326.72	Memory used           : 66.79 MB
326.55/326.72	CPU time              : 313.888 s
326.55/326.72	
326.55/326.79	c Bin: Executing minisat20
326.55/326.79	c child exited successfully
326.55/326.79	c minisat20 returned code 20.
326.55/326.79	s UNSATISFIABLE
326.55/326.79	c SATZILLA_TIME=326.660000

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/node25/watcher-314571-1172639101 -o ROOT/results/node25/solver-314571-1172639101 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314571-1172639101/SATzilla2007_F /tmp/evaluation/314571-1172639101/instance-314571-1172639101.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.99 2/64 25546
/proc/meminfo: memFree=1737248/2055920 swapFree=4183588/4192956
[pid=25546] ppid=25544 vsize=1512 CPUtime=0
/proc/25546/stat : 25546 (SATzilla2007_F) S 25544 25546 24854 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 58532388 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25546/statm: 378 125 110 260 0 84 0
[pid=25547] ppid=25546 vsize=2216 CPUtime=0
/proc/25547/stat : 25547 (march_dl) R 25546 25546 24854 0 -1 4194304 376 0 0 0 0 0 0 0 19 0 1 0 58532388 2269184 370 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25547/statm: 554 373 49 118 0 433 0

[startup+0.0729961 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 25546
/proc/meminfo: memFree=1737248/2055920 swapFree=4183588/4192956
[pid=25546] ppid=25544 vsize=1512 CPUtime=0
/proc/25546/stat : 25546 (SATzilla2007_F) S 25544 25546 24854 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 58532388 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25546/statm: 378 125 110 260 0 84 0
[pid=25547] ppid=25546 vsize=3340 CPUtime=0.06
/proc/25547/stat : 25547 (march_dl) R 25546 25546 24854 0 -1 4194304 710 0 0 0 6 0 0 0 19 0 1 0 58532388 3420160 704 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25547/statm: 835 704 50 118 0 714 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 4852

[startup+0.101998 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 25546
/proc/meminfo: memFree=1737248/2055920 swapFree=4183588/4192956
[pid=25546] ppid=25544 vsize=1512 CPUtime=0
/proc/25546/stat : 25546 (SATzilla2007_F) S 25544 25546 24854 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 58532388 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25546/statm: 378 125 110 260 0 84 0
[pid=25547] ppid=25546 vsize=3604 CPUtime=0.09
/proc/25547/stat : 25547 (march_dl) R 25546 25546 24854 0 -1 4194304 817 0 0 0 9 0 0 0 20 0 1 0 58532388 3690496 811 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25547/statm: 901 811 50 118 0 780 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5116

[startup+0.302015 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 25546
/proc/meminfo: memFree=1737248/2055920 swapFree=4183588/4192956
[pid=25546] ppid=25544 vsize=1512 CPUtime=0
/proc/25546/stat : 25546 (SATzilla2007_F) S 25544 25546 24854 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 58532388 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25546/statm: 378 125 110 260 0 84 0
[pid=25547] ppid=25546 vsize=8756 CPUtime=0.29
/proc/25547/stat : 25547 (march_dl) R 25546 25546 24854 0 -1 4194304 3365 0 0 0 29 0 0 0 21 0 1 0 58532388 8966144 1829 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134543082 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25547/statm: 2189 1829 55 118 0 2068 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10268

[startup+0.70105 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 25546
/proc/meminfo: memFree=1737248/2055920 swapFree=4183588/4192956
[pid=25546] ppid=25544 vsize=1512 CPUtime=0
/proc/25546/stat : 25546 (SATzilla2007_F) S 25544 25546 24854 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 58532388 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25546/statm: 378 125 110 260 0 84 0
[pid=25547] ppid=25546 vsize=17104 CPUtime=0.68
/proc/25547/stat : 25547 (march_dl) R 25546 25546 24854 0 -1 4194304 7479 0 0 0 66 2 0 0 24 0 1 0 58532388 17514496 3887 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25547/statm: 4276 3887 69 118 0 4155 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 18616

[startup+1.50112 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 25548
/proc/meminfo: memFree=1720400/2055920 swapFree=4183588/4192956
[pid=25546] ppid=25544 vsize=1512 CPUtime=0
/proc/25546/stat : 25546 (SATzilla2007_F) S 25544 25546 24854 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 58532388 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25546/statm: 378 125 110 260 0 84 0
[pid=25547] ppid=25546 vsize=19340 CPUtime=1.48
/proc/25547/stat : 25547 (march_dl) R 25546 25546 24854 0 -1 4194304 9397 0 0 0 145 3 0 0 25 0 1 0 58532388 19804160 4491 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134543076 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25547/statm: 4835 4491 69 118 0 4714 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 20852

[startup+3.10127 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 25548
/proc/meminfo: memFree=1719120/2055920 swapFree=4183588/4192956
[pid=25546] ppid=25544 vsize=1512 CPUtime=0
/proc/25546/stat : 25546 (SATzilla2007_F) S 25544 25546 24854 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 58532388 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25546/statm: 378 125 110 260 0 84 0
[pid=25547] ppid=25546 vsize=21068 CPUtime=3.09
/proc/25547/stat : 25547 (march_dl) R 25546 25546 24854 0 -1 4194304 10938 0 0 0 305 4 0 0 25 0 1 0 58532388 21573632 4901 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134542411 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25547/statm: 5267 4901 69 118 0 5146 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22580

[startup+6.30155 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 25549
/proc/meminfo: memFree=1731920/2055920 swapFree=4183588/4192956
[pid=25546] ppid=25544 vsize=1512 CPUtime=4.99
/proc/25546/stat : 25546 (SATzilla2007_F) S 25544 25546 24854 0 -1 4194304 149 14481 0 0 0 0 491 8 16 0 1 0 58532388 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25546/statm: 378 125 110 260 0 84 0
[pid=25549] ppid=25546 vsize=10288 CPUtime=1.26
/proc/25549/stat : 25549 (ubcsat2006) R 25546 25546 24854 0 -1 4194304 1421 0 0 0 124 2 0 0 25 0 1 0 58532889 10534912 1403 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25549/statm: 2572 1403 156 64 0 2153 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 11800

[startup+12.7011 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25549
/proc/meminfo: memFree=1732248/2055920 swapFree=4183588/4192956
[pid=25546] ppid=25544 vsize=6276 CPUtime=12.54
/proc/25546/stat : 25546 (SATzilla2007_F) S 25544 25546 24854 0 -1 4194304 4978 15908 0 0 536 5 700 13 25 0 1 0 58532388 6426624 1344 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25546/statm: 1569 1344 170 260 0 1275 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 6276

[startup+25.5013 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 25550
/proc/meminfo: memFree=1715088/2055920 swapFree=4183588/4192956
[pid=25546] ppid=25544 vsize=6276 CPUtime=12.54
/proc/25546/stat : 25546 (SATzilla2007_F) S 25544 25546 24854 0 -1 4194304 4978 15908 0 0 536 5 700 13 25 0 1 0 58532388 6426624 1344 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25546/statm: 1569 1344 170 260 0 1275 0
[pid=25550] ppid=25546 vsize=18696 CPUtime=12.9
/proc/25550/stat : 25550 (minisat20) R 25546 25546 24854 0 -1 4194304 4488 0 0 0 1287 3 0 0 25 0 1 0 58533647 19144704 4481 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25550/statm: 4674 4481 59 118 0 4552 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 24972

[startup+51.1016 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 25550
/proc/meminfo: memFree=1698512/2055920 swapFree=4183588/4192956
[pid=25546] ppid=25544 vsize=6276 CPUtime=12.54
/proc/25546/stat : 25546 (SATzilla2007_F) S 25544 25546 24854 0 -1 4194304 4978 15908 0 0 536 5 700 13 25 0 1 0 58532388 6426624 1344 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25546/statm: 1569 1344 170 260 0 1275 0
[pid=25550] ppid=25546 vsize=35328 CPUtime=38.49
/proc/25550/stat : 25550 (minisat20) R 25546 25546 24854 0 -1 4194304 8632 0 0 0 3843 6 0 0 25 0 1 0 58533647 36175872 8625 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134527417 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25550/statm: 8832 8625 59 118 0 8710 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 41604

[startup+102.304 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 25550
/proc/meminfo: memFree=1681872/2055920 swapFree=4183588/4192956
[pid=25546] ppid=25544 vsize=6276 CPUtime=12.54
/proc/25546/stat : 25546 (SATzilla2007_F) S 25544 25546 24854 0 -1 4194304 4978 15908 0 0 536 5 700 13 25 0 1 0 58532388 6426624 1344 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25546/statm: 1569 1344 170 260 0 1275 0
[pid=25550] ppid=25546 vsize=51788 CPUtime=89.67
/proc/25550/stat : 25550 (minisat20) R 25546 25546 24854 0 -1 4194304 12683 0 0 0 8957 10 0 0 25 0 1 0 58533647 53030912 12676 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525543 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25550/statm: 12947 12676 59 118 0 12825 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 58064

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 25550
/proc/meminfo: memFree=1676880/2055920 swapFree=4183588/4192956
[pid=25546] ppid=25544 vsize=6276 CPUtime=12.54
/proc/25546/stat : 25546 (SATzilla2007_F) S 25544 25546 24854 0 -1 4194304 4978 15908 0 0 536 5 700 13 25 0 1 0 58532388 6426624 1344 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25546/statm: 1569 1344 170 260 0 1275 0
[pid=25550] ppid=25546 vsize=56692 CPUtime=149.66
/proc/25550/stat : 25550 (minisat20) R 25546 25546 24854 0 -1 4194304 13920 0 0 0 14954 12 0 0 25 0 1 0 58533647 58052608 13913 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25550/statm: 14173 13913 59 118 0 14051 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 62968

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 25550
/proc/meminfo: memFree=1676752/2055920 swapFree=4183588/4192956
[pid=25546] ppid=25544 vsize=6276 CPUtime=12.54
/proc/25546/stat : 25546 (SATzilla2007_F) S 25544 25546 24854 0 -1 4194304 4978 15908 0 0 536 5 700 13 25 0 1 0 58532388 6426624 1344 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25546/statm: 1569 1344 170 260 0 1275 0
[pid=25550] ppid=25546 vsize=56692 CPUtime=209.64
/proc/25550/stat : 25550 (minisat20) R 25546 25546 24854 0 -1 4194304 13942 0 0 0 20952 12 0 0 25 0 1 0 58533647 58052608 13935 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25550/statm: 14173 13935 59 118 0 14051 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 62968

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 25550
/proc/meminfo: memFree=1665040/2055920 swapFree=4183588/4192956
[pid=25546] ppid=25544 vsize=6276 CPUtime=12.54
/proc/25546/stat : 25546 (SATzilla2007_F) S 25544 25546 24854 0 -1 4194304 4978 15908 0 0 536 5 700 13 25 0 1 0 58532388 6426624 1344 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25546/statm: 1569 1344 170 260 0 1275 0
[pid=25550] ppid=25546 vsize=68384 CPUtime=269.62
/proc/25550/stat : 25550 (minisat20) R 25546 25546 24854 0 -1 4194304 16851 0 0 0 26947 15 0 0 25 0 1 0 58533647 70025216 16844 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25550/statm: 17096 16844 59 118 0 16974 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 74660

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

[startup+307.103 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 25550
/proc/meminfo: memFree=1665040/2055920 swapFree=4183588/4192956
[pid=25546] ppid=25544 vsize=6276 CPUtime=12.54
/proc/25546/stat : 25546 (SATzilla2007_F) S 25544 25546 24854 0 -1 4194304 4978 15908 0 0 536 5 700 13 25 0 1 0 58532388 6426624 1344 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25546/statm: 1569 1344 170 260 0 1275 0
[pid=25550] ppid=25546 vsize=68384 CPUtime=294.41
/proc/25550/stat : 25550 (minisat20) R 25546 25546 24854 0 -1 4194304 16851 0 0 0 29426 15 0 0 25 0 1 0 58533647 70025216 16844 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25550/statm: 17096 16844 59 118 0 16974 0
Current children cumulated CPU time (s) 306.95
Current children cumulated vsize (KiB) 74660

[startup+319.902 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 25550
/proc/meminfo: memFree=1665040/2055920 swapFree=4183588/4192956
[pid=25546] ppid=25544 vsize=6276 CPUtime=12.54
/proc/25546/stat : 25546 (SATzilla2007_F) S 25544 25546 24854 0 -1 4194304 4978 15908 0 0 536 5 700 13 25 0 1 0 58532388 6426624 1344 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25546/statm: 1569 1344 170 260 0 1275 0
[pid=25550] ppid=25546 vsize=68384 CPUtime=307.21
/proc/25550/stat : 25550 (minisat20) R 25546 25546 24854 0 -1 4194304 16851 0 0 0 30706 15 0 0 25 0 1 0 58533647 70025216 16844 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525494 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25550/statm: 17096 16844 59 118 0 16974 0
Current children cumulated CPU time (s) 319.75
Current children cumulated vsize (KiB) 74660

[startup+323.101 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 25550
/proc/meminfo: memFree=1665040/2055920 swapFree=4183588/4192956
[pid=25546] ppid=25544 vsize=6276 CPUtime=12.54
/proc/25546/stat : 25546 (SATzilla2007_F) S 25544 25546 24854 0 -1 4194304 4978 15908 0 0 536 5 700 13 25 0 1 0 58532388 6426624 1344 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25546/statm: 1569 1344 170 260 0 1275 0
[pid=25550] ppid=25546 vsize=68384 CPUtime=310.41
/proc/25550/stat : 25550 (minisat20) R 25546 25546 24854 0 -1 4194304 16851 0 0 0 31026 15 0 0 25 0 1 0 58533647 70025216 16844 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25550/statm: 17096 16844 59 118 0 16974 0
Current children cumulated CPU time (s) 322.95
Current children cumulated vsize (KiB) 74660

[startup+324.701 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 25550
/proc/meminfo: memFree=1665040/2055920 swapFree=4183588/4192956
[pid=25546] ppid=25544 vsize=6276 CPUtime=12.54
/proc/25546/stat : 25546 (SATzilla2007_F) S 25544 25546 24854 0 -1 4194304 4978 15908 0 0 536 5 700 13 25 0 1 0 58532388 6426624 1344 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25546/statm: 1569 1344 170 260 0 1275 0
[pid=25550] ppid=25546 vsize=68384 CPUtime=312.01
/proc/25550/stat : 25550 (minisat20) R 25546 25546 24854 0 -1 4194304 16851 0 0 0 31186 15 0 0 25 0 1 0 58533647 70025216 16844 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25550/statm: 17096 16844 59 118 0 16974 0
Current children cumulated CPU time (s) 324.55
Current children cumulated vsize (KiB) 74660

[startup+325.501 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 25550
/proc/meminfo: memFree=1665040/2055920 swapFree=4183588/4192956
[pid=25546] ppid=25544 vsize=6276 CPUtime=12.54
/proc/25546/stat : 25546 (SATzilla2007_F) S 25544 25546 24854 0 -1 4194304 4978 15908 0 0 536 5 700 13 25 0 1 0 58532388 6426624 1344 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25546/statm: 1569 1344 170 260 0 1275 0
[pid=25550] ppid=25546 vsize=68384 CPUtime=312.81
/proc/25550/stat : 25550 (minisat20) R 25546 25546 24854 0 -1 4194304 16851 0 0 0 31266 15 0 0 25 0 1 0 58533647 70025216 16844 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25550/statm: 17096 16844 59 118 0 16974 0
Current children cumulated CPU time (s) 325.35
Current children cumulated vsize (KiB) 74660

[startup+326.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 25550
/proc/meminfo: memFree=1665040/2055920 swapFree=4183588/4192956
[pid=25546] ppid=25544 vsize=6276 CPUtime=12.54
/proc/25546/stat : 25546 (SATzilla2007_F) S 25544 25546 24854 0 -1 4194304 4978 15908 0 0 536 5 700 13 25 0 1 0 58532388 6426624 1344 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25546/statm: 1569 1344 170 260 0 1275 0
[pid=25550] ppid=25546 vsize=68384 CPUtime=313.61
/proc/25550/stat : 25550 (minisat20) R 25546 25546 24854 0 -1 4194304 16851 0 0 0 31346 15 0 0 25 0 1 0 58533647 70025216 16844 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25550/statm: 17096 16844 59 118 0 16974 0
Current children cumulated CPU time (s) 326.15
Current children cumulated vsize (KiB) 74660

[startup+326.705 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 25550
/proc/meminfo: memFree=1665040/2055920 swapFree=4183588/4192956
[pid=25546] ppid=25544 vsize=6276 CPUtime=12.54
/proc/25546/stat : 25546 (SATzilla2007_F) S 25544 25546 24854 0 -1 4194304 4978 15908 0 0 536 5 700 13 25 0 1 0 58532388 6426624 1344 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25546/statm: 1569 1344 170 260 0 1275 0
[pid=25550] ppid=25546 vsize=68384 CPUtime=314.01
/proc/25550/stat : 25550 (minisat20) R 25546 25546 24854 0 -1 4194304 16851 0 0 0 31386 15 0 0 25 0 1 0 58533647 70025216 16844 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25550/statm: 17096 16844 59 118 0 16974 0
Current children cumulated CPU time (s) 326.55
Current children cumulated vsize (KiB) 74660

Child status: 20
Real time (s): 326.793
CPU time (s): 326.623
CPU user time (s): 326.255
CPU system time (s): 0.367944
CPU usage (%): 99.9479
Max. virtual memory (cumulated for all children) (KiB): 74660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 326.255
system time used= 0.367944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37755
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= 35
involuntary context switches= 494

runsolver used 0.281957 second user time and 0.677896 second system time

The end

Launcher Data (download as text)

Begin job on node25 on Wed Feb 28 05:05:02 UTC 2007

IDJOB= 314571
IDBENCH= 20394
IDSOLVER= 136
FILE ID= node25/314571-1172639101

PBS_JOBID= 3981152

Free space on /tmp= 66535 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-15.cnf
COMMAND LINE= /tmp/evaluation/314571-1172639101/SATzilla2007_F /tmp/evaluation/314571-1172639101/instance-314571-1172639101.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-314571-1172639101 -o ROOT/results/node25/solver-314571-1172639101 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314571-1172639101/SATzilla2007_F /tmp/evaluation/314571-1172639101/instance-314571-1172639101.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  3d9c71b515699560fe1678f286b58acb

RANDOM SEED= 717744761

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node25.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.232
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.232
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:       1737784 kB
Buffers:          9744 kB
Cached:         259056 kB
SwapCached:       3132 kB
Active:          37864 kB
Inactive:       240396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1737784 kB
SwapTotal:     4192956 kB
SwapFree:      4183588 kB
Dirty:           11480 kB
Writeback:           0 kB
Mapped:          15392 kB
Slab:            25980 kB
Committed_AS:   175316 kB
PageTables:       1472 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= 66535 MiB

End job on node25 on Wed Feb 28 05:10:29 UTC 2007